2025-02-08 19:46:10,926 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 19:46:10,926 - card_creation - INFO - starting timer - Pulling batting card ratings 2025-02-08 19:46:10,926 - card_creation - INFO - get: battingcardratings id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:46:11,043 - card_creation - INFO - session info: 2025-02-08 19:46:11,043 - card_creation - ERROR - {"detail":[{"loc":["query","team_id"],"msg":"field required","type":"value_error.missing"},{"loc":["query","ts"],"msg":"field required","type":"value_error.missing"}]} 2025-02-08 19:48:36,716 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 19:48:36,716 - card_creation - INFO - starting timer - Pulling batting card ratings 2025-02-08 19:48:36,717 - card_creation - INFO - get: battingcardratings id: None params: [('team_id', 31), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:48:36,837 - card_creation - INFO - session info: 2025-02-08 19:48:36,837 - card_creation - ERROR - {"detail":[{"loc":["query","ts"],"msg":"field required","type":"value_error.missing"}]} 2025-02-08 19:49:30,222 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 19:49:30,222 - card_creation - INFO - starting timer - Pulling batting card ratings 2025-02-08 19:49:30,222 - card_creation - INFO - get: battingcardratings id: None params: [('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:50:19,339 - card_creation - INFO - session info: 2025-02-08 19:50:23,043 - card_creation - INFO - return: {'count': 10606, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0 [ S N I P P E D ] 2025-02-08 19:50:23,045 - card_creation - ERROR - start_time must be passed to log_time() when which equals 'end' Stack (most recent call last): File "/mnt/NV2/Development/paper-dynasty/card-creation/scouting_batters.py", line 370, in asyncio.run(main()) File "/usr/lib64/python3.12/asyncio/runners.py", line 194, in run return runner.run(main) File "/usr/lib64/python3.12/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) File "/usr/lib64/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/lib64/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/lib64/python3.12/asyncio/base_events.py", line 1986, in _run_once handle._run() File "/usr/lib64/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/mnt/NV2/Development/paper-dynasty/card-creation/scouting_batters.py", line 338, in main batting_dfs = await get_scouting_dfs(range(1, 25)) File "/mnt/NV2/Development/paper-dynasty/card-creation/scouting_batters.py", line 38, in get_scouting_dfs end_time = log_time('end', f'Pulled {r_query["count"]} batting card ratings') File "/mnt/NV2/Development/paper-dynasty/card-creation/scouting_batters.py", line 29, in log_time log_exception(KeyError, 'start_time must be passed to log_time() when which equals \'end\'') File "/mnt/NV2/Development/paper-dynasty/card-creation/exceptions.py", line 21, in log_exception logger.error(msg, stack_info=True) 2025-02-08 19:51:14,112 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 19:51:14,112 - card_creation - INFO - starting timer - Pulling batting card ratings 2025-02-08 19:51:14,112 - card_creation - INFO - get: battingcardratings id: None params: [('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:52:00,676 - card_creation - INFO - session info: 2025-02-08 19:52:04,385 - card_creation - INFO - return: {'count': 10606, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0 [ S N I P P E D ] 2025-02-08 19:52:04,387 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings: 50.28s 2025-02-08 19:52:04,387 - card_creation - INFO - ending timer - Pulled scouting data: 50.28s 2025-02-08 19:54:56,872 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 19:54:56,872 - card_creation - INFO - starting timer - Pulling vL batting card ratings 2025-02-08 19:54:56,873 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:55:18,621 - card_creation - INFO - session info: 2025-02-08 19:55:20,961 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 19:55:20,963 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 24.09s 2025-02-08 19:55:20,963 - card_creation - INFO - starting timer - Pulling vR batting card ratings 2025-02-08 19:55:20,963 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR', ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24))] 2025-02-08 19:55:21,087 - card_creation - INFO - session info: 2025-02-08 19:55:21,087 - card_creation - ERROR - {"detail":[{"loc":["query","team_id"],"msg":"field required","type":"value_error.missing"},{"loc":["query","ts"],"msg":"field required","type":"value_error.missing"}]} 2025-02-08 19:55:59,344 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 19:55:59,344 - card_creation - INFO - starting timer - Pulling vL batting card ratings 2025-02-08 19:55:59,344 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:56:22,901 - card_creation - INFO - session info: 2025-02-08 19:56:25,398 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 19:56:25,400 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 26.06s 2025-02-08 19:56:25,400 - card_creation - INFO - starting timer - Pulling vR batting card ratings 2025-02-08 19:56:25,400 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 19:56:49,548 - card_creation - INFO - session info: 2025-02-08 19:56:51,413 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 19:56:51,414 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 26.01s 2025-02-08 19:56:51,434 - card_creation - INFO - ending timer - Pulled scouting data: 52.09s 2025-02-08 20:02:08,140 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 20:02:08,140 - card_creation - INFO - starting timer - Pulling vL batting card ratings 2025-02-08 20:02:08,141 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:02:32,962 - card_creation - INFO - session info: 2025-02-08 20:02:35,311 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:02:35,312 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 27.17s 2025-02-08 20:02:35,312 - card_creation - INFO - starting timer - Pulling vR batting card ratings 2025-02-08 20:02:35,312 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:02:59,770 - card_creation - INFO - session info: 2025-02-08 20:03:01,639 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:03:01,640 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 26.33s 2025-02-08 20:03:01,640 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 20:03:01,794 - card_creation - INFO - ending timer - Base dataframes are complete: 0.15s 2025-02-08 20:14:05,620 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 20:14:05,620 - card_creation - INFO - starting timer - Pulling vL batting card ratings 2025-02-08 20:14:05,620 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:14:28,485 - card_creation - INFO - session info: 2025-02-08 20:14:30,390 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:14:30,391 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 24.77s 2025-02-08 20:14:30,391 - card_creation - INFO - starting timer - Pulling vR batting card ratings 2025-02-08 20:14:30,391 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:14:54,036 - card_creation - INFO - session info: 2025-02-08 20:14:56,234 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:14:56,235 - card_creation - INFO - ending timer - Pulled 5303 vL batting card ratings: 25.84s 2025-02-08 20:14:56,235 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 20:14:56,477 - card_creation - INFO - ending timer - Base dataframes are complete: 0.24s 2025-02-08 20:14:56,477 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 20:14:56,483 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.01s 2025-02-08 20:14:56,483 - card_creation - INFO - starting timer - Pulling position ratings 2025-02-08 20:14:56,483 - card_creation - INFO - get: cardpositions id: None params: [[('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)]] 2025-02-08 20:15:53,800 - card_creation - INFO - session info: 2025-02-08 20:15:57,481 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 20:15:57,482 - card_creation - INFO - ending timer - Pulled 16550 position ratings: 61.00s 2025-02-08 20:15:57,482 - card_creation - INFO - starting timer - Building Range and Error series 2025-02-08 20:16:01,300 - card_creation - INFO - ending timer - Range and Error series complete: 3.82s 2025-02-08 20:29:16,481 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 20:29:16,482 - card_creation - INFO - starting timer - Pulling all batting card ratings 2025-02-08 20:29:16,482 - card_creation - INFO - starting timer - 2025-02-08 20:29:16,482 - card_creation - INFO - get: battingcardratings id: None params: . at 0x7fa72640b880> 2025-02-08 20:29:16,650 - card_creation - INFO - session info: 2025-02-08 20:29:16,650 - card_creation - ERROR - {"detail":[{"loc":["query","team_id"],"msg":"field required","type":"value_error.missing"},{"loc":["query","ts"],"msg":"field required","type":"value_error.missing"}]} 2025-02-08 20:29:16,651 - card_creation - INFO - ending timer - : 0.17s 2025-02-08 20:29:16,651 - card_creation - INFO - ending timer - Pulled 1 batting card ratings: 0.17s 2025-02-08 20:32:56,073 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 20:32:56,074 - card_creation - INFO - starting timer - Pulling all batting card ratings 2025-02-08 20:32:56,074 - card_creation - INFO - starting timer - 2025-02-08 20:32:56,074 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:32:56,077 - card_creation - INFO - starting timer - 2025-02-08 20:32:56,077 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:33:21,002 - card_creation - INFO - session info: 2025-02-08 20:33:22,178 - card_creation - INFO - session info: 2025-02-08 20:33:23,943 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:33:23,944 - card_creation - INFO - ending timer - : 27.87s 2025-02-08 20:33:25,191 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:33:25,191 - card_creation - INFO - ending timer - : 29.11s 2025-02-08 20:33:25,191 - card_creation - INFO - ending timer - Pulled 2 batting card ratings: 29.12s 2025-02-08 20:40:25,097 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 20:40:25,097 - card_creation - INFO - starting timer - Pulling all batting card ratings 2025-02-08 20:40:25,097 - card_creation - INFO - starting timer - 2025-02-08 20:40:25,098 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:40:25,101 - card_creation - INFO - starting timer - 2025-02-08 20:40:25,101 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 20:40:47,611 - card_creation - INFO - session info: 2025-02-08 20:40:48,547 - card_creation - INFO - session info: 2025-02-08 20:40:50,713 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:40:50,714 - card_creation - INFO - ending timer - : 25.62s 2025-02-08 20:40:51,223 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 20:40:51,224 - card_creation - INFO - ending timer - : 26.12s 2025-02-08 20:40:51,224 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings: 26.13s 2025-02-08 20:40:51,224 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 20:40:51,488 - card_creation - INFO - ending timer - Base dataframes are complete: 0.26s 2025-02-08 22:59:59,590 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 22:59:59,590 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:00:57,308 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:00:57,309 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:00:57,309 - card_creation - INFO - starting timer - 2025-02-08 23:00:57,309 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:00:57,312 - card_creation - INFO - starting timer - 2025-02-08 23:00:57,312 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:00:57,313 - card_creation - INFO - starting timer - 2025-02-08 23:00:57,313 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:01:19,884 - card_creation - INFO - session info: 2025-02-08 23:01:20,661 - card_creation - INFO - session info: 2025-02-08 23:01:21,777 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:01:21,778 - card_creation - INFO - ending timer - : 24.47s 2025-02-08 23:01:23,969 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:01:23,970 - card_creation - INFO - ending timer - : 26.66s 2025-02-08 23:01:52,161 - card_creation - INFO - session info: 2025-02-08 23:01:55,848 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:01:55,849 - card_creation - INFO - ending timer - : 58.54s 2025-02-08 23:01:55,849 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 58.54s 2025-02-08 23:01:55,849 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:01:56,168 - card_creation - INFO - ending timer - Base dataframes are complete: 0.32s 2025-02-08 23:02:05,065 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:02:05,072 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.01s 2025-02-08 23:02:05,072 - card_creation - INFO - starting timer - Building Range and Error series 2025-02-08 23:02:05,072 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:10:02,872 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:10:02,873 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:10:02,873 - card_creation - INFO - starting timer - 2025-02-08 23:10:02,873 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:10:02,877 - card_creation - INFO - starting timer - 2025-02-08 23:10:02,877 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:10:02,877 - card_creation - INFO - starting timer - 2025-02-08 23:10:02,877 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:10:25,664 - card_creation - INFO - session info: 2025-02-08 23:10:25,857 - card_creation - INFO - session info: 2025-02-08 23:10:28,903 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:10:28,905 - card_creation - INFO - ending timer - : 26.03s 2025-02-08 23:10:29,602 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:10:29,602 - card_creation - INFO - ending timer - : 26.73s 2025-02-08 23:10:54,324 - card_creation - INFO - session info: 2025-02-08 23:10:58,464 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:10:58,465 - card_creation - INFO - ending timer - : 55.59s 2025-02-08 23:10:58,466 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 55.59s 2025-02-08 23:10:58,466 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:10:58,730 - card_creation - INFO - ending timer - Base dataframes are complete: 0.26s 2025-02-08 23:11:11,209 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:11:11,215 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.01s 2025-02-08 23:11:11,215 - card_creation - INFO - starting timer - Building Range and Error series 2025-02-08 23:11:11,215 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:11:11,635 - card_creation - INFO - Building Range series for P 2025-02-08 23:11:11,715 - card_creation - INFO - Building Range series for C 2025-02-08 23:11:11,789 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:11:11,866 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:11:11,946 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:11:12,040 - card_creation - INFO - Building Range series for SS 2025-02-08 23:11:12,100 - card_creation - INFO - Building Range series for LF 2025-02-08 23:11:12,172 - card_creation - INFO - Building Range series for CF 2025-02-08 23:11:12,237 - card_creation - INFO - Building Range series for RF 2025-02-08 23:11:12,253 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.04s 2025-02-08 23:11:12,253 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:11:12,654 - card_creation - INFO - Building Error series for P 2025-02-08 23:11:12,734 - card_creation - INFO - Building Error series for C 2025-02-08 23:11:12,813 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:11:12,893 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:11:12,967 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:11:13,058 - card_creation - INFO - Building Error series for SS 2025-02-08 23:11:13,114 - card_creation - INFO - Building Error series for LF 2025-02-08 23:11:13,186 - card_creation - INFO - Building Error series for CF 2025-02-08 23:11:13,250 - card_creation - INFO - Building Error series for RF 2025-02-08 23:18:00,601 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:18:00,602 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:18:00,602 - card_creation - INFO - starting timer - 2025-02-08 23:18:00,602 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:18:00,606 - card_creation - INFO - starting timer - 2025-02-08 23:18:00,606 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:18:00,606 - card_creation - INFO - starting timer - 2025-02-08 23:18:00,606 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:18:22,689 - card_creation - INFO - session info: 2025-02-08 23:18:23,679 - card_creation - INFO - session info: 2025-02-08 23:18:24,685 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:18:24,687 - card_creation - INFO - ending timer - : 24.08s 2025-02-08 23:18:26,390 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:18:26,390 - card_creation - INFO - ending timer - : 25.78s 2025-02-08 23:19:00,973 - card_creation - INFO - session info: 2025-02-08 23:19:05,139 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:19:05,140 - card_creation - INFO - ending timer - : 64.53s 2025-02-08 23:19:05,140 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 64.54s 2025-02-08 23:19:05,140 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:19:05,183 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:19:05,183 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:19:05,205 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-08 23:19:05,205 - card_creation - INFO - starting timer - Building Range and Error series 2025-02-08 23:19:05,205 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:19:05,624 - card_creation - INFO - Building Range series for P 2025-02-08 23:19:05,703 - card_creation - INFO - Building Range series for C 2025-02-08 23:19:05,778 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:19:05,855 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:19:05,930 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:19:06,030 - card_creation - INFO - Building Range series for SS 2025-02-08 23:19:06,079 - card_creation - INFO - Building Range series for LF 2025-02-08 23:19:06,152 - card_creation - INFO - Building Range series for CF 2025-02-08 23:19:06,226 - card_creation - INFO - Building Range series for RF 2025-02-08 23:19:06,242 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.04s 2025-02-08 23:19:06,242 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:19:06,639 - card_creation - INFO - Building Error series for P 2025-02-08 23:19:06,718 - card_creation - INFO - Building Error series for C 2025-02-08 23:19:06,793 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:19:06,870 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:19:06,947 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:19:07,046 - card_creation - INFO - Building Error series for SS 2025-02-08 23:19:07,098 - card_creation - INFO - Building Error series for LF 2025-02-08 23:19:07,174 - card_creation - INFO - Building Error series for CF 2025-02-08 23:19:07,248 - card_creation - INFO - Building Error series for RF 2025-02-08 23:19:07,266 - card_creation - INFO - ending timer - Processed 9 position errors: 1.02s 2025-02-08 23:19:07,266 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:19:07,661 - card_creation - INFO - Building Arm OF series for LF 2025-02-08 23:19:07,744 - card_creation - INFO - Building Arm OF series for CF 2025-02-08 23:19:07,818 - card_creation - INFO - Building Arm OF series for RF 2025-02-08 23:19:07,833 - card_creation - INFO - ending timer - Processed 3 OF arms: 0.57s 2025-02-08 23:19:07,833 - card_creation - INFO - starting timer - Building C arm series 2025-02-08 23:19:08,261 - card_creation - INFO - Building Arm C series for C 2025-02-08 23:19:08,277 - card_creation - INFO - ending timer - Processed 1 C arm: 0.44s 2025-02-08 23:19:08,278 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:19:13,644 - card_creation - INFO - Building PB C series for C 2025-02-08 23:19:13,663 - card_creation - INFO - ending timer - Processed 1 C PB series: 5.38s 2025-02-08 23:19:13,663 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:19:15,310 - card_creation - INFO - Building PB C series for C 2025-02-08 23:19:15,327 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.66s 2025-02-08 23:19:15,334 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 4010 -6 10674 4 3154 -5 4964 1 4805 -1 .. 10479 0 586 0 1984 0 4006 0 5935 0 Name: Arm OF LF, Length: 1625, dtype: int64, 4068 1 6094 -1 10767 -5 3221 -5 6136 5 .. 1084 0 4321 0 2137 0 6229 0 6432 -1 Name: Arm OF CF, Length: 1225, dtype: int64, 3171 -4 3161 5 4018 -3 10745 3 7367 1 .. 2979 0 4412 0 3938 0 7216 -2 5990 0 Name: Arm OF RF, Length: 1506, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C C, Length: 811, dtype: int64] 2025-02-08 23:22:07,626 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:22:07,627 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:22:07,627 - card_creation - INFO - starting timer - 2025-02-08 23:22:07,627 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:22:07,630 - card_creation - INFO - starting timer - 2025-02-08 23:22:07,630 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:22:07,631 - card_creation - INFO - starting timer - 2025-02-08 23:22:07,631 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:22:30,563 - card_creation - INFO - session info: 2025-02-08 23:22:32,426 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:22:32,427 - card_creation - INFO - ending timer - : 24.80s 2025-02-08 23:22:32,428 - card_creation - INFO - session info: 2025-02-08 23:22:34,225 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:22:34,226 - card_creation - INFO - ending timer - : 26.60s 2025-02-08 23:23:06,275 - card_creation - INFO - session info: 2025-02-08 23:23:10,007 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:23:10,008 - card_creation - INFO - ending timer - : 62.38s 2025-02-08 23:23:10,008 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 62.38s 2025-02-08 23:23:10,008 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:23:10,047 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:23:10,047 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:23:10,067 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-08 23:23:10,068 - card_creation - INFO - starting timer - Building Range and Error series 2025-02-08 23:23:10,068 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:23:10,480 - card_creation - INFO - Building Range series for P 2025-02-08 23:23:10,561 - card_creation - INFO - Building Range series for C 2025-02-08 23:23:10,637 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:23:10,710 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:23:10,790 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:23:10,876 - card_creation - INFO - Building Range series for SS 2025-02-08 23:23:10,928 - card_creation - INFO - Building Range series for LF 2025-02-08 23:23:10,998 - card_creation - INFO - Building Range series for CF 2025-02-08 23:23:11,066 - card_creation - INFO - Building Range series for RF 2025-02-08 23:23:11,082 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.01s 2025-02-08 23:23:11,082 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:23:11,474 - card_creation - INFO - Building Error series for P 2025-02-08 23:23:11,550 - card_creation - INFO - Building Error series for C 2025-02-08 23:23:11,629 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:23:11,701 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:23:11,776 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:23:11,872 - card_creation - INFO - Building Error series for SS 2025-02-08 23:23:11,924 - card_creation - INFO - Building Error series for LF 2025-02-08 23:23:11,999 - card_creation - INFO - Building Error series for CF 2025-02-08 23:23:12,066 - card_creation - INFO - Building Error series for RF 2025-02-08 23:23:12,082 - card_creation - INFO - ending timer - Processed 9 position errors: 1.00s 2025-02-08 23:23:12,082 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:23:12,472 - card_creation - INFO - Building Arm series for LF 2025-02-08 23:23:12,544 - card_creation - INFO - Building Arm series for CF 2025-02-08 23:23:12,624 - card_creation - INFO - Building Arm series for RF 2025-02-08 23:23:12,703 - card_creation - INFO - Building Arm series for C 2025-02-08 23:23:12,718 - card_creation - INFO - ending timer - Processed 4 OF arms: 0.64s 2025-02-08 23:23:12,718 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:23:13,106 - card_creation - INFO - Building PB series for C 2025-02-08 23:23:13,122 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.40s 2025-02-08 23:23:13,122 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:23:13,578 - card_creation - INFO - Building Throw series for C 2025-02-08 23:23:13,592 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.47s 2025-02-08 23:23:13,600 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 4010 -6 10674 4 3154 -5 4964 1 4805 -1 .. 10479 0 586 0 1984 0 4006 0 5935 0 Name: Arm LF, Length: 1625, dtype: int64, 4068 1 6094 -1 10767 -5 3221 -5 6136 5 .. 1084 0 4321 0 2137 0 6229 0 6432 -1 Name: Arm CF, Length: 1225, dtype: int64, 3171 -4 3161 5 4018 -3 10745 3 7367 1 .. 2979 0 4412 0 3938 0 7216 -2 5990 0 Name: Arm RF, Length: 1506, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-08 23:25:59,919 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:25:59,919 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:25:59,919 - card_creation - INFO - starting timer - 2025-02-08 23:25:59,919 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:25:59,919 - card_creation - INFO - starting timer - 2025-02-08 23:25:59,920 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:25:59,920 - card_creation - INFO - starting timer - 2025-02-08 23:25:59,920 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:26:23,458 - card_creation - INFO - session info: 2025-02-08 23:26:23,718 - card_creation - INFO - session info: 2025-02-08 23:26:25,805 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:26:25,806 - card_creation - INFO - ending timer - : 25.89s 2025-02-08 23:26:28,070 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:26:28,071 - card_creation - INFO - ending timer - : 28.15s 2025-02-08 23:26:53,558 - card_creation - INFO - session info: 2025-02-08 23:26:57,198 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:26:57,199 - card_creation - INFO - ending timer - : 57.28s 2025-02-08 23:26:57,199 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 57.28s 2025-02-08 23:26:57,199 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:26:57,242 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:26:57,242 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:26:57,245 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:26:57,245 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:26:57,639 - card_creation - INFO - Building Range series for P 2025-02-08 23:26:57,716 - card_creation - INFO - Building Range series for C 2025-02-08 23:26:57,792 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:26:57,866 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:26:57,991 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:26:58,016 - card_creation - INFO - Building Range series for SS 2025-02-08 23:26:58,080 - card_creation - INFO - Building Range series for LF 2025-02-08 23:26:58,151 - card_creation - INFO - Building Range series for CF 2025-02-08 23:26:58,220 - card_creation - INFO - Building Range series for RF 2025-02-08 23:26:58,237 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.99s 2025-02-08 23:26:58,237 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:27:02,466 - card_creation - INFO - Building Error series for P 2025-02-08 23:27:02,540 - card_creation - INFO - Building Error series for C 2025-02-08 23:27:02,613 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:27:02,697 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:27:02,782 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:27:02,841 - card_creation - INFO - Building Error series for SS 2025-02-08 23:27:02,919 - card_creation - INFO - Building Error series for LF 2025-02-08 23:27:02,985 - card_creation - INFO - Building Error series for CF 2025-02-08 23:27:03,053 - card_creation - INFO - Building Error series for RF 2025-02-08 23:27:03,067 - card_creation - INFO - ending timer - Processed 9 position errors: 4.83s 2025-02-08 23:27:03,067 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:27:03,851 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:27:03,925 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:27:04,002 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:27:04,077 - card_creation - INFO - Building Arm series for C 2025-02-08 23:27:04,091 - card_creation - INFO - ending timer - Processed 4 OF arms: 1.02s 2025-02-08 23:27:04,092 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:27:04,444 - card_creation - INFO - Building PB series for C 2025-02-08 23:27:04,459 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.37s 2025-02-08 23:27:04,459 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:27:04,841 - card_creation - INFO - Building Throw series for C 2025-02-08 23:27:04,855 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.40s 2025-02-08 23:27:04,861 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, Series([], Name: Arm OF, dtype: object), Series([], Name: Arm OF, dtype: object), Series([], Name: Arm OF, dtype: object), 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-08 23:33:49,219 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:33:49,219 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:33:49,219 - card_creation - INFO - starting timer - 2025-02-08 23:33:49,219 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:33:49,220 - card_creation - INFO - starting timer - 2025-02-08 23:33:49,220 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:33:49,220 - card_creation - INFO - starting timer - 2025-02-08 23:33:49,220 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:34:12,023 - card_creation - INFO - session info: 2025-02-08 23:34:12,596 - card_creation - INFO - session info: 2025-02-08 23:34:14,322 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:34:14,323 - card_creation - INFO - ending timer - : 25.10s 2025-02-08 23:34:15,703 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:34:15,704 - card_creation - INFO - ending timer - : 26.48s 2025-02-08 23:34:42,851 - card_creation - INFO - session info: 2025-02-08 23:34:46,887 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:34:46,889 - card_creation - INFO - ending timer - : 57.67s 2025-02-08 23:34:46,889 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 57.67s 2025-02-08 23:34:46,889 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:34:46,932 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:34:46,932 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:34:46,934 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:34:46,934 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:34:47,124 - card_creation - INFO - Building Range series for P 2025-02-08 23:34:47,201 - card_creation - INFO - Building Range series for C 2025-02-08 23:34:47,281 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:34:47,360 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:34:47,430 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:34:47,504 - card_creation - INFO - Building Range series for SS 2025-02-08 23:34:47,580 - card_creation - INFO - Building Range series for LF 2025-02-08 23:34:47,663 - card_creation - INFO - Building Range series for CF 2025-02-08 23:34:47,706 - card_creation - INFO - Building Range series for RF 2025-02-08 23:34:47,723 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.79s 2025-02-08 23:34:47,723 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:34:47,910 - card_creation - INFO - Building Error series for P 2025-02-08 23:34:47,986 - card_creation - INFO - Building Error series for C 2025-02-08 23:34:48,059 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:34:48,137 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:34:48,213 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:34:48,289 - card_creation - INFO - Building Error series for SS 2025-02-08 23:34:48,371 - card_creation - INFO - Building Error series for LF 2025-02-08 23:34:48,443 - card_creation - INFO - Building Error series for CF 2025-02-08 23:34:48,490 - card_creation - INFO - Building Error series for RF 2025-02-08 23:34:48,508 - card_creation - INFO - ending timer - Processed 9 position errors: 0.79s 2025-02-08 23:34:48,508 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:34:48,699 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:34:48,771 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:34:48,846 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:34:48,917 - card_creation - INFO - Building Arm series for C 2025-02-08 23:34:48,932 - card_creation - INFO - ending timer - Processed 4 throwing arms: 0.42s 2025-02-08 23:34:48,932 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:34:49,116 - card_creation - INFO - Building PB series for C 2025-02-08 23:34:49,129 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.20s 2025-02-08 23:34:49,129 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:34:49,308 - card_creation - INFO - Building Throw series for C 2025-02-08 23:34:49,322 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.19s 2025-02-08 23:34:49,326 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, Series([], Name: Arm OF, dtype: object), Series([], Name: Arm OF, dtype: object), Series([], Name: Arm OF, dtype: object), 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-08 23:43:10,146 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:43:10,146 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:43:10,146 - card_creation - INFO - starting timer - 2025-02-08 23:43:10,146 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:43:10,147 - card_creation - INFO - starting timer - 2025-02-08 23:43:10,147 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:43:10,147 - card_creation - INFO - starting timer - 2025-02-08 23:43:10,147 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:43:32,783 - card_creation - INFO - session info: 2025-02-08 23:43:32,963 - card_creation - INFO - session info: 2025-02-08 23:43:36,368 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:43:36,369 - card_creation - INFO - ending timer - : 26.22s 2025-02-08 23:43:36,573 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:43:36,583 - card_creation - INFO - ending timer - : 26.44s 2025-02-08 23:44:06,208 - card_creation - INFO - session info: 2025-02-08 23:44:09,917 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:44:09,919 - card_creation - INFO - ending timer - : 59.77s 2025-02-08 23:44:09,919 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 59.77s 2025-02-08 23:44:09,919 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:44:09,961 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:44:09,961 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:44:09,963 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:44:09,963 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:44:10,149 - card_creation - INFO - Building Range series for P 2025-02-08 23:44:10,225 - card_creation - INFO - Building Range series for C 2025-02-08 23:44:10,304 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:44:10,378 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:44:10,454 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:44:10,532 - card_creation - INFO - Building Range series for SS 2025-02-08 23:44:10,610 - card_creation - INFO - Building Range series for LF 2025-02-08 23:44:10,684 - card_creation - INFO - Building Range series for CF 2025-02-08 23:44:10,739 - card_creation - INFO - Building Range series for RF 2025-02-08 23:44:10,758 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.79s 2025-02-08 23:44:10,758 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:44:10,948 - card_creation - INFO - Building Error series for P 2025-02-08 23:44:11,024 - card_creation - INFO - Building Error series for C 2025-02-08 23:44:11,103 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:44:11,183 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:44:11,256 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:44:11,333 - card_creation - INFO - Building Error series for SS 2025-02-08 23:44:11,418 - card_creation - INFO - Building Error series for LF 2025-02-08 23:44:11,488 - card_creation - INFO - Building Error series for CF 2025-02-08 23:44:11,541 - card_creation - INFO - Building Error series for RF 2025-02-08 23:44:11,559 - card_creation - INFO - ending timer - Processed 9 position errors: 0.80s 2025-02-08 23:44:11,560 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:44:11,747 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:44:11,821 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:44:11,898 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:44:11,973 - card_creation - INFO - Building Arm series for C 2025-02-08 23:44:11,987 - card_creation - INFO - ending timer - Processed 4 throwing arms: 0.43s 2025-02-08 23:44:11,987 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:44:12,172 - card_creation - INFO - Building PB series for C 2025-02-08 23:44:12,185 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.20s 2025-02-08 23:44:12,185 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:44:12,372 - card_creation - INFO - Building Throw series for C 2025-02-08 23:44:12,385 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.20s 2025-02-08 23:44:12,389 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -4, -1, 0, -2, -3, 1, 2, 4, 3, 5, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-08 23:45:10,336 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:45:10,336 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:45:10,336 - card_creation - INFO - starting timer - 2025-02-08 23:45:10,336 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:45:10,336 - card_creation - INFO - starting timer - 2025-02-08 23:45:10,336 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:45:10,337 - card_creation - INFO - starting timer - 2025-02-08 23:45:10,337 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:45:31,762 - card_creation - INFO - session info: 2025-02-08 23:45:33,633 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:45:33,633 - card_creation - INFO - ending timer - : 23.30s 2025-02-08 23:45:33,634 - card_creation - INFO - session info: 2025-02-08 23:45:35,444 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:45:35,445 - card_creation - INFO - ending timer - : 25.11s 2025-02-08 23:46:08,110 - card_creation - INFO - session info: 2025-02-08 23:46:11,770 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:46:11,771 - card_creation - INFO - ending timer - : 61.43s 2025-02-08 23:46:11,771 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 61.44s 2025-02-08 23:46:11,771 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:46:11,814 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:46:11,814 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:46:11,817 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:46:11,817 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:46:12,211 - card_creation - INFO - Building Range series for P 2025-02-08 23:46:12,282 - card_creation - INFO - Building Range series for C 2025-02-08 23:46:12,359 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:46:12,440 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:46:12,567 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:46:12,590 - card_creation - INFO - Building Range series for SS 2025-02-08 23:46:12,667 - card_creation - INFO - Building Range series for LF 2025-02-08 23:46:12,735 - card_creation - INFO - Building Range series for CF 2025-02-08 23:46:12,804 - card_creation - INFO - Building Range series for RF 2025-02-08 23:46:12,821 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.00s 2025-02-08 23:46:12,821 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:46:15,668 - card_creation - INFO - Building Error series for P 2025-02-08 23:46:15,749 - card_creation - INFO - Building Error series for C 2025-02-08 23:46:15,838 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:46:15,913 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:46:16,006 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:46:16,060 - card_creation - INFO - Building Error series for SS 2025-02-08 23:46:16,137 - card_creation - INFO - Building Error series for LF 2025-02-08 23:46:16,217 - card_creation - INFO - Building Error series for CF 2025-02-08 23:46:16,287 - card_creation - INFO - Building Error series for RF 2025-02-08 23:46:16,303 - card_creation - INFO - ending timer - Processed 9 position errors: 3.48s 2025-02-08 23:46:16,303 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:46:16,683 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:46:16,760 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:46:16,835 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:46:16,908 - card_creation - INFO - Building Arm series for C 2025-02-08 23:46:16,926 - card_creation - INFO - ending timer - Processed 4 throwing arms: 0.62s 2025-02-08 23:46:16,926 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:46:17,272 - card_creation - INFO - Building PB series for C 2025-02-08 23:46:17,288 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.36s 2025-02-08 23:46:17,288 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:46:18,508 - card_creation - INFO - Building Throw series for C 2025-02-08 23:46:18,522 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.23s 2025-02-08 23:46:18,527 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -4, -1, 0, -2, -3, 1, 2, 4, 3, 5, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-08 23:51:23,843 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:51:23,843 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:51:23,843 - card_creation - INFO - starting timer - 2025-02-08 23:51:23,843 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:51:23,844 - card_creation - INFO - starting timer - 2025-02-08 23:51:23,844 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:51:23,844 - card_creation - INFO - starting timer - 2025-02-08 23:51:23,844 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:51:46,157 - card_creation - INFO - session info: 2025-02-08 23:51:48,013 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:51:48,014 - card_creation - INFO - ending timer - : 24.17s 2025-02-08 23:51:48,690 - card_creation - INFO - session info: 2025-02-08 23:51:51,031 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:51:51,031 - card_creation - INFO - ending timer - : 27.19s 2025-02-08 23:52:20,820 - card_creation - INFO - session info: 2025-02-08 23:52:24,861 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:52:24,862 - card_creation - INFO - ending timer - : 61.02s 2025-02-08 23:52:24,862 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 61.02s 2025-02-08 23:52:24,862 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:52:24,906 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:52:24,906 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:52:24,908 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:52:24,909 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:52:25,301 - card_creation - INFO - Building Range series for P 2025-02-08 23:52:25,372 - card_creation - INFO - Building Range series for C 2025-02-08 23:52:25,446 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:52:25,520 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:52:25,652 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:52:25,680 - card_creation - INFO - Building Range series for SS 2025-02-08 23:52:25,745 - card_creation - INFO - Building Range series for LF 2025-02-08 23:52:25,819 - card_creation - INFO - Building Range series for CF 2025-02-08 23:52:25,896 - card_creation - INFO - Building Range series for RF 2025-02-08 23:52:25,911 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.00s 2025-02-08 23:52:25,911 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:52:28,998 - card_creation - INFO - Building Error series for P 2025-02-08 23:52:29,074 - card_creation - INFO - Building Error series for C 2025-02-08 23:52:29,150 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:52:29,228 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:52:29,324 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:52:29,379 - card_creation - INFO - Building Error series for SS 2025-02-08 23:52:29,454 - card_creation - INFO - Building Error series for LF 2025-02-08 23:52:29,531 - card_creation - INFO - Building Error series for CF 2025-02-08 23:52:29,599 - card_creation - INFO - Building Error series for RF 2025-02-08 23:52:29,614 - card_creation - INFO - ending timer - Processed 9 position errors: 3.70s 2025-02-08 23:52:29,620 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64] 2025-02-08 23:52:29,696 - card_creation - INFO - ending timer - Pulled scouting data: 65.85s 2025-02-08 23:52:29,696 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-08 23:52:29,696 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-08 23:52:29,746 - card_creation - INFO - ending timer - Done Speed calcs: 0.05s 2025-02-08 23:52:29,746 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-08 23:52:29,780 - card_creation - INFO - ending timer - Done Stealing calcs: 0.03s 2025-02-08 23:52:29,780 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-08 23:52:29,842 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-08 23:52:29,842 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-08 23:52:55,650 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:52:55,650 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:52:55,650 - card_creation - INFO - starting timer - 2025-02-08 23:52:55,650 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:52:55,651 - card_creation - INFO - starting timer - 2025-02-08 23:52:55,651 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:52:55,651 - card_creation - INFO - starting timer - 2025-02-08 23:52:55,651 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:53:17,992 - card_creation - INFO - session info: 2025-02-08 23:53:18,040 - card_creation - INFO - session info: 2025-02-08 23:53:20,183 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:53:20,184 - card_creation - INFO - ending timer - : 24.53s 2025-02-08 23:53:21,862 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:53:21,862 - card_creation - INFO - ending timer - : 26.21s 2025-02-08 23:53:50,031 - card_creation - INFO - session info: 2025-02-08 23:53:54,164 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:53:54,165 - card_creation - INFO - ending timer - : 58.51s 2025-02-08 23:53:54,165 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 58.52s 2025-02-08 23:53:54,165 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:53:54,212 - card_creation - INFO - ending timer - Base dataframes are complete: 0.05s 2025-02-08 23:53:54,212 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:53:54,215 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:53:54,215 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:53:54,616 - card_creation - INFO - Building Range series for P 2025-02-08 23:53:54,696 - card_creation - INFO - Building Range series for C 2025-02-08 23:53:54,774 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:53:54,862 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:53:54,990 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:53:55,013 - card_creation - INFO - Building Range series for SS 2025-02-08 23:53:55,089 - card_creation - INFO - Building Range series for LF 2025-02-08 23:53:55,158 - card_creation - INFO - Building Range series for CF 2025-02-08 23:53:55,231 - card_creation - INFO - Building Range series for RF 2025-02-08 23:53:55,245 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.03s 2025-02-08 23:53:55,246 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:53:58,298 - card_creation - INFO - Building Error series for P 2025-02-08 23:53:58,380 - card_creation - INFO - Building Error series for C 2025-02-08 23:53:58,457 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:53:58,542 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:53:58,634 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:53:58,692 - card_creation - INFO - Building Error series for SS 2025-02-08 23:53:58,767 - card_creation - INFO - Building Error series for LF 2025-02-08 23:53:58,841 - card_creation - INFO - Building Error series for CF 2025-02-08 23:53:58,911 - card_creation - INFO - Building Error series for RF 2025-02-08 23:53:58,928 - card_creation - INFO - ending timer - Processed 9 position errors: 3.68s 2025-02-08 23:53:58,928 - card_creation - INFO - starting timer - Building OF arm series 2025-02-08 23:53:59,310 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:53:59,383 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:53:59,455 - card_creation - INFO - Building Arm series for OF 2025-02-08 23:53:59,534 - card_creation - INFO - Building Arm series for C 2025-02-08 23:53:59,551 - card_creation - INFO - ending timer - Processed 4 throwing arms: 0.62s 2025-02-08 23:53:59,557 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -4, -1, 0, -2, -3, 1, 2, 4, 3, 5] 2025-02-08 23:54:31,192 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:54:31,192 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:54:31,192 - card_creation - INFO - starting timer - 2025-02-08 23:54:31,192 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:54:31,193 - card_creation - INFO - starting timer - 2025-02-08 23:54:31,193 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:54:31,193 - card_creation - INFO - starting timer - 2025-02-08 23:54:31,193 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:54:53,730 - card_creation - INFO - session info: 2025-02-08 23:54:55,035 - card_creation - INFO - session info: 2025-02-08 23:54:56,255 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:54:56,256 - card_creation - INFO - ending timer - : 25.06s 2025-02-08 23:54:57,794 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:54:57,795 - card_creation - INFO - ending timer - : 26.60s 2025-02-08 23:55:31,509 - card_creation - INFO - session info: 2025-02-08 23:55:35,599 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-08 23:55:35,600 - card_creation - INFO - ending timer - : 64.41s 2025-02-08 23:55:35,600 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 64.41s 2025-02-08 23:55:35,600 - card_creation - INFO - starting timer - Building base dataframes 2025-02-08 23:55:35,641 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-08 23:55:35,641 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-08 23:55:35,643 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-08 23:55:35,643 - card_creation - INFO - starting timer - Building range series 2025-02-08 23:55:36,038 - card_creation - INFO - Building Range series for P 2025-02-08 23:55:36,109 - card_creation - INFO - Building Range series for C 2025-02-08 23:55:36,184 - card_creation - INFO - Building Range series for 1B 2025-02-08 23:55:36,260 - card_creation - INFO - Building Range series for 2B 2025-02-08 23:55:36,388 - card_creation - INFO - Building Range series for 3B 2025-02-08 23:55:36,411 - card_creation - INFO - Building Range series for SS 2025-02-08 23:55:36,493 - card_creation - INFO - Building Range series for LF 2025-02-08 23:55:36,564 - card_creation - INFO - Building Range series for CF 2025-02-08 23:55:36,631 - card_creation - INFO - Building Range series for RF 2025-02-08 23:55:36,646 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.00s 2025-02-08 23:55:36,646 - card_creation - INFO - starting timer - Building error series 2025-02-08 23:55:39,206 - card_creation - INFO - Building Error series for P 2025-02-08 23:55:39,281 - card_creation - INFO - Building Error series for C 2025-02-08 23:55:39,358 - card_creation - INFO - Building Error series for 1B 2025-02-08 23:55:39,436 - card_creation - INFO - Building Error series for 2B 2025-02-08 23:55:39,529 - card_creation - INFO - Building Error series for 3B 2025-02-08 23:55:39,586 - card_creation - INFO - Building Error series for SS 2025-02-08 23:55:39,659 - card_creation - INFO - Building Error series for LF 2025-02-08 23:55:39,729 - card_creation - INFO - Building Error series for CF 2025-02-08 23:55:39,796 - card_creation - INFO - Building Error series for RF 2025-02-08 23:55:39,812 - card_creation - INFO - ending timer - Processed 9 position errors: 3.17s 2025-02-08 23:55:39,812 - card_creation - INFO - starting timer - Building C PB series 2025-02-08 23:55:40,689 - card_creation - INFO - Building PB series for C 2025-02-08 23:55:40,705 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.89s 2025-02-08 23:55:40,705 - card_creation - INFO - starting timer - Building C OT series 2025-02-08 23:55:41,088 - card_creation - INFO - Building Throw series for C 2025-02-08 23:55:41,104 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.40s 2025-02-08 23:55:41,109 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-08 23:55:41,162 - card_creation - INFO - ending timer - Pulled scouting data: 69.97s 2025-02-08 23:55:41,162 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-08 23:55:41,162 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-08 23:55:41,202 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-08 23:55:41,202 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-08 23:55:41,235 - card_creation - INFO - ending timer - Done Stealing calcs: 0.03s 2025-02-08 23:55:41,235 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-08 23:55:41,296 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-08 23:55:41,296 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-08 23:59:29,266 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-08 23:59:29,266 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-08 23:59:29,266 - card_creation - INFO - starting timer - 2025-02-08 23:59:29,266 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:59:29,267 - card_creation - INFO - starting timer - 2025-02-08 23:59:29,267 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:59:29,268 - card_creation - INFO - starting timer - 2025-02-08 23:59:29,268 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-08 23:59:52,363 - card_creation - INFO - session info: 2025-02-08 23:59:54,690 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:59:54,691 - card_creation - INFO - ending timer - : 25.42s 2025-02-08 23:59:55,229 - card_creation - INFO - session info: 2025-02-08 23:59:57,596 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-08 23:59:57,597 - card_creation - INFO - ending timer - : 28.33s 2025-02-09 00:00:30,571 - card_creation - INFO - session info: 2025-02-09 00:00:34,316 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:00:34,317 - card_creation - INFO - ending timer - : 65.05s 2025-02-09 00:00:34,317 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 65.05s 2025-02-09 00:00:34,317 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:00:34,362 - card_creation - INFO - ending timer - Base dataframes are complete: 0.05s 2025-02-09 00:00:34,362 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:00:34,365 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-09 00:00:34,365 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:00:34,763 - card_creation - INFO - Building Range series for P 2025-02-09 00:00:34,837 - card_creation - INFO - Building Range series for C 2025-02-09 00:00:34,911 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:00:35,002 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:00:35,129 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:00:35,155 - card_creation - INFO - Building Range series for SS 2025-02-09 00:00:35,225 - card_creation - INFO - Building Range series for LF 2025-02-09 00:00:35,299 - card_creation - INFO - Building Range series for CF 2025-02-09 00:00:35,371 - card_creation - INFO - Building Range series for RF 2025-02-09 00:00:35,386 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.02s 2025-02-09 00:00:35,386 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:00:37,237 - card_creation - INFO - Building Error series for P 2025-02-09 00:00:37,325 - card_creation - INFO - Building Error series for C 2025-02-09 00:00:37,399 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:00:37,479 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:00:37,576 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:00:37,639 - card_creation - INFO - Building Error series for SS 2025-02-09 00:00:37,712 - card_creation - INFO - Building Error series for LF 2025-02-09 00:00:37,788 - card_creation - INFO - Building Error series for CF 2025-02-09 00:00:37,852 - card_creation - INFO - Building Error series for RF 2025-02-09 00:00:37,867 - card_creation - INFO - ending timer - Processed 9 position errors: 2.48s 2025-02-09 00:00:37,867 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:00:39,269 - card_creation - INFO - Building Arm series for OF 2025-02-09 00:00:39,343 - card_creation - INFO - Building Arm series for OF 2025-02-09 00:00:39,410 - card_creation - INFO - Building Arm series for OF 2025-02-09 00:00:39,424 - card_creation - INFO - ending timer - Processed 3 throwing arms: 1.56s 2025-02-09 00:00:39,424 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:00:39,424 - card_creation - INFO - Building Arm series for C 2025-02-09 00:00:39,428 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:00:39,428 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:00:39,809 - card_creation - INFO - Building PB series for C 2025-02-09 00:00:39,825 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.40s 2025-02-09 00:00:39,825 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:00:40,943 - card_creation - INFO - Building Throw series for C 2025-02-09 00:00:40,959 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.13s 2025-02-09 00:00:40,964 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -4, -1, 0, 0, -2, -2, -2, -4, -4, -3, -1, -4, -4, -2, -1, 0, -4, 0, -4, 1, -4, -4, -1, -2, -3, -2, -2, -1, -4, -2, -1, -2, 0, -1, -2, 2, -1, -1, -2, 0, 0, -2, 0, -4, -4, 0, 0, 1, -2, -1, -1, -1, -2, -2, 2, -2, 2, -2, -2, -2, -2, -2, 2, -2, 0, -2, 0, -2, -3, -4, -3, 1, -1, -4, -2, 0, -3, -2, 0, 0, -2, 0, -2, 2, -1, -2, -1, -3, 0, 0, -3, 0, 0, 1, -2, -1, -2, 1, -1, -1, -2, 1, -2, -1, -1, 0, 0, -2, -2, -2, -1, -2, 0, -1, -2, 1, -1, -2, -2, -2, -1, -1, -1, -1, 0, -2, -1, 1, -2, 1, -2, -2, 1, 0, 4, -2, 0, 0, 0, 0, 1, -2, 1, -2, 0, -4, 0, 2, 0, -2, 1, -1, -1, -2, -2, 0, 0, -2, -4, -2, 1, -2, -1, -1, -2, -2, -4, 0, -2, 0, 1, 2, 0, -2, 2, -4, -1, 0, 0, 0, -1, 4, -2, -1, -2, 1, -2, -1, -1, 1, 0, 0, -1, -1, -4, -1, -3, -4, 0, -1, 1, 0, -2, 0, -1, -1, 0, -2, -4, 1, -2, -2, -2, -1, 0, -1, -2, -4, 0, 2, 0, 0, -2, -1, 0, -4, -2, 0, 0, -2, -4, -2, 0, -1, 0, -1, 2, 0, -3, -4, -2, 1, -1, -2, -2, -4, -4, -2, -1, 1, 3, 0, -2, -3, 0, 2, -4, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2, 1, -2, -4, -2, -2, 0, -1, 1, -2, -1, 2, 0, 0, -1, -2, 0, 2, 5, 0, -1, -2, 0, 2, 0, 1, 2, 2, -1, -1, -2, 0, -2, 2, -2, 0, 1, -1, -2, 0, -1, -3, 2, 0, -3, 0, -1, -1, 2, -4, -1, 0, 1, 1, 0, 1, 0, 0, 0, 1, -4, -2, -2, 4, 2, 1, -1, -2, -2, 1, -1, -3, 1, -2, 1, 0, 0, 0, -2, 0, 0, -1, -1, -2, 1, -2, -2, 0, -3, -2, 1, 0, -3, 0, 0, -1, 1, -1, -2, -2, -1, -3, -1, -2, 2, 0, 2, -2, 0, 2, -1, -2, 4, -2, -2, 0, 3, 1, -1, 2, -1, 2, -1, 0, 0, 1, -2, -2, 0, -3, 0, 1, 2, -2, -2, -1, -1, 0, 0, -2, -2, 0, 0, -2, 2, 2, -1, -1, -1, -2, -2, 0, 0, 0, 1, 0, 0, -1, 2, -2, 0, 2, 0, -2, -1, -1, -2, 1, -1, 1, -1, -1, 0, -3, -3, -1, -2, 0, -1, -1, -1, -1, -1, -1, 1, -2, 1, 0, -2, 1, 3, -1, 0, -1, 0, -2, 0, -3, 0, -1, 0, 2, 4, 2, 0, 1, 0, -2, 0, 0, 2, 1, 0, 0, -1, 3, 1, -3, -1, 0, 0, 0, -2, -2, -2, 4, 0, -3, -1, 0, -1, 0, 2, -2, -1, -2, 0, 0, 0, -4, -1, 0, 2, 1, 1, -1, 0, 2, 0, -1, 2, -3, 1, 0, 0, 0, 2, 1, -2, -1, 0, 2, -2, 1, -2, -2, -2, -1, -3, 0, 0, 0, 0, 2, -1, -2, -1, -1, 2, 0, 1, 0, 0, 1, 2, 1, 1, 0, -1, -2, -1, 4, 1, 0, -3, -1, 3, -1, -1, -2, -1, -2, -1, 1, -1, -1, -2, -2, 2, -1, 4, 2, -4, 2, 2, 0, -2, 0, -3, 2, -2, 1, -2, 0, -1, 0, 0, 1, 3, -1, 5, 1, 2, -2, 0, -2, -3, -3, -2, -2, -3, -3, 0, 5, 0, -2, 3, 1, 1, 1, 4, 0, 0, -2, 4, 3, 1, 3, 0, -2, 0, -1, 2, -2, -3, 1, -2, 0, -1, 1, -1, -4, -2, 0, 0, 0, 0, -2, -2, -2, -3, -1, 0, -2, 1, -3, 0, -3, -1, 0, -2, 4, -1, -2, 0, -2, 4, -1, 0, -1, -3, 0, 4, -1, 0, -3, 2, 0, 0, -4, 4, -2, 3, 0, -1, 0, 0, -2, -1, -1, -1, 0, 0, -3, -3, -2, 2, 0, 2, 3, -1, 0, 1, -2, -2, -1, -4, -2, -1, 3, 3, 0, 2, -2, -1, 1, 0, 1, 5, -2, 3, 0, 1, 3, -2, 0, -2, 2, 5, -2, -3, 0, -2, 4, 3, 0, 3, 4, -2, -3, 4, -1, -2, 0, 3, -3, -1, 1, 1, 1, 1, -1, -3, 0, 0, -2, 0, -2, 2, 2, -2, 3, -2, -1, -1, -2, 1, -2, -2, 0, 3, 0, -1, -2, -1, 3, -3, -3, -3, -3, 0, -2, -1, 0, 3, 3, -2, -2, 1, 1, 3, 0, 0, 0, 1, 3, -1, 0, 3, 0, 0, 0, 3, 3, -3, 3, 0, -2, 0, 0, 0, 3, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:07:01,147 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:07:01,147 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:07:01,147 - card_creation - INFO - starting timer - 2025-02-09 00:07:01,147 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:07:01,148 - card_creation - INFO - starting timer - 2025-02-09 00:07:01,148 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:07:01,149 - card_creation - INFO - starting timer - 2025-02-09 00:07:01,149 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:07:24,558 - card_creation - INFO - session info: 2025-02-09 00:07:25,318 - card_creation - INFO - session info: 2025-02-09 00:07:26,532 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:07:26,533 - card_creation - INFO - ending timer - : 25.39s 2025-02-09 00:07:28,387 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:07:28,388 - card_creation - INFO - ending timer - : 27.24s 2025-02-09 00:07:59,046 - card_creation - INFO - session info: 2025-02-09 00:08:03,129 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:08:03,130 - card_creation - INFO - ending timer - : 61.98s 2025-02-09 00:08:03,130 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 61.98s 2025-02-09 00:08:03,130 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:08:03,175 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-09 00:08:03,175 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:08:03,178 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-09 00:08:03,178 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:08:03,556 - card_creation - INFO - Building Range series for P 2025-02-09 00:08:03,629 - card_creation - INFO - Building Range series for C 2025-02-09 00:08:03,707 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:08:03,787 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:08:03,917 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:08:03,935 - card_creation - INFO - Building Range series for SS 2025-02-09 00:08:04,015 - card_creation - INFO - Building Range series for LF 2025-02-09 00:08:04,081 - card_creation - INFO - Building Range series for CF 2025-02-09 00:08:04,156 - card_creation - INFO - Building Range series for RF 2025-02-09 00:08:04,175 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.00s 2025-02-09 00:08:04,176 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:08:05,777 - card_creation - INFO - Building Error series for P 2025-02-09 00:08:05,783 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:08:05,855 - card_creation - INFO - Building Error series for C 2025-02-09 00:08:05,857 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:08:05,935 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:08:05,938 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:08:06,020 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:08:06,023 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:08:06,113 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:08:06,116 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:08:06,168 - card_creation - INFO - Building Error series for SS 2025-02-09 00:08:06,170 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:08:06,244 - card_creation - INFO - Building Error series for LF 2025-02-09 00:08:06,247 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:08:06,318 - card_creation - INFO - Building Error series for CF 2025-02-09 00:08:06,321 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:08:06,387 - card_creation - INFO - Building Error series for RF 2025-02-09 00:08:06,389 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:08:06,403 - card_creation - INFO - ending timer - Processed 9 position errors: 2.23s 2025-02-09 00:08:06,403 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:08:07,190 - card_creation - INFO - Building Arm series for OF 2025-02-09 00:08:07,192 - card_creation - INFO - arm ratings: Series([], Name: Arm OF, dtype: object) 2025-02-09 00:08:07,264 - card_creation - INFO - Building Arm series for OF 2025-02-09 00:08:07,266 - card_creation - INFO - arm ratings: Series([], Name: Arm OF, dtype: object) 2025-02-09 00:08:07,336 - card_creation - INFO - Building Arm series for OF 2025-02-09 00:08:07,337 - card_creation - INFO - arm ratings: Series([], Name: Arm OF, dtype: object) 2025-02-09 00:08:07,354 - card_creation - INFO - ending timer - Processed 3 throwing arms: 0.95s 2025-02-09 00:08:07,354 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:08:07,354 - card_creation - INFO - Building Arm series for C 2025-02-09 00:08:07,358 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:08:07,358 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:08:07,358 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:08:07,732 - card_creation - INFO - Building PB series for C 2025-02-09 00:08:07,748 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.39s 2025-02-09 00:08:07,749 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:08:08,132 - card_creation - INFO - Building Throw series for C 2025-02-09 00:08:08,149 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.40s 2025-02-09 00:08:08,155 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -4, -1, 0, 0, -2, -2, -2, -4, -4, -3, -1, -4, -4, -2, -1, 0, -4, 0, -4, 1, -4, -4, -1, -2, -3, -2, -2, -1, -4, -2, -1, -2, 0, -1, -2, 2, -1, -1, -2, 0, 0, -2, 0, -4, -4, 0, 0, 1, -2, -1, -1, -1, -2, -2, 2, -2, 2, -2, -2, -2, -2, -2, 2, -2, 0, -2, 0, -2, -3, -4, -3, 1, -1, -4, -2, 0, -3, -2, 0, 0, -2, 0, -2, 2, -1, -2, -1, -3, 0, 0, -3, 0, 0, 1, -2, -1, -2, 1, -1, -1, -2, 1, -2, -1, -1, 0, 0, -2, -2, -2, -1, -2, 0, -1, -2, 1, -1, -2, -2, -2, -1, -1, -1, -1, 0, -2, -1, 1, -2, 1, -2, -2, 1, 0, 4, -2, 0, 0, 0, 0, 1, -2, 1, -2, 0, -4, 0, 2, 0, -2, 1, -1, -1, -2, -2, 0, 0, -2, -4, -2, 1, -2, -1, -1, -2, -2, -4, 0, -2, 0, 1, 2, 0, -2, 2, -4, -1, 0, 0, 0, -1, 4, -2, -1, -2, 1, -2, -1, -1, 1, 0, 0, -1, -1, -4, -1, -3, -4, 0, -1, 1, 0, -2, 0, -1, -1, 0, -2, -4, 1, -2, -2, -2, -1, 0, -1, -2, -4, 0, 2, 0, 0, -2, -1, 0, -4, -2, 0, 0, -2, -4, -2, 0, -1, 0, -1, 2, 0, -3, -4, -2, 1, -1, -2, -2, -4, -4, -2, -1, 1, 3, 0, -2, -3, 0, 2, -4, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2, 1, -2, -4, -2, -2, 0, -1, 1, -2, -1, 2, 0, 0, -1, -2, 0, 2, 5, 0, -1, -2, 0, 2, 0, 1, 2, 2, -1, -1, -2, 0, -2, 2, -2, 0, 1, -1, -2, 0, -1, -3, 2, 0, -3, 0, -1, -1, 2, -4, -1, 0, 1, 1, 0, 1, 0, 0, 0, 1, -4, -2, -2, 4, 2, 1, -1, -2, -2, 1, -1, -3, 1, -2, 1, 0, 0, 0, -2, 0, 0, -1, -1, -2, 1, -2, -2, 0, -3, -2, 1, 0, -3, 0, 0, -1, 1, -1, -2, -2, -1, -3, -1, -2, 2, 0, 2, -2, 0, 2, -1, -2, 4, -2, -2, 0, 3, 1, -1, 2, -1, 2, -1, 0, 0, 1, -2, -2, 0, -3, 0, 1, 2, -2, -2, -1, -1, 0, 0, -2, -2, 0, 0, -2, 2, 2, -1, -1, -1, -2, -2, 0, 0, 0, 1, 0, 0, -1, 2, -2, 0, 2, 0, -2, -1, -1, -2, 1, -1, 1, -1, -1, 0, -3, -3, -1, -2, 0, -1, -1, -1, -1, -1, -1, 1, -2, 1, 0, -2, 1, 3, -1, 0, -1, 0, -2, 0, -3, 0, -1, 0, 2, 4, 2, 0, 1, 0, -2, 0, 0, 2, 1, 0, 0, -1, 3, 1, -3, -1, 0, 0, 0, -2, -2, -2, 4, 0, -3, -1, 0, -1, 0, 2, -2, -1, -2, 0, 0, 0, -4, -1, 0, 2, 1, 1, -1, 0, 2, 0, -1, 2, -3, 1, 0, 0, 0, 2, 1, -2, -1, 0, 2, -2, 1, -2, -2, -2, -1, -3, 0, 0, 0, 0, 2, -1, -2, -1, -1, 2, 0, 1, 0, 0, 1, 2, 1, 1, 0, -1, -2, -1, 4, 1, 0, -3, -1, 3, -1, -1, -2, -1, -2, -1, 1, -1, -1, -2, -2, 2, -1, 4, 2, -4, 2, 2, 0, -2, 0, -3, 2, -2, 1, -2, 0, -1, 0, 0, 1, 3, -1, 5, 1, 2, -2, 0, -2, -3, -3, -2, -2, -3, -3, 0, 5, 0, -2, 3, 1, 1, 1, 4, 0, 0, -2, 4, 3, 1, 3, 0, -2, 0, -1, 2, -2, -3, 1, -2, 0, -1, 1, -1, -4, -2, 0, 0, 0, 0, -2, -2, -2, -3, -1, 0, -2, 1, -3, 0, -3, -1, 0, -2, 4, -1, -2, 0, -2, 4, -1, 0, -1, -3, 0, 4, -1, 0, -3, 2, 0, 0, -4, 4, -2, 3, 0, -1, 0, 0, -2, -1, -1, -1, 0, 0, -3, -3, -2, 2, 0, 2, 3, -1, 0, 1, -2, -2, -1, -4, -2, -1, 3, 3, 0, 2, -2, -1, 1, 0, 1, 5, -2, 3, 0, 1, 3, -2, 0, -2, 2, 5, -2, -3, 0, -2, 4, 3, 0, 3, 4, -2, -3, 4, -1, -2, 0, 3, -3, -1, 1, 1, 1, 1, -1, -3, 0, 0, -2, 0, -2, 2, 2, -2, 3, -2, -1, -1, -2, 1, -2, -2, 0, 3, 0, -1, -2, -1, 3, -3, -3, -3, -3, 0, -2, -1, 0, 3, 3, -2, -2, 1, 1, 3, 0, 0, 0, 1, 3, -1, 0, 3, 0, 0, 0, 3, 3, -3, 3, 0, -2, 0, 0, 0, 3, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:12:35,569 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:12:35,569 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:12:35,569 - card_creation - INFO - starting timer - 2025-02-09 00:12:35,569 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:12:35,570 - card_creation - INFO - starting timer - 2025-02-09 00:12:35,570 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:12:35,570 - card_creation - INFO - starting timer - 2025-02-09 00:12:35,570 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:12:58,156 - card_creation - INFO - session info: 2025-02-09 00:12:58,918 - card_creation - INFO - session info: 2025-02-09 00:13:00,391 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:13:00,391 - card_creation - INFO - ending timer - : 24.82s 2025-02-09 00:13:01,871 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:13:01,872 - card_creation - INFO - ending timer - : 26.30s 2025-02-09 00:13:27,875 - card_creation - INFO - session info: 2025-02-09 00:13:31,533 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:13:31,534 - card_creation - INFO - ending timer - : 55.96s 2025-02-09 00:13:31,534 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 55.96s 2025-02-09 00:13:31,534 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:13:31,576 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-09 00:13:31,576 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:13:31,579 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-09 00:13:31,579 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:13:31,973 - card_creation - INFO - Building Range series for P 2025-02-09 00:13:32,048 - card_creation - INFO - Building Range series for C 2025-02-09 00:13:32,121 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:13:32,196 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:13:32,327 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:13:32,350 - card_creation - INFO - Building Range series for SS 2025-02-09 00:13:32,429 - card_creation - INFO - Building Range series for LF 2025-02-09 00:13:32,496 - card_creation - INFO - Building Range series for CF 2025-02-09 00:13:32,568 - card_creation - INFO - Building Range series for RF 2025-02-09 00:13:32,583 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.00s 2025-02-09 00:13:32,583 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:13:35,030 - card_creation - INFO - Building Error series for P 2025-02-09 00:13:35,035 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:13:35,122 - card_creation - INFO - Building Error series for C 2025-02-09 00:13:35,125 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:13:35,202 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:13:35,205 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:13:35,281 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:13:35,284 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:13:35,377 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:13:35,380 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:13:35,434 - card_creation - INFO - Building Error series for SS 2025-02-09 00:13:35,436 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:13:35,502 - card_creation - INFO - Building Error series for LF 2025-02-09 00:13:35,505 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:13:35,575 - card_creation - INFO - Building Error series for CF 2025-02-09 00:13:35,577 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:13:35,647 - card_creation - INFO - Building Error series for RF 2025-02-09 00:13:35,649 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:13:35,664 - card_creation - INFO - ending timer - Processed 9 position errors: 3.08s 2025-02-09 00:13:35,664 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:13:36,471 - card_creation - INFO - Building Arm series for LF 2025-02-09 00:13:36,474 - card_creation - INFO - arm ratings: 4010 -6 10674 4 3154 -5 4964 1 4805 -1 .. 10479 0 586 0 1984 0 4006 0 5935 0 Name: Arm LF, Length: 1625, dtype: int64 2025-02-09 00:13:36,548 - card_creation - INFO - Building Arm series for CF 2025-02-09 00:13:36,551 - card_creation - INFO - arm ratings: 4068 1 6094 -1 10767 -5 3221 -5 6136 5 .. 1084 0 4321 0 2137 0 6229 0 6432 -1 Name: Arm CF, Length: 1225, dtype: int64 2025-02-09 00:13:36,626 - card_creation - INFO - Building Arm series for RF 2025-02-09 00:13:36,629 - card_creation - INFO - arm ratings: 3171 -4 3161 5 4018 -3 10745 3 7367 1 .. 2979 0 4412 0 3938 0 7216 -2 5990 0 Name: Arm RF, Length: 1506, dtype: int64 2025-02-09 00:13:36,642 - card_creation - INFO - ending timer - Processed 3 throwing arms: 0.98s 2025-02-09 00:13:36,642 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:13:36,642 - card_creation - INFO - Building Arm series for C 2025-02-09 00:13:36,646 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:13:36,646 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:13:36,646 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:13:37,031 - card_creation - INFO - Building PB series for C 2025-02-09 00:13:37,046 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.40s 2025-02-09 00:13:37,046 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:13:38,393 - card_creation - INFO - Building Throw series for C 2025-02-09 00:13:38,409 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.36s 2025-02-09 00:13:38,413 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -6, 4, -5, 1, -1, -3, 5, -4, -2, 2, 0, 3, -4, -1, 0, 0, -2, -2, -2, -4, -4, -3, -1, -4, -4, -2, -1, 0, -4, 0, -4, 1, -4, -4, -1, -2, -3, -2, -2, -1, -4, -2, -1, -2, 0, -1, -2, 2, -1, -1, -2, 0, 0, -2, 0, -4, -4, 0, 0, 1, -2, -1, -1, -1, -2, -2, 2, -2, 2, -2, -2, -2, -2, -2, 2, -2, 0, -2, 0, -2, -3, -4, -3, 1, -1, -4, -2, 0, -3, -2, 0, 0, -2, 0, -2, 2, -1, -2, -1, -3, 0, 0, -3, 0, 0, 1, -2, -1, -2, 1, -1, -1, -2, 1, -2, -1, -1, 0, 0, -2, -2, -2, -1, -2, 0, -1, -2, 1, -1, -2, -2, -2, -1, -1, -1, -1, 0, -2, -1, 1, -2, 1, -2, -2, 1, 0, 4, -2, 0, 0, 0, 0, 1, -2, 1, -2, 0, -4, 0, 2, 0, -2, 1, -1, -1, -2, -2, 0, 0, -2, -4, -2, 1, -2, -1, -1, -2, -2, -4, 0, -2, 0, 1, 2, 0, -2, 2, -4, -1, 0, 0, 0, -1, 4, -2, -1, -2, 1, -2, -1, -1, 1, 0, 0, -1, -1, -4, -1, -3, -4, 0, -1, 1, 0, -2, 0, -1, -1, 0, -2, -4, 1, -2, -2, -2, -1, 0, -1, -2, -4, 0, 2, 0, 0, -2, -1, 0, -4, -2, 0, 0, -2, -4, -2, 0, -1, 0, -1, 2, 0, -3, -4, -2, 1, -1, -2, -2, -4, -4, -2, -1, 1, 3, 0, -2, -3, 0, 2, -4, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2, 1, -2, -4, -2, -2, 0, -1, 1, -2, -1, 2, 0, 0, -1, -2, 0, 2, 5, 0, -1, -2, 0, 2, 0, 1, 2, 2, -1, -1, -2, 0, -2, 2, -2, 0, 1, -1, -2, 0, -1, -3, 2, 0, -3, 0, -1, -1, 2, -4, -1, 0, 1, 1, 0, 1, 0, 0, 0, 1, -4, -2, -2, 4, 2, 1, -1, -2, -2, 1, -1, -3, 1, -2, 1, 0, 0, 0, -2, 0, 0, -1, -1, -2, 1, -2, -2, 0, -3, -2, 1, 0, -3, 0, 0, -1, 1, -1, -2, -2, -1, -3, -1, -2, 2, 0, 2, -2, 0, 2, -1, -2, 4, -2, -2, 0, 3, 1, -1, 2, -1, 2, -1, 0, 0, 1, -2, -2, 0, -3, 0, 1, 2, -2, -2, -1, -1, 0, 0, -2, -2, 0, 0, -2, 2, 2, -1, -1, -1, -2, -2, 0, 0, 0, 1, 0, 0, -1, 2, -2, 0, 2, 0, -2, -1, -1, -2, 1, -1, 1, -1, -1, 0, -3, -3, -1, -2, 0, -1, -1, -1, -1, -1, -1, 1, -2, 1, 0, -2, 1, 3, -1, 0, -1, 0, -2, 0, -3, 0, -1, 0, 2, 4, 2, 0, 1, 0, -2, 0, 0, 2, 1, 0, 0, -1, 3, 1, -3, -1, 0, 0, 0, -2, -2, -2, 4, 0, -3, -1, 0, -1, 0, 2, -2, -1, -2, 0, 0, 0, -4, -1, 0, 2, 1, 1, -1, 0, 2, 0, -1, 2, -3, 1, 0, 0, 0, 2, 1, -2, -1, 0, 2, -2, 1, -2, -2, -2, -1, -3, 0, 0, 0, 0, 2, -1, -2, -1, -1, 2, 0, 1, 0, 0, 1, 2, 1, 1, 0, -1, -2, -1, 4, 1, 0, -3, -1, 3, -1, -1, -2, -1, -2, -1, 1, -1, -1, -2, -2, 2, -1, 4, 2, -4, 2, 2, 0, -2, 0, -3, 2, -2, 1, -2, 0, -1, 0, 0, 1, 3, -1, 5, 1, 2, -2, 0, -2, -3, -3, -2, -2, -3, -3, 0, 5, 0, -2, 3, 1, 1, 1, 4, 0, 0, -2, 4, 3, 1, 3, 0, -2, 0, -1, 2, -2, -3, 1, -2, 0, -1, 1, -1, -4, -2, 0, 0, 0, 0, -2, -2, -2, -3, -1, 0, -2, 1, -3, 0, -3, -1, 0, -2, 4, -1, -2, 0, -2, 4, -1, 0, -1, -3, 0, 4, -1, 0, -3, 2, 0, 0, -4, 4, -2, 3, 0, -1, 0, 0, -2, -1, -1, -1, 0, 0, -3, -3, -2, 2, 0, 2, 3, -1, 0, 1, -2, -2, -1, -4, -2, -1, 3, 3, 0, 2, -2, -1, 1, 0, 1, 5, -2, 3, 0, 1, 3, -2, 0, -2, 2, 5, -2, -3, 0, -2, 4, 3, 0, 3, 4, -2, -3, 4, -1, -2, 0, 3, -3, -1, 1, 1, 1, 1, -1, -3, 0, 0, -2, 0, -2, 2, 2, -2, 3, -2, -1, -1, -2, 1, -2, -2, 0, 3, 0, -1, -2, -1, 3, -3, -3, -3, -3, 0, -2, -1, 0, 3, 3, -2, -2, 1, 1, 3, 0, 0, 0, 1, 3, -1, 0, 3, 0, 0, 0, 3, 3, -3, 3, 0, -2, 0, 0, 0, 3, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:15:12,004 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:15:12,004 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:15:12,004 - card_creation - INFO - starting timer - 2025-02-09 00:15:12,005 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:15:12,008 - card_creation - INFO - starting timer - 2025-02-09 00:15:12,008 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:15:12,008 - card_creation - INFO - starting timer - 2025-02-09 00:15:12,008 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:15:34,408 - card_creation - INFO - session info: 2025-02-09 00:15:35,489 - card_creation - INFO - session info: 2025-02-09 00:15:36,424 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:15:36,425 - card_creation - INFO - ending timer - : 24.42s 2025-02-09 00:15:38,327 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:15:38,327 - card_creation - INFO - ending timer - : 26.32s 2025-02-09 00:16:06,558 - card_creation - INFO - session info: 2025-02-09 00:16:10,201 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:16:10,202 - card_creation - INFO - ending timer - : 58.19s 2025-02-09 00:16:10,203 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 58.20s 2025-02-09 00:16:10,203 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:16:10,482 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:16:10,482 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:16:10,503 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:16:10,503 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:16:10,917 - card_creation - INFO - Building Range series for P 2025-02-09 00:16:11,002 - card_creation - INFO - Building Range series for C 2025-02-09 00:16:11,076 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:16:11,155 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:16:11,233 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:16:11,325 - card_creation - INFO - Building Range series for SS 2025-02-09 00:16:11,394 - card_creation - INFO - Building Range series for LF 2025-02-09 00:16:11,458 - card_creation - INFO - Building Range series for CF 2025-02-09 00:16:11,523 - card_creation - INFO - Building Range series for RF 2025-02-09 00:16:11,539 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.04s 2025-02-09 00:16:11,539 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:16:11,933 - card_creation - INFO - Building Error series for P 2025-02-09 00:16:11,945 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:16:12,016 - card_creation - INFO - Building Error series for C 2025-02-09 00:16:12,018 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:16:12,089 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:16:12,091 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:16:12,166 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:16:12,168 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:16:12,246 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:16:12,249 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:16:12,334 - card_creation - INFO - Building Error series for SS 2025-02-09 00:16:12,339 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:16:12,397 - card_creation - INFO - Building Error series for LF 2025-02-09 00:16:12,400 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:16:12,473 - card_creation - INFO - Building Error series for CF 2025-02-09 00:16:12,476 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:16:12,534 - card_creation - INFO - Building Error series for RF 2025-02-09 00:16:12,535 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:16:12,550 - card_creation - INFO - ending timer - Processed 9 position errors: 1.01s 2025-02-09 00:16:12,550 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:16:12,950 - card_creation - INFO - Building Arm series for LF 2025-02-09 00:16:12,955 - card_creation - INFO - arm ratings: 4010 -6 10674 4 3154 -5 4964 1 4805 -1 .. 10479 0 586 0 1984 0 4006 0 5935 0 Name: Arm LF, Length: 1625, dtype: int64 2025-02-09 00:16:13,026 - card_creation - INFO - Building Arm series for CF 2025-02-09 00:16:13,028 - card_creation - INFO - arm ratings: 4068 1 6094 -1 10767 -5 3221 -5 6136 5 .. 1084 0 4321 0 2137 0 6229 0 6432 -1 Name: Arm CF, Length: 1225, dtype: int64 2025-02-09 00:16:13,101 - card_creation - INFO - Building Arm series for RF 2025-02-09 00:16:13,103 - card_creation - INFO - arm ratings: 3171 -4 3161 5 4018 -3 10745 3 7367 1 .. 2979 0 4412 0 3938 0 7216 -2 5990 0 Name: Arm RF, Length: 1506, dtype: int64 2025-02-09 00:16:50,347 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:16:50,347 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:16:50,347 - card_creation - INFO - starting timer - 2025-02-09 00:16:50,348 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:16:50,351 - card_creation - INFO - starting timer - 2025-02-09 00:16:50,351 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:16:50,351 - card_creation - INFO - starting timer - 2025-02-09 00:16:50,351 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:17:13,390 - card_creation - INFO - session info: 2025-02-09 00:17:14,328 - card_creation - INFO - session info: 2025-02-09 00:17:17,354 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:17:17,355 - card_creation - INFO - ending timer - : 27.01s 2025-02-09 00:17:17,493 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:17:17,494 - card_creation - INFO - ending timer - : 27.14s 2025-02-09 00:17:44,235 - card_creation - INFO - session info: 2025-02-09 00:17:47,935 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:17:47,937 - card_creation - INFO - ending timer - : 57.59s 2025-02-09 00:17:47,937 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 57.59s 2025-02-09 00:17:47,937 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:17:48,217 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:17:48,218 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:17:48,240 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:17:48,240 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:17:48,657 - card_creation - INFO - Building Range series for P 2025-02-09 00:17:48,745 - card_creation - INFO - Building Range series for C 2025-02-09 00:17:48,830 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:17:48,905 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:17:48,980 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:17:49,073 - card_creation - INFO - Building Range series for SS 2025-02-09 00:17:49,128 - card_creation - INFO - Building Range series for LF 2025-02-09 00:17:49,198 - card_creation - INFO - Building Range series for CF 2025-02-09 00:17:49,266 - card_creation - INFO - Building Range series for RF 2025-02-09 00:17:49,281 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.04s 2025-02-09 00:17:49,282 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:17:49,677 - card_creation - INFO - Building Error series for P 2025-02-09 00:17:49,717 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:17:49,789 - card_creation - INFO - Building Error series for C 2025-02-09 00:17:49,791 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:17:49,867 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:17:49,869 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:17:49,944 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:17:49,946 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:17:50,038 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:17:50,043 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:17:50,091 - card_creation - INFO - Building Error series for SS 2025-02-09 00:17:50,094 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:17:50,170 - card_creation - INFO - Building Error series for LF 2025-02-09 00:17:50,173 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:17:50,251 - card_creation - INFO - Building Error series for CF 2025-02-09 00:17:50,253 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:17:50,326 - card_creation - INFO - Building Error series for RF 2025-02-09 00:17:50,328 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:17:50,343 - card_creation - INFO - ending timer - Processed 9 position errors: 1.06s 2025-02-09 00:17:50,343 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:17:50,735 - card_creation - INFO - Building Arm series for LF 2025-02-09 00:17:50,740 - card_creation - INFO - arm ratings: 4010 -6 10674 4 3154 -5 4964 1 4805 -1 .. 10479 0 586 0 1984 0 4006 0 5935 0 Name: Arm LF, Length: 1625, dtype: int64 2025-02-09 00:17:50,823 - card_creation - INFO - Building Arm series for CF 2025-02-09 00:17:50,825 - card_creation - INFO - arm ratings: 4068 1 6094 -1 10767 -5 3221 -5 6136 5 .. 1084 0 4321 0 2137 0 6229 0 6432 -1 Name: Arm CF, Length: 1225, dtype: int64 2025-02-09 00:17:50,901 - card_creation - INFO - Building Arm series for RF 2025-02-09 00:17:50,903 - card_creation - INFO - arm ratings: 3171 -4 3161 5 4018 -3 10745 3 7367 1 .. 2979 0 4412 0 3938 0 7216 -2 5990 0 Name: Arm RF, Length: 1506, dtype: int64 2025-02-09 00:21:09,935 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:21:09,936 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:21:09,936 - card_creation - INFO - starting timer - 2025-02-09 00:21:09,936 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:21:09,939 - card_creation - INFO - starting timer - 2025-02-09 00:21:09,939 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:21:09,939 - card_creation - INFO - starting timer - 2025-02-09 00:21:09,939 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:21:32,010 - card_creation - INFO - session info: 2025-02-09 00:21:33,343 - card_creation - INFO - session info: 2025-02-09 00:21:33,948 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:21:33,949 - card_creation - INFO - ending timer - : 24.01s 2025-02-09 00:21:36,169 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:21:36,170 - card_creation - INFO - ending timer - : 26.23s 2025-02-09 00:22:04,397 - card_creation - INFO - session info: 2025-02-09 00:22:08,483 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:22:08,484 - card_creation - INFO - ending timer - : 58.54s 2025-02-09 00:22:08,484 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 58.55s 2025-02-09 00:22:08,484 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:22:08,763 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:22:08,763 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:22:08,784 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:22:08,784 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:22:09,201 - card_creation - INFO - Building Range series for P 2025-02-09 00:22:09,292 - card_creation - INFO - Building Range series for C 2025-02-09 00:22:09,366 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:22:09,438 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:22:09,517 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:22:09,606 - card_creation - INFO - Building Range series for SS 2025-02-09 00:22:09,660 - card_creation - INFO - Building Range series for LF 2025-02-09 00:22:09,736 - card_creation - INFO - Building Range series for CF 2025-02-09 00:22:09,800 - card_creation - INFO - Building Range series for RF 2025-02-09 00:22:09,817 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.03s 2025-02-09 00:22:09,817 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:22:10,208 - card_creation - INFO - Building Error series for P 2025-02-09 00:22:10,219 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:22:10,288 - card_creation - INFO - Building Error series for C 2025-02-09 00:22:10,290 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:22:10,363 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:22:10,365 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:22:10,438 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:22:10,440 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:22:10,516 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:22:10,519 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:22:10,609 - card_creation - INFO - Building Error series for SS 2025-02-09 00:22:10,614 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:22:10,657 - card_creation - INFO - Building Error series for LF 2025-02-09 00:22:10,659 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:22:10,732 - card_creation - INFO - Building Error series for CF 2025-02-09 00:22:10,735 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:22:10,802 - card_creation - INFO - Building Error series for RF 2025-02-09 00:22:10,804 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:22:10,817 - card_creation - INFO - ending timer - Processed 9 position errors: 1.00s 2025-02-09 00:22:10,817 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:22:11,214 - card_creation - INFO - Building Arm series for LF 2025-02-09 00:22:11,218 - card_creation - INFO - arm ratings: 4010 -6 10674 4 3154 -5 4964 1 4805 -1 .. 10479 0 586 0 1984 0 4006 0 5935 0 Name: Arm LF, Length: 1625, dtype: int64 2025-02-09 00:22:11,289 - card_creation - INFO - Building Arm series for CF 2025-02-09 00:22:11,292 - card_creation - INFO - arm ratings: 4068 1 6094 -1 10767 -5 3221 -5 6136 5 .. 1084 0 4321 0 2137 0 6229 0 6432 -1 Name: Arm CF, Length: 1225, dtype: int64 2025-02-09 00:22:11,372 - card_creation - INFO - Building Arm series for RF 2025-02-09 00:22:11,374 - card_creation - INFO - arm ratings: 3171 -4 3161 5 4018 -3 10745 3 7367 1 .. 2979 0 4412 0 3938 0 7216 -2 5990 0 Name: Arm RF, Length: 1506, dtype: int64 2025-02-09 00:22:38,002 - card_creation - INFO - ending timer - Processed 3 throwing arms: 27.18s 2025-02-09 00:22:38,003 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:22:38,003 - card_creation - INFO - Building Arm series for C 2025-02-09 00:22:38,008 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:22:38,008 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.01s 2025-02-09 00:22:38,008 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:22:38,425 - card_creation - INFO - Building PB series for C 2025-02-09 00:22:38,440 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.43s 2025-02-09 00:22:38,440 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:22:40,101 - card_creation - INFO - Building Throw series for C 2025-02-09 00:22:40,119 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.68s 2025-02-09 00:22:40,124 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -6, 4, -5, 1, -1, -3, 5, -4, -2, 2, 0, 3, -4, -1, 0, 0, -2, -2, -2, -4, -4, -3, -1, -4, -4, -2, -1, 0, -4, 0, -4, 1, -4, -4, -1, -2, -3, -2, -2, -1, -4, -2, -1, -2, 0, -1, -2, 2, -1, -1, -2, 0, 0, -2, 0, -4, -4, 0, 0, 1, -2, -1, -1, -1, -2, -2, 2, -2, 2, -2, -2, -2, -2, -2, 2, -2, 0, -2, 0, -2, -3, -4, -3, 1, -1, -4, -2, 0, -3, -2, 0, 0, -2, 0, -2, 2, -1, -2, -1, -3, 0, 0, -3, 0, 0, 1, -2, -1, -2, 1, -1, -1, -2, 1, -2, -1, -1, 0, 0, -2, -2, -2, -1, -2, 0, -1, -2, 1, -1, -2, -2, -2, -1, -1, -1, -1, 0, -2, -1, 1, -2, 1, -2, -2, 1, 0, 4, -2, 0, 0, 0, 0, 1, -2, 1, -2, 0, -4, 0, 2, 0, -2, 1, -1, -1, -2, -2, 0, 0, -2, -4, -2, 1, -2, -1, -1, -2, -2, -4, 0, -2, 0, 1, 2, 0, -2, 2, -4, -1, 0, 0, 0, -1, 4, -2, -1, -2, 1, -2, -1, -1, 1, 0, 0, -1, -1, -4, -1, -3, -4, 0, -1, 1, 0, -2, 0, -1, -1, 0, -2, -4, 1, -2, -2, -2, -1, 0, -1, -2, -4, 0, 2, 0, 0, -2, -1, 0, -4, -2, 0, 0, -2, -4, -2, 0, -1, 0, -1, 2, 0, -3, -4, -2, 1, -1, -2, -2, -4, -4, -2, -1, 1, 3, 0, -2, -3, 0, 2, -4, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2, 1, -2, -4, -2, -2, 0, -1, 1, -2, -1, 2, 0, 0, -1, -2, 0, 2, 5, 0, -1, -2, 0, 2, 0, 1, 2, 2, -1, -1, -2, 0, -2, 2, -2, 0, 1, -1, -2, 0, -1, -3, 2, 0, -3, 0, -1, -1, 2, -4, -1, 0, 1, 1, 0, 1, 0, 0, 0, 1, -4, -2, -2, 4, 2, 1, -1, -2, -2, 1, -1, -3, 1, -2, 1, 0, 0, 0, -2, 0, 0, -1, -1, -2, 1, -2, -2, 0, -3, -2, 1, 0, -3, 0, 0, -1, 1, -1, -2, -2, -1, -3, -1, -2, 2, 0, 2, -2, 0, 2, -1, -2, 4, -2, -2, 0, 3, 1, -1, 2, -1, 2, -1, 0, 0, 1, -2, -2, 0, -3, 0, 1, 2, -2, -2, -1, -1, 0, 0, -2, -2, 0, 0, -2, 2, 2, -1, -1, -1, -2, -2, 0, 0, 0, 1, 0, 0, -1, 2, -2, 0, 2, 0, -2, -1, -1, -2, 1, -1, 1, -1, -1, 0, -3, -3, -1, -2, 0, -1, -1, -1, -1, -1, -1, 1, -2, 1, 0, -2, 1, 3, -1, 0, -1, 0, -2, 0, -3, 0, -1, 0, 2, 4, 2, 0, 1, 0, -2, 0, 0, 2, 1, 0, 0, -1, 3, 1, -3, -1, 0, 0, 0, -2, -2, -2, 4, 0, -3, -1, 0, -1, 0, 2, -2, -1, -2, 0, 0, 0, -4, -1, 0, 2, 1, 1, -1, 0, 2, 0, -1, 2, -3, 1, 0, 0, 0, 2, 1, -2, -1, 0, 2, -2, 1, -2, -2, -2, -1, -3, 0, 0, 0, 0, 2, -1, -2, -1, -1, 2, 0, 1, 0, 0, 1, 2, 1, 1, 0, -1, -2, -1, 4, 1, 0, -3, -1, 3, -1, -1, -2, -1, -2, -1, 1, -1, -1, -2, -2, 2, -1, 4, 2, -4, 2, 2, 0, -2, 0, -3, 2, -2, 1, -2, 0, -1, 0, 0, 1, 3, -1, 5, 1, 2, -2, 0, -2, -3, -3, -2, -2, -3, -3, 0, 5, 0, -2, 3, 1, 1, 1, 4, 0, 0, -2, 4, 3, 1, 3, 0, -2, 0, -1, 2, -2, -3, 1, -2, 0, -1, 1, -1, -4, -2, 0, 0, 0, 0, -2, -2, -2, -3, -1, 0, -2, 1, -3, 0, -3, -1, 0, -2, 4, -1, -2, 0, -2, 4, -1, 0, -1, -3, 0, 4, -1, 0, -3, 2, 0, 0, -4, 4, -2, 3, 0, -1, 0, 0, -2, -1, -1, -1, 0, 0, -3, -3, -2, 2, 0, 2, 3, -1, 0, 1, -2, -2, -1, -4, -2, -1, 3, 3, 0, 2, -2, -1, 1, 0, 1, 5, -2, 3, 0, 1, 3, -2, 0, -2, 2, 5, -2, -3, 0, -2, 4, 3, 0, 3, 4, -2, -3, 4, -1, -2, 0, 3, -3, -1, 1, 1, 1, 1, -1, -3, 0, 0, -2, 0, -2, 2, 2, -2, 3, -2, -1, -1, -2, 1, -2, -2, 0, 3, 0, -1, -2, -1, 3, -3, -3, -3, -3, 0, -2, -1, 0, 3, 3, -2, -2, 1, 1, 3, 0, 0, 0, 1, 3, -1, 0, 3, 0, 0, 0, 3, 3, -3, 3, 0, -2, 0, 0, 0, 3, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:24:13,676 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:24:13,676 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:24:13,677 - card_creation - INFO - starting timer - 2025-02-09 00:24:13,677 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:24:13,680 - card_creation - INFO - starting timer - 2025-02-09 00:24:13,680 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:24:13,680 - card_creation - INFO - starting timer - 2025-02-09 00:24:13,680 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:24:35,523 - card_creation - INFO - session info: 2025-02-09 00:24:36,924 - card_creation - INFO - session info: 2025-02-09 00:24:37,480 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:24:37,481 - card_creation - INFO - ending timer - : 23.80s 2025-02-09 00:24:39,322 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:24:39,322 - card_creation - INFO - ending timer - : 25.65s 2025-02-09 00:25:06,154 - card_creation - INFO - session info: 2025-02-09 00:25:09,805 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:25:09,806 - card_creation - INFO - ending timer - : 56.13s 2025-02-09 00:25:09,806 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 56.13s 2025-02-09 00:25:09,806 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:25:10,087 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:25:10,087 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:25:10,109 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:25:10,109 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:25:10,505 - card_creation - INFO - Building Range series for P 2025-02-09 00:25:10,597 - card_creation - INFO - Building Range series for C 2025-02-09 00:25:10,672 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:25:10,749 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:25:10,827 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:25:10,925 - card_creation - INFO - Building Range series for SS 2025-02-09 00:25:10,973 - card_creation - INFO - Building Range series for LF 2025-02-09 00:25:11,042 - card_creation - INFO - Building Range series for CF 2025-02-09 00:25:11,113 - card_creation - INFO - Building Range series for RF 2025-02-09 00:25:11,129 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.02s 2025-02-09 00:25:11,129 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:25:11,523 - card_creation - INFO - Building Error series for P 2025-02-09 00:25:11,535 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:25:11,630 - card_creation - INFO - Building Error series for C 2025-02-09 00:25:11,632 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:25:11,706 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:25:11,708 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:25:11,786 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:25:11,788 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:25:11,878 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:25:11,884 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:25:11,938 - card_creation - INFO - Building Error series for SS 2025-02-09 00:25:11,940 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:25:12,009 - card_creation - INFO - Building Error series for LF 2025-02-09 00:25:12,012 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:25:12,083 - card_creation - INFO - Building Error series for CF 2025-02-09 00:25:12,085 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:25:12,156 - card_creation - INFO - Building Error series for RF 2025-02-09 00:25:12,158 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:25:12,173 - card_creation - INFO - ending timer - Processed 9 position errors: 1.04s 2025-02-09 00:25:12,173 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:25:12,570 - card_creation - INFO - Building OF series for LF 2025-02-09 00:25:12,645 - card_creation - INFO - Building OF series for CF 2025-02-09 00:25:12,719 - card_creation - INFO - Building OF series for RF 2025-02-09 00:25:38,854 - card_creation - INFO - ending timer - Processed 3 throwing arms: 26.68s 2025-02-09 00:25:38,854 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:25:38,854 - card_creation - INFO - Building Arm series for C 2025-02-09 00:25:38,859 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:25:38,859 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:25:38,859 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:25:39,285 - card_creation - INFO - Building PB series for C 2025-02-09 00:25:39,301 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.44s 2025-02-09 00:25:39,301 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:25:40,775 - card_creation - INFO - Building Throw series for C 2025-02-09 00:25:40,791 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.49s 2025-02-09 00:25:40,795 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, -6, 4, -5, 1, -1, -3, 5, -4, -2, 2, 0, 3, -4, -1, 0, 0, -2, -2, -2, -4, -4, -3, -1, -4, -4, -2, -1, 0, -4, 0, -4, 1, -4, -4, -1, -2, -3, -2, -2, -1, -4, -2, -1, -2, 0, -1, -2, 2, -1, -1, -2, 0, 0, -2, 0, -4, -4, 0, 0, 1, -2, -1, -1, -1, -2, -2, 2, -2, 2, -2, -2, -2, -2, -2, 2, -2, 0, -2, 0, -2, -3, -4, -3, 1, -1, -4, -2, 0, -3, -2, 0, 0, -2, 0, -2, 2, -1, -2, -1, -3, 0, 0, -3, 0, 0, 1, -2, -1, -2, 1, -1, -1, -2, 1, -2, -1, -1, 0, 0, -2, -2, -2, -1, -2, 0, -1, -2, 1, -1, -2, -2, -2, -1, -1, -1, -1, 0, -2, -1, 1, -2, 1, -2, -2, 1, 0, 4, -2, 0, 0, 0, 0, 1, -2, 1, -2, 0, -4, 0, 2, 0, -2, 1, -1, -1, -2, -2, 0, 0, -2, -4, -2, 1, -2, -1, -1, -2, -2, -4, 0, -2, 0, 1, 2, 0, -2, 2, -4, -1, 0, 0, 0, -1, 4, -2, -1, -2, 1, -2, -1, -1, 1, 0, 0, -1, -1, -4, -1, -3, -4, 0, -1, 1, 0, -2, 0, -1, -1, 0, -2, -4, 1, -2, -2, -2, -1, 0, -1, -2, -4, 0, 2, 0, 0, -2, -1, 0, -4, -2, 0, 0, -2, -4, -2, 0, -1, 0, -1, 2, 0, -3, -4, -2, 1, -1, -2, -2, -4, -4, -2, -1, 1, 3, 0, -2, -3, 0, 2, -4, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2, 1, -2, -4, -2, -2, 0, -1, 1, -2, -1, 2, 0, 0, -1, -2, 0, 2, 5, 0, -1, -2, 0, 2, 0, 1, 2, 2, -1, -1, -2, 0, -2, 2, -2, 0, 1, -1, -2, 0, -1, -3, 2, 0, -3, 0, -1, -1, 2, -4, -1, 0, 1, 1, 0, 1, 0, 0, 0, 1, -4, -2, -2, 4, 2, 1, -1, -2, -2, 1, -1, -3, 1, -2, 1, 0, 0, 0, -2, 0, 0, -1, -1, -2, 1, -2, -2, 0, -3, -2, 1, 0, -3, 0, 0, -1, 1, -1, -2, -2, -1, -3, -1, -2, 2, 0, 2, -2, 0, 2, -1, -2, 4, -2, -2, 0, 3, 1, -1, 2, -1, 2, -1, 0, 0, 1, -2, -2, 0, -3, 0, 1, 2, -2, -2, -1, -1, 0, 0, -2, -2, 0, 0, -2, 2, 2, -1, -1, -1, -2, -2, 0, 0, 0, 1, 0, 0, -1, 2, -2, 0, 2, 0, -2, -1, -1, -2, 1, -1, 1, -1, -1, 0, -3, -3, -1, -2, 0, -1, -1, -1, -1, -1, -1, 1, -2, 1, 0, -2, 1, 3, -1, 0, -1, 0, -2, 0, -3, 0, -1, 0, 2, 4, 2, 0, 1, 0, -2, 0, 0, 2, 1, 0, 0, -1, 3, 1, -3, -1, 0, 0, 0, -2, -2, -2, 4, 0, -3, -1, 0, -1, 0, 2, -2, -1, -2, 0, 0, 0, -4, -1, 0, 2, 1, 1, -1, 0, 2, 0, -1, 2, -3, 1, 0, 0, 0, 2, 1, -2, -1, 0, 2, -2, 1, -2, -2, -2, -1, -3, 0, 0, 0, 0, 2, -1, -2, -1, -1, 2, 0, 1, 0, 0, 1, 2, 1, 1, 0, -1, -2, -1, 4, 1, 0, -3, -1, 3, -1, -1, -2, -1, -2, -1, 1, -1, -1, -2, -2, 2, -1, 4, 2, -4, 2, 2, 0, -2, 0, -3, 2, -2, 1, -2, 0, -1, 0, 0, 1, 3, -1, 5, 1, 2, -2, 0, -2, -3, -3, -2, -2, -3, -3, 0, 5, 0, -2, 3, 1, 1, 1, 4, 0, 0, -2, 4, 3, 1, 3, 0, -2, 0, -1, 2, -2, -3, 1, -2, 0, -1, 1, -1, -4, -2, 0, 0, 0, 0, -2, -2, -2, -3, -1, 0, -2, 1, -3, 0, -3, -1, 0, -2, 4, -1, -2, 0, -2, 4, -1, 0, -1, -3, 0, 4, -1, 0, -3, 2, 0, 0, -4, 4, -2, 3, 0, -1, 0, 0, -2, -1, -1, -1, 0, 0, -3, -3, -2, 2, 0, 2, 3, -1, 0, 1, -2, -2, -1, -4, -2, -1, 3, 3, 0, 2, -2, -1, 1, 0, 1, 5, -2, 3, 0, 1, 3, -2, 0, -2, 2, 5, -2, -3, 0, -2, 4, 3, 0, 3, 4, -2, -3, 4, -1, -2, 0, 3, -3, -1, 1, 1, 1, 1, -1, -3, 0, 0, -2, 0, -2, 2, 2, -2, 3, -2, -1, -1, -2, 1, -2, -2, 0, 3, 0, -1, -2, -1, 3, -3, -3, -3, -3, 0, -2, -1, 0, 3, 3, -2, -2, 1, 1, 3, 0, 0, 0, 1, 3, -1, 0, 3, 0, 0, 0, 3, 3, -3, 3, 0, -2, 0, 0, 0, 3, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:26:59,446 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:26:59,447 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:26:59,447 - card_creation - INFO - starting timer - 2025-02-09 00:26:59,447 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:26:59,450 - card_creation - INFO - starting timer - 2025-02-09 00:26:59,450 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:26:59,451 - card_creation - INFO - starting timer - 2025-02-09 00:26:59,451 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:27:22,089 - card_creation - INFO - session info: 2025-02-09 00:27:22,227 - card_creation - INFO - session info: 2025-02-09 00:27:25,699 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:27:25,700 - card_creation - INFO - ending timer - : 26.25s 2025-02-09 00:27:25,906 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:27:25,906 - card_creation - INFO - ending timer - : 26.46s 2025-02-09 00:27:57,199 - card_creation - INFO - session info: 2025-02-09 00:28:00,954 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:28:00,955 - card_creation - INFO - ending timer - : 61.50s 2025-02-09 00:28:00,955 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 61.51s 2025-02-09 00:28:00,955 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:28:01,236 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:28:01,237 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:28:01,258 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:28:01,258 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:28:01,676 - card_creation - INFO - Building Range series for P 2025-02-09 00:28:01,758 - card_creation - INFO - Building Range series for C 2025-02-09 00:28:01,843 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:28:01,918 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:28:01,997 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:28:02,091 - card_creation - INFO - Building Range series for SS 2025-02-09 00:28:02,142 - card_creation - INFO - Building Range series for LF 2025-02-09 00:28:02,217 - card_creation - INFO - Building Range series for CF 2025-02-09 00:28:02,286 - card_creation - INFO - Building Range series for RF 2025-02-09 00:28:02,301 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.04s 2025-02-09 00:28:02,301 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:28:02,694 - card_creation - INFO - Building Error series for P 2025-02-09 00:28:02,706 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:28:02,783 - card_creation - INFO - Building Error series for C 2025-02-09 00:28:02,785 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:28:02,858 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:28:02,860 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:28:02,933 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:28:02,935 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:28:03,016 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:28:03,018 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:28:03,112 - card_creation - INFO - Building Error series for SS 2025-02-09 00:28:03,117 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:28:03,163 - card_creation - INFO - Building Error series for LF 2025-02-09 00:28:03,165 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:28:03,247 - card_creation - INFO - Building Error series for CF 2025-02-09 00:28:03,249 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:28:03,314 - card_creation - INFO - Building Error series for RF 2025-02-09 00:28:03,316 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:28:03,330 - card_creation - INFO - ending timer - Processed 9 position errors: 1.03s 2025-02-09 00:28:03,330 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:28:03,724 - card_creation - INFO - Building OF series for LF 2025-02-09 00:28:03,812 - card_creation - INFO - Building OF series for CF 2025-02-09 00:28:03,893 - card_creation - INFO - Building OF series for RF 2025-02-09 00:28:20,511 - card_creation - INFO - ending timer - Processed 3 throwing arms: 17.18s 2025-02-09 00:28:20,511 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:28:20,511 - card_creation - INFO - Building Arm series for C 2025-02-09 00:28:20,515 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:28:20,516 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:28:20,516 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:28:20,927 - card_creation - INFO - Building PB series for C 2025-02-09 00:28:20,944 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.43s 2025-02-09 00:28:20,944 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:28:22,447 - card_creation - INFO - Building Throw series for C 2025-02-09 00:28:22,462 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.52s 2025-02-09 00:28:22,468 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 4010 -6 10674 4 3154 -5 4964 1 4805 -1 6599 -3 2072 5 10666 -4 10758 -2 7412 2 5687 0 5006 3 Name: OF Arm, dtype: int64, -4, -1, 0, 0, -2, -2, -2, -4, -4, -3, -1, -4, -4, -2, -1, 0, -4, 0, -4, 1, -4, -4, -1, -2, -3, -2, -2, -1, -4, -2, -1, -2, 0, -1, -2, 2, -1, -1, -2, 0, 0, -2, 0, -4, -4, 0, 0, 1, -2, -1, -1, -1, -2, -2, 2, -2, 2, -2, -2, -2, -2, -2, 2, -2, 0, -2, 0, -2, -3, -4, -3, 1, -1, -4, -2, 0, -3, -2, 0, 0, -2, 0, -2, 2, -1, -2, -1, -3, 0, 0, -3, 0, 0, 1, -2, -1, -2, 1, -1, -1, -2, 1, -2, -1, -1, 0, 0, -2, -2, -2, -1, -2, 0, -1, -2, 1, -1, -2, -2, -2, -1, -1, -1, -1, 0, -2, -1, 1, -2, 1, -2, -2, 1, 0, 4, -2, 0, 0, 0, 0, 1, -2, 1, -2, 0, -4, 0, 2, 0, -2, 1, -1, -1, -2, -2, 0, 0, -2, -4, -2, 1, -2, -1, -1, -2, -2, -4, 0, -2, 0, 1, 2, 0, -2, 2, -4, -1, 0, 0, 0, -1, 4, -2, -1, -2, 1, -2, -1, -1, 1, 0, 0, -1, -1, -4, -1, -3, -4, 0, -1, 1, 0, -2, 0, -1, -1, 0, -2, -4, 1, -2, -2, -2, -1, 0, -1, -2, -4, 0, 2, 0, 0, -2, -1, 0, -4, -2, 0, 0, -2, -4, -2, 0, -1, 0, -1, 2, 0, -3, -4, -2, 1, -1, -2, -2, -4, -4, -2, -1, 1, 3, 0, -2, -3, 0, 2, -4, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2, 1, -2, -4, -2, -2, 0, -1, 1, -2, -1, 2, 0, 0, -1, -2, 0, 2, 5, 0, -1, -2, 0, 2, 0, 1, 2, 2, -1, -1, -2, 0, -2, 2, -2, 0, 1, -1, -2, 0, -1, -3, 2, 0, -3, 0, -1, -1, 2, -4, -1, 0, 1, 1, 0, 1, 0, 0, 0, 1, -4, -2, -2, 4, 2, 1, -1, -2, -2, 1, -1, -3, 1, -2, 1, 0, 0, 0, -2, 0, 0, -1, -1, -2, 1, -2, -2, 0, -3, -2, 1, 0, -3, 0, 0, -1, 1, -1, -2, -2, -1, -3, -1, -2, 2, 0, 2, -2, 0, 2, -1, -2, 4, -2, -2, 0, 3, 1, -1, 2, -1, 2, -1, 0, 0, 1, -2, -2, 0, -3, 0, 1, 2, -2, -2, -1, -1, 0, 0, -2, -2, 0, 0, -2, 2, 2, -1, -1, -1, -2, -2, 0, 0, 0, 1, 0, 0, -1, 2, -2, 0, 2, 0, -2, -1, -1, -2, 1, -1, 1, -1, -1, 0, -3, -3, -1, -2, 0, -1, -1, -1, -1, -1, -1, 1, -2, 1, 0, -2, 1, 3, -1, 0, -1, 0, -2, 0, -3, 0, -1, 0, 2, 4, 2, 0, 1, 0, -2, 0, 0, 2, 1, 0, 0, -1, 3, 1, -3, -1, 0, 0, 0, -2, -2, -2, 4, 0, -3, -1, 0, -1, 0, 2, -2, -1, -2, 0, 0, 0, -4, -1, 0, 2, 1, 1, -1, 0, 2, 0, -1, 2, -3, 1, 0, 0, 0, 2, 1, -2, -1, 0, 2, -2, 1, -2, -2, -2, -1, -3, 0, 0, 0, 0, 2, -1, -2, -1, -1, 2, 0, 1, 0, 0, 1, 2, 1, 1, 0, -1, -2, -1, 4, 1, 0, -3, -1, 3, -1, -1, -2, -1, -2, -1, 1, -1, -1, -2, -2, 2, -1, 4, 2, -4, 2, 2, 0, -2, 0, -3, 2, -2, 1, -2, 0, -1, 0, 0, 1, 3, -1, 5, 1, 2, -2, 0, -2, -3, -3, -2, -2, -3, -3, 0, 5, 0, -2, 3, 1, 1, 1, 4, 0, 0, -2, 4, 3, 1, 3, 0, -2, 0, -1, 2, -2, -3, 1, -2, 0, -1, 1, -1, -4, -2, 0, 0, 0, 0, -2, -2, -2, -3, -1, 0, -2, 1, -3, 0, -3, -1, 0, -2, 4, -1, -2, 0, -2, 4, -1, 0, -1, -3, 0, 4, -1, 0, -3, 2, 0, 0, -4, 4, -2, 3, 0, -1, 0, 0, -2, -1, -1, -1, 0, 0, -3, -3, -2, 2, 0, 2, 3, -1, 0, 1, -2, -2, -1, -4, -2, -1, 3, 3, 0, 2, -2, -1, 1, 0, 1, 5, -2, 3, 0, 1, 3, -2, 0, -2, 2, 5, -2, -3, 0, -2, 4, 3, 0, 3, 4, -2, -3, 4, -1, -2, 0, 3, -3, -1, 1, 1, 1, 1, -1, -3, 0, 0, -2, 0, -2, 2, 2, -2, 3, -2, -1, -1, -2, 1, -2, -2, 0, 3, 0, -1, -2, -1, 3, -3, -3, -3, -3, 0, -2, -1, 0, 3, 3, -2, -2, 1, 1, 3, 0, 0, 0, 1, 3, -1, 0, 3, 0, 0, 0, 3, 3, -3, 3, 0, -2, 0, 0, 0, 3, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:32:06,974 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:32:06,975 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:32:06,975 - card_creation - INFO - starting timer - 2025-02-09 00:32:06,975 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:32:06,978 - card_creation - INFO - starting timer - 2025-02-09 00:32:06,978 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:32:06,978 - card_creation - INFO - starting timer - 2025-02-09 00:32:06,979 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:32:29,733 - card_creation - INFO - session info: 2025-02-09 00:32:30,365 - card_creation - INFO - session info: 2025-02-09 00:32:31,665 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:32:31,666 - card_creation - INFO - ending timer - : 24.69s 2025-02-09 00:32:33,829 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:32:33,830 - card_creation - INFO - ending timer - : 26.86s 2025-02-09 00:33:02,437 - card_creation - INFO - session info: 2025-02-09 00:33:06,578 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:33:06,580 - card_creation - INFO - ending timer - : 59.60s 2025-02-09 00:33:06,580 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 59.61s 2025-02-09 00:33:06,580 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:33:06,868 - card_creation - INFO - ending timer - Base dataframes are complete: 0.29s 2025-02-09 00:33:06,868 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:33:06,889 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:33:06,890 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:33:07,303 - card_creation - INFO - Building Range series for P 2025-02-09 00:33:07,387 - card_creation - INFO - Building Range series for C 2025-02-09 00:33:07,463 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:33:07,547 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:33:07,621 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:33:07,720 - card_creation - INFO - Building Range series for SS 2025-02-09 00:33:07,775 - card_creation - INFO - Building Range series for LF 2025-02-09 00:33:07,858 - card_creation - INFO - Building Range series for CF 2025-02-09 00:33:07,929 - card_creation - INFO - Building Range series for RF 2025-02-09 00:33:07,946 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.06s 2025-02-09 00:33:07,946 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:33:08,336 - card_creation - INFO - Building Error series for P 2025-02-09 00:33:08,348 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:33:08,422 - card_creation - INFO - Building Error series for C 2025-02-09 00:33:08,424 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:33:08,494 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:33:08,496 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:33:08,569 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:33:08,571 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:33:08,647 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:33:08,649 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:33:08,744 - card_creation - INFO - Building Error series for SS 2025-02-09 00:33:08,749 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:33:08,793 - card_creation - INFO - Building Error series for LF 2025-02-09 00:33:08,795 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:33:08,867 - card_creation - INFO - Building Error series for CF 2025-02-09 00:33:08,869 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:33:08,936 - card_creation - INFO - Building Error series for RF 2025-02-09 00:33:08,938 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:33:08,952 - card_creation - INFO - ending timer - Processed 9 position errors: 1.01s 2025-02-09 00:33:08,952 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:33:09,351 - card_creation - INFO - Building OF series for LF 2025-02-09 00:33:09,425 - card_creation - INFO - Building OF series for CF 2025-02-09 00:33:09,501 - card_creation - INFO - Building OF series for RF 2025-02-09 00:33:18,741 - card_creation - INFO - ending timer - Processed 3 throwing arms: 9.79s 2025-02-09 00:33:18,741 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:33:18,742 - card_creation - INFO - Building Arm series for C 2025-02-09 00:33:18,746 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:33:18,746 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:33:18,746 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:33:19,108 - card_creation - INFO - Building PB series for C 2025-02-09 00:33:19,123 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.38s 2025-02-09 00:33:19,124 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:33:20,643 - card_creation - INFO - Building Throw series for C 2025-02-09 00:33:20,660 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.54s 2025-02-09 00:33:20,666 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 4010 -6 10674 4 3154 -5 4964 1 4805 -1 6599 -3 2072 5 10666 -4 10758 -2 7412 2 5687 0 5006 3 Name: OF Arm, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:33:20,728 - card_creation - INFO - ending timer - Pulled scouting data: 73.75s 2025-02-09 00:33:20,728 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 00:33:20,729 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-09 00:33:20,771 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-09 00:33:20,771 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-09 00:33:20,810 - card_creation - INFO - ending timer - Done Stealing calcs: 0.04s 2025-02-09 00:33:20,810 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-09 00:33:20,872 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-09 00:33:20,872 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-09 00:34:29,853 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:34:29,853 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:34:29,854 - card_creation - INFO - starting timer - 2025-02-09 00:34:29,854 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:34:29,854 - card_creation - INFO - starting timer - 2025-02-09 00:34:29,854 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:34:29,855 - card_creation - INFO - starting timer - 2025-02-09 00:34:29,855 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:34:52,420 - card_creation - INFO - session info: 2025-02-09 00:34:54,244 - card_creation - INFO - session info: 2025-02-09 00:34:54,749 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:34:54,750 - card_creation - INFO - ending timer - : 24.90s 2025-02-09 00:34:56,641 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:34:56,642 - card_creation - INFO - ending timer - : 26.79s 2025-02-09 00:35:29,008 - card_creation - INFO - session info: 2025-02-09 00:35:32,662 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:35:32,663 - card_creation - INFO - ending timer - : 62.81s 2025-02-09 00:35:32,663 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 62.81s 2025-02-09 00:35:32,663 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:35:32,705 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-09 00:35:32,705 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:35:32,708 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-09 00:35:32,708 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:35:33,102 - card_creation - INFO - Building Range series for P 2025-02-09 00:35:33,179 - card_creation - INFO - Building Range series for C 2025-02-09 00:35:33,253 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:35:33,329 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:35:33,455 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:35:33,493 - card_creation - INFO - Building Range series for SS 2025-02-09 00:35:33,567 - card_creation - INFO - Building Range series for LF 2025-02-09 00:35:33,639 - card_creation - INFO - Building Range series for CF 2025-02-09 00:35:33,705 - card_creation - INFO - Building Range series for RF 2025-02-09 00:35:33,720 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.01s 2025-02-09 00:35:33,720 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:35:39,016 - card_creation - INFO - Building Error series for P 2025-02-09 00:35:39,022 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:35:39,093 - card_creation - INFO - Building Error series for C 2025-02-09 00:35:39,095 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:35:39,171 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:35:39,173 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:35:39,249 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:35:39,251 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:35:39,342 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:35:39,346 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:35:39,400 - card_creation - INFO - Building Error series for SS 2025-02-09 00:35:39,402 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:35:39,473 - card_creation - INFO - Building Error series for LF 2025-02-09 00:35:39,475 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:35:39,546 - card_creation - INFO - Building Error series for CF 2025-02-09 00:35:39,549 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:35:39,614 - card_creation - INFO - Building Error series for RF 2025-02-09 00:35:39,616 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:35:39,629 - card_creation - INFO - ending timer - Processed 9 position errors: 5.91s 2025-02-09 00:35:39,629 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:35:40,890 - card_creation - INFO - Building OF series for LF 2025-02-09 00:35:40,964 - card_creation - INFO - Building OF series for CF 2025-02-09 00:35:41,036 - card_creation - INFO - Building OF series for RF 2025-02-09 00:35:41,053 - card_creation - INFO - ending timer - Processed 3 throwing arms: 1.42s 2025-02-09 00:35:41,053 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:35:41,053 - card_creation - INFO - Building Arm series for C 2025-02-09 00:35:41,056 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:35:41,056 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:35:41,056 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:35:41,431 - card_creation - INFO - Building PB series for C 2025-02-09 00:35:41,445 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.39s 2025-02-09 00:35:41,445 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:35:41,834 - card_creation - INFO - Building Throw series for C 2025-02-09 00:35:41,849 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.40s 2025-02-09 00:35:41,855 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 4010 -6 10674 4 3154 -5 4964 1 4805 -1 6599 -3 2072 5 10666 -4 10758 -2 7412 2 5687 0 5006 3 Name: OF Arm, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:35:41,913 - card_creation - INFO - ending timer - Pulled scouting data: 72.06s 2025-02-09 00:35:41,913 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 00:35:41,913 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-09 00:35:41,956 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-09 00:35:41,956 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-09 00:35:41,990 - card_creation - INFO - ending timer - Done Stealing calcs: 0.03s 2025-02-09 00:35:41,990 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-09 00:35:42,054 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-09 00:35:42,054 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-09 00:36:34,517 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:36:34,517 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:36:34,517 - card_creation - INFO - starting timer - 2025-02-09 00:36:34,517 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:36:34,517 - card_creation - INFO - starting timer - 2025-02-09 00:36:34,518 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:36:34,518 - card_creation - INFO - starting timer - 2025-02-09 00:36:34,518 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:36:56,049 - card_creation - INFO - session info: 2025-02-09 00:36:57,313 - card_creation - INFO - session info: 2025-02-09 00:36:59,801 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:36:59,802 - card_creation - INFO - ending timer - : 25.29s 2025-02-09 00:37:00,155 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:37:00,156 - card_creation - INFO - ending timer - : 25.64s 2025-02-09 00:37:29,721 - card_creation - INFO - session info: 2025-02-09 00:37:33,372 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:37:33,373 - card_creation - INFO - ending timer - : 58.85s 2025-02-09 00:37:33,373 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 58.86s 2025-02-09 00:37:33,373 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:37:33,436 - card_creation - INFO - ending timer - Base dataframes are complete: 0.06s 2025-02-09 00:37:33,436 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:37:33,444 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.01s 2025-02-09 00:37:33,444 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:37:33,844 - card_creation - INFO - Building Range series for P 2025-02-09 00:37:33,927 - card_creation - INFO - Building Range series for C 2025-02-09 00:37:34,006 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:37:34,086 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:37:34,159 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:37:34,256 - card_creation - INFO - Building Range series for SS 2025-02-09 00:37:34,309 - card_creation - INFO - Building Range series for LF 2025-02-09 00:37:34,380 - card_creation - INFO - Building Range series for CF 2025-02-09 00:37:34,464 - card_creation - INFO - Building Range series for RF 2025-02-09 00:37:34,478 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.03s 2025-02-09 00:37:34,478 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:37:34,872 - card_creation - INFO - Building Error series for P 2025-02-09 00:37:34,886 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:37:34,954 - card_creation - INFO - Building Error series for C 2025-02-09 00:37:34,985 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:37:35,060 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:37:35,062 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:37:35,140 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:37:35,143 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:37:35,239 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:37:35,256 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:37:35,298 - card_creation - INFO - Building Error series for SS 2025-02-09 00:37:35,301 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:37:35,371 - card_creation - INFO - Building Error series for LF 2025-02-09 00:37:35,374 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:37:35,443 - card_creation - INFO - Building Error series for CF 2025-02-09 00:37:35,445 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:37:35,514 - card_creation - INFO - Building Error series for RF 2025-02-09 00:37:35,516 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:37:35,528 - card_creation - INFO - ending timer - Processed 9 position errors: 1.05s 2025-02-09 00:37:35,528 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:37:35,931 - card_creation - INFO - Building OF series for LF 2025-02-09 00:37:36,011 - card_creation - INFO - Building OF series for CF 2025-02-09 00:37:36,086 - card_creation - INFO - Building OF series for RF 2025-02-09 00:37:36,102 - card_creation - INFO - ending timer - Processed 3 throwing arms: 0.57s 2025-02-09 00:37:36,102 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:37:36,102 - card_creation - INFO - Building Arm series for C 2025-02-09 00:37:36,107 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:37:36,107 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.01s 2025-02-09 00:37:36,107 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:37:36,542 - card_creation - INFO - Building PB series for C 2025-02-09 00:37:36,558 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.45s 2025-02-09 00:37:36,558 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:37:40,027 - card_creation - INFO - Building Throw series for C 2025-02-09 00:37:40,043 - card_creation - INFO - ending timer - Processed 1 C OT series: 3.48s 2025-02-09 00:37:40,050 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 4010 -6 10674 4 3154 -5 4964 1 4805 -1 6599 -3 2072 5 10666 -4 10758 -2 7412 2 5687 0 5006 3 Name: OF Arm, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:37:40,116 - card_creation - INFO - ending timer - Pulled scouting data: 65.60s 2025-02-09 00:37:40,116 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 00:38:45,926 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-09 00:38:45,969 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-09 00:38:45,970 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-09 00:38:46,004 - card_creation - INFO - ending timer - Done Stealing calcs: 0.03s 2025-02-09 00:38:46,004 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-09 00:38:46,079 - card_creation - INFO - ending timer - Done Reaction calcs: 0.07s 2025-02-09 00:38:46,079 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-09 00:43:45,078 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:43:45,079 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:43:45,079 - card_creation - INFO - starting timer - 2025-02-09 00:43:45,079 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:43:45,082 - card_creation - INFO - starting timer - 2025-02-09 00:43:45,082 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:43:45,083 - card_creation - INFO - starting timer - 2025-02-09 00:43:45,083 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:44:07,943 - card_creation - INFO - session info: 2025-02-09 00:44:08,800 - card_creation - INFO - session info: 2025-02-09 00:44:11,515 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:44:11,516 - card_creation - INFO - ending timer - : 26.43s 2025-02-09 00:44:12,578 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:44:12,579 - card_creation - INFO - ending timer - : 27.50s 2025-02-09 00:44:42,897 - card_creation - INFO - session info: 2025-02-09 00:44:46,907 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:44:46,909 - card_creation - INFO - ending timer - : 61.83s 2025-02-09 00:44:46,909 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 61.83s 2025-02-09 00:44:46,909 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:44:47,186 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:44:47,186 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:44:47,208 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:44:47,208 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:44:47,611 - card_creation - INFO - Building Range series for P 2025-02-09 00:44:47,692 - card_creation - INFO - Building Range series for C 2025-02-09 00:44:47,768 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:44:47,840 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:44:47,918 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:44:48,013 - card_creation - INFO - Building Range series for SS 2025-02-09 00:44:48,062 - card_creation - INFO - Building Range series for LF 2025-02-09 00:44:48,137 - card_creation - INFO - Building Range series for CF 2025-02-09 00:44:48,204 - card_creation - INFO - Building Range series for RF 2025-02-09 00:44:48,220 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.01s 2025-02-09 00:44:48,220 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:44:48,610 - card_creation - INFO - Building Error series for P 2025-02-09 00:44:48,622 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:44:48,692 - card_creation - INFO - Building Error series for C 2025-02-09 00:44:48,694 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:44:48,766 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:44:48,768 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:44:48,846 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:44:48,848 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:44:48,923 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:44:48,925 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:44:49,015 - card_creation - INFO - Building Error series for SS 2025-02-09 00:44:49,020 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:44:49,067 - card_creation - INFO - Building Error series for LF 2025-02-09 00:44:49,069 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:44:49,137 - card_creation - INFO - Building Error series for CF 2025-02-09 00:44:49,139 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:44:49,205 - card_creation - INFO - Building Error series for RF 2025-02-09 00:44:49,207 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:44:49,222 - card_creation - INFO - ending timer - Processed 9 position errors: 1.00s 2025-02-09 00:44:49,222 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:44:49,222 - card_creation - INFO - Building OF series for LF 2025-02-09 00:44:49,227 - card_creation - INFO - Building OF series for CF 2025-02-09 00:44:49,230 - card_creation - INFO - Building OF series for RF 2025-02-09 00:49:30,293 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:49:30,293 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:49:30,293 - card_creation - INFO - starting timer - 2025-02-09 00:49:30,294 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:49:30,297 - card_creation - INFO - starting timer - 2025-02-09 00:49:30,297 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:49:30,297 - card_creation - INFO - starting timer - 2025-02-09 00:49:30,298 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:49:53,111 - card_creation - INFO - session info: 2025-02-09 00:49:54,743 - card_creation - INFO - session info: 2025-02-09 00:49:55,950 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:49:55,951 - card_creation - INFO - ending timer - : 25.65s 2025-02-09 00:49:57,092 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:49:57,093 - card_creation - INFO - ending timer - : 26.80s 2025-02-09 00:50:30,514 - card_creation - INFO - session info: 2025-02-09 00:50:34,618 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:50:34,620 - card_creation - INFO - ending timer - : 64.32s 2025-02-09 00:50:34,620 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 64.33s 2025-02-09 00:50:34,620 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:50:34,899 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:50:34,899 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:50:34,921 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:50:34,921 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:50:35,338 - card_creation - INFO - Building Range series for P 2025-02-09 00:50:35,438 - card_creation - INFO - Building Range series for C 2025-02-09 00:50:35,510 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:50:35,600 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:50:35,693 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:50:35,741 - card_creation - INFO - Building Range series for SS 2025-02-09 00:50:35,808 - card_creation - INFO - Building Range series for LF 2025-02-09 00:50:35,880 - card_creation - INFO - Building Range series for CF 2025-02-09 00:50:35,952 - card_creation - INFO - Building Range series for RF 2025-02-09 00:50:35,967 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.05s 2025-02-09 00:50:35,967 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:50:36,365 - card_creation - INFO - Building Error series for P 2025-02-09 00:50:36,377 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:50:36,449 - card_creation - INFO - Building Error series for C 2025-02-09 00:50:36,451 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:50:36,520 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:50:36,523 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:50:36,598 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:50:36,600 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:50:36,674 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:50:36,676 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:50:36,767 - card_creation - INFO - Building Error series for SS 2025-02-09 00:50:36,772 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:50:36,820 - card_creation - INFO - Building Error series for LF 2025-02-09 00:50:36,822 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:50:36,892 - card_creation - INFO - Building Error series for CF 2025-02-09 00:50:36,895 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:50:36,959 - card_creation - INFO - Building Error series for RF 2025-02-09 00:50:36,961 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:50:36,976 - card_creation - INFO - ending timer - Processed 9 position errors: 1.01s 2025-02-09 00:50:36,976 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:50:36,976 - card_creation - INFO - Building OF series for LF 2025-02-09 00:50:36,982 - card_creation - INFO - Building OF series for CF 2025-02-09 00:50:36,984 - card_creation - INFO - Building OF series for RF 2025-02-09 00:52:41,252 - card_creation - INFO - ending timer - Processed 2403 OF arms: 124.28s 2025-02-09 00:52:41,252 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:52:41,252 - card_creation - INFO - Building Arm series for C 2025-02-09 00:52:41,257 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:52:41,257 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:52:41,257 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:52:41,673 - card_creation - INFO - Building PB series for C 2025-02-09 00:52:41,687 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.43s 2025-02-09 00:52:41,687 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:52:42,123 - card_creation - INFO - Building Throw series for C 2025-02-09 00:52:42,138 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.45s 2025-02-09 00:52:42,144 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 330 0 332 -4 333 0 334 -5 335 0 .. 11487 0 11489 0 11491 -3 11493 -1 11494 0 Name: Arm OF, Length: 2403, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:52:42,205 - card_creation - INFO - ending timer - Pulled scouting data: 191.91s 2025-02-09 00:52:42,205 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 00:52:59,864 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-09 00:52:59,909 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-09 00:52:59,909 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-09 00:52:59,942 - card_creation - INFO - ending timer - Done Stealing calcs: 0.03s 2025-02-09 00:52:59,943 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-09 00:53:00,009 - card_creation - INFO - ending timer - Done Reaction calcs: 0.07s 2025-02-09 00:53:00,009 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-09 00:53:00,090 - card_creation - INFO - ending timer - Done Arm calcs: 0.08s 2025-02-09 00:53:00,090 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-09 00:53:00,178 - card_creation - INFO - ending timer - Done Fielding calcs: 0.09s 2025-02-09 00:53:00,178 - card_creation - INFO - starting timer - Beginning AVG vL calcs 2025-02-09 00:53:00,178 - card_creation - INFO - ending timer - Done AVG vL calcs: 0.00s 2025-02-09 00:53:00,178 - card_creation - INFO - starting timer - Beginning AVG vR calcs 2025-02-09 00:53:00,179 - card_creation - INFO - ending timer - Done AVG vR calcs: 0.00s 2025-02-09 00:53:00,179 - card_creation - INFO - starting timer - Beginning PWR vL calcs 2025-02-09 00:53:00,180 - card_creation - INFO - ending timer - Done PWR vL calcs: 0.00s 2025-02-09 00:53:00,180 - card_creation - INFO - starting timer - Beginning PWR vR calcs 2025-02-09 00:53:00,181 - card_creation - INFO - ending timer - Done PWR vR calcs: 0.00s 2025-02-09 00:53:00,181 - card_creation - INFO - starting timer - Beginning Vision calcs 2025-02-09 00:53:00,232 - card_creation - INFO - ending timer - Done Vision calcs: 0.05s 2025-02-09 00:53:00,232 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-09 00:53:00,301 - card_creation - INFO - ending timer - Done Rating calcs: 0.07s 2025-02-09 00:53:00,301 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 00:53:00,327 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-09 00:53:00,327 - card_creation - INFO - ending timer - Completed basic scouting: 18.12s 2025-02-09 00:58:49,556 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 00:58:49,557 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 00:58:49,557 - card_creation - INFO - starting timer - 2025-02-09 00:58:49,557 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:58:49,560 - card_creation - INFO - starting timer - 2025-02-09 00:58:49,561 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:58:49,561 - card_creation - INFO - starting timer - 2025-02-09 00:58:49,561 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 00:59:11,456 - card_creation - INFO - session info: 2025-02-09 00:59:11,627 - card_creation - INFO - session info: 2025-02-09 00:59:14,259 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:59:14,260 - card_creation - INFO - ending timer - : 24.70s 2025-02-09 00:59:15,038 - card_creation - INFO - return: {'count': 5303, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 00:59:15,039 - card_creation - INFO - ending timer - : 25.48s 2025-02-09 00:59:43,477 - card_creation - INFO - session info: 2025-02-09 00:59:47,134 - card_creation - INFO - return: {'count': 16550, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 00:59:47,135 - card_creation - INFO - ending timer - : 57.57s 2025-02-09 00:59:47,136 - card_creation - INFO - ending timer - Pulled 10606 batting card ratings and 16550 positions: 57.58s 2025-02-09 00:59:47,136 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 00:59:47,415 - card_creation - INFO - ending timer - Base dataframes are complete: 0.28s 2025-02-09 00:59:47,415 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 00:59:47,437 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.02s 2025-02-09 00:59:47,437 - card_creation - INFO - starting timer - Building range series 2025-02-09 00:59:47,856 - card_creation - INFO - Building Range series for P 2025-02-09 00:59:47,944 - card_creation - INFO - Building Range series for C 2025-02-09 00:59:48,028 - card_creation - INFO - Building Range series for 1B 2025-02-09 00:59:48,104 - card_creation - INFO - Building Range series for 2B 2025-02-09 00:59:48,179 - card_creation - INFO - Building Range series for 3B 2025-02-09 00:59:48,279 - card_creation - INFO - Building Range series for SS 2025-02-09 00:59:48,333 - card_creation - INFO - Building Range series for LF 2025-02-09 00:59:48,401 - card_creation - INFO - Building Range series for CF 2025-02-09 00:59:48,474 - card_creation - INFO - Building Range series for RF 2025-02-09 00:59:48,489 - card_creation - INFO - ending timer - Processed 9 position ranges: 1.05s 2025-02-09 00:59:48,489 - card_creation - INFO - starting timer - Building error series 2025-02-09 00:59:48,884 - card_creation - INFO - Building Error series for P 2025-02-09 00:59:48,897 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64 2025-02-09 00:59:48,971 - card_creation - INFO - Building Error series for C 2025-02-09 00:59:48,973 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64 2025-02-09 00:59:49,045 - card_creation - INFO - Building Error series for 1B 2025-02-09 00:59:49,047 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64 2025-02-09 00:59:49,122 - card_creation - INFO - Building Error series for 2B 2025-02-09 00:59:49,125 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64 2025-02-09 00:59:49,200 - card_creation - INFO - Building Error series for 3B 2025-02-09 00:59:49,203 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64 2025-02-09 00:59:49,295 - card_creation - INFO - Building Error series for SS 2025-02-09 00:59:49,299 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64 2025-02-09 00:59:49,358 - card_creation - INFO - Building Error series for LF 2025-02-09 00:59:49,360 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64 2025-02-09 00:59:49,431 - card_creation - INFO - Building Error series for CF 2025-02-09 00:59:49,433 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64 2025-02-09 00:59:49,499 - card_creation - INFO - Building Error series for RF 2025-02-09 00:59:49,500 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64 2025-02-09 00:59:49,516 - card_creation - INFO - ending timer - Processed 9 position errors: 1.03s 2025-02-09 00:59:49,516 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 00:59:49,516 - card_creation - INFO - Building OF series for LF 2025-02-09 00:59:49,521 - card_creation - INFO - Building OF series for CF 2025-02-09 00:59:49,523 - card_creation - INFO - Building OF series for RF 2025-02-09 00:59:53,775 - card_creation - INFO - ending timer - Processed 2403 OF arms: 4.26s 2025-02-09 00:59:53,775 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 00:59:53,775 - card_creation - INFO - Building Arm series for C 2025-02-09 00:59:53,779 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64 2025-02-09 00:59:53,779 - card_creation - INFO - ending timer - Processed 811 catcher arms: 0.00s 2025-02-09 00:59:53,779 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 00:59:54,181 - card_creation - INFO - Building PB series for C 2025-02-09 00:59:54,199 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.42s 2025-02-09 00:59:54,199 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 00:59:55,733 - card_creation - INFO - Building Throw series for C 2025-02-09 00:59:55,748 - card_creation - INFO - ending timer - Processed 1 C OT series: 1.55s 2025-02-09 00:59:55,753 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 811, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1400, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1296, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1298, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1075, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1625, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1225, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1506, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 811, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1400, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1296, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1298, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1075, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1625, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1225, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1506, dtype: int64, 330 0 332 -4 333 0 334 -5 335 0 .. 11487 0 11489 0 11491 -3 11493 -1 11494 0 Name: Arm OF, Length: 2403, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 811, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 811, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 811, dtype: int64] 2025-02-09 00:59:55,814 - card_creation - INFO - ending timer - Pulled scouting data: 66.26s 2025-02-09 00:59:55,814 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 01:00:02,015 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-09 01:00:02,058 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-09 01:00:02,058 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-09 01:00:02,094 - card_creation - INFO - ending timer - Done Stealing calcs: 0.04s 2025-02-09 01:00:02,094 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-09 01:00:02,158 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-09 01:00:02,158 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-09 01:00:02,241 - card_creation - INFO - ending timer - Done Arm calcs: 0.08s 2025-02-09 01:00:02,241 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-09 01:00:02,327 - card_creation - INFO - ending timer - Done Fielding calcs: 0.09s 2025-02-09 01:00:02,327 - card_creation - INFO - starting timer - Beginning AVG vL calcs 2025-02-09 01:00:02,328 - card_creation - INFO - ending timer - Done AVG vL calcs: 0.00s 2025-02-09 01:00:02,328 - card_creation - INFO - starting timer - Beginning AVG vR calcs 2025-02-09 01:00:02,328 - card_creation - INFO - ending timer - Done AVG vR calcs: 0.00s 2025-02-09 01:00:02,328 - card_creation - INFO - starting timer - Beginning PWR vL calcs 2025-02-09 01:00:02,329 - card_creation - INFO - ending timer - Done PWR vL calcs: 0.00s 2025-02-09 01:00:02,329 - card_creation - INFO - starting timer - Beginning PWR vR calcs 2025-02-09 01:00:02,330 - card_creation - INFO - ending timer - Done PWR vR calcs: 0.00s 2025-02-09 01:00:02,330 - card_creation - INFO - starting timer - Beginning Vision calcs 2025-02-09 01:00:02,381 - card_creation - INFO - ending timer - Done Vision calcs: 0.05s 2025-02-09 01:00:02,381 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-09 01:00:02,448 - card_creation - INFO - ending timer - Done Rating calcs: 0.07s 2025-02-09 01:00:02,448 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 01:00:02,475 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-09 01:00:02,475 - card_creation - INFO - ending timer - Completed basic scouting: 6.66s 2025-02-09 01:00:02,475 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-09 01:00:02,475 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-09 01:00:02,476 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-09 01:00:02,476 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 01:00:02,645 - card_creation - INFO - ending timer - Done writing to file: 0.17s 2025-02-09 01:00:02,645 - card_creation - INFO - ending timer - Completed ratings guide: 0.17s 2025-02-09 01:00:02,645 - card_creation - INFO - ending timer - Total batter scouting: 73.09s 2025-02-09 01:14:47,093 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 01:14:47,094 - card_creation - INFO - starting timer - Pulling all pitching card ratings and positions 2025-02-09 01:14:47,094 - card_creation - INFO - starting timer - 2025-02-09 01:14:47,094 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 01:14:47,097 - card_creation - INFO - starting timer - 2025-02-09 01:14:47,097 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 01:14:47,098 - card_creation - INFO - starting timer - 2025-02-09 01:14:47,098 - card_creation - INFO - get: cardpositions id: None params: [('position', 'P'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 01:15:07,534 - card_creation - INFO - session info: 2025-02-09 01:15:09,346 - card_creation - INFO - return: {'count': 6199, 'positions': [{'id': 14818, 'player': {'player_id': 1844, 'p_name': 'Jacob deGrom', 'cost': 3392, 'image': 'https://pd.manticorum.com/api/v2/players/1844/pitchingcard?d=2024-7-12', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 4, 'name': '2022 Promos', 'description': 'Special cards from the 2022 MLB season', 'event': None, 'for_purchase': True, 'total_cards': 0, 'in_packs': False, 'ranked_legal': False}, 'set_num': 10029, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202208030/images/headshots/a/a4f0935e_mlbam.jpg', 'vanity_card': None, 'strat_code': '10954', 'bbref_id': 'degroja01', 'fangr_id': None, 'description': '22 PotM', 'quantity': 999, 'mlbplayer': {'id': 135, 'first_name': 'Jacob', 'last_name': 'Degrom', 'key_fangraphs': 10954, 'key_bbref': 'degroja01', 'key_retro': 'degrj001', 'key_mlbam': 594798, 'offense_col': 3}}, 'variant': 0, 'position': 'P', 'innings': 1200, 'range': 2, 'error': 0, 'arm': None, 'pb': None, [ S N I P P E D ] 2025-02-09 01:15:09,347 - card_creation - INFO - ending timer - : 22.25s 2025-02-09 01:15:12,728 - card_creation - INFO - session info: 2025-02-09 01:15:13,702 - card_creation - INFO - session info: 2025-02-09 01:15:15,447 - card_creation - INFO - return: {'count': 6097, 'ratings': [{'id': 1, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 01:15:15,449 - card_creation - INFO - ending timer - : 28.35s 2025-02-09 01:15:16,826 - card_creation - INFO - return: {'count': 6097, 'ratings': [{'id': 2, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 01:15:16,827 - card_creation - INFO - ending timer - : 29.73s 2025-02-09 01:15:16,827 - card_creation - INFO - ending timer - Pulled 12194 batting card ratings and 6199 positions: 29.73s 2025-02-09 01:15:16,827 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 01:15:16,896 - card_creation - INFO - ending timer - Base dataframes are complete: 0.07s 2025-02-09 01:15:16,896 - card_creation - INFO - starting timer - Building defense series 2025-02-09 01:15:16,902 - card_creation - INFO - ending timer - Processed 6199 defense series: 0.01s 2025-02-09 01:15:16,904 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64] 2025-02-09 01:15:16,952 - card_creation - INFO - ending timer - Pulled scouting data: 29.86s 2025-02-09 07:50:11,776 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 07:50:11,776 - card_creation - INFO - starting timer - Pulling all pitching card ratings and positions 2025-02-09 07:50:11,776 - card_creation - INFO - starting timer - 2025-02-09 07:50:11,776 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 07:50:11,779 - card_creation - INFO - starting timer - 2025-02-09 07:50:11,779 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 07:50:11,780 - card_creation - INFO - starting timer - 2025-02-09 07:50:11,780 - card_creation - INFO - get: cardpositions id: None params: [('position', 'P'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 07:50:32,805 - card_creation - INFO - session info: 2025-02-09 07:50:34,201 - card_creation - INFO - return: {'count': 6199, 'positions': [{'id': 14818, 'player': {'player_id': 1844, 'p_name': 'Jacob deGrom', 'cost': 3392, 'image': 'https://pd.manticorum.com/api/v2/players/1844/pitchingcard?d=2024-7-12', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 4, 'name': '2022 Promos', 'description': 'Special cards from the 2022 MLB season', 'event': None, 'for_purchase': True, 'total_cards': 0, 'in_packs': False, 'ranked_legal': False}, 'set_num': 10029, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202208030/images/headshots/a/a4f0935e_mlbam.jpg', 'vanity_card': None, 'strat_code': '10954', 'bbref_id': 'degroja01', 'fangr_id': None, 'description': '22 PotM', 'quantity': 999, 'mlbplayer': {'id': 135, 'first_name': 'Jacob', 'last_name': 'Degrom', 'key_fangraphs': 10954, 'key_bbref': 'degroja01', 'key_retro': 'degrj001', 'key_mlbam': 594798, 'offense_col': 3}}, 'variant': 0, 'position': 'P', 'innings': 1200, 'range': 2, 'error': 0, 'arm': None, 'pb': None, [ S N I P P E D ] 2025-02-09 07:50:34,202 - card_creation - INFO - ending timer - : 22.42s 2025-02-09 07:50:38,455 - card_creation - INFO - session info: 2025-02-09 07:50:41,149 - card_creation - INFO - return: {'count': 6097, 'ratings': [{'id': 1, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 07:50:41,150 - card_creation - INFO - ending timer - : 29.37s 2025-02-09 07:50:43,144 - card_creation - INFO - session info: 2025-02-09 07:50:45,273 - card_creation - INFO - return: {'count': 6097, 'ratings': [{'id': 2, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 07:50:45,274 - card_creation - INFO - ending timer - : 33.49s 2025-02-09 07:50:45,274 - card_creation - INFO - ending timer - Pulled 12194 batting card ratings and 6199 positions: 33.50s 2025-02-09 07:50:45,274 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 07:50:45,340 - card_creation - INFO - ending timer - Base dataframes are complete: 0.07s 2025-02-09 07:50:45,340 - card_creation - INFO - starting timer - Building defense series 2025-02-09 07:50:45,346 - card_creation - INFO - ending timer - Processed 6199 defense series: 0.01s 2025-02-09 07:50:45,347 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64] 2025-02-09 07:50:45,393 - card_creation - INFO - ending timer - Pulled scouting data: 33.62s 2025-02-09 07:51:40,481 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 07:51:40,481 - card_creation - INFO - starting timer - Beginning Control L calcs 2025-02-09 07:51:40,552 - card_creation - INFO - ending timer - Done Control L calcs: 0.07s 2025-02-09 07:51:40,552 - card_creation - INFO - starting timer - Beginning Control R calcs 2025-02-09 07:51:40,610 - card_creation - INFO - ending timer - Done Control R calcs: 0.06s 2025-02-09 07:51:40,610 - card_creation - INFO - starting timer - Beginning Stuff L calcs 2025-02-09 07:51:40,681 - card_creation - INFO - ending timer - Done Stuff L calcs: 0.07s 2025-02-09 07:51:40,681 - card_creation - INFO - starting timer - Beginning Stuff R calcs 2025-02-09 07:51:40,755 - card_creation - INFO - ending timer - Done Stuff R calcs: 0.07s 2025-02-09 07:51:40,755 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-09 07:51:40,802 - card_creation - INFO - max fld: 100 / min fld: 9 2025-02-09 07:51:40,803 - card_creation - INFO - ending timer - Done Fielding calcs: 0.05s 2025-02-09 07:51:40,803 - card_creation - INFO - starting timer - Beginning Stamina calcs 2025-02-09 07:51:40,877 - card_creation - INFO - ending timer - Done Stamina calcs: 0.07s 2025-02-09 07:51:40,877 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-09 07:51:40,927 - card_creation - INFO - ending timer - Done H/9 calcs: 0.05s 2025-02-09 07:51:40,927 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-09 07:51:40,977 - card_creation - INFO - ending timer - Done H/9 calcs: 0.05s 2025-02-09 07:51:40,977 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-09 07:51:41,025 - card_creation - INFO - ending timer - Done BB/9 calcs: 0.05s 2025-02-09 07:51:41,025 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-09 07:51:41,096 - card_creation - INFO - ending timer - Done HR/9 calcs: 0.07s 2025-02-09 07:51:41,096 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-09 07:51:41,263 - card_creation - INFO - ending timer - Done Rating calcs: 0.17s 2025-02-09 07:51:41,263 - card_creation - INFO - starting timer - Beginning write csv 2025-02-09 07:51:41,290 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-09 07:51:41,290 - card_creation - INFO - ending timer - Completed pitching scouting: 0.81s 2025-02-09 07:51:41,290 - card_creation - INFO - ending timer - Total batter scouting: 89.51s 2025-02-09 07:58:55,708 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 07:58:55,708 - card_creation - INFO - starting timer - Pulling all pitching card ratings and positions 2025-02-09 07:58:55,708 - card_creation - INFO - starting timer - 2025-02-09 07:58:55,708 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 07:58:55,711 - card_creation - INFO - starting timer - 2025-02-09 07:58:55,711 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 07:58:55,712 - card_creation - INFO - starting timer - 2025-02-09 07:58:55,712 - card_creation - INFO - get: cardpositions id: None params: [('position', 'P'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 07:59:17,347 - card_creation - INFO - session info: 2025-02-09 07:59:19,243 - card_creation - INFO - return: {'count': 6199, 'positions': [{'id': 14818, 'player': {'player_id': 1844, 'p_name': 'Jacob deGrom', 'cost': 3392, 'image': 'https://pd.manticorum.com/api/v2/players/1844/pitchingcard?d=2024-7-12', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 4, 'name': '2022 Promos', 'description': 'Special cards from the 2022 MLB season', 'event': None, 'for_purchase': True, 'total_cards': 0, 'in_packs': False, 'ranked_legal': False}, 'set_num': 10029, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202208030/images/headshots/a/a4f0935e_mlbam.jpg', 'vanity_card': None, 'strat_code': '10954', 'bbref_id': 'degroja01', 'fangr_id': None, 'description': '22 PotM', 'quantity': 999, 'mlbplayer': {'id': 135, 'first_name': 'Jacob', 'last_name': 'Degrom', 'key_fangraphs': 10954, 'key_bbref': 'degroja01', 'key_retro': 'degrj001', 'key_mlbam': 594798, 'offense_col': 3}}, 'variant': 0, 'position': 'P', 'innings': 1200, 'range': 2, 'error': 0, 'arm': None, 'pb': None, [ S N I P P E D ] 2025-02-09 07:59:19,244 - card_creation - INFO - ending timer - : 23.53s 2025-02-09 07:59:23,089 - card_creation - INFO - session info: 2025-02-09 07:59:23,848 - card_creation - INFO - session info: 2025-02-09 07:59:26,426 - card_creation - INFO - return: {'count': 6097, 'ratings': [{'id': 2, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 07:59:26,427 - card_creation - INFO - ending timer - : 30.72s 2025-02-09 07:59:28,192 - card_creation - INFO - return: {'count': 6097, 'ratings': [{'id': 1, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 07:59:28,193 - card_creation - INFO - ending timer - : 32.48s 2025-02-09 07:59:28,193 - card_creation - INFO - ending timer - Pulled 12194 batting card ratings and 6199 positions: 32.48s 2025-02-09 07:59:28,193 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 07:59:28,261 - card_creation - INFO - ending timer - Base dataframes are complete: 0.07s 2025-02-09 07:59:28,261 - card_creation - INFO - starting timer - Building defense series 2025-02-09 07:59:28,267 - card_creation - INFO - ending timer - Processed 6199 defense series: 0.01s 2025-02-09 07:59:28,269 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6199, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6199, dtype: int64] 2025-02-09 07:59:28,314 - card_creation - INFO - ending timer - Pulled scouting data: 32.61s 2025-02-09 07:59:28,314 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 07:59:28,314 - card_creation - INFO - starting timer - Beginning Control L calcs 2025-02-09 07:59:28,356 - card_creation - INFO - ending timer - Done Control L calcs: 0.04s 2025-02-09 07:59:28,356 - card_creation - INFO - starting timer - Beginning Control R calcs 2025-02-09 07:59:28,392 - card_creation - INFO - ending timer - Done Control R calcs: 0.04s 2025-02-09 07:59:28,392 - card_creation - INFO - starting timer - Beginning Stuff L calcs 2025-02-09 07:59:28,433 - card_creation - INFO - ending timer - Done Stuff L calcs: 0.04s 2025-02-09 07:59:28,433 - card_creation - INFO - starting timer - Beginning Stuff R calcs 2025-02-09 07:59:28,474 - card_creation - INFO - ending timer - Done Stuff R calcs: 0.04s 2025-02-09 07:59:28,474 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-09 07:59:28,506 - card_creation - INFO - max fld: 100 / min fld: 9 2025-02-09 07:59:28,507 - card_creation - INFO - ending timer - Done Fielding calcs: 0.03s 2025-02-09 07:59:28,507 - card_creation - INFO - starting timer - Beginning Stamina calcs 2025-02-09 07:59:28,551 - card_creation - INFO - ending timer - Done Stamina calcs: 0.04s 2025-02-09 07:59:28,551 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-09 07:59:28,584 - card_creation - INFO - ending timer - Done H/9 calcs: 0.03s 2025-02-09 07:59:28,584 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-09 07:59:28,615 - card_creation - INFO - ending timer - Done H/9 calcs: 0.03s 2025-02-09 07:59:28,615 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-09 07:59:28,647 - card_creation - INFO - ending timer - Done BB/9 calcs: 0.03s 2025-02-09 07:59:28,647 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-09 07:59:28,692 - card_creation - INFO - ending timer - Done HR/9 calcs: 0.04s 2025-02-09 07:59:28,692 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-09 07:59:28,780 - card_creation - INFO - ending timer - Done Rating calcs: 0.09s 2025-02-09 07:59:28,781 - card_creation - INFO - starting timer - Beginning write csv 2025-02-09 07:59:28,812 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-09 07:59:28,812 - card_creation - INFO - ending timer - Completed pitching scouting: 0.50s 2025-02-09 07:59:28,812 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-09 07:59:28,812 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-09 07:59:28,813 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-09 07:59:28,813 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 07:59:28,986 - card_creation - INFO - ending timer - Done writing to file: 0.17s 2025-02-09 07:59:28,987 - card_creation - INFO - ending timer - Completed ratings guide: 0.17s 2025-02-09 07:59:28,987 - card_creation - INFO - ending timer - Total batter scouting: 33.28s 2025-02-09 08:20:09,859 - card_creation - INFO - starting timer - Starting main 2025-02-09 08:20:09,861 - card_creation - INFO - starting timer - Checking for cardset 1998 Live 2025-02-09 08:20:09,861 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Live')] 2025-02-09 08:20:10,038 - card_creation - INFO - session info: 2025-02-09 08:20:10,038 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-09 08:20:10,039 - card_creation - INFO - ending timer - Got the cardset: 0.18s 2025-02-09 08:20:10,039 - card_creation - INFO - starting timer - Pulling all players 2025-02-09 08:20:10,039 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 20), ('short_output', True)] 2025-02-09 08:20:10,332 - card_creation - INFO - session info: 2025-02-09 08:20:10,417 - card_creation - INFO - return: {'count': 719, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 609, 'rarity': 4, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': 3699}, {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 1009818, 'rarity': 4, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_ [ S N I P P E D ] 2025-02-09 08:20:10,418 - card_creation - INFO - ending timer - Got 719 players: 0.38s 2025-02-09 08:20:10,418 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 08:21:02,609 - card_creation - INFO - starting timer - Starting main 2025-02-09 08:21:02,610 - card_creation - INFO - starting timer - Checking for cardset 1998 Live 2025-02-09 08:21:02,611 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Live')] 2025-02-09 08:21:02,742 - card_creation - INFO - session info: 2025-02-09 08:21:02,743 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-09 08:21:02,744 - card_creation - INFO - ending timer - Got the cardset: 0.13s 2025-02-09 08:21:02,744 - card_creation - INFO - starting timer - Pulling all players 2025-02-09 08:21:02,744 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 20), ('short_output', True)] 2025-02-09 08:21:03,367 - card_creation - INFO - session info: 2025-02-09 08:21:03,452 - card_creation - INFO - return: {'count': 719, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 609, 'rarity': 4, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': 3699}, {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 1009818, 'rarity': 4, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_ [ S N I P P E D ] 2025-02-09 08:21:03,452 - card_creation - INFO - ending timer - Got 719 players: 0.71s 2025-02-09 08:21:03,452 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 08:21:03,454 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,454 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,455 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,455 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,455 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,456 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,456 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,456 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,456 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,456 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,457 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,457 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,457 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,457 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,458 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,458 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,458 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,458 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,458 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,458 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,459 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,459 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,459 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,459 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,460 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,460 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,460 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,460 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,460 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,460 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,461 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,461 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,461 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,461 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,461 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,461 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,462 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,462 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,462 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,462 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,463 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,464 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,464 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,464 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,464 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,465 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,465 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,465 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,465 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,465 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,466 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,466 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,466 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,466 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,466 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,466 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,467 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,467 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,467 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,467 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,467 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,468 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,469 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,469 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,469 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,469 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,469 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,470 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,470 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,470 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,470 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,471 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,471 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,471 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,471 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,472 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,472 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,472 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,472 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,472 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,472 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,473 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,474 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,475 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,476 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,477 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,477 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,477 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,477 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,477 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,478 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,478 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,478 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,478 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,479 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,479 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,479 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,479 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,479 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,479 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,480 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,480 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,480 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,480 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,480 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,481 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,481 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,481 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,481 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,482 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,482 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,482 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,482 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,482 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,483 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,483 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,483 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,483 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,483 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,483 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,484 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,485 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,486 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,486 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,486 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,486 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,486 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,486 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,487 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,487 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,487 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,487 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,487 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,488 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,488 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,488 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,488 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,489 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,489 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,489 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,489 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,489 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,489 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,490 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,491 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,491 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,491 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,491 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,491 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,492 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,492 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,492 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,492 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,492 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,493 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,493 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,493 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,493 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,493 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,493 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,494 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,494 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,494 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,494 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,494 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,495 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,495 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,495 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,495 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,495 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,496 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,496 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,496 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,496 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,496 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,497 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,498 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,499 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,499 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,499 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,499 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,499 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,499 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,500 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,500 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,500 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,500 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,500 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,500 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,501 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,501 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,501 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,501 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,501 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,501 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,502 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,502 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,502 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,502 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,502 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,502 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,503 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,503 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,503 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,503 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,504 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,504 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,504 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,505 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,505 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,505 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,505 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,505 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,505 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,506 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,506 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,506 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,506 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,506 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,506 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,507 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,507 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,507 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,507 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,507 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,507 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,508 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,508 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,508 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,508 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,508 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,508 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,509 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,509 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,509 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,509 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,509 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,509 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,510 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,510 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,510 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,510 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,511 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,511 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,511 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,511 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,511 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,511 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,512 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,512 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,512 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,512 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,512 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,512 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,513 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,514 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,515 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,515 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,515 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,515 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,516 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,517 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,517 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,517 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,517 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,517 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,517 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,518 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,519 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,519 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,519 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,519 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,519 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,519 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,520 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,521 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,522 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,523 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,523 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,523 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,523 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,523 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,523 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,524 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,524 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,524 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,524 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,524 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,524 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,525 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,525 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,525 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,525 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,525 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,526 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,526 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,526 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,526 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,526 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,552 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,552 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,552 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,552 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,553 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,553 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,553 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,553 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,554 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,554 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,554 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,554 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,554 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,555 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,555 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,555 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,555 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,555 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,555 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,556 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,556 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,556 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,556 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,556 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,557 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,557 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,557 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,557 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,557 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,557 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,558 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,558 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,558 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,559 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,559 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,559 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,560 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,560 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,560 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,560 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,560 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,561 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,561 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,561 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,561 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,562 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,562 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,562 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,562 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,562 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,563 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,563 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,563 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,563 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,563 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,564 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,564 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,564 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,564 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,564 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,564 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,565 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,565 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,565 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,565 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,565 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,566 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,567 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,568 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,568 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,568 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,568 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,568 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,568 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,569 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,569 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,569 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,569 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,569 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,570 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,570 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,571 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,571 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,571 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,571 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,571 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,572 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,572 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,573 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,573 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,573 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,574 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,574 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,574 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,574 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,575 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,575 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,575 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,575 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,576 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,576 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,576 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,576 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,577 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,577 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,577 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,577 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,578 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,578 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,578 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,578 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,578 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,579 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,579 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,579 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,579 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,579 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,579 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,580 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,580 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,581 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,581 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,581 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,582 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,582 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,582 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,582 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,582 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,583 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,583 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,583 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,583 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,584 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,584 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,584 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,584 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,584 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,585 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,585 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,586 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,586 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,586 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,586 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,586 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,586 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,586 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,586 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,586 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,587 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,587 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,588 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,588 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,588 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,588 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,589 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,589 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,589 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,589 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,589 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,589 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,590 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,590 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,590 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,590 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,591 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,591 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,591 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,591 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,591 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,592 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,592 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,592 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,592 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,593 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,593 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,594 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,595 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,595 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,595 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,595 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,596 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,596 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,596 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,596 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,597 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,597 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,597 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,597 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,597 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,598 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,598 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,598 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,599 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,600 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,600 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,600 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,600 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,601 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,601 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,601 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,601 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,601 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,601 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,601 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,601 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,601 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,601 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,601 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,601 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,602 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,602 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,602 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,602 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,602 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,602 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,602 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,602 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,602 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,602 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,602 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,602 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,603 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,603 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,603 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,603 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,603 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,603 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,603 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,603 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,603 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,604 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,604 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,604 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,604 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,604 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,604 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,604 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,604 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,604 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,605 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,605 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,605 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,605 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,605 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,605 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,605 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,605 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,605 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,605 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,606 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,606 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,606 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,606 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,606 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,606 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,606 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,606 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,606 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,606 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,606 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,606 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,607 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,607 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,607 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,607 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,607 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,607 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,607 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,607 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,607 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,607 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,607 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,608 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,608 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,608 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,608 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,608 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,608 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,608 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,608 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,609 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,609 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,609 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,609 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,609 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,609 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,609 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,609 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,609 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,609 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,609 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,610 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,610 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,610 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,610 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,610 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,610 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,610 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,610 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,611 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,611 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,611 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,611 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,611 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,611 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,611 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,611 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,612 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,612 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,612 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,612 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,612 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,612 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,612 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,612 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,612 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,612 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,612 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,613 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,613 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,613 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,613 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,613 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,613 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,613 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,613 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,613 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,613 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,613 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,613 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,614 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,614 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,614 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,614 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,614 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,614 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,614 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,614 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,614 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,615 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,615 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,615 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,615 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,615 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,615 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,615 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,615 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,615 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,615 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,615 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,615 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,616 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,616 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,616 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,616 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,616 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,616 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,616 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,616 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,616 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,616 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,617 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,617 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,617 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,617 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,617 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,617 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,617 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,618 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,618 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,618 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,618 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,618 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,618 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,618 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,618 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,618 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,618 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,618 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,619 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,619 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,619 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,619 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,619 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,619 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,619 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,619 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,619 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,619 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,619 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,620 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,620 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,620 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,620 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,620 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:03,620 - card_creation - INFO - calling the card url 2025-02-09 08:21:03,620 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-1-19&html=true 2025-02-09 08:21:04,289 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,290 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,328 - card_creation - INFO - Ed Sprague - complete 2025-02-09 08:21:04,328 - card_creation - INFO - Kevin Stocker - complete 2025-02-09 08:21:04,376 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,376 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,381 - card_creation - INFO - Jose Rosado - complete 2025-02-09 08:21:04,381 - card_creation - INFO - Neifi Perez - complete 2025-02-09 08:21:04,400 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,401 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,458 - card_creation - INFO - Cliff Floyd - complete 2025-02-09 08:21:04,458 - card_creation - INFO - Magglio Ordonez - complete 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,542 - card_creation - INFO - Edgardo Alfonzo - complete 2025-02-09 08:21:04,542 - card_creation - INFO - JT Snow - complete 2025-02-09 08:21:04,543 - card_creation - INFO - Shawn Green - complete 2025-02-09 08:21:04,543 - card_creation - INFO - Brian Johnson - complete 2025-02-09 08:21:04,543 - card_creation - INFO - Robin Ventura - complete 2025-02-09 08:21:04,543 - card_creation - INFO - Mark Grudzielanek - complete 2025-02-09 08:21:04,543 - card_creation - INFO - Mark McGwire - complete 2025-02-09 08:21:04,549 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,549 - card_creation - INFO - Bip Roberts - complete 2025-02-09 08:21:04,550 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,550 - card_creation - INFO - Darren Lewis - complete 2025-02-09 08:21:04,571 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,571 - card_creation - INFO - John Valentin - complete 2025-02-09 08:21:04,617 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,617 - card_creation - INFO - David Wells - complete 2025-02-09 08:21:04,620 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,620 - card_creation - INFO - Esteban Loaiza - complete 2025-02-09 08:21:04,634 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,634 - card_creation - INFO - Kirt Manwaring - complete 2025-02-09 08:21:04,638 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,638 - card_creation - INFO - John Jaha - complete 2025-02-09 08:21:04,638 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,639 - card_creation - INFO - Desi Relaford - complete 2025-02-09 08:21:04,640 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,640 - card_creation - INFO - Jose Offerman - complete 2025-02-09 08:21:04,648 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,648 - card_creation - INFO - Pete Smith - complete 2025-02-09 08:21:04,662 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,663 - card_creation - INFO - Dennis Martinez - complete 2025-02-09 08:21:04,684 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,686 - card_creation - INFO - Alex Rodriguez - complete 2025-02-09 08:21:04,686 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,688 - card_creation - INFO - Jose Mesa - complete 2025-02-09 08:21:04,688 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,688 - card_creation - INFO - Scott Erickson - complete 2025-02-09 08:21:04,693 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,693 - card_creation - INFO - Felix Heredia - complete 2025-02-09 08:21:04,706 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,706 - card_creation - INFO - Al Martin - complete 2025-02-09 08:21:04,707 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,707 - card_creation - INFO - LaTroy Hawkins - complete 2025-02-09 08:21:04,707 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,707 - card_creation - INFO - Chuck Finley - complete 2025-02-09 08:21:04,708 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,708 - card_creation - INFO - Ivan Rodriguez - complete 2025-02-09 08:21:04,710 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,710 - card_creation - INFO - Marquis Grissom - complete 2025-02-09 08:21:04,713 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,713 - card_creation - INFO - Fernando Tatis - complete 2025-02-09 08:21:04,717 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,717 - card_creation - INFO - Jeff Bagwell - complete 2025-02-09 08:21:04,723 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,723 - card_creation - INFO - Gary Gaetti - complete 2025-02-09 08:21:04,726 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,727 - card_creation - INFO - Rico Brogna - complete 2025-02-09 08:21:04,727 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,727 - card_creation - INFO - Mickey Morandini - complete 2025-02-09 08:21:04,731 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,731 - card_creation - INFO - Pedro Martinez - complete 2025-02-09 08:21:04,760 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,761 - card_creation - INFO - John Olerud - complete 2025-02-09 08:21:04,761 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,761 - card_creation - INFO - FP Santangelo - complete 2025-02-09 08:21:04,766 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,767 - card_creation - INFO - Paul Assenmacher - complete 2025-02-09 08:21:04,767 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,767 - card_creation - INFO - Clint Sodowsky - complete 2025-02-09 08:21:04,768 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,768 - card_creation - INFO - Tony Gwynn - complete 2025-02-09 08:21:04,771 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,771 - card_creation - INFO - Rondell White - complete 2025-02-09 08:21:04,777 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,777 - card_creation - INFO - Troy Percival - complete 2025-02-09 08:21:04,780 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,781 - card_creation - INFO - Vinny Castilla - complete 2025-02-09 08:21:04,781 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,781 - card_creation - INFO - Matt Whiteside - complete 2025-02-09 08:21:04,784 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,784 - card_creation - INFO - Bobby Abreu - complete 2025-02-09 08:21:04,799 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,799 - card_creation - INFO - Harold Baines - complete 2025-02-09 08:21:04,801 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,801 - card_creation - INFO - Joe Randa - complete 2025-02-09 08:21:04,809 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,810 - card_creation - INFO - Doug Glanville - complete 2025-02-09 08:21:04,813 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,813 - card_creation - INFO - Larry Walker - complete 2025-02-09 08:21:04,815 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,815 - card_creation - INFO - Mark Guthrie - complete 2025-02-09 08:21:04,816 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,816 - card_creation - INFO - Bobby Bonilla - complete 2025-02-09 08:21:04,844 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,844 - card_creation - INFO - John Wetteland - complete 2025-02-09 08:21:04,844 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,845 - card_creation - INFO - Tom Pagnozzi - complete 2025-02-09 08:21:04,845 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,845 - card_creation - INFO - Jesus Sanchez - complete 2025-02-09 08:21:04,846 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,846 - card_creation - INFO - Jamey Wright - complete 2025-02-09 08:21:04,849 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,849 - card_creation - INFO - Terry Mulholland - complete 2025-02-09 08:21:04,856 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,856 - card_creation - INFO - Rick Helling - complete 2025-02-09 08:21:04,857 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,857 - card_creation - INFO - Carl Pavano - complete 2025-02-09 08:21:04,858 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,858 - card_creation - INFO - Brad Radke - complete 2025-02-09 08:21:04,864 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,864 - card_creation - INFO - Eric Young - complete 2025-02-09 08:21:04,865 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,866 - card_creation - INFO - Paul ONeill - complete 2025-02-09 08:21:04,866 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,866 - card_creation - INFO - Rickey Henderson - complete 2025-02-09 08:21:04,870 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,870 - card_creation - INFO - Ron Gant - complete 2025-02-09 08:21:04,870 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,871 - card_creation - INFO - Royce Clayton - complete 2025-02-09 08:21:04,871 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,871 - card_creation - INFO - Ron Coomer - complete 2025-02-09 08:21:04,876 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,876 - card_creation - INFO - Manny Alexander - complete 2025-02-09 08:21:04,891 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,891 - card_creation - INFO - Sal Fasano - complete 2025-02-09 08:21:04,896 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,896 - card_creation - INFO - Mike Munoz - complete 2025-02-09 08:21:04,900 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,900 - card_creation - INFO - Edgar Renteria - complete 2025-02-09 08:21:04,901 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,901 - card_creation - INFO - Jeff Montgomery - complete 2025-02-09 08:21:04,910 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,910 - card_creation - INFO - Hal Morris - complete 2025-02-09 08:21:04,911 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,911 - card_creation - INFO - Brian Jordan - complete 2025-02-09 08:21:04,916 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,916 - card_creation - INFO - John Cangelosi - complete 2025-02-09 08:21:04,918 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,918 - card_creation - INFO - Cal Ripken - complete 2025-02-09 08:21:04,925 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,925 - card_creation - INFO - Kenny Lofton - complete 2025-02-09 08:21:04,931 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,931 - card_creation - INFO - Terry Mathews - complete 2025-02-09 08:21:04,932 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,932 - card_creation - INFO - David Bell - complete 2025-02-09 08:21:04,933 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,933 - card_creation - INFO - Domingo Cedeno - complete 2025-02-09 08:21:04,944 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,944 - card_creation - INFO - Mike Mohler - complete 2025-02-09 08:21:04,947 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,947 - card_creation - INFO - Brian McRae - complete 2025-02-09 08:21:04,950 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,950 - card_creation - INFO - Jeff Reboulet - complete 2025-02-09 08:21:04,961 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,961 - card_creation - INFO - Craig Grebeck - complete 2025-02-09 08:21:04,964 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,964 - card_creation - INFO - Scott Rolen - complete 2025-02-09 08:21:04,966 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,967 - card_creation - INFO - Greg Vaughn - complete 2025-02-09 08:21:04,978 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,979 - card_creation - INFO - Gregg Olson - complete 2025-02-09 08:21:04,984 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,984 - card_creation - INFO - Pat Watkins - complete 2025-02-09 08:21:04,993 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,994 - card_creation - INFO - Cecil Fielder - complete 2025-02-09 08:21:04,994 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,994 - card_creation - INFO - John Hudek - complete 2025-02-09 08:21:04,998 - card_creation - INFO - return: 200 received 2025-02-09 08:21:04,998 - card_creation - INFO - Bill Haselman - complete 2025-02-09 08:21:05,002 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,002 - card_creation - INFO - Dante Bichette - complete 2025-02-09 08:21:05,006 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,006 - card_creation - INFO - Felipe Crespo - complete 2025-02-09 08:21:05,007 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,007 - card_creation - INFO - Javy Lopez - complete 2025-02-09 08:21:05,014 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,014 - card_creation - INFO - Miguel Tejada - complete 2025-02-09 08:21:05,016 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,016 - card_creation - INFO - Lance Painter - complete 2025-02-09 08:21:05,017 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,017 - card_creation - INFO - Ron Mahay - complete 2025-02-09 08:21:05,019 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,019 - card_creation - INFO - Aaron Ledesma - complete 2025-02-09 08:21:05,020 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,020 - card_creation - INFO - Mike Cameron - complete 2025-02-09 08:21:05,039 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,039 - card_creation - INFO - Todd Stottlemyre - complete 2025-02-09 08:21:05,041 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,041 - card_creation - INFO - Kevin Brown - complete 2025-02-09 08:21:05,042 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,042 - card_creation - INFO - Scott Elarton - complete 2025-02-09 08:21:05,048 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,048 - card_creation - INFO - Pokey Reese - complete 2025-02-09 08:21:05,052 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,052 - card_creation - INFO - Rick Reed - complete 2025-02-09 08:21:05,054 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,054 - card_creation - INFO - Steve Finley - complete 2025-02-09 08:21:05,055 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,055 - card_creation - INFO - Kerry Wood - complete 2025-02-09 08:21:05,055 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,055 - card_creation - INFO - Jim Edmonds - complete 2025-02-09 08:21:05,056 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,056 - card_creation - INFO - Joe Carter - complete 2025-02-09 08:21:05,061 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,061 - card_creation - INFO - Bob Wells - complete 2025-02-09 08:21:05,061 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,062 - card_creation - INFO - Jim Mecir - complete 2025-02-09 08:21:05,062 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,062 - card_creation - INFO - David Segui - complete 2025-02-09 08:21:05,063 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,063 - card_creation - INFO - Julio Santana - complete 2025-02-09 08:21:05,064 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,064 - card_creation - INFO - Tony Womack - complete 2025-02-09 08:21:05,066 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,066 - card_creation - INFO - Ben Grieve - complete 2025-02-09 08:21:05,070 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,070 - card_creation - INFO - Dan Serafini - complete 2025-02-09 08:21:05,072 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,072 - card_creation - INFO - Robert Person - complete 2025-02-09 08:21:05,076 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,076 - card_creation - INFO - Xavier Hernandez - complete 2025-02-09 08:21:05,080 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,080 - card_creation - INFO - Mike Fetters - complete 2025-02-09 08:21:05,086 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,087 - card_creation - INFO - Matt Walbeck - complete 2025-02-09 08:21:05,089 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,089 - card_creation - INFO - Brook Fordyce - complete 2025-02-09 08:21:05,089 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,090 - card_creation - INFO - Shawn Estes - complete 2025-02-09 08:21:05,096 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,096 - card_creation - INFO - Jon Lieber - complete 2025-02-09 08:21:05,097 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,097 - card_creation - INFO - Rick DeHart - complete 2025-02-09 08:21:05,102 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,102 - card_creation - INFO - Ricky Bones - complete 2025-02-09 08:21:05,103 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,104 - card_creation - INFO - Rich Amaral - complete 2025-02-09 08:21:05,108 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,108 - card_creation - INFO - Matt Beech - complete 2025-02-09 08:21:05,121 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,121 - card_creation - INFO - Trevor Hoffman - complete 2025-02-09 08:21:05,125 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,125 - card_creation - INFO - Juan Castro - complete 2025-02-09 08:21:05,126 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,126 - card_creation - INFO - Brett Tomko - complete 2025-02-09 08:21:05,127 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,127 - card_creation - INFO - Pat Rapp - complete 2025-02-09 08:21:05,132 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,132 - card_creation - INFO - Jeff Suppan - complete 2025-02-09 08:21:05,138 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,138 - card_creation - INFO - Jay Buhner - complete 2025-02-09 08:21:05,143 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,143 - card_creation - INFO - Curtis Goodwin - complete 2025-02-09 08:21:05,157 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,157 - card_creation - INFO - Dave Telgheder - complete 2025-02-09 08:21:05,158 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,158 - card_creation - INFO - Michael Tucker - complete 2025-02-09 08:21:05,159 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,159 - card_creation - INFO - Matt Mieske - complete 2025-02-09 08:21:05,160 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,160 - card_creation - INFO - Bobby Higginson - complete 2025-02-09 08:21:05,163 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,163 - card_creation - INFO - Willie Banks - complete 2025-02-09 08:21:05,165 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,165 - card_creation - INFO - Alvin Morman - complete 2025-02-09 08:21:05,170 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,171 - card_creation - INFO - Ryan McGuire - complete 2025-02-09 08:21:05,171 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,171 - card_creation - INFO - Greg Cadaret - complete 2025-02-09 08:21:05,177 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,177 - card_creation - INFO - Todd Van Poppel - complete 2025-02-09 08:21:05,185 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,185 - card_creation - INFO - Donne Wall - complete 2025-02-09 08:21:05,205 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,205 - card_creation - INFO - Armando Benitez - complete 2025-02-09 08:21:05,206 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,206 - card_creation - INFO - Aramis Ramirez - complete 2025-02-09 08:21:05,208 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,208 - card_creation - INFO - Bob Tewksbury - complete 2025-02-09 08:21:05,209 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,209 - card_creation - INFO - Javier Martinez - complete 2025-02-09 08:21:05,209 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,209 - card_creation - INFO - Bob Scanlan - complete 2025-02-09 08:21:05,212 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,213 - card_creation - INFO - Brian Giles - complete 2025-02-09 08:21:05,246 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,246 - card_creation - INFO - Tim Belcher - complete 2025-02-09 08:21:05,247 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,247 - card_creation - INFO - BJ Surhoff - complete 2025-02-09 08:21:05,249 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,249 - card_creation - INFO - Bobby Chouinard - complete 2025-02-09 08:21:05,251 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,251 - card_creation - INFO - Carlton Loewer - complete 2025-02-09 08:21:05,251 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,251 - card_creation - INFO - Rusty Greer - complete 2025-02-09 08:21:05,253 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,253 - card_creation - INFO - Brian Powell - complete 2025-02-09 08:21:05,253 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,253 - card_creation - INFO - Scott Klingenbeck - complete 2025-02-09 08:21:05,259 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,259 - card_creation - INFO - Todd Walker - complete 2025-02-09 08:21:05,263 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,263 - card_creation - INFO - Mark Whiten - complete 2025-02-09 08:21:05,270 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,270 - card_creation - INFO - Livan Hernandez - complete 2025-02-09 08:21:05,278 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,278 - card_creation - INFO - Jesse Orosco - complete 2025-02-09 08:21:05,285 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,286 - card_creation - INFO - Dennys Reyes - complete 2025-02-09 08:21:05,297 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,297 - card_creation - INFO - Scott Bailes - complete 2025-02-09 08:21:05,310 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,310 - card_creation - INFO - Ken Cloude - complete 2025-02-09 08:21:05,312 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,312 - card_creation - INFO - Bob Howry - complete 2025-02-09 08:21:05,315 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,315 - card_creation - INFO - Bronswell Patrick - complete 2025-02-09 08:21:05,320 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,320 - card_creation - INFO - Todd Dunwoody - complete 2025-02-09 08:21:05,322 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,322 - card_creation - INFO - Steve Sparks - complete 2025-02-09 08:21:05,324 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,324 - card_creation - INFO - Andy Pettitte - complete 2025-02-09 08:21:05,328 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,329 - card_creation - INFO - Alan Embree - complete 2025-02-09 08:21:05,329 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,329 - card_creation - INFO - Jeff Abbott - complete 2025-02-09 08:21:05,335 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,335 - card_creation - INFO - Mariano Rivera - complete 2025-02-09 08:21:05,338 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,338 - card_creation - INFO - Darryl Kile - complete 2025-02-09 08:21:05,341 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,341 - card_creation - INFO - Devon White - complete 2025-02-09 08:21:05,348 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,348 - card_creation - INFO - Orlando Hernandez - complete 2025-02-09 08:21:05,353 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,353 - card_creation - INFO - Rich Aurilia - complete 2025-02-09 08:21:05,361 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,361 - card_creation - INFO - Darren Dreifort - complete 2025-02-09 08:21:05,364 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,364 - card_creation - INFO - Gary Disarcina - complete 2025-02-09 08:21:05,366 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,366 - card_creation - INFO - Bret Saberhagen - complete 2025-02-09 08:21:05,379 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,379 - card_creation - INFO - Edgar Martinez - complete 2025-02-09 08:21:05,389 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,389 - card_creation - INFO - Brent Mayne - complete 2025-02-09 08:21:05,392 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,392 - card_creation - INFO - Jamie Walker - complete 2025-02-09 08:21:05,392 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,393 - card_creation - INFO - Bill Spiers - complete 2025-02-09 08:21:05,394 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,394 - card_creation - INFO - Darin Erstad - complete 2025-02-09 08:21:05,396 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,396 - card_creation - INFO - Jim Thome - complete 2025-02-09 08:21:05,399 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,399 - card_creation - INFO - Andy Fox - complete 2025-02-09 08:21:05,409 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,409 - card_creation - INFO - Matt Karchner - complete 2025-02-09 08:21:05,410 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,410 - card_creation - INFO - Carlos Delgado - complete 2025-02-09 08:21:05,414 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,414 - card_creation - INFO - Tony Batista - complete 2025-02-09 08:21:05,418 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,418 - card_creation - INFO - Joey Cora - complete 2025-02-09 08:21:05,420 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,421 - card_creation - INFO - Troy OLeary - complete 2025-02-09 08:21:05,426 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,426 - card_creation - INFO - Kevin Elster - complete 2025-02-09 08:21:05,428 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,428 - card_creation - INFO - Henry Rodriguez - complete 2025-02-09 08:21:05,430 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,430 - card_creation - INFO - Fred McGriff - complete 2025-02-09 08:21:05,448 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,448 - card_creation - INFO - Pat Meares - complete 2025-02-09 08:21:05,454 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,454 - card_creation - INFO - Dave Hollins - complete 2025-02-09 08:21:05,455 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,455 - card_creation - INFO - Ken Griffey - complete 2025-02-09 08:21:05,459 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,459 - card_creation - INFO - Bob Smith - complete 2025-02-09 08:21:05,461 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,461 - card_creation - INFO - Darryl Hamilton - complete 2025-02-09 08:21:05,463 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,463 - card_creation - INFO - Dennis Cook - complete 2025-02-09 08:21:05,465 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,465 - card_creation - INFO - Denny Hocking - complete 2025-02-09 08:21:05,467 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,467 - card_creation - INFO - Shannon Stewart - complete 2025-02-09 08:21:05,469 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,469 - card_creation - INFO - Steve Parris - complete 2025-02-09 08:21:05,474 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,474 - card_creation - INFO - Omar Vizquel - complete 2025-02-09 08:21:05,478 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,479 - card_creation - INFO - Mike Magnante - complete 2025-02-09 08:21:05,496 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,496 - card_creation - INFO - Tom Glavine - complete 2025-02-09 08:21:05,503 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,503 - card_creation - INFO - Brian Edmondson - complete 2025-02-09 08:21:05,505 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,505 - card_creation - INFO - Miguel Cairo - complete 2025-02-09 08:21:05,505 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,506 - card_creation - INFO - Rich Rodriguez - complete 2025-02-09 08:21:05,510 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,510 - card_creation - INFO - Charles Nagy - complete 2025-02-09 08:21:05,512 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,513 - card_creation - INFO - Paul Konerko - complete 2025-02-09 08:21:05,521 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,521 - card_creation - INFO - Alex Gonzalez - complete 2025-02-09 08:21:05,525 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,525 - card_creation - INFO - Greg Norton - complete 2025-02-09 08:21:05,526 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,527 - card_creation - INFO - Lou Merloni - complete 2025-02-09 08:21:05,531 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,531 - card_creation - INFO - Mike Maddux - complete 2025-02-09 08:21:05,533 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,533 - card_creation - INFO - Tim Bogar - complete 2025-02-09 08:21:05,539 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,540 - card_creation - INFO - Mike Myers - complete 2025-02-09 08:21:05,540 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,541 - card_creation - INFO - Scott Karl - complete 2025-02-09 08:21:05,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,542 - card_creation - INFO - Kevin Brown - complete 2025-02-09 08:21:05,547 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,547 - card_creation - INFO - Danny Graves - complete 2025-02-09 08:21:05,552 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,552 - card_creation - INFO - Jaret Wright - complete 2025-02-09 08:21:05,563 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,563 - card_creation - INFO - Jeff Conine - complete 2025-02-09 08:21:05,565 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,565 - card_creation - INFO - Jeff Cirillo - complete 2025-02-09 08:21:05,568 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,568 - card_creation - INFO - Gerald Williams - complete 2025-02-09 08:21:05,575 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,575 - card_creation - INFO - Mike Sweeney - complete 2025-02-09 08:21:05,583 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,583 - card_creation - INFO - Terry Steinbach - complete 2025-02-09 08:21:05,586 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,586 - card_creation - INFO - Mark McLemore - complete 2025-02-09 08:21:05,587 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,587 - card_creation - INFO - Dave Nilsson - complete 2025-02-09 08:21:05,588 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,588 - card_creation - INFO - Hector Carrasco - complete 2025-02-09 08:21:05,595 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,595 - card_creation - INFO - Jose Vidro - complete 2025-02-09 08:21:05,596 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,596 - card_creation - INFO - Chipper Jones - complete 2025-02-09 08:21:05,607 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,608 - card_creation - INFO - Joe Fontenot - complete 2025-02-09 08:21:05,608 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,608 - card_creation - INFO - Brad Woodall - complete 2025-02-09 08:21:05,614 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,614 - card_creation - INFO - Tony Eusebio - complete 2025-02-09 08:21:05,619 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,619 - card_creation - INFO - Alberto Castillo - complete 2025-02-09 08:21:05,619 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,619 - card_creation - INFO - Jim Leyritz - complete 2025-02-09 08:21:05,624 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,624 - card_creation - INFO - Matt Williams - complete 2025-02-09 08:21:05,627 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,627 - card_creation - INFO - Otis Nixon - complete 2025-02-09 08:21:05,630 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,631 - card_creation - INFO - Ramon Martinez - complete 2025-02-09 08:21:05,635 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,635 - card_creation - INFO - Dave Berg - complete 2025-02-09 08:21:05,640 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,640 - card_creation - INFO - Bill Mueller - complete 2025-02-09 08:21:05,656 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,656 - card_creation - INFO - Mel Rojas - complete 2025-02-09 08:21:05,657 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,657 - card_creation - INFO - Jeffrey Hammonds - complete 2025-02-09 08:21:05,659 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,659 - card_creation - INFO - Tim Wakefield - complete 2025-02-09 08:21:05,665 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,665 - card_creation - INFO - Dan Naulty - complete 2025-02-09 08:21:05,668 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,668 - card_creation - INFO - Darren Holmes - complete 2025-02-09 08:21:05,672 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,673 - card_creation - INFO - Justin Baughman - complete 2025-02-09 08:21:05,680 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,680 - card_creation - INFO - Pete Schourek - complete 2025-02-09 08:21:05,683 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,684 - card_creation - INFO - Billy Wagner - complete 2025-02-09 08:21:05,687 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,687 - card_creation - INFO - Scott Brow - complete 2025-02-09 08:21:05,690 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,690 - card_creation - INFO - Derek Lowe - complete 2025-02-09 08:21:05,693 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,694 - card_creation - INFO - Bob Patterson - complete 2025-02-09 08:21:05,697 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,697 - card_creation - INFO - Jarrod Washburn - complete 2025-02-09 08:21:05,700 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,701 - card_creation - INFO - Hideo Nomo - complete 2025-02-09 08:21:05,704 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,704 - card_creation - INFO - Brian Hunter - complete 2025-02-09 08:21:05,707 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,707 - card_creation - INFO - John Mabry - complete 2025-02-09 08:21:05,709 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,709 - card_creation - INFO - Hipolito Pichardo - complete 2025-02-09 08:21:05,723 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,723 - card_creation - INFO - Kevin Jordan - complete 2025-02-09 08:21:05,726 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,727 - card_creation - INFO - Steve Avery - complete 2025-02-09 08:21:05,729 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,729 - card_creation - INFO - Jeff Brantley - complete 2025-02-09 08:21:05,734 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,734 - card_creation - INFO - Barry Bonds - complete 2025-02-09 08:21:05,735 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,736 - card_creation - INFO - Chris Jones - complete 2025-02-09 08:21:05,740 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,741 - card_creation - INFO - David Weathers - complete 2025-02-09 08:21:05,745 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,745 - card_creation - INFO - Al Levine - complete 2025-02-09 08:21:05,753 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,753 - card_creation - INFO - Dean Crow - complete 2025-02-09 08:21:05,756 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,756 - card_creation - INFO - Ricardo Rincon - complete 2025-02-09 08:21:05,756 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,757 - card_creation - INFO - David Dellucci - complete 2025-02-09 08:21:05,759 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,760 - card_creation - INFO - Ricky Gutierrez - complete 2025-02-09 08:21:05,777 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,777 - card_creation - INFO - Curtis King - complete 2025-02-09 08:21:05,779 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,779 - card_creation - INFO - Ron Villone - complete 2025-02-09 08:21:05,786 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,787 - card_creation - INFO - Luis Alicea - complete 2025-02-09 08:21:05,787 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,787 - card_creation - INFO - Mark Langston - complete 2025-02-09 08:21:05,793 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,793 - card_creation - INFO - Dan Wilson - complete 2025-02-09 08:21:05,794 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,794 - card_creation - INFO - Antonio Osuna - complete 2025-02-09 08:21:05,795 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,795 - card_creation - INFO - Bartolo Colon - complete 2025-02-09 08:21:05,797 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,797 - card_creation - INFO - Seth Greisinger - complete 2025-02-09 08:21:05,808 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,808 - card_creation - INFO - Matt Stairs - complete 2025-02-09 08:21:05,820 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,820 - card_creation - INFO - Bernie Williams - complete 2025-02-09 08:21:05,823 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,823 - card_creation - INFO - Ryan Klesko - complete 2025-02-09 08:21:05,830 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,830 - card_creation - INFO - Randy Myers - complete 2025-02-09 08:21:05,833 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,833 - card_creation - INFO - Andruw Jones - complete 2025-02-09 08:21:05,836 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,836 - card_creation - INFO - Dave Mlicki - complete 2025-02-09 08:21:05,838 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,838 - card_creation - INFO - Alan Mills - complete 2025-02-09 08:21:05,842 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,842 - card_creation - INFO - Turner Ward - complete 2025-02-09 08:21:05,846 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,846 - card_creation - INFO - Raul Mondesi - complete 2025-02-09 08:21:05,847 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,847 - card_creation - INFO - Mike Stanley - complete 2025-02-09 08:21:05,848 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,848 - card_creation - INFO - Andres Galarraga - complete 2025-02-09 08:21:05,853 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,854 - card_creation - INFO - AJ Hinch - complete 2025-02-09 08:21:05,873 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,873 - card_creation - INFO - Craig Shipley - complete 2025-02-09 08:21:05,876 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,876 - card_creation - INFO - Mark Lewis - complete 2025-02-09 08:21:05,879 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,879 - card_creation - INFO - Danny Patterson - complete 2025-02-09 08:21:05,882 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,883 - card_creation - INFO - Mark Loretta - complete 2025-02-09 08:21:05,883 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,883 - card_creation - INFO - Mark Portugal - complete 2025-02-09 08:21:05,885 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,885 - card_creation - INFO - Craig Counsell - complete 2025-02-09 08:21:05,889 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,889 - card_creation - INFO - Eddie Guardado - complete 2025-02-09 08:21:05,889 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,890 - card_creation - INFO - Todd Helton - complete 2025-02-09 08:21:05,892 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,892 - card_creation - INFO - Doug Brocail - complete 2025-02-09 08:21:05,903 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,903 - card_creation - INFO - Melvin Nieves - complete 2025-02-09 08:21:05,911 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,911 - card_creation - INFO - John Johnstone - complete 2025-02-09 08:21:05,922 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,922 - card_creation - INFO - Buddy Groom - complete 2025-02-09 08:21:05,925 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,925 - card_creation - INFO - Pep Harris - complete 2025-02-09 08:21:05,926 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,926 - card_creation - INFO - Arthur Rhodes - complete 2025-02-09 08:21:05,927 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,928 - card_creation - INFO - Matt Lawton - complete 2025-02-09 08:21:05,937 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,937 - card_creation - INFO - Doug Bochtler - complete 2025-02-09 08:21:05,940 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,940 - card_creation - INFO - Eddie Perez - complete 2025-02-09 08:21:05,942 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,942 - card_creation - INFO - Frank Thomas - complete 2025-02-09 08:21:05,952 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,952 - card_creation - INFO - Ryan Dempster - complete 2025-02-09 08:21:05,955 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,955 - card_creation - INFO - Brent Brede - complete 2025-02-09 08:21:05,960 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,960 - card_creation - INFO - Gregg Zaun - complete 2025-02-09 08:21:05,964 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,964 - card_creation - INFO - Jason Bere - complete 2025-02-09 08:21:05,967 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,967 - card_creation - INFO - Dan Plesac - complete 2025-02-09 08:21:05,969 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,969 - card_creation - INFO - Sean Runyan - complete 2025-02-09 08:21:05,971 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,971 - card_creation - INFO - Joe Girardi - complete 2025-02-09 08:21:05,972 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,972 - card_creation - INFO - Trever Miller - complete 2025-02-09 08:21:05,981 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,981 - card_creation - INFO - Mike Caruso - complete 2025-02-09 08:21:05,985 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,986 - card_creation - INFO - Rick White - complete 2025-02-09 08:21:05,988 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,988 - card_creation - INFO - Damion Easley - complete 2025-02-09 08:21:05,994 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,994 - card_creation - INFO - Wil Cordero - complete 2025-02-09 08:21:05,997 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,997 - card_creation - INFO - Antonio Alfonseca - complete 2025-02-09 08:21:05,997 - card_creation - INFO - return: 200 received 2025-02-09 08:21:05,997 - card_creation - INFO - Tom Goodwin - complete 2025-02-09 08:21:06,010 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,010 - card_creation - INFO - Mark Smith - complete 2025-02-09 08:21:06,016 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,016 - card_creation - INFO - Delino DeShields Sr - complete 2025-02-09 08:21:06,021 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,021 - card_creation - INFO - Johnny Damon - complete 2025-02-09 08:21:06,024 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,024 - card_creation - INFO - Brian Moehler - complete 2025-02-09 08:21:06,027 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,027 - card_creation - INFO - Steve Reed - complete 2025-02-09 08:21:06,028 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,028 - card_creation - INFO - Dwight Gooden - complete 2025-02-09 08:21:06,035 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,035 - card_creation - INFO - Mark Kotsay - complete 2025-02-09 08:21:06,037 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,037 - card_creation - INFO - Mike Difelice - complete 2025-02-09 08:21:06,040 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,040 - card_creation - INFO - Chris Gomez - complete 2025-02-09 08:21:06,045 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,045 - card_creation - INFO - Mike Piazza - complete 2025-02-09 08:21:06,054 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,054 - card_creation - INFO - Oscar Henriquez - complete 2025-02-09 08:21:06,057 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,057 - card_creation - INFO - Wally Joyner - complete 2025-02-09 08:21:06,059 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,060 - card_creation - INFO - Joe Oliver - complete 2025-02-09 08:21:06,061 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,061 - card_creation - INFO - Jim Parque - complete 2025-02-09 08:21:06,067 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,067 - card_creation - INFO - Bill Simas - complete 2025-02-09 08:21:06,070 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,071 - card_creation - INFO - Lenny Webster - complete 2025-02-09 08:21:06,074 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,074 - card_creation - INFO - Mike Timlin - complete 2025-02-09 08:21:06,080 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,080 - card_creation - INFO - Jason Varitek - complete 2025-02-09 08:21:06,085 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,085 - card_creation - INFO - Omar Olivares - complete 2025-02-09 08:21:06,087 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,088 - card_creation - INFO - Ray Lankford - complete 2025-02-09 08:21:06,094 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,094 - card_creation - INFO - Darryl Strawberry - complete 2025-02-09 08:21:06,097 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,098 - card_creation - INFO - Damon Mashore - complete 2025-02-09 08:21:06,099 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,099 - card_creation - INFO - Mike Cather - complete 2025-02-09 08:21:06,103 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,103 - card_creation - INFO - Eric Ludwick - complete 2025-02-09 08:21:06,106 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,106 - card_creation - INFO - Elmer Dessens - complete 2025-02-09 08:21:06,110 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,111 - card_creation - INFO - Randy Winn - complete 2025-02-09 08:21:06,118 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,118 - card_creation - INFO - Charlie Hayes - complete 2025-02-09 08:21:06,124 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,124 - card_creation - INFO - Shane Andrews - complete 2025-02-09 08:21:06,136 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,136 - card_creation - INFO - Kevin Sefcik - complete 2025-02-09 08:21:06,141 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,141 - card_creation - INFO - Todd Jones - complete 2025-02-09 08:21:06,142 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,143 - card_creation - INFO - Reggie Jefferson - complete 2025-02-09 08:21:06,143 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,143 - card_creation - INFO - Chris Stynes - complete 2025-02-09 08:21:06,148 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,148 - card_creation - INFO - Bobby Hughes - complete 2025-02-09 08:21:06,160 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,160 - card_creation - INFO - Geronimo Berroa - complete 2025-02-09 08:21:06,166 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,167 - card_creation - INFO - Ismael Valdez - complete 2025-02-09 08:21:06,170 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,170 - card_creation - INFO - Wilton Guerrero - complete 2025-02-09 08:21:06,172 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,173 - card_creation - INFO - Jason Christiansen - complete 2025-02-09 08:21:06,173 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,173 - card_creation - INFO - Walt Weiss - complete 2025-02-09 08:21:06,176 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,176 - card_creation - INFO - Barry Larkin - complete 2025-02-09 08:21:06,177 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,177 - card_creation - INFO - Jason Dickson - complete 2025-02-09 08:21:06,177 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,177 - card_creation - INFO - Charlie OBrien - complete 2025-02-09 08:21:06,180 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,180 - card_creation - INFO - Dave Martinez - complete 2025-02-09 08:21:06,189 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,189 - card_creation - INFO - Sean Berry - complete 2025-02-09 08:21:06,199 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,199 - card_creation - INFO - Mike Bordick - complete 2025-02-09 08:21:06,201 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,201 - card_creation - INFO - Keith Lockhart - complete 2025-02-09 08:21:06,203 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,203 - card_creation - INFO - Karim Garcia - complete 2025-02-09 08:21:06,213 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,213 - card_creation - INFO - Ozzie Guillen - complete 2025-02-09 08:21:06,216 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,216 - card_creation - INFO - Chris Hoiles - complete 2025-02-09 08:21:06,230 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,230 - card_creation - INFO - Paul Molitor - complete 2025-02-09 08:21:06,236 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,236 - card_creation - INFO - Billy Ripken - complete 2025-02-09 08:21:06,241 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,241 - card_creation - INFO - John Franco - complete 2025-02-09 08:21:06,246 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,246 - card_creation - INFO - Omar Daal - complete 2025-02-09 08:21:06,248 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,248 - card_creation - INFO - Tim Salmon - complete 2025-02-09 08:21:06,249 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,250 - card_creation - INFO - Rich DeLucia - complete 2025-02-09 08:21:06,253 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,254 - card_creation - INFO - Chris Snopek - complete 2025-02-09 08:21:06,256 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,256 - card_creation - INFO - Rich Croushore - complete 2025-02-09 08:21:06,260 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,260 - card_creation - INFO - Mike Williams - complete 2025-02-09 08:21:06,262 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,262 - card_creation - INFO - Juan Gonzalez - complete 2025-02-09 08:21:06,267 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,267 - card_creation - INFO - Jamie Moyer - complete 2025-02-09 08:21:06,270 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,270 - card_creation - INFO - Denny Neagle - complete 2025-02-09 08:21:06,276 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,277 - card_creation - INFO - Quinton McCracken - complete 2025-02-09 08:21:06,279 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,279 - card_creation - INFO - Kent Bottenfield - complete 2025-02-09 08:21:06,282 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,283 - card_creation - INFO - Travis Fryman - complete 2025-02-09 08:21:06,288 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,288 - card_creation - INFO - Chuck Knoblauch - complete 2025-02-09 08:21:06,293 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,293 - card_creation - INFO - Jason Giambi - complete 2025-02-09 08:21:06,302 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,302 - card_creation - INFO - David Justice - complete 2025-02-09 08:21:06,305 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,305 - card_creation - INFO - Jimmy Haynes - complete 2025-02-09 08:21:06,305 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,305 - card_creation - INFO - Jose Canseco - complete 2025-02-09 08:21:06,310 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,310 - card_creation - INFO - Jose Mercedes - complete 2025-02-09 08:21:06,311 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,311 - card_creation - INFO - Amaury Telemaco - complete 2025-02-09 08:21:06,317 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,317 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,317 - card_creation - INFO - Mike Lansing - complete 2025-02-09 08:21:06,317 - card_creation - INFO - Orel Hershiser - complete 2025-02-09 08:21:06,322 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,322 - card_creation - INFO - Curt Schilling - complete 2025-02-09 08:21:06,338 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,338 - card_creation - INFO - Yorkis Perez - complete 2025-02-09 08:21:06,340 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,340 - card_creation - INFO - Glendon Rusch - complete 2025-02-09 08:21:06,342 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,342 - card_creation - INFO - Roberto Alomar - complete 2025-02-09 08:21:06,351 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,351 - card_creation - INFO - Kevin Millwood - complete 2025-02-09 08:21:06,356 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,356 - card_creation - INFO - Manny Ramirez - complete 2025-02-09 08:21:06,358 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,358 - card_creation - INFO - Carlos Perez - complete 2025-02-09 08:21:06,360 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,360 - card_creation - INFO - Mark Clark - complete 2025-02-09 08:21:06,363 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,363 - card_creation - INFO - Rich Butler - complete 2025-02-09 08:21:06,365 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,365 - card_creation - INFO - Mike Hampton - complete 2025-02-09 08:21:06,369 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,369 - card_creation - INFO - Jose Cruz - complete 2025-02-09 08:21:06,374 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,374 - card_creation - INFO - Shane Reynolds - complete 2025-02-09 08:21:06,376 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,376 - card_creation - INFO - Pat Hentgen - complete 2025-02-09 08:21:06,385 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,386 - card_creation - INFO - Norberto Martin - complete 2025-02-09 08:21:06,389 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,389 - card_creation - INFO - Steve Trachsel - complete 2025-02-09 08:21:06,392 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,392 - card_creation - INFO - Kevin Tapani - complete 2025-02-09 08:21:06,397 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,397 - card_creation - INFO - Tino Martinez - complete 2025-02-09 08:21:06,407 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,407 - card_creation - INFO - Rafael Palmeiro - complete 2025-02-09 08:21:06,414 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,414 - card_creation - INFO - Albert Belle - complete 2025-02-09 08:21:06,417 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,417 - card_creation - INFO - Dean Palmer - complete 2025-02-09 08:21:06,421 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,421 - card_creation - INFO - Jose Silva - complete 2025-02-09 08:21:06,434 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,434 - card_creation - INFO - Mo Vaughn - complete 2025-02-09 08:21:06,440 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,440 - card_creation - INFO - Eduardo Perez - complete 2025-02-09 08:21:06,441 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,441 - card_creation - INFO - Nomar Garciaparra - complete 2025-02-09 08:21:06,445 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,445 - card_creation - INFO - Scott Servais - complete 2025-02-09 08:21:06,450 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,451 - card_creation - INFO - Tony Fernandez - complete 2025-02-09 08:21:06,453 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,453 - card_creation - INFO - Paul Sorrento - complete 2025-02-09 08:21:06,454 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,454 - card_creation - INFO - Garret Anderson - complete 2025-02-09 08:21:06,459 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,459 - card_creation - INFO - Jeff King - complete 2025-02-09 08:21:06,472 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,472 - card_creation - INFO - Ray Durham - complete 2025-02-09 08:21:06,478 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,478 - card_creation - INFO - Ellis Burks - complete 2025-02-09 08:21:06,484 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,484 - card_creation - INFO - Jose Valentin - complete 2025-02-09 08:21:06,489 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,490 - card_creation - INFO - Mark Grace - complete 2025-02-09 08:21:06,495 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,495 - card_creation - INFO - Stan Javier - complete 2025-02-09 08:21:06,497 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,497 - card_creation - INFO - Chris Peters - complete 2025-02-09 08:21:06,498 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,498 - card_creation - INFO - Jeff Kent - complete 2025-02-09 08:21:06,500 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,500 - card_creation - INFO - Will Clark - complete 2025-02-09 08:21:06,501 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,501 - card_creation - INFO - Brian Rose - complete 2025-02-09 08:21:06,504 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,505 - card_creation - INFO - Jimmy Key - complete 2025-02-09 08:21:06,512 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,513 - card_creation - INFO - Paul Quantrill - complete 2025-02-09 08:21:06,515 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,515 - card_creation - INFO - Derek Jeter - complete 2025-02-09 08:21:06,520 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,520 - card_creation - INFO - Marc Valdes - complete 2025-02-09 08:21:06,526 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,526 - card_creation - INFO - Javier Vazquez - complete 2025-02-09 08:21:06,530 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,530 - card_creation - INFO - Rafael Medina - complete 2025-02-09 08:21:06,536 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,536 - card_creation - INFO - Francisco Cordova - complete 2025-02-09 08:21:06,538 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,538 - card_creation - INFO - Sandy Alomar - complete 2025-02-09 08:21:06,539 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,539 - card_creation - INFO - Jay Bell - complete 2025-02-09 08:21:06,551 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,551 - card_creation - INFO - Chad Fox - complete 2025-02-09 08:21:06,555 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,555 - card_creation - INFO - Randy Johnson - complete 2025-02-09 08:21:06,563 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,563 - card_creation - INFO - Aaron Sele - complete 2025-02-09 08:21:06,565 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,565 - card_creation - INFO - Glenallen Hill - complete 2025-02-09 08:21:06,570 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,570 - card_creation - INFO - Andy Ashby - complete 2025-02-09 08:21:06,573 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,573 - card_creation - INFO - Jay Powell - complete 2025-02-09 08:21:06,574 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,574 - card_creation - INFO - Tyler Green - complete 2025-02-09 08:21:06,577 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,577 - card_creation - INFO - Mike Morgan - complete 2025-02-09 08:21:06,580 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,580 - card_creation - INFO - Bob Wickman - complete 2025-02-09 08:21:06,587 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,587 - card_creation - INFO - Scott Hatteberg - complete 2025-02-09 08:21:06,590 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,590 - card_creation - INFO - Greg Keagle - complete 2025-02-09 08:21:06,593 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,593 - card_creation - INFO - Eric Milton - complete 2025-02-09 08:21:06,602 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,602 - card_creation - INFO - Brian Hunter - complete 2025-02-09 08:21:06,606 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,606 - card_creation - INFO - Vic Darensbourg - complete 2025-02-09 08:21:06,612 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,612 - card_creation - INFO - Kevin Orie - complete 2025-02-09 08:21:06,614 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,615 - card_creation - INFO - Anthony Telford - complete 2025-02-09 08:21:06,630 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,630 - card_creation - INFO - Tim Worrell - complete 2025-02-09 08:21:06,636 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,636 - card_creation - INFO - Terry Adams - complete 2025-02-09 08:21:06,638 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,638 - card_creation - INFO - Greg Maddux - complete 2025-02-09 08:21:06,639 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,639 - card_creation - INFO - Geremi Gonzalez - complete 2025-02-09 08:21:06,645 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,645 - card_creation - INFO - John Flaherty - complete 2025-02-09 08:21:06,650 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,650 - card_creation - INFO - Darren Oliver - complete 2025-02-09 08:21:06,651 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,651 - card_creation - INFO - Brian Bohanon - complete 2025-02-09 08:21:06,652 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,652 - card_creation - INFO - Roger Cedeno - complete 2025-02-09 08:21:06,655 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,655 - card_creation - INFO - Garrett Stephenson - complete 2025-02-09 08:21:06,658 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,658 - card_creation - INFO - Kirt Ojala - complete 2025-02-09 08:21:06,680 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,680 - card_creation - INFO - Luis Gonzalez - complete 2025-02-09 08:21:06,682 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,682 - card_creation - INFO - Mike Remlinger - complete 2025-02-09 08:21:06,683 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,683 - card_creation - INFO - Chuck McElroy - complete 2025-02-09 08:21:06,685 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,685 - card_creation - INFO - Dan Miceli - complete 2025-02-09 08:21:06,687 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,687 - card_creation - INFO - Scott Sullivan - complete 2025-02-09 08:21:06,688 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,689 - card_creation - INFO - Curt Leskanic - complete 2025-02-09 08:21:06,692 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,692 - card_creation - INFO - Jerry Spradlin - complete 2025-02-09 08:21:06,706 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,706 - card_creation - INFO - Eric Davis - complete 2025-02-09 08:21:06,708 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,709 - card_creation - INFO - Chris Carpenter - complete 2025-02-09 08:21:06,715 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,715 - card_creation - INFO - Dustin Hermanson - complete 2025-02-09 08:21:06,718 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,718 - card_creation - INFO - Cliff Politte - complete 2025-02-09 08:21:06,720 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,720 - card_creation - INFO - Todd Hollandsworth - complete 2025-02-09 08:21:06,723 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,723 - card_creation - INFO - Shayne Bennett - complete 2025-02-09 08:21:06,724 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,724 - card_creation - INFO - Dave Veres - complete 2025-02-09 08:21:06,732 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,732 - card_creation - INFO - CJ Nitkowski - complete 2025-02-09 08:21:06,734 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,734 - card_creation - INFO - Eric Plunk - complete 2025-02-09 08:21:06,744 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,744 - card_creation - INFO - Brian Boehringer - complete 2025-02-09 08:21:06,749 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,749 - card_creation - INFO - Todd Zeile - complete 2025-02-09 08:21:06,752 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,752 - card_creation - INFO - Sidney Ponson - complete 2025-02-09 08:21:06,754 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,754 - card_creation - INFO - Kent Mercker - complete 2025-02-09 08:21:06,760 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,760 - card_creation - INFO - Mike Stanton - complete 2025-02-09 08:21:06,761 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,761 - card_creation - INFO - Mike Kelly - complete 2025-02-09 08:21:06,765 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,765 - card_creation - INFO - Rich Loiselle - complete 2025-02-09 08:21:06,769 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,769 - card_creation - INFO - John Smoltz - complete 2025-02-09 08:21:06,775 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,775 - card_creation - INFO - Shane Halter - complete 2025-02-09 08:21:06,786 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,787 - card_creation - INFO - Darrin Winston - complete 2025-02-09 08:21:06,788 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,788 - card_creation - INFO - Jermaine Dye - complete 2025-02-09 08:21:06,793 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,793 - card_creation - INFO - Carlos Baerga - complete 2025-02-09 08:21:06,794 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,794 - card_creation - INFO - Darren Bragg - complete 2025-02-09 08:21:06,801 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,801 - card_creation - INFO - Jose Vizcaino - complete 2025-02-09 08:21:06,802 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,802 - card_creation - INFO - Scott Spiezio - complete 2025-02-09 08:21:06,807 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,807 - card_creation - INFO - Andy Stankiewicz - complete 2025-02-09 08:21:06,823 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,823 - card_creation - INFO - Matt Whisenant - complete 2025-02-09 08:21:06,833 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,833 - card_creation - INFO - Dmitri Young - complete 2025-02-09 08:21:06,835 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,835 - card_creation - INFO - Mike Busby - complete 2025-02-09 08:21:06,837 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,838 - card_creation - INFO - Bret Boone - complete 2025-02-09 08:21:06,838 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,838 - card_creation - INFO - Carlos Reyes - complete 2025-02-09 08:21:06,843 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,843 - card_creation - INFO - Reggie Sanders - complete 2025-02-09 08:21:06,846 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,846 - card_creation - INFO - Kelly Stinnett - complete 2025-02-09 08:21:06,849 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,849 - card_creation - INFO - Craig Biggio - complete 2025-02-09 08:21:06,852 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,853 - card_creation - INFO - Tony Clark - complete 2025-02-09 08:21:06,863 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,863 - card_creation - INFO - Joey Hamilton - complete 2025-02-09 08:21:06,866 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,867 - card_creation - INFO - Vladimir Guerrero - complete 2025-02-09 08:21:06,872 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,873 - card_creation - INFO - Mark Petkovsek - complete 2025-02-09 08:21:06,880 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,880 - card_creation - INFO - Donovan Osborne - complete 2025-02-09 08:21:06,881 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,881 - card_creation - INFO - Carlos Hernandez - complete 2025-02-09 08:21:06,883 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,884 - card_creation - INFO - Tim Raines - complete 2025-02-09 08:21:06,887 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,887 - card_creation - INFO - Rod Beck - complete 2025-02-09 08:21:06,890 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,890 - card_creation - INFO - Sterling Hitchcock - complete 2025-02-09 08:21:06,892 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,892 - card_creation - INFO - Miguel Batista - complete 2025-02-09 08:21:06,896 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,896 - card_creation - INFO - Wayne Gomes - complete 2025-02-09 08:21:06,910 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,910 - card_creation - INFO - Bobby Witt - complete 2025-02-09 08:21:06,912 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,912 - card_creation - INFO - Chad Curtis - complete 2025-02-09 08:21:06,916 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,916 - card_creation - INFO - Trey Moore - complete 2025-02-09 08:21:06,918 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,918 - card_creation - INFO - Mike Grace - complete 2025-02-09 08:21:06,926 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,926 - card_creation - INFO - Mark Thompson - complete 2025-02-09 08:21:06,928 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,928 - card_creation - INFO - John Halama - complete 2025-02-09 08:21:06,934 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,934 - card_creation - INFO - Jose Lima - complete 2025-02-09 08:21:06,941 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,941 - card_creation - INFO - Julian Tavarez - complete 2025-02-09 08:21:06,942 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,943 - card_creation - INFO - Scott Eyre - complete 2025-02-09 08:21:06,949 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,949 - card_creation - INFO - Carlos Castillo - complete 2025-02-09 08:21:06,951 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,951 - card_creation - INFO - Masato Yoshii - complete 2025-02-09 08:21:06,954 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,954 - card_creation - INFO - Manny Aybar - complete 2025-02-09 08:21:06,955 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,955 - card_creation - INFO - Steve Kline - complete 2025-02-09 08:21:06,959 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,959 - card_creation - INFO - Heathcliff Slocumb - complete 2025-02-09 08:21:06,967 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,967 - card_creation - INFO - John Frascatore - complete 2025-02-09 08:21:06,970 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,970 - card_creation - INFO - Dan Carlson - complete 2025-02-09 08:21:06,975 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,975 - card_creation - INFO - Willie Greene - complete 2025-02-09 08:21:06,981 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,981 - card_creation - INFO - Bobby Jones - complete 2025-02-09 08:21:06,985 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,985 - card_creation - INFO - Doug Jones - complete 2025-02-09 08:21:06,990 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,990 - card_creation - INFO - Richard Hidalgo - complete 2025-02-09 08:21:06,994 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,995 - card_creation - INFO - Tony Castillo - complete 2025-02-09 08:21:06,995 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,996 - card_creation - INFO - Bobby Jones - complete 2025-02-09 08:21:06,998 - card_creation - INFO - return: 200 received 2025-02-09 08:21:06,998 - card_creation - INFO - Rick Aguilera - complete 2025-02-09 08:21:07,000 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,000 - card_creation - INFO - Darrin Jackson - complete 2025-02-09 08:21:07,007 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,007 - card_creation - INFO - Luis Lopez - complete 2025-02-09 08:21:07,015 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,016 - card_creation - INFO - Brant Brown - complete 2025-02-09 08:21:07,017 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,017 - card_creation - INFO - Brad Ausmus - complete 2025-02-09 08:21:07,026 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,027 - card_creation - INFO - Felix Martinez - complete 2025-02-09 08:21:07,028 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,028 - card_creation - INFO - Bernard Gilkey - complete 2025-02-09 08:21:07,033 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,033 - card_creation - INFO - Roger Clemens - complete 2025-02-09 08:21:07,047 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,047 - card_creation - INFO - Brady Anderson - complete 2025-02-09 08:21:07,049 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,049 - card_creation - INFO - Mark Hutton - complete 2025-02-09 08:21:07,052 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,052 - card_creation - INFO - Andy Sheets - complete 2025-02-09 08:21:07,055 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,056 - card_creation - INFO - Marc Newfield - complete 2025-02-09 08:21:07,060 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,060 - card_creation - INFO - Greg Swindell - complete 2025-02-09 08:21:07,061 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,061 - card_creation - INFO - Eric Gunderson - complete 2025-02-09 08:21:07,064 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,064 - card_creation - INFO - Mark Lemke - complete 2025-02-09 08:21:07,070 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,070 - card_creation - INFO - Steve Woodard - complete 2025-02-09 08:21:07,075 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,076 - card_creation - INFO - Chad Ogea - complete 2025-02-09 08:21:07,084 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,084 - card_creation - INFO - Wade Boggs - complete 2025-02-09 08:21:07,089 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,089 - card_creation - INFO - Bill Swift - complete 2025-02-09 08:21:07,092 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,092 - card_creation - INFO - Dennis Springer - complete 2025-02-09 08:21:07,097 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,098 - card_creation - INFO - David Howard - complete 2025-02-09 08:21:07,099 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,099 - card_creation - INFO - Greg McMichael - complete 2025-02-09 08:21:07,101 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,102 - card_creation - INFO - Hideki Irabu - complete 2025-02-09 08:21:07,103 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,103 - card_creation - INFO - Chad Kreuter - complete 2025-02-09 08:21:07,106 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,106 - card_creation - INFO - Shigetoshi Hasegawa - complete 2025-02-09 08:21:07,109 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,109 - card_creation - INFO - Darrin Fletcher - complete 2025-02-09 08:21:07,115 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,115 - card_creation - INFO - Phil Nevin - complete 2025-02-09 08:21:07,119 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,119 - card_creation - INFO - Jeff Tabaka - complete 2025-02-09 08:21:07,121 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,121 - card_creation - INFO - Esteban Yan - complete 2025-02-09 08:21:07,125 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,126 - card_creation - INFO - Rick Krivda - complete 2025-02-09 08:21:07,161 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,161 - card_creation - INFO - Jim Bruske - complete 2025-02-09 08:21:07,166 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,166 - card_creation - INFO - AJ Sager - complete 2025-02-09 08:21:07,166 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,167 - card_creation - INFO - Rich Garces - complete 2025-02-09 08:21:07,169 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,169 - card_creation - INFO - Lou Collier - complete 2025-02-09 08:21:07,171 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,171 - card_creation - INFO - Albie Lopez - complete 2025-02-09 08:21:07,186 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,187 - card_creation - INFO - Robb Nen - complete 2025-02-09 08:21:07,187 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,187 - card_creation - INFO - Kerry Ligtenberg - complete 2025-02-09 08:21:07,197 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,198 - card_creation - INFO - Marty Cordova - complete 2025-02-09 08:21:07,200 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,201 - card_creation - INFO - Jose Guillen - complete 2025-02-09 08:21:07,208 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,208 - card_creation - INFO - Tom Candiotti - complete 2025-02-09 08:21:07,215 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,215 - card_creation - INFO - Alberto Reyes - complete 2025-02-09 08:21:07,217 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,217 - card_creation - INFO - Blake Stein - complete 2025-02-09 08:21:07,218 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,218 - card_creation - INFO - Norm Charlton - complete 2025-02-09 08:21:07,225 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,225 - card_creation - INFO - Scott Brosius - complete 2025-02-09 08:21:07,235 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,235 - card_creation - INFO - Keith Foulke - complete 2025-02-09 08:21:07,237 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,238 - card_creation - INFO - Rob Stanifer - complete 2025-02-09 08:21:07,243 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,244 - card_creation - INFO - Jeff Fassero - complete 2025-02-09 08:21:07,254 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,255 - card_creation - INFO - Russ Davis - complete 2025-02-09 08:21:07,258 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,258 - card_creation - INFO - Paul Wagner - complete 2025-02-09 08:21:07,261 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,261 - card_creation - INFO - Tom Gordon - complete 2025-02-09 08:21:07,290 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,291 - card_creation - INFO - Mike Macfarlane - complete 2025-02-09 08:21:07,293 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,293 - card_creation - INFO - Carl Everett - complete 2025-02-09 08:21:07,294 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,294 - card_creation - INFO - Tony Graffanino - complete 2025-02-09 08:21:07,296 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,297 - card_creation - INFO - Jason McDonald - complete 2025-02-09 08:21:07,298 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,298 - card_creation - INFO - Chris Haney - complete 2025-02-09 08:21:07,303 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,303 - card_creation - INFO - Doug Henry - complete 2025-02-09 08:21:07,304 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,304 - card_creation - INFO - Jose Hernandez - complete 2025-02-09 08:21:07,319 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,319 - card_creation - INFO - Stan Belinda - complete 2025-02-09 08:21:07,322 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,322 - card_creation - INFO - Derrek Lee - complete 2025-02-09 08:21:07,325 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,326 - card_creation - INFO - Aaron Small - complete 2025-02-09 08:21:07,327 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,328 - card_creation - INFO - Billy Taylor - complete 2025-02-09 08:21:07,328 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,328 - card_creation - INFO - Ryan Christenson - complete 2025-02-09 08:21:07,344 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,345 - card_creation - INFO - Yamil Benitez - complete 2025-02-09 08:21:07,346 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,346 - card_creation - INFO - Kurt Abbott - complete 2025-02-09 08:21:07,350 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,350 - card_creation - INFO - Alex Ochoa - complete 2025-02-09 08:21:07,354 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,354 - card_creation - INFO - Tom Fordham - complete 2025-02-09 08:21:07,354 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,355 - card_creation - INFO - Tim Crabtree - complete 2025-02-09 08:21:07,371 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,371 - card_creation - INFO - Mike Blowers - complete 2025-02-09 08:21:07,375 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,375 - card_creation - INFO - Rafael Bournigal - complete 2025-02-09 08:21:07,386 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,386 - card_creation - INFO - Sean Bergman - complete 2025-02-09 08:21:07,390 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,390 - card_creation - INFO - Pat Borders - complete 2025-02-09 08:21:07,393 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,393 - card_creation - INFO - Scott Kamieniecki - complete 2025-02-09 08:21:07,407 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,407 - card_creation - INFO - Ed Taubensee - complete 2025-02-09 08:21:07,412 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,412 - card_creation - INFO - Jeff Shaw - complete 2025-02-09 08:21:07,414 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,414 - card_creation - INFO - Matt Mantei - complete 2025-02-09 08:21:07,417 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,417 - card_creation - INFO - Charles Johnson - complete 2025-02-09 08:21:07,422 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,422 - card_creation - INFO - Deivi Cruz - complete 2025-02-09 08:21:07,424 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,424 - card_creation - INFO - Kevin Polcovich - complete 2025-02-09 08:21:07,444 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,444 - card_creation - INFO - Andy Benes - complete 2025-02-09 08:21:07,446 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,446 - card_creation - INFO - Eric Karros - complete 2025-02-09 08:21:07,455 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,456 - card_creation - INFO - TJ Mathews - complete 2025-02-09 08:21:07,466 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,467 - card_creation - INFO - Don Wengert - complete 2025-02-09 08:21:07,469 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,469 - card_creation - INFO - Brad Clontz - complete 2025-02-09 08:21:07,474 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,474 - card_creation - INFO - Willie Blair - complete 2025-02-09 08:21:07,475 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,476 - card_creation - INFO - Jim Corsi - complete 2025-02-09 08:21:07,479 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,479 - card_creation - INFO - Michael Jackson - complete 2025-02-09 08:21:07,485 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,485 - card_creation - INFO - Turk Wendell - complete 2025-02-09 08:21:07,492 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,492 - card_creation - INFO - Tom Lampkin - complete 2025-02-09 08:21:07,493 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,493 - card_creation - INFO - Mike Benjamin - complete 2025-02-09 08:21:07,509 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,509 - card_creation - INFO - Dennis Eckersley - complete 2025-02-09 08:21:07,520 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,520 - card_creation - INFO - Doug Johns - complete 2025-02-09 08:21:07,531 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,531 - card_creation - INFO - Mark Leiter - complete 2025-02-09 08:21:07,534 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,534 - card_creation - INFO - Brian Bevil - complete 2025-02-09 08:21:07,536 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,536 - card_creation - INFO - Brent Gates - complete 2025-02-09 08:21:07,540 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,540 - card_creation - INFO - Jerry DiPoto - complete 2025-02-09 08:21:07,542 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,542 - card_creation - INFO - Frank Castillo - complete 2025-02-09 08:21:07,544 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,545 - card_creation - INFO - Felipe Lira - complete 2025-02-09 08:21:07,559 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,559 - card_creation - INFO - Al Leiter - complete 2025-02-09 08:21:07,565 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,566 - card_creation - INFO - Scott Winchester - complete 2025-02-09 08:21:07,567 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,567 - card_creation - INFO - John Wasdin - complete 2025-02-09 08:21:07,568 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,568 - card_creation - INFO - Ugueth Urbina - complete 2025-02-09 08:21:07,572 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,573 - card_creation - INFO - Gary Sheffield - complete 2025-02-09 08:21:07,573 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,573 - card_creation - INFO - Gabe White - complete 2025-02-09 08:21:07,577 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,577 - card_creation - INFO - Bryce Florie - complete 2025-02-09 08:21:07,579 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,579 - card_creation - INFO - Felix Rodriguez - complete 2025-02-09 08:21:07,579 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,580 - card_creation - INFO - Russ Springer - complete 2025-02-09 08:21:07,608 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,608 - card_creation - INFO - Jason Johnson - complete 2025-02-09 08:21:07,613 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,613 - card_creation - INFO - Chris Widger - complete 2025-02-09 08:21:07,630 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,630 - card_creation - INFO - Scott Radinsky - complete 2025-02-09 08:21:07,643 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,643 - card_creation - INFO - Willie McGee - complete 2025-02-09 08:21:07,645 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,645 - card_creation - INFO - Rey Sanchez - complete 2025-02-09 08:21:07,647 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,647 - card_creation - INFO - Jim Poole - complete 2025-02-09 08:21:07,649 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,650 - card_creation - INFO - Mike Lieberthal - complete 2025-02-09 08:21:07,650 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,650 - card_creation - INFO - Roberto Hernandez - complete 2025-02-09 08:21:07,652 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,652 - card_creation - INFO - Derek Bell - complete 2025-02-09 08:21:07,654 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,654 - card_creation - INFO - Ken Hill - complete 2025-02-09 08:21:07,657 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,657 - card_creation - INFO - Jorge Posada - complete 2025-02-09 08:21:07,665 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,665 - card_creation - INFO - Jim Pittsley - complete 2025-02-09 08:21:07,673 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,673 - card_creation - INFO - Allen Watson - complete 2025-02-09 08:21:07,676 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,676 - card_creation - INFO - Rey Ordonez - complete 2025-02-09 08:21:07,678 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,678 - card_creation - INFO - Juan Acevedo - complete 2025-02-09 08:21:07,680 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,680 - card_creation - INFO - Juan Guzman - complete 2025-02-09 08:21:07,684 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,684 - card_creation - INFO - Jack McDowell - complete 2025-02-09 08:21:07,686 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,686 - card_creation - INFO - Erik Hanson - complete 2025-02-09 08:21:07,690 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,690 - card_creation - INFO - James Baldwin - complete 2025-02-09 08:21:07,707 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,707 - card_creation - INFO - Dave Burba - complete 2025-02-09 08:21:07,708 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,708 - card_creation - INFO - Shane Mack - complete 2025-02-09 08:21:07,713 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,713 - card_creation - INFO - Wilson Alvarez - complete 2025-02-09 08:21:07,716 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,716 - card_creation - INFO - Paul Spoljaric - complete 2025-02-09 08:21:07,718 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,718 - card_creation - INFO - Bill Risley - complete 2025-02-09 08:21:07,722 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,723 - card_creation - INFO - Mike Sirotka - complete 2025-02-09 08:21:07,723 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,724 - card_creation - INFO - Doug Drabek - complete 2025-02-09 08:21:07,727 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,727 - card_creation - INFO - Rolando Arrojo - complete 2025-02-09 08:21:07,735 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,735 - card_creation - INFO - Jeff Nelson - complete 2025-02-09 08:21:07,738 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,738 - card_creation - INFO - Jermaine Allensworth - complete 2025-02-09 08:21:07,743 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,743 - card_creation - INFO - Quilvio Veras - complete 2025-02-09 08:21:07,746 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,746 - card_creation - INFO - Mike DeJean - complete 2025-02-09 08:21:07,753 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,753 - card_creation - INFO - Brad Fullmer - complete 2025-02-09 08:21:07,759 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,759 - card_creation - INFO - Jason Schmidt - complete 2025-02-09 08:21:07,768 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,768 - card_creation - INFO - Jaime Navarro - complete 2025-02-09 08:21:07,773 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,773 - card_creation - INFO - Moises Alou - complete 2025-02-09 08:21:07,778 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,778 - card_creation - INFO - Butch Huskey - complete 2025-02-09 08:21:07,779 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,779 - card_creation - INFO - Mark Gardner - complete 2025-02-09 08:21:07,781 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,781 - card_creation - INFO - Mike Oquist - complete 2025-02-09 08:21:07,788 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,788 - card_creation - INFO - Bobby Ayala - complete 2025-02-09 08:21:07,795 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,795 - card_creation - INFO - Mike Trombley - complete 2025-02-09 08:21:07,797 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,797 - card_creation - INFO - Pete Harnisch - complete 2025-02-09 08:21:07,801 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,801 - card_creation - INFO - John Burkett - complete 2025-02-09 08:21:07,803 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,803 - card_creation - INFO - Kenny Rogers - complete 2025-02-09 08:21:07,806 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,806 - card_creation - INFO - Ken Caminiti - complete 2025-02-09 08:21:07,809 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,809 - card_creation - INFO - Cal Eldred - complete 2025-02-09 08:21:07,822 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,846 - card_creation - INFO - Jeff Blauser - complete 2025-02-09 08:21:07,847 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,847 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,847 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,848 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,848 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,848 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,848 - card_creation - INFO - Tony Saunders - complete 2025-02-09 08:21:07,848 - card_creation - INFO - Marc Pisciotta - complete 2025-02-09 08:21:07,848 - card_creation - INFO - Joel Adamson - complete 2025-02-09 08:21:07,848 - card_creation - INFO - Andy Larkin - complete 2025-02-09 08:21:07,848 - card_creation - INFO - Pedro Astacio - complete 2025-02-09 08:21:07,848 - card_creation - INFO - Scott Service - complete 2025-02-09 08:21:07,852 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,853 - card_creation - INFO - Mike Mussina - complete 2025-02-09 08:21:07,855 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,856 - card_creation - INFO - Danny Darwin - complete 2025-02-09 08:21:07,856 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,856 - card_creation - INFO - Justin Thompson - complete 2025-02-09 08:21:07,862 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,862 - card_creation - INFO - Jeff Juden - complete 2025-02-09 08:21:07,867 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,867 - card_creation - INFO - Fernando Vina - complete 2025-02-09 08:21:07,870 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,870 - card_creation - INFO - Chan Ho Park - complete 2025-02-09 08:21:07,878 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,878 - card_creation - INFO - Kirk Rueter - complete 2025-02-09 08:21:07,880 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,880 - card_creation - INFO - John Thomson - complete 2025-02-09 08:21:07,883 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,883 - card_creation - INFO - Brian Anderson - complete 2025-02-09 08:21:07,898 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,898 - card_creation - INFO - Travis Lee - complete 2025-02-09 08:21:07,901 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,901 - card_creation - INFO - David Ortiz - complete 2025-02-09 08:21:07,903 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,903 - card_creation - INFO - Brian Meadows - complete 2025-02-09 08:21:07,905 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,905 - card_creation - INFO - Jason Kendall - complete 2025-02-09 08:21:07,910 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,910 - card_creation - INFO - Sammy Sosa - complete 2025-02-09 08:21:07,914 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,914 - card_creation - INFO - Kevin Young - complete 2025-02-09 08:21:07,914 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,914 - card_creation - INFO - Ramiro Mendoza - complete 2025-02-09 08:21:07,918 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,918 - card_creation - INFO - Jeromy Burnitz - complete 2025-02-09 08:21:07,922 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,922 - card_creation - INFO - Gregg Jefferies - complete 2025-02-09 08:21:07,925 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,925 - card_creation - INFO - Shawon Dunston - complete 2025-02-09 08:21:07,926 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,926 - card_creation - INFO - David Cone - complete 2025-02-09 08:21:07,931 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,931 - card_creation - INFO - Mike Matheny - complete 2025-02-09 08:21:07,938 - card_creation - INFO - return: 200 received 2025-02-09 08:21:07,939 - card_creation - INFO - Woody Williams - complete 2025-02-09 08:21:07,939 - card_creation - INFO - ending timer - Done checking players - errors: 0 / success: 719: 4.49s 2025-02-09 08:21:07,939 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 08:21:07,942 - card_creation - INFO - ending timer - All done!: 5.33s 2025-02-09 08:22:01,787 - card_creation - INFO - starting timer - Starting main 2025-02-09 08:22:01,788 - card_creation - INFO - starting timer - Checking for cardset 1998 Live 2025-02-09 08:22:01,789 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Live')] 2025-02-09 08:22:01,893 - card_creation - INFO - session info: 2025-02-09 08:22:01,894 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-09 08:22:01,895 - card_creation - INFO - ending timer - Got the cardset: 0.11s 2025-02-09 08:22:01,895 - card_creation - INFO - starting timer - Pulling all players 2025-02-09 08:22:01,895 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 20), ('short_output', True)] 2025-02-09 08:22:02,343 - card_creation - INFO - session info: 2025-02-09 08:22:02,432 - card_creation - INFO - return: {'count': 719, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 609, 'rarity': 4, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': 3699}, {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 1009818, 'rarity': 4, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_ [ S N I P P E D ] 2025-02-09 08:22:02,433 - card_creation - INFO - ending timer - Got 719 players: 0.54s 2025-02-09 08:22:02,433 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 08:22:02,434 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,434 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19 2025-02-09 08:22:02,434 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-1-19 2025-02-09 08:22:02,435 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-1-19 2025-02-09 08:22:02,435 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-1-19 2025-02-09 08:22:02,435 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-1-19 2025-02-09 08:22:02,436 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-1-19 2025-02-09 08:22:02,436 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-1-19 2025-02-09 08:22:02,436 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-1-19 2025-02-09 08:22:02,437 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-1-19 2025-02-09 08:22:02,437 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-1-19 2025-02-09 08:22:02,437 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-1-19 2025-02-09 08:22:02,437 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-1-19 2025-02-09 08:22:02,438 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-1-19 2025-02-09 08:22:02,438 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-1-19 2025-02-09 08:22:02,438 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-1-19 2025-02-09 08:22:02,438 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-1-19 2025-02-09 08:22:02,438 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-1-19 2025-02-09 08:22:02,439 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-1-19 2025-02-09 08:22:02,439 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-1-19 2025-02-09 08:22:02,439 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-1-19 2025-02-09 08:22:02,440 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-1-19 2025-02-09 08:22:02,440 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-1-19 2025-02-09 08:22:02,440 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-1-19 2025-02-09 08:22:02,440 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-1-19 2025-02-09 08:22:02,440 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-1-19 2025-02-09 08:22:02,441 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-1-19 2025-02-09 08:22:02,442 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-1-19 2025-02-09 08:22:02,442 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-1-19 2025-02-09 08:22:02,442 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-1-19 2025-02-09 08:22:02,442 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-1-19 2025-02-09 08:22:02,442 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-1-19 2025-02-09 08:22:02,442 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-1-19 2025-02-09 08:22:02,443 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-1-19 2025-02-09 08:22:02,443 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-1-19 2025-02-09 08:22:02,443 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-1-19 2025-02-09 08:22:02,445 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-1-19 2025-02-09 08:22:02,445 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-1-19 2025-02-09 08:22:02,446 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-1-19 2025-02-09 08:22:02,446 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-1-19 2025-02-09 08:22:02,446 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-1-19 2025-02-09 08:22:02,446 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-1-19 2025-02-09 08:22:02,447 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-1-19 2025-02-09 08:22:02,447 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-1-19 2025-02-09 08:22:02,447 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-1-19 2025-02-09 08:22:02,447 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-1-19 2025-02-09 08:22:02,447 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-1-19 2025-02-09 08:22:02,448 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-1-19 2025-02-09 08:22:02,448 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-1-19 2025-02-09 08:22:02,448 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-1-19 2025-02-09 08:22:02,448 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-1-19 2025-02-09 08:22:02,449 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-1-19 2025-02-09 08:22:02,449 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-1-19 2025-02-09 08:22:02,449 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-1-19 2025-02-09 08:22:02,449 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-1-19 2025-02-09 08:22:02,449 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-1-19 2025-02-09 08:22:02,449 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-1-19 2025-02-09 08:22:02,450 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-1-19 2025-02-09 08:22:02,450 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-1-19 2025-02-09 08:22:02,450 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-1-19 2025-02-09 08:22:02,450 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-1-19 2025-02-09 08:22:02,451 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-1-19 2025-02-09 08:22:02,451 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-1-19 2025-02-09 08:22:02,451 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-1-19 2025-02-09 08:22:02,451 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-1-19 2025-02-09 08:22:02,451 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-1-19 2025-02-09 08:22:02,452 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-1-19 2025-02-09 08:22:02,452 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-1-19 2025-02-09 08:22:02,452 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-1-19 2025-02-09 08:22:02,452 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-1-19 2025-02-09 08:22:02,453 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-1-19 2025-02-09 08:22:02,453 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-1-19 2025-02-09 08:22:02,453 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-1-19 2025-02-09 08:22:02,453 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-1-19 2025-02-09 08:22:02,453 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-1-19 2025-02-09 08:22:02,454 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-1-19 2025-02-09 08:22:02,454 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-1-19 2025-02-09 08:22:02,455 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-1-19 2025-02-09 08:22:02,455 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-1-19 2025-02-09 08:22:02,455 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-1-19 2025-02-09 08:22:02,455 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-1-19 2025-02-09 08:22:02,455 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-1-19 2025-02-09 08:22:02,456 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-1-19 2025-02-09 08:22:02,456 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-1-19 2025-02-09 08:22:02,456 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-1-19 2025-02-09 08:22:02,456 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-1-19 2025-02-09 08:22:02,456 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-1-19 2025-02-09 08:22:02,457 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-1-19 2025-02-09 08:22:02,457 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-1-19 2025-02-09 08:22:02,457 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-1-19 2025-02-09 08:22:02,457 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-1-19 2025-02-09 08:22:02,457 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-1-19 2025-02-09 08:22:02,458 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-1-19 2025-02-09 08:22:02,458 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-1-19 2025-02-09 08:22:02,458 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-1-19 2025-02-09 08:22:02,458 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-1-19 2025-02-09 08:22:02,458 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-1-19 2025-02-09 08:22:02,458 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-1-19 2025-02-09 08:22:02,459 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-1-19 2025-02-09 08:22:02,459 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-1-19 2025-02-09 08:22:02,459 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-1-19 2025-02-09 08:22:02,459 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-1-19 2025-02-09 08:22:02,459 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-1-19 2025-02-09 08:22:02,460 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-1-19 2025-02-09 08:22:02,460 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-1-19 2025-02-09 08:22:02,460 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-1-19 2025-02-09 08:22:02,460 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-1-19 2025-02-09 08:22:02,460 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-1-19 2025-02-09 08:22:02,461 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-1-19 2025-02-09 08:22:02,461 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-1-19 2025-02-09 08:22:02,461 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-1-19 2025-02-09 08:22:02,461 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-1-19 2025-02-09 08:22:02,461 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-1-19 2025-02-09 08:22:02,461 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-1-19 2025-02-09 08:22:02,462 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-1-19 2025-02-09 08:22:02,462 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-1-19 2025-02-09 08:22:02,462 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-1-19 2025-02-09 08:22:02,462 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-1-19 2025-02-09 08:22:02,462 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-1-19 2025-02-09 08:22:02,463 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-1-19 2025-02-09 08:22:02,463 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-1-19 2025-02-09 08:22:02,463 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-1-19 2025-02-09 08:22:02,463 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-1-19 2025-02-09 08:22:02,463 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-1-19 2025-02-09 08:22:02,463 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-1-19 2025-02-09 08:22:02,464 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-1-19 2025-02-09 08:22:02,464 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-1-19 2025-02-09 08:22:02,464 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-1-19 2025-02-09 08:22:02,464 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-1-19 2025-02-09 08:22:02,464 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-1-19 2025-02-09 08:22:02,464 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-1-19 2025-02-09 08:22:02,465 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-1-19 2025-02-09 08:22:02,465 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-1-19 2025-02-09 08:22:02,465 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-1-19 2025-02-09 08:22:02,465 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-1-19 2025-02-09 08:22:02,465 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-1-19 2025-02-09 08:22:02,466 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-1-19 2025-02-09 08:22:02,466 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-1-19 2025-02-09 08:22:02,466 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-1-19 2025-02-09 08:22:02,466 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-1-19 2025-02-09 08:22:02,466 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-1-19 2025-02-09 08:22:02,467 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-1-19 2025-02-09 08:22:02,467 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-1-19 2025-02-09 08:22:02,467 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-1-19 2025-02-09 08:22:02,467 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-1-19 2025-02-09 08:22:02,467 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-1-19 2025-02-09 08:22:02,467 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-1-19 2025-02-09 08:22:02,468 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,468 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,468 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,468 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,469 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,469 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,469 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,470 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,470 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,470 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,470 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,471 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,471 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,471 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,471 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,471 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,472 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,472 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,472 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,472 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,473 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,473 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,473 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,473 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,473 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,474 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,474 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,474 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,474 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,474 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,474 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,475 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,475 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,475 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,475 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,475 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,475 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,475 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,476 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,476 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,476 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,476 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,476 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,476 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,476 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,477 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,477 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,477 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,477 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,477 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,477 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,477 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,478 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,478 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,478 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,478 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,478 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,478 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,479 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,479 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,479 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,479 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,479 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,480 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,480 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,480 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,480 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,480 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,480 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,481 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,481 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,481 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,481 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,481 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,481 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,481 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,482 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,482 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,482 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,482 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,482 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,482 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,482 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,483 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,483 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,483 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,483 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,483 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,483 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,483 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,484 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,484 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,484 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,484 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,484 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,484 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,484 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,485 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,485 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,486 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,486 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,486 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,486 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,486 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,486 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,486 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,487 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,487 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,487 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,487 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,487 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,487 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,487 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,488 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,488 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,488 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,488 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,488 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,488 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,489 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,489 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,489 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,489 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,489 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,490 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,490 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,490 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,490 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,490 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,490 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,491 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,491 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,491 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,491 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,491 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,491 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,492 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,492 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,492 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,492 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,492 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,492 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,492 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,493 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,493 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,494 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,494 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,494 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,494 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,494 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,494 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,495 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,495 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,495 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-1-19 2025-02-09 08:22:02,495 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-1-19 2025-02-09 08:22:02,495 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-1-19 2025-02-09 08:22:02,495 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,495 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-1-19 2025-02-09 08:22:02,496 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-1-19 2025-02-09 08:22:02,496 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-1-19 2025-02-09 08:22:02,496 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-1-19 2025-02-09 08:22:02,496 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-1-19 2025-02-09 08:22:02,496 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-1-19 2025-02-09 08:22:02,497 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-1-19 2025-02-09 08:22:02,497 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-1-19 2025-02-09 08:22:02,497 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-1-19 2025-02-09 08:22:02,497 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-1-19 2025-02-09 08:22:02,497 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-1-19 2025-02-09 08:22:02,498 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-1-19 2025-02-09 08:22:02,498 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-1-19 2025-02-09 08:22:02,498 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-1-19 2025-02-09 08:22:02,498 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-1-19 2025-02-09 08:22:02,498 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-1-19 2025-02-09 08:22:02,499 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-1-19 2025-02-09 08:22:02,499 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-1-19 2025-02-09 08:22:02,499 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-1-19 2025-02-09 08:22:02,499 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-1-19 2025-02-09 08:22:02,499 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-1-19 2025-02-09 08:22:02,500 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-1-19 2025-02-09 08:22:02,500 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-1-19 2025-02-09 08:22:02,500 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-1-19 2025-02-09 08:22:02,500 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-1-19 2025-02-09 08:22:02,500 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-1-19 2025-02-09 08:22:02,500 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-1-19 2025-02-09 08:22:02,501 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-1-19 2025-02-09 08:22:02,501 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-1-19 2025-02-09 08:22:02,501 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-1-19 2025-02-09 08:22:02,501 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-1-19 2025-02-09 08:22:02,501 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-1-19 2025-02-09 08:22:02,501 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-1-19 2025-02-09 08:22:02,502 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-1-19 2025-02-09 08:22:02,502 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-1-19 2025-02-09 08:22:02,502 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-1-19 2025-02-09 08:22:02,502 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-1-19 2025-02-09 08:22:02,502 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-1-19 2025-02-09 08:22:02,503 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-1-19 2025-02-09 08:22:02,503 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-1-19 2025-02-09 08:22:02,503 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-1-19 2025-02-09 08:22:02,504 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-1-19 2025-02-09 08:22:02,504 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-1-19 2025-02-09 08:22:02,504 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-1-19 2025-02-09 08:22:02,504 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-1-19 2025-02-09 08:22:02,505 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-1-19 2025-02-09 08:22:02,505 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-1-19 2025-02-09 08:22:02,505 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-1-19 2025-02-09 08:22:02,505 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,505 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,505 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,506 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,506 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,506 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,506 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,506 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,506 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,507 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,507 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,507 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,507 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,507 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,507 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,508 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,508 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,508 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,508 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,508 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,508 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,509 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,510 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,510 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,510 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,510 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,510 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,511 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,511 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,511 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,511 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,511 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,512 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,512 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,512 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,512 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,512 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,512 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,513 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,513 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,513 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,513 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,513 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,513 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,514 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,514 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,514 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,514 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-1-19 2025-02-09 08:22:02,514 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-1-19 2025-02-09 08:22:02,515 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-1-19 2025-02-09 08:22:02,515 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-1-19 2025-02-09 08:22:02,515 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-1-19 2025-02-09 08:22:02,515 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-1-19 2025-02-09 08:22:02,515 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-1-19 2025-02-09 08:22:02,516 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-1-19 2025-02-09 08:22:02,544 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-1-19 2025-02-09 08:22:02,544 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-1-19 2025-02-09 08:22:02,544 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-1-19 2025-02-09 08:22:02,545 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-1-19 2025-02-09 08:22:02,545 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-1-19 2025-02-09 08:22:02,545 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-1-19 2025-02-09 08:22:02,545 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-1-19 2025-02-09 08:22:02,545 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-1-19 2025-02-09 08:22:02,545 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-1-19 2025-02-09 08:22:02,546 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-1-19 2025-02-09 08:22:02,546 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-1-19 2025-02-09 08:22:02,546 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-1-19 2025-02-09 08:22:02,546 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-1-19 2025-02-09 08:22:02,546 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-1-19 2025-02-09 08:22:02,546 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-1-19 2025-02-09 08:22:02,547 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-1-19 2025-02-09 08:22:02,547 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-1-19 2025-02-09 08:22:02,547 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-1-19 2025-02-09 08:22:02,547 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-1-19 2025-02-09 08:22:02,547 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-1-19 2025-02-09 08:22:02,548 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-1-19 2025-02-09 08:22:02,548 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,548 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,548 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,548 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,548 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,549 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,549 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,549 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,549 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,549 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,549 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,550 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,550 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,550 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,550 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,550 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,550 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,550 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,550 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,550 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,550 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,550 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,551 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,551 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,551 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,552 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,552 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,553 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,553 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,553 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,553 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,553 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,554 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,555 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,555 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,555 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,555 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,555 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-1-19 2025-02-09 08:22:02,556 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-1-19 2025-02-09 08:22:02,556 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-1-19 2025-02-09 08:22:02,556 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-1-19 2025-02-09 08:22:02,556 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-1-19 2025-02-09 08:22:02,556 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-1-19 2025-02-09 08:22:02,557 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-1-19 2025-02-09 08:22:02,557 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-1-19 2025-02-09 08:22:02,557 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-1-19 2025-02-09 08:22:02,557 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-1-19 2025-02-09 08:22:02,557 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-1-19 2025-02-09 08:22:02,557 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-1-19 2025-02-09 08:22:02,558 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-1-19 2025-02-09 08:22:02,558 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-1-19 2025-02-09 08:22:02,558 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-1-19 2025-02-09 08:22:02,558 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-1-19 2025-02-09 08:22:02,558 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-1-19 2025-02-09 08:22:02,559 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-1-19 2025-02-09 08:22:02,559 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-1-19 2025-02-09 08:22:02,559 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-1-19 2025-02-09 08:22:02,559 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-1-19 2025-02-09 08:22:02,559 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-1-19 2025-02-09 08:22:02,560 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-1-19 2025-02-09 08:22:02,560 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-1-19 2025-02-09 08:22:02,560 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-1-19 2025-02-09 08:22:02,560 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-1-19 2025-02-09 08:22:02,560 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-1-19 2025-02-09 08:22:02,560 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,560 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-1-19 2025-02-09 08:22:02,561 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-1-19 2025-02-09 08:22:02,561 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,561 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,561 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,561 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,561 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,562 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,562 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,562 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,562 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,562 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,562 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,563 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,563 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,563 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,563 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,563 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,563 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,563 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,564 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,564 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,564 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,564 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,564 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,564 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,564 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,565 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,565 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,566 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-1-19 2025-02-09 08:22:02,566 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-1-19 2025-02-09 08:22:02,567 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-1-19 2025-02-09 08:22:02,567 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-1-19 2025-02-09 08:22:02,567 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,567 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,567 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,567 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,567 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,568 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,568 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,568 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,568 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,568 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,568 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,569 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,569 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,569 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,569 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,569 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,569 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,570 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,570 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-1-19 2025-02-09 08:22:02,571 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-1-19 2025-02-09 08:22:02,571 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-1-19 2025-02-09 08:22:02,571 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-1-19 2025-02-09 08:22:02,571 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-1-19 2025-02-09 08:22:02,571 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,571 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-1-19 2025-02-09 08:22:02,572 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-1-19 2025-02-09 08:22:02,572 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-1-19 2025-02-09 08:22:02,572 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-1-19 2025-02-09 08:22:02,572 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-1-19 2025-02-09 08:22:02,572 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-1-19 2025-02-09 08:22:02,572 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,572 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,573 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-1-19 2025-02-09 08:22:02,573 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,574 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,574 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,575 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,575 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,575 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,575 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,575 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,575 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,575 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,576 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,576 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,577 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,577 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,577 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,577 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,577 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,577 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-1-19 2025-02-09 08:22:02,577 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-1-19 2025-02-09 08:22:02,578 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-1-19 2025-02-09 08:22:02,578 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-1-19 2025-02-09 08:22:02,578 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-1-19 2025-02-09 08:22:02,578 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,578 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-1-19 2025-02-09 08:22:02,579 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,579 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-1-19 2025-02-09 08:22:02,579 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,579 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-1-19 2025-02-09 08:22:02,579 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,579 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-1-19 2025-02-09 08:22:02,580 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-1-19 2025-02-09 08:22:02,580 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-1-19 2025-02-09 08:22:02,580 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-1-19 2025-02-09 08:22:02,580 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-1-19 2025-02-09 08:22:02,580 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-1-19 2025-02-09 08:22:02,580 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,580 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-1-19 2025-02-09 08:22:02,581 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-1-19 2025-02-09 08:22:02,581 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,581 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,581 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,581 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,581 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,581 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,582 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,582 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,582 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,582 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,582 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,582 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,582 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,583 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,583 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,583 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,583 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,583 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,583 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,583 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,584 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,584 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,584 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,584 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,584 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,584 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,584 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,585 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-1-19 2025-02-09 08:22:02,585 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-1-19 2025-02-09 08:22:02,585 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-1-19 2025-02-09 08:22:02,585 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-1-19 2025-02-09 08:22:02,585 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,585 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-1-19 2025-02-09 08:22:02,586 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,586 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,587 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-1-19 2025-02-09 08:22:02,587 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-1-19 2025-02-09 08:22:02,588 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,588 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,588 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,588 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,588 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,589 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,589 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,589 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,589 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,589 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,589 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,590 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,590 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,590 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,590 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-1-19 2025-02-09 08:22:02,590 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,590 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-1-19 2025-02-09 08:22:02,590 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-1-19 2025-02-09 08:22:02,591 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-1-19 2025-02-09 08:22:02,591 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-1-19 2025-02-09 08:22:02,591 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-1-19 2025-02-09 08:22:02,591 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,591 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-1-19 2025-02-09 08:22:02,592 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-1-19 2025-02-09 08:22:02,592 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-1-19 2025-02-09 08:22:02,592 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-1-19 2025-02-09 08:22:02,592 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-1-19 2025-02-09 08:22:02,592 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-1-19 2025-02-09 08:22:02,592 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,592 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-1-19 2025-02-09 08:22:02,593 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-1-19 2025-02-09 08:22:02,593 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-1-19 2025-02-09 08:22:02,593 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,593 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,593 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,593 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,593 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,594 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,594 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,594 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,594 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,594 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,594 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,594 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,594 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,594 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,594 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,594 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,595 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,595 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,595 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,595 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,595 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,595 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,595 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,596 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,596 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,596 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-1-19 2025-02-09 08:22:02,596 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-1-19 2025-02-09 08:22:02,596 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-1-19 2025-02-09 08:22:02,596 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,596 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,597 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,597 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,597 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-1-19 2025-02-09 08:22:02,597 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-1-19 2025-02-09 08:22:02,597 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-1-19 2025-02-09 08:22:02,597 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,597 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-1-19 2025-02-09 08:22:02,598 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-1-19 2025-02-09 08:22:02,598 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-1-19 2025-02-09 08:22:02,598 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-1-19 2025-02-09 08:22:02,598 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-1-19 2025-02-09 08:22:02,598 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-1-19 2025-02-09 08:22:02,598 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,598 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-1-19 2025-02-09 08:22:02,599 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-1-19 2025-02-09 08:22:02,599 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,599 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,599 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,599 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,599 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,600 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,600 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,600 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,600 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-1-19 2025-02-09 08:22:02,600 - card_creation - INFO - calling the card url 2025-02-09 08:22:02,600 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-1-19 2025-02-09 08:22:03,093 - card_creation - INFO - return: 200 received 2025-02-09 08:22:03,115 - card_creation - INFO - Omar Vizquel - complete 2025-02-09 08:22:03,937 - card_creation - INFO - return: 200 received 2025-02-09 08:22:03,937 - card_creation - INFO - Paul ONeill - complete 2025-02-09 08:22:03,990 - card_creation - INFO - return: 200 received 2025-02-09 08:22:03,990 - card_creation - INFO - Garret Anderson - complete 2025-02-09 08:22:04,825 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,826 - card_creation - INFO - Tony Fernandez - complete 2025-02-09 08:22:04,826 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,826 - card_creation - INFO - Javy Lopez - complete 2025-02-09 08:22:04,828 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,828 - card_creation - INFO - Cal Ripken - complete 2025-02-09 08:22:04,845 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,845 - card_creation - INFO - Ben Grieve - complete 2025-02-09 08:22:04,857 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,857 - card_creation - INFO - Bernie Williams - complete 2025-02-09 08:22:04,904 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,904 - card_creation - INFO - Carlos Hernandez - complete 2025-02-09 08:22:04,998 - card_creation - INFO - return: 200 received 2025-02-09 08:22:04,998 - card_creation - INFO - Billy Ripken - complete 2025-02-09 08:22:05,384 - card_creation - INFO - return: 200 received 2025-02-09 08:22:05,384 - card_creation - INFO - Steve Reed - complete 2025-02-09 08:22:05,386 - card_creation - INFO - return: 200 received 2025-02-09 08:22:05,386 - card_creation - INFO - Ed Sprague - complete 2025-02-09 08:22:05,502 - card_creation - INFO - return: 200 received 2025-02-09 08:22:05,502 - card_creation - INFO - Greg Norton - complete 2025-02-09 08:22:06,022 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,022 - card_creation - INFO - Brad Radke - complete 2025-02-09 08:22:06,051 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,052 - card_creation - INFO - Mark McGwire - complete 2025-02-09 08:22:06,209 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,209 - card_creation - INFO - Stan Javier - complete 2025-02-09 08:22:06,211 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,211 - card_creation - INFO - John Flaherty - complete 2025-02-09 08:22:06,212 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,213 - card_creation - INFO - Jim Thome - complete 2025-02-09 08:22:06,697 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,697 - card_creation - INFO - Paul Quantrill - complete 2025-02-09 08:22:06,773 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,773 - card_creation - INFO - Bobby Higginson - complete 2025-02-09 08:22:06,806 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,806 - card_creation - INFO - Mike Lieberthal - complete 2025-02-09 08:22:06,854 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,855 - card_creation - INFO - Chuck McElroy - complete 2025-02-09 08:22:06,858 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,859 - card_creation - INFO - Miguel Cairo - complete 2025-02-09 08:22:06,979 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,979 - card_creation - INFO - Derek Jeter - complete 2025-02-09 08:22:06,997 - card_creation - INFO - return: 200 received 2025-02-09 08:22:06,998 - card_creation - INFO - Kenny Lofton - complete 2025-02-09 08:22:07,398 - card_creation - INFO - return: 200 received 2025-02-09 08:22:07,398 - card_creation - INFO - Magglio Ordonez - complete 2025-02-09 08:22:07,399 - card_creation - INFO - return: 200 received 2025-02-09 08:22:07,399 - card_creation - INFO - Jim Edmonds - complete 2025-02-09 08:22:07,651 - card_creation - INFO - return: 200 received 2025-02-09 08:22:07,651 - card_creation - INFO - Otis Nixon - complete 2025-02-09 08:22:07,865 - card_creation - INFO - return: 200 received 2025-02-09 08:22:07,865 - card_creation - INFO - Jason Kendall - complete 2025-02-09 08:22:08,250 - card_creation - INFO - return: 200 received 2025-02-09 08:22:08,250 - card_creation - INFO - Joey Cora - complete 2025-02-09 08:22:08,617 - card_creation - INFO - return: 200 received 2025-02-09 08:22:08,618 - card_creation - INFO - John Mabry - complete 2025-02-09 08:22:08,618 - card_creation - INFO - return: 200 received 2025-02-09 08:22:08,618 - card_creation - INFO - David Ortiz - complete 2025-02-09 08:22:08,831 - card_creation - INFO - return: 200 received 2025-02-09 08:22:08,831 - card_creation - INFO - Barry Larkin - complete 2025-02-09 08:22:08,833 - card_creation - INFO - return: 200 received 2025-02-09 08:22:08,833 - card_creation - INFO - Lance Painter - complete 2025-02-09 08:22:09,100 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,101 - card_creation - INFO - Mike Cameron - complete 2025-02-09 08:22:09,102 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,102 - card_creation - INFO - Gary Disarcina - complete 2025-02-09 08:22:09,194 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,195 - card_creation - INFO - Wally Joyner - complete 2025-02-09 08:22:09,195 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,195 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,195 - card_creation - INFO - Scott Erickson - complete 2025-02-09 08:22:09,195 - card_creation - INFO - Fernando Vina - complete 2025-02-09 08:22:09,269 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,269 - card_creation - INFO - Barry Bonds - complete 2025-02-09 08:22:09,271 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,271 - card_creation - INFO - Rich DeLucia - complete 2025-02-09 08:22:09,271 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,271 - card_creation - INFO - Terry Mathews - complete 2025-02-09 08:22:09,320 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,320 - card_creation - INFO - Tim Wakefield - complete 2025-02-09 08:22:09,422 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,422 - card_creation - INFO - Ron Coomer - complete 2025-02-09 08:22:09,460 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,460 - card_creation - INFO - Bill Risley - complete 2025-02-09 08:22:09,463 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,463 - card_creation - INFO - Derek Bell - complete 2025-02-09 08:22:09,548 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,548 - card_creation - INFO - Dean Palmer - complete 2025-02-09 08:22:09,548 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,549 - card_creation - INFO - Tony Saunders - complete 2025-02-09 08:22:09,932 - card_creation - INFO - return: 200 received 2025-02-09 08:22:09,932 - card_creation - INFO - Chuck Finley - complete 2025-02-09 08:22:10,711 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,712 - card_creation - INFO - Juan Guzman - complete 2025-02-09 08:22:10,724 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,724 - card_creation - INFO - Pep Harris - complete 2025-02-09 08:22:10,757 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,758 - card_creation - INFO - Willie Banks - complete 2025-02-09 08:22:10,758 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,758 - card_creation - INFO - Johnny Damon - complete 2025-02-09 08:22:10,864 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,865 - card_creation - INFO - Darren Lewis - complete 2025-02-09 08:22:10,866 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,866 - card_creation - INFO - Moises Alou - complete 2025-02-09 08:22:10,866 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,866 - card_creation - INFO - Vladimir Guerrero - complete 2025-02-09 08:22:10,866 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,866 - card_creation - INFO - Julian Tavarez - complete 2025-02-09 08:22:10,968 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,969 - card_creation - INFO - Bobby Abreu - complete 2025-02-09 08:22:10,970 - card_creation - INFO - return: 200 received 2025-02-09 08:22:10,970 - card_creation - INFO - Matt Beech - complete 2025-02-09 08:22:11,010 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,011 - card_creation - INFO - Mike Piazza - complete 2025-02-09 08:22:11,011 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,011 - card_creation - INFO - John Franco - complete 2025-02-09 08:22:11,012 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,012 - card_creation - INFO - Darryl Strawberry - complete 2025-02-09 08:22:11,025 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,025 - card_creation - INFO - Arthur Rhodes - complete 2025-02-09 08:22:11,379 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,380 - card_creation - INFO - Aramis Ramirez - complete 2025-02-09 08:22:11,381 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,381 - card_creation - INFO - Javier Martinez - complete 2025-02-09 08:22:11,575 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,575 - card_creation - INFO - Scott Service - complete 2025-02-09 08:22:11,952 - card_creation - INFO - return: 200 received 2025-02-09 08:22:11,952 - card_creation - INFO - Paul Assenmacher - complete 2025-02-09 08:22:12,009 - card_creation - INFO - return: 200 received 2025-02-09 08:22:12,009 - card_creation - INFO - Mike Fetters - complete 2025-02-09 08:22:12,530 - card_creation - INFO - return: 200 received 2025-02-09 08:22:12,530 - card_creation - INFO - Dan Plesac - complete 2025-02-09 08:22:12,559 - card_creation - INFO - return: 200 received 2025-02-09 08:22:12,559 - card_creation - INFO - Mark Clark - complete 2025-02-09 08:22:12,769 - card_creation - INFO - return: 200 received 2025-02-09 08:22:12,769 - card_creation - INFO - Mark Lewis - complete 2025-02-09 08:22:12,814 - card_creation - INFO - return: 200 received 2025-02-09 08:22:12,815 - card_creation - INFO - Jeff Montgomery - complete 2025-02-09 08:22:12,999 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,000 - card_creation - INFO - Rico Brogna - complete 2025-02-09 08:22:13,023 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,023 - card_creation - INFO - Matt Stairs - complete 2025-02-09 08:22:13,318 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,318 - card_creation - INFO - Mickey Morandini - complete 2025-02-09 08:22:13,450 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,450 - card_creation - INFO - Shane Reynolds - complete 2025-02-09 08:22:13,662 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,662 - card_creation - INFO - Butch Huskey - complete 2025-02-09 08:22:13,856 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,856 - card_creation - INFO - Rich Amaral - complete 2025-02-09 08:22:13,979 - card_creation - INFO - return: 200 received 2025-02-09 08:22:13,979 - card_creation - INFO - Steve Avery - complete 2025-02-09 08:22:14,114 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,114 - card_creation - INFO - Pokey Reese - complete 2025-02-09 08:22:14,206 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,206 - card_creation - INFO - Dave Nilsson - complete 2025-02-09 08:22:14,298 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,299 - card_creation - INFO - Andres Galarraga - complete 2025-02-09 08:22:14,299 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,299 - card_creation - INFO - Omar Olivares - complete 2025-02-09 08:22:14,470 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,470 - card_creation - INFO - Felix Rodriguez - complete 2025-02-09 08:22:14,494 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,494 - card_creation - INFO - Brook Fordyce - complete 2025-02-09 08:22:14,724 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,724 - card_creation - INFO - Randy Winn - complete 2025-02-09 08:22:14,862 - card_creation - INFO - return: 200 received 2025-02-09 08:22:14,862 - card_creation - INFO - Mike Mussina - complete 2025-02-09 08:22:15,339 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,339 - card_creation - INFO - Amaury Telemaco - complete 2025-02-09 08:22:15,455 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,456 - card_creation - INFO - Russ Springer - complete 2025-02-09 08:22:15,478 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,478 - card_creation - INFO - Shane Halter - complete 2025-02-09 08:22:15,478 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,478 - card_creation - INFO - Scott Bailes - complete 2025-02-09 08:22:15,484 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,484 - card_creation - INFO - Todd Helton - complete 2025-02-09 08:22:15,597 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,597 - card_creation - INFO - Keith Lockhart - complete 2025-02-09 08:22:15,644 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,645 - card_creation - INFO - Ray Durham - complete 2025-02-09 08:22:15,723 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,724 - card_creation - INFO - Melvin Nieves - complete 2025-02-09 08:22:15,784 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,784 - card_creation - INFO - Jim Leyritz - complete 2025-02-09 08:22:15,798 - card_creation - INFO - return: 200 received 2025-02-09 08:22:15,799 - card_creation - INFO - Rich Rodriguez - complete 2025-02-09 08:22:16,044 - card_creation - INFO - return: 200 received 2025-02-09 08:22:16,045 - card_creation - INFO - Ryan Klesko - complete 2025-02-09 08:22:16,638 - card_creation - INFO - return: 200 received 2025-02-09 08:22:16,638 - card_creation - INFO - Quinton McCracken - complete 2025-02-09 08:22:16,640 - card_creation - INFO - return: 200 received 2025-02-09 08:22:16,640 - card_creation - INFO - Doug Brocail - complete 2025-02-09 08:22:16,673 - card_creation - INFO - return: 200 received 2025-02-09 08:22:16,674 - card_creation - INFO - Kevin Jordan - complete 2025-02-09 08:22:16,752 - card_creation - INFO - return: 200 received 2025-02-09 08:22:16,753 - card_creation - INFO - FP Santangelo - complete 2025-02-09 08:22:17,355 - card_creation - INFO - return: 200 received 2025-02-09 08:22:17,355 - card_creation - INFO - Justin Baughman - complete 2025-02-09 08:22:17,355 - card_creation - INFO - return: 200 received 2025-02-09 08:22:17,355 - card_creation - INFO - Matt Mieske - complete 2025-02-09 08:22:17,436 - card_creation - INFO - return: 200 received 2025-02-09 08:22:17,436 - card_creation - INFO - Matt Whiteside - complete 2025-02-09 08:22:17,436 - card_creation - INFO - return: 200 received 2025-02-09 08:22:17,436 - card_creation - INFO - Tom Pagnozzi - complete 2025-02-09 08:22:17,723 - card_creation - INFO - return: 200 received 2025-02-09 08:22:17,723 - card_creation - INFO - Charles Johnson - complete 2025-02-09 08:22:17,932 - card_creation - INFO - return: 200 received 2025-02-09 08:22:17,932 - card_creation - INFO - Mel Rojas - complete 2025-02-09 08:22:18,035 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,035 - card_creation - INFO - Jay Powell - complete 2025-02-09 08:22:18,180 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,181 - card_creation - INFO - Alan Mills - complete 2025-02-09 08:22:18,182 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,182 - card_creation - INFO - Jose Mesa - complete 2025-02-09 08:22:18,213 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,213 - card_creation - INFO - Ricardo Rincon - complete 2025-02-09 08:22:18,230 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,230 - card_creation - INFO - Bob Scanlan - complete 2025-02-09 08:22:18,244 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,244 - card_creation - INFO - Karim Garcia - complete 2025-02-09 08:22:18,244 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,244 - card_creation - INFO - Carlos Reyes - complete 2025-02-09 08:22:18,622 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,622 - card_creation - INFO - Andy Sheets - complete 2025-02-09 08:22:18,676 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,676 - card_creation - INFO - Tom Lampkin - complete 2025-02-09 08:22:18,678 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,678 - card_creation - INFO - Eddie Guardado - complete 2025-02-09 08:22:18,681 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,681 - card_creation - INFO - Craig Grebeck - complete 2025-02-09 08:22:18,710 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,710 - card_creation - INFO - Darrin Winston - complete 2025-02-09 08:22:18,711 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,711 - card_creation - INFO - Scott Rolen - complete 2025-02-09 08:22:18,981 - card_creation - INFO - return: 200 received 2025-02-09 08:22:18,982 - card_creation - INFO - Jermaine Dye - complete 2025-02-09 08:22:19,230 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,230 - card_creation - INFO - Jose Hernandez - complete 2025-02-09 08:22:19,325 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,325 - card_creation - INFO - Bob Smith - complete 2025-02-09 08:22:19,325 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,326 - card_creation - INFO - Mark Whiten - complete 2025-02-09 08:22:19,327 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,327 - card_creation - INFO - Kirt Ojala - complete 2025-02-09 08:22:19,551 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,551 - card_creation - INFO - Brent Gates - complete 2025-02-09 08:22:19,553 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,553 - card_creation - INFO - Todd Walker - complete 2025-02-09 08:22:19,570 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,570 - card_creation - INFO - Robert Person - complete 2025-02-09 08:22:19,570 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,570 - card_creation - INFO - Mike Munoz - complete 2025-02-09 08:22:19,779 - card_creation - INFO - return: 200 received 2025-02-09 08:22:19,779 - card_creation - INFO - Terry Steinbach - complete 2025-02-09 08:22:20,002 - card_creation - INFO - return: 200 received 2025-02-09 08:22:20,003 - card_creation - INFO - Rey Ordonez - complete 2025-02-09 08:22:20,004 - card_creation - INFO - return: 200 received 2025-02-09 08:22:20,004 - card_creation - INFO - John Olerud - complete 2025-02-09 08:22:20,011 - card_creation - INFO - return: 200 received 2025-02-09 08:22:20,011 - card_creation - INFO - Scott Hatteberg - complete 2025-02-09 08:22:20,135 - card_creation - INFO - return: 200 received 2025-02-09 08:22:20,135 - card_creation - INFO - Michael Jackson - complete 2025-02-09 08:22:20,737 - card_creation - INFO - return: 200 received 2025-02-09 08:22:20,738 - card_creation - INFO - Mark Langston - complete 2025-02-09 08:22:21,079 - card_creation - INFO - return: 200 received 2025-02-09 08:22:21,080 - card_creation - INFO - Ricky Bones - complete 2025-02-09 08:22:21,080 - card_creation - INFO - return: 200 received 2025-02-09 08:22:21,080 - card_creation - INFO - Robb Nen - complete 2025-02-09 08:22:21,136 - card_creation - INFO - return: 200 received 2025-02-09 08:22:21,136 - card_creation - INFO - Carlos Delgado - complete 2025-02-09 08:22:21,243 - card_creation - INFO - return: 200 received 2025-02-09 08:22:21,243 - card_creation - INFO - Jeff Conine - complete 2025-02-09 08:22:21,251 - card_creation - INFO - return: 200 received 2025-02-09 08:22:21,252 - card_creation - INFO - Rod Beck - complete 2025-02-09 08:22:21,877 - card_creation - INFO - return: 200 received 2025-02-09 08:22:21,877 - card_creation - INFO - Yorkis Perez - complete 2025-02-09 08:22:22,030 - card_creation - INFO - return: 200 received 2025-02-09 08:22:22,030 - card_creation - INFO - Hector Carrasco - complete 2025-02-09 08:22:22,324 - card_creation - INFO - return: 200 received 2025-02-09 08:22:22,324 - card_creation - INFO - Scott Brosius - complete 2025-02-09 08:22:22,485 - card_creation - INFO - return: 200 received 2025-02-09 08:22:22,485 - card_creation - INFO - Chuck Knoblauch - complete 2025-02-09 08:22:22,720 - card_creation - INFO - return: 200 received 2025-02-09 08:22:22,720 - card_creation - INFO - Brian Jordan - complete 2025-02-09 08:22:23,135 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,135 - card_creation - INFO - Turner Ward - complete 2025-02-09 08:22:23,164 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,164 - card_creation - INFO - Kevin Polcovich - complete 2025-02-09 08:22:23,441 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,441 - card_creation - INFO - John Smoltz - complete 2025-02-09 08:22:23,460 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,460 - card_creation - INFO - Walt Weiss - complete 2025-02-09 08:22:23,706 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,706 - card_creation - INFO - Kevin Stocker - complete 2025-02-09 08:22:23,709 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,709 - card_creation - INFO - Wilton Guerrero - complete 2025-02-09 08:22:23,831 - card_creation - INFO - return: 200 received 2025-02-09 08:22:23,831 - card_creation - INFO - Brian Rose - complete 2025-02-09 08:22:24,248 - card_creation - INFO - return: 200 received 2025-02-09 08:22:24,249 - card_creation - INFO - Brian Moehler - complete 2025-02-09 08:22:24,428 - card_creation - INFO - return: 200 received 2025-02-09 08:22:24,428 - card_creation - INFO - Tim Salmon - complete 2025-02-09 08:22:24,521 - card_creation - INFO - return: 200 received 2025-02-09 08:22:24,522 - card_creation - INFO - Shane Mack - complete 2025-02-09 08:22:24,638 - card_creation - INFO - return: 200 received 2025-02-09 08:22:24,638 - card_creation - INFO - Damion Easley - complete 2025-02-09 08:22:24,862 - card_creation - INFO - return: 200 received 2025-02-09 08:22:24,862 - card_creation - INFO - Scott Spiezio - complete 2025-02-09 08:22:25,226 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,227 - card_creation - INFO - Jeff Bagwell - complete 2025-02-09 08:22:25,227 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,227 - card_creation - INFO - Armando Benitez - complete 2025-02-09 08:22:25,280 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,281 - card_creation - INFO - Rich Garces - complete 2025-02-09 08:22:25,649 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,649 - card_creation - INFO - Darin Erstad - complete 2025-02-09 08:22:25,649 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,649 - card_creation - INFO - Edgar Renteria - complete 2025-02-09 08:22:25,660 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,661 - card_creation - INFO - Don Wengert - complete 2025-02-09 08:22:25,667 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,667 - card_creation - INFO - Reggie Jefferson - complete 2025-02-09 08:22:25,668 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,668 - card_creation - INFO - Bill Spiers - complete 2025-02-09 08:22:25,909 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,909 - card_creation - INFO - David Segui - complete 2025-02-09 08:22:25,981 - card_creation - INFO - return: 200 received 2025-02-09 08:22:25,982 - card_creation - INFO - Joe Girardi - complete 2025-02-09 08:22:26,864 - card_creation - INFO - return: 200 received 2025-02-09 08:22:26,865 - card_creation - INFO - Greg Vaughn - complete 2025-02-09 08:22:26,869 - card_creation - INFO - return: 200 received 2025-02-09 08:22:26,869 - card_creation - INFO - BJ Surhoff - complete 2025-02-09 08:22:27,206 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,207 - card_creation - INFO - Dwight Gooden - complete 2025-02-09 08:22:27,426 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,426 - card_creation - INFO - Buddy Groom - complete 2025-02-09 08:22:27,426 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,427 - card_creation - INFO - Jose Vizcaino - complete 2025-02-09 08:22:27,549 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,549 - card_creation - INFO - John Valentin - complete 2025-02-09 08:22:27,553 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,554 - card_creation - INFO - Eddie Perez - complete 2025-02-09 08:22:27,554 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,554 - card_creation - INFO - Dave Hollins - complete 2025-02-09 08:22:27,554 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,554 - card_creation - INFO - Tony Batista - complete 2025-02-09 08:22:27,879 - card_creation - INFO - return: 200 received 2025-02-09 08:22:27,880 - card_creation - INFO - Manny Ramirez - complete 2025-02-09 08:22:28,076 - card_creation - INFO - return: 200 received 2025-02-09 08:22:28,076 - card_creation - INFO - Carl Everett - complete 2025-02-09 08:22:28,094 - card_creation - INFO - return: 200 received 2025-02-09 08:22:28,095 - card_creation - INFO - Delino DeShields Sr - complete 2025-02-09 08:22:28,095 - card_creation - INFO - return: 200 received 2025-02-09 08:22:28,095 - card_creation - INFO - Doug Glanville - complete 2025-02-09 08:22:28,708 - card_creation - INFO - return: 200 received 2025-02-09 08:22:28,709 - card_creation - INFO - Rafael Palmeiro - complete 2025-02-09 08:22:29,564 - card_creation - INFO - return: 200 received 2025-02-09 08:22:29,564 - card_creation - INFO - Andruw Jones - complete 2025-02-09 08:22:29,699 - card_creation - INFO - return: 200 received 2025-02-09 08:22:29,699 - card_creation - INFO - Trevor Hoffman - complete 2025-02-09 08:22:29,699 - card_creation - INFO - return: 200 received 2025-02-09 08:22:29,699 - card_creation - INFO - Tino Martinez - complete 2025-02-09 08:22:30,233 - card_creation - INFO - return: 200 received 2025-02-09 08:22:30,233 - card_creation - INFO - David Howard - complete 2025-02-09 08:22:30,234 - card_creation - INFO - return: 200 received 2025-02-09 08:22:30,235 - card_creation - INFO - Sandy Alomar - complete 2025-02-09 08:22:30,338 - card_creation - INFO - return: 200 received 2025-02-09 08:22:30,338 - card_creation - INFO - Mike Stanton - complete 2025-02-09 08:22:30,562 - card_creation - INFO - return: 200 received 2025-02-09 08:22:30,562 - card_creation - INFO - Jim Mecir - complete 2025-02-09 08:22:31,202 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,203 - card_creation - INFO - Dan Serafini - complete 2025-02-09 08:22:31,331 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,331 - card_creation - INFO - Ron Gant - complete 2025-02-09 08:22:31,332 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,333 - card_creation - INFO - Tony Clark - complete 2025-02-09 08:22:31,333 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,333 - card_creation - INFO - Marc Pisciotta - complete 2025-02-09 08:22:31,333 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,333 - card_creation - INFO - Scott Elarton - complete 2025-02-09 08:22:31,683 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,684 - card_creation - INFO - Jeff King - complete 2025-02-09 08:22:31,684 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,684 - card_creation - INFO - Doug Jones - complete 2025-02-09 08:22:31,688 - card_creation - INFO - return: 200 received 2025-02-09 08:22:31,688 - card_creation - INFO - Joe Carter - complete 2025-02-09 08:22:32,125 - card_creation - INFO - return: 200 received 2025-02-09 08:22:32,125 - card_creation - INFO - Brian McRae - complete 2025-02-09 08:22:32,525 - card_creation - INFO - return: 200 received 2025-02-09 08:22:32,525 - card_creation - INFO - Curtis Goodwin - complete 2025-02-09 08:22:32,530 - card_creation - INFO - return: 200 received 2025-02-09 08:22:32,530 - card_creation - INFO - Mike Magnante - complete 2025-02-09 08:22:32,719 - card_creation - INFO - return: 200 received 2025-02-09 08:22:32,720 - card_creation - INFO - Dmitri Young - complete 2025-02-09 08:22:32,722 - card_creation - INFO - return: 200 received 2025-02-09 08:22:32,723 - card_creation - INFO - Dustin Hermanson - complete 2025-02-09 08:22:32,996 - card_creation - INFO - return: 200 received 2025-02-09 08:22:32,996 - card_creation - INFO - Fred McGriff - complete 2025-02-09 08:22:33,368 - card_creation - INFO - return: 200 received 2025-02-09 08:22:33,369 - card_creation - INFO - Chris Gomez - complete 2025-02-09 08:22:33,436 - card_creation - INFO - return: 200 received 2025-02-09 08:22:33,436 - card_creation - INFO - Gary Gaetti - complete 2025-02-09 08:22:33,804 - card_creation - INFO - return: 200 received 2025-02-09 08:22:33,805 - card_creation - INFO - Gregg Olson - complete 2025-02-09 08:22:34,020 - card_creation - INFO - return: 200 received 2025-02-09 08:22:34,020 - card_creation - INFO - Matt Lawton - complete 2025-02-09 08:22:34,235 - card_creation - INFO - return: 200 received 2025-02-09 08:22:34,235 - card_creation - INFO - Turk Wendell - complete 2025-02-09 08:22:34,260 - card_creation - INFO - return: 200 received 2025-02-09 08:22:34,260 - card_creation - INFO - Dennis Cook - complete 2025-02-09 08:22:34,743 - card_creation - INFO - return: 200 received 2025-02-09 08:22:34,743 - card_creation - INFO - Juan Acevedo - complete 2025-02-09 08:22:34,893 - card_creation - INFO - return: 200 received 2025-02-09 08:22:34,893 - card_creation - INFO - Brian Anderson - complete 2025-02-09 08:22:35,102 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,102 - card_creation - INFO - Kirt Manwaring - complete 2025-02-09 08:22:35,362 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,362 - card_creation - INFO - Vinny Castilla - complete 2025-02-09 08:22:35,384 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,384 - card_creation - INFO - Manny Alexander - complete 2025-02-09 08:22:35,400 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,401 - card_creation - INFO - Mike Timlin - complete 2025-02-09 08:22:35,469 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,470 - card_creation - INFO - Michael Tucker - complete 2025-02-09 08:22:35,508 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,508 - card_creation - INFO - Jesse Orosco - complete 2025-02-09 08:22:35,658 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,658 - card_creation - INFO - Andy Fox - complete 2025-02-09 08:22:35,659 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,659 - card_creation - INFO - Orel Hershiser - complete 2025-02-09 08:22:35,834 - card_creation - INFO - return: 200 received 2025-02-09 08:22:35,834 - card_creation - INFO - Eduardo Perez - complete 2025-02-09 08:22:36,099 - card_creation - INFO - return: 200 received 2025-02-09 08:22:36,099 - card_creation - INFO - Bob Tewksbury - complete 2025-02-09 08:22:36,721 - card_creation - INFO - return: 200 received 2025-02-09 08:22:36,721 - card_creation - INFO - Matt Walbeck - complete 2025-02-09 08:22:37,186 - card_creation - INFO - return: 200 received 2025-02-09 08:22:37,187 - card_creation - INFO - Hideo Nomo - complete 2025-02-09 08:22:37,729 - card_creation - INFO - return: 200 received 2025-02-09 08:22:37,729 - card_creation - INFO - John Thomson - complete 2025-02-09 08:22:37,729 - card_creation - INFO - return: 200 received 2025-02-09 08:22:37,729 - card_creation - INFO - Luis Lopez - complete 2025-02-09 08:22:37,730 - card_creation - INFO - return: 200 received 2025-02-09 08:22:37,730 - card_creation - INFO - Brian Bevil - complete 2025-02-09 08:22:37,734 - card_creation - INFO - return: 200 received 2025-02-09 08:22:37,734 - card_creation - INFO - Tim Worrell - complete 2025-02-09 08:22:38,662 - card_creation - INFO - return: 200 received 2025-02-09 08:22:38,663 - card_creation - INFO - Russ Davis - complete 2025-02-09 08:22:38,838 - card_creation - INFO - return: 200 received 2025-02-09 08:22:38,838 - card_creation - INFO - Marty Cordova - complete 2025-02-09 08:22:39,078 - card_creation - INFO - return: 200 received 2025-02-09 08:22:39,079 - card_creation - INFO - Donne Wall - complete 2025-02-09 08:22:39,280 - card_creation - INFO - return: 200 received 2025-02-09 08:22:39,280 - card_creation - INFO - Ray Lankford - complete 2025-02-09 08:22:39,449 - card_creation - INFO - return: 200 received 2025-02-09 08:22:39,449 - card_creation - INFO - Bill Simas - complete 2025-02-09 08:22:39,634 - card_creation - INFO - return: 200 received 2025-02-09 08:22:39,635 - card_creation - INFO - Brian Giles - complete 2025-02-09 08:22:39,844 - card_creation - INFO - return: 200 received 2025-02-09 08:22:39,845 - card_creation - INFO - Mike Remlinger - complete 2025-02-09 08:22:39,845 - card_creation - INFO - return: 200 received 2025-02-09 08:22:39,845 - card_creation - INFO - Dave Martinez - complete 2025-02-09 08:22:40,272 - card_creation - INFO - return: 200 received 2025-02-09 08:22:40,272 - card_creation - INFO - Jose Rosado - complete 2025-02-09 08:22:40,446 - card_creation - INFO - return: 200 received 2025-02-09 08:22:40,447 - card_creation - INFO - Glendon Rusch - complete 2025-02-09 08:22:40,823 - card_creation - INFO - return: 200 received 2025-02-09 08:22:40,823 - card_creation - INFO - Carlos Baerga - complete 2025-02-09 08:22:41,351 - card_creation - INFO - return: 200 received 2025-02-09 08:22:41,351 - card_creation - INFO - Greg Keagle - complete 2025-02-09 08:22:41,985 - card_creation - INFO - return: 200 received 2025-02-09 08:22:41,985 - card_creation - INFO - Andy Benes - complete 2025-02-09 08:22:41,988 - card_creation - INFO - return: 200 received 2025-02-09 08:22:41,988 - card_creation - INFO - Tyler Green - complete 2025-02-09 08:22:44,107 - card_creation - INFO - return: 200 received 2025-02-09 08:22:44,108 - card_creation - INFO - Brady Anderson - complete 2025-02-09 08:22:44,574 - card_creation - INFO - return: 200 received 2025-02-09 08:22:44,575 - card_creation - INFO - Kent Bottenfield - complete 2025-02-09 08:22:44,576 - card_creation - INFO - return: 200 received 2025-02-09 08:22:44,576 - card_creation - INFO - Al Leiter - complete 2025-02-09 08:22:44,605 - card_creation - INFO - return: 200 received 2025-02-09 08:22:44,605 - card_creation - INFO - Tom Fordham - complete 2025-02-09 08:22:44,613 - card_creation - INFO - return: 200 received 2025-02-09 08:22:44,614 - card_creation - INFO - Francisco Cordova - complete 2025-02-09 08:22:44,729 - card_creation - INFO - return: 200 received 2025-02-09 08:22:44,730 - card_creation - INFO - Brett Tomko - complete 2025-02-09 08:22:45,052 - card_creation - INFO - return: 200 received 2025-02-09 08:22:45,053 - card_creation - INFO - Brad Ausmus - complete 2025-02-09 08:22:47,250 - card_creation - INFO - return: 200 received 2025-02-09 08:22:47,251 - card_creation - INFO - Andy Ashby - complete 2025-02-09 08:22:48,330 - card_creation - INFO - return: 200 received 2025-02-09 08:22:48,330 - card_creation - INFO - Reggie Sanders - complete 2025-02-09 08:22:48,331 - card_creation - INFO - return: 200 received 2025-02-09 08:22:48,331 - card_creation - INFO - Donovan Osborne - complete 2025-02-09 08:22:48,738 - card_creation - INFO - return: 200 received 2025-02-09 08:22:48,739 - card_creation - INFO - Brant Brown - complete 2025-02-09 08:22:48,857 - card_creation - INFO - return: 200 received 2025-02-09 08:22:48,857 - card_creation - INFO - Kelly Stinnett - complete 2025-02-09 08:22:49,006 - card_creation - INFO - return: 200 received 2025-02-09 08:22:49,007 - card_creation - INFO - Brian Boehringer - complete 2025-02-09 08:22:49,514 - card_creation - INFO - return: 200 received 2025-02-09 08:22:49,514 - card_creation - INFO - Tony Castillo - complete 2025-02-09 08:22:50,999 - card_creation - INFO - return: 200 received 2025-02-09 08:22:50,999 - card_creation - INFO - Mark Gardner - complete 2025-02-09 08:22:52,897 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,897 - card_creation - INFO - Marc Valdes - complete 2025-02-09 08:22:52,900 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,900 - card_creation - INFO - Jose Guillen - complete 2025-02-09 08:22:52,937 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,938 - card_creation - INFO - Mark Petkovsek - complete 2025-02-09 08:22:52,943 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,943 - card_creation - INFO - Terry Mulholland - complete 2025-02-09 08:22:52,945 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,945 - card_creation - INFO - Livan Hernandez - complete 2025-02-09 08:22:52,947 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,947 - card_creation - INFO - Darrin Fletcher - complete 2025-02-09 08:22:52,947 - card_creation - INFO - return: 200 received 2025-02-09 08:22:52,947 - card_creation - INFO - John Wasdin - complete 2025-02-09 08:22:57,640 - card_creation - INFO - return: 200 received 2025-02-09 08:22:57,640 - card_creation - INFO - Shigetoshi Hasegawa - complete 2025-02-09 08:23:03,575 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 08:23:03,576 - card_creation - ERROR - Esteban Loaiza - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 08:23:06,063 - card_creation - INFO - return: 200 received 2025-02-09 08:23:06,063 - card_creation - INFO - John Halama - complete 2025-02-09 08:23:10,217 - card_creation - INFO - return: 200 received 2025-02-09 08:23:10,217 - card_creation - INFO - Dave Burba - complete 2025-02-09 08:23:14,812 - card_creation - INFO - return: 200 received 2025-02-09 08:23:14,813 - card_creation - INFO - Lenny Webster - complete 2025-02-09 08:23:16,928 - card_creation - INFO - return: 200 received 2025-02-09 08:23:16,929 - card_creation - INFO - Paul Wagner - complete 2025-02-09 08:23:18,490 - card_creation - INFO - return: 200 received 2025-02-09 08:23:18,490 - card_creation - INFO - Stan Belinda - complete 2025-02-09 08:23:18,712 - card_creation - INFO - return: 200 received 2025-02-09 08:23:18,712 - card_creation - INFO - Jim Corsi - complete 2025-02-09 08:23:19,143 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,144 - card_creation - INFO - Jason Christiansen - complete 2025-02-09 08:23:19,149 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,150 - card_creation - INFO - Darren Bragg - complete 2025-02-09 08:23:19,152 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,153 - card_creation - INFO - Edgardo Alfonzo - complete 2025-02-09 08:23:19,171 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,171 - card_creation - INFO - Garrett Stephenson - complete 2025-02-09 08:23:19,613 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,614 - card_creation - INFO - Rich Loiselle - complete 2025-02-09 08:23:19,615 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,616 - card_creation - INFO - Kevin Brown - complete 2025-02-09 08:23:19,623 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,624 - card_creation - INFO - Scott Sullivan - complete 2025-02-09 08:23:19,660 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,660 - card_creation - INFO - Rick Aguilera - complete 2025-02-09 08:23:19,836 - card_creation - INFO - return: 200 received 2025-02-09 08:23:19,836 - card_creation - INFO - Esteban Yan - complete 2025-02-09 08:23:20,008 - card_creation - INFO - return: 200 received 2025-02-09 08:23:20,008 - card_creation - INFO - Marc Newfield - complete 2025-02-09 08:23:20,921 - card_creation - INFO - return: 200 received 2025-02-09 08:23:20,921 - card_creation - INFO - Aaron Small - complete 2025-02-09 08:23:21,027 - card_creation - INFO - return: 200 received 2025-02-09 08:23:21,027 - card_creation - INFO - Randy Johnson - complete 2025-02-09 08:23:21,159 - card_creation - INFO - return: 200 received 2025-02-09 08:23:21,159 - card_creation - INFO - Scott Kamieniecki - complete 2025-02-09 08:23:22,432 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,433 - card_creation - INFO - Allen Watson - complete 2025-02-09 08:23:22,433 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,433 - card_creation - INFO - Bernard Gilkey - complete 2025-02-09 08:23:22,660 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,660 - card_creation - INFO - Rick Krivda - complete 2025-02-09 08:23:22,703 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,703 - card_creation - INFO - Mike Bordick - complete 2025-02-09 08:23:22,703 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,703 - card_creation - INFO - Chris Haney - complete 2025-02-09 08:23:22,752 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,752 - card_creation - INFO - Norm Charlton - complete 2025-02-09 08:23:22,794 - card_creation - INFO - return: 200 received 2025-02-09 08:23:22,795 - card_creation - INFO - Ed Taubensee - complete 2025-02-09 08:23:32,917 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,917 - card_creation - ERROR - David Justice - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,936 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,936 - card_creation - ERROR - Paul Sorrento - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,950 - card_creation - INFO - return: 200 received 2025-02-09 08:23:32,950 - card_creation - INFO - Jorge Posada - complete 2025-02-09 08:23:32,952 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,952 - card_creation - ERROR - Raul Mondesi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,957 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,958 - card_creation - ERROR - Chris Widger - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,959 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,959 - card_creation - ERROR - Rondell White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,961 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,961 - card_creation - ERROR - Royce Clayton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,963 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,963 - card_creation - ERROR - Dan Wilson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,963 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,963 - card_creation - ERROR - Mike Oquist - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,964 - card_creation - INFO - return: 200 received 2025-02-09 08:23:32,964 - card_creation - INFO - Kevin Sefcik - complete 2025-02-09 08:23:32,965 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,966 - card_creation - ERROR - Kevin Elster - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,967 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,967 - card_creation - ERROR - Jack McDowell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,971 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,971 - card_creation - ERROR - John Jaha - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,971 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,971 - card_creation - ERROR - Jason Schmidt - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,972 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,972 - card_creation - ERROR - Mark Loretta - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,973 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,974 - card_creation - ERROR - James Baldwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,975 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,975 - card_creation - ERROR - Jon Lieber - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,978 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,978 - card_creation - ERROR - Darren Dreifort - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,980 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,980 - card_creation - ERROR - Mike Matheny - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,987 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,988 - card_creation - ERROR - Jason Dickson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,988 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,989 - card_creation - ERROR - Greg Swindell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,991 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,991 - card_creation - ERROR - Alex Ochoa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,993 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,993 - card_creation - ERROR - Alberto Castillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,995 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,996 - card_creation - ERROR - Fernando Tatis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,996 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,996 - card_creation - ERROR - Carlos Castillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,999 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:32,999 - card_creation - ERROR - Mark Grudzielanek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,000 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,000 - card_creation - ERROR - Gerald Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,004 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,004 - card_creation - ERROR - John Cangelosi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,006 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,006 - card_creation - ERROR - Blake Stein - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,008 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,008 - card_creation - ERROR - Carl Pavano - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,010 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,011 - card_creation - INFO - Brian Bohanon - complete 2025-02-09 08:23:33,011 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,011 - card_creation - ERROR - Xavier Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,013 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,013 - card_creation - ERROR - John Wetteland - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,016 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,017 - card_creation - ERROR - Glenallen Hill - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,018 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,018 - card_creation - ERROR - Dave Mlicki - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,020 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,020 - card_creation - INFO - Troy OLeary - complete 2025-02-09 08:23:33,020 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,020 - card_creation - INFO - Deivi Cruz - complete 2025-02-09 08:23:33,022 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,022 - card_creation - ERROR - Randy Myers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,024 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,024 - card_creation - ERROR - Ken Hill - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,024 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,025 - card_creation - ERROR - Lou Merloni - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,025 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,025 - card_creation - INFO - Doug Johns - complete 2025-02-09 08:23:33,027 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,027 - card_creation - ERROR - Ismael Valdez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,027 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,027 - card_creation - ERROR - Domingo Cedeno - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,030 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,030 - card_creation - ERROR - Jim Parque - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,032 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,032 - card_creation - ERROR - Steve Trachsel - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,032 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,032 - card_creation - ERROR - Andy Pettitte - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,034 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,034 - card_creation - ERROR - Pat Watkins - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:32 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,040 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,041 - card_creation - ERROR - Jaret Wright - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,044 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,044 - card_creation - ERROR - Mark Portugal - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,113 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,113 - card_creation - ERROR - Dave Berg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,113 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,114 - card_creation - ERROR - Craig Shipley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,115 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,115 - card_creation - ERROR - Bret Saberhagen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,115 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,116 - card_creation - INFO - Mike Caruso - complete 2025-02-09 08:23:33,117 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,117 - card_creation - INFO - Jose Offerman - complete 2025-02-09 08:23:33,119 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,119 - card_creation - ERROR - Tim Crabtree - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,119 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,120 - card_creation - INFO - Rafael Bournigal - complete 2025-02-09 08:23:33,121 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,122 - card_creation - ERROR - Seth Greisinger - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,123 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,123 - card_creation - ERROR - Brent Mayne - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,124 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,124 - card_creation - ERROR - Mark Smith - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,124 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,124 - card_creation - ERROR - Jay Buhner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,128 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,129 - card_creation - INFO - Roberto Alomar - complete 2025-02-09 08:23:33,132 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,133 - card_creation - ERROR - Scott Klingenbeck - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,148 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,149 - card_creation - ERROR - Dennys Reyes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,151 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,151 - card_creation - ERROR - Dean Crow - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,153 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,153 - card_creation - ERROR - Tom Gordon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,155 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,156 - card_creation - ERROR - Mike Difelice - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,156 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,156 - card_creation - ERROR - Pat Borders - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,157 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,157 - card_creation - ERROR - Scott Radinsky - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,158 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,158 - card_creation - INFO - Gregg Jefferies - complete 2025-02-09 08:23:33,160 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,161 - card_creation - ERROR - Pete Schourek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,161 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,162 - card_creation - ERROR - Rob Stanifer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,162 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,162 - card_creation - ERROR - Eric Gunderson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,162 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,162 - card_creation - ERROR - Mike Maddux - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,163 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,163 - card_creation - ERROR - Bob Wells - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,163 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,163 - card_creation - ERROR - Steve Sparks - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,166 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,166 - card_creation - ERROR - Dennis Eckersley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,167 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,167 - card_creation - ERROR - Alan Embree - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,168 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,168 - card_creation - ERROR - Geronimo Berroa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,171 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,171 - card_creation - ERROR - Antonio Osuna - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,171 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,171 - card_creation - ERROR - Charlie OBrien - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,172 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,172 - card_creation - ERROR - Bobby Bonilla - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,174 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,174 - card_creation - ERROR - Roberto Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,177 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,177 - card_creation - ERROR - Felipe Lira - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,179 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,179 - card_creation - ERROR - Mike Myers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,181 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,181 - card_creation - ERROR - Doug Henry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,181 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,181 - card_creation - ERROR - Jason Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,183 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,183 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,183 - card_creation - ERROR - Bob Patterson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,183 - card_creation - ERROR - Billy Wagner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,184 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,184 - card_creation - ERROR - AJ Hinch - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,185 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,185 - card_creation - ERROR - Heathcliff Slocumb - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,186 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,186 - card_creation - INFO - Mark Leiter - complete 2025-02-09 08:23:33,187 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,187 - card_creation - ERROR - Ron Villone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,187 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,188 - card_creation - ERROR - Vic Darensbourg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,189 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,189 - card_creation - ERROR - Todd Hollandsworth - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,191 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,191 - card_creation - ERROR - Jarrod Washburn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,192 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,192 - card_creation - ERROR - Cecil Fielder - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,192 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,193 - card_creation - INFO - Travis Lee - complete 2025-02-09 08:23:33,194 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,194 - card_creation - ERROR - Alvin Morman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,195 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,196 - card_creation - ERROR - Jason Giambi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,196 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,196 - card_creation - ERROR - Harold Baines - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,199 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,199 - card_creation - ERROR - Orlando Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,202 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,202 - card_creation - ERROR - Mariano Rivera - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,204 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,204 - card_creation - ERROR - Shawon Dunston - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,204 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,204 - card_creation - ERROR - Matt Karchner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,205 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,206 - card_creation - ERROR - Gary Sheffield - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,208 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,208 - card_creation - ERROR - Paul Konerko - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,209 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,209 - card_creation - ERROR - Danny Patterson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,213 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,213 - card_creation - ERROR - Jim Pittsley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,214 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,215 - card_creation - ERROR - Matt Mantei - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,215 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,215 - card_creation - ERROR - Todd Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,217 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,217 - card_creation - ERROR - Mike Stanley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,219 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,220 - card_creation - ERROR - Jeff Reboulet - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,223 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,223 - card_creation - ERROR - Ozzie Guillen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,225 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,225 - card_creation - ERROR - Mike Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,226 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,226 - card_creation - ERROR - Bobby Chouinard - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,229 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,229 - card_creation - ERROR - Bobby Hughes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,229 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,229 - card_creation - ERROR - Jamie Walker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,232 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,232 - card_creation - ERROR - Rich Butler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,233 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,233 - card_creation - INFO - Ken Griffey - complete 2025-02-09 08:23:33,234 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,234 - card_creation - INFO - Pat Meares - complete 2025-02-09 08:23:33,234 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,234 - card_creation - ERROR - Mike Lansing - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,236 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,236 - card_creation - ERROR - Larry Walker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,238 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,238 - card_creation - ERROR - Andy Stankiewicz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,239 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,240 - card_creation - ERROR - Dante Bichette - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,240 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,240 - card_creation - ERROR - Dan Naulty - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,245 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,245 - card_creation - ERROR - Bobby Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,246 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,246 - card_creation - ERROR - Mike Hampton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,247 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,247 - card_creation - ERROR - Sal Fasano - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,258 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,259 - card_creation - ERROR - Todd Zeile - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,259 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,259 - card_creation - ERROR - Ken Cloude - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,264 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,264 - card_creation - ERROR - Ryan McGuire - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,265 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,266 - card_creation - ERROR - Troy Percival - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,269 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,269 - card_creation - ERROR - Aaron Ledesma - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,271 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,271 - card_creation - INFO - Jose Cruz - complete 2025-02-09 08:23:33,273 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,273 - card_creation - ERROR - Rey Sanchez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,274 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,274 - card_creation - ERROR - David Dellucci - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,276 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,276 - card_creation - ERROR - Kenny Rogers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,281 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,282 - card_creation - ERROR - Dave Telgheder - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,282 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,282 - card_creation - ERROR - Rich Croushore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,283 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,283 - card_creation - ERROR - Jeff Abbott - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,284 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,284 - card_creation - ERROR - Doug Bochtler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,286 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,286 - card_creation - ERROR - Mike Mohler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,291 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,291 - card_creation - INFO - Bryce Florie - complete 2025-02-09 08:23:33,292 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,292 - card_creation - ERROR - Jose Vidro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,293 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,293 - card_creation - ERROR - Gregg Zaun - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,296 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,296 - card_creation - ERROR - Jerry DiPoto - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,298 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,298 - card_creation - ERROR - Kerry Ligtenberg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,298 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,298 - card_creation - ERROR - Chris Snopek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,301 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,301 - card_creation - ERROR - Ryan Christenson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,302 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,302 - card_creation - ERROR - Kevin Brown - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,303 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,303 - card_creation - ERROR - Steve Woodard - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,304 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,304 - card_creation - ERROR - Scott Brow - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,304 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,305 - card_creation - ERROR - Denny Hocking - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,307 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,307 - card_creation - ERROR - Elmer Dessens - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,309 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,309 - card_creation - ERROR - Willie McGee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,311 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,312 - card_creation - ERROR - Brad Woodall - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,312 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,312 - card_creation - INFO - Shawn Green - complete 2025-02-09 08:23:33,313 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,313 - card_creation - ERROR - Curt Leskanic - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,313 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,313 - card_creation - INFO - Nomar Garciaparra - complete 2025-02-09 08:23:33,317 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,317 - card_creation - ERROR - Mark Guthrie - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,317 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,318 - card_creation - ERROR - Juan Castro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,318 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,318 - card_creation - ERROR - Brian Edmondson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,320 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,320 - card_creation - ERROR - Tom Goodwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,322 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,322 - card_creation - ERROR - Shane Andrews - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,323 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,323 - card_creation - ERROR - Al Levine - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,325 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,325 - card_creation - ERROR - Jason McDonald - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,326 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,327 - card_creation - ERROR - Jeff Brantley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,327 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,327 - card_creation - ERROR - Danny Graves - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,327 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,328 - card_creation - ERROR - Sidney Ponson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,328 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,328 - card_creation - ERROR - Ron Mahay - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,330 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,330 - card_creation - ERROR - Ryan Dempster - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,332 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,332 - card_creation - ERROR - Joe Fontenot - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,334 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,334 - card_creation - ERROR - Craig Counsell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,334 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,335 - card_creation - ERROR - Darren Holmes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,339 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,339 - card_creation - ERROR - Bronswell Patrick - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,344 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,344 - card_creation - ERROR - Rafael Medina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,344 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,345 - card_creation - INFO - Bob Howry - complete 2025-02-09 08:23:33,346 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,346 - card_creation - ERROR - Pete Harnisch - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,349 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,349 - card_creation - INFO - Chad Ogea - complete 2025-02-09 08:23:33,351 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,351 - card_creation - ERROR - Miguel Tejada - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,352 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,352 - card_creation - ERROR - Curtis King - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,356 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,356 - card_creation - ERROR - Pedro Astacio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,358 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,358 - card_creation - ERROR - Denny Neagle - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,362 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,362 - card_creation - INFO - Lou Collier - complete 2025-02-09 08:23:33,373 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,373 - card_creation - ERROR - Willie Blair - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,377 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,377 - card_creation - INFO - Jimmy Key - complete 2025-02-09 08:23:33,380 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,380 - card_creation - ERROR - Geremi Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,380 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,380 - card_creation - INFO - Robin Ventura - complete 2025-02-09 08:23:33,380 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,380 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,381 - card_creation - INFO - Wil Cordero - complete 2025-02-09 08:23:33,381 - card_creation - INFO - Kevin Young - complete 2025-02-09 08:23:33,381 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,381 - card_creation - ERROR - David Weathers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,382 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,382 - card_creation - ERROR - Joel Adamson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,384 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,385 - card_creation - ERROR - Andy Larkin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,386 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,386 - card_creation - ERROR - Masato Yoshii - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,388 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,388 - card_creation - ERROR - Brian Meadows - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,389 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,389 - card_creation - ERROR - Greg Maddux - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,391 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,391 - card_creation - ERROR - Mark Thompson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,394 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,394 - card_creation - ERROR - Felix Heredia - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,394 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,394 - card_creation - ERROR - Jose Lima - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,395 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,395 - card_creation - ERROR - Jose Silva - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,397 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,397 - card_creation - ERROR - Matt Whisenant - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,398 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,398 - card_creation - ERROR - Jesus Sanchez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,399 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,399 - card_creation - ERROR - Hipolito Pichardo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,399 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,400 - card_creation - ERROR - Cliff Politte - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,400 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,400 - card_creation - ERROR - Pat Hentgen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,402 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,402 - card_creation - ERROR - Javier Vazquez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,403 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,403 - card_creation - INFO - Albert Belle - complete 2025-02-09 08:23:33,405 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,405 - card_creation - ERROR - Cal Eldred - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,406 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,406 - card_creation - ERROR - Tom Glavine - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,407 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,407 - card_creation - ERROR - Dennis Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,408 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,408 - card_creation - ERROR - Kerry Wood - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,410 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,410 - card_creation - ERROR - Bobby Witt - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,411 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,412 - card_creation - ERROR - Kevin Millwood - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,412 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,412 - card_creation - ERROR - Jason Varitek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,412 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,413 - card_creation - ERROR - Todd Dunwoody - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,418 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,418 - card_creation - ERROR - Luis Alicea - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,461 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,461 - card_creation - ERROR - Mike Busby - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,461 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,461 - card_creation - ERROR - Anthony Telford - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,462 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,462 - card_creation - ERROR - Dan Miceli - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,464 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,465 - card_creation - ERROR - Gabe White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,465 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,465 - card_creation - ERROR - TJ Mathews - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,466 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,467 - card_creation - ERROR - Dave Veres - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,468 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,468 - card_creation - ERROR - Shayne Bennett - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,469 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,469 - card_creation - ERROR - Darrin Jackson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,473 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,474 - card_creation - ERROR - Jose Mercedes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,475 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,475 - card_creation - ERROR - Jason Bere - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,476 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,477 - card_creation - ERROR - Bob Wickman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,479 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,479 - card_creation - ERROR - Damon Mashore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,481 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,481 - card_creation - ERROR - Mike Blowers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,484 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,485 - card_creation - ERROR - Trey Moore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,485 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,485 - card_creation - ERROR - Mark Lemke - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,486 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,486 - card_creation - ERROR - Eric Plunk - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,486 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,486 - card_creation - ERROR - Roger Cedeno - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,488 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,488 - card_creation - ERROR - Kent Mercker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,490 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,490 - card_creation - ERROR - Chad Fox - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,492 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,492 - card_creation - ERROR - Mark Hutton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,494 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,494 - card_creation - ERROR - Omar Daal - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,498 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,498 - card_creation - ERROR - Carlos Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,498 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,499 - card_creation - ERROR - Scott Karl - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,501 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,501 - card_creation - ERROR - Julio Santana - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,504 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,504 - card_creation - ERROR - Antonio Alfonseca - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,506 - card_creation - ERROR - Joey Hamilton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,508 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,509 - card_creation - ERROR - Richard Hidalgo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,509 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,509 - card_creation - ERROR - Mike Morgan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,512 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,512 - card_creation - ERROR - Sterling Hitchcock - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,514 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,514 - card_creation - ERROR - Chris Carpenter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,516 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,516 - card_creation - ERROR - Dan Carlson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,516 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,517 - card_creation - INFO - Frank Thomas - complete 2025-02-09 08:23:33,518 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,518 - card_creation - ERROR - Phil Nevin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,519 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,519 - card_creation - ERROR - Willie Greene - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,522 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,522 - card_creation - INFO - Alex Gonzalez - complete 2025-02-09 08:23:33,524 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,524 - card_creation - ERROR - Darren Oliver - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,527 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,527 - card_creation - ERROR - Jerry Spradlin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,528 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,528 - card_creation - ERROR - Todd Van Poppel - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,528 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,528 - card_creation - ERROR - Brian Powell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,529 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,529 - card_creation - ERROR - Felix Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,532 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,532 - card_creation - ERROR - Carlton Loewer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,535 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,536 - card_creation - ERROR - Mike Kelly - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,536 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,536 - card_creation - ERROR - Albie Lopez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,539 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,539 - card_creation - ERROR - Yamil Benitez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,539 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,540 - card_creation - ERROR - David Bell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,540 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,540 - card_creation - ERROR - Chris Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,540 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,540 - card_creation - ERROR - Rick White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,541 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,541 - card_creation - ERROR - Brad Clontz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,541 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,541 - card_creation - ERROR - Hideki Irabu - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,543 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,543 - card_creation - ERROR - Eric Karros - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,544 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,544 - card_creation - ERROR - Mark Kotsay - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,546 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,546 - card_creation - ERROR - Bip Roberts - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,548 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,548 - card_creation - ERROR - Billy Taylor - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,550 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,550 - card_creation - ERROR - Eric Ludwick - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,550 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,550 - card_creation - ERROR - Brent Brede - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,553 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,553 - card_creation - ERROR - Alberto Reyes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,556 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,556 - card_creation - ERROR - Chad Kreuter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,557 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,557 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,557 - card_creation - ERROR - Jeff Shaw - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,557 - card_creation - ERROR - Brian Hunter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,558 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,558 - card_creation - ERROR - AJ Sager - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,560 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,560 - card_creation - ERROR - Mike Macfarlane - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,563 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,564 - card_creation - ERROR - Kurt Abbott - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,565 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,565 - card_creation - ERROR - Steve Parris - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,566 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,567 - card_creation - ERROR - Oscar Henriquez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,567 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,567 - card_creation - ERROR - Charlie Hayes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,569 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,570 - card_creation - ERROR - Derrek Lee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,570 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,570 - card_creation - ERROR - Miguel Batista - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,573 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,573 - card_creation - ERROR - Sean Runyan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,587 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,587 - card_creation - ERROR - Jose Canseco - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,588 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,588 - card_creation - INFO - Shannon Stewart - complete 2025-02-09 08:23:33,590 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,591 - card_creation - ERROR - Paul Molitor - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,592 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,592 - card_creation - INFO - Rickey Henderson - complete 2025-02-09 08:23:33,593 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,593 - card_creation - ERROR - Hal Morris - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,596 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,596 - card_creation - ERROR - Jeff Suppan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,601 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,601 - card_creation - ERROR - Mike Cather - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,602 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,602 - card_creation - ERROR - Rick DeHart - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,602 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,602 - card_creation - ERROR - Eric Young - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,605 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,605 - card_creation - ERROR - Mo Vaughn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,605 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,605 - card_creation - ERROR - Neifi Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,607 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,607 - card_creation - ERROR - Alex Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,608 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,608 - card_creation - ERROR - Juan Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,611 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,612 - card_creation - ERROR - Scott Winchester - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,613 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,613 - card_creation - ERROR - Ellis Burks - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,615 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,615 - card_creation - ERROR - Norberto Martin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,616 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,616 - card_creation - ERROR - Mike Benjamin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,617 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,618 - card_creation - ERROR - Mike Sweeney - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,620 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,620 - card_creation - ERROR - Ivan Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,620 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,620 - card_creation - ERROR - Jamie Moyer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,620 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,621 - card_creation - ERROR - Felipe Crespo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,622 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,622 - card_creation - ERROR - Keith Foulke - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,625 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,625 - card_creation - ERROR - Craig Biggio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,627 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,628 - card_creation - ERROR - Bret Boone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,628 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,628 - card_creation - INFO - Bobby Ayala - complete 2025-02-09 08:23:33,632 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,632 - card_creation - ERROR - Rick Helling - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,633 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,633 - card_creation - ERROR - Bobby Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,633 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,634 - card_creation - ERROR - Mark McLemore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,634 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,634 - card_creation - ERROR - Tom Candiotti - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,636 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,636 - card_creation - ERROR - Rich Aurilia - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,638 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,638 - card_creation - ERROR - Danny Darwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,639 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,639 - card_creation - ERROR - Sean Berry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,641 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,641 - card_creation - ERROR - Jay Bell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,641 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,641 - card_creation - INFO - Frank Castillo - complete 2025-02-09 08:23:33,645 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,645 - card_creation - ERROR - LaTroy Hawkins - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,645 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,645 - card_creation - ERROR - Brian Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,646 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,646 - card_creation - ERROR - Jaime Navarro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,648 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,648 - card_creation - ERROR - Will Clark - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,649 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,650 - card_creation - ERROR - Derek Lowe - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,651 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,651 - card_creation - ERROR - Doug Drabek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,654 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,655 - card_creation - ERROR - Ricky Gutierrez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,655 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,655 - card_creation - ERROR - Tony Eusebio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,656 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,656 - card_creation - ERROR - Darryl Hamilton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,658 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,658 - card_creation - ERROR - Jeromy Burnitz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,660 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,660 - card_creation - ERROR - Matt Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,663 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,663 - card_creation - ERROR - Mike Sirotka - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,664 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,664 - card_creation - ERROR - Chris Stynes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,664 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,665 - card_creation - ERROR - Cliff Floyd - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,665 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,665 - card_creation - ERROR - Wilson Alvarez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,668 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,668 - card_creation - ERROR - Mike Trombley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,669 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,670 - card_creation - ERROR - Chipper Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,670 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,670 - card_creation - ERROR - Tony Womack - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,675 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,675 - card_creation - ERROR - Edgar Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,675 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,675 - card_creation - ERROR - Bill Swift - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,675 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,676 - card_creation - ERROR - Devon White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,676 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,676 - card_creation - ERROR - Bill Mueller - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,679 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,679 - card_creation - ERROR - Rolando Arrojo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,679 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,679 - card_creation - INFO - Wayne Gomes - complete 2025-02-09 08:23:33,680 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,680 - card_creation - ERROR - Erik Hanson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,681 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,681 - card_creation - ERROR - Jeff Blauser - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,682 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,682 - card_creation - ERROR - Kevin Orie - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,684 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,684 - card_creation - ERROR - Mark Grace - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,686 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,686 - card_creation - ERROR - David Wells - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,691 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,691 - card_creation - ERROR - Steve Finley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,692 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,692 - card_creation - ERROR - Darryl Kile - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,693 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,693 - card_creation - ERROR - Bartolo Colon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,694 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,694 - card_creation - ERROR - Tony Gwynn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,696 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,696 - card_creation - INFO - CJ Nitkowski - complete 2025-02-09 08:23:33,701 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,701 - card_creation - ERROR - Desi Relaford - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,706 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,706 - card_creation - ERROR - John Burkett - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,709 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,709 - card_creation - ERROR - Al Martin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,711 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,711 - card_creation - ERROR - Jeff Nelson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,712 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,712 - card_creation - ERROR - Chris Hoiles - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,713 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,713 - card_creation - ERROR - Sammy Sosa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,714 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,714 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,714 - card_creation - ERROR - Henry Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,714 - card_creation - ERROR - Dennis Springer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,716 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,716 - card_creation - ERROR - Curt Schilling - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,717 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,718 - card_creation - ERROR - Mike Grace - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,718 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,718 - card_creation - ERROR - Charles Nagy - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,719 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,719 - card_creation - ERROR - Woody Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,720 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,720 - card_creation - ERROR - Ramiro Mendoza - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,720 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,721 - card_creation - ERROR - Pat Rapp - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,722 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,722 - card_creation - ERROR - Brian Hunter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,724 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,724 - card_creation - ERROR - Todd Stottlemyre - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,726 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,726 - card_creation - ERROR - Rick Reed - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,726 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,726 - card_creation - ERROR - Jeffrey Hammonds - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,728 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,728 - card_creation - ERROR - Manny Aybar - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,729 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,729 - card_creation - ERROR - Joe Randa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,732 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,732 - card_creation - ERROR - Luis Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,733 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,733 - card_creation - ERROR - Jermaine Allensworth - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,733 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,734 - card_creation - ERROR - Kevin Tapani - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,734 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,734 - card_creation - ERROR - Jamey Wright - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,734 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,734 - card_creation - ERROR - Eric Milton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,734 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,735 - card_creation - ERROR - Aaron Sele - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,736 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,736 - card_creation - ERROR - Roger Clemens - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,738 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,738 - card_creation - ERROR - Jeff Juden - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,740 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,740 - card_creation - ERROR - Eric Davis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,741 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,741 - card_creation - ERROR - Chan Ho Park - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,742 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,742 - card_creation - ERROR - Kirk Rueter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,743 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,744 - card_creation - ERROR - Justin Thompson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,746 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,746 - card_creation - ERROR - Jose Valentin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,747 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,747 - card_creation - ERROR - Shawn Estes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,748 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,748 - card_creation - ERROR - Ramon Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,749 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,749 - card_creation - ERROR - Paul Spoljaric - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,750 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,750 - card_creation - ERROR - Mike DeJean - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,752 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,752 - card_creation - ERROR - John Johnstone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,754 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,754 - card_creation - ERROR - Tim Raines - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,756 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,756 - card_creation - ERROR - Scott Eyre - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,758 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,758 - card_creation - ERROR - Sean Bergman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,802 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,802 - card_creation - ERROR - Greg Cadaret - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,808 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,808 - card_creation - ERROR - Trever Miller - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,814 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,814 - card_creation - ERROR - Joe Oliver - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,821 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,821 - card_creation - ERROR - Jeff Tabaka - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,826 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,826 - card_creation - ERROR - John Hudek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,831 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,832 - card_creation - ERROR - Terry Adams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,832 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,832 - card_creation - ERROR - Tim Bogar - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,832 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,832 - card_creation - ERROR - Ugueth Urbina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,845 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,845 - card_creation - ERROR - Clint Sodowsky - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,846 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,846 - card_creation - ERROR - Tony Graffanino - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,850 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,850 - card_creation - ERROR - Jeff Fassero - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,850 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,850 - card_creation - ERROR - Greg McMichael - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,851 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,851 - card_creation - ERROR - Jim Bruske - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,863 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,864 - card_creation - ERROR - Jim Poole - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,896 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,896 - card_creation - ERROR - Pete Smith - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,910 - card_creation - INFO - return: 200 received 2025-02-09 08:23:33,910 - card_creation - INFO - Travis Fryman - complete 2025-02-09 08:23:33,990 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,990 - card_creation - ERROR - Tim Belcher - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,995 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:33,995 - card_creation - ERROR - Marquis Grissom - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,009 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,009 - card_creation - ERROR - Chad Curtis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,032 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,032 - card_creation - ERROR - Scott Servais - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,042 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,042 - card_creation - ERROR - Pedro Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,120 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,120 - card_creation - ERROR - David Cone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,133 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,133 - card_creation - ERROR - Jeff Cirillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,366 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,366 - card_creation - ERROR - Jimmy Haynes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,418 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,418 - card_creation - ERROR - Ken Caminiti - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,423 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,424 - card_creation - ERROR - Chris Peters - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,437 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,437 - card_creation - ERROR - Brad Fullmer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,458 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:34,458 - card_creation - ERROR - Quilvio Veras - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 14:23:33 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 08:23:43,465 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,465 - card_creation - ERROR - John Frascatore - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,485 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,485 - card_creation - ERROR - Steve Kline - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,489 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,489 - card_creation - ERROR - Wade Boggs - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,539 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,540 - card_creation - ERROR - Bill Haselman - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,574 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,574 - card_creation - ERROR - JT Snow - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,594 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,594 - card_creation - ERROR - Jeff Kent - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,601 - card_creation - ERROR - pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,601 - card_creation - ERROR - Rusty Greer - DB: pd.manticorum.com | 524: A timeout occurred

A timeout occurred Error code 524

Visit cloudflare.com for more information.
2025-02-09 14:23:43 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The origin web server timed out responding to this request.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

The connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.

2025-02-09 08:23:43,601 - card_creation - INFO - ending timer - Done checking players - errors: 393 / success: 326: 101.17s 2025-02-09 08:23:43,601 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 08:23:43,604 - card_creation - INFO - ending timer - All done!: 101.82s 2025-02-09 10:48:21,403 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,403 - card_creation - ERROR - Adding 0.45000000000000195 results to triples 2025-02-09 10:48:21,403 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,404 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,404 - card_creation - ERROR - Adding 0.40000000000000213 results to all other ob 2025-02-09 10:48:21,405 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,405 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,405 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,406 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,406 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,406 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,406 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,407 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-09 10:48:21,407 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,407 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,408 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,408 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,408 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,408 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,409 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,409 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,409 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,410 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,410 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,410 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,410 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,411 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,411 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,411 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,411 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,412 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to triples 2025-02-09 10:48:21,412 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,412 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,413 - card_creation - ERROR - Adding 0.49999999999999645 results to triples 2025-02-09 10:48:21,413 - card_creation - ERROR - Adding 0.5 strikeouts to close gap 2025-02-09 10:48:21,414 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-09 10:48:21,414 - card_creation - ERROR - Adding 0.4499999999999975 results to triples 2025-02-09 10:48:21,414 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,415 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-09 10:48:21,415 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,415 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,416 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,416 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,416 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,416 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,417 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,417 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,417 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,417 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,418 - card_creation - ERROR - Adding 4.85 results to all other ob 2025-02-09 10:48:21,418 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,418 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,419 - card_creation - ERROR - Adding 0.14999999999999503 results to all other ob 2025-02-09 10:48:21,419 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-09 10:48:21,419 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,420 - card_creation - ERROR - Adding 2.0500000000000007 results to all other ob 2025-02-09 10:48:21,420 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,420 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,421 - card_creation - ERROR - Adding 4.6 results to all other ob 2025-02-09 10:48:21,421 - card_creation - ERROR - Adding 0.34999999999999964 results to triples 2025-02-09 10:48:21,421 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,422 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,423 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,423 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,424 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,424 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,424 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,426 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,426 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,426 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,426 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,427 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,427 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,427 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,427 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,428 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,428 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,429 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,429 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,430 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,430 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,430 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,431 - card_creation - ERROR - Adding 9.3 results to all other ob 2025-02-09 10:48:21,432 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,432 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,432 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,432 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,433 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,433 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,433 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,433 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,434 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-09 10:48:21,434 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,434 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,434 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,435 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,435 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,435 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,435 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,436 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,436 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,436 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,436 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,437 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,437 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,437 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,437 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,439 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,439 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,439 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,439 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,440 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,440 - card_creation - ERROR - Adding 3.9968028886505635e-15 chances to all_outs 2025-02-09 10:48:21,440 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,440 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,441 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,441 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,441 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,441 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,442 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,442 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,442 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,442 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,443 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,443 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,443 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,443 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,444 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,444 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,444 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,444 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,445 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,445 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,445 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,445 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,446 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,446 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,446 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,446 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,447 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,447 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,447 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,447 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,448 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,448 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-09 10:48:21,448 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,448 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,448 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-09 10:48:21,449 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,449 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,450 - card_creation - ERROR - Adding 0.39999999999999947 results to all other ob 2025-02-09 10:48:21,450 - card_creation - ERROR - Adding 0.34999999999999964 results to triples 2025-02-09 10:48:21,450 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,450 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,450 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,451 - card_creation - ERROR - Adding 0.20000000000000107 results to all other ob 2025-02-09 10:48:21,451 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,451 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,451 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,452 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,452 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,452 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,452 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,453 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,453 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,453 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,453 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,454 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,454 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,454 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,454 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,455 - card_creation - ERROR - Adding 0.15000000000000124 results to triples 2025-02-09 10:48:21,455 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,455 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,455 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,456 - card_creation - ERROR - Adding 0.15000000000000568 results to triples 2025-02-09 10:48:21,456 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-09 10:48:21,456 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,456 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,457 - card_creation - ERROR - Adding 0.3000000000000025 results to triples 2025-02-09 10:48:21,457 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,457 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,457 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,459 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,459 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,459 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,459 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,460 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,460 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,460 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,460 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,461 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,461 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,461 - card_creation - ERROR - Adding 0.45000000000000284 results to triples 2025-02-09 10:48:21,462 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,462 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,462 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,462 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,462 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,462 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,463 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,463 - card_creation - ERROR - Adding 2.6500000000000004 results to all other ob 2025-02-09 10:48:21,463 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,463 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,464 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,464 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-09 10:48:21,464 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,465 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,466 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-09 10:48:21,466 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,466 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,466 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,467 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,467 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,468 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,468 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,469 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,469 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,469 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,469 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,470 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-09 10:48:21,470 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,470 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,471 - card_creation - ERROR - Adding 5.329070518200751e-15 results to all other ob 2025-02-09 10:48:21,471 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,471 - card_creation - ERROR - Adding 5.329070518200751e-15 chances to all_outs 2025-02-09 10:48:21,472 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,472 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,472 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,472 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,473 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,473 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,473 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,473 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,474 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-09 10:48:21,474 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-09 10:48:21,474 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,475 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-09 10:48:21,475 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-09 10:48:21,476 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,476 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,476 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,476 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,477 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,477 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,477 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,477 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,478 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,478 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,478 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,478 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,479 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,479 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,479 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,479 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,480 - card_creation - ERROR - Adding 0.09999999999999964 results to all other ob 2025-02-09 10:48:21,480 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,480 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,480 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,481 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,481 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,482 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,482 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,482 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,482 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,483 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-09 10:48:21,483 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,483 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,483 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,483 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,484 - card_creation - ERROR - Adding 0.3000000000000016 results to triples 2025-02-09 10:48:21,484 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,485 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,485 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,485 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,485 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,486 - card_creation - ERROR - Adding 0.3500000000000014 results to triples 2025-02-09 10:48:21,486 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,486 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,486 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,487 - card_creation - ERROR - Adding 0.1999999999999993 results to all other ob 2025-02-09 10:48:21,487 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,487 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,488 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,488 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,489 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,489 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,489 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,491 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,491 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,491 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,491 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,492 - card_creation - ERROR - Adding 0.34999999999999787 results to all other ob 2025-02-09 10:48:21,492 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,492 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,492 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,492 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,493 - card_creation - ERROR - Adding 0.20000000000000284 results to triples 2025-02-09 10:48:21,493 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,493 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,493 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,494 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,494 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,494 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,494 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,495 - card_creation - ERROR - Adding 4.100000000000001 results to all other ob 2025-02-09 10:48:21,495 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,495 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,496 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-09 10:48:21,496 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,496 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,496 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,497 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-09 10:48:21,497 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,497 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,498 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,498 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,498 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,498 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,499 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,499 - card_creation - ERROR - Adding 0.45000000000000284 results to all other ob 2025-02-09 10:48:21,499 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,499 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,500 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,500 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,500 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,500 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,501 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,501 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,501 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,501 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,502 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,502 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,502 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,503 - card_creation - ERROR - Adding 0.4500000000000064 results to all other ob 2025-02-09 10:48:21,503 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,503 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,503 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,503 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,504 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-09 10:48:21,504 - card_creation - ERROR - Adding 0.34999999999999964 results to triples 2025-02-09 10:48:21,504 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-09 10:48:21,504 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,505 - card_creation - ERROR - Adding 0.4999999999999982 results to all other ob 2025-02-09 10:48:21,505 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,505 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,506 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,506 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,507 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,508 - card_creation - ERROR - Adding 0.40000000000000124 results to triples 2025-02-09 10:48:21,508 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,508 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,508 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,509 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,509 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,509 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,509 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,510 - card_creation - ERROR - Adding 0.40000000000000213 results to triples 2025-02-09 10:48:21,510 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,511 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-09 10:48:21,511 - card_creation - ERROR - Adding 0.39999999999999947 results to triples 2025-02-09 10:48:21,511 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,511 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,512 - card_creation - ERROR - Adding 0.3500000000000014 results to all other ob 2025-02-09 10:48:21,512 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-09 10:48:21,513 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,513 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,514 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,514 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,514 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,514 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,515 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,515 - card_creation - ERROR - Adding 0.10000000000000053 results to all other ob 2025-02-09 10:48:21,515 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,516 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,516 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,517 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,517 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,517 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,517 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,518 - card_creation - ERROR - Adding 7.105427357601002e-15 results to all other ob 2025-02-09 10:48:21,518 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,518 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,518 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,518 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,519 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,519 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,520 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,520 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,521 - card_creation - ERROR - Adding 0.39999999999999947 results to all other ob 2025-02-09 10:48:21,521 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,521 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,522 - card_creation - ERROR - Adding 0.350000000000005 results to triples 2025-02-09 10:48:21,522 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,522 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,522 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,523 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to triples 2025-02-09 10:48:21,524 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-09 10:48:21,524 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,524 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,524 - card_creation - ERROR - Adding 2.549999999999999 results to all other ob 2025-02-09 10:48:21,525 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,525 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,525 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,526 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,526 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,527 - card_creation - ERROR - Adding 0.24999999999999645 results to all other ob 2025-02-09 10:48:21,527 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,527 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,527 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,527 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,528 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-09 10:48:21,528 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,528 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,529 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,529 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,529 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,529 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,530 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,530 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,530 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,530 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,531 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,531 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,531 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,531 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,532 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,532 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,532 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,532 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,533 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,533 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,533 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,533 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,534 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,534 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,534 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,534 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,535 - card_creation - ERROR - Adding 0.35000000000000053 results to all other ob 2025-02-09 10:48:21,535 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,535 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,535 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,535 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,536 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,536 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,536 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,536 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,537 - card_creation - ERROR - Adding 0.34999999999999964 results to triples 2025-02-09 10:48:21,537 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,537 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,537 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,571 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,571 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,571 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,571 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,572 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,572 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,572 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,572 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,573 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,573 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,573 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,574 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,575 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,575 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,576 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,576 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,576 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,577 - card_creation - ERROR - Adding 0.4999999999999982 results to all other ob 2025-02-09 10:48:21,577 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,577 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,578 - card_creation - ERROR - Adding 0.2500000000000018 results to all other ob 2025-02-09 10:48:21,578 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,578 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,578 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,579 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,579 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,579 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,579 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,580 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,581 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,581 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,581 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,582 - card_creation - ERROR - Adding 0.6500000000000004 results to all other ob 2025-02-09 10:48:21,583 - card_creation - ERROR - Adding 0.4500000000000046 results to triples 2025-02-09 10:48:21,583 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,583 - card_creation - ERROR - Adding 0.20000000000000462 results to all other ob 2025-02-09 10:48:21,584 - card_creation - ERROR - Adding 7.105427357601002e-15 chances to all_outs 2025-02-09 10:48:21,584 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,584 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,585 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,585 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,585 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,586 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,586 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,587 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-09 10:48:21,588 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,588 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,588 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,588 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,589 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,589 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,589 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,589 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,590 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,590 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,590 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,590 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,591 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,591 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,591 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,591 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,592 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,592 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,592 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,592 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,593 - card_creation - ERROR - Adding 0.4499999999999993 results to triples 2025-02-09 10:48:21,593 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,593 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,593 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,594 - card_creation - ERROR - Adding 0.20000000000000107 results to triples 2025-02-09 10:48:21,594 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,594 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,594 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,595 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,595 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,595 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,595 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,595 - card_creation - ERROR - Adding 6.200000000000001 results to all other ob 2025-02-09 10:48:21,596 - card_creation - ERROR - Adding 0.34999999999999876 results to triples 2025-02-09 10:48:21,596 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,597 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,597 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,597 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,597 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,598 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,598 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,598 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,598 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,599 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,599 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,600 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,600 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,601 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,602 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,602 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,602 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,602 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,603 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,603 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,603 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,603 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,603 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,604 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,604 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,604 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,604 - card_creation - ERROR - Adding 0.4999999999999982 results to all other ob 2025-02-09 10:48:21,605 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,605 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,606 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,606 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,606 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,606 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,607 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,607 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,607 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,607 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,608 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,608 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,608 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,608 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,609 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,609 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,609 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,609 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,610 - card_creation - ERROR - Adding 0.29999999999999893 results to triples 2025-02-09 10:48:21,611 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,611 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,611 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,612 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,612 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,612 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,612 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,613 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,613 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,613 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,613 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,614 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,614 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,614 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,615 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,615 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,615 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,616 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-09 10:48:21,616 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,616 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,617 - card_creation - ERROR - Adding 0.35000000000000053 results to all other ob 2025-02-09 10:48:21,618 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-09 10:48:21,618 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,618 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,619 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,619 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,619 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,619 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,620 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,621 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-09 10:48:21,621 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,621 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,621 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,622 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,622 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,622 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,622 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,623 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,623 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,623 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,623 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,624 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,624 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,625 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,625 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,625 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,625 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,626 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-09 10:48:21,626 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,627 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-09 10:48:21,627 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,627 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,627 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,627 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,628 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,628 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,628 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,628 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,629 - card_creation - ERROR - Adding 0.2999999999999998 results to all other ob 2025-02-09 10:48:21,629 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,629 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,630 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,630 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,631 - card_creation - ERROR - Adding 9.45 results to all other ob 2025-02-09 10:48:21,631 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,631 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,632 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,632 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,632 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,632 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,633 - card_creation - ERROR - Adding 0.35000000000000053 results to all other ob 2025-02-09 10:48:21,633 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,634 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-09 10:48:21,635 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,635 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,635 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,635 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,636 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,636 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,636 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,636 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,637 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,637 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,637 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,637 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,638 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,638 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,638 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,638 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,639 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to triples 2025-02-09 10:48:21,639 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,639 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,639 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-09 10:48:21,640 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,640 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,640 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-09 10:48:21,641 - card_creation - ERROR - Adding 0.15000000000000124 results to triples 2025-02-09 10:48:21,641 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,641 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-09 10:48:21,642 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,642 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,643 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,643 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,644 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,644 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,644 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,644 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,645 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,645 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,645 - card_creation - ERROR - Adding 0.20000000000000018 results to triples 2025-02-09 10:48:21,646 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,646 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,646 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,647 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,647 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,647 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,647 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,647 - card_creation - ERROR - Adding 0.14999999999999858 results to triples 2025-02-09 10:48:21,648 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,648 - card_creation - ERROR - Adding 0.3500000000000014 results to triples 2025-02-09 10:48:21,648 - card_creation - ERROR - Adding 0.45000000000000284 results to triples 2025-02-09 10:48:21,649 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,649 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,650 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,650 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,650 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,650 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,650 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-09 10:48:21,650 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-09 10:48:21,651 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,651 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-09 10:48:21,652 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,652 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,652 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,652 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,652 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,653 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,653 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,653 - card_creation - ERROR - Adding 2.3500000000000005 results to all other ob 2025-02-09 10:48:21,655 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,655 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,655 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,655 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,655 - card_creation - ERROR - Adding 0.3999999999999986 results to all other ob 2025-02-09 10:48:21,656 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,656 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,656 - card_creation - ERROR - Adding 0.6500000000000004 results to all other ob 2025-02-09 10:48:21,656 - card_creation - ERROR - Adding 0.3500000000000032 results to triples 2025-02-09 10:48:21,656 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-09 10:48:21,657 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,658 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,658 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,658 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,658 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,658 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,658 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,660 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,660 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,662 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,662 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,663 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,663 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,664 - card_creation - ERROR - Adding 0.19999999999999885 results to triples 2025-02-09 10:48:21,664 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,664 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,664 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,665 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,665 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,665 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,665 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,666 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,666 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,666 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,666 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,667 - card_creation - ERROR - Adding 0.4999999999999991 results to triples 2025-02-09 10:48:21,667 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,667 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,667 - card_creation - ERROR - Adding 0.5 strikeouts to close gap 2025-02-09 10:48:21,668 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,668 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,668 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,668 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,669 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,669 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,669 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,669 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,670 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,670 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,670 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,670 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,671 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,671 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,672 - card_creation - ERROR - Adding 6.217248937900877e-15 results to triples 2025-02-09 10:48:21,672 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,672 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,673 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,673 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,674 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,674 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,674 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,674 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,675 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,675 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,676 - card_creation - ERROR - Adding 6.217248937900877e-15 results to triples 2025-02-09 10:48:21,676 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,676 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,677 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,677 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,677 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,677 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,678 - card_creation - ERROR - Adding 0.3500000000000014 results to triples 2025-02-09 10:48:21,678 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,679 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,679 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,680 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,680 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,680 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,680 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,680 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-09 10:48:21,680 - card_creation - ERROR - Adding 0.3000000000000025 results to triples 2025-02-09 10:48:21,681 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,681 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,681 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,681 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,682 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,682 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,682 - card_creation - ERROR - Adding 0.3500000000000014 results to triples 2025-02-09 10:48:21,683 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,683 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,683 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,683 - card_creation - ERROR - Adding 0.3500000000000014 results to all other ob 2025-02-09 10:48:21,683 - card_creation - ERROR - Adding 0.05000000000000071 results to all other ob 2025-02-09 10:48:21,684 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-09 10:48:21,684 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,684 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,685 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,685 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,685 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,685 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,685 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,686 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,686 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,686 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,688 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,688 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,689 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,689 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,689 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,689 - card_creation - ERROR - Adding 0.10000000000000142 results to all other ob 2025-02-09 10:48:21,689 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,690 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,690 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,690 - card_creation - ERROR - Adding 4.800000000000001 results to all other ob 2025-02-09 10:48:21,691 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,691 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,692 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,692 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,692 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,692 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,693 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,693 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,693 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,693 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,694 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,694 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,694 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,694 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,694 - card_creation - ERROR - Adding 0.2500000000000009 results to triples 2025-02-09 10:48:21,695 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,695 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,695 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-09 10:48:21,695 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,695 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,696 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,696 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,697 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,697 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,697 - card_creation - ERROR - Adding 0.2999999999999998 results to triples 2025-02-09 10:48:21,698 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,698 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,698 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-09 10:48:21,699 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,699 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,699 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,699 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,700 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,700 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,700 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,700 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,700 - card_creation - ERROR - Adding 0.4499999999999975 results to all other ob 2025-02-09 10:48:21,701 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,701 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,702 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,702 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,703 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,703 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,704 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,704 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,705 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,705 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,705 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,706 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,706 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,706 - card_creation - ERROR - Adding 0.20000000000000107 results to all other ob 2025-02-09 10:48:21,707 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,707 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,707 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,707 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,708 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,708 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,708 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,708 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,708 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,708 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,709 - card_creation - ERROR - Adding 0.29999999999999893 results to triples 2025-02-09 10:48:21,709 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,710 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-09 10:48:21,710 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,710 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,710 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,711 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-09 10:48:21,712 - card_creation - ERROR - Adding 5.329070518200751e-15 results to all other ob 2025-02-09 10:48:21,712 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,712 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,712 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,713 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,713 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,715 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,715 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,715 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,715 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,716 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,716 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,717 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,717 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,717 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,717 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,717 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,718 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,719 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,719 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,719 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,719 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,720 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,720 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,720 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,720 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,721 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,721 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,721 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,721 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,721 - card_creation - ERROR - Adding 0.34999999999999076 results to all other ob 2025-02-09 10:48:21,722 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,722 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,723 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,723 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,723 - card_creation - ERROR - Adding 0.3500000000000014 results to triples 2025-02-09 10:48:21,724 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,724 - card_creation - ERROR - Adding 0.40000000000000036 results to triples 2025-02-09 10:48:21,724 - card_creation - ERROR - Adding 0.2499999999999991 results to triples 2025-02-09 10:48:21,725 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,725 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-09 10:48:21,725 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-09 10:48:21,726 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,726 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,726 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,726 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,727 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,727 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,727 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,727 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,728 - card_creation - ERROR - Have surplus of 0.8499999999999943 chances 2025-02-09 10:48:21,728 - card_creation - ERROR - Subtracting 0.8499999999999943 strikeouts to close gap 2025-02-09 10:48:21,728 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,728 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,729 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,729 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,729 - card_creation - ERROR - Adding 4.440892098500626e-16 results to all other ob 2025-02-09 10:48:21,730 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,730 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,730 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-09 10:48:21,731 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,731 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,731 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,731 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,732 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,732 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,733 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,733 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,733 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,733 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,734 - card_creation - ERROR - Adding 1.1500000000000004 results to all other ob 2025-02-09 10:48:21,734 - card_creation - ERROR - Adding 0.1499999999999968 results to all other ob 2025-02-09 10:48:21,735 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,735 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,735 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,735 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,736 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-09 10:48:21,736 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,737 - card_creation - ERROR - Adding 0.20000000000000107 results to all other ob 2025-02-09 10:48:21,738 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to triples 2025-02-09 10:48:21,738 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,738 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,739 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,739 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,740 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,740 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,740 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,740 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,741 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,741 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,741 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,741 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,741 - card_creation - ERROR - Adding 1.85 results to all other ob 2025-02-09 10:48:21,742 - card_creation - ERROR - Adding 8.7 results to all other ob 2025-02-09 10:48:21,744 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,744 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,744 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,744 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,744 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-09 10:48:21,745 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,745 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,745 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,746 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,746 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,746 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,746 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,747 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,747 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,747 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,747 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,747 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,747 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-09 10:48:21,747 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,747 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,749 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,749 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,749 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,749 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,750 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,750 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,750 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,750 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,750 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,750 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-09 10:48:21,750 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,751 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,752 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,752 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,752 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,752 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,753 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,753 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,754 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,754 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,754 - card_creation - ERROR - Adding 0.49999999999999645 results to triples 2025-02-09 10:48:21,755 - card_creation - ERROR - Adding 0.5 strikeouts to close gap 2025-02-09 10:48:21,755 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,755 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,755 - card_creation - ERROR - Adding 0.4500000000000006 results to all other ob 2025-02-09 10:48:21,756 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,756 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,756 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,756 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,757 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,757 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,758 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,758 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,758 - card_creation - ERROR - Adding 0.29999999999999716 results to all other ob 2025-02-09 10:48:21,758 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,758 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,759 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,759 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,760 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,760 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,760 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,761 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,761 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-09 10:48:21,761 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-09 10:48:21,762 - card_creation - ERROR - Adding 0.05000000000000249 results to triples 2025-02-09 10:48:21,762 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-09 10:48:21,762 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-09 10:48:21,762 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,763 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,763 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,763 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,764 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,764 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,764 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,764 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,764 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,765 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,765 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,765 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-09 10:48:21,765 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,767 - card_creation - ERROR - Adding 7.000000000000001 results to all other ob 2025-02-09 10:48:21,767 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-09 10:48:21,767 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,768 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-09 10:48:21,768 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,768 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,768 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,769 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,769 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,769 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,769 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,770 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,770 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,770 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,770 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,771 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,771 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,771 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,771 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,772 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,772 - card_creation - ERROR - Adding 0.40000000000000213 results to all other ob 2025-02-09 10:48:21,772 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-09 10:48:21,772 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,773 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-09 10:48:21,773 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-09 10:48:21,774 - card_creation - ERROR - Adding 1.7500000000000004 results to all other ob 2025-02-09 10:48:21,774 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,774 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,775 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,775 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,775 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-09 10:48:21,775 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-09 10:48:21,776 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,776 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,776 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,776 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,777 - card_creation - ERROR - Adding 3.5000000000000013 results to all other ob 2025-02-09 10:48:21,777 - card_creation - ERROR - Adding 1.3322676295501878e-15 chances to all_outs 2025-02-09 10:48:21,777 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-09 10:48:21,777 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-09 10:48:21,778 - card_creation - ERROR - Adding 5.55 results to all other ob 2025-02-09 10:48:21,778 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-09 10:48:21,779 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-09 10:48:21,779 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,779 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,780 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,780 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,781 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-09 10:48:21,781 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,781 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,781 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-09 10:48:21,781 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-09 10:48:21,781 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-09 10:48:21,782 - card_creation - ERROR - Adding 0.14999999999999947 results to all other ob 2025-02-09 10:48:21,782 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-09 10:48:21,782 - card_creation - ERROR - Adding 3.6500000000000004 results to all other ob 2025-02-09 10:48:21,783 - card_creation - ERROR - Adding 0.0 chances to all_outs 2025-02-09 10:48:21,783 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-09 10:48:21,783 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-09 10:48:21,783 - card_creation - ERROR - Adding 3.999999999999999 results to all other ob 2025-02-09 10:48:21,784 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-09 10:48:21,784 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-09 10:48:21,784 - card_creation - ERROR - Adding 7.105427357601002e-15 results to all other ob 2025-02-09 10:48:21,784 - card_creation - ERROR - Adding 7.105427357601002e-15 chances to all_outs 2025-02-09 10:48:21,785 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,785 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,787 - card_creation - ERROR - Adding 1.6500000000000004 results to all other ob 2025-02-09 10:48:21,788 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-09 10:48:21,788 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-09 10:48:21,788 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-09 10:48:21,789 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,789 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,789 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-09 10:48:21,789 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-09 10:48:21,790 - card_creation - ERROR - Adding 4.75 results to all other ob 2025-02-09 10:48:21,790 - card_creation - ERROR - Adding 0.4500000000000002 results to triples 2025-02-09 10:48:21,790 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-09 10:48:21,791 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-09 10:48:21,791 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-09 10:48:21,807 - card_creation - INFO - Running 2b stats for Chuck Knoblauch 2025-02-09 10:48:21,807 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-09 10:48:21,807 - card_creation - INFO - Running ss stats for Derek Jeter 2025-02-09 10:48:21,807 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-09 10:48:21,807 - card_creation - INFO - pos: rf / tz_runs: 11 2025-02-09 10:48:21,807 - card_creation - INFO - pos: cf / tz_runs: -14 2025-02-09 10:48:21,807 - card_creation - INFO - Running 1b stats for Darin Erstad 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,808 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,808 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-09 10:48:21,808 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-09 10:48:21,808 - card_creation - INFO - Running 1b stats for Dave Hollins 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,808 - card_creation - INFO - Running 3b stats for Dave Hollins 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 3b / tz_runs: -19 () 2025-02-09 10:48:21,808 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,808 - card_creation - INFO - Running 1b stats for Cecil Fielder 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 1b / tz_runs: -10 () 2025-02-09 10:48:21,808 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,808 - card_creation - INFO - pos: rf / tz_runs: -5 2025-02-09 10:48:21,808 - card_creation - INFO - Running 1b stats for Tino Martinez 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 1b / tz_runs: 4 () 2025-02-09 10:48:21,808 - card_creation - INFO - pos: lf / tz_runs: 8 2025-02-09 10:48:21,808 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,808 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,808 - card_creation - INFO - Running 1b stats for Scott Brosius 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,808 - card_creation - INFO - Running 3b stats for Scott Brosius 2025-02-09 10:48:21,808 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-09 10:48:21,809 - card_creation - INFO - Running 2b stats for Norberto Martin 2025-02-09 10:48:21,809 - card_creation - INFO - pos: 2b / tz_runs: 8 () 2025-02-09 10:48:21,809 - card_creation - INFO - Running 3b stats for Norberto Martin 2025-02-09 10:48:21,809 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,809 - card_creation - INFO - Running ss stats for Norberto Martin 2025-02-09 10:48:21,809 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-09 10:48:21,809 - card_creation - INFO - Running ss stats for Gary Disarcina 2025-02-09 10:48:21,809 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-09 10:48:21,809 - card_creation - INFO - pos: lf / tz_runs: -6 2025-02-09 10:48:21,809 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,809 - card_creation - INFO - Running 1b stats for Phil Nevin 2025-02-09 10:48:21,809 - card_creation - INFO - Running 1b stats for Jorge Posada 2025-02-09 10:48:21,809 - card_creation - INFO - pos: cf / tz_runs: 19 2025-02-09 10:48:21,809 - card_creation - INFO - Running ss stats for Omar Vizquel 2025-02-09 10:48:21,809 - card_creation - INFO - pos: ss / tz_runs: 9 () 2025-02-09 10:48:21,809 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,809 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,810 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,810 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running 3b stats for Travis Fryman 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running ss stats for Travis Fryman 2025-02-09 10:48:21,810 - card_creation - INFO - pos: lf / tz_runs: 19 2025-02-09 10:48:21,810 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,810 - card_creation - INFO - Running 2b stats for Shawon Dunston 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running ss stats for Shawon Dunston 2025-02-09 10:48:21,810 - card_creation - INFO - pos: ss / tz_runs: -5 () 2025-02-09 10:48:21,810 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,810 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-09 10:48:21,810 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,810 - card_creation - INFO - Running 1b stats for Craig Shipley 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running 2b stats for Craig Shipley 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running 3b stats for Craig Shipley 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running ss stats for Craig Shipley 2025-02-09 10:48:21,810 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running ss stats for Nomar Garciaparra 2025-02-09 10:48:21,810 - card_creation - INFO - pos: ss / tz_runs: 11 () 2025-02-09 10:48:21,810 - card_creation - INFO - Running 3b stats for John Valentin 2025-02-09 10:48:21,810 - card_creation - INFO - pos: 3b / tz_runs: 21 () 2025-02-09 10:48:21,811 - card_creation - INFO - Running 1b stats for Mo Vaughn 2025-02-09 10:48:21,811 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-09 10:48:21,811 - card_creation - INFO - Running 1b stats for Jim Leyritz 2025-02-09 10:48:21,811 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-09 10:48:21,811 - card_creation - INFO - Running 3b stats for Jim Leyritz 2025-02-09 10:48:21,811 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-09 10:48:21,811 - card_creation - INFO - Running 1b stats for Mike Benjamin 2025-02-09 10:48:21,811 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-09 10:48:21,811 - card_creation - INFO - Running 2b stats for Mike Benjamin 2025-02-09 10:48:21,811 - card_creation - INFO - pos: 2b / tz_runs: 7 () 2025-02-09 10:48:21,811 - card_creation - INFO - Running 3b stats for Mike Benjamin 2025-02-09 10:48:21,811 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-09 10:48:21,811 - card_creation - INFO - Running ss stats for Mike Benjamin 2025-02-09 10:48:21,811 - card_creation - INFO - pos: ss / tz_runs: 6 () 2025-02-09 10:48:21,811 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,811 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-09 10:48:21,811 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,811 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,811 - card_creation - INFO - Running 1b stats for Reggie Jefferson 2025-02-09 10:48:21,811 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,811 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,811 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-09 10:48:21,811 - card_creation - INFO - pos: rf / tz_runs: 12 2025-02-09 10:48:21,811 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-09 10:48:21,812 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-09 10:48:21,812 - card_creation - INFO - pos: rf / tz_runs: 8 2025-02-09 10:48:21,812 - card_creation - INFO - Running 3b stats for Wade Boggs 2025-02-09 10:48:21,812 - card_creation - INFO - pos: 3b / tz_runs: 5 () 2025-02-09 10:48:21,812 - card_creation - INFO - Running 1b stats for Fred McGriff 2025-02-09 10:48:21,812 - card_creation - INFO - pos: 1b / tz_runs: 9 () 2025-02-09 10:48:21,812 - card_creation - INFO - Running 1b stats for Paul Sorrento 2025-02-09 10:48:21,812 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-09 10:48:21,812 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,812 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,812 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,812 - card_creation - INFO - pos: rf / tz_runs: 3 2025-02-09 10:48:21,812 - card_creation - INFO - Running ss stats for Kevin Stocker 2025-02-09 10:48:21,812 - card_creation - INFO - pos: ss / tz_runs: 15 () 2025-02-09 10:48:21,812 - card_creation - INFO - Running 2b stats for Miguel Cairo 2025-02-09 10:48:21,812 - card_creation - INFO - pos: 2b / tz_runs: 22 () 2025-02-09 10:48:21,812 - card_creation - INFO - Running 2b stats for Bob Smith 2025-02-09 10:48:21,812 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,812 - card_creation - INFO - Running 3b stats for Bob Smith 2025-02-09 10:48:21,812 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-09 10:48:21,812 - card_creation - INFO - Running ss stats for Bob Smith 2025-02-09 10:48:21,812 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-09 10:48:21,812 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-09 10:48:21,812 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,812 - card_creation - INFO - Running 1b stats for Aaron Ledesma 2025-02-09 10:48:21,813 - card_creation - INFO - Running 2b stats for Aaron Ledesma 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-09 10:48:21,813 - card_creation - INFO - Running 3b stats for Aaron Ledesma 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-09 10:48:21,813 - card_creation - INFO - Running ss stats for Aaron Ledesma 2025-02-09 10:48:21,813 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-09 10:48:21,813 - card_creation - INFO - Running 2b stats for Roberto Alomar 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 2b / tz_runs: 11 () 2025-02-09 10:48:21,813 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-09 10:48:21,813 - card_creation - INFO - Running 1b stats for Joe Carter 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-09 10:48:21,813 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,813 - card_creation - INFO - pos: rf / tz_runs: -10 2025-02-09 10:48:21,813 - card_creation - INFO - Running 1b stats for Rafael Palmeiro 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 1b / tz_runs: 16 () 2025-02-09 10:48:21,813 - card_creation - INFO - Running 3b stats for Cal Ripken 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,813 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,813 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,813 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,813 - card_creation - INFO - Running ss stats for Mike Bordick 2025-02-09 10:48:21,813 - card_creation - INFO - pos: ss / tz_runs: 14 () 2025-02-09 10:48:21,813 - card_creation - INFO - Running 2b stats for Ozzie Guillen 2025-02-09 10:48:21,813 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,813 - card_creation - INFO - Running ss stats for Ozzie Guillen 2025-02-09 10:48:21,813 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-09 10:48:21,813 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-09 10:48:21,813 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,814 - card_creation - INFO - Running 1b stats for Chris Hoiles 2025-02-09 10:48:21,814 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,814 - card_creation - INFO - Running 2b stats for Ray Durham 2025-02-09 10:48:21,814 - card_creation - INFO - pos: 2b / tz_runs: -11 () 2025-02-09 10:48:21,814 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-09 10:48:21,814 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,814 - card_creation - INFO - Running 1b stats for Frank Thomas 2025-02-09 10:48:21,814 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-09 10:48:21,814 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-09 10:48:21,814 - card_creation - INFO - Running 3b stats for Robin Ventura 2025-02-09 10:48:21,814 - card_creation - INFO - pos: 3b / tz_runs: 33 () 2025-02-09 10:48:21,814 - card_creation - INFO - Running 1b stats for Wil Cordero 2025-02-09 10:48:21,814 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-09 10:48:21,814 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,814 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,814 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,814 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-09 10:48:21,814 - card_creation - INFO - Running ss stats for Mike Caruso 2025-02-09 10:48:21,814 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-09 10:48:21,814 - card_creation - INFO - Running 1b stats for Chris Snopek 2025-02-09 10:48:21,814 - card_creation - INFO - Running 2b stats for Chris Snopek 2025-02-09 10:48:21,814 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,814 - card_creation - INFO - Running ss stats for Chris Snopek 2025-02-09 10:48:21,814 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running 1b stats for Greg Norton 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running 3b stats for Greg Norton 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-09 10:48:21,815 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,815 - card_creation - INFO - pos: cf / tz_runs: -6 2025-02-09 10:48:21,815 - card_creation - INFO - pos: rf / tz_runs: -10 2025-02-09 10:48:21,815 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,815 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-09 10:48:21,815 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-09 10:48:21,815 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,815 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,815 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,815 - card_creation - INFO - Running 1b stats for Carlos Delgado 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 1b / tz_runs: 8 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running 1b stats for Mike Stanley 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running 3b stats for Ed Sprague 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running 2b stats for Tony Fernandez 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 2b / tz_runs: -8 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running 3b stats for Tony Fernandez 2025-02-09 10:48:21,815 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,815 - card_creation - INFO - Running ss stats for Alex Gonzalez 2025-02-09 10:48:21,816 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-09 10:48:21,816 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,816 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-09 10:48:21,816 - card_creation - INFO - pos: cf / tz_runs: 17 2025-02-09 10:48:21,816 - card_creation - INFO - Running 1b stats for Joe Randa 2025-02-09 10:48:21,816 - card_creation - INFO - Running 2b stats for Joe Randa 2025-02-09 10:48:21,816 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,816 - card_creation - INFO - Running 3b stats for Joe Randa 2025-02-09 10:48:21,816 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-09 10:48:21,816 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-09 10:48:21,816 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,816 - card_creation - INFO - Running 1b stats for Tony Clark 2025-02-09 10:48:21,816 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,816 - card_creation - INFO - Running 2b stats for Damion Easley 2025-02-09 10:48:21,816 - card_creation - INFO - pos: 2b / tz_runs: 16 () 2025-02-09 10:48:21,816 - card_creation - INFO - Running ss stats for Damion Easley 2025-02-09 10:48:21,816 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-09 10:48:21,816 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,816 - card_creation - INFO - Running 1b stats for Joe Oliver 2025-02-09 10:48:21,816 - card_creation - INFO - Running ss stats for Deivi Cruz 2025-02-09 10:48:21,816 - card_creation - INFO - pos: ss / tz_runs: 15 () 2025-02-09 10:48:21,816 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,816 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-09 10:48:21,816 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,817 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-09 10:48:21,817 - card_creation - INFO - pos: rf / tz_runs: -21 2025-02-09 10:48:21,817 - card_creation - INFO - Running 1b stats for Mike Blowers 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 3b stats for Mike Blowers 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 3b / tz_runs: -9 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 1b stats for Jason Giambi 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 1b / tz_runs: -9 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 2b stats for Kurt Abbott 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 3b stats for Kurt Abbott 2025-02-09 10:48:21,817 - card_creation - INFO - Running ss stats for Kurt Abbott 2025-02-09 10:48:21,817 - card_creation - INFO - pos: ss / tz_runs: -10 () 2025-02-09 10:48:21,817 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,817 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,817 - card_creation - INFO - Running 2b stats for Scott Spiezio 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 2b / tz_runs: -9 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 2b stats for Rafael Bournigal 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running ss stats for Rafael Bournigal 2025-02-09 10:48:21,817 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 2b stats for Justin Baughman 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running ss stats for Justin Baughman 2025-02-09 10:48:21,817 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-09 10:48:21,817 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-09 10:48:21,817 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,817 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,818 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,818 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,818 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-09 10:48:21,818 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,818 - card_creation - INFO - Running 2b stats for Todd Walker 2025-02-09 10:48:21,818 - card_creation - INFO - pos: 2b / tz_runs: -23 () 2025-02-09 10:48:21,818 - card_creation - INFO - Running 2b stats for Brent Gates 2025-02-09 10:48:21,818 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,818 - card_creation - INFO - Running 3b stats for Brent Gates 2025-02-09 10:48:21,818 - card_creation - INFO - pos: 3b / tz_runs: -5 () 2025-02-09 10:48:21,818 - card_creation - INFO - Running 1b stats for Paul Molitor 2025-02-09 10:48:21,818 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-09 10:48:21,818 - card_creation - INFO - pos: lf / tz_runs: -15 2025-02-09 10:48:21,818 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-09 10:48:21,818 - card_creation - INFO - pos: cf / tz_runs: -10 2025-02-09 10:48:21,818 - card_creation - INFO - pos: rf / tz_runs: 7 2025-02-09 10:48:21,818 - card_creation - INFO - Running ss stats for Pat Meares 2025-02-09 10:48:21,818 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-09 10:48:21,818 - card_creation - INFO - Running 1b stats for Denny Hocking 2025-02-09 10:48:21,818 - card_creation - INFO - Running 2b stats for Denny Hocking 2025-02-09 10:48:21,818 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-09 10:48:21,818 - card_creation - INFO - Running 3b stats for Denny Hocking 2025-02-09 10:48:21,818 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-09 10:48:21,818 - card_creation - INFO - Running ss stats for Denny Hocking 2025-02-09 10:48:21,818 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-09 10:48:21,818 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,818 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,818 - card_creation - INFO - Running 1b stats for Ron Coomer 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,819 - card_creation - INFO - Running 3b stats for Ron Coomer 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-09 10:48:21,819 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-09 10:48:21,819 - card_creation - INFO - pos: rf / tz_runs: -9 2025-02-09 10:48:21,819 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,819 - card_creation - INFO - pos: cf / tz_runs: -10 2025-02-09 10:48:21,819 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,819 - card_creation - INFO - Running 2b stats for Jose Offerman 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-09 10:48:21,819 - card_creation - INFO - Running 1b stats for Hal Morris 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-09 10:48:21,819 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,819 - card_creation - INFO - Running 3b stats for Dean Palmer 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-09 10:48:21,819 - card_creation - INFO - Running 1b stats for Jeff King 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 1b / tz_runs: 8 () 2025-02-09 10:48:21,819 - card_creation - INFO - Running 3b stats for Jeff King 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,819 - card_creation - INFO - Running 1b stats for Jeff Conine 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-09 10:48:21,819 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,819 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,819 - card_creation - INFO - pos: rf / tz_runs: 6 2025-02-09 10:48:21,819 - card_creation - INFO - Running 1b stats for Sal Fasano 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,819 - card_creation - INFO - Running 2b stats for Shane Halter 2025-02-09 10:48:21,819 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,820 - card_creation - INFO - Running 3b stats for Shane Halter 2025-02-09 10:48:21,820 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,820 - card_creation - INFO - Running ss stats for Shane Halter 2025-02-09 10:48:21,820 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-09 10:48:21,820 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,820 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,820 - card_creation - INFO - Running ss stats for Neifi Perez 2025-02-09 10:48:21,820 - card_creation - INFO - pos: ss / tz_runs: -8 () 2025-02-09 10:48:21,820 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,820 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,820 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,820 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-09 10:48:21,820 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,820 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-09 10:48:21,820 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-09 10:48:21,820 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,820 - card_creation - INFO - pos: cf / tz_runs: -11 2025-02-09 10:48:21,820 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,820 - card_creation - INFO - Running 1b stats for Todd Helton 2025-02-09 10:48:21,820 - card_creation - INFO - pos: 1b / tz_runs: 9 () 2025-02-09 10:48:21,820 - card_creation - INFO - Running 2b stats for Mike Lansing 2025-02-09 10:48:21,820 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-09 10:48:21,820 - card_creation - INFO - Running 2b stats for Joey Cora 2025-02-09 10:48:21,820 - card_creation - INFO - pos: 2b / tz_runs: -5 () 2025-02-09 10:48:21,820 - card_creation - INFO - Running ss stats for Alex Rodriguez 2025-02-09 10:48:21,820 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-09 10:48:21,821 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-09 10:48:21,821 - card_creation - INFO - pos: rf / tz_runs: -8 2025-02-09 10:48:21,821 - card_creation - INFO - Running 1b stats for David Segui 2025-02-09 10:48:21,821 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-09 10:48:21,821 - card_creation - INFO - Running 1b stats for Edgar Martinez 2025-02-09 10:48:21,821 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,821 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,821 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,821 - card_creation - INFO - Running 3b stats for Russ Davis 2025-02-09 10:48:21,821 - card_creation - INFO - pos: 3b / tz_runs: -14 () 2025-02-09 10:48:21,821 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,821 - card_creation - INFO - Running 2b stats for Luis Alicea 2025-02-09 10:48:21,821 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-09 10:48:21,821 - card_creation - INFO - Running 3b stats for Luis Alicea 2025-02-09 10:48:21,821 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,821 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,821 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-09 10:48:21,821 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,821 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,821 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,821 - card_creation - INFO - Running 1b stats for Will Clark 2025-02-09 10:48:21,821 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-09 10:48:21,821 - card_creation - INFO - Running ss stats for Kevin Elster 2025-02-09 10:48:21,822 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-09 10:48:21,822 - card_creation - INFO - Running 3b stats for Fernando Tatis 2025-02-09 10:48:21,822 - card_creation - INFO - pos: 3b / tz_runs: -6 () 2025-02-09 10:48:21,822 - card_creation - INFO - Running ss stats for Fernando Tatis 2025-02-09 10:48:21,822 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-09 10:48:21,822 - card_creation - INFO - Running 2b stats for Domingo Cedeno 2025-02-09 10:48:21,822 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,822 - card_creation - INFO - Running ss stats for Domingo Cedeno 2025-02-09 10:48:21,822 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-09 10:48:21,822 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,822 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-09 10:48:21,822 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,822 - card_creation - INFO - Running 2b stats for Wilton Guerrero 2025-02-09 10:48:21,822 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-09 10:48:21,822 - card_creation - INFO - Running ss stats for Wilton Guerrero 2025-02-09 10:48:21,822 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-09 10:48:21,822 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,822 - card_creation - INFO - pos: rf / tz_runs: -12 2025-02-09 10:48:21,822 - card_creation - INFO - Running 1b stats for Eric Karros 2025-02-09 10:48:21,822 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-09 10:48:21,822 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,822 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-09 10:48:21,822 - card_creation - INFO - Running 1b stats for Paul Konerko 2025-02-09 10:48:21,822 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-09 10:48:21,822 - card_creation - INFO - Running 3b stats for Paul Konerko 2025-02-09 10:48:21,822 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,822 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,823 - card_creation - INFO - Running 2b stats for Juan Castro 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running 3b stats for Juan Castro 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running ss stats for Juan Castro 2025-02-09 10:48:21,823 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running 2b stats for Eric Young 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-09 10:48:21,823 - card_creation - INFO - pos: cf / tz_runs: 9 2025-02-09 10:48:21,823 - card_creation - INFO - Running 2b stats for Bill Mueller 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running 3b stats for Bill Mueller 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,823 - card_creation - INFO - pos: lf / tz_runs: 10 2025-02-09 10:48:21,823 - card_creation - INFO - Running 1b stats for Charlie Hayes 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running 3b stats for Charlie Hayes 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,823 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,823 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-09 10:48:21,823 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,823 - card_creation - INFO - Running ss stats for Rich Aurilia 2025-02-09 10:48:21,823 - card_creation - INFO - pos: ss / tz_runs: 4 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running 1b stats for JT Snow 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running 2b stats for Rey Sanchez 2025-02-09 10:48:21,823 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,823 - card_creation - INFO - Running ss stats for Rey Sanchez 2025-02-09 10:48:21,823 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-09 10:48:21,824 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,824 - card_creation - INFO - pos: rf / tz_runs: 3 2025-02-09 10:48:21,824 - card_creation - INFO - Running 2b stats for Bip Roberts 2025-02-09 10:48:21,824 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,824 - card_creation - INFO - Running 3b stats for Bip Roberts 2025-02-09 10:48:21,824 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,824 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,824 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,824 - card_creation - INFO - Running ss stats for Miguel Tejada 2025-02-09 10:48:21,824 - card_creation - INFO - pos: ss / tz_runs: -11 () 2025-02-09 10:48:21,824 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,824 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,824 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,824 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-09 10:48:21,824 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,824 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-09 10:48:21,824 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,824 - card_creation - INFO - pos: cf / tz_runs: -22 2025-02-09 10:48:21,824 - card_creation - INFO - Running 2b stats for Jeff Reboulet 2025-02-09 10:48:21,824 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-09 10:48:21,824 - card_creation - INFO - Running 3b stats for Jeff Reboulet 2025-02-09 10:48:21,824 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,824 - card_creation - INFO - Running ss stats for Jeff Reboulet 2025-02-09 10:48:21,824 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-09 10:48:21,824 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-09 10:48:21,824 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,825 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,825 - card_creation - INFO - Running 1b stats for David Bell 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 2b stats for David Bell 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 3b stats for David Bell 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 3b stats for Gabe Alvarez 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 3b / tz_runs: -8 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 2b stats for Craig Grebeck 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 3b stats for Craig Grebeck 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running ss stats for Craig Grebeck 2025-02-09 10:48:21,825 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 1b stats for Gregg Jefferies 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,825 - card_creation - INFO - pos: lf / tz_runs: 5 2025-02-09 10:48:21,825 - card_creation - INFO - Running 3b stats for Terry Pendleton 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,825 - card_creation - INFO - pos: cf / tz_runs: -20 2025-02-09 10:48:21,825 - card_creation - INFO - Running 1b stats for David Ortiz 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 1b / tz_runs: -6 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 2b stats for Mark McLemore 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-09 10:48:21,825 - card_creation - INFO - Running 3b stats for Todd Zeile 2025-02-09 10:48:21,825 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running ss stats for Royce Clayton 2025-02-09 10:48:21,826 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-09 10:48:21,826 - card_creation - INFO - pos: cf / tz_runs: 12 2025-02-09 10:48:21,826 - card_creation - INFO - Running 2b stats for Jay Bell 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running ss stats for Jay Bell 2025-02-09 10:48:21,826 - card_creation - INFO - pos: ss / tz_runs: 5 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running 1b stats for Travis Lee 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running 3b stats for Matt Williams 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 3b / tz_runs: 8 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running 1b stats for Brent Brede 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,826 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-09 10:48:21,826 - card_creation - INFO - pos: rf / tz_runs: -7 2025-02-09 10:48:21,826 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,826 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,826 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-09 10:48:21,826 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,826 - card_creation - INFO - Running 2b stats for Tony Batista 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running 3b stats for Tony Batista 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running ss stats for Tony Batista 2025-02-09 10:48:21,826 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-09 10:48:21,826 - card_creation - INFO - Running 2b stats for Jeff Kent 2025-02-09 10:48:21,826 - card_creation - INFO - pos: 2b / tz_runs: -6 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 1b stats for Andy Fox 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 2b stats for Andy Fox 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 3b stats for Andy Fox 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-09 10:48:21,827 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-09 10:48:21,827 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-09 10:48:21,827 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-09 10:48:21,827 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,827 - card_creation - INFO - Running ss stats for Edgar Renteria 2025-02-09 10:48:21,827 - card_creation - INFO - pos: ss / tz_runs: -7 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 1b stats for Mark Kotsay 2025-02-09 10:48:21,827 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-09 10:48:21,827 - card_creation - INFO - pos: rf / tz_runs: 14 2025-02-09 10:48:21,827 - card_creation - INFO - Running 3b stats for Bobby Bonilla 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-09 10:48:21,827 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,827 - card_creation - INFO - Running 1b stats for Derrek Lee 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 2b stats for Andy Stankiewicz 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 2b stats for Craig Counsell 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 2b / tz_runs: 5 () 2025-02-09 10:48:21,827 - card_creation - INFO - Running 1b stats for Ryan Jackson 2025-02-09 10:48:21,827 - card_creation - INFO - pos: 1b / tz_runs: -6 () 2025-02-09 10:48:21,827 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,827 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,828 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,828 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-09 10:48:21,828 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,828 - card_creation - INFO - Running 2b stats for Dave Berg 2025-02-09 10:48:21,828 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running 3b stats for Dave Berg 2025-02-09 10:48:21,828 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running ss stats for Dave Berg 2025-02-09 10:48:21,828 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running ss stats for Walt Weiss 2025-02-09 10:48:21,828 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running 2b stats for Keith Lockhart 2025-02-09 10:48:21,828 - card_creation - INFO - pos: 2b / tz_runs: 7 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running 3b stats for Chipper Jones 2025-02-09 10:48:21,828 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-09 10:48:21,828 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-09 10:48:21,828 - card_creation - INFO - Running 1b stats for Ryan Klesko 2025-02-09 10:48:21,828 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,828 - card_creation - INFO - pos: lf / tz_runs: 8 2025-02-09 10:48:21,828 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,828 - card_creation - INFO - pos: cf / tz_runs: 35 2025-02-09 10:48:21,828 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,828 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-09 10:48:21,828 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,829 - card_creation - INFO - Running 2b stats for Tony Graffanino 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-09 10:48:21,829 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,829 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-09 10:48:21,829 - card_creation - INFO - pos: rf / tz_runs: 9 2025-02-09 10:48:21,829 - card_creation - INFO - Running 2b stats for Manny Alexander 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 2b / tz_runs: -3 () 2025-02-09 10:48:21,829 - card_creation - INFO - Running 3b stats for Manny Alexander 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-09 10:48:21,829 - card_creation - INFO - Running ss stats for Manny Alexander 2025-02-09 10:48:21,829 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-09 10:48:21,829 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-09 10:48:21,829 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,829 - card_creation - INFO - Running 1b stats for Mark Grace 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-09 10:48:21,829 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-09 10:48:21,829 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,829 - card_creation - INFO - Running 1b stats for Jose Hernandez 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,829 - card_creation - INFO - Running 2b stats for Jose Hernandez 2025-02-09 10:48:21,829 - card_creation - INFO - Running 3b stats for Jose Hernandez 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-09 10:48:21,829 - card_creation - INFO - Running ss stats for Jose Hernandez 2025-02-09 10:48:21,829 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-09 10:48:21,829 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,829 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-09 10:48:21,829 - card_creation - INFO - Running 3b stats for Kevin Orie 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-09 10:48:21,829 - card_creation - INFO - Running 1b stats for Brant Brown 2025-02-09 10:48:21,829 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,830 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,830 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-09 10:48:21,830 - card_creation - INFO - Running 1b stats for Scott Servais 2025-02-09 10:48:21,830 - card_creation - INFO - Running 2b stats for Mickey Morandini 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 2b / tz_runs: 10 () 2025-02-09 10:48:21,830 - card_creation - INFO - pos: lf / tz_runs: -9 2025-02-09 10:48:21,830 - card_creation - INFO - Running 2b stats for Fernando Vina 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 2b / tz_runs: -8 () 2025-02-09 10:48:21,830 - card_creation - INFO - Running 1b stats for Jeff Cirillo 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-09 10:48:21,830 - card_creation - INFO - Running 3b stats for Jeff Cirillo 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 3b / tz_runs: 16 () 2025-02-09 10:48:21,830 - card_creation - INFO - Running 1b stats for Mark Loretta 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,830 - card_creation - INFO - Running 2b stats for Mark Loretta 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,830 - card_creation - INFO - Running 3b stats for Mark Loretta 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-09 10:48:21,830 - card_creation - INFO - Running ss stats for Mark Loretta 2025-02-09 10:48:21,830 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-09 10:48:21,830 - card_creation - INFO - pos: rf / tz_runs: 11 2025-02-09 10:48:21,830 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-09 10:48:21,830 - card_creation - INFO - Running 1b stats for Dave Nilsson 2025-02-09 10:48:21,830 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-09 10:48:21,830 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,831 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,831 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-09 10:48:21,831 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,831 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,831 - card_creation - INFO - Running ss stats for Jose Valentin 2025-02-09 10:48:21,831 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-09 10:48:21,831 - card_creation - INFO - Running 2b stats for Tony Womack 2025-02-09 10:48:21,831 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-09 10:48:21,831 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-09 10:48:21,831 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-09 10:48:21,831 - card_creation - INFO - Running 1b stats for Kevin Young 2025-02-09 10:48:21,831 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,831 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-09 10:48:21,831 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,831 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-09 10:48:21,831 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-09 10:48:21,831 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,831 - card_creation - INFO - Running ss stats for Lou Collier 2025-02-09 10:48:21,831 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-09 10:48:21,831 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,831 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,831 - card_creation - INFO - Running 2b stats for Kevin Polcovich 2025-02-09 10:48:21,831 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,832 - card_creation - INFO - Running 3b stats for Kevin Polcovich 2025-02-09 10:48:21,832 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-09 10:48:21,832 - card_creation - INFO - Running ss stats for Kevin Polcovich 2025-02-09 10:48:21,832 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-09 10:48:21,832 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-09 10:48:21,832 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-09 10:48:21,832 - card_creation - INFO - Running ss stats for Jose Vizcaino 2025-02-09 10:48:21,832 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-09 10:48:21,832 - card_creation - INFO - Running 2b stats for Quilvio Veras 2025-02-09 10:48:21,832 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-09 10:48:21,832 - card_creation - INFO - pos: cf / tz_runs: -17 2025-02-09 10:48:21,832 - card_creation - INFO - pos: rf / tz_runs: -17 2025-02-09 10:48:21,832 - card_creation - INFO - Running 3b stats for Ken Caminiti 2025-02-09 10:48:21,832 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-09 10:48:21,832 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,832 - card_creation - INFO - Running 1b stats for Andy Sheets 2025-02-09 10:48:21,832 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-09 10:48:21,832 - card_creation - INFO - Running 2b stats for Andy Sheets 2025-02-09 10:48:21,832 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-09 10:48:21,832 - card_creation - INFO - Running 3b stats for Andy Sheets 2025-02-09 10:48:21,832 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-09 10:48:21,832 - card_creation - INFO - Running ss stats for Andy Sheets 2025-02-09 10:48:21,832 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-09 10:48:21,832 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,832 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,832 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,832 - card_creation - INFO - Running ss stats for Chris Gomez 2025-02-09 10:48:21,833 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-09 10:48:21,833 - card_creation - INFO - Running 2b stats for Delino DeShields 2025-02-09 10:48:21,833 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-09 10:48:21,833 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-09 10:48:21,833 - card_creation - INFO - Running 1b stats for Mark McGwire 2025-02-09 10:48:21,833 - card_creation - INFO - pos: 1b / tz_runs: -16 () 2025-02-09 10:48:21,833 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-09 10:48:21,833 - card_creation - INFO - pos: rf / tz_runs: 22 2025-02-09 10:48:21,833 - card_creation - INFO - Running 1b stats for Willie McGee 2025-02-09 10:48:21,833 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,833 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-09 10:48:21,833 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,833 - card_creation - INFO - Running 1b stats for John Mabry 2025-02-09 10:48:21,833 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-09 10:48:21,833 - card_creation - INFO - Running 3b stats for John Mabry 2025-02-09 10:48:21,833 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-09 10:48:21,833 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-09 10:48:21,833 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,833 - card_creation - INFO - Running 1b stats for Tom Lampkin 2025-02-09 10:48:21,833 - card_creation - INFO - Running 1b stats for Gary Gaetti 2025-02-09 10:48:21,833 - card_creation - INFO - Running 3b stats for Gary Gaetti 2025-02-09 10:48:21,833 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-09 10:48:21,833 - card_creation - INFO - Running 1b stats for Brian Hunter 2025-02-09 10:48:21,833 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,833 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,833 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,834 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,834 - card_creation - INFO - Running 1b stats for Rich Amaral 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-09 10:48:21,834 - card_creation - INFO - Running 2b stats for Rich Amaral 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,834 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-09 10:48:21,834 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-09 10:48:21,834 - card_creation - INFO - pos: cf / tz_runs: 5 2025-02-09 10:48:21,834 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,834 - card_creation - INFO - Running 1b stats for Dmitri Young 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-09 10:48:21,834 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,834 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,834 - card_creation - INFO - Running ss stats for Barry Larkin 2025-02-09 10:48:21,834 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-09 10:48:21,834 - card_creation - INFO - Running 3b stats for Willie Greene 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-09 10:48:21,834 - card_creation - INFO - Running ss stats for Willie Greene 2025-02-09 10:48:21,834 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,834 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-09 10:48:21,834 - card_creation - INFO - Running 2b stats for Bret Boone 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-09 10:48:21,834 - card_creation - INFO - Running 2b stats for Pokey Reese 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,834 - card_creation - INFO - Running 3b stats for Pokey Reese 2025-02-09 10:48:21,834 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,834 - card_creation - INFO - Running ss stats for Pokey Reese 2025-02-09 10:48:21,834 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running 2b stats for Danny Klassen 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 2b / tz_runs: -6 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running 2b stats for Chris Stynes 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running 3b stats for Chris Stynes 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running ss stats for Chris Stynes 2025-02-09 10:48:21,835 - card_creation - INFO - pos: lf / tz_runs: 4 2025-02-09 10:48:21,835 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,835 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,835 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,835 - card_creation - INFO - Running 2b stats for Craig Biggio 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running 1b stats for Bill Spiers 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running 2b stats for Bill Spiers 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-09 10:48:21,835 - card_creation - INFO - Running 3b stats for Bill Spiers 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 3b / tz_runs: -7 () 2025-02-09 10:48:21,835 - card_creation - INFO - pos: rf / tz_runs: 16 2025-02-09 10:48:21,835 - card_creation - INFO - Running 1b stats for Jeff Bagwell 2025-02-09 10:48:21,835 - card_creation - INFO - pos: 1b / tz_runs: 4 () 2025-02-09 10:48:21,835 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-09 10:48:21,835 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-09 10:48:21,835 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-09 10:48:21,835 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,835 - card_creation - INFO - Running ss stats for Ricky Gutierrez 2025-02-09 10:48:21,836 - card_creation - INFO - pos: ss / tz_runs: -17 () 2025-02-09 10:48:21,836 - card_creation - INFO - Running 3b stats for Sean Berry 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,836 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-09 10:48:21,836 - card_creation - INFO - Running ss stats for Jeff Blauser 2025-02-09 10:48:21,836 - card_creation - INFO - pos: ss / tz_runs: -9 () 2025-02-09 10:48:21,836 - card_creation - INFO - pos: cf / tz_runs: 8 2025-02-09 10:48:21,836 - card_creation - INFO - Running 3b stats for Scott Rolen 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-09 10:48:21,836 - card_creation - INFO - Running 1b stats for Rico Brogna 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-09 10:48:21,836 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,836 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-09 10:48:21,836 - card_creation - INFO - Running 2b stats for Mark Lewis 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 2b / tz_runs: -10 () 2025-02-09 10:48:21,836 - card_creation - INFO - pos: rf / tz_runs: 28 2025-02-09 10:48:21,836 - card_creation - INFO - Running ss stats for Desi Relaford 2025-02-09 10:48:21,836 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-09 10:48:21,836 - card_creation - INFO - Running 1b stats for Kevin Jordan 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-09 10:48:21,836 - card_creation - INFO - Running 2b stats for Kevin Jordan 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-09 10:48:21,836 - card_creation - INFO - Running 3b stats for Kevin Jordan 2025-02-09 10:48:21,836 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running 1b stats for John Olerud 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 1b / tz_runs: 15 () 2025-02-09 10:48:21,837 - card_creation - INFO - pos: cf / tz_runs: -8 2025-02-09 10:48:21,837 - card_creation - INFO - Running 2b stats for Carlos Baerga 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running ss stats for Rey Ordonez 2025-02-09 10:48:21,837 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running 3b stats for Edgardo Alfonzo 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running 2b stats for Luis Lopez 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running 3b stats for Luis Lopez 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running ss stats for Luis Lopez 2025-02-09 10:48:21,837 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-09 10:48:21,837 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,837 - card_creation - INFO - Running 2b stats for FP Santangelo 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,837 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-09 10:48:21,837 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-09 10:48:21,837 - card_creation - INFO - pos: rf / tz_runs: 17 2025-02-09 10:48:21,837 - card_creation - INFO - Running 1b stats for Brad Fullmer 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-09 10:48:21,837 - card_creation - INFO - Running 3b stats for Shane Andrews 2025-02-09 10:48:21,837 - card_creation - INFO - pos: 3b / tz_runs: 5 () 2025-02-09 10:48:21,838 - card_creation - INFO - Running 1b stats for Ryan McGuire 2025-02-09 10:48:21,838 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,838 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,838 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-09 10:48:21,838 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-09 10:48:21,838 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,838 - card_creation - INFO - pos: cf / tz_runs: 9 2025-02-09 10:48:21,838 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-09 10:48:21,838 - card_creation - INFO - Running ss stats for Mark Grudzielanek 2025-02-09 10:48:21,838 - card_creation - INFO - pos: ss / tz_runs: -20 () 2025-02-09 10:48:21,838 - card_creation - INFO - Running 1b stats for Eddie Perez 2025-02-09 10:48:21,838 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,838 - card_creation - INFO - Running 1b stats for Wally Joyner 2025-02-09 10:48:21,838 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,838 - card_creation - INFO - Running 1b stats for John Jaha 2025-02-09 10:48:21,838 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-09 10:48:21,838 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-09 10:48:21,838 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-09 10:48:21,838 - card_creation - INFO - pos: rf / tz_runs: 9 2025-02-09 10:48:21,838 - card_creation - INFO - Running 1b stats for Mark Smith 2025-02-09 10:48:21,838 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-09 10:48:21,838 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,838 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,838 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,838 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-09 10:48:21,839 - card_creation - INFO - Running 2b stats for Mike Mordecai 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running 3b stats for Mike Mordecai 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running ss stats for Mike Mordecai 2025-02-09 10:48:21,839 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running 2b stats for Jose Vidro 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running 3b stats for Jose Vidro 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running 2b stats for Lou Merloni 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running 3b stats for Lou Merloni 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,839 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-09 10:48:21,839 - card_creation - INFO - Running 1b stats for Felipe Crespo 2025-02-09 10:48:21,839 - card_creation - INFO - Running 2b stats for Felipe Crespo 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running 3b stats for Felipe Crespo 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,839 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-09 10:48:21,839 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-09 10:48:21,839 - card_creation - INFO - pos: rf / tz_runs: 5 2025-02-09 10:48:21,839 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-09 10:48:21,839 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-09 10:48:21,839 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-09 10:48:21,839 - card_creation - INFO - Running 1b stats for Eduardo Perez 2025-02-09 10:48:21,839 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-09 10:48:21,839 - card_creation - INFO - Running ss stats for Felix Martinez 2025-02-09 10:48:21,840 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 1b stats for Billy Ripken 2025-02-09 10:48:21,840 - card_creation - INFO - Running 2b stats for Billy Ripken 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 3b stats for Billy Ripken 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running ss stats for Billy Ripken 2025-02-09 10:48:21,840 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 2b stats for Mark Lemke 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-09 10:48:21,840 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-09 10:48:21,840 - card_creation - INFO - Running 2b stats for David Howard 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 3b stats for David Howard 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running ss stats for David Howard 2025-02-09 10:48:21,840 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 2b stats for Tim Bogar 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 3b stats for Tim Bogar 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running ss stats for Tim Bogar 2025-02-09 10:48:21,840 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-09 10:48:21,840 - card_creation - INFO - Running 3b stats for Aramis Ramirez 2025-02-09 10:48:21,840 - card_creation - INFO - pos: 3b / tz_runs: -8 () 2025-02-09 10:48:21,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'knoblch01'), ('cardset_id', 20)] 2025-02-09 10:48:22,112 - card_creation - INFO - session info: 2025-02-09 10:48:22,112 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35680, 'team': 47, 'player': 10633, 'created': 1730616941679}, {'id': 37972, 'team': 33, 'p [ S N I P P E D ] 2025-02-09 10:48:22,112 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10633/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:22,287 - card_creation - INFO - return: {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}} 2025-02-09 10:48:22,287 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeterde01'), ('cardset_id', 20)] 2025-02-09 10:48:22,468 - card_creation - INFO - session info: 2025-02-09 10:48:22,468 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeterde01', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36480, 'team': 47, 'player': 10938, 'created': 1730920176625}, {'id': 36568, 'team': 33, 'player': [ S N I P P E D ] 2025-02-09 10:48:22,468 - card_creation - INFO - patch: players [('cost', '796'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10938/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:22,688 - card_creation - INFO - return: {'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 796, 'image': 'https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeterde01', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}} 2025-02-09 10:48:22,688 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'neipa01"), ('cardset_id', 20)] 2025-02-09 10:48:22,829 - card_creation - INFO - session info: 2025-02-09 10:48:22,830 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'neipa01", 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35656, 'team': 47, 'player': 10634, 'created': 1730616941189}, {'id': 37484, 'team': 33 [ S N I P P E D ] 2025-02-09 10:48:22,830 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10634/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:22,967 - card_creation - INFO - return: {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'neipa01", 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}} 2025-02-09 10:48:22,968 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willibe02'), ('cardset_id', 20)] 2025-02-09 10:48:23,096 - card_creation - INFO - session info: 2025-02-09 10:48:23,096 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 294, 'image': 'https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willibe02', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35874, 'team': 33, 'player': 10635, 'created': 1730747682872}, {'id': 36539, 'team': 38, [ S N I P P E D ] 2025-02-09 10:48:23,096 - card_creation - INFO - patch: players [('cost', '253'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10635/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:23,249 - card_creation - INFO - return: {'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willibe02', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}} 2025-02-09 10:48:23,250 - card_creation - INFO - get: players id: None params: [('bbref_id', 'erstada01'), ('cardset_id', 20)] 2025-02-09 10:48:23,383 - card_creation - INFO - session info: 2025-02-09 10:48:23,383 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'erstada01', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36011, 'team': 69, 'player': 10636, 'created': 1730785303487}, {'id': 37478, 'team': 49, 'player': 1 [ S N I P P E D ] 2025-02-09 10:48:23,383 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10636/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:23,529 - card_creation - INFO - return: {'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'erstada01', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}} 2025-02-09 10:48:23,529 - card_creation - INFO - get: players id: None params: [('bbref_id', 'edmonji01'), ('cardset_id', 20)] 2025-02-09 10:48:23,668 - card_creation - INFO - session info: 2025-02-09 10:48:23,668 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonji01', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35675, 'team': 38, 'player': 10637, 'created': 1730616941935}, {'id': 35699, 'team': 47, 'player': [ S N I P P E D ] 2025-02-09 10:48:23,669 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10637/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:23,792 - card_creation - INFO - return: {'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonji01', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}} 2025-02-09 10:48:23,792 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hollida01'), ('cardset_id', 20)] 2025-02-09 10:48:23,911 - card_creation - INFO - session info: 2025-02-09 10:48:23,912 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollida01', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35615, 'team': 69, 'player': 10638, 'created': 1730616941935}, {'id': 35702, 'team': 47, 'play [ S N I P P E D ] 2025-02-09 10:48:23,912 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10638/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:24,033 - card_creation - INFO - return: {'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollida01', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}} 2025-02-09 10:48:24,033 - card_creation - INFO - get: players id: None params: [('bbref_id', 'salmoti01'), ('cardset_id', 20)] 2025-02-09 10:48:24,159 - card_creation - INFO - session info: 2025-02-09 10:48:24,159 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 292, 'image': 'https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'salmoti01', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35689, 'team': 47, 'player': 10639, 'created': 1730616941189}, {'id': 37889, 'team': 49, 'player': 106 [ S N I P P E D ] 2025-02-09 10:48:24,159 - card_creation - INFO - patch: players [('cost', '243'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10639/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:24,289 - card_creation - INFO - return: {'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 243, 'image': 'https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'salmoti01', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}} 2025-02-09 10:48:24,289 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fieldce01'), ('cardset_id', 20)] 2025-02-09 10:48:24,426 - card_creation - INFO - session info: 2025-02-09 10:48:24,427 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fieldce01', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35662, 'team': 38, 'player': 10640, 'created': 1730616940558}, {'id': 357 [ S N I P P E D ] 2025-02-09 10:48:24,427 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10640/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:24,526 - card_creation - INFO - return: {'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fieldce01', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}} 2025-02-09 10:48:24,527 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderga01'), ('cardset_id', 20)] 2025-02-09 10:48:24,659 - card_creation - INFO - session info: 2025-02-09 10:48:24,659 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 236, 'image': 'https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderga01', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35530, 'team': 38, 'player': 10641, 'created': 1730616941935}, {'id': 35595, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:48:24,659 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10641/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:24,748 - card_creation - INFO - return: {'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderga01', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}} 2025-02-09 10:48:24,748 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martiti02'), ('cardset_id', 20)] 2025-02-09 10:48:24,882 - card_creation - INFO - session info: 2025-02-09 10:48:24,882 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martiti02', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35687, 'team': 47, 'player': 10642, 'created': 1730616941189}, {'id': 36133, 'team': 33, [ S N I P P E D ] 2025-02-09 10:48:24,883 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10642/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:25,011 - card_creation - INFO - return: {'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martiti02', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}} 2025-02-09 10:48:25,011 - card_creation - INFO - get: players id: None params: [('bbref_id', 'curtich01'), ('cardset_id', 20)] 2025-02-09 10:48:25,127 - card_creation - INFO - session info: 2025-02-09 10:48:25,127 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'curtich01', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:25,128 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10939/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:25,260 - card_creation - INFO - return: {'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'curtich01', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}} 2025-02-09 10:48:25,260 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brosisc01'), ('cardset_id', 20)] 2025-02-09 10:48:25,368 - card_creation - INFO - session info: 2025-02-09 10:48:25,368 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brosisc01', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36671, 'team': 33, 'player': 10940, 'created': 1731602869923}, {'id': 36971, 'team' [ S N I P P E D ] 2025-02-09 10:48:25,368 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10940/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:25,475 - card_creation - INFO - return: {'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brosisc01', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}} 2025-02-09 10:48:25,475 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martino01'), ('cardset_id', 20)] 2025-02-09 10:48:25,595 - card_creation - INFO - session info: 2025-02-09 10:48:25,595 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martino01', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35408, 'team': 33, 'player': 10643, 'created': 1730616940558}, {'id': 35679, [ S N I P P E D ] 2025-02-09 10:48:25,596 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10643/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:25,718 - card_creation - INFO - return: {'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martino01', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}} 2025-02-09 10:48:25,718 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walbema01'), ('cardset_id', 20)] 2025-02-09 10:48:25,854 - card_creation - INFO - session info: 2025-02-09 10:48:25,854 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walbema01', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38322, 'team': 47, 'player': 11242, 'created': 1735336764577}]}}]} 2025-02-09 10:48:25,854 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11242/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:25,984 - card_creation - INFO - return: {'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walbema01', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}} 2025-02-09 10:48:25,984 - card_creation - INFO - get: players id: None params: [('bbref_id', 'disarga01'), ('cardset_id', 20)] 2025-02-09 10:48:26,118 - card_creation - INFO - session info: 2025-02-09 10:48:26,118 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'disarga01', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35591, 'team': 47, 'player': 10644, 'created': 1730616941189}, {'id': 36285, ' [ S N I P P E D ] 2025-02-09 10:48:26,118 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10644/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:26,243 - card_creation - INFO - return: {'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'disarga01', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}} 2025-02-09 10:48:26,244 - card_creation - INFO - get: players id: None params: [('bbref_id', 'girarjo01'), ('cardset_id', 20)] 2025-02-09 10:48:26,363 - card_creation - INFO - session info: 2025-02-09 10:48:26,363 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 240, 'image': 'https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'girarjo01', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:26,363 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11446/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:26,457 - card_creation - INFO - return: {'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'girarjo01', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}} 2025-02-09 10:48:26,457 - card_creation - INFO - get: players id: None params: [('bbref_id', 'raineti01'), ('cardset_id', 20)] 2025-02-09 10:48:26,559 - card_creation - INFO - session info: 2025-02-09 10:48:26,559 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'raineti01', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37669, 'team': 33, 'player': 10941, 'created': 1733172010978}, {'id': 38315, 'team': 47, 'play [ S N I P P E D ] 2025-02-09 10:48:26,560 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10941/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:26,660 - card_creation - INFO - return: {'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'raineti01', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}} 2025-02-09 10:48:26,661 - card_creation - INFO - get: players id: None params: [('bbref_id', 'strawda01'), ('cardset_id', 20)] 2025-02-09 10:48:26,804 - card_creation - INFO - session info: 2025-02-09 10:48:26,804 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'strawda01', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38556, 'team': 38, 'player': 11290, 'created': 1736803320971}]}}]} 2025-02-09 10:48:26,804 - card_creation - INFO - patch: players [('cost', '1442'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11290/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:26,923 - card_creation - INFO - return: {'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 1442, 'image': 'https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'strawda01', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}} 2025-02-09 10:48:26,923 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nevinph01'), ('cardset_id', 20)] 2025-02-09 10:48:27,054 - card_creation - INFO - session info: 2025-02-09 10:48:27,054 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nevinph01', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:27,055 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11111/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:27,170 - card_creation - INFO - return: {'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nevinph01', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}} 2025-02-09 10:48:27,171 - card_creation - INFO - get: players id: None params: [('bbref_id', 'posadjo01'), ('cardset_id', 20)] 2025-02-09 10:48:27,283 - card_creation - INFO - session info: 2025-02-09 10:48:27,283 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 289, 'image': 'https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'posadjo01', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37422, 'team': 31, 'player': 11112, 'created': 1731963342633}, {'id': 37659, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:48:27,283 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11112/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:27,399 - card_creation - INFO - return: {'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'posadjo01', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}} 2025-02-09 10:48:27,399 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loftoke01'), ('cardset_id', 20)] 2025-02-09 10:48:27,516 - card_creation - INFO - session info: 2025-02-09 10:48:27,516 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 266, 'image': 'https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loftoke01', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35810, 'team': 31, 'player': 10645, 'created': 1730616941189}, {'id': 35957, 'team': 55, [ S N I P P E D ] 2025-02-09 10:48:27,517 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10645/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:27,597 - card_creation - INFO - return: {'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loftoke01', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}} 2025-02-09 10:48:27,597 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vizquom01'), ('cardset_id', 20)] 2025-02-09 10:48:27,725 - card_creation - INFO - session info: 2025-02-09 10:48:27,725 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizquom01', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35814, 'team': 31, 'player': 10646, 'created': 1730616941189}, {'id': 37458, 'team': 49, 'p [ S N I P P E D ] 2025-02-09 10:48:27,725 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10646/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:27,834 - card_creation - INFO - return: {'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizquom01', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}} 2025-02-09 10:48:27,834 - card_creation - INFO - get: players id: None params: [('bbref_id', 'justida01'), ('cardset_id', 20)] 2025-02-09 10:48:27,948 - card_creation - INFO - session info: 2025-02-09 10:48:27,948 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10647, 'p_name': 'David Justice', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35522, 'team': 47, 'player': 10647, 'created': 1730616941935}, {'id': 35919, 'team': [ S N I P P E D ] 2025-02-09 10:48:27,949 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10647/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:28,021 - card_creation - INFO - return: {'player_id': 10647, 'p_name': 'David Justice', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}} 2025-02-09 10:48:28,021 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ramirma02'), ('cardset_id', 20)] 2025-02-09 10:48:28,162 - card_creation - INFO - session info: 2025-02-09 10:48:28,162 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirma02', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35610, 'team': 69, 'player': 10648, 'created': 1730616941060}, {'id': 35661, 'team': 38, [ S N I P P E D ] 2025-02-09 10:48:28,163 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10648/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:28,285 - card_creation - INFO - return: {'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirma02', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}} 2025-02-09 10:48:28,285 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 20)] 2025-02-09 10:48:28,429 - card_creation - INFO - session info: 2025-02-09 10:48:28,429 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 550, 'image': 'https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35579, 'team': 69, 'player': 10649, 'created': 1730616941189}, {'id': 35682, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-09 10:48:28,430 - card_creation - INFO - patch: players [('cost', '466'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10649/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:28,534 - card_creation - INFO - return: {'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 466, 'image': 'https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-09 10:48:28,534 - card_creation - INFO - get: players id: None params: [('bbref_id', 'frymatr01'), ('cardset_id', 20)] 2025-02-09 10:48:28,660 - card_creation - INFO - session info: 2025-02-09 10:48:28,660 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frymatr01', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35557, 'team': 69, 'player': 10650, 'created': 1730616941390}, {'id': 35783, 'team': 47, [ S N I P P E D ] 2025-02-09 10:48:28,660 - card_creation - INFO - patch: players [('cost', '520'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10650/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:28,742 - card_creation - INFO - return: {'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 520, 'image': 'https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frymatr01', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}} 2025-02-09 10:48:28,742 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gilesbr02'), ('cardset_id', 20)] 2025-02-09 10:48:28,817 - card_creation - INFO - session info: 2025-02-09 10:48:28,818 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 284, 'image': 'https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilesbr02', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:28,818 - card_creation - INFO - patch: players [('cost', '270'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11485/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:28,895 - card_creation - INFO - return: {'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilesbr02', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}} 2025-02-09 10:48:28,895 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bordepa01'), ('cardset_id', 20)] 2025-02-09 10:48:29,009 - card_creation - INFO - session info: 2025-02-09 10:48:29,009 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordepa01', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:29,009 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11486/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:29,095 - card_creation - INFO - return: {'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordepa01', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}} 2025-02-09 10:48:29,096 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dunstsh01'), ('cardset_id', 20)] 2025-02-09 10:48:29,240 - card_creation - INFO - session info: 2025-02-09 10:48:29,240 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunstsh01', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35525, 'team': 38, 'player': 10651, 'created': 1730616940591}, {'id': 36098, 'team [ S N I P P E D ] 2025-02-09 10:48:29,241 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10651/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:29,328 - card_creation - INFO - return: {'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunstsh01', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}} 2025-02-09 10:48:29,329 - card_creation - INFO - get: players id: None params: [('bbref_id', 'berroge01'), ('cardset_id', 20)] 2025-02-09 10:48:29,452 - card_creation - INFO - session info: 2025-02-09 10:48:29,452 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berroge01', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:29,453 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11447/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:29,582 - card_creation - INFO - return: {'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berroge01', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}} 2025-02-09 10:48:29,582 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shiplcr01'), ('cardset_id', 20)] 2025-02-09 10:48:29,723 - card_creation - INFO - session info: 2025-02-09 10:48:29,723 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shiplcr01', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:29,723 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11448/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:29,858 - card_creation - INFO - return: {'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shiplcr01', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}} 2025-02-09 10:48:29,859 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcino01'), ('cardset_id', 20)] 2025-02-09 10:48:29,989 - card_creation - INFO - session info: 2025-02-09 10:48:29,989 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 228, 'image': 'https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35589, 'team': 47, 'player': 10652, 'created': 1730616941189}, {'id': 35816, 'team': 31, [ S N I P P E D ] 2025-02-09 10:48:29,989 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10652/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:30,087 - card_creation - INFO - return: {'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-09 10:48:30,087 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenjo02'), ('cardset_id', 20)] 2025-02-09 10:48:30,214 - card_creation - INFO - session info: 2025-02-09 10:48:30,214 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10653, 'p_name': 'John Valentin', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo02', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35652, 'team': 47, 'player': 10653, 'created': 1730616941406}, {'id': 35676, 'team': 38, 'player [ S N I P P E D ] 2025-02-09 10:48:30,214 - card_creation - INFO - patch: players [('cost', '262'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10653/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:30,358 - card_creation - INFO - return: {'player_id': 10653, 'p_name': 'John Valentin', 'cost': 262, 'image': 'https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo02', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}} 2025-02-09 10:48:30,359 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vaughmo01'), ('cardset_id', 20)] 2025-02-09 10:48:30,490 - card_creation - INFO - session info: 2025-02-09 10:48:30,490 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 550, 'image': 'https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughmo01', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37583, 'team': 33, 'player': 10654, 'created': 1731963342653}]}}]} 2025-02-09 10:48:30,490 - card_creation - INFO - patch: players [('cost', '1213'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10654/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:30,622 - card_creation - INFO - return: {'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 1213, 'image': 'https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughmo01', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}} 2025-02-09 10:48:30,622 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leyriji01'), ('cardset_id', 20)] 2025-02-09 10:48:30,762 - card_creation - INFO - session info: 2025-02-09 10:48:30,763 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 283, 'image': 'https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leyriji01', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:30,763 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11199/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:30,886 - card_creation - INFO - return: {'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leyriji01', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}} 2025-02-09 10:48:30,886 - card_creation - INFO - get: players id: None params: [('bbref_id', 'varitja01'), ('cardset_id', 20)] 2025-02-09 10:48:31,037 - card_creation - INFO - session info: 2025-02-09 10:48:31,037 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'varitja01', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:31,037 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11449/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:31,164 - card_creation - INFO - return: {'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'varitja01', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}} 2025-02-09 10:48:31,164 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buforda01'), ('cardset_id', 20)] 2025-02-09 10:48:31,273 - card_creation - INFO - session info: 2025-02-09 10:48:31,273 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:31,273 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bufod001')] 2025-02-09 10:48:31,439 - card_creation - INFO - session info: 2025-02-09 10:48:31,439 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:31,439 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Damon', 'last_name': 'Buford', 'key_mlbam': 111673, 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001'} type: 2025-02-09 10:48:31,570 - card_creation - INFO - return: {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3} 2025-02-09 10:48:31,570 - card_creation - INFO - Only one position found for Damon Buford 2025-02-09 10:48:31,571 - card_creation - INFO - post: players payload: {'p_name': 'Damon Buford', 'cost': '30', 'image': 'change-me', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset_id': 20, 'set_num': 1001635, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'buforda01', 'fangr_id': 1001635, 'mlbplayer_id': 4300, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:48:31,721 - card_creation - INFO - return: {'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'change-me', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buforda01', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}} 2025-02-09 10:48:31,721 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11505/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:31,838 - card_creation - INFO - return: {'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buforda01', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}} 2025-02-09 10:48:31,838 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benjami01'), ('cardset_id', 20)] 2025-02-09 10:48:31,975 - card_creation - INFO - session info: 2025-02-09 10:48:31,975 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benjami01', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37320, 'team': 47, 'player': 11042, 'created': 1731963342633}, {'id': 38563, 'team': 55, 'player': [ S N I P P E D ] 2025-02-09 10:48:31,975 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11042/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:32,101 - card_creation - INFO - return: {'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benjami01', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}} 2025-02-09 10:48:32,102 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lewisda01'), ('cardset_id', 20)] 2025-02-09 10:48:32,195 - card_creation - INFO - session info: 2025-02-09 10:48:32,196 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisda01', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:32,196 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10655/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:32,311 - card_creation - INFO - return: {'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisda01', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}} 2025-02-09 10:48:32,311 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'leatr01"), ('cardset_id', 20)] 2025-02-09 10:48:32,432 - card_creation - INFO - session info: 2025-02-09 10:48:32,432 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'leatr01", 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35606, 'team': 69, 'player': 10656, 'created': 1730616941189}, {'id': 35918, 'team': 55, 'player': [ S N I P P E D ] 2025-02-09 10:48:32,433 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10656/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:32,567 - card_creation - INFO - return: {'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'leatr01", 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}} 2025-02-09 10:48:32,567 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hattesc01'), ('cardset_id', 20)] 2025-02-09 10:48:32,712 - card_creation - INFO - session info: 2025-02-09 10:48:32,712 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hattesc01', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37169, 'team': 52, 'player': 10942, 'created': 1731963342633}, {'id': 37663, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:48:32,712 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10942/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:32,810 - card_creation - INFO - return: {'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hattesc01', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}} 2025-02-09 10:48:32,810 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeffere01'), ('cardset_id', 20)] 2025-02-09 10:48:32,938 - card_creation - INFO - session info: 2025-02-09 10:48:32,938 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffere01', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:32,938 - card_creation - INFO - patch: players [('cost', '290'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11450/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:33,060 - card_creation - INFO - return: {'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffere01', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}} 2025-02-09 10:48:33,060 - card_creation - INFO - get: players id: None params: [('bbref_id', 'braggda01'), ('cardset_id', 20)] 2025-02-09 10:48:33,189 - card_creation - INFO - session info: 2025-02-09 10:48:33,189 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'braggda01', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37664, 'team': 33, 'player': 11043, 'created': 1731963342633}, {'id': 37712, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-09 10:48:33,189 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11043/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:33,268 - card_creation - INFO - return: {'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'braggda01', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}} 2025-02-09 10:48:33,268 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mccraqu01'), ('cardset_id', 20)] 2025-02-09 10:48:33,392 - card_creation - INFO - session info: 2025-02-09 10:48:33,393 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mccraqu01', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35659, 'team': 38, 'player': 10657, 'created': 1730616940558}, {'id': 36113, 't [ S N I P P E D ] 2025-02-09 10:48:33,393 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10657/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:33,503 - card_creation - INFO - return: {'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mccraqu01', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}} 2025-02-09 10:48:33,504 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martida01'), ('cardset_id', 20)] 2025-02-09 10:48:33,644 - card_creation - INFO - session info: 2025-02-09 10:48:33,645 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martida01', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35402, 'team': 33, 'player': 10658, 'created': 1730616941935}, {'id': 35500, 'tea [ S N I P P E D ] 2025-02-09 10:48:33,645 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10658/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:33,729 - card_creation - INFO - return: {'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martida01', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}} 2025-02-09 10:48:33,729 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boggswa01'), ('cardset_id', 20)] 2025-02-09 10:48:33,848 - card_creation - INFO - session info: 2025-02-09 10:48:33,848 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 251, 'image': 'https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boggswa01', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37564, 'team': 33, 'player': 11113, 'created': 1731963342653}]}}]} 2025-02-09 10:48:33,849 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11113/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:33,954 - card_creation - INFO - return: {'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boggswa01', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}} 2025-02-09 10:48:33,954 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgrifr01'), ('cardset_id', 20)] 2025-02-09 10:48:34,107 - card_creation - INFO - session info: 2025-02-09 10:48:34,107 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgrifr01', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35784, 'team': 47, 'player': 10659, 'created': 1730616941935}, {'id': 38294, 'team': 69, 'playe [ S N I P P E D ] 2025-02-09 10:48:34,108 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10659/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:34,200 - card_creation - INFO - return: {'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgrifr01', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}} 2025-02-09 10:48:34,201 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sorrepa01'), ('cardset_id', 20)] 2025-02-09 10:48:34,347 - card_creation - INFO - session info: 2025-02-09 10:48:34,348 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sorrepa01', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35912, 'team': 55, 'player': 10660, 'created': 1730748267374}, {'id': 36197, 'tea [ S N I P P E D ] 2025-02-09 10:48:34,348 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10660/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:34,445 - card_creation - INFO - return: {'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sorrepa01', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}} 2025-02-09 10:48:34,445 - card_creation - INFO - get: players id: None params: [('bbref_id', 'butleri01'), ('cardset_id', 20)] 2025-02-09 10:48:34,588 - card_creation - INFO - session info: 2025-02-09 10:48:34,588 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'butleri01', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35829, 'team': 33, 'player': 10661, 'created': 1730616941189}, {'id': 36473, 'te [ S N I P P E D ] 2025-02-09 10:48:34,588 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10661/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:34,727 - card_creation - INFO - return: {'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'butleri01', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}} 2025-02-09 10:48:34,727 - card_creation - INFO - get: players id: None params: [('bbref_id', 'flahejo01'), ('cardset_id', 20)] 2025-02-09 10:48:34,818 - card_creation - INFO - session info: 2025-02-09 10:48:34,818 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'flahejo01', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:34,818 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10943/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:34,944 - card_creation - INFO - return: {'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'flahejo01', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}} 2025-02-09 10:48:34,944 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stockke01'), ('cardset_id', 20)] 2025-02-09 10:48:35,085 - card_creation - INFO - session info: 2025-02-09 10:48:35,085 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stockke01', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35618, 'team': 69, 'player': 10662, 'created': 1730616941935}, {'id': 35729, [ S N I P P E D ] 2025-02-09 10:48:35,086 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10662/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:35,222 - card_creation - INFO - return: {'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stockke01', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}} 2025-02-09 10:48:35,223 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cairomi01'), ('cardset_id', 20)] 2025-02-09 10:48:35,318 - card_creation - INFO - session info: 2025-02-09 10:48:35,318 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cairomi01', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35703, 'team': 47, 'player': 10663, 'created': 1730616941189}, {'id': 37837, 'team': 38, 'pl [ S N I P P E D ] 2025-02-09 10:48:35,318 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10663/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:35,412 - card_creation - INFO - return: {'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cairomi01', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}} 2025-02-09 10:48:35,412 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithbo06'), ('cardset_id', 20)] 2025-02-09 10:48:35,557 - card_creation - INFO - session info: 2025-02-09 10:48:35,557 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithbo06', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35506, 'team': 47, 'player': 10664, 'created': 1730616941189}, {'id': 35741, 'team': 38, 'player': [ S N I P P E D ] 2025-02-09 10:48:35,557 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10664/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:35,686 - card_creation - INFO - return: {'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithbo06', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}} 2025-02-09 10:48:35,686 - card_creation - INFO - get: players id: None params: [('bbref_id', 'difelmi01'), ('cardset_id', 20)] 2025-02-09 10:48:35,809 - card_creation - INFO - session info: 2025-02-09 10:48:35,809 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'difelmi01', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37658, 'team': 33, 'player': 11168, 'created': 1731963342633}, {'id': 37873, 'team': 47, [ S N I P P E D ] 2025-02-09 10:48:35,810 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11168/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:35,906 - card_creation - INFO - return: {'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'difelmi01', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}} 2025-02-09 10:48:35,906 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mashoda01'), ('cardset_id', 20)] 2025-02-09 10:48:36,038 - card_creation - INFO - session info: 2025-02-09 10:48:36,039 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mashoda01', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36976, 'team': 47, 'player': 11044, 'created': 1731602869931}]}}]} 2025-02-09 10:48:36,039 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11044/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:36,187 - card_creation - INFO - return: {'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mashoda01', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}} 2025-02-09 10:48:36,188 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ledesaa01'), ('cardset_id', 20)] 2025-02-09 10:48:36,341 - card_creation - INFO - session info: 2025-02-09 10:48:36,341 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ledesaa01', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:36,342 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11169/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:36,484 - card_creation - INFO - return: {'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ledesaa01', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}} 2025-02-09 10:48:36,484 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alomaro01'), ('cardset_id', 20)] 2025-02-09 10:48:36,577 - card_creation - INFO - session info: 2025-02-09 10:48:36,578 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 278, 'image': 'https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomaro01', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35503, 'team': 47, 'player': 10665, 'created': 1730616941189}, {'id': 35536, 'team': 38, [ S N I P P E D ] 2025-02-09 10:48:36,579 - card_creation - INFO - patch: players [('cost', '300'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10665/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:36,678 - card_creation - INFO - return: {'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomaro01', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}} 2025-02-09 10:48:36,678 - card_creation - INFO - get: players id: None params: [('bbref_id', 'surhob.01'), ('cardset_id', 20)] 2025-02-09 10:48:36,778 - card_creation - INFO - session info: 2025-02-09 10:48:36,778 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'surhob.01', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35669, 'team': 38, 'player': 10666, 'created': 1730616941189}, {'id': 35824, 'team': 31, 'player': [ S N I P P E D ] 2025-02-09 10:48:36,779 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10666/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:36,884 - card_creation - INFO - return: {'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'surhob.01', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}} 2025-02-09 10:48:36,885 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baineha01'), ('cardset_id', 20)] 2025-02-09 10:48:37,029 - card_creation - INFO - session info: 2025-02-09 10:48:37,029 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baineha01', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37856, 'team': 47, 'player': 11200, 'created': 1733700057449}]}}]} 2025-02-09 10:48:37,029 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11200/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:37,149 - card_creation - INFO - return: {'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baineha01', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}} 2025-02-09 10:48:37,150 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cartejo01'), ('cardset_id', 20)] 2025-02-09 10:48:37,250 - card_creation - INFO - session info: 2025-02-09 10:48:37,250 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cartejo01', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35648, 'team': 47, 'player': 10667, 'created': 1730616940558}, {'id': 35964, [ S N I P P E D ] 2025-02-09 10:48:37,250 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10667/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:37,358 - card_creation - INFO - return: {'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cartejo01', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}} 2025-02-09 10:48:37,358 - card_creation - INFO - get: players id: None params: [('bbref_id', 'palmera01'), ('cardset_id', 20)] 2025-02-09 10:48:37,482 - card_creation - INFO - session info: 2025-02-09 10:48:37,482 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 1374, 'image': 'https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmera01', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35677, 'team': 38, 'player': 10668, 'created': 1730616941935}, {'id': 35718, 'team': 47, [ S N I P P E D ] 2025-02-09 10:48:37,482 - card_creation - INFO - patch: players [('cost', '662'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10668/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:37,574 - card_creation - INFO - return: {'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 662, 'image': 'https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmera01', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}} 2025-02-09 10:48:37,574 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ripkeca01'), ('cardset_id', 20)] 2025-02-09 10:48:37,667 - card_creation - INFO - session info: 2025-02-09 10:48:37,668 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkeca01', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35518, 'team': 47, 'player': 10669, 'created': 1730616941935}, {'id': 36275, 'team': 55 [ S N I P P E D ] 2025-02-09 10:48:37,668 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10669/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:37,738 - card_creation - INFO - return: {'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkeca01', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}} 2025-02-09 10:48:37,739 - card_creation - INFO - get: players id: None params: [('bbref_id', 'webstle01'), ('cardset_id', 20)] 2025-02-09 10:48:37,830 - card_creation - INFO - session info: 2025-02-09 10:48:37,830 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 227, 'image': 'https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'webstle01', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36969, 'team': 47, 'player': 11045, 'created': 1731602869923}]}}]} 2025-02-09 10:48:37,830 - card_creation - INFO - patch: players [('cost', '300'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11045/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:37,919 - card_creation - INFO - return: {'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'webstle01', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}} 2025-02-09 10:48:37,919 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hammoje01'), ('cardset_id', 20)] 2025-02-09 10:48:38,032 - card_creation - INFO - session info: 2025-02-09 10:48:38,032 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hammoje01', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36462, 'team': 47, 'player': 10944, 'created': 1731272300483}, {'id': 37662, 'team': 33, 'p [ S N I P P E D ] 2025-02-09 10:48:38,033 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10944/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:38,156 - card_creation - INFO - return: {'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hammoje01', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}} 2025-02-09 10:48:38,156 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bordimi01'), ('cardset_id', 20)] 2025-02-09 10:48:38,291 - card_creation - INFO - session info: 2025-02-09 10:48:38,291 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordimi01', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35678, 'team': 47, 'player': 10670, 'created': 1730616941679}, {'id': 35920, 'team': 55, 'p [ S N I P P E D ] 2025-02-09 10:48:38,292 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10670/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:38,423 - card_creation - INFO - return: {'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordimi01', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}} 2025-02-09 10:48:38,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guilloz01'), ('cardset_id', 20)] 2025-02-09 10:48:38,549 - card_creation - INFO - session info: 2025-02-09 10:48:38,550 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilloz01', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:38,550 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11479/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:38,648 - card_creation - INFO - return: {'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilloz01', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}} 2025-02-09 10:48:38,648 - card_creation - INFO - get: players id: None params: [('bbref_id', 'daviser01'), ('cardset_id', 20)] 2025-02-09 10:48:38,738 - card_creation - INFO - session info: 2025-02-09 10:48:38,738 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daviser01', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36986, 'team': 47, 'player': 10945, 'created': 1731602869923}]}}]} 2025-02-09 10:48:38,738 - card_creation - INFO - patch: players [('cost', '1297'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10945/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:38,841 - card_creation - INFO - return: {'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daviser01', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}} 2025-02-09 10:48:38,841 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hoilech01'), ('cardset_id', 20)] 2025-02-09 10:48:38,925 - card_creation - INFO - session info: 2025-02-09 10:48:38,926 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoilech01', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37580, 'team': 33, 'player': 10946, 'created': 1731963342653}, {'id': 37718, 'team': [ S N I P P E D ] 2025-02-09 10:48:38,926 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10946/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:39,022 - card_creation - INFO - return: {'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoilech01', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}} 2025-02-09 10:48:39,023 - card_creation - INFO - get: players id: None params: [('bbref_id', 'durhara01'), ('cardset_id', 20)] 2025-02-09 10:48:39,164 - card_creation - INFO - session info: 2025-02-09 10:48:39,164 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 278, 'image': 'https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'durhara01', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35413, 'team': 33, 'player': 10671, 'created': 1730616942106}, {'id': 35549, 'team': 69, 'player' [ S N I P P E D ] 2025-02-09 10:48:39,164 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10671/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:39,244 - card_creation - INFO - return: {'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'durhara01', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}} 2025-02-09 10:48:39,244 - card_creation - INFO - get: players id: None params: [('bbref_id', 'camermi01'), ('cardset_id', 20)] 2025-02-09 10:48:39,359 - card_creation - INFO - session info: 2025-02-09 10:48:39,359 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'camermi01', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35691, 'team': 47, 'player': 10672, 'created': 1730616941189}, {'id': 35921, 'team': 55, 'pl [ S N I P P E D ] 2025-02-09 10:48:39,359 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10672/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:39,496 - card_creation - INFO - return: {'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'camermi01', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}} 2025-02-09 10:48:39,496 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomafr04'), ('cardset_id', 20)] 2025-02-09 10:48:39,597 - card_creation - INFO - session info: 2025-02-09 10:48:39,597 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomafr04', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 36288, 'team': 55, 'player': 10673, 'created': 1730920177137}, {'id': 36474, 'team': 47, 'play [ S N I P P E D ] 2025-02-09 10:48:39,598 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10673/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:39,745 - card_creation - INFO - return: {'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomafr04', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}} 2025-02-09 10:48:39,745 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 20)] 2025-02-09 10:48:39,923 - card_creation - INFO - session info: 2025-02-09 10:48:39,923 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 987, 'image': 'https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35532, 'team': 38, 'player': 10674, 'created': 1730616941935}, {'id': 35701, 'team': 4 [ S N I P P E D ] 2025-02-09 10:48:39,923 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10674/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:40,068 - card_creation - INFO - return: {'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-09 10:48:40,069 - card_creation - INFO - get: players id: None params: [('bbref_id', 'venturo01'), ('cardset_id', 20)] 2025-02-09 10:48:40,166 - card_creation - INFO - session info: 2025-02-09 10:48:40,166 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'venturo01', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35558, 'team': 69, 'player': 10675, 'created': 1730616941390}, {'id': 36518, 'team': 38, 'pla [ S N I P P E D ] 2025-02-09 10:48:40,167 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10675/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:40,304 - card_creation - INFO - return: {'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'venturo01', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}} 2025-02-09 10:48:40,304 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordewi01'), ('cardset_id', 20)] 2025-02-09 10:48:40,439 - card_creation - INFO - session info: 2025-02-09 10:48:40,439 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 297, 'image': 'https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordewi01', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37416, 'team': 31, 'player': 11046, 'created': 1731963342633}, {'id': 37682, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:48:40,439 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11046/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:40,586 - card_creation - INFO - return: {'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordewi01', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}} 2025-02-09 10:48:40,587 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ordonma01'), ('cardset_id', 20)] 2025-02-09 10:48:40,714 - card_creation - INFO - session info: 2025-02-09 10:48:40,714 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonma01', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35409, 'team': 33, 'player': 10676, 'created': 1730616940558}, {'id': 35663, 'team': [ S N I P P E D ] 2025-02-09 10:48:40,714 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10676/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:40,843 - card_creation - INFO - return: {'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonma01', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}} 2025-02-09 10:48:40,844 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kreutch01'), ('cardset_id', 20)] 2025-02-09 10:48:40,940 - card_creation - INFO - session info: 2025-02-09 10:48:40,940 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kreutch01', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37477, 'team': 33, 'player': 11114, 'created': 1731963342633}]}}]} 2025-02-09 10:48:40,941 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11114/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:41,048 - card_creation - INFO - return: {'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kreutch01', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}} 2025-02-09 10:48:41,048 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carusmi01'), ('cardset_id', 20)] 2025-02-09 10:48:41,175 - card_creation - INFO - session info: 2025-02-09 10:48:41,175 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carusmi01', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37698, 'team': 47, 'player': 11047, 'created': 1733171881352}, {'id': 37785, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:48:41,176 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11047/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:41,262 - card_creation - INFO - return: {'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carusmi01', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}} 2025-02-09 10:48:41,262 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snopech01'), ('cardset_id', 20)] 2025-02-09 10:48:41,377 - card_creation - INFO - session info: 2025-02-09 10:48:41,377 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snopech01', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:41,377 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11291/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:41,507 - card_creation - INFO - return: {'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snopech01', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}} 2025-02-09 10:48:41,508 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'brich01"), ('cardset_id', 20)] 2025-02-09 10:48:41,635 - card_creation - INFO - session info: 2025-02-09 10:48:41,635 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'brich01", 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37323, 'team': 47, 'player': 11048, 'created': 1731963342630}, {'id': 37472, ' [ S N I P P E D ] 2025-02-09 10:48:41,635 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11048/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:41,732 - card_creation - INFO - return: {'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'brich01", 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}} 2025-02-09 10:48:41,733 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nortogr01'), ('cardset_id', 20)] 2025-02-09 10:48:41,834 - card_creation - INFO - session info: 2025-02-09 10:48:41,862 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nortogr01', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38815, 'team': 38, 'player': 11243, 'created': 1738297160146}]}}]} 2025-02-09 10:48:41,862 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11243/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:41,958 - card_creation - INFO - return: {'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nortogr01', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}} 2025-02-09 10:48:41,958 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abbotje01'), ('cardset_id', 20)] 2025-02-09 10:48:42,065 - card_creation - INFO - session info: 2025-02-09 10:48:42,065 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotje01', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38149, 'team': 38, 'player': 11244, 'created': 1735046474667}]}}]} 2025-02-09 10:48:42,066 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11244/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:42,201 - card_creation - INFO - return: {'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotje01', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}} 2025-02-09 10:48:42,201 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stewash01'), ('cardset_id', 20)] 2025-02-09 10:48:42,321 - card_creation - INFO - session info: 2025-02-09 10:48:42,321 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 250, 'image': 'https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stewash01', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35553, 'team': 69, 'player': 10677, 'created': 1730616941189}, {'id': 35660, 'team': [ S N I P P E D ] 2025-02-09 10:48:42,321 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10677/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:42,427 - card_creation - INFO - return: {'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stewash01', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}} 2025-02-09 10:48:42,428 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greensh01'), ('cardset_id', 20)] 2025-02-09 10:48:42,516 - card_creation - INFO - session info: 2025-02-09 10:48:42,516 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greensh01', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35539, 'team': 38, 'player': 10678, 'created': 1730616940558}, {'id': 35617, 'team': 69, 'pla [ S N I P P E D ] 2025-02-09 10:48:42,517 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10678/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:42,634 - card_creation - INFO - return: {'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greensh01', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}} 2025-02-09 10:48:42,634 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cansejo01'), ('cardset_id', 20)] 2025-02-09 10:48:42,761 - card_creation - INFO - session info: 2025-02-09 10:48:42,761 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cansejo01', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35523, 'team': 38, 'player': 10679, 'created': 1730616940591}, {'id': 35684, 't [ S N I P P E D ] 2025-02-09 10:48:42,761 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10679/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:42,878 - card_creation - INFO - return: {'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cansejo01', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}} 2025-02-09 10:48:42,878 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delgaca01'), ('cardset_id', 20)] 2025-02-09 10:48:42,998 - card_creation - INFO - session info: 2025-02-09 10:48:42,998 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delgaca01', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:42,998 - card_creation - INFO - patch: players [('cost', '848'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11049/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:43,118 - card_creation - INFO - return: {'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 848, 'image': 'https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delgaca01', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}} 2025-02-09 10:48:43,119 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stanlmi02'), ('cardset_id', 20)] 2025-02-09 10:48:43,224 - card_creation - INFO - session info: 2025-02-09 10:48:43,224 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stanlmi02', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35399, 'team': 33, 'player': 10680, 'created': 1730616941935}, {'id': 35519, 'team': 47, [ S N I P P E D ] 2025-02-09 10:48:43,224 - card_creation - INFO - patch: players [('cost', '1095'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10680/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:43,331 - card_creation - INFO - return: {'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 1095, 'image': 'https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stanlmi02', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}} 2025-02-09 10:48:43,331 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spraged02'), ('cardset_id', 20)] 2025-02-09 10:48:43,422 - card_creation - INFO - session info: 2025-02-09 10:48:43,423 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spraged02', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35785, 'team': 47, 'player': 10681, 'created': 1730616940558}, {'id': 37783, 'team' [ S N I P P E D ] 2025-02-09 10:48:43,423 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10681/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:43,508 - card_creation - INFO - return: {'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spraged02', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}} 2025-02-09 10:48:43,509 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fernato01'), ('cardset_id', 20)] 2025-02-09 10:48:43,610 - card_creation - INFO - session info: 2025-02-09 10:48:43,610 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fernato01', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35700, 'team': 47, 'player': 10682, 'created': 1730616941189}, {'id': 36196 [ S N I P P E D ] 2025-02-09 10:48:43,611 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10682/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:43,738 - card_creation - INFO - return: {'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fernato01', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}} 2025-02-09 10:48:43,739 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fletcda01'), ('cardset_id', 20)] 2025-02-09 10:48:43,837 - card_creation - INFO - session info: 2025-02-09 10:48:43,837 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fletcda01', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37329, 'team': 47, 'player': 11115, 'created': 1731963342653}]}}]} 2025-02-09 10:48:43,837 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11115/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:43,927 - card_creation - INFO - return: {'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fletcda01', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}} 2025-02-09 10:48:43,927 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaal01'), ('cardset_id', 20)] 2025-02-09 10:48:44,016 - card_creation - INFO - session info: 2025-02-09 10:48:44,016 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaal01', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35649, 'team': 47, 'player': 10683, 'created': 1730616940558}, {'id': 35929, 'team': 55, [ S N I P P E D ] 2025-02-09 10:48:44,016 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10683/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:44,142 - card_creation - INFO - return: {'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaal01', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}} 2025-02-09 10:48:44,142 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cruzjo02'), ('cardset_id', 20)] 2025-02-09 10:48:44,241 - card_creation - INFO - session info: 2025-02-09 10:48:44,241 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzjo02', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35412, 'team': 33, 'player': 10684, 'created': 1730616942106}]}}]} 2025-02-09 10:48:44,242 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10684/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:44,340 - card_creation - INFO - return: {'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzjo02', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}} 2025-02-09 10:48:44,340 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huntebr02'), ('cardset_id', 20)] 2025-02-09 10:48:44,443 - card_creation - INFO - session info: 2025-02-09 10:48:44,444 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr02', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:44,444 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10947/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:44,539 - card_creation - INFO - return: {'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr02', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}} 2025-02-09 10:48:44,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'randajo01'), ('cardset_id', 20)] 2025-02-09 10:48:44,635 - card_creation - INFO - session info: 2025-02-09 10:48:44,635 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'randajo01', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 36477, 'team': 47, 'player': 10948, 'created': 1730920176625}, {'id': 36521, 'team': 38, 'player': 1094 [ S N I P P E D ] 2025-02-09 10:48:44,635 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10948/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:44,774 - card_creation - INFO - return: {'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'randajo01', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}} 2025-02-09 10:48:44,774 - card_creation - INFO - get: players id: None params: [('bbref_id', 'higgibo02'), ('cardset_id', 20)] 2025-02-09 10:48:44,874 - card_creation - INFO - session info: 2025-02-09 10:48:44,874 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'higgibo02', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35398, 'team': 33, 'player': 10685, 'created': 1730616941935}, {'id': 35708, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:48:44,874 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10685/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:44,972 - card_creation - INFO - return: {'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'higgibo02', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}} 2025-02-09 10:48:44,973 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkto02'), ('cardset_id', 20)] 2025-02-09 10:48:45,080 - card_creation - INFO - session info: 2025-02-09 10:48:45,080 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 271, 'image': 'https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkto02', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36132, 'team': 33, 'player': 10686, 'created': 1730920177137}, {'id': 36265, 'team': 55, 'player': 1068 [ S N I P P E D ] 2025-02-09 10:48:45,080 - card_creation - INFO - patch: players [('cost', '251'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10686/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:45,165 - card_creation - INFO - return: {'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 251, 'image': 'https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkto02', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}} 2025-02-09 10:48:45,165 - card_creation - INFO - get: players id: None params: [('bbref_id', 'easleda01'), ('cardset_id', 20)] 2025-02-09 10:48:45,242 - card_creation - INFO - session info: 2025-02-09 10:48:45,242 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'easleda01', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36459, 'team': 47, 'player': 10949, 'created': 1730920177137}, {'id': 36608, 'team': 49, 'player': [ S N I P P E D ] 2025-02-09 10:48:45,243 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10949/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:45,323 - card_creation - INFO - return: {'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'easleda01', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}} 2025-02-09 10:48:45,323 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzalu01'), ('cardset_id', 20)] 2025-02-09 10:48:45,405 - card_creation - INFO - session info: 2025-02-09 10:48:45,405 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzalu01', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36471, 'team': 47, 'player': 10950, 'created': 1730920177283}, {'id': 37211, 'team': 33, 'player': 109 [ S N I P P E D ] 2025-02-09 10:48:45,406 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10950/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:45,493 - card_creation - INFO - return: {'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzalu01', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}} 2025-02-09 10:48:45,493 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olivejo01'), ('cardset_id', 20)] 2025-02-09 10:48:45,613 - card_creation - INFO - session info: 2025-02-09 10:48:45,613 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivejo01', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36995, 'team': 47, 'player': 11050, 'created': 1731602870133}, {'id': 37485, 'team': 33 [ S N I P P E D ] 2025-02-09 10:48:45,614 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11050/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:45,702 - card_creation - INFO - return: {'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivejo01', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}} 2025-02-09 10:48:45,702 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cruzde01'), ('cardset_id', 20)] 2025-02-09 10:48:45,780 - card_creation - INFO - session info: 2025-02-09 10:48:45,780 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzde01', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37711, 'team': 47, 'player': 11116, 'created': 1733172010978}]}}]} 2025-02-09 10:48:45,780 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11116/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:45,849 - card_creation - INFO - return: {'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzde01', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}} 2025-02-09 10:48:45,849 - card_creation - INFO - get: players id: None params: [('bbref_id', 'barteki01'), ('cardset_id', 20)] 2025-02-09 10:48:45,917 - card_creation - INFO - session info: 2025-02-09 10:48:45,917 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:45,917 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bartk001')] 2025-02-09 10:48:46,026 - card_creation - INFO - session info: 2025-02-09 10:48:46,027 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:46,027 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Kimera', 'last_name': 'Bartee', 'key_mlbam': 110638, 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001'} type: 2025-02-09 10:48:46,145 - card_creation - INFO - return: {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3} 2025-02-09 10:48:46,146 - card_creation - INFO - post: players payload: {'p_name': 'Kimera Bartee', 'cost': '10', 'image': 'change-me', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset_id': 20, 'set_num': 1000622, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'barteki01', 'fangr_id': 1000622, 'mlbplayer_id': 4301, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:48:46,244 - card_creation - INFO - return: {'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'barteki01', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}} 2025-02-09 10:48:46,244 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11506/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:46,368 - card_creation - INFO - return: {'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'barteki01', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}} 2025-02-09 10:48:46,368 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bakopa01'), ('cardset_id', 20)] 2025-02-09 10:48:46,449 - card_creation - INFO - session info: 2025-02-09 10:48:46,449 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:46,449 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bakop001')] 2025-02-09 10:48:46,552 - card_creation - INFO - session info: 2025-02-09 10:48:46,552 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}]} 2025-02-09 10:48:46,552 - card_creation - INFO - Only one position found for Paul Bako 2025-02-09 10:48:46,552 - card_creation - INFO - post: players payload: {'p_name': 'Paul Bako', 'cost': '10', 'image': 'change-me', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset_id': 20, 'set_num': 676, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'bakopa01', 'fangr_id': 676, 'mlbplayer_id': 2764, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:48:46,651 - card_creation - INFO - return: {'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bakopa01', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}} 2025-02-09 10:48:46,652 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11507/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:46,754 - card_creation - INFO - return: {'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bakopa01', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}} 2025-02-09 10:48:46,755 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henderi01'), ('cardset_id', 20)] 2025-02-09 10:48:46,841 - card_creation - INFO - session info: 2025-02-09 10:48:46,841 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henderi01', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35521, 'team': 47, 'player': 10687, 'created': 1730616941935}, {'id': 35587, 'team': 69 [ S N I P P E D ] 2025-02-09 10:48:46,841 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10687/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:46,939 - card_creation - INFO - return: {'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henderi01', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}} 2025-02-09 10:48:46,939 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grievbe01'), ('cardset_id', 20)] 2025-02-09 10:48:47,024 - card_creation - INFO - session info: 2025-02-09 10:48:47,024 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grievbe01', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35565, 'team': 69, 'player': 10688, 'created': 1730616941189}, {'id': 35705, 'team': 47, 'player [ S N I P P E D ] 2025-02-09 10:48:47,024 - card_creation - INFO - patch: players [('cost', '298'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10688/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:47,120 - card_creation - INFO - return: {'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 298, 'image': 'https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grievbe01', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}} 2025-02-09 10:48:47,121 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blowemi01'), ('cardset_id', 20)] 2025-02-09 10:48:47,264 - card_creation - INFO - session info: 2025-02-09 10:48:47,265 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blowemi01', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:47,265 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11117/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:47,351 - card_creation - INFO - return: {'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blowemi01', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}} 2025-02-09 10:48:47,351 - card_creation - INFO - get: players id: None params: [('bbref_id', 'giambja01'), ('cardset_id', 20)] 2025-02-09 10:48:47,458 - card_creation - INFO - session info: 2025-02-09 10:48:47,458 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'giambja01', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35396, 'team': 33, 'player': 10689, 'created': 1730616941679}, {'id': 35560, 'team': 69, 'player' [ S N I P P E D ] 2025-02-09 10:48:47,459 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10689/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:47,563 - card_creation - INFO - return: {'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'giambja01', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}} 2025-02-09 10:48:47,564 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abbotku01'), ('cardset_id', 20)] 2025-02-09 10:48:47,661 - card_creation - INFO - session info: 2025-02-09 10:48:47,661 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotku01', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37866, 'team': 47, 'player': 11118, 'created': 1733700057396}]}}]} 2025-02-09 10:48:47,662 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11118/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:47,753 - card_creation - INFO - return: {'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotku01', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}} 2025-02-09 10:48:47,753 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spiezsc01'), ('cardset_id', 20)] 2025-02-09 10:48:47,841 - card_creation - INFO - session info: 2025-02-09 10:48:47,841 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spiezsc01', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37209, 'team': 33, 'player': 10951, 'created': 1731963342633}, {'id': 37675, 'team': 47, 'pl [ S N I P P E D ] 2025-02-09 10:48:47,842 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10951/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:47,921 - card_creation - INFO - return: {'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spiezsc01', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}} 2025-02-09 10:48:47,921 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hincha.01'), ('cardset_id', 20)] 2025-02-09 10:48:48,012 - card_creation - INFO - session info: 2025-02-09 10:48:48,012 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hincha.01', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37469, 'team': 33, 'player': 10952, 'created': 1731963342633}, {'id': 38314, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-09 10:48:48,012 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10952/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:48,137 - card_creation - INFO - return: {'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hincha.01', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}} 2025-02-09 10:48:48,137 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bournra01'), ('cardset_id', 20)] 2025-02-09 10:48:48,239 - card_creation - INFO - session info: 2025-02-09 10:48:48,240 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bournra01', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37317, 'team': 47, 'player': 11119, 'created': 1731963342653}, {'id': 3 [ S N I P P E D ] 2025-02-09 10:48:48,240 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11119/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:48,330 - card_creation - INFO - return: {'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bournra01', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}} 2025-02-09 10:48:48,330 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baughju01'), ('cardset_id', 20)] 2025-02-09 10:48:48,489 - card_creation - INFO - session info: 2025-02-09 10:48:48,490 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baughju01', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38835, 'team': 38, 'player': 11201, 'created': 1738533340064}]}}]} 2025-02-09 10:48:48,490 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11201/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:48,576 - card_creation - INFO - return: {'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baughju01', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}} 2025-02-09 10:48:48,576 - card_creation - INFO - get: players id: None params: [('bbref_id', 'macfami01'), ('cardset_id', 20)] 2025-02-09 10:48:48,730 - card_creation - INFO - session info: 2025-02-09 10:48:48,730 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macfami01', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:48,731 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11120/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:48,869 - card_creation - INFO - return: {'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macfami01', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}} 2025-02-09 10:48:48,870 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 20)] 2025-02-09 10:48:48,967 - card_creation - INFO - session info: 2025-02-09 10:48:48,967 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 287, 'image': 'https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36454, 'team': 47, 'player': 10953, 'created': 1731272300483}]}}]} 2025-02-09 10:48:48,967 - card_creation - INFO - patch: players [('cost', '1093'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10953/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:49,057 - card_creation - INFO - return: {'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-09 10:48:49,057 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcdonja02'), ('cardset_id', 20)] 2025-02-09 10:48:49,189 - card_creation - INFO - session info: 2025-02-09 10:48:49,190 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdonja02', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37489, 'team': 33, 'player': 11121, 'created': 1731963342633}, {'id': 37684 [ S N I P P E D ] 2025-02-09 10:48:49,190 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11121/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:49,302 - card_creation - INFO - return: {'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdonja02', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}} 2025-02-09 10:48:49,302 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walketo04'), ('cardset_id', 20)] 2025-02-09 10:48:49,408 - card_creation - INFO - session info: 2025-02-09 10:48:49,408 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 272, 'image': 'https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walketo04', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:49,409 - card_creation - INFO - patch: players [('cost', '309'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11245/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:49,489 - card_creation - INFO - return: {'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walketo04', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}} 2025-02-09 10:48:49,489 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gatesbr01'), ('cardset_id', 20)] 2025-02-09 10:48:49,583 - card_creation - INFO - session info: 2025-02-09 10:48:49,583 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gatesbr01', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37719, 'team': 47, 'player': 11122, 'created': 1733172010978}]}}]} 2025-02-09 10:48:49,584 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11122/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:49,706 - card_creation - INFO - return: {'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gatesbr01', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}} 2025-02-09 10:48:49,706 - card_creation - INFO - get: players id: None params: [('bbref_id', 'molitpa01'), ('cardset_id', 20)] 2025-02-09 10:48:49,802 - card_creation - INFO - session info: 2025-02-09 10:48:49,802 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'molitpa01', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35497, 'team': 47, 'player': 10690, 'created': 1730616941189}, {'id': 36273, 'team': [ S N I P P E D ] 2025-02-09 10:48:49,802 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10690/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:49,924 - card_creation - INFO - return: {'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'molitpa01', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}} 2025-02-09 10:48:49,924 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordoma01'), ('cardset_id', 20)] 2025-02-09 10:48:50,032 - card_creation - INFO - session info: 2025-02-09 10:48:50,032 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordoma01', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37623, 'team': 33, 'player': 11123, 'created': 1731963342642}]}}]} 2025-02-09 10:48:50,033 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11123/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:50,121 - card_creation - INFO - return: {'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordoma01', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}} 2025-02-09 10:48:50,121 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lawtoma02'), ('cardset_id', 20)] 2025-02-09 10:48:50,224 - card_creation - INFO - session info: 2025-02-09 10:48:50,224 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lawtoma02', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37500, 'team': 33, 'player': 10954, 'created': 1731963342633}, {'id': 37679, 'team': 47, 'player': 10 [ S N I P P E D ] 2025-02-09 10:48:50,224 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10954/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:50,302 - card_creation - INFO - return: {'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lawtoma02', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}} 2025-02-09 10:48:50,302 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steinte01'), ('cardset_id', 20)] 2025-02-09 10:48:50,394 - card_creation - INFO - session info: 2025-02-09 10:48:50,394 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinte01', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37232, 'team': 33, 'player': 10691, 'created': 1731963342642}, {'id': 37401, 't [ S N I P P E D ] 2025-02-09 10:48:50,394 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10691/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:50,536 - card_creation - INFO - return: {'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinte01', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}} 2025-02-09 10:48:50,537 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mearepa01'), ('cardset_id', 20)] 2025-02-09 10:48:50,630 - card_creation - INFO - session info: 2025-02-09 10:48:50,630 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mearepa01', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35520, 'team': 47, 'player': 10692, 'created': 1730616941935}, {'id': 35720, 'team': 38, 'pla [ S N I P P E D ] 2025-02-09 10:48:50,631 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10692/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:50,716 - card_creation - INFO - return: {'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mearepa01', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}} 2025-02-09 10:48:50,716 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hockide01'), ('cardset_id', 20)] 2025-02-09 10:48:50,796 - card_creation - INFO - session info: 2025-02-09 10:48:50,796 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hockide01', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38334, 'team': 47, 'player': 11170, 'created': 1736205194812}]}}]} 2025-02-09 10:48:50,796 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11170/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:50,882 - card_creation - INFO - return: {'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hockide01', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}} 2025-02-09 10:48:50,883 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coomero01'), ('cardset_id', 20)] 2025-02-09 10:48:51,023 - card_creation - INFO - session info: 2025-02-09 10:48:51,023 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coomero01', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35550, 'team': 69, 'player': 10693, 'created': 1730616941189}, {'id': 35681, 'team': 47, 'player': 1069 [ S N I P P E D ] 2025-02-09 10:48:51,023 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10693/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:51,103 - card_creation - INFO - return: {'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coomero01', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}} 2025-02-09 10:48:51,103 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ochoaal01'), ('cardset_id', 20)] 2025-02-09 10:48:51,178 - card_creation - INFO - session info: 2025-02-09 10:48:51,179 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ochoaal01', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38409, 'team': 55, 'player': 11124, 'created': 1736205194812}]}}]} 2025-02-09 10:48:51,179 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11124/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:51,292 - card_creation - INFO - return: {'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ochoaal01', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}} 2025-02-09 10:48:51,292 - card_creation - INFO - get: players id: None params: [('bbref_id', 'damonjo01'), ('cardset_id', 20)] 2025-02-09 10:48:51,378 - card_creation - INFO - session info: 2025-02-09 10:48:51,378 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'damonjo01', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35554, 'team': 69, 'player': 10694, 'created': 1730616941189}, {'id': 35644, 'team': 47, [ S N I P P E D ] 2025-02-09 10:48:51,378 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10694/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:51,448 - card_creation - INFO - return: {'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'damonjo01', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}} 2025-02-09 10:48:51,448 - card_creation - INFO - get: players id: None params: [('bbref_id', 'offerjo01'), ('cardset_id', 20)] 2025-02-09 10:48:51,532 - card_creation - INFO - session info: 2025-02-09 10:48:51,532 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'offerjo01', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:51,533 - card_creation - INFO - patch: players [('cost', '868'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10695/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:51,612 - card_creation - INFO - return: {'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 868, 'image': 'https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'offerjo01', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}} 2025-02-09 10:48:51,612 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morriha02'), ('cardset_id', 20)] 2025-02-09 10:48:51,701 - card_creation - INFO - session info: 2025-02-09 10:48:51,702 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morriha02', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36006, 'team': 38, 'player': 10696, 'created': 1730785303729}, {'id': 37900, 'tea [ S N I P P E D ] 2025-02-09 10:48:51,702 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10696/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:51,792 - card_creation - INFO - return: {'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morriha02', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}} 2025-02-09 10:48:51,792 - card_creation - INFO - get: players id: None params: [('bbref_id', 'palmede01'), ('cardset_id', 20)] 2025-02-09 10:48:51,876 - card_creation - INFO - session info: 2025-02-09 10:48:51,876 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmede01', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36987, 'team': 47, 'player': 10697, 'created': 1731602869923}]}}]} 2025-02-09 10:48:51,876 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10697/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:51,964 - card_creation - INFO - return: {'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmede01', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}} 2025-02-09 10:48:51,964 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kingje01'), ('cardset_id', 20)] 2025-02-09 10:48:52,053 - card_creation - INFO - session info: 2025-02-09 10:48:52,054 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10698, 'p_name': 'Jeff King', 'cost': 287, 'image': 'https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingje01', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36481, 'team': 47, 'player': 10698, 'created': 1730920176625}, {'id': 37552, 'team': 33 [ S N I P P E D ] 2025-02-09 10:48:52,054 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10698/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:52,190 - card_creation - INFO - return: {'player_id': 10698, 'p_name': 'Jeff King', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingje01', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}} 2025-02-09 10:48:52,191 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coninje01'), ('cardset_id', 20)] 2025-02-09 10:48:52,284 - card_creation - INFO - session info: 2025-02-09 10:48:52,284 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coninje01', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:52,284 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11202/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:52,368 - card_creation - INFO - return: {'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coninje01', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}} 2025-02-09 10:48:52,368 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dyeje01'), ('cardset_id', 20)] 2025-02-09 10:48:52,471 - card_creation - INFO - session info: 2025-02-09 10:48:52,471 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dyeje01', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:52,472 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11203/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:52,565 - card_creation - INFO - return: {'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dyeje01', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}} 2025-02-09 10:48:52,565 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fasansa01'), ('cardset_id', 20)] 2025-02-09 10:48:52,677 - card_creation - INFO - session info: 2025-02-09 10:48:52,677 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasansa01', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:52,677 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11204/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:52,789 - card_creation - INFO - return: {'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasansa01', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}} 2025-02-09 10:48:52,790 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haltesh01'), ('cardset_id', 20)] 2025-02-09 10:48:52,880 - card_creation - INFO - session info: 2025-02-09 10:48:52,880 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haltesh01', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37578, 'team': 33, 'player': 11051, 'created': 1731963342633}]}}]} 2025-02-09 10:48:52,880 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11051/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:52,985 - card_creation - INFO - return: {'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haltesh01', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}} 2025-02-09 10:48:52,985 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezne01'), ('cardset_id', 20)] 2025-02-09 10:48:53,074 - card_creation - INFO - session info: 2025-02-09 10:48:53,074 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezne01', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35546, 'team': 69, 'player': 10699, 'created': 1730616941189}, {'id': 36517, 'team': 38, 'player': [ S N I P P E D ] 2025-02-09 10:48:53,074 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10699/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:53,169 - card_creation - INFO - return: {'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezne01', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}} 2025-02-09 10:48:53,170 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodwcu01'), ('cardset_id', 20)] 2025-02-09 10:48:53,286 - card_creation - INFO - session info: 2025-02-09 10:48:53,286 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwcu01', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38819, 'team': 38, 'player': 11246, 'created': 1738533340064}]}}]} 2025-02-09 10:48:53,286 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11246/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:53,380 - card_creation - INFO - return: {'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwcu01', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}} 2025-02-09 10:48:53,380 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bicheda01'), ('cardset_id', 20)] 2025-02-09 10:48:53,507 - card_creation - INFO - session info: 2025-02-09 10:48:53,507 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bicheda01', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35612, 'team': 69, 'player': 10700, 'created': 1730616941060}, {'id': 35636, 'tea [ S N I P P E D ] 2025-02-09 10:48:53,507 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10700/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:53,607 - card_creation - INFO - return: {'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bicheda01', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}} 2025-02-09 10:48:53,607 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walkela01'), ('cardset_id', 20)] 2025-02-09 10:48:53,714 - card_creation - INFO - session info: 2025-02-09 10:48:53,715 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37253, 'team': 49, 'player': 10701, 'created': 1731963342639}]}}]} 2025-02-09 10:48:53,715 - card_creation - INFO - patch: players [('cost', '2598'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10701/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:53,874 - card_creation - INFO - return: {'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 2598, 'image': 'https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}} 2025-02-09 10:48:53,875 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 20)] 2025-02-09 10:48:54,044 - card_creation - INFO - session info: 2025-02-09 10:48:54,044 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 940, 'image': 'https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35830, 'team': 33, 'player': 10702, 'created': 1730616941189}, {'id': 36262, 'team': 55, 'player': [ S N I P P E D ] 2025-02-09 10:48:54,044 - card_creation - INFO - patch: players [('cost', '1064'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10702/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:54,129 - card_creation - INFO - return: {'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 1064, 'image': 'https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-09 10:48:54,129 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burksel01'), ('cardset_id', 20)] 2025-02-09 10:48:54,212 - card_creation - INFO - session info: 2025-02-09 10:48:54,212 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 572, 'image': 'https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burksel01', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35588, 'team': 69, 'player': 10703, 'created': 1730616941189}, {'id': 35664, 'team': 38, ' [ S N I P P E D ] 2025-02-09 10:48:54,213 - card_creation - INFO - patch: players [('cost', '522'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10703/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:54,297 - card_creation - INFO - return: {'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 522, 'image': 'https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burksel01', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}} 2025-02-09 10:48:54,297 - card_creation - INFO - get: players id: None params: [('bbref_id', 'heltoto01'), ('cardset_id', 20)] 2025-02-09 10:48:54,388 - card_creation - INFO - session info: 2025-02-09 10:48:54,388 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 703, 'image': 'https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heltoto01', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36627, 'team': 47, 'player': 10955, 'created': 1731297998339}, {'id': 36657, 'team': 33, 'player': 109 [ S N I P P E D ] 2025-02-09 10:48:54,389 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10955/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:54,471 - card_creation - INFO - return: {'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heltoto01', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}} 2025-02-09 10:48:54,472 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lansimi01'), ('cardset_id', 20)] 2025-02-09 10:48:54,556 - card_creation - INFO - session info: 2025-02-09 10:48:54,556 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lansimi01', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35930, 'team': 55, 'player': 10704, 'created': 1730748267594}, {'id': 36528, 'team': [ S N I P P E D ] 2025-02-09 10:48:54,556 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10704/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:54,638 - card_creation - INFO - return: {'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lansimi01', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}} 2025-02-09 10:48:54,639 - card_creation - INFO - get: players id: None params: [('bbref_id', 'manwaki01'), ('cardset_id', 20)] 2025-02-09 10:48:54,747 - card_creation - INFO - session info: 2025-02-09 10:48:54,747 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 994, 'image': 'https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manwaki01', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36962, 'team': 47, 'player': 10956, 'created': 1731602869931}, {'id': 37493, 'team': [ S N I P P E D ] 2025-02-09 10:48:54,748 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10956/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:54,820 - card_creation - INFO - return: {'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manwaki01', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}} 2025-02-09 10:48:54,820 - card_creation - INFO - get: players id: None params: [('bbref_id', 'corajo01'), ('cardset_id', 20)] 2025-02-09 10:48:54,909 - card_creation - INFO - session info: 2025-02-09 10:48:54,909 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corajo01', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35505, 'team': 47, 'player': 10705, 'created': 1730616941189}, {'id': 35561, 'team' [ S N I P P E D ] 2025-02-09 10:48:54,910 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10705/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:55,025 - card_creation - INFO - return: {'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corajo01', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}} 2025-02-09 10:48:55,025 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrial01'), ('cardset_id', 20)] 2025-02-09 10:48:55,095 - card_creation - INFO - session info: 2025-02-09 10:48:55,095 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrial01', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36250, 'team': 47, 'player': 10706, 'created': 1730920176761}, {'id': 36538, 'team': 38, 'pl [ S N I P P E D ] 2025-02-09 10:48:55,096 - card_creation - INFO - patch: players [('cost', '259'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10706/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:55,208 - card_creation - INFO - return: {'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 259, 'image': 'https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrial01', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}} 2025-02-09 10:48:55,209 - card_creation - INFO - get: players id: None params: [('bbref_id', 'griffke02'), ('cardset_id', 20)] 2025-02-09 10:48:55,297 - card_creation - INFO - session info: 2025-02-09 10:48:55,298 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 1556, 'image': 'https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'griffke02', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35859, 'team': 53, 'player': 10707, 'created': 1730616941189}, {'id': 36094, 'team': 49, 'player': 10 [ S N I P P E D ] 2025-02-09 10:48:55,298 - card_creation - INFO - patch: players [('cost', '3190'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10707/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:55,387 - card_creation - INFO - return: {'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 3190, 'image': 'https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'griffke02', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}} 2025-02-09 10:48:55,387 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buhneja01'), ('cardset_id', 20)] 2025-02-09 10:48:55,474 - card_creation - INFO - session info: 2025-02-09 10:48:55,474 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buhneja01', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:55,475 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11451/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:55,544 - card_creation - INFO - return: {'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buhneja01', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}} 2025-02-09 10:48:55,544 - card_creation - INFO - get: players id: None params: [('bbref_id', 'seguida01'), ('cardset_id', 20)] 2025-02-09 10:48:55,625 - card_creation - INFO - session info: 2025-02-09 10:48:55,625 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10708, 'p_name': 'David Segui', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seguida01', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37475, 'team': 33, 'player': 10708, 'created': 1731963342633}, {'id': 37678, 'team': 47, 'player': [ S N I P P E D ] 2025-02-09 10:48:55,625 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10708/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:55,713 - card_creation - INFO - return: {'player_id': 10708, 'p_name': 'David Segui', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seguida01', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}} 2025-02-09 10:48:55,714 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martied01'), ('cardset_id', 20)] 2025-02-09 10:48:55,790 - card_creation - INFO - session info: 2025-02-09 10:48:55,790 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 1145, 'image': 'https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martied01', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35586, 'team': 69, 'player': 10709, 'created': 1730616941189}]}}]} 2025-02-09 10:48:55,790 - card_creation - INFO - patch: players [('cost', '269'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10709/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:55,880 - card_creation - INFO - return: {'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 269, 'image': 'https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martied01', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}} 2025-02-09 10:48:55,880 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hillgl01'), ('cardset_id', 20)] 2025-02-09 10:48:55,959 - card_creation - INFO - session info: 2025-02-09 10:48:55,959 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillgl01', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38336, 'team': 47, 'player': 11052, 'created': 1735336764577}]}}]} 2025-02-09 10:48:55,959 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11052/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:56,051 - card_creation - INFO - return: {'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillgl01', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}} 2025-02-09 10:48:56,051 - card_creation - INFO - get: players id: None params: [('bbref_id', 'davisru01'), ('cardset_id', 20)] 2025-02-09 10:48:56,138 - card_creation - INFO - session info: 2025-02-09 10:48:56,138 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'davisru01', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36483, 'team': 47, 'player': 10957, 'created': 1730920176625}, {'id': 37229, 'team': 33, [ S N I P P E D ] 2025-02-09 10:48:56,138 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10957/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:56,216 - card_creation - INFO - return: {'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'davisru01', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}} 2025-02-09 10:48:56,216 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wilsoda01'), ('cardset_id', 20)] 2025-02-09 10:48:56,294 - card_creation - INFO - session info: 2025-02-09 10:48:56,295 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wilsoda01', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36681, 'team': 33, 'player': 10958, 'created': 1731602869489}, {'id': 37701, 'team': 47, 'player': [ S N I P P E D ] 2025-02-09 10:48:56,295 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10958/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:56,379 - card_creation - INFO - return: {'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wilsoda01', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}} 2025-02-09 10:48:56,379 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alicelu01'), ('cardset_id', 20)] 2025-02-09 10:48:56,463 - card_creation - INFO - session info: 2025-02-09 10:48:56,463 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alicelu01', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:56,463 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11247/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:56,537 - card_creation - INFO - return: {'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alicelu01', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}} 2025-02-09 10:48:56,537 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellyro01'), ('cardset_id', 20)] 2025-02-09 10:48:56,621 - card_creation - INFO - session info: 2025-02-09 10:48:56,621 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:56,621 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'kellb002')] 2025-02-09 10:48:56,749 - card_creation - INFO - session info: 2025-02-09 10:48:56,750 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:48:56,750 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Roberto', 'last_name': 'Kelly', 'key_mlbam': 116959, 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002'} type: 2025-02-09 10:48:56,838 - card_creation - INFO - return: {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1} 2025-02-09 10:48:56,838 - card_creation - INFO - post: players payload: {'p_name': 'Roberto Kelly', 'cost': '9', 'image': 'change-me', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset_id': 20, 'set_num': 1006815, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'kellyro01', 'fangr_id': 1006815, 'mlbplayer_id': 4302, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:48:56,982 - card_creation - INFO - return: {'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 9, 'image': 'change-me', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellyro01', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}} 2025-02-09 10:48:56,982 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11508/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:57,076 - card_creation - INFO - return: {'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellyro01', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}} 2025-02-09 10:48:57,076 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greerru01'), ('cardset_id', 20)] 2025-02-09 10:48:57,210 - card_creation - INFO - session info: 2025-02-09 10:48:57,210 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greerru01', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35597, 'team': 47, 'player': 10710, 'created': 1730616940558}, {'id': 35658, 'team': 38, 'player': 107 [ S N I P P E D ] 2025-02-09 10:48:57,210 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10710/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:57,298 - card_creation - INFO - return: {'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greerru01', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}} 2025-02-09 10:48:57,298 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaju03'), ('cardset_id', 20)] 2025-02-09 10:48:57,415 - card_creation - INFO - session info: 2025-02-09 10:48:57,415 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 231, 'image': 'https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaju03', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35781, 'team': 47, 'player': 10711, 'created': 1730616941935}, {'id': 35862, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:48:57,415 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10711/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:57,510 - card_creation - INFO - return: {'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaju03', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}} 2025-02-09 10:48:57,510 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkwi02'), ('cardset_id', 20)] 2025-02-09 10:48:57,608 - card_creation - INFO - session info: 2025-02-09 10:48:57,608 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10712, 'p_name': 'Will Clark', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkwi02', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36059, 'team': 33, 'player': 10712, 'created': 1730785303487}, {'id': 37724, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:48:57,608 - card_creation - INFO - patch: players [('cost', '265'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10712/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:57,693 - card_creation - INFO - return: {'player_id': 10712, 'p_name': 'Will Clark', 'cost': 265, 'image': 'https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkwi02', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}} 2025-02-09 10:48:57,693 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodriiv01'), ('cardset_id', 20)] 2025-02-09 10:48:57,816 - card_creation - INFO - session info: 2025-02-09 10:48:57,816 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriiv01', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36077, 'team': 33, 'player': 10713, 'created': 1730785303487}]}}]} 2025-02-09 10:48:57,816 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10713/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:57,905 - card_creation - INFO - return: {'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriiv01', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}} 2025-02-09 10:48:57,906 - card_creation - INFO - get: players id: None params: [('bbref_id', 'elsteke01'), ('cardset_id', 20)] 2025-02-09 10:48:57,999 - card_creation - INFO - session info: 2025-02-09 10:48:57,999 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elsteke01', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36963, 'team': 47, 'player': 10714, 'created': 1731602869931}]}}]} 2025-02-09 10:48:57,999 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10714/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:58,088 - card_creation - INFO - return: {'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elsteke01', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}} 2025-02-09 10:48:58,088 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tatisfe01'), ('cardset_id', 20)] 2025-02-09 10:48:58,191 - card_creation - INFO - session info: 2025-02-09 10:48:58,191 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tatisfe01', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:58,191 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11125/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:58,280 - card_creation - INFO - return: {'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tatisfe01', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}} 2025-02-09 10:48:58,280 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodwto01'), ('cardset_id', 20)] 2025-02-09 10:48:58,389 - card_creation - INFO - session info: 2025-02-09 10:48:58,389 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwto01', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:58,390 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11126/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:58,485 - card_creation - INFO - return: {'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwto01', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}} 2025-02-09 10:48:58,486 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cedendo01'), ('cardset_id', 20)] 2025-02-09 10:48:58,582 - card_creation - INFO - session info: 2025-02-09 10:48:58,582 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedendo01', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:58,583 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11248/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:58,682 - card_creation - INFO - return: {'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedendo01', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}} 2025-02-09 10:48:58,682 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cedenro01'), ('cardset_id', 20)] 2025-02-09 10:48:58,777 - card_creation - INFO - session info: 2025-02-09 10:48:58,777 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedenro01', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37656, 'team': 33, 'player': 11053, 'created': 1733171881352}]}}]} 2025-02-09 10:48:58,778 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11053/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:58,867 - card_creation - INFO - return: {'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedenro01', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}} 2025-02-09 10:48:58,867 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guerrwi01'), ('cardset_id', 20)] 2025-02-09 10:48:58,997 - card_creation - INFO - session info: 2025-02-09 10:48:58,997 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 1493, 'image': 'https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrwi01', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:58,997 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11487/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:59,071 - card_creation - INFO - return: {'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrwi01', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}} 2025-02-09 10:48:59,071 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheffga01'), ('cardset_id', 20)] 2025-02-09 10:48:59,148 - card_creation - INFO - session info: 2025-02-09 10:48:59,148 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 4392, 'image': 'https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:59,148 - card_creation - INFO - patch: players [('cost', '291'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11171/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:59,266 - card_creation - INFO - return: {'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 291, 'image': 'https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-09 10:48:59,267 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karroer01'), ('cardset_id', 20)] 2025-02-09 10:48:59,347 - card_creation - INFO - session info: 2025-02-09 10:48:59,347 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karroer01', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37655, 'team': 33, 'player': 11172, 'created': 1733171881352}]}}]} 2025-02-09 10:48:59,347 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11172/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:59,438 - card_creation - INFO - return: {'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karroer01', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}} 2025-02-09 10:48:59,439 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mondera01'), ('cardset_id', 20)] 2025-02-09 10:48:59,522 - card_creation - INFO - session info: 2025-02-09 10:48:59,522 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mondera01', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36469, 'team': 47, 'player': 10959, 'created': 1730920177137}, {'id': 37423, 'team': [ S N I P P E D ] 2025-02-09 10:48:59,522 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10959/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:59,645 - card_creation - INFO - return: {'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mondera01', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}} 2025-02-09 10:48:59,645 - card_creation - INFO - get: players id: None params: [('bbref_id', 'konerpa01'), ('cardset_id', 20)] 2025-02-09 10:48:59,719 - card_creation - INFO - session info: 2025-02-09 10:48:59,719 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 280, 'image': 'https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'konerpa01', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:48:59,719 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11249/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:59,790 - card_creation - INFO - return: {'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'konerpa01', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}} 2025-02-09 10:48:59,790 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsch04'), ('cardset_id', 20)] 2025-02-09 10:48:59,863 - card_creation - INFO - session info: 2025-02-09 10:48:59,864 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 12, 'image': 'https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsch04', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38882, 'team': 47, 'player': 11173, 'created': 1738297182021}]}}]} 2025-02-09 10:48:59,864 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11173/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:48:59,974 - card_creation - INFO - return: {'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsch04', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}} 2025-02-09 10:48:59,974 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castrju01'), ('cardset_id', 20)] 2025-02-09 10:49:00,060 - card_creation - INFO - session info: 2025-02-09 10:49:00,060 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castrju01', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:00,060 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11292/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:00,150 - card_creation - INFO - return: {'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castrju01', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}} 2025-02-09 10:49:00,150 - card_creation - INFO - get: players id: None params: [('bbref_id', 'younger01'), ('cardset_id', 20)] 2025-02-09 10:49:00,227 - card_creation - INFO - session info: 2025-02-09 10:49:00,227 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10715, 'p_name': 'Eric Young', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'younger01', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35642, 'team': 47, 'player': 10715, 'created': 1730616941935}, {'id': 36071, 'team': 33, 'playe [ S N I P P E D ] 2025-02-09 10:49:00,228 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10715/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:00,331 - card_creation - INFO - return: {'player_id': 10715, 'p_name': 'Eric Young', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'younger01', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}} 2025-02-09 10:49:00,332 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamilda02'), ('cardset_id', 20)] 2025-02-09 10:49:00,425 - card_creation - INFO - session info: 2025-02-09 10:49:00,425 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamilda02', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35514, 'team': 47, 'player': 10716, 'created': 1730616941189}]}}]} 2025-02-09 10:49:00,425 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10716/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:00,511 - card_creation - INFO - return: {'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamilda02', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}} 2025-02-09 10:49:00,511 - card_creation - INFO - get: players id: None params: [('bbref_id', 'muellbi02'), ('cardset_id', 20)] 2025-02-09 10:49:00,608 - card_creation - INFO - session info: 2025-02-09 10:49:00,608 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'muellbi02', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36961, 'team': 47, 'player': 10717, 'created': 1731602869923}, {'id': 37559, 'team': 33, [ S N I P P E D ] 2025-02-09 10:49:00,609 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10717/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:00,733 - card_creation - INFO - return: {'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'muellbi02', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}} 2025-02-09 10:49:00,733 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bondsba01'), ('cardset_id', 20)] 2025-02-09 10:49:00,824 - card_creation - INFO - session info: 2025-02-09 10:49:00,824 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bondsba01', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35608, 'team': 69, 'player': 10718, 'created': 1730616941189}, {'id': 35651, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:49:00,824 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10718/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:00,911 - card_creation - INFO - return: {'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bondsba01', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}} 2025-02-09 10:49:00,911 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hayesch01'), ('cardset_id', 20)] 2025-02-09 10:49:00,987 - card_creation - INFO - session info: 2025-02-09 10:49:00,987 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayesch01', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37471, 'team': 33, 'player': 11127, 'created': 1731963342633}]}}]} 2025-02-09 10:49:00,988 - card_creation - INFO - patch: players [('cost', '284'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11127/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:01,085 - card_creation - INFO - return: {'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 284, 'image': 'https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayesch01', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}} 2025-02-09 10:49:01,085 - card_creation - INFO - get: players id: None params: [('bbref_id', 'javiest01'), ('cardset_id', 20)] 2025-02-09 10:49:01,182 - card_creation - INFO - session info: 2025-02-09 10:49:01,183 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'javiest01', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36411, 'team': 69, 'player': 10719, 'created': 1730920177283}, {'id': 36513 [ S N I P P E D ] 2025-02-09 10:49:01,183 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10719/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:01,274 - card_creation - INFO - return: {'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'javiest01', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}} 2025-02-09 10:49:01,275 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aurilri01'), ('cardset_id', 20)] 2025-02-09 10:49:01,377 - card_creation - INFO - session info: 2025-02-09 10:49:01,377 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aurilri01', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35713, 'team': 47, 'player': 10720, 'created': 1730616941189}, {'id': 36137, 'team': 5 [ S N I P P E D ] 2025-02-09 10:49:01,377 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10720/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:01,476 - card_creation - INFO - return: {'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aurilri01', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}} 2025-02-09 10:49:01,476 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snowj.01'), ('cardset_id', 20)] 2025-02-09 10:49:01,588 - card_creation - INFO - session info: 2025-02-09 10:49:01,588 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10721, 'p_name': 'JT Snow', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snowj.01', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35667, 'team': 38, 'player': 10721, 'created': 1730616941189}, {'id': 35954, 'team': 55, 'playe [ S N I P P E D ] 2025-02-09 10:49:01,588 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10721/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:01,693 - card_creation - INFO - return: {'player_id': 10721, 'p_name': 'JT Snow', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snowj.01', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}} 2025-02-09 10:49:01,693 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsbr01'), ('cardset_id', 20)] 2025-02-09 10:49:01,792 - card_creation - INFO - session info: 2025-02-09 10:49:01,792 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsbr01', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35616, 'team': 69, 'player': 10722, 'created': 1730616941935}, {'id': 35966, [ S N I P P E D ] 2025-02-09 10:49:01,793 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10722/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:01,886 - card_creation - INFO - return: {'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsbr01', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}} 2025-02-09 10:49:01,886 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sanchre01'), ('cardset_id', 20)] 2025-02-09 10:49:02,026 - card_creation - INFO - session info: 2025-02-09 10:49:02,027 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchre01', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38333, 'team': 47, 'player': 11174, 'created': 1736205194812}]}}]} 2025-02-09 10:49:02,027 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11174/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:02,150 - card_creation - INFO - return: {'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchre01', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}} 2025-02-09 10:49:02,150 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesch05'), ('cardset_id', 20)] 2025-02-09 10:49:02,239 - card_creation - INFO - session info: 2025-02-09 10:49:02,240 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch05', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:02,240 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11452/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:02,341 - card_creation - INFO - return: {'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch05', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}} 2025-02-09 10:49:02,342 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maynebr01'), ('cardset_id', 20)] 2025-02-09 10:49:02,441 - card_creation - INFO - session info: 2025-02-09 10:49:02,441 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maynebr01', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38316, 'team': 47, 'player': 11453, 'created': 1735014966488}]}}]} 2025-02-09 10:49:02,441 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11453/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:02,552 - card_creation - INFO - return: {'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maynebr01', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}} 2025-02-09 10:49:02,552 - card_creation - INFO - get: players id: None params: [('bbref_id', 'roberbi01'), ('cardset_id', 20)] 2025-02-09 10:49:02,654 - card_creation - INFO - session info: 2025-02-09 10:49:02,654 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'roberbi01', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:02,655 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11128/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:02,750 - card_creation - INFO - return: {'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'roberbi01', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}} 2025-02-09 10:49:02,750 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tejadmi01'), ('cardset_id', 20)] 2025-02-09 10:49:02,898 - card_creation - INFO - session info: 2025-02-09 10:49:02,898 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tejadmi01', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:02,898 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11293/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:03,020 - card_creation - INFO - return: {'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tejadmi01', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}} 2025-02-09 10:49:03,021 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chrisry01'), ('cardset_id', 20)] 2025-02-09 10:49:03,112 - card_creation - INFO - session info: 2025-02-09 10:49:03,112 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisry01', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:03,112 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11175/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:03,210 - card_creation - INFO - return: {'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisry01', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}} 2025-02-09 10:49:03,210 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winnra01'), ('cardset_id', 20)] 2025-02-09 10:49:03,311 - card_creation - INFO - session info: 2025-02-09 10:49:03,312 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winnra01', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:03,312 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11294/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:03,396 - card_creation - INFO - return: {'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winnra01', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}} 2025-02-09 10:49:03,397 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellymi02'), ('cardset_id', 20)] 2025-02-09 10:49:03,492 - card_creation - INFO - session info: 2025-02-09 10:49:03,492 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellymi02', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37600, 'team': 33, 'player': 11054, 'created': 1731963342633}, {'id': 37704, 'team': [ S N I P P E D ] 2025-02-09 10:49:03,492 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11054/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:03,590 - card_creation - INFO - return: {'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellymi02', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}} 2025-02-09 10:49:03,590 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderbr01'), ('cardset_id', 20)] 2025-02-09 10:49:03,732 - card_creation - INFO - session info: 2025-02-09 10:49:03,732 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr01', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37683, 'team': 47, 'player': 11055, 'created': 1733172010978}]}}]} 2025-02-09 10:49:03,733 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11055/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:03,863 - card_creation - INFO - return: {'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr01', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}} 2025-02-09 10:49:03,863 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rebouje01'), ('cardset_id', 20)] 2025-02-09 10:49:03,971 - card_creation - INFO - session info: 2025-02-09 10:49:03,971 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rebouje01', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:03,971 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11488/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:04,076 - card_creation - INFO - return: {'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rebouje01', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}} 2025-02-09 10:49:04,076 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitema01'), ('cardset_id', 20)] 2025-02-09 10:49:04,226 - card_creation - INFO - session info: 2025-02-09 10:49:04,226 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema01', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38846, 'team': 38, 'player': 11454, 'created': 1738297241556}]}}]} 2025-02-09 10:49:04,226 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11454/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:04,333 - card_creation - INFO - return: {'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema01', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}} 2025-02-09 10:49:04,333 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alomasa02'), ('cardset_id', 20)] 2025-02-09 10:49:04,416 - card_creation - INFO - session info: 2025-02-09 10:49:04,417 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomasa02', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35585, 'team': 69, 'player': 10723, 'created': 1730616941189}, {'id': 35719, 'team': 47, 'pl [ S N I P P E D ] 2025-02-09 10:49:04,417 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10723/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:04,509 - card_creation - INFO - return: {'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomasa02', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}} 2025-02-09 10:49:04,509 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellda01'), ('cardset_id', 20)] 2025-02-09 10:49:04,611 - card_creation - INFO - session info: 2025-02-09 10:49:04,611 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11129, 'p_name': 'David Bell', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellda01', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37697, 'team': 47, 'player': 11129, 'created': 1733171881352}]}}]} 2025-02-09 10:49:04,611 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11129/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:04,699 - card_creation - INFO - return: {'player_id': 11129, 'p_name': 'David Bell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellda01', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}} 2025-02-09 10:49:04,699 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alvarga01'), ('cardset_id', 20)] 2025-02-09 10:49:04,785 - card_creation - INFO - session info: 2025-02-09 10:49:04,785 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:04,785 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'alvag001')] 2025-02-09 10:49:04,900 - card_creation - INFO - session info: 2025-02-09 10:49:04,900 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:04,900 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_mlbam': 134080, 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001'} type: 2025-02-09 10:49:05,021 - card_creation - INFO - return: {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1} 2025-02-09 10:49:05,021 - card_creation - INFO - Only one position found for Gabe Alvarez 2025-02-09 10:49:05,022 - card_creation - INFO - post: players payload: {'p_name': 'Gabe Alvarez', 'cost': '9', 'image': 'change-me', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset_id': 20, 'set_num': 1000194, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'alvarga01', 'fangr_id': 1000194, 'mlbplayer_id': 4303, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:05,113 - card_creation - INFO - return: {'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 9, 'image': 'change-me', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarga01', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}} 2025-02-09 10:49:05,113 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11509/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:05,205 - card_creation - INFO - return: {'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarga01', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}} 2025-02-09 10:49:05,205 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grebecr01'), ('cardset_id', 20)] 2025-02-09 10:49:05,298 - card_creation - INFO - session info: 2025-02-09 10:49:05,299 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grebecr01', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:05,299 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11205/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:05,409 - card_creation - INFO - return: {'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grebecr01', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}} 2025-02-09 10:49:05,410 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeffegr01'), ('cardset_id', 20)] 2025-02-09 10:49:05,542 - card_creation - INFO - session info: 2025-02-09 10:49:05,542 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffegr01', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36261, 'team': 55, 'player': 10724, 'created': 1730920176630}, {'id': 36571, 't [ S N I P P E D ] 2025-02-09 10:49:05,542 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10724/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:05,635 - card_creation - INFO - return: {'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffegr01', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}} 2025-02-09 10:49:05,635 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sweenmi01'), ('cardset_id', 20)] 2025-02-09 10:49:05,737 - card_creation - INFO - session info: 2025-02-09 10:49:05,737 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sweenmi01', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35524, 'team': 38, 'player': 10725, 'created': 1730616940591}, {'id': 35647, 'team': 47, 'play [ S N I P P E D ] 2025-02-09 10:49:05,738 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10725/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:05,848 - card_creation - INFO - return: {'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sweenmi01', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}} 2025-02-09 10:49:05,848 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pendlte01'), ('cardset_id', 20)] 2025-02-09 10:49:05,924 - card_creation - INFO - session info: 2025-02-09 10:49:05,924 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:05,924 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'pendt001')] 2025-02-09 10:49:06,008 - card_creation - INFO - session info: 2025-02-09 10:49:06,008 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:06,008 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Terry', 'last_name': 'Pendleton', 'key_mlbam': 120381, 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001'} type: 2025-02-09 10:49:06,097 - card_creation - INFO - return: {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3} 2025-02-09 10:49:06,097 - card_creation - INFO - Only one position found for Terry Pendleton 2025-02-09 10:49:06,097 - card_creation - INFO - post: players payload: {'p_name': 'Terry Pendleton', 'cost': '31', 'image': 'change-me', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset_id': 20, 'set_num': 1010157, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'pendlte01', 'fangr_id': 1010157, 'mlbplayer_id': 4304, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:06,204 - card_creation - INFO - return: {'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 31, 'image': 'change-me', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pendlte01', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}} 2025-02-09 10:49:06,204 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11510/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:06,298 - card_creation - INFO - return: {'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pendlte01', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}} 2025-02-09 10:49:06,298 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nixonot01'), ('cardset_id', 20)] 2025-02-09 10:49:06,390 - card_creation - INFO - session info: 2025-02-09 10:49:06,390 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nixonot01', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37699, 'team': 47, 'player': 10726, 'created': 1733171881352}]}}]} 2025-02-09 10:49:06,390 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10726/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:06,486 - card_creation - INFO - return: {'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nixonot01', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}} 2025-02-09 10:49:06,486 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ortizda01'), ('cardset_id', 20)] 2025-02-09 10:49:06,586 - card_creation - INFO - session info: 2025-02-09 10:49:06,586 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 254, 'image': 'https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizda01', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35653, 'team': 47, 'player': 10727, 'created': 1730616941406}, {'id': 35948, 'team': 55, 'player': [ S N I P P E D ] 2025-02-09 10:49:06,587 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10727/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:06,685 - card_creation - INFO - return: {'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizda01', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}} 2025-02-09 10:49:06,685 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mclemma01'), ('cardset_id', 20)] 2025-02-09 10:49:06,771 - card_creation - INFO - session info: 2025-02-09 10:49:06,771 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mclemma01', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35711, 'team': 47, 'player': 10728, 'created': 1730616941679}, {'id': 37251, 'team': 49, 'play [ S N I P P E D ] 2025-02-09 10:49:06,772 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10728/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:06,871 - card_creation - INFO - return: {'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mclemma01', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}} 2025-02-09 10:49:06,871 - card_creation - INFO - get: players id: None params: [('bbref_id', 'zeileto01'), ('cardset_id', 20)] 2025-02-09 10:49:06,969 - card_creation - INFO - session info: 2025-02-09 10:49:06,969 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zeileto01', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37996, 'team': 47, 'player': 10960, 'created': 1734921897621}]}}]} 2025-02-09 10:49:06,969 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10960/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:07,104 - card_creation - INFO - return: {'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zeileto01', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}} 2025-02-09 10:49:07,104 - card_creation - INFO - get: players id: None params: [('bbref_id', 'claytro01'), ('cardset_id', 20)] 2025-02-09 10:49:07,207 - card_creation - INFO - session info: 2025-02-09 10:49:07,208 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'claytro01', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35529, 'team': 38, 'player': 10729, 'created': 1730616941935}, {'id': 35638, 'team': 47, 'player' [ S N I P P E D ] 2025-02-09 10:49:07,208 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10729/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:07,340 - card_creation - INFO - return: {'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'claytro01', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}} 2025-02-09 10:49:07,340 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitede03'), ('cardset_id', 20)] 2025-02-09 10:49:07,440 - card_creation - INFO - session info: 2025-02-09 10:49:07,440 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10730, 'p_name': 'Devon White', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitede03', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35580, 'team': 69, 'player': 10730, 'created': 1730616941189}, {'id': 37705, 't [ S N I P P E D ] 2025-02-09 10:49:07,440 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10730/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:07,534 - card_creation - INFO - return: {'player_id': 10730, 'p_name': 'Devon White', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitede03', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}} 2025-02-09 10:49:07,534 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellja01'), ('cardset_id', 20)] 2025-02-09 10:49:07,616 - card_creation - INFO - session info: 2025-02-09 10:49:07,616 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellja01', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35982, 'team': 53, 'player': 10731, 'created': 1730785303408}, {'id': 36492, 'team': 47, 'player': 107 [ S N I P P E D ] 2025-02-09 10:49:07,616 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10731/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:07,691 - card_creation - INFO - return: {'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellja01', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}} 2025-02-09 10:49:07,692 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leetr01'), ('cardset_id', 20)] 2025-02-09 10:49:07,779 - card_creation - INFO - session info: 2025-02-09 10:49:07,779 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leetr01', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35564, 'team': 69, 'player': 10732, 'created': 1730616941189}, {'id': 35657, 'team': 47, 'player' [ S N I P P E D ] 2025-02-09 10:49:07,779 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10732/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:07,878 - card_creation - INFO - return: {'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leetr01', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}} 2025-02-09 10:49:07,879 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willima04'), ('cardset_id', 20)] 2025-02-09 10:49:07,969 - card_creation - INFO - session info: 2025-02-09 10:49:07,969 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willima04', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35397, 'team': 33, 'player': 10733, 'created': 1730616941679}, {'id': 36621, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:49:07,970 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10733/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:08,086 - card_creation - INFO - return: {'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willima04', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}} 2025-02-09 10:49:08,086 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bredebr01'), ('cardset_id', 20)] 2025-02-09 10:49:08,184 - card_creation - INFO - session info: 2025-02-09 10:49:08,184 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bredebr01', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:08,184 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11130/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:08,268 - card_creation - INFO - return: {'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bredebr01', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}} 2025-02-09 10:49:08,268 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcika01'), ('cardset_id', 20)] 2025-02-09 10:49:08,381 - card_creation - INFO - session info: 2025-02-09 10:49:08,382 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcika01', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:08,382 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11489/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:08,477 - card_creation - INFO - return: {'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcika01', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}} 2025-02-09 10:49:08,478 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fabrejo01'), ('cardset_id', 20)] 2025-02-09 10:49:08,568 - card_creation - INFO - session info: 2025-02-09 10:49:08,568 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:08,568 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'fabrj001')] 2025-02-09 10:49:08,660 - card_creation - INFO - session info: 2025-02-09 10:49:08,660 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:08,660 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_mlbam': 113966, 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001'} type: 2025-02-09 10:49:08,752 - card_creation - INFO - return: {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3} 2025-02-09 10:49:08,752 - card_creation - INFO - Only one position found for Jorge Fabregas 2025-02-09 10:49:08,752 - card_creation - INFO - post: players payload: {'p_name': 'Jorge Fabregas', 'cost': '30', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 20, 'set_num': 12, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'fabrejo01', 'fangr_id': 12, 'mlbplayer_id': 4305, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:08,863 - card_creation - INFO - return: {'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 30, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fabrejo01', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}} 2025-02-09 10:49:08,864 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11511/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:08,961 - card_creation - INFO - return: {'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fabrejo01', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}} 2025-02-09 10:49:08,962 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benitya01'), ('cardset_id', 20)] 2025-02-09 10:49:09,047 - card_creation - INFO - session info: 2025-02-09 10:49:09,048 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitya01', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37717, 'team': 47, 'player': 11056, 'created': 1733172010978}, {'id': 3 [ S N I P P E D ] 2025-02-09 10:49:09,048 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11056/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:09,127 - card_creation - INFO - return: {'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitya01', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}} 2025-02-09 10:49:09,128 - card_creation - INFO - get: players id: None params: [('bbref_id', 'batisto01'), ('cardset_id', 20)] 2025-02-09 10:49:09,216 - card_creation - INFO - session info: 2025-02-09 10:49:09,216 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 239, 'image': 'https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batisto01', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:09,217 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11250/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:09,288 - card_creation - INFO - return: {'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batisto01', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}} 2025-02-09 10:49:09,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kentje01'), ('cardset_id', 20)] 2025-02-09 10:49:09,627 - card_creation - INFO - session info: 2025-02-09 10:49:09,628 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kentje01', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36199, 'team': 33, 'player': 10734, 'created': 1730920176630}, {'id': 36475, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:49:09,628 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10734/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:09,713 - card_creation - INFO - return: {'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kentje01', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}} 2025-02-09 10:49:09,713 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stinnke01'), ('cardset_id', 20)] 2025-02-09 10:49:09,800 - card_creation - INFO - session info: 2025-02-09 10:49:09,801 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stinnke01', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:09,801 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11131/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:10,111 - card_creation - INFO - return: {'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stinnke01', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}} 2025-02-09 10:49:10,112 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foxan01'), ('cardset_id', 20)] 2025-02-09 10:49:10,209 - card_creation - INFO - session info: 2025-02-09 10:49:10,210 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxan01', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38121, 'team': 47, 'player': 11295, 'created': 1735014966835}]}}]} 2025-02-09 10:49:10,210 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11295/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:10,358 - card_creation - INFO - return: {'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxan01', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}} 2025-02-09 10:49:10,358 - card_creation - INFO - get: players id: None params: [('bbref_id', 'floydcl01'), ('cardset_id', 20)] 2025-02-09 10:49:10,465 - card_creation - INFO - session info: 2025-02-09 10:49:10,465 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floydcl01', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35779, 'team': 47, 'player': 10735, 'created': 1730616941189}]}}]} 2025-02-09 10:49:10,465 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10735/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:10,561 - card_creation - INFO - return: {'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floydcl01', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}} 2025-02-09 10:49:10,561 - card_creation - INFO - get: players id: None params: [('bbref_id', 'renteed01'), ('cardset_id', 20)] 2025-02-09 10:49:10,661 - card_creation - INFO - session info: 2025-02-09 10:49:10,661 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'renteed01', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37519, 'team': 49, 'player': 10961, 'created': 1731963342630}, {'id': 38814, 'team': 38, 'play [ S N I P P E D ] 2025-02-09 10:49:10,661 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10961/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:10,799 - card_creation - INFO - return: {'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'renteed01', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}} 2025-02-09 10:49:10,800 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kotsama01'), ('cardset_id', 20)] 2025-02-09 10:49:10,895 - card_creation - INFO - session info: 2025-02-09 10:49:10,895 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kotsama01', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37618, 'team': 33, 'player': 11132, 'created': 1731963342653}, {'id': 37708, 'team': 47, 'player' [ S N I P P E D ] 2025-02-09 10:49:10,895 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11132/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:11,059 - card_creation - INFO - return: {'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kotsama01', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}} 2025-02-09 10:49:11,059 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bonilbo01'), ('cardset_id', 20)] 2025-02-09 10:49:11,150 - card_creation - INFO - session info: 2025-02-09 10:49:11,150 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonilbo01', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:11,151 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11206/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:11,242 - card_creation - INFO - return: {'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonilbo01', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}} 2025-02-09 10:49:11,242 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leede02'), ('cardset_id', 20)] 2025-02-09 10:49:11,329 - card_creation - INFO - session info: 2025-02-09 10:49:11,329 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leede02', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37670, 'team': 33, 'player': 11133, 'created': 1731963342630}]}}]} 2025-02-09 10:49:11,329 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11133/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:11,423 - card_creation - INFO - return: {'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leede02', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}} 2025-02-09 10:49:11,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stankan01'), ('cardset_id', 20)] 2025-02-09 10:49:11,523 - card_creation - INFO - session info: 2025-02-09 10:49:11,523 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stankan01', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36654, 'team': 33, 'player': 10962, 'created': 1731602869759}]}}]} 2025-02-09 10:49:11,523 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10962/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:11,613 - card_creation - INFO - return: {'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stankan01', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}} 2025-02-09 10:49:11,613 - card_creation - INFO - get: players id: None params: [('bbref_id', 'counscr01'), ('cardset_id', 20)] 2025-02-09 10:49:11,712 - card_creation - INFO - session info: 2025-02-09 10:49:11,712 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'counscr01', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37865, 'team': 47, 'player': 10963, 'created': 1733700057396}]}}]} 2025-02-09 10:49:11,712 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10963/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:11,810 - card_creation - INFO - return: {'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'counscr01', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}} 2025-02-09 10:49:11,810 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksry01'), ('cardset_id', 20)] 2025-02-09 10:49:11,890 - card_creation - INFO - session info: 2025-02-09 10:49:11,890 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:11,891 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'jackr004')] 2025-02-09 10:49:11,985 - card_creation - INFO - session info: 2025-02-09 10:49:11,985 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:11,985 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Ryan', 'last_name': 'Jackson', 'key_mlbam': 133224, 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004'} type: 2025-02-09 10:49:12,089 - card_creation - INFO - return: {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3} 2025-02-09 10:49:12,090 - card_creation - INFO - post: players payload: {'p_name': 'Ryan Jackson', 'cost': '10', 'image': 'change-me', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset_id': 20, 'set_num': 472, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'jacksry01', 'fangr_id': 472, 'mlbplayer_id': 4306, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:12,186 - card_creation - INFO - return: {'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksry01', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}} 2025-02-09 10:49:12,186 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11512/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:12,269 - card_creation - INFO - return: {'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksry01', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}} 2025-02-09 10:49:12,269 - card_creation - INFO - get: players id: None params: [('bbref_id', 'zaungr01'), ('cardset_id', 20)] 2025-02-09 10:49:12,391 - card_creation - INFO - session info: 2025-02-09 10:49:12,391 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zaungr01', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38330, 'team': 47, 'player': 11251, 'created': 1736205194812}]}}]} 2025-02-09 10:49:12,391 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11251/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:12,479 - card_creation - INFO - return: {'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zaungr01', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}} 2025-02-09 10:49:12,480 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cangejo01'), ('cardset_id', 20)] 2025-02-09 10:49:12,564 - card_creation - INFO - session info: 2025-02-09 10:49:12,564 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cangejo01', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:12,564 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11296/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:12,652 - card_creation - INFO - return: {'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cangejo01', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}} 2025-02-09 10:49:12,652 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bergda01'), ('cardset_id', 20)] 2025-02-09 10:49:12,739 - card_creation - INFO - session info: 2025-02-09 10:49:12,739 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergda01', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:12,739 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11252/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:12,825 - card_creation - INFO - return: {'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergda01', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}} 2025-02-09 10:49:12,826 - card_creation - INFO - get: players id: None params: [('bbref_id', 'weisswa01'), ('cardset_id', 20)] 2025-02-09 10:49:12,907 - card_creation - INFO - session info: 2025-02-09 10:49:12,907 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weisswa01', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37457, 'team': 38, 'player': 10964, 'created': 1731963342653}]}}]} 2025-02-09 10:49:12,908 - card_creation - INFO - patch: players [('cost', '272'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10964/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:12,992 - card_creation - INFO - return: {'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 272, 'image': 'https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weisswa01', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}} 2025-02-09 10:49:12,992 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lockhke01'), ('cardset_id', 20)] 2025-02-09 10:49:13,080 - card_creation - INFO - session info: 2025-02-09 10:49:13,080 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lockhke01', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38317, 'team': 47, 'player': 11207, 'created': 1736205194812}]}}]} 2025-02-09 10:49:13,080 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11207/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:13,171 - card_creation - INFO - return: {'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lockhke01', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}} 2025-02-09 10:49:13,172 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesch06'), ('cardset_id', 20)] 2025-02-09 10:49:13,248 - card_creation - INFO - session info: 2025-02-09 10:49:13,248 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 1352, 'image': 'https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch06', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35877, 'team': 53, 'player': 10736, 'created': 1730748267594}, {'id': 36013, 'team': 69, 'player': 10736 [ S N I P P E D ] 2025-02-09 10:49:13,249 - card_creation - INFO - patch: players [('cost', '782'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10736/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:13,355 - card_creation - INFO - return: {'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 782, 'image': 'https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch06', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}} 2025-02-09 10:49:13,355 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 20)] 2025-02-09 10:49:13,656 - card_creation - INFO - session info: 2025-02-09 10:49:13,656 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 267, 'image': 'https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37404, 'team': 69, 'player': 10965, 'created': 1731963342653}]}}]} 2025-02-09 10:49:13,657 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10965/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:13,749 - card_creation - INFO - return: {'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-09 10:49:13,749 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kleskry01'), ('cardset_id', 20)] 2025-02-09 10:49:13,840 - card_creation - INFO - session info: 2025-02-09 10:49:13,840 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kleskry01', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:13,840 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11208/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:13,922 - card_creation - INFO - return: {'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kleskry01', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}} 2025-02-09 10:49:13,922 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezja01'), ('cardset_id', 20)] 2025-02-09 10:49:14,009 - card_creation - INFO - session info: 2025-02-09 10:49:14,009 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezja01', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37874, 'team': 47, 'player': 11209, 'created': 1733700057282}]}}]} 2025-02-09 10:49:14,009 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11209/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:14,111 - card_creation - INFO - return: {'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezja01', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}} 2025-02-09 10:49:14,111 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tuckemi01'), ('cardset_id', 20)] 2025-02-09 10:49:14,249 - card_creation - INFO - session info: 2025-02-09 10:49:14,249 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tuckemi01', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:14,250 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11253/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:14,349 - card_creation - INFO - return: {'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tuckemi01', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}} 2025-02-09 10:49:14,350 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesan01'), ('cardset_id', 20)] 2025-02-09 10:49:14,448 - card_creation - INFO - session info: 2025-02-09 10:49:14,448 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesan01', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:14,449 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10966/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:14,569 - card_creation - INFO - return: {'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesan01', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}} 2025-02-09 10:49:14,570 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delluda01'), ('cardset_id', 20)] 2025-02-09 10:49:14,676 - card_creation - INFO - session info: 2025-02-09 10:49:14,677 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delluda01', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:14,677 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11210/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:14,764 - card_creation - INFO - return: {'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delluda01', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}} 2025-02-09 10:49:14,764 - card_creation - INFO - get: players id: None params: [('bbref_id', 'graffto01'), ('cardset_id', 20)] 2025-02-09 10:49:14,913 - card_creation - INFO - session info: 2025-02-09 10:49:14,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graffto01', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37790, 'team': 33, 'player': 11057, 'created': 1731963342633}, {'id': 37955, 'team': 52, 'playe [ S N I P P E D ] 2025-02-09 10:49:14,913 - card_creation - INFO - patch: players [('cost', '2115'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11057/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:15,001 - card_creation - INFO - return: {'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 2115, 'image': 'https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graffto01', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}} 2025-02-09 10:49:15,002 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willige02'), ('cardset_id', 20)] 2025-02-09 10:49:15,086 - card_creation - INFO - session info: 2025-02-09 10:49:15,086 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willige02', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:15,086 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11211/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:15,172 - card_creation - INFO - return: {'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willige02', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}} 2025-02-09 10:49:15,172 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alexama02'), ('cardset_id', 20)] 2025-02-09 10:49:15,286 - card_creation - INFO - session info: 2025-02-09 10:49:15,287 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alexama02', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37829, 'team': 31, 'player': 11212, 'created': 1733700057449}, {'id': 38623, 'team': 38, 'pl [ S N I P P E D ] 2025-02-09 10:49:15,287 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11212/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:15,388 - card_creation - INFO - return: {'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alexama02', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}} 2025-02-09 10:49:15,388 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mieskma01'), ('cardset_id', 20)] 2025-02-09 10:49:15,486 - card_creation - INFO - session info: 2025-02-09 10:49:15,486 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mieskma01', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:15,486 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11480/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:15,584 - card_creation - INFO - return: {'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mieskma01', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}} 2025-02-09 10:49:15,584 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gracema01'), ('cardset_id', 20)] 2025-02-09 10:49:15,846 - card_creation - INFO - session info: 2025-02-09 10:49:15,846 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracema01', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35404, 'team': 33, 'player': 10737, 'created': 1730616941189}, {'id': 35527, 'team': 38, 'player': 10737, 'creat [ S N I P P E D ] 2025-02-09 10:49:15,847 - card_creation - INFO - patch: players [('cost', '985'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10737/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:15,948 - card_creation - INFO - return: {'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 985, 'image': 'https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracema01', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}} 2025-02-09 10:49:15,949 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sosasa01'), ('cardset_id', 20)] 2025-02-09 10:49:16,066 - card_creation - INFO - session info: 2025-02-09 10:49:16,066 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 286, 'image': 'https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sosasa01', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35987, 'team': 31, 'player': 10738, 'created': 1730785303497}, {'id': 36014, 'team': 69, 'player': 10738, 'cr [ S N I P P E D ] 2025-02-09 10:49:16,066 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10738/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:16,158 - card_creation - INFO - return: {'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sosasa01', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}} 2025-02-09 10:49:16,159 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernajo01'), ('cardset_id', 20)] 2025-02-09 10:49:16,235 - card_creation - INFO - session info: 2025-02-09 10:49:16,235 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernajo01', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37490, 'team': 33, 'player': 11134, 'created': 1731963342633}, {'id': 37676, 'team': 47, 'player' [ S N I P P E D ] 2025-02-09 10:49:16,235 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11134/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:16,302 - card_creation - INFO - return: {'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernajo01', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}} 2025-02-09 10:49:16,302 - card_creation - INFO - get: players id: None params: [('bbref_id', 'orieke01'), ('cardset_id', 20)] 2025-02-09 10:49:16,400 - card_creation - INFO - session info: 2025-02-09 10:49:16,400 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'orieke01', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35543, 'team': 38, 'player': 10739, 'created': 1730616941189}, {'id': 35582, 'team': 69, 'player': 10 [ S N I P P E D ] 2025-02-09 10:49:16,400 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10739/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:16,530 - card_creation - INFO - return: {'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'orieke01', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}} 2025-02-09 10:49:16,530 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownbr01'), ('cardset_id', 20)] 2025-02-09 10:49:16,660 - card_creation - INFO - session info: 2025-02-09 10:49:16,661 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownbr01', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37321, 'team': 47, 'player': 11058, 'created': 1731963342633}, {'id': 37660, 'team': 33, 'pla [ S N I P P E D ] 2025-02-09 10:49:16,661 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11058/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:16,748 - card_creation - INFO - return: {'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownbr01', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}} 2025-02-09 10:49:16,748 - card_creation - INFO - get: players id: None params: [('bbref_id', 'servasc01'), ('cardset_id', 20)] 2025-02-09 10:49:16,877 - card_creation - INFO - session info: 2025-02-09 10:49:16,877 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servasc01', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35963, 'team': 55, 'player': 10740, 'created': 1730748268271}]}}]} 2025-02-09 10:49:16,877 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10740/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:16,963 - card_creation - INFO - return: {'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servasc01', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}} 2025-02-09 10:49:16,964 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moranmi01'), ('cardset_id', 20)] 2025-02-09 10:49:17,072 - card_creation - INFO - session info: 2025-02-09 10:49:17,072 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moranmi01', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35562, 'team': 69, 'player': 10741, 'created': 1730616941189}, {'id': 36284, 'team': [ S N I P P E D ] 2025-02-09 10:49:17,072 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10741/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:17,149 - card_creation - INFO - return: {'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moranmi01', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}} 2025-02-09 10:49:17,149 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrihe02'), ('cardset_id', 20)] 2025-02-09 10:49:17,241 - card_creation - INFO - session info: 2025-02-09 10:49:17,242 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrihe02', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35724, 'team': 38, 'player': 10742, 'created': 1730616941935}, {'id': 36460, 'team': 47, 'player [ S N I P P E D ] 2025-02-09 10:49:17,242 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10742/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:17,342 - card_creation - INFO - return: {'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrihe02', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}} 2025-02-09 10:49:17,342 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vinafe01'), ('cardset_id', 20)] 2025-02-09 10:49:17,428 - card_creation - INFO - session info: 2025-02-09 10:49:17,429 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vinafe01', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35411, 'team': 33, 'player': 10743, 'created': 1730616940558}, {'id': 35635, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:49:17,429 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10743/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:17,505 - card_creation - INFO - return: {'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vinafe01', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}} 2025-02-09 10:49:17,505 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cirilje01'), ('cardset_id', 20)] 2025-02-09 10:49:17,600 - card_creation - INFO - session info: 2025-02-09 10:49:17,600 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cirilje01', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35516, 'team': 47, 'player': 10744, 'created': 1730616941189}, {'id': 35736, 'team': 38, 'pl [ S N I P P E D ] 2025-02-09 10:49:17,600 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10744/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:17,712 - card_creation - INFO - return: {'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cirilje01', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}} 2025-02-09 10:49:17,712 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loretma01'), ('cardset_id', 20)] 2025-02-09 10:49:17,848 - card_creation - INFO - session info: 2025-02-09 10:49:17,848 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loretma01', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38325, 'team': 47, 'player': 10967, 'created': 1735337233607}]}}]} 2025-02-09 10:49:17,848 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10967/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:17,945 - card_creation - INFO - return: {'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loretma01', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}} 2025-02-09 10:49:17,945 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burnije01'), ('cardset_id', 20)] 2025-02-09 10:49:18,029 - card_creation - INFO - session info: 2025-02-09 10:49:18,029 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burnije01', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35592, 'team': 47, 'player': 10745, 'created': 1730616941189}, {'id': 36121, 'team': 38, [ S N I P P E D ] 2025-02-09 10:49:18,030 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10745/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:18,118 - card_creation - INFO - return: {'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burnije01', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}} 2025-02-09 10:49:18,118 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grissma02'), ('cardset_id', 20)] 2025-02-09 10:49:18,221 - card_creation - INFO - session info: 2025-02-09 10:49:18,221 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grissma02', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35393, 'team': 33, 'player': 10746, 'created': 1730616941679}, {'id': 35574, 'team': [ S N I P P E D ] 2025-02-09 10:49:18,222 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10746/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:18,357 - card_creation - INFO - return: {'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grissma02', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}} 2025-02-09 10:49:18,358 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nilssda01'), ('cardset_id', 20)] 2025-02-09 10:49:18,443 - card_creation - INFO - session info: 2025-02-09 10:49:18,443 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nilssda01', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:18,443 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11455/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:18,521 - card_creation - INFO - return: {'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nilssda01', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}} 2025-02-09 10:49:18,521 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hughebo01'), ('cardset_id', 20)] 2025-02-09 10:49:18,618 - card_creation - INFO - session info: 2025-02-09 10:49:18,618 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hughebo01', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:18,619 - card_creation - INFO - patch: players [('cost', '255'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11490/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:18,709 - card_creation - INFO - return: {'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 255, 'image': 'https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hughebo01', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}} 2025-02-09 10:49:18,709 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksda03'), ('cardset_id', 20)] 2025-02-09 10:49:18,852 - card_creation - INFO - session info: 2025-02-09 10:49:18,852 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksda03', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:18,852 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11059/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:18,944 - card_creation - INFO - return: {'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksda03', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}} 2025-02-09 10:49:18,944 - card_creation - INFO - get: players id: None params: [('bbref_id', 'newfima01'), ('cardset_id', 20)] 2025-02-09 10:49:19,038 - card_creation - INFO - session info: 2025-02-09 10:49:19,038 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'newfima01', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37319, 'team': 47, 'player': 11060, 'created': 1731963342633}]}}]} 2025-02-09 10:49:19,039 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11060/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:19,126 - card_creation - INFO - return: {'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'newfima01', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}} 2025-02-09 10:49:19,126 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenjo03'), ('cardset_id', 20)] 2025-02-09 10:49:19,232 - card_creation - INFO - session info: 2025-02-09 10:49:19,232 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo03', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35571, 'team': 69, 'player': 10747, 'created': 1730616941189}, {'id': 35916, 'team': 55, [ S N I P P E D ] 2025-02-09 10:49:19,233 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10747/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:19,336 - card_creation - INFO - return: {'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo03', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}} 2025-02-09 10:49:19,336 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathemi01'), ('cardset_id', 20)] 2025-02-09 10:49:19,437 - card_creation - INFO - session info: 2025-02-09 10:49:19,437 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathemi01', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36398, 'team': 53, 'player': 10748, 'created': 1730920176630}, {'id': 37324, 'team': 47, [ S N I P P E D ] 2025-02-09 10:49:19,437 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10748/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:19,539 - card_creation - INFO - return: {'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathemi01', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}} 2025-02-09 10:49:19,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'womacto01'), ('cardset_id', 20)] 2025-02-09 10:49:19,634 - card_creation - INFO - session info: 2025-02-09 10:49:19,634 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'womacto01', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35566, 'team': 69, 'player': 10749, 'created': 1730616941189}, {'id': 35943, 'team': 55, 'play [ S N I P P E D ] 2025-02-09 10:49:19,634 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10749/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:19,742 - card_creation - INFO - return: {'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'womacto01', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}} 2025-02-09 10:49:19,743 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martial03'), ('cardset_id', 20)] 2025-02-09 10:49:19,838 - card_creation - INFO - session info: 2025-02-09 10:49:19,839 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10750, 'p_name': 'Al Martin', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martial03', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35508, 'team': 47, 'player': 10750, 'created': 1730616941189}, {'id': 35605, 'team': 69, 'pla [ S N I P P E D ] 2025-02-09 10:49:19,839 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10750/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:19,928 - card_creation - INFO - return: {'player_id': 10750, 'p_name': 'Al Martin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martial03', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}} 2025-02-09 10:49:19,928 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kendaja01'), ('cardset_id', 20)] 2025-02-09 10:49:20,028 - card_creation - INFO - session info: 2025-02-09 10:49:20,028 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 264, 'image': 'https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kendaja01', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35602, 'team': 47, 'player': 10751, 'created': 1730616941189}, {'id': 35673, 'team': 38, ' [ S N I P P E D ] 2025-02-09 10:49:20,029 - card_creation - INFO - patch: players [('cost', '537'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10751/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:20,118 - card_creation - INFO - return: {'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 537, 'image': 'https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kendaja01', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}} 2025-02-09 10:49:20,118 - card_creation - INFO - get: players id: None params: [('bbref_id', 'youngke01'), ('cardset_id', 20)] 2025-02-09 10:49:20,207 - card_creation - INFO - session info: 2025-02-09 10:49:20,208 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngke01', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35394, 'team': 33, 'player': 10752, 'created': 1730616941679}, {'id': 35552, 'team': 69, 'pl [ S N I P P E D ] 2025-02-09 10:49:20,208 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10752/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:20,288 - card_creation - INFO - return: {'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngke01', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}} 2025-02-09 10:49:20,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'allenje01'), ('cardset_id', 20)] 2025-02-09 10:49:20,388 - card_creation - INFO - session info: 2025-02-09 10:49:20,388 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'allenje01', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36664, 'team': 33, 'player': 10753, 'created': 1731602869923}, {'id': 3772 [ S N I P P E D ] 2025-02-09 10:49:20,389 - card_creation - INFO - patch: players [('cost', '230'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10753/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:20,479 - card_creation - INFO - return: {'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 230, 'image': 'https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'allenje01', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}} 2025-02-09 10:49:20,479 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wardtu01'), ('cardset_id', 20)] 2025-02-09 10:49:20,560 - card_creation - INFO - session info: 2025-02-09 10:49:20,560 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 247, 'image': 'https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wardtu01', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:20,561 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11491/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:20,636 - card_creation - INFO - return: {'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wardtu01', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}} 2025-02-09 10:49:20,636 - card_creation - INFO - get: players id: None params: [('bbref_id', 'collilo01'), ('cardset_id', 20)] 2025-02-09 10:49:20,721 - card_creation - INFO - session info: 2025-02-09 10:49:20,721 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'collilo01', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36983, 'team': 47, 'player': 11061, 'created': 1731602869931}, {'id': 37107, 'team': 49, [ S N I P P E D ] 2025-02-09 10:49:20,721 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11061/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:20,845 - card_creation - INFO - return: {'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'collilo01', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}} 2025-02-09 10:49:20,845 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guilljo01'), ('cardset_id', 20)] 2025-02-09 10:49:20,920 - card_creation - INFO - session info: 2025-02-09 10:49:20,921 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilljo01', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:20,921 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11062/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:21,024 - card_creation - INFO - return: {'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilljo01', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}} 2025-02-09 10:49:21,024 - card_creation - INFO - get: players id: None params: [('bbref_id', 'polcoke01'), ('cardset_id', 20)] 2025-02-09 10:49:21,105 - card_creation - INFO - session info: 2025-02-09 10:49:21,105 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'polcoke01', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37498, 'team': 33, 'player': 11135, 'created': 1731963342653}, {'id': 3 [ S N I P P E D ] 2025-02-09 10:49:21,105 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11135/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:21,194 - card_creation - INFO - return: {'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'polcoke01', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}} 2025-02-09 10:49:21,194 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hollato01'), ('cardset_id', 20)] 2025-02-09 10:49:21,267 - card_creation - INFO - session info: 2025-02-09 10:49:21,267 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollato01', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37881, 'team': 47, 'player': 10968, 'created': 1733700057396}]}}]} 2025-02-09 10:49:21,268 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10968/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:21,340 - card_creation - INFO - return: {'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollato01', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}} 2025-02-09 10:49:21,341 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vizcajo01'), ('cardset_id', 20)] 2025-02-09 10:49:21,447 - card_creation - INFO - session info: 2025-02-09 10:49:21,447 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizcajo01', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36981, 'team': 47, 'player': 10969, 'created': 1731602870133}, {'id': 37487, 'team': [ S N I P P E D ] 2025-02-09 10:49:21,447 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10969/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:21,540 - card_creation - INFO - return: {'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizcajo01', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}} 2025-02-09 10:49:21,540 - card_creation - INFO - get: players id: None params: [('bbref_id', 'verasqu01'), ('cardset_id', 20)] 2025-02-09 10:49:21,615 - card_creation - INFO - session info: 2025-02-09 10:49:21,615 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'verasqu01', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35502, 'team': 47, 'player': 10754, 'created': 1730616941189}, {'id': 36067, 'team' [ S N I P P E D ] 2025-02-09 10:49:21,615 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10754/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:21,698 - card_creation - INFO - return: {'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'verasqu01', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}} 2025-02-09 10:49:21,698 - card_creation - INFO - get: players id: None params: [('bbref_id', 'finlest01'), ('cardset_id', 20)] 2025-02-09 10:49:21,776 - card_creation - INFO - session info: 2025-02-09 10:49:21,776 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlest01', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35714, 'team': 47, 'player': 10755, 'created': 1730616941189}, {'id': 36564, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:49:21,776 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10755/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:21,861 - card_creation - INFO - return: {'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlest01', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}} 2025-02-09 10:49:21,862 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gwynnto01'), ('cardset_id', 20)] 2025-02-09 10:49:21,949 - card_creation - INFO - session info: 2025-02-09 10:49:21,949 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gwynnto01', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36008, 'team': 69, 'player': 10756, 'created': 1730785303487}, {'id': 36966, 'team': 47, [ S N I P P E D ] 2025-02-09 10:49:21,949 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10756/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:22,023 - card_creation - INFO - return: {'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gwynnto01', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}} 2025-02-09 10:49:22,024 - card_creation - INFO - get: players id: None params: [('bbref_id', 'caminke01'), ('cardset_id', 20)] 2025-02-09 10:49:22,099 - card_creation - INFO - session info: 2025-02-09 10:49:22,099 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caminke01', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35817, 'team': 31, 'player': 10757, 'created': 1730616940558}, {'id': 35925, 'team': 55 [ S N I P P E D ] 2025-02-09 10:49:22,099 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10757/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:22,181 - card_creation - INFO - return: {'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caminke01', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}} 2025-02-09 10:49:22,181 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vaughgr01'), ('cardset_id', 20)] 2025-02-09 10:49:22,278 - card_creation - INFO - session info: 2025-02-09 10:49:22,278 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 1153, 'image': 'https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughgr01', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35395, 'team': 33, 'player': 10758, 'created': 1730616941679}, {'id': 35531, 'team': 38, 'player': [ S N I P P E D ] 2025-02-09 10:49:22,279 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10758/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:22,361 - card_creation - INFO - return: {'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughgr01', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}} 2025-02-09 10:49:22,361 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaca01'), ('cardset_id', 20)] 2025-02-09 10:49:22,470 - card_creation - INFO - session info: 2025-02-09 10:49:22,470 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaca01', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36488, 'team': 47, 'player': 10970, 'created': 1731272300483}, {'id': 3749 [ S N I P P E D ] 2025-02-09 10:49:22,470 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10970/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:22,554 - card_creation - INFO - return: {'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaca01', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}} 2025-02-09 10:49:22,554 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheetan01'), ('cardset_id', 20)] 2025-02-09 10:49:22,650 - card_creation - INFO - session info: 2025-02-09 10:49:22,650 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheetan01', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:22,650 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11136/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:22,745 - card_creation - INFO - return: {'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheetan01', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}} 2025-02-09 10:49:22,745 - card_creation - INFO - get: players id: None params: [('bbref_id', 'riverru01'), ('cardset_id', 20)] 2025-02-09 10:49:22,834 - card_creation - INFO - session info: 2025-02-09 10:49:22,835 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:22,835 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'river002')] 2025-02-09 10:49:22,963 - card_creation - INFO - session info: 2025-02-09 10:49:22,963 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:22,963 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Ruben', 'last_name': 'Rivera', 'key_mlbam': 121252, 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002'} type: 2025-02-09 10:49:23,064 - card_creation - INFO - return: {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3} 2025-02-09 10:49:23,065 - card_creation - INFO - post: players payload: {'p_name': 'Ruben Rivera', 'cost': '10', 'image': 'change-me', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset_id': 20, 'set_num': 1550, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'riverru01', 'fangr_id': 1550, 'mlbplayer_id': 4307, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:23,167 - card_creation - INFO - return: {'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverru01', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}} 2025-02-09 10:49:23,167 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11513/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:23,313 - card_creation - INFO - return: {'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverru01', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}} 2025-02-09 10:49:23,313 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gomezch02'), ('cardset_id', 20)] 2025-02-09 10:49:23,409 - card_creation - INFO - session info: 2025-02-09 10:49:23,409 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomezch02', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37692, 'team': 47, 'player': 10971, 'created': 1733172010978}, {'id': 38339, 'team': 52, 'pl [ S N I P P E D ] 2025-02-09 10:49:23,409 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10971/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:23,509 - card_creation - INFO - return: {'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomezch02', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}} 2025-02-09 10:49:23,510 - card_creation - INFO - get: players id: None params: [('bbref_id', 'deshide01'), ('cardset_id', 20)] 2025-02-09 10:49:23,612 - card_creation - INFO - session info: 2025-02-09 10:49:23,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deshide01', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36656, 'team': 33, 'player': 10972, 'created': 1731602869759}, {'id': 36972, 't [ S N I P P E D ] 2025-02-09 10:49:23,612 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10972/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:23,700 - card_creation - INFO - return: {'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deshide01', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}} 2025-02-09 10:49:23,700 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lankfra01'), ('cardset_id', 20)] 2025-02-09 10:49:23,787 - card_creation - INFO - session info: 2025-02-09 10:49:23,787 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lankfra01', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37876, 'team': 47, 'player': 10973, 'created': 1733700057145}]}}]} 2025-02-09 10:49:23,787 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10973/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:23,903 - card_creation - INFO - return: {'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lankfra01', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}} 2025-02-09 10:49:23,903 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgwima01'), ('cardset_id', 20)] 2025-02-09 10:49:24,016 - card_creation - INFO - session info: 2025-02-09 10:49:24,016 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 1109, 'image': 'https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgwima01', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35692, 'team': 47, 'player': 10759, 'created': 1730616941189}, {'id': 36346, 'team' [ S N I P P E D ] 2025-02-09 10:49:24,017 - card_creation - INFO - patch: players [('cost', '1498'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10759/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:24,101 - card_creation - INFO - return: {'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 1498, 'image': 'https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgwima01', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}} 2025-02-09 10:49:24,102 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jordabr01'), ('cardset_id', 20)] 2025-02-09 10:49:24,187 - card_creation - INFO - session info: 2025-02-09 10:49:24,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordabr01', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36209, 'team': 47, 'player': 10760, 'created': 1730920176846}, {'id': 36345, 'team': 69, 'pla [ S N I P P E D ] 2025-02-09 10:49:24,187 - card_creation - INFO - patch: players [('cost', '271'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10760/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:24,262 - card_creation - INFO - return: {'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 271, 'image': 'https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordabr01', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}} 2025-02-09 10:49:24,262 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgeewi01'), ('cardset_id', 20)] 2025-02-09 10:49:24,341 - card_creation - INFO - session info: 2025-02-09 10:49:24,341 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgeewi01', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:24,342 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11137/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:24,430 - card_creation - INFO - return: {'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgeewi01', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}} 2025-02-09 10:49:24,430 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mabryjo01'), ('cardset_id', 20)] 2025-02-09 10:49:24,524 - card_creation - INFO - session info: 2025-02-09 10:49:24,525 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11254, 'p_name': 'John Mabry', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mabryjo01', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:24,525 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11254/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:24,606 - card_creation - INFO - return: {'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mabryjo01', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}} 2025-02-09 10:49:24,606 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lampkto01'), ('cardset_id', 20)] 2025-02-09 10:49:24,698 - card_creation - INFO - session info: 2025-02-09 10:49:24,698 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lampkto01', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37497, 'team': 33, 'player': 11138, 'created': 1731963342653}, {'id': 38310, 'team': 47, [ S N I P P E D ] 2025-02-09 10:49:24,699 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11138/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:24,777 - card_creation - INFO - return: {'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lampkto01', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}} 2025-02-09 10:49:24,777 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gaettga01'), ('cardset_id', 20)] 2025-02-09 10:49:24,861 - card_creation - INFO - session info: 2025-02-09 10:49:24,861 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gaettga01', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36461, 'team': 47, 'player': 10761, 'created': 1731272300483}, {'id': 37557, 'team': 33, 'playe [ S N I P P E D ] 2025-02-09 10:49:24,862 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10761/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:24,967 - card_creation - INFO - return: {'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gaettga01', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}} 2025-02-09 10:49:24,967 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huntebr01'), ('cardset_id', 20)] 2025-02-09 10:49:25,077 - card_creation - INFO - session info: 2025-02-09 10:49:25,078 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr01', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:25,078 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11456/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:25,156 - card_creation - INFO - return: {'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr01', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}} 2025-02-09 10:49:25,156 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pagnoto01'), ('cardset_id', 20)] 2025-02-09 10:49:25,282 - card_creation - INFO - session info: 2025-02-09 10:49:25,282 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pagnoto01', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37872, 'team': 47, 'player': 11213, 'created': 1733700057396}]}}]} 2025-02-09 10:49:25,283 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11213/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:25,373 - card_creation - INFO - return: {'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pagnoto01', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}} 2025-02-09 10:49:25,374 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gantro01'), ('cardset_id', 20)] 2025-02-09 10:49:25,469 - card_creation - INFO - session info: 2025-02-09 10:49:25,469 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gantro01', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36280, 'team': 55, 'player': 10762, 'created': 1730920176630}, {'id': 37223, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-09 10:49:25,469 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10762/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:25,549 - card_creation - INFO - return: {'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gantro01', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}} 2025-02-09 10:49:25,549 - card_creation - INFO - get: players id: None params: [('bbref_id', 'amarari01'), ('cardset_id', 20)] 2025-02-09 10:49:25,660 - card_creation - INFO - session info: 2025-02-09 10:49:25,660 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amarari01', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38284, 'team': 49, 'player': 11214, 'created': 1735337259163}]}}]} 2025-02-09 10:49:25,661 - card_creation - INFO - patch: players [('cost', '1537'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11214/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:25,742 - card_creation - INFO - return: {'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 1537, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amarari01', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}} 2025-02-09 10:49:25,742 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sandere02'), ('cardset_id', 20)] 2025-02-09 10:49:25,839 - card_creation - INFO - session info: 2025-02-09 10:49:25,839 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandere02', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37483, 'team': 33, 'player': 11063, 'created': 1731963342642}]}}]} 2025-02-09 10:49:25,840 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11063/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:25,926 - card_creation - INFO - return: {'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandere02', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}} 2025-02-09 10:49:25,926 - card_creation - INFO - get: players id: None params: [('bbref_id', 'youngdm01'), ('cardset_id', 20)] 2025-02-09 10:49:26,025 - card_creation - INFO - session info: 2025-02-09 10:49:26,026 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngdm01', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37327, 'team': 47, 'player': 10974, 'created': 1731963342630}]}}]} 2025-02-09 10:49:26,026 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10974/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:26,131 - card_creation - INFO - return: {'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngdm01', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}} 2025-02-09 10:49:26,132 - card_creation - INFO - get: players id: None params: [('bbref_id', 'larkiba01'), ('cardset_id', 20)] 2025-02-09 10:49:26,237 - card_creation - INFO - session info: 2025-02-09 10:49:26,237 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 1185, 'image': 'https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkiba01', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36516, 'team': 38, 'player': 10975, 'created': 1731272300483}]}}]} 2025-02-09 10:49:26,237 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10975/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:26,325 - card_creation - INFO - return: {'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkiba01', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}} 2025-02-09 10:49:26,326 - card_creation - INFO - get: players id: None params: [('bbref_id', 'taubeed01'), ('cardset_id', 20)] 2025-02-09 10:49:26,413 - card_creation - INFO - session info: 2025-02-09 10:49:26,413 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taubeed01', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:26,414 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11064/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:26,506 - card_creation - INFO - return: {'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taubeed01', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}} 2025-02-09 10:49:26,506 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greenwi01'), ('cardset_id', 20)] 2025-02-09 10:49:26,598 - card_creation - INFO - session info: 2025-02-09 10:49:26,598 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenwi01', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37339, 'team': 47, 'player': 10976, 'created': 1731963342630}, {'id': 37464, 'tea [ S N I P P E D ] 2025-02-09 10:49:26,598 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10976/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:26,688 - card_creation - INFO - return: {'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenwi01', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}} 2025-02-09 10:49:26,688 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boonebr01'), ('cardset_id', 20)] 2025-02-09 10:49:26,781 - card_creation - INFO - session info: 2025-02-09 10:49:26,781 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boonebr01', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:26,781 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10977/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:26,871 - card_creation - INFO - return: {'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boonebr01', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}} 2025-02-09 10:49:26,871 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reesepo01'), ('cardset_id', 20)] 2025-02-09 10:49:26,975 - card_creation - INFO - session info: 2025-02-09 10:49:26,975 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 284, 'image': 'https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reesepo01', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:26,975 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11457/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:27,074 - card_creation - INFO - return: {'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reesepo01', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}} 2025-02-09 10:49:27,074 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klassda01'), ('cardset_id', 20)] 2025-02-09 10:49:27,174 - card_creation - INFO - session info: 2025-02-09 10:49:27,174 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:27,174 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'klasd001')] 2025-02-09 10:49:27,257 - card_creation - INFO - session info: 2025-02-09 10:49:27,257 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:27,257 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Danny', 'last_name': 'Klassen', 'key_mlbam': 135782, 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001'} type: 2025-02-09 10:49:27,372 - card_creation - INFO - return: {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1} 2025-02-09 10:49:27,372 - card_creation - INFO - Only one position found for Danny Klassen 2025-02-09 10:49:27,373 - card_creation - INFO - post: players payload: {'p_name': 'Danny Klassen', 'cost': '10', 'image': 'change-me', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset_id': 20, 'set_num': 1455, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'klassda01', 'fangr_id': 1455, 'mlbplayer_id': 4308, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:27,475 - card_creation - INFO - return: {'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klassda01', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}} 2025-02-09 10:49:27,475 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11514/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:27,619 - card_creation - INFO - return: {'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klassda01', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}} 2025-02-09 10:49:27,619 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stynech01'), ('cardset_id', 20)] 2025-02-09 10:49:27,719 - card_creation - INFO - session info: 2025-02-09 10:49:27,719 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stynech01', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36478, 'team': 47, 'player': 10978, 'created': 1730920176625}, {'id': 36655, 'team': 33, 'playe [ S N I P P E D ] 2025-02-09 10:49:27,719 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10978/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:27,813 - card_creation - INFO - return: {'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stynech01', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}} 2025-02-09 10:49:27,814 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fordybr01'), ('cardset_id', 20)] 2025-02-09 10:49:27,919 - card_creation - INFO - session info: 2025-02-09 10:49:27,920 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordybr01', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:27,920 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11458/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:28,015 - card_creation - INFO - return: {'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordybr01', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}} 2025-02-09 10:49:28,016 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nieveme01'), ('cardset_id', 20)] 2025-02-09 10:49:28,102 - card_creation - INFO - session info: 2025-02-09 10:49:28,102 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nieveme01', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38327, 'team': 47, 'player': 11297, 'created': 1735337233607}, {'id': 38630, 'team': [ S N I P P E D ] 2025-02-09 10:49:28,103 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11297/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:28,211 - card_creation - INFO - return: {'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nieveme01', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}} 2025-02-09 10:49:28,211 - card_creation - INFO - get: players id: None params: [('bbref_id', 'biggicr01'), ('cardset_id', 20)] 2025-02-09 10:49:28,311 - card_creation - INFO - session info: 2025-02-09 10:49:28,312 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'biggicr01', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36452, 'team': 33, 'player': 10979, 'created': 1730920176630}]}}]} 2025-02-09 10:49:28,312 - card_creation - INFO - patch: players [('cost', '285'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10979/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:28,406 - card_creation - INFO - return: {'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 285, 'image': 'https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'biggicr01', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}} 2025-02-09 10:49:28,406 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spierbi01'), ('cardset_id', 20)] 2025-02-09 10:49:28,501 - card_creation - INFO - session info: 2025-02-09 10:49:28,501 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spierbi01', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:28,501 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11459/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:28,629 - card_creation - INFO - return: {'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spierbi01', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}} 2025-02-09 10:49:28,630 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellde01'), ('cardset_id', 20)] 2025-02-09 10:49:28,731 - card_creation - INFO - session info: 2025-02-09 10:49:28,731 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellde01', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36547, 'team': 33, 'player': 10763, 'created': 1731297998254}, {'id': 37878, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:49:28,731 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10763/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:28,860 - card_creation - INFO - return: {'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellde01', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}} 2025-02-09 10:49:28,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bagweje01'), ('cardset_id', 20)] 2025-02-09 10:49:28,964 - card_creation - INFO - session info: 2025-02-09 10:49:28,964 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 275, 'image': 'https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bagweje01', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35499, 'team': 47, 'player': 10764, 'created': 1730616941189}, {'id': 35534, 'team': 38, 'player': [ S N I P P E D ] 2025-02-09 10:49:28,964 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10764/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:29,062 - card_creation - INFO - return: {'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bagweje01', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}} 2025-02-09 10:49:29,063 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aloumo01'), ('cardset_id', 20)] 2025-02-09 10:49:29,157 - card_creation - INFO - session info: 2025-02-09 10:49:29,158 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aloumo01', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37598, 'team': 33, 'player': 10765, 'created': 1731963342633}]}}]} 2025-02-09 10:49:29,158 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10765/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:29,259 - card_creation - INFO - return: {'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aloumo01', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}} 2025-02-09 10:49:29,259 - card_creation - INFO - get: players id: None params: [('bbref_id', 'evereca01'), ('cardset_id', 20)] 2025-02-09 10:49:29,356 - card_creation - INFO - session info: 2025-02-09 10:49:29,356 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'evereca01', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38828, 'team': 38, 'player': 11176, 'created': 1738533340064}]}}]} 2025-02-09 10:49:29,357 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11176/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:29,471 - card_creation - INFO - return: {'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'evereca01', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}} 2025-02-09 10:49:29,472 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gutieri01'), ('cardset_id', 20)] 2025-02-09 10:49:29,577 - card_creation - INFO - session info: 2025-02-09 10:49:29,578 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gutieri01', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37811, 'team': 31, 'player': 10980, 'created': 1733700057282}, {'id': 38337, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:49:29,578 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10980/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:29,672 - card_creation - INFO - return: {'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gutieri01', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}} 2025-02-09 10:49:29,672 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ausmubr01'), ('cardset_id', 20)] 2025-02-09 10:49:29,763 - card_creation - INFO - session info: 2025-02-09 10:49:29,763 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ausmubr01', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37337, 'team': 47, 'player': 11065, 'created': 1731963342642}, {'id': 37467, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-09 10:49:29,763 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11065/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:29,850 - card_creation - INFO - return: {'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ausmubr01', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}} 2025-02-09 10:49:29,851 - card_creation - INFO - get: players id: None params: [('bbref_id', 'berryse01'), ('cardset_id', 20)] 2025-02-09 10:49:29,988 - card_creation - INFO - session info: 2025-02-09 10:49:29,988 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 251, 'image': 'https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berryse01', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37222, 'team': 33, 'player': 10981, 'created': 1731963342604}]}}]} 2025-02-09 10:49:29,988 - card_creation - INFO - patch: players [('cost', '237'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10981/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:30,109 - card_creation - INFO - return: {'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berryse01', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}} 2025-02-09 10:49:30,110 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eusebto01'), ('cardset_id', 20)] 2025-02-09 10:49:30,215 - card_creation - INFO - session info: 2025-02-09 10:49:30,215 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eusebto01', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:30,215 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11492/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:30,308 - card_creation - INFO - return: {'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eusebto01', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}} 2025-02-09 10:49:30,308 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsla03'), ('cardset_id', 20)] 2025-02-09 10:49:30,390 - card_creation - INFO - session info: 2025-02-09 10:49:30,390 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:30,390 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'johnl001')] 2025-02-09 10:49:30,485 - card_creation - INFO - session info: 2025-02-09 10:49:30,485 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:30,485 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Lance', 'last_name': 'Johnson', 'key_mlbam': 116603, 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001'} type: 2025-02-09 10:49:30,570 - card_creation - INFO - return: {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3} 2025-02-09 10:49:30,570 - card_creation - INFO - Only one position found for Lance Johnson 2025-02-09 10:49:30,570 - card_creation - INFO - post: players payload: {'p_name': 'Lance Johnson', 'cost': '30', 'image': 'change-me', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset_id': 20, 'set_num': 1006482, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'johnsla03', 'fangr_id': 1006482, 'mlbplayer_id': 4309, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:30,672 - card_creation - INFO - return: {'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 30, 'image': 'change-me', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsla03', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}} 2025-02-09 10:49:30,673 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11515/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:30,777 - card_creation - INFO - return: {'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsla03', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}} 2025-02-09 10:49:30,777 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blausje01'), ('cardset_id', 20)] 2025-02-09 10:49:30,870 - card_creation - INFO - session info: 2025-02-09 10:49:30,870 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blausje01', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35537, 'team': 38, 'player': 10766, 'created': 1730616941060}, {'id': 35573, 'team': 69, 'pla [ S N I P P E D ] 2025-02-09 10:49:30,870 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10766/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:30,977 - card_creation - INFO - return: {'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blausje01', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}} 2025-02-09 10:49:30,977 - card_creation - INFO - get: players id: None params: [('bbref_id', 'glanvdo01'), ('cardset_id', 20)] 2025-02-09 10:49:31,106 - card_creation - INFO - session info: 2025-02-09 10:49:31,106 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 273, 'image': 'https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glanvdo01', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35584, 'team': 69, 'player': 10767, 'created': 1730616941189}, {'id': 35822, 'tea [ S N I P P E D ] 2025-02-09 10:49:31,106 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10767/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:31,199 - card_creation - INFO - return: {'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glanvdo01', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}} 2025-02-09 10:49:31,199 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rolensc01'), ('cardset_id', 20)] 2025-02-09 10:49:31,287 - card_creation - INFO - session info: 2025-02-09 10:49:31,287 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rolensc01', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35578, 'team': 69, 'player': 10768, 'created': 1730616941189}, {'id': 35650, 'team': 47, 'p [ S N I P P E D ] 2025-02-09 10:49:31,287 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10768/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:31,369 - card_creation - INFO - return: {'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rolensc01', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}} 2025-02-09 10:49:31,369 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brognri01'), ('cardset_id', 20)] 2025-02-09 10:49:31,443 - card_creation - INFO - session info: 2025-02-09 10:49:31,444 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brognri01', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35513, 'team': 47, 'player': 10769, 'created': 1730616941189}, {'id': 3593 [ S N I P P E D ] 2025-02-09 10:49:31,444 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10769/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:31,542 - card_creation - INFO - return: {'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brognri01', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}} 2025-02-09 10:49:31,542 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gilkebe01'), ('cardset_id', 20)] 2025-02-09 10:49:31,635 - card_creation - INFO - session info: 2025-02-09 10:49:31,635 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilkebe01', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37413, 'team': 31, 'player': 11066, 'created': 1731963342633}, {'id': [ S N I P P E D ] 2025-02-09 10:49:31,636 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11066/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:31,728 - card_creation - INFO - return: {'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilkebe01', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}} 2025-02-09 10:49:31,728 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lewisma01'), ('cardset_id', 20)] 2025-02-09 10:49:31,841 - card_creation - INFO - session info: 2025-02-09 10:49:31,841 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisma01', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37781, 'team': 33, 'player': 10982, 'created': 1733172010978}]}}]} 2025-02-09 10:49:31,841 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10982/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:31,949 - card_creation - INFO - return: {'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisma01', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}} 2025-02-09 10:49:31,950 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abreubo01'), ('cardset_id', 20)] 2025-02-09 10:49:32,062 - card_creation - INFO - session info: 2025-02-09 10:49:32,062 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abreubo01', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35685, 'team': 47, 'player': 10770, 'created': 1730616940558}, {'id': 35818, 'team': [ S N I P P E D ] 2025-02-09 10:49:32,063 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10770/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:32,158 - card_creation - INFO - return: {'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abreubo01', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}} 2025-02-09 10:49:32,159 - card_creation - INFO - get: players id: None params: [('bbref_id', 'relafde01'), ('cardset_id', 20)] 2025-02-09 10:49:32,256 - card_creation - INFO - session info: 2025-02-09 10:49:32,256 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'relafde01', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37793, 'team': 33, 'player': 10771, 'created': 1733172010978}]}}]} 2025-02-09 10:49:32,256 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10771/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:32,366 - card_creation - INFO - return: {'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'relafde01', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}} 2025-02-09 10:49:32,366 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jordake01'), ('cardset_id', 20)] 2025-02-09 10:49:32,473 - card_creation - INFO - session info: 2025-02-09 10:49:32,473 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordake01', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38488, 'team': 38, 'player': 11215, 'created': 1736803320997}]}}]} 2025-02-09 10:49:32,474 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11215/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:32,573 - card_creation - INFO - return: {'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordake01', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}} 2025-02-09 10:49:32,574 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olerujo01'), ('cardset_id', 20)] 2025-02-09 10:49:32,675 - card_creation - INFO - session info: 2025-02-09 10:49:32,675 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10772, 'p_name': 'John Olerud', 'cost': 796, 'image': 'https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olerujo01', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36163, 'team': 55, 'player': 10772, 'created': 1730920176630}, {'id': 36348, 'team': 53, 'player': 10772, [ S N I P P E D ] 2025-02-09 10:49:32,675 - card_creation - INFO - patch: players [('cost', '239'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10772/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:32,758 - card_creation - INFO - return: {'player_id': 10772, 'p_name': 'John Olerud', 'cost': 239, 'image': 'https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olerujo01', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}} 2025-02-09 10:49:32,758 - card_creation - INFO - get: players id: None params: [('bbref_id', 'piazzmi01'), ('cardset_id', 20)] 2025-02-09 10:49:32,855 - card_creation - INFO - session info: 2025-02-09 10:49:32,856 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 274, 'image': 'https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piazzmi01', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36991, 'team': 47, 'player': 10983, 'created': 1731602869923}, {'id': 37504, 'team': 33, 'player': 10983, [ S N I P P E D ] 2025-02-09 10:49:32,856 - card_creation - INFO - patch: players [('cost', '288'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10983/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:32,953 - card_creation - INFO - return: {'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 288, 'image': 'https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piazzmi01', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}} 2025-02-09 10:49:32,954 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcraebr01'), ('cardset_id', 20)] 2025-02-09 10:49:33,060 - card_creation - INFO - session info: 2025-02-09 10:49:33,063 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcraebr01', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35690, 'team': 47, 'player': 10773, 'created': 1730616941189}, {'id': 35860, 'team': 33, 'pla [ S N I P P E D ] 2025-02-09 10:49:33,063 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10773/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:33,158 - card_creation - INFO - return: {'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcraebr01', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}} 2025-02-09 10:49:33,158 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baergca01'), ('cardset_id', 20)] 2025-02-09 10:49:33,251 - card_creation - INFO - session info: 2025-02-09 10:49:33,251 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baergca01', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:33,251 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10984/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:33,342 - card_creation - INFO - return: {'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baergca01', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}} 2025-02-09 10:49:33,342 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ordonre01'), ('cardset_id', 20)] 2025-02-09 10:49:33,440 - card_creation - INFO - session info: 2025-02-09 10:49:33,440 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonre01', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36124, 'team': 38, 'player': 10774, 'created': 1730785303729}, {'id': 36274, 'team': 55, 'player': 107 [ S N I P P E D ] 2025-02-09 10:49:33,441 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10774/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:33,520 - card_creation - INFO - return: {'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonre01', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}} 2025-02-09 10:49:33,520 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alfoned01'), ('cardset_id', 20)] 2025-02-09 10:49:33,623 - card_creation - INFO - session info: 2025-02-09 10:49:33,623 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfoned01', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35698, 'team': 47, 'player': 10775, 'created': 1730616941189}, {'id': 37556, 'team': 33, 'play [ S N I P P E D ] 2025-02-09 10:49:33,623 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10775/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:33,709 - card_creation - INFO - return: {'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfoned01', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}} 2025-02-09 10:49:33,709 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezlu02'), ('cardset_id', 20)] 2025-02-09 10:49:33,804 - card_creation - INFO - session info: 2025-02-09 10:49:33,804 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezlu02', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37859, 'team': 47, 'player': 11067, 'created': 1733700057449}]}}]} 2025-02-09 10:49:33,804 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11067/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:33,889 - card_creation - INFO - return: {'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezlu02', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}} 2025-02-09 10:49:33,889 - card_creation - INFO - get: players id: None params: [('bbref_id', 'santaf.01'), ('cardset_id', 20)] 2025-02-09 10:49:33,988 - card_creation - INFO - session info: 2025-02-09 10:49:33,988 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaf.01', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35504, 'team': 47, 'player': 10776, 'created': 1730616941189}, {'id': 35541, 'tea [ S N I P P E D ] 2025-02-09 10:49:33,988 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10776/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:34,079 - card_creation - INFO - return: {'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaf.01', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}} 2025-02-09 10:49:34,079 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guerrvl01'), ('cardset_id', 20)] 2025-02-09 10:49:34,187 - card_creation - INFO - session info: 2025-02-09 10:49:34,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 943, 'image': 'https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrvl01', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36691, 'team': 33, 'player': 10985, 'created': 1731602869923}, {'id': 37331, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:49:34,187 - card_creation - INFO - patch: players [('cost', '1093'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10985/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:34,288 - card_creation - INFO - return: {'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrvl01', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}} 2025-02-09 10:49:34,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fullmbr01'), ('cardset_id', 20)] 2025-02-09 10:49:34,389 - card_creation - INFO - session info: 2025-02-09 10:49:34,390 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fullmbr01', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35563, 'team': 69, 'player': 10777, 'created': 1730616941189}, {'id': 35590, 'team': 47, 'playe [ S N I P P E D ] 2025-02-09 10:49:34,390 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10777/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:34,485 - card_creation - INFO - return: {'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fullmbr01', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}} 2025-02-09 10:49:34,485 - card_creation - INFO - get: players id: None params: [('bbref_id', 'widgech01'), ('cardset_id', 20)] 2025-02-09 10:49:34,586 - card_creation - INFO - session info: 2025-02-09 10:49:34,586 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'widgech01', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35634, 'team': 47, 'player': 10778, 'created': 1730616941935}, {'id': 35739, 'team': 38, [ S N I P P E D ] 2025-02-09 10:49:34,586 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10778/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:34,682 - card_creation - INFO - return: {'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'widgech01', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}} 2025-02-09 10:49:34,682 - card_creation - INFO - get: players id: None params: [('bbref_id', 'andresh01'), ('cardset_id', 20)] 2025-02-09 10:49:34,804 - card_creation - INFO - session info: 2025-02-09 10:49:34,804 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'andresh01', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37503, 'team': 33, 'player': 10986, 'created': 1731963342633}, {'id': 37992, 'team': 4 [ S N I P P E D ] 2025-02-09 10:49:34,804 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10986/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:34,905 - card_creation - INFO - return: {'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'andresh01', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}} 2025-02-09 10:49:34,905 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcguiry01'), ('cardset_id', 20)] 2025-02-09 10:49:35,004 - card_creation - INFO - session info: 2025-02-09 10:49:35,004 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcguiry01', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:35,004 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11255/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:35,090 - card_creation - INFO - return: {'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcguiry01', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}} 2025-02-09 10:49:35,090 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hidalri01'), ('cardset_id', 20)] 2025-02-09 10:49:35,185 - card_creation - INFO - session info: 2025-02-09 10:49:35,185 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hidalri01', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37330, 'team': 47, 'player': 11068, 'created': 1731963342653}, {'id': 37599, 'team': 33, 'p [ S N I P P E D ] 2025-02-09 10:49:35,186 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11068/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:35,266 - card_creation - INFO - return: {'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hidalri01', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}} 2025-02-09 10:49:35,266 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grudzma01'), ('cardset_id', 20)] 2025-02-09 10:49:35,392 - card_creation - INFO - session info: 2025-02-09 10:49:35,392 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grudzma01', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35674, 'team': 38, 'player': 10779, 'created': 1730616941935}, {'id': 35780, 't [ S N I P P E D ] 2025-02-09 10:49:35,393 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10779/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:35,473 - card_creation - INFO - return: {'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grudzma01', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}} 2025-02-09 10:49:35,473 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezed02'), ('cardset_id', 20)] 2025-02-09 10:49:35,560 - card_creation - INFO - session info: 2025-02-09 10:49:35,560 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 619, 'image': 'https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed02', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:35,561 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11460/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:35,632 - card_creation - INFO - return: {'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed02', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}} 2025-02-09 10:49:35,633 - card_creation - INFO - get: players id: None params: [('bbref_id', 'joynewa01'), ('cardset_id', 20)] 2025-02-09 10:49:35,713 - card_creation - INFO - session info: 2025-02-09 10:49:35,713 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joynewa01', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38308, 'team': 47, 'player': 10987, 'created': 1736205194812}]}}]} 2025-02-09 10:49:35,713 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10987/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:35,796 - card_creation - INFO - return: {'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joynewa01', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}} 2025-02-09 10:49:35,796 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jahajo01'), ('cardset_id', 20)] 2025-02-09 10:49:35,869 - card_creation - INFO - session info: 2025-02-09 10:49:35,869 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10780, 'p_name': 'John Jaha', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jahajo01', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35535, 'team': 38, 'player': 10780, 'created': 1730616941060}, {'id': 35790, 'team': 47 [ S N I P P E D ] 2025-02-09 10:49:35,869 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10780/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:35,950 - card_creation - INFO - return: {'player_id': 10780, 'p_name': 'John Jaha', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jahajo01', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}} 2025-02-09 10:49:35,951 - card_creation - INFO - get: players id: None params: [('bbref_id', 'liebemi01'), ('cardset_id', 20)] 2025-02-09 10:49:36,034 - card_creation - INFO - session info: 2025-02-09 10:49:36,034 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebemi01', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35911, 'team': 55, 'player': 10781, 'created': 1730748267374}, {'id': 36075, 'team [ S N I P P E D ] 2025-02-09 10:49:36,034 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10781/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:36,116 - card_creation - INFO - return: {'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebemi01', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}} 2025-02-09 10:49:36,116 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sefcike01'), ('cardset_id', 20)] 2025-02-09 10:49:36,198 - card_creation - INFO - session info: 2025-02-09 10:49:36,198 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 587, 'image': 'https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sefcike01', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:36,199 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11493/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:36,281 - card_creation - INFO - return: {'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sefcike01', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}} 2025-02-09 10:49:36,282 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithma03'), ('cardset_id', 20)] 2025-02-09 10:49:36,361 - card_creation - INFO - session info: 2025-02-09 10:49:36,361 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithma03', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:36,361 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11298/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:36,451 - card_creation - INFO - return: {'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithma03', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}} 2025-02-09 10:49:36,451 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitero02'), ('cardset_id', 20)] 2025-02-09 10:49:36,560 - card_creation - INFO - session info: 2025-02-09 10:49:36,560 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10782, 'p_name': 'Rondell White', 'cost': 308, 'image': 'https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitero02', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35512, 'team': 47, 'player': 10782, 'created': 1730616941189}, {'id': 37210, 'team': 33, 'p [ S N I P P E D ] 2025-02-09 10:49:36,561 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10782/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:36,649 - card_creation - INFO - return: {'player_id': 10782, 'p_name': 'Rondell White', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitero02', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}} 2025-02-09 10:49:36,649 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mordemi01'), ('cardset_id', 20)] 2025-02-09 10:49:36,737 - card_creation - INFO - session info: 2025-02-09 10:49:36,737 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:36,737 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'mordm001')] 2025-02-09 10:49:36,829 - card_creation - INFO - session info: 2025-02-09 10:49:36,830 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:36,830 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mike', 'last_name': 'Mordecai', 'key_mlbam': 119348, 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001'} type: 2025-02-09 10:49:36,931 - card_creation - INFO - return: {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3} 2025-02-09 10:49:36,932 - card_creation - INFO - post: players payload: {'p_name': 'Mike Mordecai', 'cost': '8', 'image': 'change-me', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset_id': 20, 'set_num': 1385, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'mordemi01', 'fangr_id': 1385, 'mlbplayer_id': 4310, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:37,026 - card_creation - INFO - return: {'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 8, 'image': 'change-me', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mordemi01', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}} 2025-02-09 10:49:37,026 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11516/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:37,129 - card_creation - INFO - return: {'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mordemi01', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}} 2025-02-09 10:49:37,129 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vidrojo01'), ('cardset_id', 20)] 2025-02-09 10:49:37,233 - card_creation - INFO - session info: 2025-02-09 10:49:37,233 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vidrojo01', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:37,233 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11216/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:37,330 - card_creation - INFO - return: {'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vidrojo01', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}} 2025-02-09 10:49:37,330 - card_creation - INFO - get: players id: None params: [('bbref_id', 'merlolo01'), ('cardset_id', 20)] 2025-02-09 10:49:37,436 - card_creation - INFO - session info: 2025-02-09 10:49:37,436 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merlolo01', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:37,437 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11299/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:37,531 - card_creation - INFO - return: {'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merlolo01', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}} 2025-02-09 10:49:37,531 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dunwoto01'), ('cardset_id', 20)] 2025-02-09 10:49:37,628 - card_creation - INFO - session info: 2025-02-09 10:49:37,629 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunwoto01', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:37,629 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11481/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:37,718 - card_creation - INFO - return: {'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunwoto01', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}} 2025-02-09 10:49:37,719 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crespfe01'), ('cardset_id', 20)] 2025-02-09 10:49:37,817 - card_creation - INFO - session info: 2025-02-09 10:49:37,817 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 1249, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crespfe01', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:37,818 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11494/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:37,926 - card_creation - INFO - return: {'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crespfe01', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}} 2025-02-09 10:49:37,926 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huskebu01'), ('cardset_id', 20)] 2025-02-09 10:49:38,045 - card_creation - INFO - session info: 2025-02-09 10:49:38,046 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huskebu01', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35613, 'team': 69, 'player': 10783, 'created': 1730616941935}, {'id': 36486, 'team': 47, 'p [ S N I P P E D ] 2025-02-09 10:49:38,046 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10783/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:38,128 - card_creation - INFO - return: {'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huskebu01', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}} 2025-02-09 10:49:38,128 - card_creation - INFO - get: players id: None params: [('bbref_id', 'marreel01'), ('cardset_id', 20)] 2025-02-09 10:49:38,246 - card_creation - INFO - session info: 2025-02-09 10:49:38,246 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:38,246 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'marre001')] 2025-02-09 10:49:38,336 - card_creation - INFO - session info: 2025-02-09 10:49:38,336 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:49:38,336 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Eli', 'last_name': 'Marrero', 'key_mlbam': 118305, 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001'} type: 2025-02-09 10:49:38,437 - card_creation - INFO - return: {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3} 2025-02-09 10:49:38,437 - card_creation - INFO - Only one position found for Eli Marrero 2025-02-09 10:49:38,438 - card_creation - INFO - post: players payload: {'p_name': 'Eli Marrero', 'cost': '29', 'image': 'change-me', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset_id': 20, 'set_num': 1166, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'marreel01', 'fangr_id': 1166, 'mlbplayer_id': 4311, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-09 10:49:38,534 - card_creation - INFO - return: {'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 29, 'image': 'change-me', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'marreel01', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}} 2025-02-09 10:49:38,534 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11517/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:38,625 - card_creation - INFO - return: {'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'marreel01', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}} 2025-02-09 10:49:38,626 - card_creation - INFO - get: players id: None params: [('bbref_id', 'watkipa01'), ('cardset_id', 20)] 2025-02-09 10:49:38,708 - card_creation - INFO - session info: 2025-02-09 10:49:38,708 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watkipa01', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38318, 'team': 47, 'player': 11300, 'created': 1736205194812}]}}]} 2025-02-09 10:49:38,709 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11300/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:38,802 - card_creation - INFO - return: {'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watkipa01', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}} 2025-02-09 10:49:38,803 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezed01'), ('cardset_id', 20)] 2025-02-09 10:49:38,884 - card_creation - INFO - session info: 2025-02-09 10:49:38,884 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed01', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36978, 'team': 47, 'player': 10988, 'created': 1731602870133}, {'id': 38851, 'team': 38, ' [ S N I P P E D ] 2025-02-09 10:49:38,884 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10988/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:38,959 - card_creation - INFO - return: {'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed01', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}} 2025-02-09 10:49:38,960 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martife01'), ('cardset_id', 20)] 2025-02-09 10:49:39,042 - card_creation - INFO - session info: 2025-02-09 10:49:39,042 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martife01', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37447, 'team': 38, 'player': 11069, 'created': 1731963342633}, {'id': 3785 [ S N I P P E D ] 2025-02-09 10:49:39,042 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11069/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:39,169 - card_creation - INFO - return: {'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martife01', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}} 2025-02-09 10:49:39,169 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ripkebi01'), ('cardset_id', 20)] 2025-02-09 10:49:39,267 - card_creation - INFO - session info: 2025-02-09 10:49:39,267 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkebi01', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:39,267 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11256/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:39,349 - card_creation - INFO - return: {'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkebi01', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}} 2025-02-09 10:49:39,349 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haselbi01'), ('cardset_id', 20)] 2025-02-09 10:49:39,422 - card_creation - INFO - session info: 2025-02-09 10:49:39,422 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haselbi01', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:39,422 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11495/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:39,507 - card_creation - INFO - return: {'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haselbi01', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}} 2025-02-09 10:49:39,508 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castial01'), ('cardset_id', 20)] 2025-02-09 10:49:39,595 - card_creation - INFO - session info: 2025-02-09 10:49:39,595 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castial01', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:39,595 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11301/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:39,794 - card_creation - INFO - return: {'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castial01', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}} 2025-02-09 10:49:39,794 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke04'), ('cardset_id', 20)] 2025-02-09 10:49:39,869 - card_creation - INFO - session info: 2025-02-09 10:49:39,869 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke04', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:39,869 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11257/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:39,983 - card_creation - INFO - return: {'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke04', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}} 2025-02-09 10:49:39,984 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lemkema01'), ('cardset_id', 20)] 2025-02-09 10:49:40,099 - card_creation - INFO - session info: 2025-02-09 10:49:40,099 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lemkema01', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:40,099 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11070/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:40,178 - card_creation - INFO - return: {'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lemkema01', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}} 2025-02-09 10:49:40,178 - card_creation - INFO - get: players id: None params: [('bbref_id', 'macksh01'), ('cardset_id', 20)] 2025-02-09 10:49:40,263 - card_creation - INFO - session info: 2025-02-09 10:49:40,263 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macksh01', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35629, 'team': 47, 'player': 10784, 'created': 1730616941189}, {'id': 35808, 'team': 31 [ S N I P P E D ] 2025-02-09 10:49:40,264 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10784/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:40,335 - card_creation - INFO - return: {'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macksh01', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}} 2025-02-09 10:49:40,335 - card_creation - INFO - get: players id: None params: [('bbref_id', 'howarda02'), ('cardset_id', 20)] 2025-02-09 10:49:40,425 - card_creation - INFO - session info: 2025-02-09 10:49:40,425 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11139, 'p_name': 'David Howard', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howarda02', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:40,425 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11139/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:40,499 - card_creation - INFO - return: {'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howarda02', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}} 2025-02-09 10:49:40,499 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bogarti01'), ('cardset_id', 20)] 2025-02-09 10:49:40,592 - card_creation - INFO - session info: 2025-02-09 10:49:40,592 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bogarti01', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:40,593 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11217/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:40,676 - card_creation - INFO - return: {'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bogarti01', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}} 2025-02-09 10:49:40,676 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ramirar01'), ('cardset_id', 20)] 2025-02-09 10:49:40,776 - card_creation - INFO - session info: 2025-02-09 10:49:40,776 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirar01', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:49:40,777 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11302/battingcard%3Fd%3D2025-2-9')] 2025-02-09 10:49:40,860 - card_creation - INFO - return: {'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirar01', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}} 2025-02-09 10:49:40,870 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 10633, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10938, 'steal_low': 11, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'A', 'running': 12, 'hand': 'R'}, {'player_id': 10634, 'steal_low': 10, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10635, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10636, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10637, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10638, 'steal_low': 3, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 10639, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10640, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10641, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10642, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10939, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10940, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10643, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 11242, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10644, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11446, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10941, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 11290, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11111, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11112, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10645, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10646, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 10647, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10648, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10649, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10650, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11485, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11486, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10651, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11447, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 11448, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10652, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10653, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10654, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 9, 'hand': 'L'}, {'player_id': 11199, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 11449, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11505, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11042, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10655, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10656, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10942, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11450, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11043, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10657, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 10658, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11113, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10659, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 9, 'hand': 'L'}, {'player_id': 10660, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10661, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10943, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10662, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10663, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10664, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'A', 'running': 12, 'hand': 'R'}, {'player_id': 11168, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11044, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11169, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'A', 'running': 11, 'hand': 'R'}, {'player_id': 10665, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10666, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11200, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10667, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10668, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10669, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11045, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 10944, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10670, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11479, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10945, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'A', 'running': 13, 'hand': 'R'}, {'player_id': 10946, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10671, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10672, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10673, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10674, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10675, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11046, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10676, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11114, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11047, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11291, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11048, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11243, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 11244, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10677, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10678, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10679, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.4722222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11049, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 9, 'hand': 'L'}, {'player_id': 10680, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10681, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10682, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 11115, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'L'}, {'player_id': 10683, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10684, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10947, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10948, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10685, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10686, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 10949, 'steal_low': 3, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 10950, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11050, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11116, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11506, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.4166666666666667, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11507, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10687, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.4444444444444444, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10688, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11117, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10689, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11118, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10951, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10952, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11119, 'steal_low': 3, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11201, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'C', 'running': 14, 'hand': 'R'}, {'player_id': 11120, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10953, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11121, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'B', 'hit_and_run': 'C', 'running': 14, 'hand': 'S'}, {'player_id': 11245, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'A', 'running': 12, 'hand': 'L'}, {'player_id': 11122, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 10690, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11123, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10954, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10691, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10692, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11170, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10693, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 9, 'hand': 'R'}, {'player_id': 11124, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10694, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10695, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'B', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10696, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10697, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10698, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11202, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11203, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11204, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11051, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10699, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11246, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'A', 'running': 13, 'hand': 'L'}, {'player_id': 10700, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10701, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'A', 'running': 13, 'hand': 'L'}, {'player_id': 10702, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10703, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'A', 'running': 12, 'hand': 'R'}, {'player_id': 10955, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10704, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10956, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10705, 'steal_low': 8, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10706, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10707, 'steal_low': 3, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 11451, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10708, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10709, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11052, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10957, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10958, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11247, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 11508, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10710, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10711, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10712, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 10713, 'steal_low': 10, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10714, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11125, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 11126, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'B', 'running': 14, 'hand': 'L'}, {'player_id': 11248, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11053, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11487, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11171, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11172, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10959, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'D', 'hit_and_run': 'C', 'running': 15, 'hand': 'R'}, {'player_id': 11249, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11173, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11292, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10715, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3611111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10716, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10717, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 10718, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11127, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10719, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10720, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10721, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10722, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11174, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11452, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 17, 'hand': 'R'}, {'player_id': 11453, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11128, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11293, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11175, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11294, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3611111111111111, 'bunting': 'A', 'hit_and_run': 'B', 'running': 14, 'hand': 'S'}, {'player_id': 11054, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11055, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11488, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 11454, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'B', 'running': 13, 'hand': 'S'}, {'player_id': 10723, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11129, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11509, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11205, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10724, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10725, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11510, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10726, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10727, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10728, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 10960, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10729, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10730, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10731, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10732, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10733, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11130, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11489, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 11511, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11056, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11250, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10734, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11131, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11295, 'steal_low': 3, 'steal_high': 10, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10735, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10961, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.4722222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11132, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11206, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11133, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10962, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10963, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11512, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11251, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11296, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 9, 'hand': 'S'}, {'player_id': 11252, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10964, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 11207, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10736, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10965, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11208, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11209, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11253, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10966, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11210, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11057, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'A', 'running': 14, 'hand': 'R'}, {'player_id': 11211, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11212, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11480, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10737, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 10738, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11134, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10739, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11058, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'B', 'running': 14, 'hand': 'L'}, {'player_id': 10740, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10741, 'steal_low': 3, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'B', 'running': 13, 'hand': 'L'}, {'player_id': 10742, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10743, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10744, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10967, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10745, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10746, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11455, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11490, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11059, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11060, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 10747, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10748, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10749, 'steal_low': 13, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.3888888888888889, 'bunting': 'A', 'hit_and_run': 'A', 'running': 11, 'hand': 'L'}, {'player_id': 10750, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10751, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10752, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10753, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 11491, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 11061, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11062, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11135, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10968, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10969, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10754, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 10755, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10756, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10757, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10758, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10970, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11136, 'steal_low': 3, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11513, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 16, 'hand': 'R'}, {'player_id': 10971, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10972, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 10973, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10759, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10760, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11137, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11254, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11138, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10761, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11456, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11213, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 10762, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11214, 'steal_low': 3, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11063, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10974, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10975, 'steal_low': 13, 'steal_high': 17, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11064, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10976, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10977, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11457, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11514, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10978, 'steal_low': 3, 'steal_high': 17, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11458, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 11297, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 8, 'hand': 'S'}, {'player_id': 10979, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'B', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 11459, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10763, 'steal_low': 10, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10764, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10765, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11176, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10980, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11065, 'steal_low': 3, 'steal_high': 16, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10981, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11492, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11515, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10766, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10767, 'steal_low': 10, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10768, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 14, 'hand': 'R'}, {'player_id': 10769, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11066, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10982, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10770, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'A', 'running': 11, 'hand': 'L'}, {'player_id': 10771, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11215, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10772, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10983, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 9, 'hand': 'R'}, {'player_id': 10773, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10984, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10774, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10775, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11067, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10776, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10985, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10777, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10778, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10986, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11255, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11068, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10779, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11460, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10987, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10780, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10781, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11493, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'A', 'running': 12, 'hand': 'R'}, {'player_id': 11298, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10782, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11516, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11216, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 11299, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11481, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 11494, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 10783, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11517, 'steal_low': 10, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11300, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'B', 'running': 9, 'hand': 'R'}, {'player_id': 10988, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11069, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11256, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11495, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11301, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11257, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11070, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10784, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11139, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 11217, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11302, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}]} type: 2025-02-09 10:49:41,920 - card_creation - INFO - return: Updated cards: 347; new cards: 13 2025-02-09 10:49:41,920 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 20)] 2025-02-09 10:49:44,063 - card_creation - INFO - session info: 2025-02-09 10:49:44,131 - card_creation - INFO - return: {'count': 360, 'cards': [{'id': 4871, 'player': {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, 'variant': 0, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_ [ S N I P P E D ] 2025-02-09 10:49:44,141 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 4871, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.2, 'double_pull': 7.25, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 24.55, 'strikeout': 7.0, 'lineout': 8.65, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 13.35, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 13.2, 'groundout_c': 0.0, 'pull_rate': 0.31731, 'center_rate': 0.36538, 'slap_rate': 0.31731, 'avg': 0.26852, 'obp': 0.52361, 'slg': 0.36389, 'player_id': 10633}, {'battingcard_id': 4871, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.35, 'strikeout': 11.55, 'lineout': 3.75, 'popout': 8.7, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.3, 'groundout_a': 4.75, 'groundout_b': 18.4, 'groundout_c': 0.0, 'pull_rate': 0.27002, 'center_rate': 0.07076, 'slap_rate': 0.65922, 'avg': 0.225, 'obp': 0.38565, 'slg': 0.29352, 'player_id': 10633}, {'battingcard_id': 5027, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 9.05, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 11.65, 'single_two': 7.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.2, 'strikeout': 7.2, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 0, 'groundout_b': 18.95, 'groundout_c': 0.0, 'pull_rate': 0.27, 'center_rate': 0.46, 'slap_rate': 0.27, 'avg': 0.41852, 'obp': 0.51296, 'slg': 0.6875, 'player_id': 10938}, {'battingcard_id': 5027, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 7.4, 'single_one': 11.15, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.0, 'strikeout': 16.45, 'lineout': 4.25, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 6.75, 'flyout_lf_b': 0, 'flyout_rf_b': 2.25, 'groundout_a': 8.7, 'groundout_b': 8.7, 'groundout_c': 0.0, 'pull_rate': 0.22782, 'center_rate': 0.09274, 'slap_rate': 0.67944, 'avg': 0.38426, 'obp': 0.51389, 'slg': 0.45787, 'player_id': 10938}, {'battingcard_id': 4872, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 29.5, 'lineout': 7.65, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.35, 'groundout_a': 21.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.61667, 'slap_rate': 0.21666, 'avg': 0.23889, 'obp': 0.30926, 'slg': 0.2537, 'player_id': 10634}, {'battingcard_id': 4872, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.65, 'double_pull': 7.65, 'single_two': 3.9, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 9.95, 'lineout': 7.3, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 22.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19957, 'center_rate': 0.16052, 'slap_rate': 0.63991, 'avg': 0.34444, 'obp': 0.48843, 'slg': 0.51528, 'player_id': 10634}, {'battingcard_id': 4873, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 3.2, 'single_one': 3.5, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.6, 'strikeout': 9.1, 'lineout': 7.75, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.34127, 'center_rate': 0.31746, 'slap_rate': 0.34127, 'avg': 0.32685, 'obp': 0.48981, 'slg': 0.54769, 'player_id': 10635}, {'battingcard_id': 4873, 'vs_hand': 'R', 'homerun': 3.5, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 12.9, 'lineout': 4.5, 'popout': 10.1, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 27.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22628, 'center_rate': 0.14599, 'slap_rate': 0.62773, 'avg': 0.28009, 'obp': 0.43102, 'slg': 0.44491, 'player_id': 10635}, {'battingcard_id': 4874, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.9, 'strikeout': 15.5, 'lineout': 5.4, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 19.45, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.25, 'groundout_a': 0, 'groundout_b': 23.8, 'groundout_c': 0.0, 'pull_rate': 0.23196, 'center_rate': 0.52577, 'slap_rate': 0.24227, 'avg': 0.23056, 'obp': 0.32222, 'slg': 0.34167, 'player_id': 10636}, {'battingcard_id': 4874, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.9, 'single_two': 5.4, 'single_one': 7.65, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 13.6, 'lineout': 6.4, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 11.45, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.6, 'groundout_a': 3.75, 'groundout_b': 21.1, 'groundout_c': 0.0, 'pull_rate': 0.3132, 'center_rate': 0.22819, 'slap_rate': 0.45861, 'avg': 0.34722, 'obp': 0.4037, 'slg': 0.48009, 'player_id': 10636}, {'battingcard_id': 4875, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.75, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 16.8, 'lineout': 4.5, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 11.7, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.5, 'groundout_a': 25.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.12207, 'center_rate': 0.58216, 'slap_rate': 0.29577, 'avg': 0.27546, 'obp': 0.3625, 'slg': 0.32778, 'player_id': 10637}, {'battingcard_id': 4875, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 5.95, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 9.85, 'lineout': 8.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 16.7, 'flyout_lf_b': 3.25, 'flyout_rf_b': 2.4, 'groundout_a': 25.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25401, 'center_rate': 0.33155, 'slap_rate': 0.41444, 'avg': 0.30972, 'obp': 0.39213, 'slg': 0.46759, 'player_id': 10637}, {'battingcard_id': 4876, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 4.5, 'single_one': 6.6, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 19.45, 'strikeout': 13.45, 'lineout': 2.55, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 8.4, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 1.4, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.31293, 'center_rate': 0.37415, 'slap_rate': 0.31292, 'avg': 0.2625, 'obp': 0.46111, 'slg': 0.34028, 'player_id': 10638}, {'battingcard_id': 4876, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.1, 'strikeout': 15.95, 'lineout': 3.2, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.2, 'groundout_a': 3.2, 'groundout_b': 27.35, 'groundout_c': 0.0, 'pull_rate': 0.23022, 'center_rate': 0.19784, 'slap_rate': 0.57194, 'avg': 0.24259, 'obp': 0.37315, 'slg': 0.375, 'player_id': 10638}, {'battingcard_id': 4877, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 4.25, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.75, 'strikeout': 14.2, 'lineout': 7.75, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.9, 'groundout_a': 12.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23704, 'center_rate': 0.52593, 'slap_rate': 0.23703, 'avg': 0.29352, 'obp': 0.51343, 'slg': 0.44444, 'player_id': 10639}, {'battingcard_id': 4877, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.65, 'strikeout': 21.45, 'lineout': 3.75, 'popout': 8.8, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 10.3, 'groundout_c': 0.0, 'pull_rate': 0.30872, 'center_rate': 0.23826, 'slap_rate': 0.45302, 'avg': 0.28472, 'obp': 0.47593, 'slg': 0.42222, 'player_id': 10639}, {'battingcard_id': 4878, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.2, 'strikeout': 23.95, 'lineout': 13.5, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.95, 'groundout_a': 13.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25455, 'center_rate': 0.49091, 'slap_rate': 0.25454, 'avg': 0.18102, 'obp': 0.34028, 'slg': 0.24722, 'player_id': 10640}, {'battingcard_id': 4878, 'vs_hand': 'R', 'homerun': 1.7, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.5, 'strikeout': 17.1, 'lineout': 6.1, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 23.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27635, 'center_rate': 0.15385, 'slap_rate': 0.5698, 'avg': 0.25556, 'obp': 0.38981, 'slg': 0.39352, 'player_id': 10640}, {'battingcard_id': 4879, 'vs_hand': 'L', 'homerun': 1.7, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 21.65, 'lineout': 3.25, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 24.0, 'flyout_lf_b': 3.9, 'flyout_rf_b': 4.2, 'groundout_a': 2.1, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.20635, 'center_rate': 0.61111, 'slap_rate': 0.18254, 'avg': 0.22639, 'obp': 0.26111, 'slg': 0.35648, 'player_id': 10641}, {'battingcard_id': 4879, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 12.75, 'lineout': 14.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.35, 'groundout_a': 23.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25245, 'center_rate': 0.18873, 'slap_rate': 0.55882, 'avg': 0.33565, 'obp': 0.38843, 'slg': 0.4537, 'player_id': 10641}, {'battingcard_id': 4880, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 2.7, 'single_one': 3.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.4, 'strikeout': 21.05, 'lineout': 10.45, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.4, 'groundout_a': 4.75, 'groundout_b': 13.4, 'groundout_c': 0.0, 'pull_rate': 0.25893, 'center_rate': 0.53571, 'slap_rate': 0.20536, 'avg': 0.23565, 'obp': 0.33194, 'slg': 0.32407, 'player_id': 10642}, {'battingcard_id': 4880, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.4, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 12.8, 'lineout': 8.45, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 18.6, 'flyout_lf_b': 4.2, 'flyout_rf_b': 2.1, 'groundout_a': 23.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26446, 'center_rate': 0.16529, 'slap_rate': 0.57025, 'avg': 0.18009, 'obp': 0.30741, 'slg': 0.21759, 'player_id': 10642}, {'battingcard_id': 5028, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 7.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 5.4, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 19.15, 'strikeout': 10.0, 'lineout': 7.9, 'popout': 2.7, 'flyout_a': 1.0, 'flyout_bq': 9.6, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.75, 'groundout_a': 7.8, 'groundout_b': 11.75, 'groundout_c': 0.0, 'pull_rate': 0.30556, 'center_rate': 0.38889, 'slap_rate': 0.30555, 'avg': 0.2463, 'obp': 0.44213, 'slg': 0.38519, 'player_id': 10939}, {'battingcard_id': 5028, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.25, 'single_one': 3.8, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 19.15, 'strikeout': 10.85, 'lineout': 4.75, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 6.0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.28146, 'center_rate': 0.09611, 'slap_rate': 0.62243, 'avg': 0.24907, 'obp': 0.44491, 'slg': 0.31991, 'player_id': 10939}, {'battingcard_id': 5029, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.8, 'double_pull': 5.85, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.95, 'strikeout': 12.2, 'lineout': 8.75, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 12.2, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 0, 'groundout_b': 21.9, 'groundout_c': 0.0, 'pull_rate': 0.28235, 'center_rate': 0.43529, 'slap_rate': 0.28236, 'avg': 0.30093, 'obp': 0.41157, 'slg': 0.54306, 'player_id': 10940}, {'battingcard_id': 5029, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 12.75, 'strikeout': 16.05, 'lineout': 9.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 29.75, 'groundout_c': 0.0, 'pull_rate': 0.28641, 'center_rate': 0.08981, 'slap_rate': 0.62378, 'avg': 0.17546, 'obp': 0.33056, 'slg': 0.225, 'player_id': 10940}, {'battingcard_id': 4881, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 0, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 20.6, 'lineout': 27.5, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 3.25, 'groundout_b': 18.1, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.66667, 'slap_rate': 0.16666, 'avg': 0.15463, 'obp': 0.18472, 'slg': 0.20926, 'player_id': 10643}, {'battingcard_id': 4881, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.4, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.15, 'strikeout': 12.75, 'lineout': 8.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 27.0, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.18713, 'center_rate': 0.14035, 'slap_rate': 0.67252, 'avg': 0.14769, 'obp': 0.22315, 'slg': 0.17222, 'player_id': 10643}, {'battingcard_id': 5167, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 7.0, 'lineout': 5.4, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 14.2, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 1.6, 'groundout_b': 29.35, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.55, 'slap_rate': 0.225, 'avg': 0.18194, 'obp': 0.35, 'slg': 0.13981, 'player_id': 11242}, {'battingcard_id': 5167, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 21.35, 'lineout': 8.1, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 14.45, 'flyout_lf_b': 3.75, 'flyout_rf_b': 1.1, 'groundout_a': 10.4, 'groundout_b': 12.7, 'groundout_c': 0.0, 'pull_rate': 0.17626, 'center_rate': 0.07914, 'slap_rate': 0.7446, 'avg': 0.21713, 'obp': 0.29306, 'slg': 0.28981, 'player_id': 11242}, {'battingcard_id': 4882, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.15, 'double_pull': 6.15, 'single_two': 7.35, 'single_one': 11.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.25, 'strikeout': 5.95, 'lineout': 2.7, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 31.15, 'groundout_c': 0.0, 'pull_rate': 0.21805, 'center_rate': 0.56391, 'slap_rate': 0.21804, 'avg': 0.38333, 'obp': 0.43194, 'slg': 0.4588, 'player_id': 10644}, {'battingcard_id': 4882, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.8, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.75, 'strikeout': 6.75, 'lineout': 2.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 14.85, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.3, 'groundout_a': 39.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25676, 'center_rate': 0.12669, 'slap_rate': 0.61655, 'avg': 0.27361, 'obp': 0.32685, 'slg': 0.34352, 'player_id': 10644}, {'battingcard_id': 5284, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 20.2, 'strikeout': 10.1, 'lineout': 0, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 16.8, 'flyout_lf_b': 2.8, 'flyout_rf_b': 2.8, 'groundout_a': 0.0, 'groundout_b': 35.3, 'groundout_c': 0.0, 'pull_rate': 0.18182, 'center_rate': 0.63636, 'slap_rate': 0.18182, 'avg': 0.08102, 'obp': 0.31435, 'slg': 0.05787, 'player_id': 11446}, {'battingcard_id': 5284, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 15.45, 'lineout': 7.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.4, 'groundout_a': 46.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15079, 'center_rate': 0.05556, 'slap_rate': 0.79365, 'avg': 0.20231, 'obp': 0.23287, 'slg': 0.27222, 'player_id': 11446}, {'battingcard_id': 5030, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.75, 'strikeout': 7.6, 'lineout': 14.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 29.65, 'groundout_c': 0.0, 'pull_rate': 0.21368, 'center_rate': 0.57265, 'slap_rate': 0.21367, 'avg': 0.17037, 'obp': 0.38102, 'slg': 0.12731, 'player_id': 10941}, {'battingcard_id': 5030, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.75, 'strikeout': 12.5, 'lineout': 8.0, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 1.05, 'groundout_b': 18.95, 'groundout_c': 0.0, 'pull_rate': 0.22028, 'center_rate': 0.23427, 'slap_rate': 0.54545, 'avg': 0.28981, 'obp': 0.48194, 'slg': 0.35926, 'player_id': 10941}, {'battingcard_id': 5188, 'vs_hand': 'L', 'homerun': 19.4, 'bp_homerun': 13.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.75, 'single_two': 6.75, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 24.35, 'lineout': 0, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 5.1, 'flyout_rf_b': 5.1, 'groundout_a': 0.0, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.7, 'slap_rate': 0.13333, 'avg': 0.46667, 'obp': 0.58657, 'slg': 1.10741, 'player_id': 11290}, {'battingcard_id': 5188, 'vs_hand': 'R', 'homerun': 7.9, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 18.3, 'strikeout': 20.25, 'lineout': 8.25, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 6.65, 'flyout_lf_b': 10.3, 'flyout_rf_b': 5.4, 'groundout_a': 0, 'groundout_b': 8.75, 'groundout_c': 5.9, 'pull_rate': 0.28636, 'center_rate': 0.09545, 'slap_rate': 0.61819, 'avg': 0.21481, 'obp': 0.38426, 'slg': 0.51944, 'player_id': 11290}, {'battingcard_id': 5109, 'vs_hand': 'L', 'homerun': 9.1, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.8, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.75, 'strikeout': 24.45, 'lineout': 1.2, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.8, 'groundout_a': 1.2, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.35714, 'center_rate': 0.28571, 'slap_rate': 0.35715, 'avg': 0.29352, 'obp': 0.3838, 'slg': 0.59352, 'player_id': 11111}, {'battingcard_id': 5109, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 4.8, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.25, 'strikeout': 21.25, 'lineout': 4.25, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 4.25, 'groundout_b': 23.9, 'groundout_c': 0.0, 'pull_rate': 0.2126, 'center_rate': 0.22047, 'slap_rate': 0.56693, 'avg': 0.27593, 'obp': 0.36157, 'slg': 0.36759, 'player_id': 11111}, {'battingcard_id': 5110, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 5.95, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 12.45, 'lineout': 9.35, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.75, 'groundout_a': 12.05, 'groundout_b': 14.7, 'groundout_c': 0.0, 'pull_rate': 0.24, 'center_rate': 0.52, 'slap_rate': 0.24, 'avg': 0.28796, 'obp': 0.37639, 'slg': 0.43472, 'player_id': 11112}, {'battingcard_id': 5110, 'vs_hand': 'R', 'homerun': 6.35, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.3, 'single_two': 3.5, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.85, 'strikeout': 25.55, 'lineout': 6.25, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 6.9, 'flyout_lf_b': 4.2, 'flyout_rf_b': 2.55, 'groundout_a': 15.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27778, 'center_rate': 0.21667, 'slap_rate': 0.50555, 'avg': 0.26852, 'obp': 0.42454, 'slg': 0.49398, 'player_id': 11112}, {'battingcard_id': 4883, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 7.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 6.75, 'single_one': 10.1, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.3, 'strikeout': 11.35, 'lineout': 8.0, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.2, 'groundout_a': 1.35, 'groundout_b': 11.6, 'groundout_c': 0.0, 'pull_rate': 0.12821, 'center_rate': 0.45641, 'slap_rate': 0.41538, 'avg': 0.35926, 'obp': 0.55648, 'slg': 0.47963, 'player_id': 10645}, {'battingcard_id': 4883, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.95, 'strikeout': 9.45, 'lineout': 8.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.1, 'flyout_lf_b': 3.75, 'flyout_rf_b': 1.25, 'groundout_a': 0, 'groundout_b': 28.95, 'groundout_c': 0.0, 'pull_rate': 0.16468, 'center_rate': 0.17659, 'slap_rate': 0.65873, 'avg': 0.27963, 'obp': 0.38102, 'slg': 0.40741, 'player_id': 10645}, {'battingcard_id': 4884, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.5, 'strikeout': 10.6, 'lineout': 15.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 29.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28333, 'center_rate': 0.43333, 'slap_rate': 0.28334, 'avg': 0.26898, 'obp': 0.44028, 'slg': 0.34028, 'player_id': 10646}, {'battingcard_id': 4884, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.4, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.6, 'strikeout': 8.95, 'lineout': 4.2, 'popout': 9.35, 'flyout_a': 0.0, 'flyout_bq': 12.2, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 15.1, 'groundout_b': 10.05, 'groundout_c': 0.0, 'pull_rate': 0.16157, 'center_rate': 0.17031, 'slap_rate': 0.66812, 'avg': 0.29954, 'obp': 0.4162, 'slg': 0.35926, 'player_id': 10646}, {'battingcard_id': 4885, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.2, 'single_one': 2.5, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 16.55, 'lineout': 0, 'popout': 13.0, 'flyout_a': 0.0, 'flyout_bq': 9.75, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.6, 'groundout_a': 39.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18868, 'center_rate': 0.56604, 'slap_rate': 0.24528, 'avg': 0.19167, 'obp': 0.24444, 'slg': 0.25278, 'player_id': 10647}, {'battingcard_id': 4885, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.75, 'single_two': 6.5, 'single_one': 9.75, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.6, 'strikeout': 14.1, 'lineout': 7.4, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.1, 'groundout_a': 0, 'groundout_b': 18.25, 'groundout_c': 0.0, 'pull_rate': 0.21652, 'center_rate': 0.25641, 'slap_rate': 0.52707, 'avg': 0.37963, 'obp': 0.4963, 'slg': 0.49769, 'player_id': 10647}, {'battingcard_id': 4886, 'vs_hand': 'L', 'homerun': 10.05, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 10.85, 'single_one': 4.2, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.65, 'strikeout': 6.35, 'lineout': 8.5, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 21.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3271, 'center_rate': 0.34579, 'slap_rate': 0.32711, 'avg': 0.39491, 'obp': 0.53056, 'slg': 0.77824, 'player_id': 10648}, {'battingcard_id': 4886, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.7, 'strikeout': 19.95, 'lineout': 14.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 1.7, 'flyout_rf_b': 3.2, 'groundout_a': 20.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24149, 'center_rate': 0.2291, 'slap_rate': 0.52941, 'avg': 0.16991, 'obp': 0.31528, 'slg': 0.24907, 'player_id': 10648}, {'battingcard_id': 4887, 'vs_hand': 'L', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 7.15, 'single_one': 2.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 29.35, 'lineout': 5.85, 'popout': 2.5, 'flyout_a': 1.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 15.45, 'groundout_c': 0.0, 'pull_rate': 0.27219, 'center_rate': 0.60355, 'slap_rate': 0.12426, 'avg': 0.29213, 'obp': 0.38935, 'slg': 0.56111, 'player_id': 10649}, {'battingcard_id': 4887, 'vs_hand': 'R', 'homerun': 7.85, 'bp_homerun': 6.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.75, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.75, 'strikeout': 21.35, 'lineout': 3.2, 'popout': 6.35, 'flyout_a': 1.0, 'flyout_bq': 2.8, 'flyout_lf_b': 4.75, 'flyout_rf_b': 1.7, 'groundout_a': 5.1, 'groundout_b': 9.2, 'groundout_c': 0.0, 'pull_rate': 0.14857, 'center_rate': 0.29143, 'slap_rate': 0.56, 'avg': 0.3037, 'obp': 0.48657, 'slg': 0.61389, 'player_id': 10649}, {'battingcard_id': 4888, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.85, 'single_two': 7.5, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 10.3, 'lineout': 4.75, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 7.5, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 12.8, 'groundout_c': 0.0, 'pull_rate': 0.29091, 'center_rate': 0.41818, 'slap_rate': 0.29091, 'avg': 0.42824, 'obp': 0.5963, 'slg': 0.56157, 'player_id': 10650}, {'battingcard_id': 4888, 'vs_hand': 'R', 'homerun': 6.95, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 8.2, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 18.75, 'lineout': 0, 'popout': 13.35, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 5.1, 'flyout_rf_b': 8.0, 'groundout_a': 16.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32998, 'center_rate': 0.11558, 'slap_rate': 0.55444, 'avg': 0.31343, 'obp': 0.36852, 'slg': 0.56481, 'player_id': 10650}, {'battingcard_id': 5302, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 11.0, 'single_one': 16.5, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 31.5, 'strikeout': 10.1, 'lineout': 8.45, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 2.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 12.8, 'groundout_c': 0.0, 'pull_rate': 0.26471, 'center_rate': 0.44118, 'slap_rate': 0.29411, 'avg': 0.3537, 'obp': 0.64537, 'slg': 0.27963, 'player_id': 11485}, {'battingcard_id': 5302, 'vs_hand': 'R', 'homerun': 5.95, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 5.1, 'single_one': 7.45, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.65, 'strikeout': 11.25, 'lineout': 9.35, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 1.6, 'flyout_rf_b': 0, 'groundout_a': 2.5, 'groundout_b': 21.75, 'groundout_c': 0.0, 'pull_rate': 0.25407, 'center_rate': 0.04886, 'slap_rate': 0.69707, 'avg': 0.30926, 'obp': 0.50046, 'slg': 0.49815, 'player_id': 11485}, {'battingcard_id': 5303, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.7, 'single_one': 0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 34.45, 'lineout': 3.4, 'popout': 6.15, 'flyout_a': 0.0, 'flyout_bq': 20.45, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.30208, 'center_rate': 0.39583, 'slap_rate': 0.30209, 'avg': 0.16111, 'obp': 0.17639, 'slg': 0.20463, 'player_id': 11486}, {'battingcard_id': 5303, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 7.0, 'single_one': 10.45, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 14.95, 'lineout': 12.95, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 18.35, 'groundout_b': 3.25, 'groundout_c': 0.0, 'pull_rate': 0.31894, 'center_rate': 0.12625, 'slap_rate': 0.55481, 'avg': 0.34583, 'obp': 0.41389, 'slg': 0.3963, 'player_id': 11486}, {'battingcard_id': 4889, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 11.3, 'lineout': 0, 'popout': 13.9, 'flyout_a': 0.0, 'flyout_bq': 18.8, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 32.45, 'groundout_c': 0.0, 'pull_rate': 0.33051, 'center_rate': 0.33898, 'slap_rate': 0.33051, 'avg': 0.19352, 'obp': 0.23287, 'slg': 0.28241, 'player_id': 10651}, {'battingcard_id': 4889, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.35, 'single_two': 2.25, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.75, 'strikeout': 13.6, 'lineout': 7.9, 'popout': 9.7, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 4.2, 'groundout_b': 22.25, 'groundout_c': 0.0, 'pull_rate': 0.31092, 'center_rate': 0.33613, 'slap_rate': 0.35295, 'avg': 0.2375, 'obp': 0.29074, 'slg': 0.35231, 'player_id': 10651}, {'battingcard_id': 5285, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.4, 'single_two': 8.95, 'single_one': 2.75, 'single_center': 15.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 7.75, 'lineout': 12.25, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 21.55, 'groundout_c': 0.0, 'pull_rate': 0.30645, 'center_rate': 0.3871, 'slap_rate': 0.30645, 'avg': 0.42407, 'obp': 0.56528, 'slg': 0.61296, 'player_id': 11447}, {'battingcard_id': 5285, 'vs_hand': 'R', 'homerun': 1.75, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 4.75, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.9, 'strikeout': 26.8, 'lineout': 6.55, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 4.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 3.8, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.21488, 'center_rate': 0.39669, 'slap_rate': 0.38843, 'avg': 0.25556, 'obp': 0.35648, 'slg': 0.33333, 'player_id': 11447}, {'battingcard_id': 5286, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 19.2, 'strikeout': 24.6, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.0, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 46.15, 'groundout_c': 0.0, 'pull_rate': 0.28889, 'center_rate': 0.42222, 'slap_rate': 0.28889, 'avg': 0.10185, 'obp': 0.27963, 'slg': 0.12963, 'player_id': 11448}, {'battingcard_id': 5286, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.75, 'double_pull': 6.75, 'single_two': 7.65, 'single_one': 11.45, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 1.75, 'strikeout': 9.6, 'lineout': 7.05, 'popout': 1.75, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 26.35, 'groundout_c': 0.0, 'pull_rate': 0.28049, 'center_rate': 0.11585, 'slap_rate': 0.60366, 'avg': 0.40231, 'obp': 0.4463, 'slg': 0.50741, 'player_id': 11448}, {'battingcard_id': 4890, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 12.7, 'lineout': 3.2, 'popout': 15.9, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 3.2, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.40984, 'slap_rate': 0.29508, 'avg': 0.26944, 'obp': 0.40972, 'slg': 0.43981, 'player_id': 10652}, {'battingcard_id': 4890, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.75, 'strikeout': 8.35, 'lineout': 12.0, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 9.45, 'flyout_lf_b': 1.6, 'flyout_rf_b': 3.2, 'groundout_a': 29.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28833, 'center_rate': 0.08333, 'slap_rate': 0.62834, 'avg': 0.28704, 'obp': 0.3588, 'slg': 0.59259, 'player_id': 10652}, {'battingcard_id': 4891, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 15.8, 'single_two': 2.7, 'single_one': 0.0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.75, 'strikeout': 7.3, 'lineout': 5.7, 'popout': 7.8, 'flyout_a': 1.0, 'flyout_bq': 8.9, 'flyout_lf_b': 6.05, 'flyout_rf_b': 6.1, 'groundout_a': 0, 'groundout_b': 13.45, 'groundout_c': 0.0, 'pull_rate': 0.26486, 'center_rate': 0.47027, 'slap_rate': 0.26487, 'avg': 0.33287, 'obp': 0.4787, 'slg': 0.42269, 'player_id': 10653}, {'battingcard_id': 4891, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.85, 'double_pull': 6.85, 'single_two': 5.1, 'single_one': 5.7, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.6, 'strikeout': 9.55, 'lineout': 0, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 2.1, 'flyout_rf_b': 3.2, 'groundout_a': 8.3, 'groundout_b': 8.3, 'groundout_c': 0.0, 'pull_rate': 0.29801, 'center_rate': 0.19205, 'slap_rate': 0.50994, 'avg': 0.36435, 'obp': 0.48102, 'slg': 0.53796, 'player_id': 10653}, {'battingcard_id': 4892, 'vs_hand': 'L', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 5.75, 'single_one': 5.4, 'single_center': 6.1, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 9.4, 'strikeout': 27.3, 'lineout': 8.25, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 1.2, 'groundout_b': 10.6, 'groundout_c': 0.0, 'pull_rate': 0.35714, 'center_rate': 0.40179, 'slap_rate': 0.24107, 'avg': 0.34306, 'obp': 0.49491, 'slg': 0.58981, 'player_id': 10654}, {'battingcard_id': 4892, 'vs_hand': 'R', 'homerun': 7.3, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 5.1, 'single_two': 12.25, 'single_one': 2.75, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.2, 'strikeout': 14.4, 'lineout': 6.3, 'popout': 6.3, 'flyout_a': 1.0, 'flyout_bq': 5.8, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.65, 'groundout_a': 1.6, 'groundout_b': 13.75, 'groundout_c': 0.0, 'pull_rate': 0.27105, 'center_rate': 0.11842, 'slap_rate': 0.61053, 'avg': 0.39352, 'obp': 0.49722, 'slg': 0.70741, 'player_id': 10654}, {'battingcard_id': 5148, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.8, 'single_two': 10.75, 'single_one': 3.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.95, 'strikeout': 11.5, 'lineout': 3.75, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 11.85, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 2.5, 'groundout_b': 9.75, 'groundout_c': 0.0, 'pull_rate': 0.2449, 'center_rate': 0.5102, 'slap_rate': 0.2449, 'avg': 0.39074, 'obp': 0.54769, 'slg': 0.65741, 'player_id': 11199}, {'battingcard_id': 5148, 'vs_hand': 'R', 'homerun': 3.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.45, 'strikeout': 41.65, 'lineout': 2.75, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 15.85, 'groundout_c': 0.0, 'pull_rate': 0.24615, 'center_rate': 1.53846, 'slap_rate': -0.78461, 'avg': 0.20231, 'obp': 0.36389, 'slg': 0.30556, 'player_id': 11199}, {'battingcard_id': 5287, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.2, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.0, 'strikeout': 21.65, 'lineout': 3.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 17.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 3.2, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.25243, 'center_rate': 0.49515, 'slap_rate': 0.25242, 'avg': 0.21157, 'obp': 0.31343, 'slg': 0.33426, 'player_id': 11449}, {'battingcard_id': 5287, 'vs_hand': 'R', 'homerun': 10.0, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.9, 'strikeout': 31.55, 'lineout': 1.9, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 4.25, 'flyout_lf_b': 1.9, 'flyout_rf_b': 7.9, 'groundout_a': 0, 'groundout_b': 23.7, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.94444, 'slap_rate': -0.27777, 'avg': 0.25463, 'obp': 0.30926, 'slg': 0.57685, 'player_id': 11449}, {'battingcard_id': 5313, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.2, 'strikeout': 22.05, 'lineout': 3.2, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.25, 'groundout_a': 0, 'groundout_b': 16.0, 'groundout_c': 0.0, 'pull_rate': 0.28689, 'center_rate': 0.42623, 'slap_rate': 0.28688, 'avg': 0.32593, 'obp': 0.46667, 'slg': 0.43935, 'player_id': 11505}, {'battingcard_id': 5313, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.7, 'strikeout': 14.85, 'lineout': 7.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 33.5, 'groundout_c': 0.0, 'pull_rate': 0.29762, 'center_rate': 0.30952, 'slap_rate': 0.39286, 'avg': 0.19676, 'obp': 0.35139, 'slg': 0.33287, 'player_id': 11505}, {'battingcard_id': 5078, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.75, 'single_one': 7.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 21.05, 'lineout': 9.9, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 6.55, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 5.7, 'groundout_b': 31.4, 'groundout_c': 0.0, 'pull_rate': 0.26214, 'center_rate': 0.47573, 'slap_rate': 0.26213, 'avg': 0.25231, 'obp': 0.26528, 'slg': 0.28889, 'player_id': 11042}, {'battingcard_id': 5078, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 4.2, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 2.1, 'strikeout': 12.95, 'lineout': 2.7, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 13.35, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.8, 'groundout_a': 10.9, 'groundout_b': 8.95, 'groundout_c': 0.0, 'pull_rate': 0.27016, 'center_rate': 0.19758, 'slap_rate': 0.53226, 'avg': 0.31574, 'obp': 0.40926, 'slg': 0.46157, 'player_id': 11042}, {'battingcard_id': 4893, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.3, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.85, 'strikeout': 7.3, 'lineout': 2.55, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.6, 'slap_rate': 0.2, 'avg': 0.3588, 'obp': 0.53333, 'slg': 0.49444, 'player_id': 10655}, {'battingcard_id': 4893, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 4.2, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.35, 'strikeout': 14.2, 'lineout': 2.25, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 5.1, 'groundout_b': 27.65, 'groundout_c': 0.0, 'pull_rate': 0.18673, 'center_rate': 0.22113, 'slap_rate': 0.59214, 'avg': 0.23935, 'obp': 0.36296, 'slg': 0.37037, 'player_id': 10655}, {'battingcard_id': 4894, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.2, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 16.7, 'lineout': 0, 'popout': 13.4, 'flyout_a': 0.0, 'flyout_bq': 15.5, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 1.25, 'groundout_b': 23.7, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 0.52143, 'slap_rate': 0.25, 'avg': 0.23657, 'obp': 0.29861, 'slg': 0.35231, 'player_id': 10656}, {'battingcard_id': 4894, 'vs_hand': 'R', 'homerun': 5.9, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 21.6, 'lineout': 0, 'popout': 17.0, 'flyout_a': 1.0, 'flyout_bq': 12.85, 'flyout_lf_b': 4.75, 'flyout_rf_b': 1.75, 'groundout_a': 16.65, 'groundout_b': 4.15, 'groundout_c': 0.0, 'pull_rate': 0.19577, 'center_rate': 0.19312, 'slap_rate': 0.61111, 'avg': 0.22222, 'obp': 0.26157, 'slg': 0.4713, 'player_id': 10656}, {'battingcard_id': 5031, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.25, 'single_one': 0.0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 18.1, 'strikeout': 22.1, 'lineout': 1.5, 'popout': 6.05, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.9, 'groundout_a': 1.2, 'groundout_b': 21.5, 'groundout_c': 0.0, 'pull_rate': 0.23333, 'center_rate': 0.46667, 'slap_rate': 0.3, 'avg': 0.16806, 'obp': 0.36343, 'slg': 0.225, 'player_id': 10942}, {'battingcard_id': 5031, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.1, 'double_pull': 7.1, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.45, 'strikeout': 11.45, 'lineout': 0, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.2, 'groundout_a': 5.8, 'groundout_b': 17.45, 'groundout_c': 0.0, 'pull_rate': 0.23662, 'center_rate': 0.03944, 'slap_rate': 0.72394, 'avg': 0.30463, 'obp': 0.41991, 'slg': 0.45602, 'player_id': 10942}, {'battingcard_id': 5288, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.1, 'double_pull': 9.05, 'single_two': 5.85, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 13.95, 'lineout': 8.8, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.56, 'slap_rate': 0.28, 'avg': 0.37917, 'obp': 0.43935, 'slg': 0.49815, 'player_id': 11450}, {'battingcard_id': 5288, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 8.2, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 17.8, 'lineout': 11.55, 'popout': 2.1, 'flyout_a': 1.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 15.3, 'groundout_b': 5.1, 'groundout_c': 0.0, 'pull_rate': 0.26623, 'center_rate': 0.09091, 'slap_rate': 0.64286, 'avg': 0.32083, 'obp': 0.42454, 'slg': 0.6213, 'player_id': 11450}, {'battingcard_id': 5079, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.7, 'double_pull': 8.7, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 25.35, 'lineout': 1.2, 'popout': 10.35, 'flyout_a': 1.0, 'flyout_bq': 10.9, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.6, 'groundout_a': 6.9, 'groundout_b': 10.4, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.46875, 'slap_rate': 0.3125, 'avg': 0.21065, 'obp': 0.3537, 'slg': 0.42083, 'player_id': 11043}, {'battingcard_id': 5079, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 2.5, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 14.3, 'strikeout': 20.65, 'lineout': 10.9, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 12.55, 'flyout_lf_b': 3.3, 'flyout_rf_b': 0, 'groundout_a': 19.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19203, 'center_rate': 0.05435, 'slap_rate': 0.75362, 'avg': 0.19583, 'obp': 0.36528, 'slg': 0.25602, 'player_id': 11043}, {'battingcard_id': 4895, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 21.95, 'lineout': 3.2, 'popout': 17.0, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 11.1, 'groundout_b': 13.55, 'groundout_c': 0.0, 'pull_rate': 0.23963, 'center_rate': 0.52074, 'slap_rate': 0.23963, 'avg': 0.28287, 'obp': 0.30833, 'slg': 0.37454, 'player_id': 10657}, {'battingcard_id': 4895, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 4.25, 'single_one': 5.1, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 14.1, 'lineout': 9.55, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.7, 'groundout_a': 6.2, 'groundout_b': 11.55, 'groundout_c': 0.0, 'pull_rate': 0.25414, 'center_rate': 0.31215, 'slap_rate': 0.43371, 'avg': 0.32269, 'obp': 0.4037, 'slg': 0.50787, 'player_id': 10657}, {'battingcard_id': 4896, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.4, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.1, 'strikeout': 17.9, 'lineout': 1.4, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 32.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18, 'center_rate': 0.57, 'slap_rate': 0.25, 'avg': 0.20185, 'obp': 0.30463, 'slg': 0.22037, 'player_id': 10658}, {'battingcard_id': 4896, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 5.75, 'single_one': 8.6, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 12.05, 'lineout': 7.85, 'popout': 1.95, 'flyout_a': 0.0, 'flyout_bq': 16.4, 'flyout_lf_b': 4.2, 'flyout_rf_b': 1.25, 'groundout_a': 1.2, 'groundout_b': 21.75, 'groundout_c': 0.0, 'pull_rate': 0.14029, 'center_rate': 0.20504, 'slap_rate': 0.65467, 'avg': 0.29722, 'obp': 0.38287, 'slg': 0.35556, 'player_id': 10658}, {'battingcard_id': 5111, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 28.8, 'lineout': 7.05, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 17.55, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 12.8, 'groundout_c': 0.0, 'pull_rate': 0.06977, 'center_rate': 0.61628, 'slap_rate': 0.31395, 'avg': 0.20185, 'obp': 0.25185, 'slg': 0.24444, 'player_id': 11113}, {'battingcard_id': 5111, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 5.75, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.05, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 6.05, 'lineout': 0, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.1, 'groundout_a': 33.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21145, 'center_rate': 0.23348, 'slap_rate': 0.55507, 'avg': 0.3213, 'obp': 0.43102, 'slg': 0.51204, 'player_id': 11113}, {'battingcard_id': 4897, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 5.4, 'single_one': 6.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.8, 'strikeout': 14.05, 'lineout': 7.5, 'popout': 9.2, 'flyout_a': 0.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.7, 'groundout_a': 1.05, 'groundout_b': 19.35, 'groundout_c': 0.0, 'pull_rate': 0.28125, 'center_rate': 0.54375, 'slap_rate': 0.175, 'avg': 0.29306, 'obp': 0.41157, 'slg': 0.39352, 'player_id': 10659}, {'battingcard_id': 4897, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 18.3, 'lineout': 11.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.75, 'groundout_a': 21.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.37179, 'slap_rate': 0.40599, 'avg': 0.25231, 'obp': 0.35833, 'slg': 0.35046, 'player_id': 10659}, {'battingcard_id': 4898, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 2.5, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 35.2, 'lineout': 6.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.25, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.25, 'groundout_a': 15.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.38095, 'center_rate': 0.47619, 'slap_rate': 0.14286, 'avg': 0.21667, 'obp': 0.32685, 'slg': 0.34074, 'player_id': 10660}, {'battingcard_id': 4898, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.3, 'strikeout': 26.15, 'lineout': 8.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.4, 'groundout_a': 4.5, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.272, 'center_rate': 0.12, 'slap_rate': 0.608, 'avg': 0.22963, 'obp': 0.325, 'slg': 0.3287, 'player_id': 10660}, {'battingcard_id': 4899, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.55, 'strikeout': 7.05, 'lineout': 6.7, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 31.2, 'groundout_c': 0.0, 'pull_rate': 0.19231, 'center_rate': 0.53846, 'slap_rate': 0.26923, 'avg': 0.20046, 'obp': 0.34444, 'slg': 0.27407, 'player_id': 10661}, {'battingcard_id': 4899, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.25, 'double_pull': 1.25, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.45, 'strikeout': 17.4, 'lineout': 1.9, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 15.5, 'flyout_lf_b': 3.8, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 28.75, 'groundout_c': 0.0, 'pull_rate': 0.20979, 'center_rate': 0.0979, 'slap_rate': 0.69231, 'avg': 0.22315, 'obp': 0.29213, 'slg': 0.27222, 'player_id': 10661}, {'battingcard_id': 5032, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 13.65, 'lineout': 6.55, 'popout': 8.0, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.75, 'groundout_a': 10.8, 'groundout_b': 16.25, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.48571, 'slap_rate': 0.25715, 'avg': 0.29028, 'obp': 0.36019, 'slg': 0.39306, 'player_id': 10943}, {'battingcard_id': 5032, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 19.85, 'lineout': 7.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.4, 'groundout_a': 12.65, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.2875, 'center_rate': 0.31875, 'slap_rate': 0.39375, 'avg': 0.16019, 'obp': 0.25741, 'slg': 0.17407, 'player_id': 10943}, {'battingcard_id': 4900, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 1.25, 'double_pull': 1.25, 'single_two': 4.5, 'single_one': 6.45, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 12.05, 'strikeout': 15.65, 'lineout': 5.4, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 16.25, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.275, 'center_rate': 0.45, 'slap_rate': 0.275, 'avg': 0.26111, 'obp': 0.40972, 'slg': 0.35556, 'player_id': 10662}, {'battingcard_id': 4900, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.7, 'strikeout': 21.0, 'lineout': 6.3, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 2.25, 'flyout_rf_b': 0, 'groundout_a': 17.3, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.19753, 'center_rate': 0.22222, 'slap_rate': 0.58025, 'avg': 0.23241, 'obp': 0.33148, 'slg': 0.30046, 'player_id': 10662}, {'battingcard_id': 4901, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.7, 'double_pull': 9.75, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.8, 'strikeout': 4.65, 'lineout': 4.5, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 24.5, 'groundout_b': 4.3, 'groundout_c': 0.0, 'pull_rate': 0.27442, 'center_rate': 0.45116, 'slap_rate': 0.27442, 'avg': 0.38241, 'obp': 0.48241, 'slg': 0.56157, 'player_id': 10663}, {'battingcard_id': 4901, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 8.55, 'lineout': 2.4, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 2.1, 'flyout_rf_b': 3.2, 'groundout_a': 38.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27681, 'center_rate': 0.2419, 'slap_rate': 0.48129, 'avg': 0.24259, 'obp': 0.27731, 'slg': 0.32593, 'player_id': 10663}, {'battingcard_id': 4902, 'vs_hand': 'L', 'homerun': 8.55, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 3.75, 'single_two': 12.75, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 5.4, 'strikeout': 12.5, 'lineout': 6.0, 'popout': 1.5, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 1.2, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.20635, 'center_rate': 0.5873, 'slap_rate': 0.20635, 'avg': 0.40556, 'obp': 0.51111, 'slg': 0.75231, 'player_id': 10664}, {'battingcard_id': 4902, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.5, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.8, 'strikeout': 29.95, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.4, 'groundout_a': 4.75, 'groundout_b': 13.7, 'groundout_c': 0.0, 'pull_rate': 0.21622, 'center_rate': 0.66667, 'slap_rate': 0.11711, 'avg': 0.25972, 'obp': 0.3875, 'slg': 0.31898, 'player_id': 10664}, {'battingcard_id': 5138, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 4.2, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 5.7, 'single_one': 6.65, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 16.8, 'lineout': 4.2, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 6.2, 'groundout_b': 18.6, 'groundout_c': 0.0, 'pull_rate': 0.26437, 'center_rate': 0.47126, 'slap_rate': 0.26437, 'avg': 0.31389, 'obp': 0.33426, 'slg': 0.45185, 'player_id': 11168}, {'battingcard_id': 5138, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 16.3, 'lineout': 13.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 3.2, 'groundout_a': 34.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16571, 'center_rate': 0.23429, 'slap_rate': 0.6, 'avg': 0.19676, 'obp': 0.24398, 'slg': 0.2338, 'player_id': 11168}, {'battingcard_id': 5080, 'vs_hand': 'L', 'homerun': 4.25, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 25.3, 'lineout': 0, 'popout': 14.15, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 2.7, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.31915, 'center_rate': 0.3617, 'slap_rate': 0.31915, 'avg': 0.24491, 'obp': 0.29769, 'slg': 0.4463, 'player_id': 11044}, {'battingcard_id': 5080, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 11.2, 'strikeout': 14.75, 'lineout': 5.9, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 12.55, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.22917, 'center_rate': 0.35417, 'slap_rate': 0.41666, 'avg': 0.16852, 'obp': 0.3463, 'slg': 0.22593, 'player_id': 11044}, {'battingcard_id': 5139, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 26.9, 'lineout': 8.85, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 8.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 2.5, 'groundout_b': 21.75, 'groundout_c': 0.0, 'pull_rate': 0.30769, 'center_rate': 0.38462, 'slap_rate': 0.30769, 'avg': 0.26667, 'obp': 0.32222, 'slg': 0.34907, 'player_id': 11169}, {'battingcard_id': 5139, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 6.1, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 10.65, 'single_one': 16.0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.2, 'strikeout': 17.8, 'lineout': 13.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.20183, 'center_rate': 0.22936, 'slap_rate': 0.56881, 'avg': 0.4588, 'obp': 0.46991, 'slg': 0.55833, 'player_id': 11169}, {'battingcard_id': 4903, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.55, 'double_pull': 9.55, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 9.65, 'strikeout': 13.3, 'lineout': 2.8, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 17.3, 'groundout_c': 0.0, 'pull_rate': 0.28467, 'center_rate': 0.43066, 'slap_rate': 0.28467, 'avg': 0.40556, 'obp': 0.55972, 'slg': 0.60648, 'player_id': 10665}, {'battingcard_id': 4903, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.65, 'double_pull': 6.65, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 8.4, 'lineout': 3.3, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 13.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.25, 'groundout_a': 24.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20376, 'center_rate': 0.18495, 'slap_rate': 0.61129, 'avg': 0.32546, 'obp': 0.45278, 'slg': 0.44259, 'player_id': 10665}, {'battingcard_id': 4904, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 12.85, 'lineout': 13.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.9, 'groundout_a': 32.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20231, 'center_rate': 0.58382, 'slap_rate': 0.21387, 'avg': 0.25694, 'obp': 0.31296, 'slg': 0.3463, 'player_id': 10666}, {'battingcard_id': 4904, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.95, 'double_pull': 6.95, 'single_two': 4.5, 'single_one': 6.8, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.55, 'strikeout': 6.35, 'lineout': 0, 'popout': 11.5, 'flyout_a': 0.0, 'flyout_bq': 13.25, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.7, 'groundout_a': 7.5, 'groundout_b': 13.9, 'groundout_c': 0.0, 'pull_rate': 0.25815, 'center_rate': 0.27446, 'slap_rate': 0.46739, 'avg': 0.34722, 'obp': 0.47269, 'slg': 0.49769, 'player_id': 10666}, {'battingcard_id': 5149, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.3, 'strikeout': 26.45, 'lineout': 2.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 22.15, 'groundout_b': 18.15, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.72, 'slap_rate': 0.12, 'avg': 0.09954, 'obp': 0.20417, 'slg': 0.03704, 'player_id': 11200}, {'battingcard_id': 5149, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 10.1, 'lineout': 10.05, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 26.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17365, 'center_rate': 0.10778, 'slap_rate': 0.71857, 'avg': 0.33426, 'obp': 0.43843, 'slg': 0.46389, 'player_id': 11200}, {'battingcard_id': 4905, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 17.2, 'single_two': 3.5, 'single_one': 0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.8, 'strikeout': 10.45, 'lineout': 1.1, 'popout': 6.0, 'flyout_a': 1.0, 'flyout_bq': 7.15, 'flyout_lf_b': 8.3, 'flyout_rf_b': 8.3, 'groundout_a': 0, 'groundout_b': 13.15, 'groundout_c': 0.0, 'pull_rate': 0.33553, 'center_rate': 0.32895, 'slap_rate': 0.33552, 'avg': 0.37731, 'obp': 0.48657, 'slg': 0.48704, 'player_id': 10667}, {'battingcard_id': 4905, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 19.45, 'lineout': 7.45, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 21.9, 'flyout_lf_b': 2.75, 'flyout_rf_b': 4.75, 'groundout_a': 7.4, 'groundout_b': 17.35, 'groundout_c': 0.0, 'pull_rate': 0.30145, 'center_rate': 0.14493, 'slap_rate': 0.55362, 'avg': 0.13426, 'obp': 0.21944, 'slg': 0.17685, 'player_id': 10667}, {'battingcard_id': 4906, 'vs_hand': 'L', 'homerun': 8.35, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.5, 'strikeout': 16.3, 'lineout': 2.8, 'popout': 4.25, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 5.7, 'flyout_rf_b': 6.85, 'groundout_a': 2.5, 'groundout_b': 8.25, 'groundout_c': 5.7, 'pull_rate': 0.34104, 'center_rate': 0.43931, 'slap_rate': 0.21965, 'avg': 0.25417, 'obp': 0.45324, 'slg': 0.54167, 'player_id': 10668}, {'battingcard_id': 4906, 'vs_hand': 'R', 'homerun': 8.25, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.7, 'single_two': 6.0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.05, 'strikeout': 12.2, 'lineout': 4.2, 'popout': 5.75, 'flyout_a': 1.0, 'flyout_bq': 5.85, 'flyout_lf_b': 8.3, 'flyout_rf_b': 5.7, 'groundout_a': 14.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29155, 'center_rate': 0.20708, 'slap_rate': 0.50137, 'avg': 0.32454, 'obp': 0.46389, 'slg': 0.63241, 'player_id': 10668}, {'battingcard_id': 4907, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 2.75, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.7, 'strikeout': 7.5, 'lineout': 5.7, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 11.35, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 3.25, 'groundout_b': 28.55, 'groundout_c': 0.0, 'pull_rate': 0.31313, 'center_rate': 0.37374, 'slap_rate': 0.31313, 'avg': 0.24259, 'obp': 0.36944, 'slg': 0.36389, 'player_id': 10669}, {'battingcard_id': 4907, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 12.65, 'lineout': 2.7, 'popout': 6.15, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.5, 'groundout_a': 35.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2664, 'center_rate': 0.14712, 'slap_rate': 0.58648, 'avg': 0.22685, 'obp': 0.33472, 'slg': 0.33426, 'player_id': 10669}, {'battingcard_id': 5081, 'vs_hand': 'L', 'homerun': 13.0, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.4, 'single_two': 12.15, 'single_one': 0, 'single_center': 6.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 14.45, 'lineout': 2.4, 'popout': 9.2, 'flyout_a': 1.0, 'flyout_bq': 6.0, 'flyout_lf_b': 7.0, 'flyout_rf_b': 7.0, 'groundout_a': 0, 'groundout_b': 9.45, 'groundout_c': 0.0, 'pull_rate': 0.29808, 'center_rate': 0.40385, 'slap_rate': 0.29807, 'avg': 0.47685, 'obp': 0.47685, 'slg': 1.00417, 'player_id': 11045}, {'battingcard_id': 5081, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 10.8, 'lineout': 1.65, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 14.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 5.7, 'groundout_b': 31.65, 'groundout_c': 0.0, 'pull_rate': 0.29699, 'center_rate': 0.15789, 'slap_rate': 0.54512, 'avg': 0.2912, 'obp': 0.31204, 'slg': 0.42593, 'player_id': 11045}, {'battingcard_id': 5033, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.15, 'double_pull': 7.15, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.95, 'strikeout': 20.2, 'lineout': 0, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 12.4, 'groundout_c': 0.0, 'pull_rate': 0.2549, 'center_rate': 0.4902, 'slap_rate': 0.2549, 'avg': 0.34398, 'obp': 0.46389, 'slg': 0.51528, 'player_id': 10944}, {'battingcard_id': 5033, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.55, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.6, 'strikeout': 13.1, 'lineout': 9.2, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.32727, 'center_rate': 0.22727, 'slap_rate': 0.44546, 'avg': 0.23426, 'obp': 0.43426, 'slg': 0.375, 'player_id': 10944}, {'battingcard_id': 4908, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.45, 'strikeout': 14.85, 'lineout': 1.9, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 14.6, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.30303, 'center_rate': 0.39394, 'slap_rate': 0.30303, 'avg': 0.25139, 'obp': 0.34815, 'slg': 0.34907, 'player_id': 10670}, {'battingcard_id': 4908, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.2, 'strikeout': 11.1, 'lineout': 4.5, 'popout': 6.3, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 32.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26742, 'center_rate': 0.08764, 'slap_rate': 0.64494, 'avg': 0.27037, 'obp': 0.36481, 'slg': 0.36296, 'player_id': 10670}, {'battingcard_id': 5299, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.75, 'single_one': 7.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 8.25, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.6, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 57.6, 'groundout_c': 0.0, 'pull_rate': 0.17, 'center_rate': 0.63, 'slap_rate': 0.2, 'avg': 0.25231, 'obp': 0.2963, 'slg': 0.28889, 'player_id': 11479}, {'battingcard_id': 5299, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.55, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 12.35, 'strikeout': 9.35, 'lineout': 6.1, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 43.2, 'groundout_c': 0.0, 'pull_rate': 0.27193, 'center_rate': 0.27632, 'slap_rate': 0.45175, 'avg': 0.23796, 'obp': 0.38935, 'slg': 0.26435, 'player_id': 11479}, {'battingcard_id': 5034, 'vs_hand': 'L', 'homerun': 7.8, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.5, 'single_two': 9.15, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.2, 'strikeout': 26.95, 'lineout': 2.7, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 2.75, 'groundout_b': 8.3, 'groundout_c': 0.0, 'pull_rate': 0.26957, 'center_rate': 0.46087, 'slap_rate': 0.26956, 'avg': 0.34676, 'obp': 0.45972, 'slg': 0.63704, 'player_id': 10945}, {'battingcard_id': 5034, 'vs_hand': 'R', 'homerun': 6.95, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 12.2, 'single_two': 8.85, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.9, 'strikeout': 15.55, 'lineout': 1.2, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 5.1, 'groundout_a': 16.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23729, 'center_rate': 0.17966, 'slap_rate': 0.58305, 'avg': 0.42315, 'obp': 0.54259, 'slg': 0.68426, 'player_id': 10945}, {'battingcard_id': 5035, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 2.75, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 38.35, 'strikeout': 11.75, 'lineout': 3.75, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 10.75, 'groundout_c': 0.0, 'pull_rate': 0.25424, 'center_rate': 0.49153, 'slap_rate': 0.25423, 'avg': 0.20509, 'obp': 0.56019, 'slg': 0.29352, 'player_id': 10946}, {'battingcard_id': 5035, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 24.85, 'lineout': 2.4, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 5.4, 'groundout_b': 15.85, 'groundout_c': 0.0, 'pull_rate': 0.27344, 'center_rate': 0.11328, 'slap_rate': 0.61328, 'avg': 0.3125, 'obp': 0.38519, 'slg': 0.45741, 'player_id': 10946}, {'battingcard_id': 4909, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.15, 'double_pull': 7.15, 'single_two': 4.5, 'single_one': 6.35, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.6, 'strikeout': 12.75, 'lineout': 4.5, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 1.35, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.29193, 'center_rate': 0.41615, 'slap_rate': 0.29192, 'avg': 0.33704, 'obp': 0.39815, 'slg': 0.48611, 'player_id': 10671}, {'battingcard_id': 4909, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 14.3, 'lineout': 1.4, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 9.7, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.2, 'groundout_a': 2.2, 'groundout_b': 18.85, 'groundout_c': 0.0, 'pull_rate': 0.2936, 'center_rate': 0.1479, 'slap_rate': 0.5585, 'avg': 0.30833, 'obp': 0.46852, 'slg': 0.48519, 'player_id': 10671}, {'battingcard_id': 4910, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 14.3, 'lineout': 3.4, 'popout': 10.15, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 31.55, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.18056, 'obp': 0.2713, 'slg': 0.19444, 'player_id': 10672}, {'battingcard_id': 4910, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.5, 'strikeout': 21.85, 'lineout': 0, 'popout': 13.8, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 10.25, 'groundout_b': 15.4, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.17105, 'slap_rate': 0.57895, 'avg': 0.21204, 'obp': 0.30926, 'slg': 0.28333, 'player_id': 10672}, {'battingcard_id': 4911, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 18.55, 'lineout': 1.65, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 20.15, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 24.65, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.18194, 'obp': 0.27454, 'slg': 0.20556, 'player_id': 10673}, {'battingcard_id': 4911, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.2, 'strikeout': 14.25, 'lineout': 12.2, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.25, 'groundout_a': 8.6, 'groundout_b': 12.85, 'groundout_c': 0.0, 'pull_rate': 0.28539, 'center_rate': 0.10112, 'slap_rate': 0.61349, 'avg': 0.18796, 'obp': 0.35648, 'slg': 0.31574, 'player_id': 10673}, {'battingcard_id': 4912, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.75, 'single_two': 3.8, 'single_one': 0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 19.0, 'strikeout': 16.4, 'lineout': 5.7, 'popout': 6.8, 'flyout_a': 1.0, 'flyout_bq': 10.6, 'flyout_lf_b': 6.65, 'flyout_rf_b': 6.65, 'groundout_a': 1.9, 'groundout_b': 10.55, 'groundout_c': 0.0, 'pull_rate': 0.2619, 'center_rate': 0.47619, 'slap_rate': 0.26191, 'avg': 0.21065, 'obp': 0.38657, 'slg': 0.4537, 'player_id': 10674}, {'battingcard_id': 4912, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 6.9, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.6, 'strikeout': 10.2, 'lineout': 8.2, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 8.4, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.75, 'groundout_a': 18.2, 'groundout_b': 2.0, 'groundout_c': 0.0, 'pull_rate': 0.27292, 'center_rate': 0.08333, 'slap_rate': 0.64375, 'avg': 0.31759, 'obp': 0.45278, 'slg': 0.63333, 'player_id': 10674}, {'battingcard_id': 4913, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.5, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.65, 'strikeout': 23.15, 'lineout': 4.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.75, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.31298, 'center_rate': 0.51908, 'slap_rate': 0.16794, 'avg': 0.23704, 'obp': 0.33565, 'slg': 0.33148, 'player_id': 10675}, {'battingcard_id': 4913, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 15.05, 'lineout': 8.0, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.6, 'groundout_a': 4.75, 'groundout_b': 17.95, 'groundout_c': 0.0, 'pull_rate': 0.32494, 'center_rate': 0.17128, 'slap_rate': 0.50378, 'avg': 0.29861, 'obp': 0.39444, 'slg': 0.42407, 'player_id': 10675}, {'battingcard_id': 5082, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 13.65, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.15, 'strikeout': 10.6, 'lineout': 3.8, 'popout': 15.3, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 10.55, 'groundout_b': 12.85, 'groundout_c': 0.0, 'pull_rate': 0.34021, 'center_rate': 0.31959, 'slap_rate': 0.3402, 'avg': 0.325, 'obp': 0.40972, 'slg': 0.47731, 'player_id': 11046}, {'battingcard_id': 5082, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.3, 'lineout': 10.25, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 14.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 34.05, 'groundout_c': 0.0, 'pull_rate': 0.26239, 'center_rate': 0.09038, 'slap_rate': 0.64723, 'avg': 0.20556, 'obp': 0.24722, 'slg': 0.28657, 'player_id': 11046}, {'battingcard_id': 4914, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 11.35, 'lineout': 10.75, 'popout': 7.2, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.2, 'groundout_a': 1.65, 'groundout_b': 31.75, 'groundout_c': 0.0, 'pull_rate': 0.26415, 'center_rate': 0.4717, 'slap_rate': 0.26415, 'avg': 0.21806, 'obp': 0.25972, 'slg': 0.28981, 'player_id': 10676}, {'battingcard_id': 4914, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.1, 'strikeout': 8.6, 'lineout': 9.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.15, 'flyout_lf_b': 1.2, 'flyout_rf_b': 3.2, 'groundout_a': 38.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24561, 'center_rate': 0.09747, 'slap_rate': 0.65692, 'avg': 0.2537, 'obp': 0.31944, 'slg': 0.35278, 'player_id': 10676}, {'battingcard_id': 5112, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.8, 'strikeout': 6.75, 'lineout': 5.7, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 21.2, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 0, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.26713, 'obp': 0.41343, 'slg': 0.30741, 'player_id': 11114}, {'battingcard_id': 5112, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.7, 'strikeout': 15.6, 'lineout': 3.2, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.2, 'groundout_a': 4.25, 'groundout_b': 24.05, 'groundout_c': 0.0, 'pull_rate': 0.21667, 'center_rate': 0.11667, 'slap_rate': 0.66666, 'avg': 0.16528, 'obp': 0.31991, 'slg': 0.18102, 'player_id': 11114}, {'battingcard_id': 5083, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 7.0, 'single_one': 10.5, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.25, 'strikeout': 8.1, 'lineout': 14.35, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.5, 'groundout_a': 4.75, 'groundout_b': 18.6, 'groundout_c': 0.0, 'pull_rate': 0.15464, 'center_rate': 0.53608, 'slap_rate': 0.30928, 'avg': 0.37037, 'obp': 0.40046, 'slg': 0.44444, 'player_id': 11047}, {'battingcard_id': 5083, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.95, 'strikeout': 7.65, 'lineout': 8.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 10.45, 'groundout_b': 41.85, 'groundout_c': 0.0, 'pull_rate': 0.27564, 'center_rate': 0.11111, 'slap_rate': 0.61325, 'avg': 0.26157, 'obp': 0.27963, 'slg': 0.34676, 'player_id': 11047}, {'battingcard_id': 5189, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.25, 'single_one': 2.55, 'single_center': 6.0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 12.45, 'lineout': 8.9, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 2.75, 'groundout_b': 24.6, 'groundout_c': 0.0, 'pull_rate': 0.25806, 'center_rate': 0.48387, 'slap_rate': 0.25807, 'avg': 0.23565, 'obp': 0.3213, 'slg': 0.32963, 'player_id': 11291}, {'battingcard_id': 5189, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.3, 'strikeout': 20.5, 'lineout': 11.8, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 7.05, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 24.35, 'groundout_c': 0.0, 'pull_rate': 0.29688, 'center_rate': 0.46875, 'slap_rate': 0.23437, 'avg': 0.21481, 'obp': 0.375, 'slg': 0.25648, 'player_id': 11291}, {'battingcard_id': 5084, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 9.55, 'lineout': 9.0, 'popout': 1.65, 'flyout_a': 1.0, 'flyout_bq': 18.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 6.9, 'groundout_b': 12.8, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.29444, 'obp': 0.39444, 'slg': 0.41852, 'player_id': 11048}, {'battingcard_id': 5084, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 3.25, 'single_one': 0, 'single_center': 6.35, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.4, 'strikeout': 19.05, 'lineout': 8.25, 'popout': 12.35, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.30909, 'center_rate': 0.12727, 'slap_rate': 0.56364, 'avg': 0.24444, 'obp': 0.31296, 'slg': 0.37176, 'player_id': 11048}, {'battingcard_id': 5168, 'vs_hand': 'L', 'homerun': 6.85, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 12.1, 'single_two': 2.75, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 35.85, 'lineout': 2.4, 'popout': 7.0, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 2.8, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 17.5, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.33611, 'obp': 0.33611, 'slg': 0.57037, 'player_id': 11243}, {'battingcard_id': 5168, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 7.4, 'strikeout': 17.95, 'lineout': 13.9, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.0625, 'slap_rate': 0.7125, 'avg': 0.22454, 'obp': 0.33935, 'slg': 0.31296, 'player_id': 11243}, {'battingcard_id': 5169, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.35, 'double_pull': 8.35, 'single_two': 11.55, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 9.25, 'lineout': 4.5, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 29.35, 'groundout_c': 0.0, 'pull_rate': 0.275, 'center_rate': 0.45, 'slap_rate': 0.275, 'avg': 0.41435, 'obp': 0.45602, 'slg': 0.69398, 'player_id': 11244}, {'battingcard_id': 5169, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 8.05, 'lineout': 0, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 16.3, 'flyout_lf_b': 1.5, 'flyout_rf_b': 4.2, 'groundout_a': 0, 'groundout_b': 32.1, 'groundout_c': 0.0, 'pull_rate': 0.17708, 'center_rate': 0.1875, 'slap_rate': 0.63542, 'avg': 0.23565, 'obp': 0.35, 'slg': 0.36574, 'player_id': 11244}, {'battingcard_id': 4915, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 7.6, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 25.4, 'strikeout': 6.55, 'lineout': 1.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.27429, 'center_rate': 0.45143, 'slap_rate': 0.27428, 'avg': 0.26806, 'obp': 0.5588, 'slg': 0.30787, 'player_id': 10677}, {'battingcard_id': 4915, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.3, 'strikeout': 15.2, 'lineout': 4.75, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 30.25, 'groundout_c': 0.0, 'pull_rate': 0.26259, 'center_rate': 0.28417, 'slap_rate': 0.45324, 'avg': 0.26806, 'obp': 0.3912, 'slg': 0.34676, 'player_id': 10677}, {'battingcard_id': 4916, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 0, 'single_one': 3.25, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 29.3, 'lineout': 8.2, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 16.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 22.45, 'groundout_c': 0.0, 'pull_rate': 0.20792, 'center_rate': 0.48515, 'slap_rate': 0.30693, 'avg': 0.16944, 'obp': 0.23194, 'slg': 0.20694, 'player_id': 10678}, {'battingcard_id': 4916, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 20.7, 'lineout': 5.7, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 8.8, 'groundout_b': 16.35, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.13388, 'slap_rate': 0.60382, 'avg': 0.2912, 'obp': 0.375, 'slg': 0.49769, 'player_id': 10678}, {'battingcard_id': 4917, 'vs_hand': 'L', 'homerun': 9.95, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 24.15, 'lineout': 5.95, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 8.2, 'flyout_lf_b': 9.5, 'flyout_rf_b': 9.55, 'groundout_a': 0.0, 'groundout_b': 12.85, 'groundout_c': 0.0, 'pull_rate': 0.3557, 'center_rate': 0.28859, 'slap_rate': 0.35571, 'avg': 0.21898, 'obp': 0.34074, 'slg': 0.57222, 'player_id': 10679}, {'battingcard_id': 4917, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.85, 'strikeout': 24.1, 'lineout': 0, 'popout': 9.65, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.7, 'groundout_a': 20.2, 'groundout_b': 2.25, 'groundout_c': 0.0, 'pull_rate': 0.31726, 'center_rate': 0.10914, 'slap_rate': 0.5736, 'avg': 0.2, 'obp': 0.31898, 'slg': 0.375, 'player_id': 10679}, {'battingcard_id': 5085, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 5.7, 'single_one': 8.35, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 18.05, 'lineout': 3.5, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 9.65, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.9, 'groundout_a': 1.2, 'groundout_b': 10.25, 'groundout_c': 0.0, 'pull_rate': 0.35374, 'center_rate': 0.45578, 'slap_rate': 0.19048, 'avg': 0.36806, 'obp': 0.53565, 'slg': 0.5213, 'player_id': 11049}, {'battingcard_id': 5085, 'vs_hand': 'R', 'homerun': 6.45, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 11.8, 'single_two': 4.2, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.05, 'strikeout': 17.05, 'lineout': 9.45, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 3.9, 'flyout_rf_b': 6.4, 'groundout_a': 3.6, 'groundout_b': 8.2, 'groundout_c': 0.0, 'pull_rate': 0.50853, 'center_rate': 0.22867, 'slap_rate': 0.2628, 'avg': 0.34676, 'obp': 0.47685, 'slg': 0.57778, 'player_id': 11049}, {'battingcard_id': 4918, 'vs_hand': 'L', 'homerun': 7.65, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 7.35, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 37.7, 'strikeout': 5.7, 'lineout': 1.9, 'popout': 1.35, 'flyout_a': 1.0, 'flyout_bq': 6.95, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 17.85, 'groundout_c': 0.0, 'pull_rate': 0.29651, 'center_rate': 0.40698, 'slap_rate': 0.29651, 'avg': 0.29722, 'obp': 0.6463, 'slg': 0.61667, 'player_id': 10680}, {'battingcard_id': 4918, 'vs_hand': 'R', 'homerun': 7.15, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.0, 'strikeout': 26.0, 'lineout': 2.75, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 7.1, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.2, 'groundout_a': 11.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31548, 'center_rate': 0.20833, 'slap_rate': 0.47619, 'avg': 0.27685, 'obp': 0.45278, 'slg': 0.55231, 'player_id': 10680}, {'battingcard_id': 4919, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 0, 'single_one': 3.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 29.85, 'lineout': 3.75, 'popout': 6.6, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 24.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.33529, 'center_rate': 0.32941, 'slap_rate': 0.3353, 'avg': 0.21852, 'obp': 0.26574, 'slg': 0.38981, 'player_id': 10681}, {'battingcard_id': 4919, 'vs_hand': 'R', 'homerun': 5.8, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.7, 'strikeout': 18.55, 'lineout': 9.85, 'popout': 3.3, 'flyout_a': 1.0, 'flyout_bq': 15.0, 'flyout_lf_b': 2.4, 'flyout_rf_b': 3.75, 'groundout_a': 19.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.322, 'center_rate': 0.12698, 'slap_rate': 0.55102, 'avg': 0.23796, 'obp': 0.31852, 'slg': 0.4963, 'player_id': 10681}, {'battingcard_id': 4920, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.4, 'double_pull': 9.45, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.6, 'strikeout': 6.9, 'lineout': 11.5, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 17.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 4.25, 'groundout_b': 24.15, 'groundout_c': 0.0, 'pull_rate': 0.2234, 'center_rate': 0.55319, 'slap_rate': 0.22341, 'avg': 0.27824, 'obp': 0.31157, 'slg': 0.42685, 'player_id': 10682}, {'battingcard_id': 4920, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 5.7, 'single_one': 8.2, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 9.4, 'strikeout': 10.6, 'lineout': 4.8, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 17.2, 'groundout_b': 11.5, 'groundout_c': 0.0, 'pull_rate': 0.22956, 'center_rate': 0.16352, 'slap_rate': 0.60692, 'avg': 0.31296, 'obp': 0.43704, 'slg': 0.40417, 'player_id': 10682}, {'battingcard_id': 5113, 'vs_hand': 'L', 'homerun': 9.85, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.35, 'bp_single': 0.0, 'hbp': 4.0, 'walk': 3.75, 'strikeout': 20.5, 'lineout': 12.4, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 5.75, 'flyout_lf_b': 6.25, 'flyout_rf_b': 7.1, 'groundout_a': 21.2, 'groundout_b': 3.75, 'groundout_c': 0.0, 'pull_rate': 0.3038, 'center_rate': 0.4557, 'slap_rate': 0.2405, 'avg': 0.20648, 'obp': 0.27824, 'slg': 0.54769, 'player_id': 11115}, {'battingcard_id': 5113, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.25, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 4.2, 'strikeout': 5.9, 'lineout': 3.25, 'popout': 12.7, 'flyout_a': 0.0, 'flyout_bq': 16.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.2, 'groundout_a': 23.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.36308, 'center_rate': 0.11077, 'slap_rate': 0.52615, 'avg': 0.30139, 'obp': 0.37731, 'slg': 0.39352, 'player_id': 11115}, {'battingcard_id': 4921, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 0, 'single_one': 3.3, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.95, 'strikeout': 16.65, 'lineout': 16.15, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 28.15, 'groundout_c': 0.0, 'pull_rate': 0.21705, 'center_rate': 0.56589, 'slap_rate': 0.21706, 'avg': 0.17546, 'obp': 0.25833, 'slg': 0.21019, 'player_id': 10683}, {'battingcard_id': 4921, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 22.4, 'lineout': 4.5, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 23.15, 'groundout_b': 4.1, 'groundout_c': 0.0, 'pull_rate': 0.22086, 'center_rate': 0.22393, 'slap_rate': 0.55521, 'avg': 0.2463, 'obp': 0.34028, 'slg': 0.33981, 'player_id': 10683}, {'battingcard_id': 4922, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.9, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.55, 'strikeout': 17.55, 'lineout': 7.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.2, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 20.75, 'groundout_c': 0.0, 'pull_rate': 0.18605, 'center_rate': 0.62791, 'slap_rate': 0.18604, 'avg': 0.15278, 'obp': 0.39861, 'slg': 0.11296, 'player_id': 10684}, {'battingcard_id': 4922, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 25.6, 'lineout': 1.4, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 20.0, 'groundout_c': 0.0, 'pull_rate': 0.23913, 'center_rate': 0.29348, 'slap_rate': 0.46739, 'avg': 0.21944, 'obp': 0.34444, 'slg': 0.29722, 'player_id': 10684}, {'battingcard_id': 5036, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 13.25, 'lineout': 6.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.6, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 43.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22424, 'center_rate': 0.55152, 'slap_rate': 0.22424, 'avg': 0.20787, 'obp': 0.25509, 'slg': 0.27361, 'player_id': 10947}, {'battingcard_id': 5036, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 16.35, 'lineout': 3.2, 'popout': 12.55, 'flyout_a': 0.0, 'flyout_bq': 7.0, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 36.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22203, 'center_rate': 0.15424, 'slap_rate': 0.62373, 'avg': 0.21944, 'obp': 0.275, 'slg': 0.28148, 'player_id': 10947}, {'battingcard_id': 5037, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 10.75, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.7, 'strikeout': 8.55, 'lineout': 12.95, 'popout': 3.25, 'flyout_a': 1.0, 'flyout_bq': 10.35, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 9.0, 'groundout_b': 21.05, 'groundout_c': 0.0, 'pull_rate': 0.20388, 'center_rate': 0.59223, 'slap_rate': 0.20389, 'avg': 0.24028, 'obp': 0.34861, 'slg': 0.51991, 'player_id': 10948}, {'battingcard_id': 5037, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.8, 'strikeout': 14.05, 'lineout': 11.3, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.7, 'groundout_a': 7.75, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.22593, 'slap_rate': 0.6074, 'avg': 0.23889, 'obp': 0.32037, 'slg': 0.26435, 'player_id': 10948}, {'battingcard_id': 4923, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 1.25, 'double_pull': 1.25, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 13.8, 'lineout': 9.4, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 17.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.7, 'groundout_a': 24.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15084, 'center_rate': 0.63128, 'slap_rate': 0.21788, 'avg': 0.24259, 'obp': 0.33241, 'slg': 0.33935, 'player_id': 10685}, {'battingcard_id': 4923, 'vs_hand': 'R', 'homerun': 3.9, 'bp_homerun': 3.0, 'triple': 1.95, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 7.35, 'single_one': 2.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 10.8, 'lineout': 14.0, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 10.35, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.75, 'groundout_a': 6.85, 'groundout_b': 16.0, 'groundout_c': 0.0, 'pull_rate': 0.29462, 'center_rate': 0.24301, 'slap_rate': 0.46237, 'avg': 0.33009, 'obp': 0.4125, 'slg': 0.62639, 'player_id': 10685}, {'battingcard_id': 4924, 'vs_hand': 'L', 'homerun': 6.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 7.95, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 14.95, 'lineout': 6.55, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 9.55, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.55, 'groundout_a': 29.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.31343, 'obp': 0.38009, 'slg': 0.64074, 'player_id': 10686}, {'battingcard_id': 4924, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.65, 'double_pull': 6.65, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.3, 'strikeout': 17.75, 'lineout': 9.2, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 9.65, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 15.9, 'groundout_c': 0.0, 'pull_rate': 0.22865, 'center_rate': 0.22039, 'slap_rate': 0.55096, 'avg': 0.32546, 'obp': 0.43935, 'slg': 0.44259, 'player_id': 10686}, {'battingcard_id': 5038, 'vs_hand': 'L', 'homerun': 6.75, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 10.6, 'single_two': 8.25, 'single_one': 2.5, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 8.8, 'lineout': 6.85, 'popout': 8.35, 'flyout_a': 1.0, 'flyout_bq': 3.6, 'flyout_lf_b': 4.2, 'flyout_rf_b': 4.2, 'groundout_a': 9.1, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.28649, 'center_rate': 0.42703, 'slap_rate': 0.28648, 'avg': 0.40278, 'obp': 0.44676, 'slg': 0.67269, 'player_id': 10949}, {'battingcard_id': 5038, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.55, 'strikeout': 22.8, 'lineout': 6.25, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 19.05, 'groundout_b': 10.25, 'groundout_c': 0.0, 'pull_rate': 0.12447, 'center_rate': 0.16667, 'slap_rate': 0.70886, 'avg': 0.26343, 'obp': 0.34259, 'slg': 0.40602, 'player_id': 10949}, {'battingcard_id': 5039, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.35, 'single_two': 2.1, 'single_one': 2.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.1, 'strikeout': 9.25, 'lineout': 8.95, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.2, 'groundout_a': 35.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31088, 'center_rate': 0.47668, 'slap_rate': 0.21244, 'avg': 0.22917, 'obp': 0.32269, 'slg': 0.33148, 'player_id': 10950}, {'battingcard_id': 5039, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.2, 'single_two': 7.15, 'single_one': 2.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 10.25, 'lineout': 5.1, 'popout': 7.7, 'flyout_a': 1.0, 'flyout_bq': 10.3, 'flyout_lf_b': 6.45, 'flyout_rf_b': 3.6, 'groundout_a': 1.9, 'groundout_b': 17.25, 'groundout_c': 0.0, 'pull_rate': 0.24651, 'center_rate': 0.21395, 'slap_rate': 0.53954, 'avg': 0.32454, 'obp': 0.41157, 'slg': 0.54259, 'player_id': 10950}, {'battingcard_id': 5086, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 0, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 19.15, 'lineout': 5.1, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 8.4, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.20968, 'center_rate': 0.58065, 'slap_rate': 0.20967, 'avg': 0.17639, 'obp': 0.26481, 'slg': 0.21713, 'player_id': 11050}, {'battingcard_id': 5086, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 2.4, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 21.2, 'lineout': 5.85, 'popout': 10.8, 'flyout_a': 0.0, 'flyout_bq': 14.95, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.7, 'groundout_a': 4.2, 'groundout_b': 16.15, 'groundout_c': 0.0, 'pull_rate': 0.24691, 'center_rate': 0.44444, 'slap_rate': 0.30865, 'avg': 0.24537, 'obp': 0.27546, 'slg': 0.40556, 'player_id': 11050}, {'battingcard_id': 5114, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.85, 'single_two': 8.95, 'single_one': 13.45, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 13.0, 'walk': 5.7, 'strikeout': 7.75, 'lineout': 9.5, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 14.4, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.45046, 'obp': 0.62361, 'slg': 0.54167, 'player_id': 11116}, {'battingcard_id': 5114, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.4, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 15.85, 'lineout': 8.8, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 10.2, 'groundout_b': 30.5, 'groundout_c': 0.0, 'pull_rate': 0.26596, 'center_rate': 0.07447, 'slap_rate': 0.65957, 'avg': 0.22083, 'obp': 0.2625, 'slg': 0.27778, 'player_id': 11116}, {'battingcard_id': 5314, 'vs_hand': 'L', 'homerun': 1.95, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 23.65, 'lineout': 3.6, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 36.85, 'groundout_c': 0.0, 'pull_rate': 0.18605, 'center_rate': 0.62791, 'slap_rate': 0.18604, 'avg': 0.2463, 'obp': 0.2463, 'slg': 0.44907, 'player_id': 11506}, {'battingcard_id': 5314, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 26.65, 'lineout': 4.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 23.25, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.6, 'groundout_a': 0, 'groundout_b': 20.8, 'groundout_c': 0.0, 'pull_rate': 0.20833, 'center_rate': 0.5625, 'slap_rate': 0.22917, 'avg': 0.14074, 'obp': 0.23148, 'slg': 0.2787, 'player_id': 11506}, {'battingcard_id': 5315, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 0.0, 'hbp': 0, 'walk': 30.7, 'strikeout': 39.15, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 18.55, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.63636, 'slap_rate': 0.36364, 'avg': 0.09861, 'obp': 0.38287, 'slg': 0.10139, 'player_id': 11507}, {'battingcard_id': 5315, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 7.35, 'single_one': 4.5, 'single_center': 10.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 15.5, 'lineout': 7.4, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 1.25, 'flyout_rf_b': 0, 'groundout_a': 24.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.13975, 'center_rate': 0.02174, 'slap_rate': 0.83851, 'avg': 0.35324, 'obp': 0.41204, 'slg': 0.46481, 'player_id': 11507}, {'battingcard_id': 4925, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.65, 'strikeout': 16.15, 'lineout': 5.1, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 7.6, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.28148, 'center_rate': 0.43704, 'slap_rate': 0.28148, 'avg': 0.25324, 'obp': 0.53704, 'slg': 0.36111, 'player_id': 10687}, {'battingcard_id': 4925, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.25, 'single_one': 3.9, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.5, 'strikeout': 15.25, 'lineout': 5.7, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 1.7, 'flyout_rf_b': 3.6, 'groundout_a': 18.55, 'groundout_b': 3.3, 'groundout_c': 0.0, 'pull_rate': 0.23423, 'center_rate': 0.17718, 'slap_rate': 0.58859, 'avg': 0.19444, 'obp': 0.375, 'slg': 0.22546, 'player_id': 10687}, {'battingcard_id': 4926, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 5.8, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 19.95, 'lineout': 7.4, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.35, 'groundout_a': 25.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2891, 'center_rate': 0.53081, 'slap_rate': 0.18009, 'avg': 0.28241, 'obp': 0.40972, 'slg': 0.56019, 'player_id': 10688}, {'battingcard_id': 4926, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.4, 'single_one': 7.65, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 15.95, 'strikeout': 13.05, 'lineout': 4.5, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 7.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 2.2, 'groundout_b': 18.6, 'groundout_c': 0.0, 'pull_rate': 0.22508, 'center_rate': 0.36013, 'slap_rate': 0.41479, 'avg': 0.34722, 'obp': 0.52269, 'slg': 0.48565, 'player_id': 10688}, {'battingcard_id': 5115, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.25, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.45, 'strikeout': 24.65, 'lineout': 0, 'popout': 10.1, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 18.9, 'groundout_b': 4.7, 'groundout_c': 0.0, 'pull_rate': 0.24375, 'center_rate': 0.5125, 'slap_rate': 0.24375, 'avg': 0.19398, 'obp': 0.35556, 'slg': 0.27361, 'player_id': 11117}, {'battingcard_id': 5115, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 17.15, 'strikeout': 27.55, 'lineout': 4.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 35.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18868, 'center_rate': 0.51572, 'slap_rate': 0.2956, 'avg': 0.09722, 'obp': 0.25602, 'slg': 0.1, 'player_id': 11117}, {'battingcard_id': 4927, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.5, 'strikeout': 15.9, 'lineout': 6.3, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 19.45, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.7, 'groundout_a': 14.2, 'groundout_b': 9.45, 'groundout_c': 0.0, 'pull_rate': 0.09548, 'center_rate': 0.62312, 'slap_rate': 0.2814, 'avg': 0.2125, 'obp': 0.31898, 'slg': 0.28796, 'player_id': 10689}, {'battingcard_id': 4927, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 10.75, 'lineout': 2.25, 'popout': 12.65, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.5, 'groundout_a': 14.6, 'groundout_b': 3.65, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.43056, 'slap_rate': 0.35069, 'avg': 0.34954, 'obp': 0.46111, 'slg': 0.50417, 'player_id': 10689}, {'battingcard_id': 5116, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.9, 'double_pull': 10.85, 'single_two': 0, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.7, 'strikeout': 27.5, 'lineout': 9.75, 'popout': 8.0, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 14.5, 'groundout_c': 0.0, 'pull_rate': 0.26761, 'center_rate': 0.46479, 'slap_rate': 0.2676, 'avg': 0.26852, 'obp': 0.28426, 'slg': 0.44769, 'player_id': 11118}, {'battingcard_id': 5116, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 2.4, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 16.3, 'lineout': 3.9, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.25, 'groundout_a': 1.7, 'groundout_b': 32.65, 'groundout_c': 0.0, 'pull_rate': 0.29012, 'center_rate': 0.2037, 'slap_rate': 0.50618, 'avg': 0.23981, 'obp': 0.31759, 'slg': 0.35648, 'player_id': 11118}, {'battingcard_id': 5040, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 11.85, 'lineout': 5.4, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 15.25, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 28.1, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.26065, 'obp': 0.35324, 'slg': 0.30787, 'player_id': 10951}, {'battingcard_id': 5040, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 9.7, 'lineout': 6.3, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 16.3, 'flyout_lf_b': 3.4, 'flyout_rf_b': 2.1, 'groundout_a': 13.05, 'groundout_b': 13.05, 'groundout_c': 0.0, 'pull_rate': 0.27933, 'center_rate': 0.18436, 'slap_rate': 0.53631, 'avg': 0.25556, 'obp': 0.33657, 'slg': 0.34769, 'player_id': 10951}, {'battingcard_id': 5041, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.5, 'double_pull': 8.55, 'single_two': 3.2, 'single_one': 3.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 10.7, 'lineout': 1.7, 'popout': 9.55, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 15.2, 'groundout_b': 18.6, 'groundout_c': 0.0, 'pull_rate': 0.24211, 'center_rate': 0.51579, 'slap_rate': 0.2421, 'avg': 0.3287, 'obp': 0.34398, 'slg': 0.51991, 'player_id': 10952}, {'battingcard_id': 5041, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 7.2, 'strikeout': 26.3, 'lineout': 3.25, 'popout': 7.55, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.26776, 'slap_rate': 0.43716, 'avg': 0.19861, 'obp': 0.31157, 'slg': 0.25463, 'player_id': 10952}, {'battingcard_id': 5117, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 9.65, 'single_one': 14.5, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.75, 'strikeout': 1.4, 'lineout': 3.2, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 3.5, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.30709, 'center_rate': 0.38583, 'slap_rate': 0.30708, 'avg': 0.41991, 'obp': 0.45463, 'slg': 0.45741, 'player_id': 11119}, {'battingcard_id': 5117, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.8, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 11.9, 'lineout': 6.35, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.4, 'groundout_a': 3.3, 'groundout_b': 29.7, 'groundout_c': 0.0, 'pull_rate': 0.29302, 'center_rate': 0.22791, 'slap_rate': 0.47907, 'avg': 0.23056, 'obp': 0.30648, 'slg': 0.28796, 'player_id': 11119}, {'battingcard_id': 5150, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 9.55, 'single_one': 8.6, 'single_center': 10.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 8.7, 'lineout': 11.05, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 12.0, 'groundout_c': 0.0, 'pull_rate': 0.17241, 'center_rate': 0.65517, 'slap_rate': 0.17242, 'avg': 0.48426, 'obp': 0.6088, 'slg': 0.70741, 'player_id': 11201}, {'battingcard_id': 5150, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 12.95, 'lineout': 1.2, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 33.6, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.18095, 'slap_rate': 0.56191, 'avg': 0.17917, 'obp': 0.31667, 'slg': 0.21204, 'player_id': 11201}, {'battingcard_id': 5118, 'vs_hand': 'L', 'homerun': 10.7, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.95, 'single_two': 2.4, 'single_one': 0.0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 6.0, 'lineout': 1.2, 'popout': 9.9, 'flyout_a': 1.0, 'flyout_bq': 8.8, 'flyout_lf_b': 10.2, 'flyout_rf_b': 10.25, 'groundout_a': 0.0, 'groundout_b': 25.9, 'groundout_c': 0.0, 'pull_rate': 0.24348, 'center_rate': 0.51304, 'slap_rate': 0.24348, 'avg': 0.26157, 'obp': 0.32176, 'slg': 0.60463, 'player_id': 11120}, {'battingcard_id': 5118, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.45, 'strikeout': 24.1, 'lineout': 2.1, 'popout': 5.95, 'flyout_a': 0.0, 'flyout_bq': 12.95, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.2, 'groundout_a': 32.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.47967, 'slap_rate': 0.27643, 'avg': 0.13843, 'obp': 0.24444, 'slg': 0.18519, 'player_id': 11120}, {'battingcard_id': 5042, 'vs_hand': 'L', 'homerun': 12.95, 'bp_homerun': 9.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 7.95, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 10.0, 'strikeout': 12.05, 'lineout': 0, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 6.4, 'flyout_rf_b': 6.0, 'groundout_a': 0, 'groundout_b': 14.0, 'groundout_c': 0.0, 'pull_rate': 0.22156, 'center_rate': 0.52695, 'slap_rate': 0.25149, 'avg': 0.39259, 'obp': 0.54074, 'slg': 0.85741, 'player_id': 10953}, {'battingcard_id': 5042, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 4.5, 'single_one': 3.8, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 11.65, 'lineout': 5.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.9, 'groundout_a': 19.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27113, 'center_rate': 0.30986, 'slap_rate': 0.41901, 'avg': 0.33287, 'obp': 0.41991, 'slg': 0.51713, 'player_id': 10953}, {'battingcard_id': 5119, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 34.1, 'lineout': 5.4, 'popout': 9.65, 'flyout_a': 0.0, 'flyout_bq': 3.25, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 22.55, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.53846, 'slap_rate': 0.23077, 'avg': 0.24167, 'obp': 0.2963, 'slg': 0.28519, 'player_id': 11121}, {'battingcard_id': 5119, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.85, 'strikeout': 11.7, 'lineout': 0, 'popout': 12.6, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 29.35, 'groundout_c': 0.0, 'pull_rate': 0.34066, 'center_rate': 0.07692, 'slap_rate': 0.58242, 'avg': 0.26991, 'obp': 0.41667, 'slg': 0.36296, 'player_id': 11121}, {'battingcard_id': 5170, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.45, 'double_pull': 9.45, 'single_two': 7.8, 'single_one': 11.65, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 12.0, 'lineout': 6.9, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 24.9, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.5614, 'slap_rate': 0.17544, 'avg': 0.4375, 'obp': 0.47685, 'slg': 0.5537, 'player_id': 11245}, {'battingcard_id': 5170, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 5.1, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 10.05, 'lineout': 12.85, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.35, 'groundout_a': 7.5, 'groundout_b': 13.95, 'groundout_c': 0.0, 'pull_rate': 0.25564, 'center_rate': 0.1604, 'slap_rate': 0.58396, 'avg': 0.37454, 'obp': 0.43241, 'slg': 0.54583, 'player_id': 11245}, {'battingcard_id': 5120, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.4, 'double_pull': 9.45, 'single_two': 7.9, 'single_one': 11.8, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 13.0, 'lineout': 1.65, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 5.85, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.44213, 'obp': 0.51806, 'slg': 0.55648, 'player_id': 11122}, {'battingcard_id': 5120, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 4.75, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 15.35, 'lineout': 3.9, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.4, 'groundout_a': 1.5, 'groundout_b': 27.3, 'groundout_c': 0.0, 'pull_rate': 0.27119, 'center_rate': 0.15254, 'slap_rate': 0.57627, 'avg': 0.25833, 'obp': 0.34907, 'slg': 0.31296, 'player_id': 11122}, {'battingcard_id': 4928, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.8, 'single_two': 3.6, 'single_one': 3.2, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 5.1, 'lineout': 5.7, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 16.1, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 12.55, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.27737, 'center_rate': 0.44526, 'slap_rate': 0.27737, 'avg': 0.28981, 'obp': 0.38472, 'slg': 0.41481, 'player_id': 10690}, {'battingcard_id': 4928, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 3.15, 'lineout': 8.85, 'popout': 3.8, 'flyout_a': 0.0, 'flyout_bq': 17.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.8, 'groundout_a': 29.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24828, 'center_rate': 0.14023, 'slap_rate': 0.61149, 'avg': 0.25787, 'obp': 0.36991, 'slg': 0.31204, 'player_id': 10690}, {'battingcard_id': 5121, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 19.75, 'lineout': 6.85, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 15.8, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.55, 'groundout_a': 1.25, 'groundout_b': 24.15, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.19444, 'obp': 0.26019, 'slg': 0.225, 'player_id': 11123}, {'battingcard_id': 5121, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.85, 'strikeout': 20.4, 'lineout': 6.3, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 35.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21479, 'center_rate': 0.11972, 'slap_rate': 0.66549, 'avg': 0.18148, 'obp': 0.2912, 'slg': 0.21806, 'player_id': 11123}, {'battingcard_id': 5043, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.6, 'double_pull': 8.6, 'single_two': 0, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 0.0, 'hbp': 7.0, 'walk': 15.2, 'strikeout': 15.7, 'lineout': 7.1, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.2, 'groundout_a': 1.1, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.28689, 'center_rate': 0.48361, 'slap_rate': 0.2295, 'avg': 0.22546, 'obp': 0.43102, 'slg': 0.36806, 'player_id': 10954}, {'battingcard_id': 5043, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 19.4, 'strikeout': 7.25, 'lineout': 9.7, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 25.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26613, 'center_rate': 0.1586, 'slap_rate': 0.57527, 'avg': 0.30185, 'obp': 0.5, 'slg': 0.46759, 'player_id': 10954}, {'battingcard_id': 4929, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.7, 'single_two': 2.1, 'single_one': 0.0, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.15, 'strikeout': 7.5, 'lineout': 6.0, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 15.0, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 17.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28814, 'center_rate': 0.42373, 'slap_rate': 0.28813, 'avg': 0.22593, 'obp': 0.46806, 'slg': 0.3463, 'player_id': 10691}, {'battingcard_id': 4929, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.75, 'strikeout': 18.15, 'lineout': 1.35, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 13.8, 'flyout_lf_b': 1.6, 'flyout_rf_b': 3.2, 'groundout_a': 25.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26032, 'center_rate': 0.15873, 'slap_rate': 0.58095, 'avg': 0.27361, 'obp': 0.34537, 'slg': 0.40926, 'player_id': 10691}, {'battingcard_id': 4930, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.25, 'strikeout': 15.5, 'lineout': 0, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 3.75, 'groundout_b': 32.25, 'groundout_c': 0.0, 'pull_rate': 0.23704, 'center_rate': 0.52593, 'slap_rate': 0.23703, 'avg': 0.20324, 'obp': 0.26111, 'slg': 0.2838, 'player_id': 10692}, {'battingcard_id': 4930, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 5.1, 'single_one': 7.45, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 12.55, 'lineout': 1.05, 'popout': 9.05, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.8, 'groundout_a': 30.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2587, 'center_rate': 0.15435, 'slap_rate': 0.58695, 'avg': 0.30972, 'obp': 0.34907, 'slg': 0.41111, 'player_id': 10692}, {'battingcard_id': 5140, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.35, 'strikeout': 27.75, 'lineout': 0, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 24.95, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 18.8, 'groundout_c': 0.0, 'pull_rate': 0.29545, 'center_rate': 0.40909, 'slap_rate': 0.29546, 'avg': 0.0963, 'obp': 0.22917, 'slg': 0.03426, 'player_id': 11170}, {'battingcard_id': 5140, 'vs_hand': 'R', 'homerun': 7.55, 'bp_homerun': 5.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.4, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 20.5, 'lineout': 1.2, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 10.7, 'flyout_lf_b': 6.9, 'flyout_rf_b': 2.8, 'groundout_a': 0, 'groundout_b': 27.1, 'groundout_c': 0.0, 'pull_rate': 0.19149, 'center_rate': 0.19149, 'slap_rate': 0.61702, 'avg': 0.2625, 'obp': 0.31528, 'slg': 0.56204, 'player_id': 11170}, {'battingcard_id': 4931, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 7.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 4.2, 'single_one': 5.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 11.0, 'lineout': 1.75, 'popout': 9.95, 'flyout_a': 1.0, 'flyout_bq': 15.0, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 27.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2381, 'center_rate': 0.52381, 'slap_rate': 0.23809, 'avg': 0.32037, 'obp': 0.34259, 'slg': 0.49259, 'player_id': 10693}, {'battingcard_id': 4931, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 5.95, 'single_one': 8.9, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 11.9, 'lineout': 7.0, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 35.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17003, 'center_rate': 0.1902, 'slap_rate': 0.63977, 'avg': 0.32454, 'obp': 0.3787, 'slg': 0.40741, 'player_id': 10693}, {'battingcard_id': 5122, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 13.85, 'lineout': 2.75, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 2.2, 'groundout_b': 41.0, 'groundout_c': 0.0, 'pull_rate': 0.20253, 'center_rate': 0.59494, 'slap_rate': 0.20253, 'avg': 0.18241, 'obp': 0.24074, 'slg': 0.24444, 'player_id': 11124}, {'battingcard_id': 5122, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.9, 'double_pull': 11.95, 'single_two': 3.9, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 11.95, 'lineout': 2.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 2.1, 'flyout_rf_b': 3.2, 'groundout_a': 1.4, 'groundout_b': 26.45, 'groundout_c': 0.0, 'pull_rate': 0.23776, 'center_rate': 0.32867, 'slap_rate': 0.43357, 'avg': 0.38472, 'obp': 0.41713, 'slg': 0.57269, 'player_id': 11124}, {'battingcard_id': 4932, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.8, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 14.35, 'lineout': 6.4, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.65, 'groundout_a': 1.95, 'groundout_b': 37.5, 'groundout_c': 0.0, 'pull_rate': 0.2649, 'center_rate': 0.53642, 'slap_rate': 0.19868, 'avg': 0.18611, 'obp': 0.29537, 'slg': 0.225, 'player_id': 10694}, {'battingcard_id': 4932, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 5.1, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.5, 'single_one': 3.8, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 14.45, 'lineout': 13.7, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 19.65, 'groundout_c': 0.0, 'pull_rate': 0.35459, 'center_rate': 0.20663, 'slap_rate': 0.43878, 'avg': 0.30231, 'obp': 0.39352, 'slg': 0.49213, 'player_id': 10694}, {'battingcard_id': 4933, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.1, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 7.15, 'single_one': 4.5, 'single_center': 9.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.4, 'strikeout': 8.2, 'lineout': 7.15, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 5.85, 'groundout_b': 13.7, 'groundout_c': 0.0, 'pull_rate': 0.25946, 'center_rate': 0.48108, 'slap_rate': 0.25946, 'avg': 0.35093, 'obp': 0.5213, 'slg': 0.50602, 'player_id': 10695}, {'battingcard_id': 4933, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 7.4, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.75, 'single_one': 5.4, 'single_center': 6.05, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 18.4, 'strikeout': 9.25, 'lineout': 2.8, 'popout': 8.5, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 17.0, 'groundout_c': 0.0, 'pull_rate': 0.22102, 'center_rate': 0.23989, 'slap_rate': 0.53909, 'avg': 0.34583, 'obp': 0.55324, 'slg': 0.56713, 'player_id': 10695}, {'battingcard_id': 4934, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 5.9, 'single_one': 7.1, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.2, 'strikeout': 12.3, 'lineout': 9.2, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 6.55, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 10.2, 'groundout_b': 12.45, 'groundout_c': 0.0, 'pull_rate': 0.21519, 'center_rate': 0.49367, 'slap_rate': 0.29114, 'avg': 0.30231, 'obp': 0.48009, 'slg': 0.35417, 'player_id': 10696}, {'battingcard_id': 4934, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.1, 'double_pull': 9.05, 'single_two': 4.75, 'single_one': 4.25, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 8.1, 'lineout': 12.65, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 8.35, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 14.7, 'groundout_b': 12.05, 'groundout_c': 0.0, 'pull_rate': 0.1954, 'center_rate': 0.11207, 'slap_rate': 0.69253, 'avg': 0.35694, 'obp': 0.40972, 'slg': 0.51667, 'player_id': 10696}, {'battingcard_id': 4935, 'vs_hand': 'L', 'homerun': 6.0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 14.3, 'lineout': 1.5, 'popout': 28.25, 'flyout_a': 1.0, 'flyout_bq': 11.6, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 19.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.325, 'center_rate': 0.35, 'slap_rate': 0.325, 'avg': 0.22593, 'obp': 0.25602, 'slg': 0.47593, 'player_id': 10697}, {'battingcard_id': 4935, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.4, 'strikeout': 19.05, 'lineout': 9.5, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 13.2, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 12.3, 'groundout_b': 12.3, 'groundout_c': 0.0, 'pull_rate': 0.2642, 'center_rate': 0.15909, 'slap_rate': 0.57671, 'avg': 0.25278, 'obp': 0.3213, 'slg': 0.52037, 'player_id': 10697}, {'battingcard_id': 4936, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 6.25, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.4, 'strikeout': 7.2, 'lineout': 11.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.8, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 4.5, 'groundout_b': 13.45, 'groundout_c': 0.0, 'pull_rate': 0.32402, 'center_rate': 0.35196, 'slap_rate': 0.32402, 'avg': 0.33981, 'obp': 0.44537, 'slg': 0.43889, 'player_id': 10698}, {'battingcard_id': 4936, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 14.1, 'lineout': 10.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 15.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.4, 'groundout_a': 18.9, 'groundout_b': 3.35, 'groundout_c': 0.0, 'pull_rate': 0.25059, 'center_rate': 0.14894, 'slap_rate': 0.60047, 'avg': 0.23611, 'obp': 0.33981, 'slg': 0.33009, 'player_id': 10698}, {'battingcard_id': 5151, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.35, 'double_pull': 9.35, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 18.55, 'lineout': 0, 'popout': 19.75, 'flyout_a': 0.0, 'flyout_bq': 15.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.55, 'groundout_a': 2.2, 'groundout_b': 8.45, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.26667, 'obp': 0.3588, 'slg': 0.38704, 'player_id': 11202}, {'battingcard_id': 5151, 'vs_hand': 'R', 'homerun': 2.5, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.95, 'strikeout': 17.7, 'lineout': 4.2, 'popout': 7.7, 'flyout_a': 1.0, 'flyout_bq': 15.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 4.75, 'groundout_a': 1.9, 'groundout_b': 10.0, 'groundout_c': 0.0, 'pull_rate': 0.2757, 'center_rate': 0.16822, 'slap_rate': 0.55608, 'avg': 0.27407, 'obp': 0.39398, 'slg': 0.51296, 'player_id': 11202}, {'battingcard_id': 5152, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 24.8, 'lineout': 5.7, 'popout': 9.9, 'flyout_a': 0.0, 'flyout_bq': 5.9, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 1.5, 'groundout_b': 27.45, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.5625, 'slap_rate': 0.21875, 'avg': 0.18241, 'obp': 0.28519, 'slg': 0.22222, 'player_id': 11203}, {'battingcard_id': 5152, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.4, 'strikeout': 20.6, 'lineout': 0, 'popout': 7.9, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.2, 'groundout_a': 9.5, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.22115, 'center_rate': 0.17308, 'slap_rate': 0.60577, 'avg': 0.21435, 'obp': 0.28287, 'slg': 0.28981, 'player_id': 11203}, {'battingcard_id': 5153, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 2.5, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.9, 'strikeout': 30.0, 'lineout': 5.7, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 25.45, 'groundout_c': 0.0, 'pull_rate': 0.30693, 'center_rate': 0.38614, 'slap_rate': 0.30693, 'avg': 0.175, 'obp': 0.23889, 'slg': 0.23333, 'player_id': 11204}, {'battingcard_id': 5153, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 4.5, 'strikeout': 17.65, 'lineout': 7.8, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 21.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.9, 'groundout_a': 2.2, 'groundout_b': 11.95, 'groundout_c': 0.0, 'pull_rate': 0.32292, 'center_rate': 0.20312, 'slap_rate': 0.47396, 'avg': 0.18611, 'obp': 0.31111, 'slg': 0.24907, 'player_id': 11204}, {'battingcard_id': 5087, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.5, 'double_pull': 9.45, 'single_two': 9.65, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 15.8, 'lineout': 5.4, 'popout': 7.95, 'flyout_a': 1.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.65, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.24561, 'center_rate': 0.50877, 'slap_rate': 0.24562, 'avg': 0.40278, 'obp': 0.46065, 'slg': 0.68194, 'player_id': 11051}, {'battingcard_id': 5087, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.95, 'strikeout': 18.6, 'lineout': 3.2, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.5, 'groundout_a': 5.4, 'groundout_b': 29.15, 'groundout_c': 0.0, 'pull_rate': 0.26056, 'center_rate': 0.20423, 'slap_rate': 0.53521, 'avg': 0.17593, 'obp': 0.2588, 'slg': 0.21435, 'player_id': 11051}, {'battingcard_id': 4937, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 15.15, 'lineout': 5.4, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 15.4, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.4, 'groundout_a': 3.75, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.29787, 'center_rate': 0.40426, 'slap_rate': 0.29787, 'avg': 0.25463, 'obp': 0.32593, 'slg': 0.52546, 'player_id': 10699}, {'battingcard_id': 4937, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 5.4, 'single_one': 6.35, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 7.3, 'lineout': 17.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 26.35, 'groundout_c': 0.0, 'pull_rate': 0.27413, 'center_rate': 0.1834, 'slap_rate': 0.54247, 'avg': 0.29583, 'obp': 0.35185, 'slg': 0.38565, 'player_id': 10699}, {'battingcard_id': 5171, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 3.5, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 18.85, 'lineout': 2.4, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 2.1, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 44.15, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.80645, 'slap_rate': 0.19355, 'avg': 0.21944, 'obp': 0.32222, 'slg': 0.25926, 'player_id': 11246}, {'battingcard_id': 5171, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.6, 'double_pull': 7.55, 'single_two': 8.8, 'single_one': 7.9, 'single_center': 9.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.0, 'strikeout': 15.0, 'lineout': 9.85, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 14.95, 'groundout_c': 0.0, 'pull_rate': 0.16783, 'center_rate': 0.17483, 'slap_rate': 0.65734, 'avg': 0.44954, 'obp': 0.56065, 'slg': 0.61435, 'player_id': 11246}, {'battingcard_id': 4938, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 6.85, 'lineout': 1.5, 'popout': 13.35, 'flyout_a': 0.0, 'flyout_bq': 21.2, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 13.8, 'groundout_b': 13.85, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.26019, 'obp': 0.28102, 'slg': 0.37778, 'player_id': 10700}, {'battingcard_id': 4938, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.35, 'double_pull': 6.35, 'single_two': 5.8, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 9.85, 'lineout': 6.9, 'popout': 8.45, 'flyout_a': 1.0, 'flyout_bq': 12.75, 'flyout_lf_b': 2.55, 'flyout_rf_b': 4.5, 'groundout_a': 17.3, 'groundout_b': 5.75, 'groundout_c': 0.0, 'pull_rate': 0.27174, 'center_rate': 0.19022, 'slap_rate': 0.53804, 'avg': 0.31898, 'obp': 0.36065, 'slg': 0.63241, 'player_id': 10700}, {'battingcard_id': 4939, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.65, 'double_pull': 8.65, 'single_two': 10.35, 'single_one': 15.55, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.75, 'strikeout': 5.65, 'lineout': 0, 'popout': 6.35, 'flyout_a': 0.0, 'flyout_bq': 1.9, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 11.55, 'groundout_c': 0.0, 'pull_rate': 0.16763, 'center_rate': 0.6474, 'slap_rate': 0.18497, 'avg': 0.51481, 'obp': 0.73472, 'slg': 0.62222, 'player_id': 10701}, {'battingcard_id': 4939, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 6.0, 'triple': 7.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.3, 'single_two': 6.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.35, 'strikeout': 8.2, 'lineout': 3.75, 'popout': 6.85, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 5.1, 'flyout_rf_b': 3.2, 'groundout_a': 1.95, 'groundout_b': 17.75, 'groundout_c': 0.0, 'pull_rate': 0.2409, 'center_rate': 0.31373, 'slap_rate': 0.44537, 'avg': 0.38981, 'obp': 0.52269, 'slg': 0.62685, 'player_id': 10701}, {'battingcard_id': 4940, 'vs_hand': 'L', 'homerun': 10.85, 'bp_homerun': 7.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 8.3, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 10.0, 'lineout': 3.75, 'popout': 6.65, 'flyout_a': 1.0, 'flyout_bq': 3.9, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.5, 'groundout_a': 31.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26872, 'center_rate': 0.46256, 'slap_rate': 0.26872, 'avg': 0.35926, 'obp': 0.39398, 'slg': 0.74167, 'player_id': 10702}, {'battingcard_id': 4940, 'vs_hand': 'R', 'homerun': 7.25, 'bp_homerun': 5.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 6.1, 'single_two': 6.35, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.1, 'strikeout': 12.8, 'lineout': 5.1, 'popout': 6.25, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 4.75, 'flyout_rf_b': 6.6, 'groundout_a': 21.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3008, 'center_rate': 0.20916, 'slap_rate': 0.49004, 'avg': 0.33519, 'obp': 0.41944, 'slg': 0.64259, 'player_id': 10702}, {'battingcard_id': 4941, 'vs_hand': 'L', 'homerun': 4.25, 'bp_homerun': 3.0, 'triple': 2.55, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 8.95, 'single_one': 13.4, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 10.25, 'lineout': 6.4, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.3234, 'center_rate': 0.35319, 'slap_rate': 0.32341, 'avg': 0.4537, 'obp': 0.53796, 'slg': 0.65324, 'player_id': 10703}, {'battingcard_id': 4941, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.8, 'strikeout': 18.2, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.95, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 25.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23148, 'center_rate': 0.25617, 'slap_rate': 0.51235, 'avg': 0.3213, 'obp': 0.43981, 'slg': 0.47731, 'player_id': 10703}, {'battingcard_id': 5044, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 15.15, 'strikeout': 5.55, 'lineout': 6.5, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 13.95, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.75, 'groundout_a': 6.95, 'groundout_b': 27.7, 'groundout_c': 0.0, 'pull_rate': 0.32381, 'center_rate': 0.52381, 'slap_rate': 0.15238, 'avg': 0.1875, 'obp': 0.37407, 'slg': 0.30741, 'player_id': 10955}, {'battingcard_id': 5044, 'vs_hand': 'R', 'homerun': 6.15, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 7.65, 'single_two': 7.25, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.6, 'strikeout': 9.4, 'lineout': 14.5, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.5, 'groundout_a': 27.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25837, 'center_rate': 0.13158, 'slap_rate': 0.61005, 'avg': 0.32731, 'obp': 0.38843, 'slg': 0.5537, 'player_id': 10955}, {'battingcard_id': 4942, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 18.25, 'lineout': 8.6, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.65, 'groundout_a': 6.05, 'groundout_b': 24.2, 'groundout_c': 0.0, 'pull_rate': 0.27434, 'center_rate': 0.45133, 'slap_rate': 0.27433, 'avg': 0.27037, 'obp': 0.33287, 'slg': 0.34815, 'player_id': 10704}, {'battingcard_id': 4942, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 14.1, 'lineout': 2.1, 'popout': 11.1, 'flyout_a': 0.0, 'flyout_bq': 8.25, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.7, 'groundout_a': 10.8, 'groundout_b': 20.05, 'groundout_c': 0.0, 'pull_rate': 0.24586, 'center_rate': 0.24113, 'slap_rate': 0.51301, 'avg': 0.30139, 'obp': 0.35972, 'slg': 0.4213, 'player_id': 10704}, {'battingcard_id': 5045, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 10.2, 'lineout': 0, 'popout': 9.9, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.95, 'groundout_a': 2.1, 'groundout_b': 37.6, 'groundout_c': 0.0, 'pull_rate': 0.15748, 'center_rate': 0.68504, 'slap_rate': 0.15748, 'avg': 0.14676, 'obp': 0.29306, 'slg': 0.18009, 'player_id': 10956}, {'battingcard_id': 5045, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.9, 'strikeout': 19.4, 'lineout': 9.45, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.2, 'groundout_a': 7.35, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.21008, 'center_rate': 0.73109, 'slap_rate': 0.05883, 'avg': 0.23241, 'obp': 0.33333, 'slg': 0.27685, 'player_id': 10956}, {'battingcard_id': 4943, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 0, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.5, 'strikeout': 8.7, 'lineout': 7.35, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 16.4, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 6.1, 'groundout_b': 18.3, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.55556, 'slap_rate': 0.22222, 'avg': 0.16852, 'obp': 0.33981, 'slg': 0.21481, 'player_id': 10705}, {'battingcard_id': 4943, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 4.5, 'single_one': 5.1, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 7.2, 'lineout': 11.0, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 9.95, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 12.8, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.19822, 'center_rate': 0.07795, 'slap_rate': 0.72383, 'avg': 0.30185, 'obp': 0.44213, 'slg': 0.46065, 'player_id': 10705}, {'battingcard_id': 4944, 'vs_hand': 'L', 'homerun': 5.85, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 14.2, 'lineout': 8.55, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 9.4, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 36.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26437, 'center_rate': 0.47126, 'slap_rate': 0.26437, 'avg': 0.27685, 'obp': 0.31157, 'slg': 0.56713, 'player_id': 10706}, {'battingcard_id': 4944, 'vs_hand': 'R', 'homerun': 7.9, 'bp_homerun': 5.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 7.4, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.95, 'strikeout': 17.0, 'lineout': 3.4, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.4, 'groundout_a': 2.25, 'groundout_b': 19.9, 'groundout_c': 0.0, 'pull_rate': 0.2433, 'center_rate': 0.18304, 'slap_rate': 0.57366, 'avg': 0.29815, 'obp': 0.41806, 'slg': 0.63704, 'player_id': 10706}, {'battingcard_id': 4945, 'vs_hand': 'L', 'homerun': 11.5, 'bp_homerun': 7.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.45, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 19.45, 'lineout': 4.75, 'popout': 8.25, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 5.4, 'flyout_rf_b': 6.25, 'groundout_a': 8.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34667, 'center_rate': 0.42, 'slap_rate': 0.23333, 'avg': 0.37037, 'obp': 0.45509, 'slg': 0.7912, 'player_id': 10707}, {'battingcard_id': 4945, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 9.6, 'single_one': 2.2, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 14.4, 'strikeout': 15.4, 'lineout': 6.25, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 7.2, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.7, 'groundout_a': 9.5, 'groundout_b': 1.65, 'groundout_c': 0.0, 'pull_rate': 0.34933, 'center_rate': 0.168, 'slap_rate': 0.48267, 'avg': 0.36204, 'obp': 0.53241, 'slg': 0.68889, 'player_id': 10707}, {'battingcard_id': 5289, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.55, 'bp_single': 0.0, 'hbp': 0, 'walk': 26.0, 'strikeout': 39.7, 'lineout': 1.2, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 17.9, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 13.5, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.02361, 'obp': 0.26435, 'slg': 0.02361, 'player_id': 11451}, {'battingcard_id': 5289, 'vs_hand': 'R', 'homerun': 7.85, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 8.45, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.35, 'strikeout': 17.35, 'lineout': 3.5, 'popout': 8.1, 'flyout_a': 1.0, 'flyout_bq': 13.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 3.3, 'groundout_a': 0.0, 'groundout_b': 11.65, 'groundout_c': 0.0, 'pull_rate': 0.22143, 'center_rate': 0.08571, 'slap_rate': 0.69286, 'avg': 0.29676, 'obp': 0.44815, 'slg': 0.60231, 'player_id': 11451}, {'battingcard_id': 4946, 'vs_hand': 'L', 'homerun': 6.75, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 4.75, 'single_one': 7.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.1, 'strikeout': 4.25, 'lineout': 11.2, 'popout': 1.95, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 19.7, 'groundout_c': 0.0, 'pull_rate': 0.27731, 'center_rate': 0.44538, 'slap_rate': 0.27731, 'avg': 0.29444, 'obp': 0.55463, 'slg': 0.45741, 'player_id': 10708}, {'battingcard_id': 4946, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.95, 'double_pull': 6.95, 'single_two': 4.2, 'single_one': 5.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.45, 'strikeout': 17.9, 'lineout': 10.25, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 12.95, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.1, 'groundout_a': 5.75, 'groundout_b': 13.4, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.14722, 'slap_rate': 0.68611, 'avg': 0.31852, 'obp': 0.37824, 'slg': 0.44352, 'player_id': 10708}, {'battingcard_id': 4947, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.2, 'single_two': 5.7, 'single_one': 8.35, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.75, 'strikeout': 13.7, 'lineout': 2.7, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 12.2, 'groundout_c': 0.0, 'pull_rate': 0.13793, 'center_rate': 0.72414, 'slap_rate': 0.13793, 'avg': 0.33565, 'obp': 0.58333, 'slg': 0.4213, 'player_id': 10709}, {'battingcard_id': 4947, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 12.05, 'lineout': 2.2, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 9.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.25, 'groundout_a': 19.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23454, 'center_rate': 0.16237, 'slap_rate': 0.60309, 'avg': 0.30231, 'obp': 0.48194, 'slg': 0.43935, 'player_id': 10709}, {'battingcard_id': 5088, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 3.2, 'single_one': 3.3, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 18.6, 'lineout': 2.1, 'popout': 11.7, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 1.1, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.25263, 'center_rate': 0.49474, 'slap_rate': 0.25263, 'avg': 0.28611, 'obp': 0.40231, 'slg': 0.44028, 'player_id': 11052}, {'battingcard_id': 5088, 'vs_hand': 'R', 'homerun': 4.8, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 9.9, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.7, 'strikeout': 22.8, 'lineout': 8.2, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 3.8, 'flyout_lf_b': 3.2, 'flyout_rf_b': 5.7, 'groundout_a': 18.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25379, 'center_rate': 0.17803, 'slap_rate': 0.56818, 'avg': 0.30787, 'obp': 0.36991, 'slg': 0.5088, 'player_id': 11052}, {'battingcard_id': 5046, 'vs_hand': 'L', 'homerun': 8.05, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 12.7, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 12.9, 'lineout': 3.8, 'popout': 3.8, 'flyout_a': 1.0, 'flyout_bq': 7.7, 'flyout_lf_b': 8.95, 'flyout_rf_b': 8.95, 'groundout_a': 0.0, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.29565, 'center_rate': 0.4087, 'slap_rate': 0.29565, 'avg': 0.38565, 'obp': 0.43287, 'slg': 0.6838, 'player_id': 10957}, {'battingcard_id': 5046, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.3, 'strikeout': 22.3, 'lineout': 1.75, 'popout': 9.8, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.4, 'groundout_a': 21.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21818, 'center_rate': 0.17091, 'slap_rate': 0.61091, 'avg': 0.2625, 'obp': 0.35787, 'slg': 0.40509, 'player_id': 10957}, {'battingcard_id': 5047, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.75, 'single_two': 7.5, 'single_one': 4.5, 'single_center': 10.45, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.05, 'strikeout': 9.05, 'lineout': 8.15, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 10.15, 'groundout_c': 0.0, 'pull_rate': 0.28125, 'center_rate': 0.4375, 'slap_rate': 0.28125, 'avg': 0.42361, 'obp': 0.59074, 'slg': 0.62407, 'player_id': 10958}, {'battingcard_id': 5047, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.25, 'strikeout': 16.0, 'lineout': 3.75, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 13.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 28.65, 'groundout_b': 3.2, 'groundout_c': 0.0, 'pull_rate': 0.24812, 'center_rate': 0.15789, 'slap_rate': 0.59399, 'avg': 0.21204, 'obp': 0.28843, 'slg': 0.26019, 'player_id': 10958}, {'battingcard_id': 5172, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.45, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 17.5, 'strikeout': 8.15, 'lineout': 4.5, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 7.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 21.85, 'groundout_c': 0.0, 'pull_rate': 0.27778, 'center_rate': 0.44444, 'slap_rate': 0.27778, 'avg': 0.33796, 'obp': 0.56481, 'slg': 0.47593, 'player_id': 11247}, {'battingcard_id': 5172, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.7, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 15.25, 'lineout': 4.25, 'popout': 12.8, 'flyout_a': 0.0, 'flyout_bq': 7.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.336, 'center_rate': 0.064, 'slap_rate': 0.6, 'avg': 0.27361, 'obp': 0.37639, 'slg': 0.44537, 'player_id': 11247}, {'battingcard_id': 5316, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 5.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 6.3, 'single_one': 9.45, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.55, 'strikeout': 14.15, 'lineout': 1.5, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 16.35, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 2.4, 'groundout_b': 20.4, 'groundout_c': 0.0, 'pull_rate': 0.2766, 'center_rate': 0.44681, 'slap_rate': 0.27659, 'avg': 0.3412, 'obp': 0.36481, 'slg': 0.44213, 'player_id': 11508}, {'battingcard_id': 5316, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.95, 'single_two': 0, 'single_one': 0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.2, 'strikeout': 18.95, 'lineout': 5.1, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.4, 'groundout_a': 43.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30588, 'center_rate': 0.49412, 'slap_rate': 0.2, 'avg': 0.13657, 'obp': 0.14769, 'slg': 0.15231, 'player_id': 11508}, {'battingcard_id': 4948, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.75, 'single_one': 8.6, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 7.1, 'strikeout': 10.45, 'lineout': 5.1, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.9, 'groundout_a': 3.2, 'groundout_b': 26.4, 'groundout_c': 0.0, 'pull_rate': 0.1745, 'center_rate': 0.57047, 'slap_rate': 0.25503, 'avg': 0.2588, 'obp': 0.38009, 'slg': 0.30926, 'player_id': 10710}, {'battingcard_id': 4948, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.25, 'single_one': 5.1, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 10.05, 'lineout': 3.2, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.2, 'groundout_a': 21.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21622, 'center_rate': 0.22973, 'slap_rate': 0.55405, 'avg': 0.32778, 'obp': 0.4625, 'slg': 0.50231, 'player_id': 10710}, {'battingcard_id': 4949, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.05, 'strikeout': 7.4, 'lineout': 3.75, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 16.55, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 5.1, 'groundout_b': 19.5, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.20741, 'obp': 0.42083, 'slg': 0.27685, 'player_id': 10711}, {'battingcard_id': 4949, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.5, 'single_two': 2.75, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 16.75, 'lineout': 6.45, 'popout': 7.85, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 4.5, 'flyout_rf_b': 8.05, 'groundout_a': 21.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27371, 'center_rate': 0.14871, 'slap_rate': 0.57758, 'avg': 0.28287, 'obp': 0.33565, 'slg': 0.49074, 'player_id': 10711}, {'battingcard_id': 4950, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.85, 'double_pull': 5.85, 'single_two': 5.7, 'single_one': 8.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 17.5, 'lineout': 9.2, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 18.1, 'groundout_b': 2.0, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.57143, 'slap_rate': 0.16541, 'avg': 0.33935, 'obp': 0.42731, 'slg': 0.44722, 'player_id': 10712}, {'battingcard_id': 4950, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 6.7, 'single_one': 10.05, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 10.0, 'lineout': 5.7, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 8.4, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 10.3, 'groundout_b': 10.35, 'groundout_c': 0.0, 'pull_rate': 0.23514, 'center_rate': 0.19638, 'slap_rate': 0.56848, 'avg': 0.38935, 'obp': 0.49306, 'slg': 0.59167, 'player_id': 10712}, {'battingcard_id': 4951, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 7.25, 'single_one': 10.9, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 16.6, 'lineout': 1.65, 'popout': 9.1, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 20.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.55, 'slap_rate': 0.225, 'avg': 0.35694, 'obp': 0.43935, 'slg': 0.42731, 'player_id': 10713}, {'battingcard_id': 4951, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 18.3, 'lineout': 6.2, 'popout': 7.55, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 25.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22006, 'center_rate': 0.24513, 'slap_rate': 0.53481, 'avg': 0.29722, 'obp': 0.34444, 'slg': 0.42269, 'player_id': 10713}, {'battingcard_id': 4952, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.75, 'strikeout': 11.95, 'lineout': 0, 'popout': 16.55, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 2.5, 'groundout_b': 22.3, 'groundout_c': 0.0, 'pull_rate': 0.14151, 'center_rate': 0.71698, 'slap_rate': 0.14151, 'avg': 0.22361, 'obp': 0.3787, 'slg': 0.28843, 'player_id': 10714}, {'battingcard_id': 4952, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 3.25, 'single_one': 4.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 17.6, 'lineout': 4.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.3, 'groundout_a': 6.9, 'groundout_b': 16.1, 'groundout_c': 0.0, 'pull_rate': 0.27895, 'center_rate': 0.2, 'slap_rate': 0.52105, 'avg': 0.22917, 'obp': 0.32917, 'slg': 0.32037, 'player_id': 10714}, {'battingcard_id': 5123, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.7, 'double_pull': 10.75, 'single_two': 5.7, 'single_one': 3.25, 'single_center': 7.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 19.7, 'lineout': 7.2, 'popout': 8.8, 'flyout_a': 0.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.31395, 'center_rate': 0.37209, 'slap_rate': 0.31396, 'avg': 0.39722, 'obp': 0.42269, 'slg': 0.59444, 'player_id': 11125}, {'battingcard_id': 5123, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 18.7, 'lineout': 12.3, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.2, 'groundout_a': 26.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27874, 'center_rate': 0.18391, 'slap_rate': 0.53735, 'avg': 0.28287, 'obp': 0.31343, 'slg': 0.36065, 'player_id': 11125}, {'battingcard_id': 5124, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.7, 'single_one': 10.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.8, 'strikeout': 21.05, 'lineout': 8.6, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 30.35, 'groundout_c': 0.0, 'pull_rate': 0.14035, 'center_rate': 0.63158, 'slap_rate': 0.22807, 'avg': 0.23241, 'obp': 0.38796, 'slg': 0.1787, 'player_id': 11126}, {'battingcard_id': 5124, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 7.4, 'single_one': 11.1, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 15.2, 'lineout': 4.5, 'popout': 8.15, 'flyout_a': 0.0, 'flyout_bq': 4.75, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 23.5, 'groundout_c': 0.0, 'pull_rate': 0.2052, 'center_rate': 0.10405, 'slap_rate': 0.69075, 'avg': 0.33287, 'obp': 0.46944, 'slg': 0.35787, 'player_id': 11126}, {'battingcard_id': 5173, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 5.1, 'single_one': 6.15, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 18.55, 'lineout': 5.1, 'popout': 19.05, 'flyout_a': 0.0, 'flyout_bq': 8.25, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0.0, 'groundout_b': 19.75, 'groundout_c': 0.0, 'pull_rate': 0.30189, 'center_rate': 0.39623, 'slap_rate': 0.30188, 'avg': 0.31944, 'obp': 0.31944, 'slg': 0.43611, 'player_id': 11248}, {'battingcard_id': 5173, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 3.4, 'single_one': 3.2, 'single_center': 3.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 16.55, 'lineout': 11.8, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 12.05, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.35, 'groundout_a': 4.2, 'groundout_b': 16.35, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.3, 'slap_rate': 0.5, 'avg': 0.23889, 'obp': 0.35093, 'slg': 0.33611, 'player_id': 11248}, {'battingcard_id': 5089, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 2.7, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 30.5, 'lineout': 6.2, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 19.25, 'groundout_c': 0.0, 'pull_rate': 0.2381, 'center_rate': 0.52381, 'slap_rate': 0.23809, 'avg': 0.2162, 'obp': 0.35278, 'slg': 0.28565, 'player_id': 11053}, {'battingcard_id': 5089, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 19.5, 'lineout': 3.3, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 33.85, 'groundout_c': 0.0, 'pull_rate': 0.13393, 'center_rate': 0.19643, 'slap_rate': 0.66964, 'avg': 0.19537, 'obp': 0.2912, 'slg': 0.2338, 'player_id': 11053}, {'battingcard_id': 5304, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.1, 'single_two': 14.55, 'single_one': 21.8, 'single_center': 7.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 5.1, 'lineout': 0, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.65, 'groundout_a': 1.1, 'groundout_b': 19.9, 'groundout_c': 0.0, 'pull_rate': 0.24561, 'center_rate': 0.50877, 'slap_rate': 0.24562, 'avg': 0.6, 'obp': 0.6, 'slg': 0.65972, 'player_id': 11487}, {'battingcard_id': 5304, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 15.7, 'lineout': 0, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 24.35, 'groundout_b': 16.25, 'groundout_c': 0.0, 'pull_rate': 0.1626, 'center_rate': 0.07859, 'slap_rate': 0.75881, 'avg': 0.2588, 'obp': 0.27407, 'slg': 0.33241, 'player_id': 11487}, {'battingcard_id': 5141, 'vs_hand': 'L', 'homerun': 9.7, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 9.35, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 8.0, 'lineout': 1.9, 'popout': 5.8, 'flyout_a': 1.0, 'flyout_bq': 6.6, 'flyout_lf_b': 6.7, 'flyout_rf_b': 6.65, 'groundout_a': 0.0, 'groundout_b': 10.5, 'groundout_c': 7.4, 'pull_rate': 0.24286, 'center_rate': 0.51429, 'slap_rate': 0.24285, 'avg': 0.35185, 'obp': 0.49491, 'slg': 0.67778, 'player_id': 11171}, {'battingcard_id': 5141, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 2.7, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.1, 'strikeout': 6.85, 'lineout': 9.15, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 9.45, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.29384, 'center_rate': 0.05687, 'slap_rate': 0.64929, 'avg': 0.26667, 'obp': 0.45278, 'slg': 0.42269, 'player_id': 11171}, {'battingcard_id': 5142, 'vs_hand': 'L', 'homerun': 1.7, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.05, 'single_one': 9.05, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 19.75, 'lineout': 5.1, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.16216, 'center_rate': 0.67568, 'slap_rate': 0.16216, 'avg': 0.30556, 'obp': 0.375, 'slg': 0.37593, 'player_id': 11172}, {'battingcard_id': 5142, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.1, 'strikeout': 9.65, 'lineout': 11.2, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 15.1, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.75, 'groundout_a': 2.25, 'groundout_b': 20.2, 'groundout_c': 0.0, 'pull_rate': 0.23202, 'center_rate': 0.058, 'slap_rate': 0.70998, 'avg': 0.2838, 'obp': 0.37731, 'slg': 0.41713, 'player_id': 11172}, {'battingcard_id': 5048, 'vs_hand': 'L', 'homerun': 6.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 6.2, 'single_one': 5.7, 'single_center': 6.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.5, 'strikeout': 13.4, 'lineout': 3.9, 'popout': 11.45, 'flyout_a': 0.0, 'flyout_bq': 10.95, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 18.8, 'groundout_c': 0.0, 'pull_rate': 0.23656, 'center_rate': 0.52688, 'slap_rate': 0.23656, 'avg': 0.36435, 'obp': 0.42454, 'slg': 0.61667, 'player_id': 10959}, {'battingcard_id': 5048, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 15.75, 'lineout': 10.1, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 15.1, 'flyout_lf_b': 1.7, 'flyout_rf_b': 3.4, 'groundout_a': 2.7, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.29485, 'center_rate': 0.07644, 'slap_rate': 0.62871, 'avg': 0.2912, 'obp': 0.3213, 'slg': 0.42222, 'player_id': 10959}, {'battingcard_id': 5174, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 7.3, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.25, 'strikeout': 8.65, 'lineout': 13.75, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 24.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27481, 'center_rate': 0.45038, 'slap_rate': 0.27481, 'avg': 0.26204, 'obp': 0.38472, 'slg': 0.325, 'player_id': 11249}, {'battingcard_id': 5174, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.75, 'single_one': 3.3, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.55, 'strikeout': 11.65, 'lineout': 10.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 33.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25081, 'center_rate': 0.19218, 'slap_rate': 0.55701, 'avg': 0.17546, 'obp': 0.31019, 'slg': 0.23009, 'player_id': 11249}, {'battingcard_id': 5143, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 2.4, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 28.05, 'lineout': 8.25, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 17.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.55, 'groundout_a': 0, 'groundout_b': 15.45, 'groundout_c': 0.0, 'pull_rate': 0.28302, 'center_rate': 0.43396, 'slap_rate': 0.28302, 'avg': 0.22407, 'obp': 0.26574, 'slg': 0.36157, 'player_id': 11173}, {'battingcard_id': 5143, 'vs_hand': 'R', 'homerun': 1.7, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 2.4, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.45, 'strikeout': 24.7, 'lineout': 3.75, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 17.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 4.2, 'groundout_a': 4.5, 'groundout_b': 17.0, 'groundout_c': 0.0, 'pull_rate': 0.30361, 'center_rate': 0.05542, 'slap_rate': 0.64097, 'avg': 0.225, 'obp': 0.28472, 'slg': 0.33426, 'player_id': 11173}, {'battingcard_id': 5190, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 8.45, 'lineout': 0, 'popout': 10.25, 'flyout_a': 0.0, 'flyout_bq': 16.5, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 41.1, 'groundout_c': 0.0, 'pull_rate': 0.14286, 'center_rate': 0.71429, 'slap_rate': 0.14285, 'avg': 0.15833, 'obp': 0.24259, 'slg': 0.22731, 'player_id': 11292}, {'battingcard_id': 5190, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.8, 'single_two': 0, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 13.75, 'lineout': 3.2, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.2, 'groundout_a': 39.25, 'groundout_b': 2.05, 'groundout_c': 0.0, 'pull_rate': 0.24269, 'center_rate': 0.11696, 'slap_rate': 0.64035, 'avg': 0.17037, 'obp': 0.23194, 'slg': 0.24444, 'player_id': 11292}, {'battingcard_id': 4953, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.55, 'strikeout': 6.9, 'lineout': 5.1, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 33.3, 'groundout_c': 0.0, 'pull_rate': 0.23684, 'center_rate': 0.52632, 'slap_rate': 0.23684, 'avg': 0.26157, 'obp': 0.38704, 'slg': 0.32963, 'player_id': 10715}, {'battingcard_id': 4953, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 4.75, 'single_one': 7.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.5, 'strikeout': 5.45, 'lineout': 3.75, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 30.8, 'groundout_c': 0.0, 'pull_rate': 0.23507, 'center_rate': 0.14925, 'slap_rate': 0.61568, 'avg': 0.32593, 'obp': 0.44167, 'slg': 0.45, 'player_id': 10715}, {'battingcard_id': 4954, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 3.2, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.8, 'strikeout': 18.25, 'lineout': 6.95, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 6.45, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 2.1, 'groundout_b': 37.6, 'groundout_c': 0.0, 'pull_rate': 0.17742, 'center_rate': 0.54032, 'slap_rate': 0.28226, 'avg': 0.19861, 'obp': 0.29861, 'slg': 0.26667, 'player_id': 10716}, {'battingcard_id': 4954, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.45, 'double_pull': 7.45, 'single_two': 6.25, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 6.55, 'lineout': 11.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.65, 'flyout_lf_b': 1.6, 'flyout_rf_b': 0, 'groundout_a': 24.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24016, 'center_rate': 0.13189, 'slap_rate': 0.62795, 'avg': 0.36806, 'obp': 0.53056, 'slg': 0.46296, 'player_id': 10716}, {'battingcard_id': 4955, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.7, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.4, 'strikeout': 14.7, 'lineout': 7.2, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 2.25, 'groundout_b': 12.45, 'groundout_c': 0.0, 'pull_rate': 0.23967, 'center_rate': 0.52066, 'slap_rate': 0.23967, 'avg': 0.2912, 'obp': 0.55417, 'slg': 0.35231, 'player_id': 10717}, {'battingcard_id': 4955, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.05, 'single_one': 9.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.65, 'strikeout': 12.4, 'lineout': 10.4, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 6.7, 'groundout_b': 20.15, 'groundout_c': 0.0, 'pull_rate': 0.23961, 'center_rate': 0.15403, 'slap_rate': 0.60636, 'avg': 0.33241, 'obp': 0.42176, 'slg': 0.42222, 'player_id': 10717}, {'battingcard_id': 4956, 'vs_hand': 'L', 'homerun': 5.8, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.2, 'single_one': 0, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.9, 'strikeout': 11.95, 'lineout': 15.4, 'popout': 1.7, 'flyout_a': 1.0, 'flyout_bq': 10.9, 'flyout_lf_b': 2.75, 'flyout_rf_b': 3.75, 'groundout_a': 6.0, 'groundout_b': 11.1, 'groundout_c': 0.0, 'pull_rate': 0.35294, 'center_rate': 0.46405, 'slap_rate': 0.18301, 'avg': 0.21806, 'obp': 0.40231, 'slg': 0.46481, 'player_id': 10718}, {'battingcard_id': 4956, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 2.4, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.4, 'strikeout': 13.4, 'lineout': 1.9, 'popout': 10.6, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.5, 'groundout_a': 13.0, 'groundout_b': 2.3, 'groundout_c': 0.0, 'pull_rate': 0.23837, 'center_rate': 0.2064, 'slap_rate': 0.55523, 'avg': 0.27593, 'obp': 0.4463, 'slg': 0.4412, 'player_id': 10718}, {'battingcard_id': 5125, 'vs_hand': 'L', 'homerun': 8.65, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.7, 'single_two': 14.0, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 16.1, 'lineout': 3.4, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 6.55, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.4, 'groundout_a': 0.0, 'groundout_b': 12.75, 'groundout_c': 0.0, 'pull_rate': 0.26613, 'center_rate': 0.46774, 'slap_rate': 0.26613, 'avg': 0.43796, 'obp': 0.52222, 'slg': 0.78102, 'player_id': 11127}, {'battingcard_id': 5125, 'vs_hand': 'R', 'homerun': 6.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.2, 'single_two': 4.2, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 17.9, 'lineout': 2.4, 'popout': 9.7, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 22.5, 'groundout_c': 0.0, 'pull_rate': 0.24675, 'center_rate': 0.37662, 'slap_rate': 0.37663, 'avg': 0.26343, 'obp': 0.37593, 'slg': 0.42269, 'player_id': 11127}, {'battingcard_id': 4957, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 7.2, 'single_one': 10.8, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.8, 'strikeout': 9.7, 'lineout': 2.2, 'popout': 12.1, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 26.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17857, 'center_rate': 0.64286, 'slap_rate': 0.17857, 'avg': 0.3287, 'obp': 0.46574, 'slg': 0.35787, 'player_id': 10719}, {'battingcard_id': 4957, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 6.8, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.0, 'strikeout': 10.2, 'lineout': 0, 'popout': 14.45, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 18.75, 'groundout_b': 8.05, 'groundout_c': 0.0, 'pull_rate': 0.16619, 'center_rate': 0.2063, 'slap_rate': 0.62751, 'avg': 0.2838, 'obp': 0.45972, 'slg': 0.36898, 'player_id': 10719}, {'battingcard_id': 4958, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 5.3, 'lineout': 13.3, 'popout': 3.4, 'flyout_a': 1.0, 'flyout_bq': 7.05, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 24.9, 'groundout_c': 0.0, 'pull_rate': 0.29565, 'center_rate': 0.4087, 'slap_rate': 0.29565, 'avg': 0.33426, 'obp': 0.46898, 'slg': 0.54907, 'player_id': 10720}, {'battingcard_id': 4958, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 4.2, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 9.9, 'lineout': 10.05, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 13.45, 'flyout_lf_b': 1.75, 'flyout_rf_b': 2.75, 'groundout_a': 3.75, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.29588, 'center_rate': 0.17603, 'slap_rate': 0.52809, 'avg': 0.26759, 'obp': 0.35417, 'slg': 0.36898, 'player_id': 10720}, {'battingcard_id': 4959, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 17.6, 'strikeout': 16.55, 'lineout': 6.2, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 16.7, 'flyout_lf_b': 2.8, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 33.0, 'groundout_c': 0.0, 'pull_rate': 0.27059, 'center_rate': 0.45882, 'slap_rate': 0.27059, 'avg': 0.09537, 'obp': 0.25833, 'slg': 0.11296, 'player_id': 10721}, {'battingcard_id': 4959, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.7, 'strikeout': 17.3, 'lineout': 7.2, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.5, 'groundout_a': 20.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3038, 'center_rate': 0.12342, 'slap_rate': 0.57278, 'avg': 0.26389, 'obp': 0.39074, 'slg': 0.37778, 'player_id': 10721}, {'battingcard_id': 4960, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.4, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 32.2, 'lineout': 12.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.35, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 3.2, 'groundout_b': 17.2, 'groundout_c': 0.0, 'pull_rate': 0.29126, 'center_rate': 0.41748, 'slap_rate': 0.29126, 'avg': 0.13657, 'obp': 0.23148, 'slg': 0.23472, 'player_id': 10722}, {'battingcard_id': 4960, 'vs_hand': 'R', 'homerun': 6.3, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.9, 'strikeout': 18.6, 'lineout': 0, 'popout': 13.05, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 7.25, 'groundout_b': 17.0, 'groundout_c': 0.0, 'pull_rate': 0.25907, 'center_rate': 0.2228, 'slap_rate': 0.51813, 'avg': 0.25185, 'obp': 0.33426, 'slg': 0.40648, 'player_id': 10722}, {'battingcard_id': 5144, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.9, 'double_pull': 12.9, 'single_two': 10.05, 'single_one': 15.1, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.35, 'strikeout': 8.25, 'lineout': 3.75, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 1.9, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 15.15, 'groundout_c': 0.0, 'pull_rate': 0.24, 'center_rate': 0.52, 'slap_rate': 0.24, 'avg': 0.59352, 'obp': 0.68935, 'slg': 0.81019, 'player_id': 11174}, {'battingcard_id': 5144, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.4, 'strikeout': 11.7, 'lineout': 0, 'popout': 19.05, 'flyout_a': 0.0, 'flyout_bq': 7.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 35.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31805, 'center_rate': 0.11175, 'slap_rate': 0.5702, 'avg': 0.23981, 'obp': 0.29907, 'slg': 0.2713, 'player_id': 11174}, {'battingcard_id': 5290, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 26.65, 'lineout': 3.2, 'popout': 8.2, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 17.15, 'groundout_c': 0.0, 'pull_rate': 0.25333, 'center_rate': 0.49333, 'slap_rate': 0.25334, 'avg': 0.26204, 'obp': 0.40093, 'slg': 0.33657, 'player_id': 11452}, {'battingcard_id': 5290, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 39.2, 'lineout': 2.1, 'popout': 6.1, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.2, 'groundout_a': 3.3, 'groundout_b': 29.55, 'groundout_c': 0.0, 'pull_rate': 0.23438, 'center_rate': 0.57812, 'slap_rate': 0.1875, 'avg': 0.08333, 'obp': 0.16111, 'slg': 0.15, 'player_id': 11452}, {'battingcard_id': 5291, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 15.3, 'lineout': 20.05, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.9, 'groundout_a': 4.2, 'groundout_b': 22.95, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.58333, 'slap_rate': 0.10417, 'avg': 0.25463, 'obp': 0.28519, 'slg': 0.32222, 'player_id': 11453}, {'battingcard_id': 5291, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 6.0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.95, 'strikeout': 13.25, 'lineout': 1.05, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 30.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23618, 'center_rate': 0.1407, 'slap_rate': 0.62312, 'avg': 0.26111, 'obp': 0.44583, 'slg': 0.31667, 'player_id': 11453}, {'battingcard_id': 5126, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 17.35, 'strikeout': 9.4, 'lineout': 5.1, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.25, 'groundout_a': 14.5, 'groundout_b': 14.55, 'groundout_c': 0.0, 'pull_rate': 0.19, 'center_rate': 0.62, 'slap_rate': 0.19, 'avg': 0.20741, 'obp': 0.43287, 'slg': 0.24259, 'player_id': 11128}, {'battingcard_id': 5126, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 5.7, 'single_one': 8.2, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.7, 'strikeout': 7.55, 'lineout': 9.25, 'popout': 7.6, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 1.6, 'groundout_b': 29.75, 'groundout_c': 0.0, 'pull_rate': 0.11832, 'center_rate': 0.23664, 'slap_rate': 0.64504, 'avg': 0.28333, 'obp': 0.41019, 'slg': 0.32824, 'player_id': 11128}, {'battingcard_id': 5191, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.5, 'strikeout': 29.05, 'lineout': 2.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 0.0, 'groundout_b': 15.2, 'groundout_c': 0.0, 'pull_rate': 0.25301, 'center_rate': 0.49398, 'slap_rate': 0.25301, 'avg': 0.23981, 'obp': 0.42963, 'slg': 0.28194, 'player_id': 11293}, {'battingcard_id': 5191, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.4, 'single_two': 0, 'single_one': 2.7, 'single_center': 3.2, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 5.95, 'strikeout': 26.6, 'lineout': 2.8, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 37.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20859, 'center_rate': 0.25153, 'slap_rate': 0.53988, 'avg': 0.18241, 'obp': 0.24676, 'slg': 0.28519, 'player_id': 11293}, {'battingcard_id': 5145, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.7, 'single_one': 8.5, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.75, 'strikeout': 25.25, 'lineout': 8.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 11.0, 'groundout_c': 0.0, 'pull_rate': 0.30208, 'center_rate': 0.39583, 'slap_rate': 0.30209, 'avg': 0.29167, 'obp': 0.49306, 'slg': 0.33056, 'player_id': 11175}, {'battingcard_id': 5145, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 28.3, 'lineout': 0, 'popout': 15.65, 'flyout_a': 0.0, 'flyout_bq': 14.05, 'flyout_lf_b': 1.6, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 19.1, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.15833, 'slap_rate': 0.59167, 'avg': 0.20648, 'obp': 0.24167, 'slg': 0.30648, 'player_id': 11175}, {'battingcard_id': 5192, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 15.05, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 9.35, 'lineout': 1.1, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 21.1, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.5, 'groundout_a': 0.0, 'groundout_b': 30.85, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.55556, 'slap_rate': 0.22222, 'avg': 0.30972, 'obp': 0.33519, 'slg': 0.54537, 'player_id': 11294}, {'battingcard_id': 5192, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 8.05, 'single_one': 12.1, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.5, 'strikeout': 11.85, 'lineout': 3.3, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 1.25, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.1626, 'center_rate': 0.4065, 'slap_rate': 0.4309, 'avg': 0.36019, 'obp': 0.53148, 'slg': 0.43194, 'player_id': 11294}, {'battingcard_id': 5090, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 9.65, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 2.4, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 22.1, 'lineout': 2.1, 'popout': 6.05, 'flyout_a': 0.0, 'flyout_bq': 10.15, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 32.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22667, 'center_rate': 0.54667, 'slap_rate': 0.22666, 'avg': 0.2463, 'obp': 0.29352, 'slg': 0.43565, 'player_id': 11054}, {'battingcard_id': 5090, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 36.4, 'lineout': 3.4, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 10.95, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 3.2, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.78095, 'slap_rate': -0.06666, 'avg': 0.20139, 'obp': 0.27639, 'slg': 0.27685, 'player_id': 11054}, {'battingcard_id': 5091, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 14.65, 'strikeout': 24.1, 'lineout': 5.1, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.4, 'groundout_a': 4.75, 'groundout_b': 25.7, 'groundout_c': 0.0, 'pull_rate': 0.18889, 'center_rate': 0.57778, 'slap_rate': 0.23333, 'avg': 0.09954, 'obp': 0.23519, 'slg': 0.1625, 'player_id': 11055}, {'battingcard_id': 5091, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 20.55, 'strikeout': 9.1, 'lineout': 3.75, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 10.3, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 24.6, 'groundout_c': 0.0, 'pull_rate': 0.20833, 'center_rate': 0.14444, 'slap_rate': 0.64723, 'avg': 0.25417, 'obp': 0.49074, 'slg': 0.36204, 'player_id': 11055}, {'battingcard_id': 5305, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 20.6, 'lineout': 6.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.05, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 28.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27451, 'center_rate': 0.45098, 'slap_rate': 0.27451, 'avg': 0.22778, 'obp': 0.31343, 'slg': 0.25787, 'player_id': 11488}, {'battingcard_id': 5305, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 4.2, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 9.0, 'strikeout': 31.35, 'lineout': 8.3, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 12.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22936, 'center_rate': 0.21101, 'slap_rate': 0.55963, 'avg': 0.26435, 'obp': 0.40324, 'slg': 0.43796, 'player_id': 11488}, {'battingcard_id': 5292, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.25, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.05, 'strikeout': 11.8, 'lineout': 2.1, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 48.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30252, 'center_rate': 0.39496, 'slap_rate': 0.30252, 'avg': 0.27037, 'obp': 0.33565, 'slg': 0.36898, 'player_id': 11454}, {'battingcard_id': 5292, 'vs_hand': 'R', 'homerun': 3.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.1, 'double_pull': 10.15, 'single_two': 7.65, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.85, 'strikeout': 22.2, 'lineout': 10.65, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.27612, 'center_rate': 0.35075, 'slap_rate': 0.37313, 'avg': 0.38241, 'obp': 0.51991, 'slg': 0.69444, 'player_id': 11454}, {'battingcard_id': 4961, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 2.4, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 5.95, 'lineout': 14.5, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 19.7, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.25, 'groundout_a': 0, 'groundout_b': 31.65, 'groundout_c': 0.0, 'pull_rate': 0.26923, 'center_rate': 0.46154, 'slap_rate': 0.26923, 'avg': 0.22037, 'obp': 0.25093, 'slg': 0.31852, 'player_id': 10723}, {'battingcard_id': 4961, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.95, 'strikeout': 8.4, 'lineout': 10.4, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 32.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26848, 'center_rate': 0.18677, 'slap_rate': 0.54475, 'avg': 0.23657, 'obp': 0.31019, 'slg': 0.33981, 'player_id': 10723}, {'battingcard_id': 5127, 'vs_hand': 'L', 'homerun': 1.95, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.95, 'double_pull': 5.95, 'single_two': 4.5, 'single_one': 6.55, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.35, 'strikeout': 16.8, 'lineout': 10.3, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 3.6, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 7.5, 'groundout_b': 22.55, 'groundout_c': 0.0, 'pull_rate': 0.31544, 'center_rate': 0.36913, 'slap_rate': 0.31543, 'avg': 0.30694, 'obp': 0.40278, 'slg': 0.43843, 'player_id': 11129}, {'battingcard_id': 5127, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 17.2, 'lineout': 8.9, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 22.4, 'flyout_lf_b': 2.5, 'flyout_rf_b': 5.1, 'groundout_a': 20.1, 'groundout_b': 3.55, 'groundout_c': 0.0, 'pull_rate': 0.24224, 'center_rate': 0.17081, 'slap_rate': 0.58695, 'avg': 0.16389, 'obp': 0.22546, 'slg': 0.23796, 'player_id': 11129}, {'battingcard_id': 5317, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.1, 'single_two': 0, 'single_one': 0.0, 'single_center': 3.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 16.85, 'strikeout': 2.5, 'lineout': 8.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.1, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 38.05, 'groundout_c': 0.0, 'pull_rate': 0.32292, 'center_rate': 0.35417, 'slap_rate': 0.32291, 'avg': 0.19907, 'obp': 0.35509, 'slg': 0.3875, 'player_id': 11509}, {'battingcard_id': 5317, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.8, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 29.5, 'lineout': 9.85, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 14.75, 'flyout_lf_b': 1.2, 'flyout_rf_b': 3.75, 'groundout_a': 21.65, 'groundout_b': 3.8, 'groundout_c': 0.0, 'pull_rate': 0.13836, 'center_rate': 0.21384, 'slap_rate': 0.6478, 'avg': 0.17407, 'obp': 0.20648, 'slg': 0.22778, 'player_id': 11509}, {'battingcard_id': 5154, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.4, 'double_pull': 25.2, 'single_two': 2.8, 'single_one': 0, 'single_center': 1.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 19.35, 'strikeout': 4.5, 'lineout': 3.2, 'popout': 10.95, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 2.2, 'groundout_b': 19.05, 'groundout_c': 0.0, 'pull_rate': 0.29293, 'center_rate': 0.41414, 'slap_rate': 0.29293, 'avg': 0.36898, 'obp': 0.54815, 'slg': 0.43333, 'player_id': 11205}, {'battingcard_id': 5154, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 3.2, 'single_one': 3.5, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.7, 'strikeout': 9.0, 'lineout': 2.25, 'popout': 12.85, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.75, 'groundout_a': 4.25, 'groundout_b': 23.85, 'groundout_c': 0.0, 'pull_rate': 0.2243, 'center_rate': 0.38318, 'slap_rate': 0.39252, 'avg': 0.23611, 'obp': 0.34444, 'slg': 0.33333, 'player_id': 11205}, {'battingcard_id': 4962, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 1.2, 'lineout': 12.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 21.1, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.5, 'groundout_a': 1.9, 'groundout_b': 34.65, 'groundout_c': 0.0, 'pull_rate': 0.29565, 'center_rate': 0.4087, 'slap_rate': 0.29565, 'avg': 0.1588, 'obp': 0.24491, 'slg': 0.17176, 'player_id': 10724}, {'battingcard_id': 4962, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.4, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 5.7, 'lineout': 10.6, 'popout': 7.05, 'flyout_a': 0.0, 'flyout_bq': 12.6, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.05, 'groundout_a': 32.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18654, 'center_rate': 0.18077, 'slap_rate': 0.63269, 'avg': 0.28287, 'obp': 0.32454, 'slg': 0.36852, 'player_id': 10724}, {'battingcard_id': 4963, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 4.2, 'lineout': 16.9, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 25.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.53846, 'slap_rate': 0.23077, 'avg': 0.27917, 'obp': 0.38148, 'slg': 0.31528, 'player_id': 10725}, {'battingcard_id': 4963, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.05, 'double_pull': 7.05, 'single_two': 2.25, 'single_one': 2.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 10.2, 'lineout': 1.75, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.55, 'groundout_a': 3.6, 'groundout_b': 31.75, 'groundout_c': 0.0, 'pull_rate': 0.28704, 'center_rate': 0.09722, 'slap_rate': 0.61574, 'avg': 0.27639, 'obp': 0.32361, 'slg': 0.43657, 'player_id': 10725}, {'battingcard_id': 5318, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 10.9, 'single_one': 6.55, 'single_center': 15.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 38.6, 'strikeout': 12.1, 'lineout': 9.6, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 5.7, 'groundout_c': 0.0, 'pull_rate': 0.29167, 'center_rate': 0.41667, 'slap_rate': 0.29166, 'avg': 0.34907, 'obp': 0.70648, 'slg': 0.3662, 'player_id': 11510}, {'battingcard_id': 5318, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 2.8, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.65, 'strikeout': 14.85, 'lineout': 3.4, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 18.15, 'flyout_lf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 24.15, 'groundout_c': 0.0, 'pull_rate': 0.11111, 'center_rate': 0.07937, 'slap_rate': 0.80952, 'avg': 0.21019, 'obp': 0.36435, 'slg': 0.29537, 'player_id': 11510}, {'battingcard_id': 4964, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 5.7, 'single_one': 8.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.7, 'strikeout': 10.1, 'lineout': 3.2, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.05, 'groundout_a': 35.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19149, 'center_rate': 0.61702, 'slap_rate': 0.19149, 'avg': 0.29028, 'obp': 0.38935, 'slg': 0.34907, 'player_id': 10726}, {'battingcard_id': 4964, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 9.3, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.2, 'single_two': 6.4, 'single_one': 9.6, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 8.75, 'lineout': 0, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 5.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 10.8, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.12432, 'center_rate': 0.23514, 'slap_rate': 0.64054, 'avg': 0.32176, 'obp': 0.43333, 'slg': 0.43009, 'player_id': 10726}, {'battingcard_id': 4965, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 0.0, 'hbp': 4.0, 'walk': 25.15, 'strikeout': 7.15, 'lineout': 1.1, 'popout': 9.6, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 42.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34884, 'center_rate': 0.48837, 'slap_rate': 0.16279, 'avg': 0.11343, 'obp': 0.38333, 'slg': 0.15, 'player_id': 10727}, {'battingcard_id': 4965, 'vs_hand': 'R', 'homerun': 6.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 16.85, 'lineout': 9.0, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 17.75, 'groundout_c': 0.0, 'pull_rate': 0.38278, 'center_rate': 0.20096, 'slap_rate': 0.41626, 'avg': 0.27083, 'obp': 0.41759, 'slg': 0.48194, 'player_id': 10727}, {'battingcard_id': 4966, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.2, 'double_pull': 7.25, 'single_two': 7.35, 'single_one': 11.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.1, 'strikeout': 5.85, 'lineout': 11.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 3.8, 'groundout_b': 15.3, 'groundout_c': 0.0, 'pull_rate': 0.28877, 'center_rate': 0.42246, 'slap_rate': 0.28877, 'avg': 0.38472, 'obp': 0.58935, 'slg': 0.46065, 'player_id': 10728}, {'battingcard_id': 4966, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 5.4, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.55, 'strikeout': 11.05, 'lineout': 11.0, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 7.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 21.4, 'groundout_b': 7.1, 'groundout_c': 0.0, 'pull_rate': 0.1735, 'center_rate': 0.24921, 'slap_rate': 0.57729, 'avg': 0.25417, 'obp': 0.43519, 'slg': 0.26852, 'player_id': 10728}, {'battingcard_id': 5049, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 6.0, 'lineout': 10.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.25, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.2, 'groundout_a': 27.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31818, 'center_rate': 0.36364, 'slap_rate': 0.31818, 'avg': 0.20648, 'obp': 0.35046, 'slg': 0.31944, 'player_id': 10960}, {'battingcard_id': 5049, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.1, 'strikeout': 11.65, 'lineout': 5.8, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 3.9, 'groundout_b': 15.55, 'groundout_c': 0.0, 'pull_rate': 0.23555, 'center_rate': 0.13704, 'slap_rate': 0.62741, 'avg': 0.31991, 'obp': 0.45972, 'slg': 0.42593, 'player_id': 10960}, {'battingcard_id': 4967, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 6.0, 'triple': 7.2, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 6.15, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.5, 'strikeout': 11.95, 'lineout': 1.9, 'popout': 3.25, 'flyout_a': 1.0, 'flyout_bq': 10.15, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 2.75, 'groundout_b': 24.45, 'groundout_c': 0.0, 'pull_rate': 0.28218, 'center_rate': 0.43564, 'slap_rate': 0.28218, 'avg': 0.29306, 'obp': 0.42731, 'slg': 0.55926, 'player_id': 10729}, {'battingcard_id': 4967, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 15.5, 'lineout': 2.4, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.7, 'groundout_a': 19.4, 'groundout_b': 8.3, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.2328, 'slap_rate': 0.54498, 'avg': 0.21944, 'obp': 0.3662, 'slg': 0.27222, 'player_id': 10729}, {'battingcard_id': 4968, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.5, 'double_pull': 7.5, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 15.55, 'lineout': 10.25, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 26.5, 'groundout_c': 0.0, 'pull_rate': 0.24675, 'center_rate': 0.50649, 'slap_rate': 0.24676, 'avg': 0.31204, 'obp': 0.3537, 'slg': 0.44861, 'player_id': 10730}, {'battingcard_id': 4968, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.7, 'strikeout': 16.3, 'lineout': 6.35, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 39.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19431, 'center_rate': 0.18483, 'slap_rate': 0.62086, 'avg': 0.22269, 'obp': 0.29398, 'slg': 0.30741, 'player_id': 10730}, {'battingcard_id': 4969, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 7.35, 'strikeout': 17.0, 'lineout': 3.3, 'popout': 6.15, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 14.2, 'groundout_c': 0.0, 'pull_rate': 0.25472, 'center_rate': 0.49057, 'slap_rate': 0.25471, 'avg': 0.29259, 'obp': 0.44398, 'slg': 0.38889, 'player_id': 10731}, {'battingcard_id': 4969, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.85, 'strikeout': 23.7, 'lineout': 2.4, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 19.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29954, 'center_rate': 0.11982, 'slap_rate': 0.58064, 'avg': 0.26528, 'obp': 0.41204, 'slg': 0.39259, 'player_id': 10731}, {'battingcard_id': 4970, 'vs_hand': 'L', 'homerun': 3.4, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 17.9, 'lineout': 7.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.4, 'groundout_a': 11.45, 'groundout_b': 21.2, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.6087, 'slap_rate': 0.13043, 'avg': 0.26667, 'obp': 0.36713, 'slg': 0.40556, 'player_id': 10732}, {'battingcard_id': 4970, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.45, 'strikeout': 14.95, 'lineout': 0, 'popout': 10.6, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 11.1, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.22581, 'slap_rate': 0.52419, 'avg': 0.32222, 'obp': 0.4375, 'slg': 0.48981, 'player_id': 10732}, {'battingcard_id': 4971, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 13.45, 'lineout': 6.65, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 19.15, 'groundout_b': 8.2, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.25556, 'obp': 0.35602, 'slg': 0.30093, 'player_id': 10733}, {'battingcard_id': 4971, 'vs_hand': 'R', 'homerun': 3.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.2, 'single_one': 3.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 20.45, 'lineout': 4.5, 'popout': 6.75, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.9, 'groundout_a': 26.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28105, 'center_rate': 0.14706, 'slap_rate': 0.57189, 'avg': 0.27778, 'obp': 0.34769, 'slg': 0.47963, 'player_id': 10733}, {'battingcard_id': 5128, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 11.5, 'strikeout': 27.75, 'lineout': 17.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.35, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 9.35, 'groundout_c': 0.0, 'pull_rate': 0.14815, 'center_rate': 0.48148, 'slap_rate': 0.37037, 'avg': 0.16019, 'obp': 0.33148, 'slg': 0.19815, 'player_id': 11130}, {'battingcard_id': 5128, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.55, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 21.3, 'lineout': 1.5, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 29.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.06952, 'slap_rate': 0.69519, 'avg': 0.18704, 'obp': 0.29769, 'slg': 0.24352, 'player_id': 11130}, {'battingcard_id': 5306, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 9.7, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 10.8, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.35, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 9.95, 'lineout': 1.9, 'popout': 10.75, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.75, 'groundout_a': 1.9, 'groundout_b': 36.1, 'groundout_c': 0.0, 'pull_rate': 0.42857, 'center_rate': 0.45714, 'slap_rate': 0.11429, 'avg': 0.26667, 'obp': 0.35556, 'slg': 0.48009, 'player_id': 11489}, {'battingcard_id': 5306, 'vs_hand': 'R', 'homerun': 3.4, 'bp_homerun': 2.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 2.4, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 25.35, 'lineout': 17.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 22.8, 'groundout_c': 0.0, 'pull_rate': 0.25939, 'center_rate': 0.05461, 'slap_rate': 0.686, 'avg': 0.24352, 'obp': 0.2875, 'slg': 0.48056, 'player_id': 11489}, {'battingcard_id': 5319, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.2, 'double_pull': 7.2, 'single_two': 9.55, 'single_one': 14.3, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 12.9, 'lineout': 6.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 26.4, 'groundout_c': 0.0, 'pull_rate': 0.04167, 'center_rate': 0.625, 'slap_rate': 0.33333, 'avg': 0.44444, 'obp': 0.49167, 'slg': 0.51065, 'player_id': 11511}, {'battingcard_id': 5319, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 22.8, 'lineout': 2.25, 'popout': 8.8, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.2, 'groundout_a': 5.4, 'groundout_b': 20.4, 'groundout_c': 0.0, 'pull_rate': 0.2518, 'center_rate': 0.10791, 'slap_rate': 0.64029, 'avg': 0.2213, 'obp': 0.30139, 'slg': 0.27037, 'player_id': 11511}, {'battingcard_id': 5092, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 13.9, 'strikeout': 7.0, 'lineout': 7.75, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 16.65, 'flyout_lf_b': 2.8, 'flyout_rf_b': 2.75, 'groundout_a': 10.85, 'groundout_b': 20.15, 'groundout_c': 0.0, 'pull_rate': 0.26804, 'center_rate': 0.46392, 'slap_rate': 0.26804, 'avg': 0.19074, 'obp': 0.34722, 'slg': 0.26991, 'player_id': 11056}, {'battingcard_id': 5092, 'vs_hand': 'R', 'homerun': 7.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.75, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.5, 'strikeout': 25.8, 'lineout': 1.7, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 11.15, 'flyout_lf_b': 9.35, 'flyout_rf_b': 9.55, 'groundout_a': 21.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31452, 'center_rate': 0.3629, 'slap_rate': 0.32258, 'avg': 0.19676, 'obp': 0.23843, 'slg': 0.37315, 'player_id': 11056}, {'battingcard_id': 5175, 'vs_hand': 'L', 'homerun': 14.2, 'bp_homerun': 9.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 2.8, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 9.95, 'lineout': 5.1, 'popout': 2.1, 'flyout_a': 1.0, 'flyout_bq': 9.65, 'flyout_lf_b': 11.3, 'flyout_rf_b': 11.25, 'groundout_a': 0.0, 'groundout_b': 10.65, 'groundout_c': 0.0, 'pull_rate': 0.32143, 'center_rate': 0.35714, 'slap_rate': 0.32143, 'avg': 0.33981, 'obp': 0.43519, 'slg': 0.8213, 'player_id': 11250}, {'battingcard_id': 5175, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 29.65, 'lineout': 5.4, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.5, 'groundout_a': 36.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.28571, 'slap_rate': 0.45715, 'avg': 0.17407, 'obp': 0.2213, 'slg': 0.23981, 'player_id': 11250}, {'battingcard_id': 4972, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 14.95, 'lineout': 0, 'popout': 7.2, 'flyout_a': 0.0, 'flyout_bq': 27.0, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.5, 'groundout_a': 28.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.46667, 'slap_rate': 0.26666, 'avg': 0.12917, 'obp': 0.19491, 'slg': 0.20139, 'player_id': 10734}, {'battingcard_id': 4972, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.9, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.5, 'strikeout': 23.65, 'lineout': 1.6, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 21.85, 'flyout_lf_b': 2.75, 'flyout_rf_b': 4.5, 'groundout_a': 4.75, 'groundout_b': 14.2, 'groundout_c': 0.0, 'pull_rate': 0.26959, 'center_rate': 0.21944, 'slap_rate': 0.51097, 'avg': 0.20926, 'obp': 0.24167, 'slg': 0.28472, 'player_id': 10734}, {'battingcard_id': 5129, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.1, 'strikeout': 19.75, 'lineout': 3.75, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 13.75, 'groundout_b': 11.25, 'groundout_c': 0.0, 'pull_rate': 0.31429, 'center_rate': 0.37143, 'slap_rate': 0.31428, 'avg': 0.25139, 'obp': 0.34491, 'slg': 0.37685, 'player_id': 11131}, {'battingcard_id': 5129, 'vs_hand': 'R', 'homerun': 3.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.2, 'strikeout': 29.1, 'lineout': 1.2, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 7.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.23967, 'center_rate': 0.21488, 'slap_rate': 0.54545, 'avg': 0.1912, 'obp': 0.4338, 'slg': 0.31759, 'player_id': 11131}, {'battingcard_id': 5193, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 22.2, 'lineout': 1.75, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 14.05, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 26.1, 'groundout_c': 0.0, 'pull_rate': 0.15152, 'center_rate': 0.60606, 'slap_rate': 0.24242, 'avg': 0.23519, 'obp': 0.29815, 'slg': 0.26296, 'player_id': 11295}, {'battingcard_id': 5193, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.4, 'single_two': 5.4, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.6, 'strikeout': 12.9, 'lineout': 6.6, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 24.45, 'groundout_c': 0.0, 'pull_rate': 0.20471, 'center_rate': 0.04706, 'slap_rate': 0.74823, 'avg': 0.31481, 'obp': 0.45, 'slg': 0.3912, 'player_id': 11295}, {'battingcard_id': 4973, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 22.4, 'lineout': 0, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.4, 'groundout_a': 3.2, 'groundout_b': 28.35, 'groundout_c': 0.0, 'pull_rate': 0.12409, 'center_rate': 0.62044, 'slap_rate': 0.25547, 'avg': 0.29074, 'obp': 0.33241, 'slg': 0.36667, 'player_id': 10735}, {'battingcard_id': 4973, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.7, 'strikeout': 17.65, 'lineout': 7.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.7, 'groundout_a': 23.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22581, 'center_rate': 0.19585, 'slap_rate': 0.57834, 'avg': 0.27315, 'obp': 0.3537, 'slg': 0.37407, 'player_id': 10735}, {'battingcard_id': 5050, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 11.25, 'lineout': 11.3, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.65, 'groundout_a': 5.4, 'groundout_b': 29.5, 'groundout_c': 0.0, 'pull_rate': 0.23438, 'center_rate': 0.53125, 'slap_rate': 0.23437, 'avg': 0.13704, 'obp': 0.27454, 'slg': 0.14028, 'player_id': 10961}, {'battingcard_id': 5050, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 4.75, 'single_one': 7.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 15.25, 'lineout': 3.2, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 9.7, 'flyout_lf_b': 0, 'flyout_rf_b': 3.25, 'groundout_a': 29.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21525, 'center_rate': 0.15247, 'slap_rate': 0.63228, 'avg': 0.29815, 'obp': 0.37917, 'slg': 0.39444, 'player_id': 10961}, {'battingcard_id': 5130, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.25, 'double_pull': 1.25, 'single_two': 2.8, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 12.8, 'lineout': 3.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 17.6, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 34.5, 'groundout_c': 0.0, 'pull_rate': 0.10227, 'center_rate': 0.55682, 'slap_rate': 0.34091, 'avg': 0.17685, 'obp': 0.26157, 'slg': 0.22315, 'player_id': 11132}, {'battingcard_id': 5130, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.05, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 9.3, 'lineout': 3.5, 'popout': 10.55, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 27.9, 'groundout_b': 4.9, 'groundout_c': 0.0, 'pull_rate': 0.20319, 'center_rate': 0.09761, 'slap_rate': 0.6992, 'avg': 0.27407, 'obp': 0.34352, 'slg': 0.35556, 'player_id': 11132}, {'battingcard_id': 5155, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 5.95, 'lineout': 9.7, 'popout': 9.65, 'flyout_a': 0.0, 'flyout_bq': 15.55, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 5.8, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.26296, 'obp': 0.30463, 'slg': 0.34907, 'player_id': 11206}, {'battingcard_id': 5155, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 18.55, 'lineout': 9.65, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 12.95, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.2, 'groundout_a': 12.65, 'groundout_b': 15.5, 'groundout_c': 0.0, 'pull_rate': 0.26966, 'center_rate': 0.07865, 'slap_rate': 0.65169, 'avg': 0.20231, 'obp': 0.29537, 'slg': 0.25463, 'player_id': 11206}, {'battingcard_id': 5131, 'vs_hand': 'L', 'homerun': 6.15, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 17.85, 'lineout': 3.4, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 11.6, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 29.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29323, 'center_rate': 0.41353, 'slap_rate': 0.29324, 'avg': 0.16991, 'obp': 0.30324, 'slg': 0.43889, 'player_id': 11133}, {'battingcard_id': 5131, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 10.55, 'strikeout': 18.95, 'lineout': 0, 'popout': 10.75, 'flyout_a': 0.0, 'flyout_bq': 9.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.95, 'groundout_a': 4.2, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.31373, 'center_rate': 0.15406, 'slap_rate': 0.53221, 'avg': 0.26528, 'obp': 0.41852, 'slg': 0.38333, 'player_id': 11133}, {'battingcard_id': 5051, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 16.55, 'lineout': 3.25, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 17.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 42.3, 'groundout_c': 0.0, 'pull_rate': 0.1875, 'center_rate': 0.625, 'slap_rate': 0.1875, 'avg': 0.08981, 'obp': 0.14676, 'slg': 0.03426, 'player_id': 10962}, {'battingcard_id': 5051, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.5, 'strikeout': 25.65, 'lineout': 1.5, 'popout': 13.3, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 5.7, 'groundout_b': 21.85, 'groundout_c': 0.0, 'pull_rate': 0.23188, 'center_rate': 0.28986, 'slap_rate': 0.47826, 'avg': 0.20278, 'obp': 0.3, 'slg': 0.25185, 'player_id': 10962}, {'battingcard_id': 5052, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.75, 'single_one': 3.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 20.0, 'lineout': 16.0, 'popout': 1.75, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.5, 'groundout_a': 3.3, 'groundout_b': 29.65, 'groundout_c': 0.0, 'pull_rate': 0.20312, 'center_rate': 0.51562, 'slap_rate': 0.28126, 'avg': 0.18796, 'obp': 0.22731, 'slg': 0.22407, 'player_id': 10963}, {'battingcard_id': 5052, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.05, 'double_pull': 7.05, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 11.95, 'lineout': 13.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.4, 'groundout_a': 25.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28604, 'center_rate': 0.07551, 'slap_rate': 0.63845, 'avg': 0.27778, 'obp': 0.37963, 'slg': 0.43148, 'player_id': 10963}, {'battingcard_id': 5320, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.9, 'single_one': 8.85, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 33.5, 'lineout': 3.2, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 9.95, 'groundout_c': 0.0, 'pull_rate': 0.22727, 'center_rate': 0.59091, 'slap_rate': 0.18182, 'avg': 0.30046, 'obp': 0.34769, 'slg': 0.33796, 'player_id': 11512}, {'battingcard_id': 5320, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.65, 'strikeout': 26.6, 'lineout': 5.95, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.25, 'groundout_a': 0, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.30769, 'center_rate': 0.07143, 'slap_rate': 0.62088, 'avg': 0.22963, 'obp': 0.35602, 'slg': 0.26667, 'player_id': 11512}, {'battingcard_id': 5176, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.55, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 22.25, 'lineout': 8.05, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 23.0, 'flyout_lf_b': 3.8, 'flyout_rf_b': 3.9, 'groundout_a': 13.75, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.17857, 'center_rate': 0.64286, 'slap_rate': 0.17857, 'avg': 0.02361, 'obp': 0.08426, 'slg': 0.02361, 'player_id': 11251}, {'battingcard_id': 5176, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.5, 'strikeout': 12.3, 'lineout': 1.4, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 25.2, 'groundout_c': 0.0, 'pull_rate': 0.20849, 'center_rate': 0.0695, 'slap_rate': 0.72201, 'avg': 0.27546, 'obp': 0.42824, 'slg': 0.35741, 'player_id': 11251}, {'battingcard_id': 5194, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.65, 'strikeout': 3.75, 'lineout': 2.55, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 6.05, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 2.8, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.18391, 'center_rate': 0.63218, 'slap_rate': 0.18391, 'avg': 0.3088, 'obp': 0.59259, 'slg': 0.3713, 'player_id': 11296}, {'battingcard_id': 5194, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.85, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.1, 'strikeout': 19.5, 'lineout': 10.1, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.65, 'groundout_a': 1.2, 'groundout_b': 20.8, 'groundout_c': 0.0, 'pull_rate': 0.21795, 'center_rate': 0.70513, 'slap_rate': 0.07692, 'avg': 0.27824, 'obp': 0.39954, 'slg': 0.3, 'player_id': 11296}, {'battingcard_id': 5177, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 24.8, 'strikeout': 19.2, 'lineout': 3.2, 'popout': 6.8, 'flyout_a': 0.0, 'flyout_bq': 25.1, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 12.2, 'groundout_c': 0.0, 'pull_rate': 0.22917, 'center_rate': 0.54167, 'slap_rate': 0.22916, 'avg': 0.07639, 'obp': 0.30602, 'slg': 0.15, 'player_id': 11252}, {'battingcard_id': 5177, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 6.45, 'single_one': 9.7, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 25.5, 'lineout': 0, 'popout': 7.05, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 21.2, 'groundout_c': 0.0, 'pull_rate': 0.14433, 'center_rate': 0.26804, 'slap_rate': 0.58763, 'avg': 0.37639, 'obp': 0.43704, 'slg': 0.47269, 'player_id': 11252}, {'battingcard_id': 5053, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 4.75, 'single_one': 4.2, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.2, 'strikeout': 17.15, 'lineout': 4.2, 'popout': 9.45, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.28358, 'center_rate': 0.43284, 'slap_rate': 0.28358, 'avg': 0.28889, 'obp': 0.45741, 'slg': 0.38657, 'player_id': 10964}, {'battingcard_id': 5053, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 8.55, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 6.2, 'single_one': 7.45, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 26.15, 'strikeout': 6.2, 'lineout': 2.5, 'popout': 7.55, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 18.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27615, 'center_rate': 0.12134, 'slap_rate': 0.60251, 'avg': 0.36389, 'obp': 0.61528, 'slg': 0.55231, 'player_id': 10964}, {'battingcard_id': 5156, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 4.5, 'lineout': 3.2, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 18.25, 'flyout_lf_b': 3.5, 'flyout_rf_b': 2.7, 'groundout_a': 0.0, 'groundout_b': 48.1, 'groundout_c': 0.0, 'pull_rate': 0.12245, 'center_rate': 0.61224, 'slap_rate': 0.26531, 'avg': 0.13333, 'obp': 0.20694, 'slg': 0.18287, 'player_id': 11207}, {'battingcard_id': 5156, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.45, 'strikeout': 9.2, 'lineout': 15.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.2, 'groundout_a': 15.5, 'groundout_b': 5.2, 'groundout_c': 0.0, 'pull_rate': 0.26027, 'center_rate': 0.08219, 'slap_rate': 0.65754, 'avg': 0.28333, 'obp': 0.43565, 'slg': 0.3787, 'player_id': 11207}, {'battingcard_id': 4974, 'vs_hand': 'L', 'homerun': 6.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 6.8, 'single_one': 10.2, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.8, 'strikeout': 15.05, 'lineout': 1.4, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 21.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.6, 'slap_rate': 0.2, 'avg': 0.39167, 'obp': 0.51019, 'slg': 0.60648, 'player_id': 10736}, {'battingcard_id': 4974, 'vs_hand': 'R', 'homerun': 6.6, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 4.75, 'single_two': 8.05, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 9.85, 'lineout': 2.2, 'popout': 8.4, 'flyout_a': 1.0, 'flyout_bq': 8.3, 'flyout_lf_b': 4.2, 'flyout_rf_b': 1.7, 'groundout_a': 24.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22826, 'center_rate': 0.18261, 'slap_rate': 0.58913, 'avg': 0.31713, 'obp': 0.44028, 'slg': 0.57037, 'player_id': 10736}, {'battingcard_id': 5054, 'vs_hand': 'L', 'homerun': 9.15, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.7, 'single_two': 7.25, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.15, 'strikeout': 13.0, 'lineout': 7.55, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 7.85, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 0, 'groundout_b': 26.7, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.29491, 'obp': 0.37037, 'slg': 0.60741, 'player_id': 10965}, {'battingcard_id': 5054, 'vs_hand': 'R', 'homerun': 5.95, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 8.85, 'strikeout': 29.2, 'lineout': 0, 'popout': 7.95, 'flyout_a': 1.0, 'flyout_bq': 9.95, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 18.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25269, 'center_rate': 0.16129, 'slap_rate': 0.58602, 'avg': 0.22361, 'obp': 0.35185, 'slg': 0.47407, 'player_id': 10965}, {'battingcard_id': 5157, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 39.1, 'strikeout': 9.3, 'lineout': 11.9, 'popout': 9.7, 'flyout_a': 0.0, 'flyout_bq': 4.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 2.2, 'groundout_b': 12.2, 'groundout_c': 0.0, 'pull_rate': 0.125, 'center_rate': 0.6, 'slap_rate': 0.275, 'avg': 0.15926, 'obp': 0.5213, 'slg': 0.19907, 'player_id': 11208}, {'battingcard_id': 5157, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.75, 'strikeout': 11.8, 'lineout': 4.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 3.75, 'flyout_rf_b': 1.4, 'groundout_a': 12.45, 'groundout_b': 10.2, 'groundout_c': 0.0, 'pull_rate': 0.25356, 'center_rate': 0.06838, 'slap_rate': 0.67806, 'avg': 0.27222, 'obp': 0.41806, 'slg': 0.40139, 'player_id': 11208}, {'battingcard_id': 5158, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 18.75, 'lineout': 1.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 6.6, 'groundout_b': 37.25, 'groundout_c': 0.0, 'pull_rate': 0.27642, 'center_rate': 0.44715, 'slap_rate': 0.27643, 'avg': 0.15741, 'obp': 0.26667, 'slg': 0.13704, 'player_id': 11209}, {'battingcard_id': 5158, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.7, 'single_one': 3.9, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.5, 'strikeout': 17.55, 'lineout': 7.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.25, 'groundout_a': 34.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29684, 'center_rate': 0.11579, 'slap_rate': 0.58737, 'avg': 0.26528, 'obp': 0.3162, 'slg': 0.48102, 'player_id': 11209}, {'battingcard_id': 5178, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.5, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 23.45, 'strikeout': 12.4, 'lineout': 11.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.85, 'flyout_lf_b': 0.0, 'flyout_rf_b': 3.75, 'groundout_a': 0.0, 'groundout_b': 21.8, 'groundout_c': 0.0, 'pull_rate': 0.65625, 'center_rate': 0.34375, 'slap_rate': 0.0, 'avg': 0.16713, 'obp': 0.43981, 'slg': 0.26296, 'player_id': 11253}, {'battingcard_id': 5178, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 26.75, 'lineout': 3.4, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.25, 'groundout_a': 2.1, 'groundout_b': 17.8, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.04435, 'slap_rate': 0.70565, 'avg': 0.24213, 'obp': 0.31435, 'slg': 0.375, 'player_id': 11253}, {'battingcard_id': 5055, 'vs_hand': 'L', 'homerun': 6.75, 'bp_homerun': 4.0, 'triple': 3.9, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.6, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.25, 'strikeout': 17.05, 'lineout': 3.2, 'popout': 6.3, 'flyout_a': 1.0, 'flyout_bq': 7.85, 'flyout_lf_b': 9.15, 'flyout_rf_b': 9.15, 'groundout_a': 0, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.29787, 'center_rate': 0.40426, 'slap_rate': 0.29787, 'avg': 0.3, 'obp': 0.33935, 'slg': 0.62361, 'player_id': 10966}, {'battingcard_id': 5055, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 25.8, 'lineout': 5.4, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 9.6, 'groundout_b': 22.35, 'groundout_c': 0.0, 'pull_rate': 0.32984, 'center_rate': 0.09948, 'slap_rate': 0.57068, 'avg': 0.22361, 'obp': 0.26528, 'slg': 0.31991, 'player_id': 10966}, {'battingcard_id': 5159, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.95, 'strikeout': 23.45, 'lineout': 1.9, 'popout': 10.2, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 0, 'flyout_rf_b': 2.55, 'groundout_a': 0, 'groundout_b': 18.15, 'groundout_c': 0.0, 'pull_rate': 0.36893, 'center_rate': 0.51456, 'slap_rate': 0.11651, 'avg': 0.34491, 'obp': 0.40926, 'slg': 0.52917, 'player_id': 11210}, {'battingcard_id': 5159, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.8, 'strikeout': 23.15, 'lineout': 5.7, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 22.9, 'groundout_c': 0.0, 'pull_rate': 0.24254, 'center_rate': 0.19776, 'slap_rate': 0.5597, 'avg': 0.18194, 'obp': 0.31898, 'slg': 0.2537, 'player_id': 11210}, {'battingcard_id': 5093, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 8.9, 'double_pull': 8.85, 'single_two': 5.75, 'single_one': 8.65, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 13.85, 'lineout': 9.55, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 15.85, 'groundout_c': 0.0, 'pull_rate': 0.27619, 'center_rate': 0.44762, 'slap_rate': 0.27619, 'avg': 0.41296, 'obp': 0.49444, 'slg': 0.58843, 'player_id': 11057}, {'battingcard_id': 5093, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.85, 'single_two': 15.25, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.95, 'strikeout': 10.45, 'lineout': 3.25, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 4.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.1, 'groundout_a': 3.2, 'groundout_b': 12.25, 'groundout_c': 0.0, 'pull_rate': 0.22024, 'center_rate': 0.27976, 'slap_rate': 0.5, 'avg': 0.46852, 'obp': 0.62546, 'slg': 0.83796, 'player_id': 11057}, {'battingcard_id': 5160, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.65, 'double_pull': 10.65, 'single_two': 5.7, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.25, 'strikeout': 12.7, 'lineout': 3.75, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 28.7, 'groundout_c': 0.0, 'pull_rate': 0.28346, 'center_rate': 0.43307, 'slap_rate': 0.28347, 'avg': 0.39583, 'obp': 0.43519, 'slg': 0.54861, 'player_id': 11211}, {'battingcard_id': 5160, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.1, 'strikeout': 15.55, 'lineout': 6.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.2, 'groundout_a': 41.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2069, 'center_rate': 0.47414, 'slap_rate': 0.31896, 'avg': 0.20324, 'obp': 0.25972, 'slg': 0.26019, 'player_id': 11211}, {'battingcard_id': 5161, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 16.8, 'lineout': 12.2, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 2.7, 'groundout_b': 23.3, 'groundout_c': 0.0, 'pull_rate': 0.29577, 'center_rate': 0.40845, 'slap_rate': 0.29578, 'avg': 0.25324, 'obp': 0.30602, 'slg': 0.34815, 'player_id': 11212}, {'battingcard_id': 5161, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.75, 'single_one': 3.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.95, 'lineout': 3.6, 'popout': 14.15, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 26.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24, 'center_rate': 0.16571, 'slap_rate': 0.59429, 'avg': 0.20231, 'obp': 0.25509, 'slg': 0.28796, 'player_id': 11212}, {'battingcard_id': 5300, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.8, 'double_pull': 8.75, 'single_two': 7.1, 'single_one': 10.7, 'single_center': 3.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 20.8, 'lineout': 4.75, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.40694, 'obp': 0.4912, 'slg': 0.51389, 'player_id': 11480}, {'battingcard_id': 5300, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 22.4, 'strikeout': 13.55, 'lineout': 7.1, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 26.4, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.58537, 'slap_rate': 0.17073, 'avg': 0.1963, 'obp': 0.43148, 'slg': 0.28796, 'player_id': 11480}, {'battingcard_id': 4975, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 9.75, 'single_two': 8.55, 'single_one': 3.25, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.8, 'strikeout': 7.9, 'lineout': 8.2, 'popout': 3.5, 'flyout_a': 1.0, 'flyout_bq': 7.15, 'flyout_lf_b': 2.7, 'flyout_rf_b': 3.5, 'groundout_a': 14.1, 'groundout_b': 7.6, 'groundout_c': 0.0, 'pull_rate': 0.29936, 'center_rate': 0.53503, 'slap_rate': 0.16561, 'avg': 0.3662, 'obp': 0.48472, 'slg': 0.57824, 'player_id': 10737}, {'battingcard_id': 4975, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 4.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 7.4, 'single_one': 8.9, 'single_center': 5.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.25, 'strikeout': 4.25, 'lineout': 4.2, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.35, 'groundout_a': 4.5, 'groundout_b': 13.35, 'groundout_c': 0.0, 'pull_rate': 0.32353, 'center_rate': 0.20588, 'slap_rate': 0.47059, 'avg': 0.38843, 'obp': 0.56667, 'slg': 0.53287, 'player_id': 10737}, {'battingcard_id': 4976, 'vs_hand': 'L', 'homerun': 8.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 2.5, 'single_one': 0, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.1, 'strikeout': 24.8, 'lineout': 5.95, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 5.8, 'flyout_lf_b': 6.7, 'flyout_rf_b': 6.75, 'groundout_a': 0, 'groundout_b': 8.5, 'groundout_c': 6.15, 'pull_rate': 0.22951, 'center_rate': 0.54098, 'slap_rate': 0.22951, 'avg': 0.23194, 'obp': 0.35324, 'slg': 0.47176, 'player_id': 10738}, {'battingcard_id': 4976, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 17.05, 'lineout': 3.2, 'popout': 9.1, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.25, 'groundout_a': 28.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25405, 'center_rate': 0.11892, 'slap_rate': 0.62703, 'avg': 0.2912, 'obp': 0.33519, 'slg': 0.49769, 'player_id': 10738}, {'battingcard_id': 5132, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 30.95, 'lineout': 7.45, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 1.2, 'groundout_b': 21.75, 'groundout_c': 0.0, 'pull_rate': 0.2619, 'center_rate': 0.47619, 'slap_rate': 0.26191, 'avg': 0.16389, 'obp': 0.24398, 'slg': 0.28426, 'player_id': 11134}, {'battingcard_id': 5132, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.75, 'strikeout': 23.8, 'lineout': 4.25, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.7, 'groundout_a': 3.5, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.27164, 'center_rate': 0.1791, 'slap_rate': 0.54926, 'avg': 0.23426, 'obp': 0.34306, 'slg': 0.41806, 'player_id': 11134}, {'battingcard_id': 4977, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 16.6, 'single_two': 0, 'single_one': 0, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.75, 'strikeout': 16.6, 'lineout': 1.6, 'popout': 8.75, 'flyout_a': 1.0, 'flyout_bq': 10.65, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 0.0, 'groundout_b': 12.6, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.46667, 'slap_rate': 0.26666, 'avg': 0.30509, 'obp': 0.46019, 'slg': 0.34352, 'player_id': 10739}, {'battingcard_id': 4977, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.7, 'strikeout': 11.75, 'lineout': 1.65, 'popout': 14.25, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 29.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27727, 'center_rate': 0.19091, 'slap_rate': 0.53182, 'avg': 0.20694, 'obp': 0.2875, 'slg': 0.28426, 'player_id': 10739}, {'battingcard_id': 5094, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 6.7, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 36.55, 'lineout': 2.25, 'popout': 4.25, 'flyout_a': 1.0, 'flyout_bq': 2.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.55, 'groundout_a': 0.0, 'groundout_b': 9.0, 'groundout_c': 6.05, 'pull_rate': 0.24324, 'center_rate': 0.51351, 'slap_rate': 0.24325, 'avg': 0.30694, 'obp': 0.37639, 'slg': 0.56898, 'player_id': 11058}, {'battingcard_id': 5094, 'vs_hand': 'R', 'homerun': 1.75, 'bp_homerun': 5.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.65, 'strikeout': 19.75, 'lineout': 10.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.25, 'groundout_a': 0, 'groundout_b': 17.55, 'groundout_c': 0.0, 'pull_rate': 0.27011, 'center_rate': 0.1092, 'slap_rate': 0.62069, 'avg': 0.31435, 'obp': 0.41296, 'slg': 0.49676, 'player_id': 11058}, {'battingcard_id': 4978, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': 5.3, 'lineout': 0, 'popout': 14.4, 'flyout_a': 0.0, 'flyout_bq': 20.6, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.5, 'groundout_a': 0.0, 'groundout_b': 26.75, 'groundout_c': 0.0, 'pull_rate': 0.25333, 'center_rate': 0.49333, 'slap_rate': 0.25334, 'avg': 0.22176, 'obp': 0.31528, 'slg': 0.29537, 'player_id': 10740}, {'battingcard_id': 4978, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 14.7, 'lineout': 10.7, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 14.1, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 26.8, 'groundout_b': 1.4, 'groundout_c': 0.0, 'pull_rate': 0.28231, 'center_rate': 0.12585, 'slap_rate': 0.59184, 'avg': 0.18472, 'obp': 0.28426, 'slg': 0.23519, 'player_id': 10740}, {'battingcard_id': 4979, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.9, 'single_two': 5.8, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.95, 'strikeout': 15.2, 'lineout': 7.75, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 7.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.4, 'groundout_a': 20.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24375, 'center_rate': 0.56875, 'slap_rate': 0.1875, 'avg': 0.31991, 'obp': 0.46759, 'slg': 0.3787, 'player_id': 10741}, {'battingcard_id': 4979, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 5.95, 'single_one': 8.95, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 11.15, 'strikeout': 15.8, 'lineout': 2.4, 'popout': 9.4, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 2.7, 'groundout_b': 14.95, 'groundout_c': 0.0, 'pull_rate': 0.22396, 'center_rate': 0.23698, 'slap_rate': 0.53906, 'avg': 0.35, 'obp': 0.49954, 'slg': 0.44907, 'player_id': 10741}, {'battingcard_id': 4980, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 0, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.85, 'strikeout': 37.75, 'lineout': 0, 'popout': 6.6, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 12.2, 'groundout_c': 0.0, 'pull_rate': 0.26786, 'center_rate': 0.51786, 'slap_rate': 0.21428, 'avg': 0.14861, 'obp': 0.36019, 'slg': 0.20648, 'player_id': 10742}, {'battingcard_id': 4980, 'vs_hand': 'R', 'homerun': 7.65, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 5.4, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 18.7, 'lineout': 9.5, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 6.75, 'flyout_lf_b': 10.1, 'flyout_rf_b': 5.7, 'groundout_a': 12.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31728, 'center_rate': 0.08215, 'slap_rate': 0.60057, 'avg': 0.28148, 'obp': 0.39213, 'slg': 0.54907, 'player_id': 10742}, {'battingcard_id': 4981, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.5, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 12.75, 'strikeout': 3.45, 'lineout': 0, 'popout': 12.8, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 38.45, 'groundout_c': 0.0, 'pull_rate': 0.24171, 'center_rate': 0.54502, 'slap_rate': 0.21327, 'avg': 0.18241, 'obp': 0.37454, 'slg': 0.2338, 'player_id': 10743}, {'battingcard_id': 4981, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.05, 'single_one': 9.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.4, 'strikeout': 4.4, 'lineout': 7.2, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 25.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21553, 'center_rate': 0.2233, 'slap_rate': 0.56117, 'avg': 0.3912, 'obp': 0.51528, 'slg': 0.62037, 'player_id': 10743}, {'battingcard_id': 4982, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.05, 'strikeout': 12.45, 'lineout': 0, 'popout': 6.1, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 24.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.55556, 'slap_rate': 0.22222, 'avg': 0.18102, 'obp': 0.45, 'slg': 0.19676, 'player_id': 10744}, {'battingcard_id': 4982, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.55, 'double_pull': 6.55, 'single_two': 6.5, 'single_one': 9.8, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 13.6, 'lineout': 1.95, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 18.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26696, 'center_rate': 0.21882, 'slap_rate': 0.51422, 'avg': 0.37639, 'obp': 0.54907, 'slg': 0.47176, 'player_id': 10744}, {'battingcard_id': 5056, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.0, 'single_one': 4.25, 'single_center': 9.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.7, 'strikeout': 6.4, 'lineout': 15.6, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 1.35, 'groundout_b': 11.65, 'groundout_c': 0.0, 'pull_rate': 0.20144, 'center_rate': 0.59712, 'slap_rate': 0.20144, 'avg': 0.34722, 'obp': 0.53889, 'slg': 0.47593, 'player_id': 10967}, {'battingcard_id': 5056, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.75, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.3, 'strikeout': 16.7, 'lineout': 4.5, 'popout': 13.0, 'flyout_a': 0.0, 'flyout_bq': 10.95, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.1, 'groundout_a': 26.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.1988, 'center_rate': 0.5, 'slap_rate': 0.3012, 'avg': 0.23657, 'obp': 0.30417, 'slg': 0.30648, 'player_id': 10967}, {'battingcard_id': 4983, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 2.5, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.25, 'strikeout': 29.0, 'lineout': 11.2, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 16.0, 'groundout_c': 0.0, 'pull_rate': 0.38235, 'center_rate': 0.42647, 'slap_rate': 0.19118, 'avg': 0.21204, 'obp': 0.34398, 'slg': 0.2787, 'player_id': 10745}, {'battingcard_id': 4983, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 2.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.0, 'strikeout': 21.65, 'lineout': 2.2, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.65, 'groundout_a': 20.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29553, 'center_rate': 0.19931, 'slap_rate': 0.50516, 'avg': 0.19861, 'obp': 0.35602, 'slg': 0.34444, 'player_id': 10745}, {'battingcard_id': 4984, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 8.25, 'single_one': 12.4, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 6.2, 'lineout': 1.25, 'popout': 11.25, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 35.6, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.36435, 'obp': 0.40833, 'slg': 0.39074, 'player_id': 10746}, {'battingcard_id': 4984, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 16.85, 'lineout': 0, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 1.7, 'flyout_rf_b': 3.2, 'groundout_a': 24.1, 'groundout_b': 10.35, 'groundout_c': 0.0, 'pull_rate': 0.22067, 'center_rate': 0.2905, 'slap_rate': 0.48883, 'avg': 0.23611, 'obp': 0.2713, 'slg': 0.29444, 'player_id': 10746}, {'battingcard_id': 5293, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.2, 'single_one': 0, 'single_center': 5.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 4.75, 'lineout': 26.2, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.65, 'groundout_a': 7.7, 'groundout_b': 23.0, 'groundout_c': 0.0, 'pull_rate': 0.02273, 'center_rate': 0.81818, 'slap_rate': 0.15909, 'avg': 0.18935, 'obp': 0.24213, 'slg': 0.25509, 'player_id': 11455}, {'battingcard_id': 5293, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 16.3, 'lineout': 11.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.35, 'groundout_a': 28.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32443, 'center_rate': 0.1374, 'slap_rate': 0.53817, 'avg': 0.27037, 'obp': 0.36528, 'slg': 0.35926, 'player_id': 11455}, {'battingcard_id': 5307, 'vs_hand': 'L', 'homerun': 7.85, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 11.55, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 4.25, 'lineout': 7.8, 'popout': 11.75, 'flyout_a': 1.0, 'flyout_bq': 6.55, 'flyout_lf_b': 7.6, 'flyout_rf_b': 7.65, 'groundout_a': 1.65, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.34737, 'center_rate': 0.30526, 'slap_rate': 0.34737, 'avg': 0.37917, 'obp': 0.4912, 'slg': 0.67731, 'player_id': 11490}, {'battingcard_id': 5307, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 6.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 2.2, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 12.95, 'lineout': 8.65, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 25.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 5.4, 'groundout_a': 0, 'groundout_b': 16.15, 'groundout_c': 0.0, 'pull_rate': 0.28685, 'center_rate': 0.11554, 'slap_rate': 0.59761, 'avg': 0.2662, 'obp': 0.31898, 'slg': 0.49583, 'player_id': 11490}, {'battingcard_id': 5095, 'vs_hand': 'L', 'homerun': 9.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.7, 'single_two': 10.7, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 26.3, 'lineout': 2.4, 'popout': 3.4, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 23.3, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.35463, 'obp': 0.3963, 'slg': 0.69537, 'player_id': 11059}, {'battingcard_id': 5095, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.7, 'double_pull': 7.7, 'single_two': 0, 'single_one': 2.8, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 22.8, 'lineout': 5.4, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.75, 'groundout_a': 3.5, 'groundout_b': 30.75, 'groundout_c': 0.0, 'pull_rate': 0.21341, 'center_rate': 0.23171, 'slap_rate': 0.55488, 'avg': 0.16852, 'obp': 0.1838, 'slg': 0.28519, 'player_id': 11059}, {'battingcard_id': 5096, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 19.7, 'lineout': 8.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.7, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 38.45, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 0.54286, 'slap_rate': 0.22857, 'avg': 0.18657, 'obp': 0.23935, 'slg': 0.22083, 'player_id': 11060}, {'battingcard_id': 5096, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 8.55, 'single_one': 12.8, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 7.4, 'lineout': 0, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 20.7, 'groundout_b': 13.8, 'groundout_c': 0.0, 'pull_rate': 0.2521, 'center_rate': 0.63866, 'slap_rate': 0.10924, 'avg': 0.37963, 'obp': 0.51296, 'slg': 0.43056, 'player_id': 11060}, {'battingcard_id': 4985, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.5, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.4, 'strikeout': 16.55, 'lineout': 5.7, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 1.7, 'groundout_b': 15.55, 'groundout_c': 0.0, 'pull_rate': 0.28387, 'center_rate': 0.43226, 'slap_rate': 0.28387, 'avg': 0.30231, 'obp': 0.39861, 'slg': 0.38056, 'player_id': 10747}, {'battingcard_id': 4985, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 17.05, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.4, 'groundout_a': 9.7, 'groundout_b': 14.6, 'groundout_c': 0.0, 'pull_rate': 0.35876, 'center_rate': 0.18927, 'slap_rate': 0.45197, 'avg': 0.22176, 'obp': 0.34583, 'slg': 0.44167, 'player_id': 10747}, {'battingcard_id': 4986, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 2.7, 'single_one': 0.0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 15.35, 'lineout': 3.75, 'popout': 11.25, 'flyout_a': 0.0, 'flyout_bq': 25.05, 'flyout_lf_b': 4.2, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.30526, 'center_rate': 0.38947, 'slap_rate': 0.30527, 'avg': 0.2, 'obp': 0.23935, 'slg': 0.30648, 'player_id': 10748}, {'battingcard_id': 4986, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.7, 'double_pull': 10.65, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 2.55, 'strikeout': 21.4, 'lineout': 10.65, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 19.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30218, 'center_rate': 0.11526, 'slap_rate': 0.58256, 'avg': 0.34583, 'obp': 0.41574, 'slg': 0.51481, 'player_id': 10748}, {'battingcard_id': 4987, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.75, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 9.65, 'lineout': 6.65, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 35.8, 'groundout_c': 0.0, 'pull_rate': 0.16129, 'center_rate': 0.49194, 'slap_rate': 0.34677, 'avg': 0.1787, 'obp': 0.31528, 'slg': 0.13333, 'player_id': 10749}, {'battingcard_id': 4987, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.45, 'single_two': 7.7, 'single_one': 11.55, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 11.8, 'lineout': 2.2, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 6.65, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 25.1, 'groundout_c': 0.0, 'pull_rate': 0.1899, 'center_rate': 0.10627, 'slap_rate': 0.70383, 'avg': 0.40278, 'obp': 0.48194, 'slg': 0.49907, 'player_id': 10749}, {'battingcard_id': 4988, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.25, 'strikeout': 19.95, 'lineout': 3.9, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.5, 'groundout_a': 7.35, 'groundout_b': 29.35, 'groundout_c': 0.0, 'pull_rate': 0.1831, 'center_rate': 0.49296, 'slap_rate': 0.32394, 'avg': 0.22315, 'obp': 0.28102, 'slg': 0.2625, 'player_id': 10750}, {'battingcard_id': 4988, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 19.4, 'lineout': 0, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 13.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.35, 'groundout_a': 20.0, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.29563, 'center_rate': 0.08997, 'slap_rate': 0.6144, 'avg': 0.25046, 'obp': 0.34444, 'slg': 0.31667, 'player_id': 10750}, {'battingcard_id': 4989, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 20.05, 'single_two': 10.65, 'single_one': 3.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.55, 'strikeout': 5.05, 'lineout': 5.95, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 7.4, 'flyout_lf_b': 4.2, 'flyout_rf_b': 4.2, 'groundout_a': 0, 'groundout_b': 14.55, 'groundout_c': 0.0, 'pull_rate': 0.26214, 'center_rate': 0.47573, 'slap_rate': 0.26213, 'avg': 0.48981, 'obp': 0.56898, 'slg': 0.60185, 'player_id': 10751}, {'battingcard_id': 4989, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.95, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 6.45, 'single_one': 9.7, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 6.95, 'strikeout': 5.9, 'lineout': 8.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.7, 'groundout_a': 27.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25047, 'center_rate': 0.09298, 'slap_rate': 0.65655, 'avg': 0.35046, 'obp': 0.47037, 'slg': 0.46019, 'player_id': 10751}, {'battingcard_id': 4990, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.7, 'single_one': 6.75, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 14.3, 'lineout': 10.35, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 5.7, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.30337, 'center_rate': 0.39326, 'slap_rate': 0.30337, 'avg': 0.33935, 'obp': 0.50278, 'slg': 0.46481, 'player_id': 10752}, {'battingcard_id': 4990, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.1, 'strikeout': 18.4, 'lineout': 2.7, 'popout': 7.6, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.25, 'groundout_a': 23.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26514, 'center_rate': 0.07307, 'slap_rate': 0.66179, 'avg': 0.275, 'obp': 0.34074, 'slg': 0.39722, 'player_id': 10752}, {'battingcard_id': 4991, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.45, 'double_pull': 8.45, 'single_two': 7.75, 'single_one': 11.6, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 19.7, 'strikeout': 6.55, 'lineout': 0, 'popout': 10.2, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 10.2, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.43704, 'obp': 0.70278, 'slg': 0.57315, 'player_id': 10753}, {'battingcard_id': 4991, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.8, 'strikeout': 20.9, 'lineout': 7.5, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.75, 'groundout_a': 1.35, 'groundout_b': 25.0, 'groundout_c': 0.0, 'pull_rate': 0.27059, 'center_rate': 0.21569, 'slap_rate': 0.51372, 'avg': 0.27176, 'obp': 0.37176, 'slg': 0.34537, 'player_id': 10753}, {'battingcard_id': 5308, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 26.5, 'lineout': 1.9, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 44.55, 'groundout_c': 0.0, 'pull_rate': 0.10714, 'center_rate': 0.78571, 'slap_rate': 0.10715, 'avg': 0.1537, 'obp': 0.24167, 'slg': 0.15417, 'player_id': 11491}, {'battingcard_id': 5308, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.25, 'single_one': 3.8, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.0, 'strikeout': 7.45, 'lineout': 2.1, 'popout': 11.6, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.4, 'groundout_a': 20.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32338, 'center_rate': 0.05473, 'slap_rate': 0.62189, 'avg': 0.30324, 'obp': 0.44213, 'slg': 0.47917, 'player_id': 11491}, {'battingcard_id': 5097, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 28.1, 'lineout': 5.75, 'popout': 3.8, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 38.25, 'groundout_c': 0.0, 'pull_rate': 0.20588, 'center_rate': 0.58824, 'slap_rate': 0.20588, 'avg': 0.15, 'obp': 0.15, 'slg': 0.1787, 'player_id': 11061}, {'battingcard_id': 5097, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 3.2, 'strikeout': 14.6, 'lineout': 0, 'popout': 9.15, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 36.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20064, 'center_rate': 0.06369, 'slap_rate': 0.73567, 'avg': 0.26574, 'obp': 0.33241, 'slg': 0.36528, 'player_id': 11061}, {'battingcard_id': 5098, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 18.05, 'lineout': 8.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 2.55, 'groundout_b': 23.05, 'groundout_c': 0.0, 'pull_rate': 0.30488, 'center_rate': 0.39024, 'slap_rate': 0.30488, 'avg': 0.27315, 'obp': 0.30556, 'slg': 0.4088, 'player_id': 11062}, {'battingcard_id': 5098, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.25, 'strikeout': 12.65, 'lineout': 3.75, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.4, 'groundout_a': 8.6, 'groundout_b': 34.35, 'groundout_c': 0.0, 'pull_rate': 0.20293, 'center_rate': 0.07824, 'slap_rate': 0.71883, 'avg': 0.23056, 'obp': 0.26065, 'slg': 0.28981, 'player_id': 11062}, {'battingcard_id': 5133, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.5, 'double_pull': 7.55, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.2, 'strikeout': 7.3, 'lineout': 19.05, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 5.9, 'groundout_b': 33.35, 'groundout_c': 0.0, 'pull_rate': 0.26, 'center_rate': 0.48, 'slap_rate': 0.26, 'avg': 0.21528, 'obp': 0.27269, 'slg': 0.33056, 'player_id': 11135}, {'battingcard_id': 5133, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.4, 'strikeout': 15.95, 'lineout': 5.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 0, 'flyout_rf_b': 3.4, 'groundout_a': 42.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21605, 'center_rate': 0.14815, 'slap_rate': 0.6358, 'avg': 0.15694, 'obp': 0.23472, 'slg': 0.19907, 'player_id': 11135}, {'battingcard_id': 5057, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 30.0, 'lineout': 12.05, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.65, 'groundout_a': 1.25, 'groundout_b': 23.65, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.59259, 'slap_rate': 0.18519, 'avg': 0.24815, 'obp': 0.24815, 'slg': 0.3463, 'player_id': 10968}, {'battingcard_id': 5057, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 20.4, 'lineout': 1.5, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 9.35, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.25191, 'center_rate': 0.12214, 'slap_rate': 0.62595, 'avg': 0.275, 'obp': 0.34954, 'slg': 0.4287, 'player_id': 10968}, {'battingcard_id': 5058, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 7.9, 'single_one': 11.8, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 13.15, 'lineout': 4.75, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 6.2, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.27419, 'center_rate': 0.45161, 'slap_rate': 0.2742, 'avg': 0.40833, 'obp': 0.49722, 'slg': 0.5213, 'player_id': 10969}, {'battingcard_id': 5058, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 13.45, 'lineout': 9.8, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 31.05, 'groundout_c': 0.0, 'pull_rate': 0.17297, 'center_rate': 0.15135, 'slap_rate': 0.67568, 'avg': 0.18935, 'obp': 0.27963, 'slg': 0.23657, 'player_id': 10969}, {'battingcard_id': 4992, 'vs_hand': 'L', 'homerun': 1.95, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 7.25, 'single_one': 10.85, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.3, 'strikeout': 9.6, 'lineout': 3.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 27.25, 'groundout_c': 0.0, 'pull_rate': 0.24286, 'center_rate': 0.51429, 'slap_rate': 0.24285, 'avg': 0.38056, 'obp': 0.47593, 'slg': 0.49398, 'player_id': 10754}, {'battingcard_id': 4992, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.5, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 21.6, 'strikeout': 8.55, 'lineout': 1.95, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 7.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 28.3, 'groundout_c': 0.0, 'pull_rate': 0.23592, 'center_rate': 0.28954, 'slap_rate': 0.47454, 'avg': 0.22963, 'obp': 0.47593, 'slg': 0.29167, 'player_id': 10754}, {'battingcard_id': 4993, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.35, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.8, 'strikeout': 23.9, 'lineout': 8.3, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 10.65, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.65, 'groundout_a': 3.2, 'groundout_b': 26.55, 'groundout_c': 0.0, 'pull_rate': 0.23239, 'center_rate': 0.52113, 'slap_rate': 0.24648, 'avg': 0.18102, 'obp': 0.25324, 'slg': 0.27407, 'player_id': 10755}, {'battingcard_id': 4993, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 12.7, 'lineout': 7.25, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.95, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.95, 'groundout_a': 1.2, 'groundout_b': 22.9, 'groundout_c': 0.0, 'pull_rate': 0.34343, 'center_rate': 0.18687, 'slap_rate': 0.4697, 'avg': 0.31991, 'obp': 0.39028, 'slg': 0.48056, 'player_id': 10755}, {'battingcard_id': 4994, 'vs_hand': 'L', 'homerun': 1.95, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 6.1, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 5.1, 'lineout': 4.5, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 19.35, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 29.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22917, 'center_rate': 0.53333, 'slap_rate': 0.2375, 'avg': 0.2912, 'obp': 0.33287, 'slg': 0.50463, 'player_id': 10756}, {'battingcard_id': 4994, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 5.7, 'single_one': 8.5, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 3.8, 'lineout': 3.9, 'popout': 8.9, 'flyout_a': 0.0, 'flyout_bq': 19.85, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.2, 'groundout_a': 5.75, 'groundout_b': 13.4, 'groundout_c': 0.0, 'pull_rate': 0.28684, 'center_rate': 0.33684, 'slap_rate': 0.37632, 'avg': 0.34306, 'obp': 0.42083, 'slg': 0.45278, 'player_id': 10756}, {'battingcard_id': 4995, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 9.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 6.15, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': 17.05, 'lineout': 3.5, 'popout': 3.6, 'flyout_a': 1.0, 'flyout_bq': 20.8, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.5, 'groundout_a': 0, 'groundout_b': 16.4, 'groundout_c': 0.0, 'pull_rate': 0.34343, 'center_rate': 0.31313, 'slap_rate': 0.34344, 'avg': 0.26435, 'obp': 0.35787, 'slg': 0.45556, 'player_id': 10757}, {'battingcard_id': 4995, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 19.6, 'strikeout': 13.55, 'lineout': 4.5, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 14.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.75, 'groundout_a': 4.2, 'groundout_b': 16.3, 'groundout_c': 0.0, 'pull_rate': 0.25194, 'center_rate': 0.24031, 'slap_rate': 0.50775, 'avg': 0.20972, 'obp': 0.41898, 'slg': 0.33056, 'player_id': 10757}, {'battingcard_id': 4996, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 10.35, 'lineout': 3.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 26.0, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 0, 'groundout_b': 19.25, 'groundout_c': 0.0, 'pull_rate': 0.31159, 'center_rate': 0.37681, 'slap_rate': 0.3116, 'avg': 0.24954, 'obp': 0.36944, 'slg': 0.36019, 'player_id': 10758}, {'battingcard_id': 4996, 'vs_hand': 'R', 'homerun': 10.95, 'bp_homerun': 7.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.1, 'strikeout': 11.0, 'lineout': 0, 'popout': 10.65, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 4.8, 'flyout_rf_b': 5.85, 'groundout_a': 2.1, 'groundout_b': 17.75, 'groundout_c': 0.0, 'pull_rate': 0.33628, 'center_rate': 0.23009, 'slap_rate': 0.43363, 'avg': 0.33333, 'obp': 0.46389, 'slg': 0.73843, 'player_id': 10758}, {'battingcard_id': 5059, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.35, 'double_pull': 6.35, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 3.9, 'strikeout': 8.9, 'lineout': 3.75, 'popout': 6.6, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 9.65, 'groundout_b': 14.5, 'groundout_c': 0.0, 'pull_rate': 0.27473, 'center_rate': 0.45055, 'slap_rate': 0.27472, 'avg': 0.32546, 'obp': 0.42639, 'slg': 0.425, 'player_id': 10970}, {'battingcard_id': 5059, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.25, 'strikeout': 17.55, 'lineout': 3.5, 'popout': 10.35, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.25, 'groundout_a': 32.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.28772, 'slap_rate': 0.44561, 'avg': 0.22824, 'obp': 0.26759, 'slg': 0.2912, 'player_id': 10970}, {'battingcard_id': 5134, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 0, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 34.35, 'lineout': 8.35, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 27.7, 'groundout_c': 0.0, 'pull_rate': 0.27143, 'center_rate': 0.45714, 'slap_rate': 0.27143, 'avg': 0.1, 'obp': 0.19028, 'slg': 0.10741, 'player_id': 11136}, {'battingcard_id': 5134, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 7.65, 'double_pull': 7.65, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 26.5, 'lineout': 6.85, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 16.9, 'groundout_c': 0.0, 'pull_rate': 0.29245, 'center_rate': 0.30189, 'slap_rate': 0.40566, 'avg': 0.36204, 'obp': 0.425, 'slg': 0.55926, 'player_id': 11136}, {'battingcard_id': 5321, 'vs_hand': 'L', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.0, 'single_two': 5.95, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 12.95, 'lineout': 8.85, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 5.9, 'flyout_rf_b': 5.85, 'groundout_a': 0, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.29371, 'center_rate': 0.41259, 'slap_rate': 0.2937, 'avg': 0.36944, 'obp': 0.45972, 'slg': 0.65972, 'player_id': 11513}, {'battingcard_id': 5321, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 0, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.5, 'strikeout': 36.2, 'lineout': 2.5, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 6.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 28.35, 'groundout_c': 0.0, 'pull_rate': 0.25806, 'center_rate': 0.95161, 'slap_rate': -0.20967, 'avg': 0.08796, 'obp': 0.25926, 'slg': 0.09537, 'player_id': 11513}, {'battingcard_id': 5060, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.7, 'double_pull': 7.75, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.5, 'strikeout': 17.85, 'lineout': 0, 'popout': 10.45, 'flyout_a': 0.0, 'flyout_bq': 8.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 7.35, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.35294, 'center_rate': 0.29412, 'slap_rate': 0.35294, 'avg': 0.24213, 'obp': 0.40417, 'slg': 0.36111, 'player_id': 10971}, {'battingcard_id': 5060, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 5.8, 'double_pull': 5.85, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.6, 'strikeout': 20.85, 'lineout': 0, 'popout': 11.3, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.9, 'groundout_a': 7.9, 'groundout_b': 18.4, 'groundout_c': 0.0, 'pull_rate': 0.30029, 'center_rate': 0.11662, 'slap_rate': 0.58309, 'avg': 0.22639, 'obp': 0.34306, 'slg': 0.33704, 'player_id': 10971}, {'battingcard_id': 5061, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 10.45, 'lineout': 5.1, 'popout': 7.2, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 12.9, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.20482, 'center_rate': 0.57831, 'slap_rate': 0.21687, 'avg': 0.30463, 'obp': 0.42917, 'slg': 0.43426, 'player_id': 10972}, {'battingcard_id': 5061, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 12.5, 'lineout': 7.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 24.8, 'groundout_c': 0.0, 'pull_rate': 0.1681, 'center_rate': 0.2069, 'slap_rate': 0.625, 'avg': 0.35139, 'obp': 0.49815, 'slg': 0.46343, 'player_id': 10972}, {'battingcard_id': 5062, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.55, 'single_two': 0, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.0, 'strikeout': 28.9, 'lineout': 2.2, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 8.85, 'groundout_c': 0.0, 'pull_rate': 0.07216, 'center_rate': 0.54639, 'slap_rate': 0.38145, 'avg': 0.22454, 'obp': 0.46528, 'slg': 0.33333, 'player_id': 10973}, {'battingcard_id': 5062, 'vs_hand': 'R', 'homerun': 6.75, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 4.75, 'single_two': 8.85, 'single_one': 3.3, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 15.4, 'lineout': 4.5, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.2, 'groundout_a': 1.65, 'groundout_b': 14.5, 'groundout_c': 0.0, 'pull_rate': 0.25225, 'center_rate': 0.15916, 'slap_rate': 0.58859, 'avg': 0.33796, 'obp': 0.52454, 'slg': 0.60185, 'player_id': 10973}, {'battingcard_id': 4997, 'vs_hand': 'L', 'homerun': 9.7, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.9, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.95, 'strikeout': 14.6, 'lineout': 5.7, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 6.05, 'flyout_rf_b': 6.1, 'groundout_a': 9.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32692, 'center_rate': 0.34615, 'slap_rate': 0.32693, 'avg': 0.30278, 'obp': 0.55231, 'slg': 0.6213, 'player_id': 10759}, {'battingcard_id': 4997, 'vs_hand': 'R', 'homerun': 10.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 4.2, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.2, 'strikeout': 18.25, 'lineout': 3.8, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 4.8, 'groundout_a': 9.2, 'groundout_b': 1.05, 'groundout_c': 0.0, 'pull_rate': 0.35052, 'center_rate': 0.09278, 'slap_rate': 0.5567, 'avg': 0.29815, 'obp': 0.54074, 'slg': 0.64444, 'player_id': 10759}, {'battingcard_id': 4998, 'vs_hand': 'L', 'homerun': 7.15, 'bp_homerun': 4.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.7, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 16.55, 'lineout': 5.7, 'popout': 3.8, 'flyout_a': 1.0, 'flyout_bq': 6.05, 'flyout_lf_b': 7.0, 'flyout_rf_b': 7.05, 'groundout_a': 22.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25333, 'center_rate': 0.49333, 'slap_rate': 0.25334, 'avg': 0.27778, 'obp': 0.35787, 'slg': 0.55602, 'player_id': 10760}, {'battingcard_id': 4998, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 6.9, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.6, 'strikeout': 10.1, 'lineout': 9.6, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 11.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.5, 'groundout_a': 28.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27066, 'center_rate': 0.15289, 'slap_rate': 0.57645, 'avg': 0.31759, 'obp': 0.39722, 'slg': 0.6287, 'player_id': 10760}, {'battingcard_id': 5135, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.7, 'strikeout': 24.1, 'lineout': 4.75, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 14.7, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 36.5, 'groundout_c': 0.0, 'pull_rate': 0.24419, 'center_rate': 0.51163, 'slap_rate': 0.24418, 'avg': 0.15602, 'obp': 0.17176, 'slg': 0.1625, 'player_id': 11137}, {'battingcard_id': 5135, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 11.85, 'lineout': 7.5, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 14.45, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.19556, 'slap_rate': 0.64444, 'avg': 0.32731, 'obp': 0.40231, 'slg': 0.50602, 'player_id': 11137}, {'battingcard_id': 5179, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 18.95, 'lineout': 5.1, 'popout': 11.6, 'flyout_a': 0.0, 'flyout_bq': 20.55, 'flyout_lf_b': 4.75, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 16.7, 'groundout_c': 0.0, 'pull_rate': 0.07317, 'center_rate': 0.52439, 'slap_rate': 0.40244, 'avg': 0.24306, 'obp': 0.26065, 'slg': 0.26204, 'player_id': 11254}, {'battingcard_id': 5179, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 13.15, 'lineout': 1.65, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 3.25, 'groundout_b': 28.65, 'groundout_c': 0.0, 'pull_rate': 0.20669, 'center_rate': 0.1307, 'slap_rate': 0.66261, 'avg': 0.29306, 'obp': 0.36528, 'slg': 0.38889, 'player_id': 11254}, {'battingcard_id': 5136, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 18.6, 'strikeout': 14.05, 'lineout': 5.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 35.2, 'groundout_c': 0.0, 'pull_rate': 0.31034, 'center_rate': 0.55172, 'slap_rate': 0.13794, 'avg': 0.12407, 'obp': 0.32407, 'slg': 0.16389, 'player_id': 11138}, {'battingcard_id': 5136, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 6.55, 'single_one': 9.85, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 15.3, 'strikeout': 11.15, 'lineout': 1.4, 'popout': 11.85, 'flyout_a': 0.0, 'flyout_bq': 6.05, 'flyout_lf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.31293, 'center_rate': 0.10884, 'slap_rate': 0.57823, 'avg': 0.35231, 'obp': 0.52176, 'slg': 0.46204, 'player_id': 11138}, {'battingcard_id': 4999, 'vs_hand': 'L', 'homerun': 5.75, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.5, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 14.85, 'lineout': 6.2, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 10.8, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.25, 'groundout_a': 9.15, 'groundout_b': 17.05, 'groundout_c': 0.0, 'pull_rate': 0.25301, 'center_rate': 0.49398, 'slap_rate': 0.25301, 'avg': 0.24167, 'obp': 0.32731, 'slg': 0.44722, 'player_id': 10761}, {'battingcard_id': 4999, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.15, 'single_two': 4.75, 'single_one': 5.7, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.6, 'strikeout': 11.55, 'lineout': 11.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.95, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.1, 'groundout_a': 4.5, 'groundout_b': 17.55, 'groundout_c': 0.0, 'pull_rate': 0.30293, 'center_rate': 0.2671, 'slap_rate': 0.42997, 'avg': 0.3537, 'obp': 0.44259, 'slg': 0.52917, 'player_id': 10761}, {'battingcard_id': 5294, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 7.95, 'single_two': 0, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 3.25, 'strikeout': 15.35, 'lineout': 6.3, 'popout': 9.5, 'flyout_a': 0.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.5, 'groundout_a': 5.85, 'groundout_b': 23.5, 'groundout_c': 0.0, 'pull_rate': 0.32231, 'center_rate': 0.35537, 'slap_rate': 0.32232, 'avg': 0.22037, 'obp': 0.25972, 'slg': 0.38333, 'player_id': 11456}, {'battingcard_id': 5294, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 15.2, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 26.4, 'lineout': 15.75, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 3.6, 'flyout_lf_b': 4.2, 'flyout_rf_b': 2.2, 'groundout_a': 1.35, 'groundout_b': 6.8, 'groundout_c': 4.75, 'pull_rate': 0.35065, 'center_rate': 0.55844, 'slap_rate': 0.09091, 'avg': 0.29491, 'obp': 0.34954, 'slg': 0.43241, 'player_id': 11456}, {'battingcard_id': 5162, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 17.7, 'lineout': 7.25, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.2713, 'obp': 0.41528, 'slg': 0.40185, 'player_id': 11213}, {'battingcard_id': 5162, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 2.2, 'single_one': 2.5, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.75, 'strikeout': 28.1, 'lineout': 6.3, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.75, 'groundout_a': 25.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27007, 'center_rate': 0.15328, 'slap_rate': 0.57665, 'avg': 0.16019, 'obp': 0.21343, 'slg': 0.19722, 'player_id': 11213}, {'battingcard_id': 5000, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.95, 'single_two': 0, 'single_one': 0, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 17.4, 'strikeout': 21.0, 'lineout': 0, 'popout': 8.9, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 0.0, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.24419, 'center_rate': 0.51163, 'slap_rate': 0.24418, 'avg': 0.16713, 'obp': 0.41157, 'slg': 0.32778, 'player_id': 10762}, {'battingcard_id': 5000, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 0, 'single_one': 0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 21.05, 'lineout': 8.35, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.7, 'groundout_a': 29.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30292, 'center_rate': 0.16058, 'slap_rate': 0.5365, 'avg': 0.20926, 'obp': 0.28287, 'slg': 0.41667, 'player_id': 10762}, {'battingcard_id': 5163, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.55, 'double_pull': 10.55, 'single_two': 10.05, 'single_one': 3.2, 'single_center': 16.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 4.3, 'lineout': 2.5, 'popout': 14.2, 'flyout_a': 0.0, 'flyout_bq': 6.1, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.19469, 'center_rate': 0.61062, 'slap_rate': 0.19469, 'avg': 0.53981, 'obp': 0.5838, 'slg': 0.79398, 'player_id': 11214}, {'battingcard_id': 5163, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.9, 'single_two': 7.5, 'single_one': 6.75, 'single_center': 8.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.95, 'strikeout': 13.0, 'lineout': 6.65, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 10.1, 'groundout_c': 0.0, 'pull_rate': 0.15789, 'center_rate': 1.21053, 'slap_rate': -0.36842, 'avg': 0.36343, 'obp': 0.63148, 'slg': 0.45648, 'player_id': 11214}, {'battingcard_id': 5099, 'vs_hand': 'L', 'homerun': 7.3, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.55, 'strikeout': 24.0, 'lineout': 0, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 7.6, 'flyout_lf_b': 5.85, 'flyout_rf_b': 5.85, 'groundout_a': 0, 'groundout_b': 15.4, 'groundout_c': 10.35, 'pull_rate': 0.26562, 'center_rate': 0.46875, 'slap_rate': 0.26563, 'avg': 0.2375, 'obp': 0.30741, 'slg': 0.48935, 'player_id': 11063}, {'battingcard_id': 5099, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.45, 'strikeout': 34.6, 'lineout': 6.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 6.6, 'groundout_b': 19.7, 'groundout_c': 0.0, 'pull_rate': 0.24483, 'center_rate': 0.2069, 'slap_rate': 0.54827, 'avg': 0.23009, 'obp': 0.29907, 'slg': 0.33241, 'player_id': 11063}, {'battingcard_id': 5063, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.4, 'double_pull': 7.4, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.05, 'strikeout': 15.0, 'lineout': 9.9, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 19.4, 'groundout_b': 3.45, 'groundout_c': 0.0, 'pull_rate': 0.21, 'center_rate': 0.58, 'slap_rate': 0.21, 'avg': 0.30602, 'obp': 0.44537, 'slg': 0.40139, 'player_id': 10974}, {'battingcard_id': 5063, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.5, 'double_pull': 9.5, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 18.35, 'lineout': 10.35, 'popout': 2.7, 'flyout_a': 1.0, 'flyout_bq': 11.2, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.05, 'groundout_a': 16.75, 'groundout_b': 7.2, 'groundout_c': 0.0, 'pull_rate': 0.21726, 'center_rate': 0.17262, 'slap_rate': 0.61012, 'avg': 0.29259, 'obp': 0.33981, 'slg': 0.50278, 'player_id': 10974}, {'battingcard_id': 5064, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 6.35, 'double_pull': 6.35, 'single_two': 2.7, 'single_one': 2.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.05, 'strikeout': 10.65, 'lineout': 12.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 3.2, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.28758, 'center_rate': 0.42484, 'slap_rate': 0.28758, 'avg': 0.26157, 'obp': 0.48426, 'slg': 0.39861, 'player_id': 10975}, {'battingcard_id': 5064, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.5, 'single_one': 6.35, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 12.3, 'lineout': 7.0, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 10.65, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 7.45, 'groundout_b': 22.3, 'groundout_c': 0.0, 'pull_rate': 0.23288, 'center_rate': 0.17808, 'slap_rate': 0.58904, 'avg': 0.275, 'obp': 0.36065, 'slg': 0.37315, 'player_id': 10975}, {'battingcard_id': 5100, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 0, 'single_center': 8.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 27.0, 'lineout': 12.1, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.9, 'groundout_a': 19.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.41429, 'slap_rate': 0.3, 'avg': 0.25417, 'obp': 0.275, 'slg': 0.35972, 'player_id': 11064}, {'battingcard_id': 5100, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.85, 'strikeout': 16.7, 'lineout': 0, 'popout': 10.9, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 2.55, 'groundout_b': 22.85, 'groundout_c': 0.0, 'pull_rate': 0.2219, 'center_rate': 0.08357, 'slap_rate': 0.69453, 'avg': 0.2875, 'obp': 0.40648, 'slg': 0.40602, 'player_id': 11064}, {'battingcard_id': 5065, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.1, 'strikeout': 12.45, 'lineout': 11.3, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.65, 'groundout_a': 8.65, 'groundout_b': 16.0, 'groundout_c': 0.0, 'pull_rate': 0.23423, 'center_rate': 0.57658, 'slap_rate': 0.18919, 'avg': 0.27454, 'obp': 0.41435, 'slg': 0.34259, 'player_id': 10976}, {'battingcard_id': 5065, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.05, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.9, 'strikeout': 20.35, 'lineout': 7.55, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 6.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 1.25, 'groundout_b': 24.0, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.18182, 'slap_rate': 0.54545, 'avg': 0.25648, 'obp': 0.4037, 'slg': 0.38426, 'player_id': 10976}, {'battingcard_id': 5066, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.75, 'lineout': 6.2, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 7.8, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.25, 'groundout_a': 1.5, 'groundout_b': 27.55, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.2375, 'obp': 0.29028, 'slg': 0.31574, 'player_id': 10977}, {'battingcard_id': 5066, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.3, 'strikeout': 12.95, 'lineout': 13.6, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.25, 'groundout_a': 28.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22126, 'center_rate': 0.141, 'slap_rate': 0.63774, 'avg': 0.2412, 'obp': 0.3088, 'slg': 0.35093, 'player_id': 10977}, {'battingcard_id': 5295, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 20.85, 'lineout': 12.1, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 22.05, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 0, 'groundout_b': 12.95, 'groundout_c': 0.0, 'pull_rate': 0.26923, 'center_rate': 0.46154, 'slap_rate': 0.26923, 'avg': 0.10417, 'obp': 0.2625, 'slg': 0.12269, 'player_id': 11457}, {'battingcard_id': 5295, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.7, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.2, 'single_one': 6.05, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 24.7, 'lineout': 9.65, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.25, 'groundout_a': 24.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.11594, 'slap_rate': 0.62319, 'avg': 0.21343, 'obp': 0.27639, 'slg': 0.2787, 'player_id': 11457}, {'battingcard_id': 5322, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 8.0, 'single_one': 12.0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 4.7, 'lineout': 1.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.0, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 35.7, 'groundout_c': 0.0, 'pull_rate': 0.13158, 'center_rate': 0.73684, 'slap_rate': 0.13158, 'avg': 0.35833, 'obp': 0.42778, 'slg': 0.41389, 'player_id': 11514}, {'battingcard_id': 5322, 'vs_hand': 'R', 'homerun': 2.5, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.6, 'strikeout': 29.85, 'lineout': 5.7, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 3.25, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 19.4, 'groundout_b': 10.45, 'groundout_c': 0.0, 'pull_rate': 0.18675, 'center_rate': 0.16867, 'slap_rate': 0.64458, 'avg': 0.20185, 'obp': 0.33704, 'slg': 0.22222, 'player_id': 11514}, {'battingcard_id': 5067, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 6.45, 'single_one': 9.7, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 4.2, 'lineout': 1.1, 'popout': 19.45, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 25.1, 'groundout_c': 0.0, 'pull_rate': 0.27168, 'center_rate': 0.45665, 'slap_rate': 0.27167, 'avg': 0.37639, 'obp': 0.49074, 'slg': 0.47269, 'player_id': 10978}, {'battingcard_id': 5067, 'vs_hand': 'R', 'homerun': 3.9, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 4.2, 'single_one': 6.05, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.75, 'strikeout': 10.8, 'lineout': 11.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 3.4, 'groundout_b': 30.1, 'groundout_c': 0.0, 'pull_rate': 0.23651, 'center_rate': 0.3278, 'slap_rate': 0.43569, 'avg': 0.24583, 'obp': 0.37315, 'slg': 0.36296, 'player_id': 10978}, {'battingcard_id': 5296, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.9, 'double_pull': 7.9, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 16.9, 'lineout': 6.7, 'popout': 10.0, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.28889, 'center_rate': 0.42222, 'slap_rate': 0.28889, 'avg': 0.3662, 'obp': 0.4412, 'slg': 0.52685, 'player_id': 11458}, {'battingcard_id': 5296, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.75, 'single_one': 2.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 22.5, 'lineout': 9.8, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 16.55, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 24.55, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.2088, 'obp': 0.2088, 'slg': 0.26019, 'player_id': 11458}, {'battingcard_id': 5195, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.55, 'strikeout': 21.9, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 2.8, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.24138, 'center_rate': 0.51724, 'slap_rate': 0.24138, 'avg': 0.24028, 'obp': 0.45833, 'slg': 0.38935, 'player_id': 11297}, {'battingcard_id': 5195, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.75, 'single_one': 7.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.95, 'strikeout': 35.95, 'lineout': 1.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 2.4, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 1.65, 'groundout_b': 9.35, 'groundout_c': 0.0, 'pull_rate': 0.20312, 'center_rate': 0.23438, 'slap_rate': 0.5625, 'avg': 0.23519, 'obp': 0.48472, 'slg': 0.27222, 'player_id': 11297}, {'battingcard_id': 5068, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 8.4, 'single_one': 12.65, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 9.8, 'strikeout': 5.85, 'lineout': 6.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.25568, 'center_rate': 0.48864, 'slap_rate': 0.25568, 'avg': 0.4037, 'obp': 0.55, 'slg': 0.47917, 'player_id': 10979}, {'battingcard_id': 5068, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.35, 'double_pull': 7.35, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.7, 'strikeout': 14.1, 'lineout': 4.5, 'popout': 8.35, 'flyout_a': 0.0, 'flyout_bq': 6.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 23.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28355, 'center_rate': 0.16257, 'slap_rate': 0.55388, 'avg': 0.34398, 'obp': 0.44306, 'slg': 0.49398, 'player_id': 10979}, {'battingcard_id': 5297, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 0.0, 'hbp': 0, 'walk': 27.05, 'strikeout': 14.5, 'lineout': 0, 'popout': 6.8, 'flyout_a': 0.0, 'flyout_bq': 20.8, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 27.1, 'groundout_c': 0.0, 'pull_rate': 0.27778, 'center_rate': 0.41667, 'slap_rate': 0.30555, 'avg': 0.04398, 'obp': 0.29444, 'slg': 0.04398, 'player_id': 11459}, {'battingcard_id': 5297, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 13.15, 'lineout': 5.85, 'popout': 10.8, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 3.6, 'flyout_rf_b': 1.4, 'groundout_a': 20.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26769, 'center_rate': 0.04615, 'slap_rate': 0.68616, 'avg': 0.23148, 'obp': 0.35139, 'slg': 0.31157, 'player_id': 11459}, {'battingcard_id': 5001, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.15, 'single_two': 7.55, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.75, 'strikeout': 18.45, 'lineout': 3.6, 'popout': 8.3, 'flyout_a': 1.0, 'flyout_bq': 17.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 11.85, 'groundout_c': 0.0, 'pull_rate': 0.29771, 'center_rate': 0.40458, 'slap_rate': 0.29771, 'avg': 0.33657, 'obp': 0.38981, 'slg': 0.56852, 'player_id': 10763}, {'battingcard_id': 5001, 'vs_hand': 'R', 'homerun': 2.7, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 18.85, 'lineout': 5.7, 'popout': 8.2, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 18.0, 'groundout_b': 7.75, 'groundout_c': 0.0, 'pull_rate': 0.22803, 'center_rate': 0.11088, 'slap_rate': 0.66109, 'avg': 0.29769, 'obp': 0.3662, 'slg': 0.45556, 'player_id': 10763}, {'battingcard_id': 5002, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.25, 'single_two': 3.9, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 26.15, 'strikeout': 12.1, 'lineout': 2.5, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 7.95, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.32857, 'center_rate': 0.34286, 'slap_rate': 0.32857, 'avg': 0.31019, 'obp': 0.56157, 'slg': 0.44676, 'player_id': 10764}, {'battingcard_id': 5002, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.1, 'single_one': 2.5, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 23.0, 'strikeout': 11.5, 'lineout': 2.5, 'popout': 9.75, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.9, 'groundout_a': 19.3, 'groundout_b': 3.4, 'groundout_c': 0.0, 'pull_rate': 0.30042, 'center_rate': 0.10084, 'slap_rate': 0.59874, 'avg': 0.23009, 'obp': 0.46157, 'slg': 0.35139, 'player_id': 10764}, {'battingcard_id': 5003, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 7.65, 'lineout': 4.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 39.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32967, 'center_rate': 0.34066, 'slap_rate': 0.32967, 'avg': 0.19352, 'obp': 0.30509, 'slg': 0.30463, 'player_id': 10765}, {'battingcard_id': 5003, 'vs_hand': 'R', 'homerun': 1.95, 'bp_homerun': 7.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.85, 'strikeout': 17.0, 'lineout': 8.1, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 16.7, 'flyout_lf_b': 1.75, 'flyout_rf_b': 3.9, 'groundout_a': 3.6, 'groundout_b': 14.1, 'groundout_c': 0.0, 'pull_rate': 0.24178, 'center_rate': 0.14554, 'slap_rate': 0.61268, 'avg': 0.27407, 'obp': 0.3838, 'slg': 0.42222, 'player_id': 10765}, {'battingcard_id': 5146, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.2, 'strikeout': 33.7, 'lineout': 2.2, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 35.4, 'groundout_c': 0.0, 'pull_rate': 0.25424, 'center_rate': 0.49153, 'slap_rate': 0.25423, 'avg': 0.21759, 'obp': 0.2287, 'slg': 0.27731, 'player_id': 11176}, {'battingcard_id': 5146, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.75, 'single_two': 7.65, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 17.3, 'lineout': 2.7, 'popout': 3.9, 'flyout_a': 1.0, 'flyout_bq': 9.85, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.1, 'groundout_a': 19.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23003, 'center_rate': 0.1853, 'slap_rate': 0.58467, 'avg': 0.33889, 'obp': 0.46481, 'slg': 0.57222, 'player_id': 11176}, {'battingcard_id': 5069, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.85, 'single_one': 11.75, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.7, 'strikeout': 10.85, 'lineout': 2.1, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 9.15, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.16393, 'center_rate': 0.67213, 'slap_rate': 0.16394, 'avg': 0.35185, 'obp': 0.45093, 'slg': 0.38056, 'player_id': 10980}, {'battingcard_id': 5069, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.55, 'strikeout': 15.8, 'lineout': 1.5, 'popout': 8.4, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 3.2, 'groundout_b': 26.4, 'groundout_c': 0.0, 'pull_rate': 0.22006, 'center_rate': 0.22841, 'slap_rate': 0.55153, 'avg': 0.29722, 'obp': 0.42269, 'slg': 0.41111, 'player_id': 10980}, {'battingcard_id': 5101, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 24.35, 'strikeout': 11.85, 'lineout': 1.9, 'popout': 10.1, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 35.9, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.47368, 'slap_rate': 0.26316, 'avg': 0.15324, 'obp': 0.3787, 'slg': 0.22269, 'player_id': 11065}, {'battingcard_id': 5101, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.55, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 14.6, 'lineout': 5.85, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 10.85, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 30.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24789, 'center_rate': 0.17746, 'slap_rate': 0.57465, 'avg': 0.2338, 'obp': 0.32963, 'slg': 0.30972, 'player_id': 11065}, {'battingcard_id': 5070, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 7.35, 'double_pull': 7.35, 'single_two': 9.75, 'single_one': 14.65, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 14.0, 'lineout': 10.35, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 15.7, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.48571, 'slap_rate': 0.25715, 'avg': 0.49213, 'obp': 0.55648, 'slg': 0.63333, 'player_id': 10981}, {'battingcard_id': 5070, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.7, 'strikeout': 23.95, 'lineout': 8.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.7, 'groundout_a': 2.25, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.28261, 'center_rate': 0.36957, 'slap_rate': 0.34782, 'avg': 0.2713, 'obp': 0.37037, 'slg': 0.40185, 'player_id': 10981}, {'battingcard_id': 5309, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.35, 'strikeout': 17.75, 'lineout': 14.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 2.25, 'groundout_b': 43.1, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.06852, 'obp': 0.14583, 'slg': 0.04537, 'player_id': 11492}, {'battingcard_id': 5309, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 7.6, 'single_one': 11.4, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 9.45, 'lineout': 6.5, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 0, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 30.1, 'groundout_c': 0.0, 'pull_rate': 0.15574, 'center_rate': 0.07377, 'slap_rate': 0.77049, 'avg': 0.34306, 'obp': 0.41667, 'slg': 0.40787, 'player_id': 11492}, {'battingcard_id': 5323, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 10.25, 'single_one': 15.4, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 0.0, 'lineout': 17.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.08163, 'center_rate': 0.65306, 'slap_rate': 0.26531, 'avg': 0.3338, 'obp': 0.50648, 'slg': 0.26296, 'player_id': 11515}, {'battingcard_id': 5323, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 6.95, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 7.45, 'lineout': 13.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 16.6, 'flyout_lf_b': 3.75, 'flyout_rf_b': 1.75, 'groundout_a': 1.4, 'groundout_b': 25.95, 'groundout_c': 0.0, 'pull_rate': 0.22744, 'center_rate': 0.23105, 'slap_rate': 0.54151, 'avg': 0.25972, 'obp': 0.34676, 'slg': 0.3412, 'player_id': 11515}, {'battingcard_id': 5004, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.15, 'strikeout': 28.35, 'lineout': 0, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 9.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.6, 'groundout_a': 16.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26136, 'center_rate': 0.47727, 'slap_rate': 0.26137, 'avg': 0.17176, 'obp': 0.41389, 'slg': 0.19907, 'player_id': 10766}, {'battingcard_id': 5004, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 21.7, 'strikeout': 18.8, 'lineout': 7.0, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 18.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23988, 'center_rate': 0.12139, 'slap_rate': 0.63873, 'avg': 0.25417, 'obp': 0.47361, 'slg': 0.3162, 'player_id': 10766}, {'battingcard_id': 5005, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 7.35, 'single_one': 6.6, 'single_center': 8.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.9, 'strikeout': 8.0, 'lineout': 4.5, 'popout': 10.0, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.2, 'groundout_b': 20.5, 'groundout_c': 0.0, 'pull_rate': 0.19048, 'center_rate': 0.61905, 'slap_rate': 0.19047, 'avg': 0.38704, 'obp': 0.4787, 'slg': 0.5537, 'player_id': 10767}, {'battingcard_id': 5005, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 9.15, 'lineout': 5.4, 'popout': 9.35, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.7, 'groundout_b': 32.65, 'groundout_c': 0.0, 'pull_rate': 0.24623, 'center_rate': 0.15243, 'slap_rate': 0.60134, 'avg': 0.27315, 'obp': 0.34537, 'slg': 0.37315, 'player_id': 10767}, {'battingcard_id': 5006, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 0, 'single_center': 5.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.9, 'strikeout': 20.5, 'lineout': 5.1, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 14.75, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 8.85, 'groundout_c': 0.0, 'pull_rate': 0.23636, 'center_rate': 0.52727, 'slap_rate': 0.23637, 'avg': 0.16806, 'obp': 0.44491, 'slg': 0.23287, 'player_id': 10768}, {'battingcard_id': 5006, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.75, 'strikeout': 21.25, 'lineout': 3.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 3.75, 'groundout_b': 15.0, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.11741, 'slap_rate': 0.61943, 'avg': 0.30556, 'obp': 0.44213, 'slg': 0.49444, 'player_id': 10768}, {'battingcard_id': 5007, 'vs_hand': 'L', 'homerun': 3.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 21.9, 'lineout': 5.95, 'popout': 5.95, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 1.9, 'groundout_b': 33.75, 'groundout_c': 0.0, 'pull_rate': 0.17857, 'center_rate': 0.62857, 'slap_rate': 0.19286, 'avg': 0.13704, 'obp': 0.20972, 'slg': 0.25185, 'player_id': 10769}, {'battingcard_id': 5007, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 4.5, 'single_one': 6.6, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 14.35, 'lineout': 3.8, 'popout': 8.9, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.1, 'groundout_a': 19.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.14729, 'center_rate': 0.22739, 'slap_rate': 0.62532, 'avg': 0.30833, 'obp': 0.41435, 'slg': 0.43102, 'player_id': 10769}, {'battingcard_id': 5102, 'vs_hand': 'L', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 7.15, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 20.2, 'strikeout': 16.1, 'lineout': 3.2, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.65, 'groundout_a': 11.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25472, 'center_rate': 0.49057, 'slap_rate': 0.25471, 'avg': 0.29167, 'obp': 0.55278, 'slg': 0.58333, 'player_id': 11066}, {'battingcard_id': 5102, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.45, 'strikeout': 19.25, 'lineout': 4.25, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.25, 'groundout_a': 30.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24891, 'center_rate': 0.22707, 'slap_rate': 0.52402, 'avg': 0.18333, 'obp': 0.28009, 'slg': 0.23796, 'player_id': 11066}, {'battingcard_id': 5071, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 3.75, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 19.45, 'lineout': 10.55, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 8.25, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 30.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.20509, 'obp': 0.31065, 'slg': 0.24907, 'player_id': 10982}, {'battingcard_id': 5071, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 9.0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 16.15, 'lineout': 5.1, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 8.5, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 21.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17958, 'center_rate': 0.1831, 'slap_rate': 0.63732, 'avg': 0.34306, 'obp': 0.47037, 'slg': 0.6125, 'player_id': 10982}, {'battingcard_id': 5008, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 11.95, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 33.7, 'lineout': 5.8, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.12222, 'center_rate': 0.43333, 'slap_rate': 0.44445, 'avg': 0.21435, 'obp': 0.24676, 'slg': 0.45417, 'player_id': 10770}, {'battingcard_id': 5008, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 6.85, 'single_one': 10.3, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.55, 'strikeout': 19.8, 'lineout': 0, 'popout': 6.2, 'flyout_a': 0.0, 'flyout_bq': 6.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 6.5, 'groundout_b': 12.05, 'groundout_c': 0.0, 'pull_rate': 0.2381, 'center_rate': 0.11607, 'slap_rate': 0.64583, 'avg': 0.36435, 'obp': 0.51759, 'slg': 0.45926, 'player_id': 10770}, {'battingcard_id': 5009, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 32.95, 'lineout': 6.65, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 30.9, 'groundout_c': 0.0, 'pull_rate': 0.25352, 'center_rate': 0.49296, 'slap_rate': 0.25352, 'avg': 0.1537, 'obp': 0.18843, 'slg': 0.15417, 'player_id': 10771}, {'battingcard_id': 5009, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 15.3, 'lineout': 10.75, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 37.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22646, 'center_rate': 0.17812, 'slap_rate': 0.59542, 'avg': 0.18333, 'obp': 0.24537, 'slg': 0.23796, 'player_id': 10771}, {'battingcard_id': 5164, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 15.7, 'lineout': 14.15, 'popout': 17.25, 'flyout_a': 0.0, 'flyout_bq': 14.3, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 25.7, 'groundout_c': 0.0, 'pull_rate': 0.22785, 'center_rate': 0.5443, 'slap_rate': 0.22785, 'avg': 0.14907, 'obp': 0.14907, 'slg': 0.15278, 'player_id': 11215}, {'battingcard_id': 5164, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.25, 'strikeout': 12.15, 'lineout': 11.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 14.3, 'flyout_lf_b': 1.6, 'flyout_rf_b': 3.2, 'groundout_a': 2.2, 'groundout_b': 40.25, 'groundout_c': 0.0, 'pull_rate': 0.21277, 'center_rate': 0.22872, 'slap_rate': 0.55851, 'avg': 0.14306, 'obp': 0.18241, 'slg': 0.125, 'player_id': 11215}, {'battingcard_id': 5010, 'vs_hand': 'L', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.85, 'strikeout': 22.0, 'lineout': 12.05, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 8.4, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 1.05, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.23684, 'center_rate': 0.5614, 'slap_rate': 0.20176, 'avg': 0.26343, 'obp': 0.38241, 'slg': 0.49074, 'player_id': 10772}, {'battingcard_id': 5010, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 5.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.7, 'single_one': 8.1, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 9.4, 'lineout': 8.2, 'popout': 6.75, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.2, 'groundout_a': 18.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25581, 'center_rate': 0.14884, 'slap_rate': 0.59535, 'avg': 0.3625, 'obp': 0.47315, 'slg': 0.5213, 'player_id': 10772}, {'battingcard_id': 5072, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 6.75, 'single_one': 10.1, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 29.85, 'lineout': 3.9, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.75, 'groundout_a': 6.95, 'groundout_b': 12.9, 'groundout_c': 0.0, 'pull_rate': 0.19481, 'center_rate': 0.61039, 'slap_rate': 0.1948, 'avg': 0.3588, 'obp': 0.39352, 'slg': 0.46111, 'player_id': 10983}, {'battingcard_id': 5072, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 12.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 11.5, 'lineout': 10.1, 'popout': 2.5, 'flyout_a': 1.0, 'flyout_bq': 6.0, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 23.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21776, 'center_rate': 0.09937, 'slap_rate': 0.68287, 'avg': 0.39398, 'obp': 0.47639, 'slg': 0.7287, 'player_id': 10983}, {'battingcard_id': 5011, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.65, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 12.7, 'lineout': 2.75, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 25.05, 'groundout_c': 0.0, 'pull_rate': 0.26901, 'center_rate': 0.46199, 'slap_rate': 0.269, 'avg': 0.33472, 'obp': 0.40972, 'slg': 0.45324, 'player_id': 10773}, {'battingcard_id': 5011, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 7.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 9.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.4, 'strikeout': 12.85, 'lineout': 1.2, 'popout': 10.05, 'flyout_a': 1.0, 'flyout_bq': 10.0, 'flyout_lf_b': 8.7, 'flyout_rf_b': 5.7, 'groundout_a': 0, 'groundout_b': 13.75, 'groundout_c': 0.0, 'pull_rate': 0.29724, 'center_rate': 0.18203, 'slap_rate': 0.52073, 'avg': 0.27176, 'obp': 0.41435, 'slg': 0.37685, 'player_id': 10773}, {'battingcard_id': 5073, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 5.75, 'strikeout': 12.5, 'lineout': 4.5, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 26.05, 'groundout_b': 17.35, 'groundout_c': 0.0, 'pull_rate': 0.27523, 'center_rate': 0.44954, 'slap_rate': 0.27523, 'avg': 0.09815, 'obp': 0.16991, 'slg': 0.10833, 'player_id': 10984}, {'battingcard_id': 5073, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.8, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 5.65, 'lineout': 8.1, 'popout': 6.6, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 44.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24641, 'center_rate': 0.10062, 'slap_rate': 0.65297, 'avg': 0.29907, 'obp': 0.31435, 'slg': 0.39259, 'player_id': 10984}, {'battingcard_id': 5012, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 14.4, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 7.35, 'single_one': 11.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 2.25, 'strikeout': 4.75, 'lineout': 1.75, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 35.3, 'groundout_c': 0.0, 'pull_rate': 0.26984, 'center_rate': 0.46032, 'slap_rate': 0.26984, 'avg': 0.38426, 'obp': 0.46991, 'slg': 0.59398, 'player_id': 10774}, {'battingcard_id': 5012, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 5.7, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.5, 'strikeout': 9.85, 'lineout': 2.5, 'popout': 9.7, 'flyout_a': 0.0, 'flyout_bq': 12.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.55, 'groundout_a': 36.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25959, 'center_rate': 0.19639, 'slap_rate': 0.54402, 'avg': 0.28426, 'obp': 0.30741, 'slg': 0.33009, 'player_id': 10774}, {'battingcard_id': 5013, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.4, 'single_one': 6.1, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.85, 'strikeout': 15.3, 'lineout': 7.75, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 11.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.48571, 'slap_rate': 0.25715, 'avg': 0.27269, 'obp': 0.45648, 'slg': 0.35648, 'player_id': 10775}, {'battingcard_id': 5013, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 4.2, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 8.1, 'lineout': 0, 'popout': 12.5, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.3, 'groundout_a': 2.4, 'groundout_b': 20.8, 'groundout_c': 0.0, 'pull_rate': 0.24306, 'center_rate': 0.11806, 'slap_rate': 0.63888, 'avg': 0.26574, 'obp': 0.41667, 'slg': 0.36389, 'player_id': 10775}, {'battingcard_id': 5103, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.1, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 0, 'strikeout': 14.6, 'lineout': 2.1, 'popout': 11.15, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 1.6, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.29358, 'center_rate': 0.41284, 'slap_rate': 0.29358, 'avg': 0.3, 'obp': 0.31852, 'slg': 0.4088, 'player_id': 11067}, {'battingcard_id': 5103, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 5.4, 'single_one': 7.8, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.1, 'strikeout': 27.0, 'lineout': 9.4, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 1.2, 'groundout_b': 20.6, 'groundout_c': 0.0, 'pull_rate': 0.13492, 'center_rate': 0.35714, 'slap_rate': 0.50794, 'avg': 0.27222, 'obp': 0.38426, 'slg': 0.30556, 'player_id': 11067}, {'battingcard_id': 5014, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.7, 'single_one': 8.5, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 16.75, 'strikeout': 9.5, 'lineout': 4.75, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 1.95, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.35294, 'center_rate': 0.29412, 'slap_rate': 0.35294, 'avg': 0.34398, 'obp': 0.56389, 'slg': 0.46019, 'player_id': 10776}, {'battingcard_id': 5014, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 9.95, 'strikeout': 16.65, 'lineout': 6.8, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 2.25, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 26.35, 'groundout_c': 0.0, 'pull_rate': 0.22177, 'center_rate': 0.10081, 'slap_rate': 0.67742, 'avg': 0.24074, 'obp': 0.38843, 'slg': 0.33889, 'player_id': 10776}, {'battingcard_id': 5074, 'vs_hand': 'L', 'homerun': 3.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.25, 'double_pull': 7.25, 'single_two': 6.25, 'single_one': 7.5, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.75, 'strikeout': 9.4, 'lineout': 11.1, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 25.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27857, 'center_rate': 0.44286, 'slap_rate': 0.27857, 'avg': 0.40324, 'obp': 0.44722, 'slg': 0.61019, 'player_id': 10985}, {'battingcard_id': 5074, 'vs_hand': 'R', 'homerun': 8.25, 'bp_homerun': 5.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 10.0, 'single_two': 6.45, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 8.35, 'lineout': 6.2, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 2.7, 'flyout_rf_b': 5.7, 'groundout_a': 26.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27451, 'center_rate': 0.10131, 'slap_rate': 0.62418, 'avg': 0.38704, 'obp': 0.45556, 'slg': 0.70185, 'player_id': 10985}, {'battingcard_id': 5015, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.05, 'single_two': 0, 'single_one': 0, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.9, 'strikeout': 22.8, 'lineout': 10.15, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.25, 'groundout_a': 28.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32836, 'center_rate': 0.55224, 'slap_rate': 0.1194, 'avg': 0.17361, 'obp': 0.2375, 'slg': 0.26389, 'player_id': 10777}, {'battingcard_id': 5015, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.25, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 9.9, 'lineout': 7.85, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.5, 'groundout_a': 9.95, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.32362, 'center_rate': 0.11974, 'slap_rate': 0.55664, 'avg': 0.26898, 'obp': 0.32176, 'slg': 0.4287, 'player_id': 10777}, {'battingcard_id': 5016, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 25.55, 'lineout': 0, 'popout': 8.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 0, 'groundout_b': 24.55, 'groundout_c': 0.0, 'pull_rate': 0.27143, 'center_rate': 0.45714, 'slap_rate': 0.27143, 'avg': 0.24954, 'obp': 0.3588, 'slg': 0.35556, 'player_id': 10778}, {'battingcard_id': 5016, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 16.1, 'lineout': 6.6, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 35.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27251, 'center_rate': 0.07583, 'slap_rate': 0.65166, 'avg': 0.24583, 'obp': 0.29306, 'slg': 0.42037, 'player_id': 10778}, {'battingcard_id': 5075, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 21.65, 'lineout': 2.1, 'popout': 18.25, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 30.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.15324, 'obp': 0.21019, 'slg': 0.19907, 'player_id': 10986}, {'battingcard_id': 5075, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 24.7, 'lineout': 1.65, 'popout': 9.3, 'flyout_a': 1.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.8, 'groundout_a': 20.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23981, 'center_rate': 0.10791, 'slap_rate': 0.65228, 'avg': 0.25, 'obp': 0.32454, 'slg': 0.50926, 'player_id': 10986}, {'battingcard_id': 5180, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 9.7, 'single_one': 5.8, 'single_center': 13.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.3, 'strikeout': 6.5, 'lineout': 19.2, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 3.4, 'groundout_b': 10.05, 'groundout_c': 0.0, 'pull_rate': 0.33871, 'center_rate': 0.58065, 'slap_rate': 0.08064, 'avg': 0.4213, 'obp': 0.62778, 'slg': 0.53981, 'player_id': 11255}, {'battingcard_id': 5180, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 2.25, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 19.05, 'lineout': 0, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 35.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15686, 'center_rate': 0.14118, 'slap_rate': 0.70196, 'avg': 0.19537, 'obp': 0.31296, 'slg': 0.25093, 'player_id': 11255}, {'battingcard_id': 5104, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 7.25, 'single_one': 10.9, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.75, 'strikeout': 11.25, 'lineout': 4.2, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 30.55, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.51111, 'slap_rate': 0.24445, 'avg': 0.33009, 'obp': 0.39259, 'slg': 0.3588, 'player_id': 11068}, {'battingcard_id': 5104, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 19.45, 'lineout': 7.15, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 33.7, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.25556, 'slap_rate': 0.5, 'avg': 0.2412, 'obp': 0.29954, 'slg': 0.33796, 'player_id': 11068}, {'battingcard_id': 5017, 'vs_hand': 'L', 'homerun': 8.25, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 10.15, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 7.7, 'lineout': 0, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 12.9, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 29.9, 'groundout_c': 0.0, 'pull_rate': 0.16981, 'center_rate': 0.66038, 'slap_rate': 0.16981, 'avg': 0.3412, 'obp': 0.42037, 'slg': 0.68287, 'player_id': 10779}, {'battingcard_id': 5017, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 4.5, 'single_one': 6.45, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 2.75, 'strikeout': 10.55, 'lineout': 4.2, 'popout': 9.4, 'flyout_a': 0.0, 'flyout_bq': 11.35, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.7, 'groundout_a': 22.2, 'groundout_b': 9.5, 'groundout_c': 0.0, 'pull_rate': 0.23389, 'center_rate': 0.12891, 'slap_rate': 0.6372, 'avg': 0.27917, 'obp': 0.34167, 'slg': 0.375, 'player_id': 10779}, {'battingcard_id': 5298, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 7.65, 'single_one': 11.45, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 14.4, 'strikeout': 12.35, 'lineout': 8.05, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 17.85, 'groundout_c': 0.0, 'pull_rate': 0.24138, 'center_rate': 0.51724, 'slap_rate': 0.24138, 'avg': 0.25833, 'obp': 0.45648, 'slg': 0.2, 'player_id': 11460}, {'battingcard_id': 5298, 'vs_hand': 'R', 'homerun': 3.3, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.7, 'strikeout': 32.75, 'lineout': 5.8, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 7.8, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 16.9, 'groundout_c': 0.0, 'pull_rate': 0.3012, 'center_rate': 0.18072, 'slap_rate': 0.51808, 'avg': 0.23981, 'obp': 0.37593, 'slg': 0.38241, 'player_id': 11460}, {'battingcard_id': 5076, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 2.25, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 14.65, 'lineout': 0, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 17.5, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.2, 'groundout_a': 34.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.11811, 'center_rate': 0.53543, 'slap_rate': 0.34646, 'avg': 0.14907, 'obp': 0.24676, 'slg': 0.19444, 'player_id': 10987}, {'battingcard_id': 5076, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.15, 'strikeout': 7.75, 'lineout': 9.25, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 2.8, 'flyout_rf_b': 1.65, 'groundout_a': 12.85, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.23723, 'center_rate': 0.24818, 'slap_rate': 0.51459, 'avg': 0.23611, 'obp': 0.38565, 'slg': 0.29444, 'player_id': 10987}, {'battingcard_id': 5018, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 3.4, 'single_one': 0, 'single_center': 6.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.2, 'strikeout': 26.55, 'lineout': 1.95, 'popout': 11.05, 'flyout_a': 0.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 24.15, 'groundout_c': 0.0, 'pull_rate': 0.22481, 'center_rate': 0.55039, 'slap_rate': 0.2248, 'avg': 0.20093, 'obp': 0.29537, 'slg': 0.29259, 'player_id': 10780}, {'battingcard_id': 5018, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 10.0, 'walk': 12.2, 'strikeout': 27.45, 'lineout': 0, 'popout': 5.95, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.4, 'groundout_a': 23.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23243, 'center_rate': 0.38378, 'slap_rate': 0.38379, 'avg': 0.17176, 'obp': 0.37731, 'slg': 0.2213, 'player_id': 10780}, {'battingcard_id': 5019, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.4, 'single_one': 11.15, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 11.45, 'strikeout': 9.2, 'lineout': 2.5, 'popout': 7.4, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 14.85, 'groundout_c': 0.0, 'pull_rate': 0.26016, 'center_rate': 0.47967, 'slap_rate': 0.26017, 'avg': 0.38889, 'obp': 0.53194, 'slg': 0.48935, 'player_id': 10781}, {'battingcard_id': 5019, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.4, 'strikeout': 11.85, 'lineout': 16.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 16.3, 'flyout_lf_b': 1.75, 'flyout_rf_b': 3.75, 'groundout_a': 23.0, 'groundout_b': 1.2, 'groundout_c': 0.0, 'pull_rate': 0.2476, 'center_rate': 0.14183, 'slap_rate': 0.61057, 'avg': 0.2463, 'obp': 0.31481, 'slg': 0.34861, 'player_id': 10781}, {'battingcard_id': 5310, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.7, 'single_one': 10.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.05, 'strikeout': 31.65, 'lineout': 2.75, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 0.0, 'groundout_b': 9.8, 'groundout_c': 0.0, 'pull_rate': 0.27419, 'center_rate': 0.45161, 'slap_rate': 0.2742, 'avg': 0.30972, 'obp': 0.46759, 'slg': 0.35833, 'player_id': 11493}, {'battingcard_id': 5310, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.75, 'single_one': 4.75, 'single_center': 10.75, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 14.15, 'strikeout': 12.8, 'lineout': 5.4, 'popout': 6.2, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.20548, 'center_rate': 0.38356, 'slap_rate': 0.41096, 'avg': 0.34954, 'obp': 0.54537, 'slg': 0.44213, 'player_id': 11493}, {'battingcard_id': 5196, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 2.7, 'single_one': 0.0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 28.25, 'lineout': 11.0, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 18.3, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.47368, 'slap_rate': 0.26316, 'avg': 0.2, 'obp': 0.25278, 'slg': 0.28056, 'player_id': 11298}, {'battingcard_id': 5196, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.35, 'double_pull': 6.35, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 9.7, 'strikeout': 6.85, 'lineout': 1.9, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 19.1, 'flyout_lf_b': 2.1, 'flyout_rf_b': 4.25, 'groundout_a': 0, 'groundout_b': 26.0, 'groundout_c': 0.0, 'pull_rate': 0.2967, 'center_rate': 0.04945, 'slap_rate': 0.65385, 'avg': 0.25833, 'obp': 0.41296, 'slg': 0.35, 'player_id': 11298}, {'battingcard_id': 5020, 'vs_hand': 'L', 'homerun': 6.2, 'bp_homerun': 4.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 7.6, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 8.65, 'lineout': 3.3, 'popout': 9.8, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.75, 'groundout_a': 19.85, 'groundout_b': 10.7, 'groundout_c': 0.0, 'pull_rate': 0.27869, 'center_rate': 0.44262, 'slap_rate': 0.27869, 'avg': 0.32454, 'obp': 0.37963, 'slg': 0.60278, 'player_id': 10782}, {'battingcard_id': 5020, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.6, 'strikeout': 16.55, 'lineout': 2.75, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 4.75, 'groundout_b': 26.7, 'groundout_c': 0.0, 'pull_rate': 0.27751, 'center_rate': 0.12919, 'slap_rate': 0.5933, 'avg': 0.26806, 'obp': 0.35694, 'slg': 0.37269, 'player_id': 10782}, {'battingcard_id': 5324, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': 22.75, 'lineout': 1.35, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 2.25, 'groundout_b': 43.1, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.5625, 'slap_rate': 0.21875, 'avg': 0.06389, 'obp': 0.15741, 'slg': 0.04074, 'player_id': 11516}, {'battingcard_id': 5324, 'vs_hand': 'R', 'homerun': 9.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 7.75, 'lineout': 10.4, 'popout': 6.9, 'flyout_a': 1.0, 'flyout_bq': 6.7, 'flyout_lf_b': 5.7, 'flyout_rf_b': 9.9, 'groundout_a': 0.0, 'groundout_b': 26.0, 'groundout_c': 0.0, 'pull_rate': 0.2375, 'center_rate': 0.225, 'slap_rate': 0.5375, 'avg': 0.25556, 'obp': 0.31157, 'slg': 0.55926, 'player_id': 11516}, {'battingcard_id': 5165, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 14.0, 'strikeout': 15.0, 'lineout': 4.2, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 1.4, 'groundout_b': 26.25, 'groundout_c': 0.0, 'pull_rate': 0.20588, 'center_rate': 0.58824, 'slap_rate': 0.20588, 'avg': 0.13056, 'obp': 0.29722, 'slg': 0.16667, 'player_id': 11216}, {'battingcard_id': 5165, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.85, 'strikeout': 11.75, 'lineout': 7.9, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 15.35, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.15934, 'center_rate': 0.10989, 'slap_rate': 0.73077, 'avg': 0.25972, 'obp': 0.38796, 'slg': 0.32454, 'player_id': 11216}, {'battingcard_id': 5197, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 16.05, 'lineout': 2.75, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 13.5, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 1.35, 'groundout_b': 25.1, 'groundout_c': 0.0, 'pull_rate': 0.31818, 'center_rate': 0.36364, 'slap_rate': 0.31818, 'avg': 0.23426, 'obp': 0.37546, 'slg': 0.3463, 'player_id': 11299}, {'battingcard_id': 5197, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 4.8, 'strikeout': 18.3, 'lineout': 0, 'popout': 15.1, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.2623, 'slap_rate': 0.44262, 'avg': 0.19722, 'obp': 0.28796, 'slg': 0.21667, 'player_id': 11299}, {'battingcard_id': 5301, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 49.7, 'lineout': 0, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 34.35, 'groundout_c': 0.0, 'pull_rate': 0.38462, 'center_rate': 0.49231, 'slap_rate': 0.12307, 'avg': 0.13241, 'obp': 0.16481, 'slg': 0.09491, 'player_id': 11481}, {'battingcard_id': 5301, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.25, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 22.5, 'lineout': 7.55, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.35, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 2.4, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.21411, 'center_rate': 0.0806, 'slap_rate': 0.70529, 'avg': 0.30231, 'obp': 0.32454, 'slg': 0.475, 'player_id': 11481}, {'battingcard_id': 5311, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.0, 'single_one': 9.05, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.9, 'strikeout': 23.9, 'lineout': 10.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.7, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 6.0, 'groundout_b': 14.0, 'groundout_c': 0.0, 'pull_rate': 0.2381, 'center_rate': 0.52381, 'slap_rate': 0.23809, 'avg': 0.21528, 'obp': 0.38102, 'slg': 0.16389, 'player_id': 11494}, {'battingcard_id': 5311, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.9, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.6, 'strikeout': 13.05, 'lineout': 13.45, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 26.95, 'groundout_c': 0.0, 'pull_rate': 0.29293, 'center_rate': 0.11111, 'slap_rate': 0.59596, 'avg': 0.31898, 'obp': 0.44491, 'slg': 0.43333, 'player_id': 11494}, {'battingcard_id': 5021, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.5, 'strikeout': 9.8, 'lineout': 2.75, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 5.4, 'groundout_b': 16.05, 'groundout_c': 0.0, 'pull_rate': 0.31461, 'center_rate': 0.37079, 'slap_rate': 0.3146, 'avg': 0.2463, 'obp': 0.43611, 'slg': 0.32685, 'player_id': 10783}, {'battingcard_id': 5021, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.0, 'strikeout': 19.05, 'lineout': 5.9, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 26.1, 'groundout_b': 1.35, 'groundout_c': 0.0, 'pull_rate': 0.27154, 'center_rate': 0.17232, 'slap_rate': 0.55614, 'avg': 0.26389, 'obp': 0.33796, 'slg': 0.38194, 'player_id': 10783}, {'battingcard_id': 5325, 'vs_hand': 'L', 'homerun': 7.15, 'bp_homerun': 5.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 11.15, 'single_two': 9.35, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 3.2, 'lineout': 2.1, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 5.85, 'flyout_lf_b': 6.85, 'flyout_rf_b': 6.85, 'groundout_a': 0.0, 'groundout_b': 23.0, 'groundout_c': 0.0, 'pull_rate': 0.26016, 'center_rate': 0.47967, 'slap_rate': 0.26017, 'avg': 0.44074, 'obp': 0.54769, 'slg': 0.74259, 'player_id': 11517}, {'battingcard_id': 5325, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.7, 'strikeout': 2.7, 'lineout': 3.2, 'popout': 12.65, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 47.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.32515, 'center_rate': 0.36196, 'slap_rate': 0.31289, 'avg': 0.14213, 'obp': 0.2412, 'slg': 0.175, 'player_id': 11517}, {'battingcard_id': 5198, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 6.8, 'single_one': 10.2, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 7.15, 'lineout': 7.95, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.9, 'groundout_b': 35.6, 'groundout_c': 0.0, 'pull_rate': 0.21429, 'center_rate': 0.57143, 'slap_rate': 0.21428, 'avg': 0.33796, 'obp': 0.39074, 'slg': 0.39167, 'player_id': 11300}, {'battingcard_id': 5198, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 24.25, 'lineout': 3.2, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 7.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 29.1, 'groundout_c': 0.0, 'pull_rate': 0.24, 'center_rate': 0.32, 'slap_rate': 0.44, 'avg': 0.29583, 'obp': 0.32593, 'slg': 0.38889, 'player_id': 11300}, {'battingcard_id': 5077, 'vs_hand': 'L', 'homerun': 17.5, 'bp_homerun': 12.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 7.55, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.7, 'strikeout': 11.65, 'lineout': 1.35, 'popout': 1.9, 'flyout_a': 1.0, 'flyout_bq': 3.4, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.35043, 'center_rate': 0.29915, 'slap_rate': 0.35042, 'avg': 0.43056, 'obp': 0.64074, 'slg': 1.03333, 'player_id': 10988}, {'battingcard_id': 5077, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.75, 'strikeout': 26.4, 'lineout': 6.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 37.75, 'groundout_c': 0.0, 'pull_rate': 0.26263, 'center_rate': 0.35354, 'slap_rate': 0.38383, 'avg': 0.11759, 'obp': 0.23565, 'slg': 0.08981, 'player_id': 10988}, {'battingcard_id': 5105, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 7.45, 'strikeout': 25.9, 'lineout': 7.65, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 32.5, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.1375, 'obp': 0.28056, 'slg': 0.09722, 'player_id': 11069}, {'battingcard_id': 5105, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.4, 'lineout': 1.7, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 49.0, 'groundout_c': 0.0, 'pull_rate': 0.09836, 'center_rate': 0.16393, 'slap_rate': 0.73771, 'avg': 0.11111, 'obp': 0.16389, 'slg': 0.12963, 'player_id': 11069}, {'battingcard_id': 5181, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.9, 'strikeout': 10.1, 'lineout': 4.2, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 24.0, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.8, 'groundout_a': 1.35, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.14769, 'obp': 0.31343, 'slg': 0.10648, 'player_id': 11256}, {'battingcard_id': 5181, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.1, 'double_pull': 7.1, 'single_two': 7.1, 'single_one': 6.4, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.75, 'strikeout': 12.55, 'lineout': 15.05, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 17.6, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.26087, 'slap_rate': 0.52174, 'avg': 0.375, 'obp': 0.44676, 'slg': 0.48981, 'player_id': 11256}, {'battingcard_id': 5312, 'vs_hand': 'L', 'homerun': 3.9, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 0, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 18.6, 'lineout': 1.95, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 9.7, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 43.8, 'groundout_c': 0.0, 'pull_rate': 0.25806, 'center_rate': 0.48387, 'slap_rate': 0.25807, 'avg': 0.20046, 'obp': 0.23056, 'slg': 0.35278, 'player_id': 11495}, {'battingcard_id': 5312, 'vs_hand': 'R', 'homerun': 13.65, 'bp_homerun': 9.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.7, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 17.15, 'lineout': 3.8, 'popout': 1.65, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 6.95, 'flyout_rf_b': 7.35, 'groundout_a': 0, 'groundout_b': 20.75, 'groundout_c': 0.0, 'pull_rate': 0.28378, 'center_rate': 0.40541, 'slap_rate': 0.31081, 'avg': 0.4, 'obp': 0.4, 'slg': 0.88935, 'player_id': 11495}, {'battingcard_id': 5199, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.8, 'single_one': 0.0, 'single_center': 7.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.7, 'strikeout': 3.75, 'lineout': 11.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 28.0, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.25278, 'obp': 0.48148, 'slg': 0.49352, 'player_id': 11301}, {'battingcard_id': 5199, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 0, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.25, 'strikeout': 21.9, 'lineout': 6.6, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.25, 'groundout_a': 4.5, 'groundout_b': 39.4, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 0.17143, 'slap_rate': 0.6, 'avg': 0.16111, 'obp': 0.26528, 'slg': 0.23796, 'player_id': 11301}, {'battingcard_id': 5182, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 4.2, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.4, 'strikeout': 41.8, 'lineout': 8.85, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 17.45, 'groundout_c': 0.0, 'pull_rate': 0.27692, 'center_rate': 0.44615, 'slap_rate': 0.27693, 'avg': 0.23981, 'obp': 0.2713, 'slg': 0.29722, 'player_id': 11257}, {'battingcard_id': 5182, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 9.0, 'double_pull': 8.95, 'single_two': 0, 'single_one': 0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.1, 'strikeout': 25.25, 'lineout': 11.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 16.85, 'flyout_lf_b': 3.3, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 10.65, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.82857, 'slap_rate': 0.0, 'avg': 0.24769, 'obp': 0.35046, 'slg': 0.43056, 'player_id': 11257}, {'battingcard_id': 5106, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.55, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 21.65, 'lineout': 3.8, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 19.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 2.2, 'groundout_b': 40.95, 'groundout_c': 0.0, 'pull_rate': 0.25806, 'center_rate': 0.48387, 'slap_rate': 0.25807, 'avg': 0.02361, 'obp': 0.11157, 'slg': 0.0, 'player_id': 11070}, {'battingcard_id': 5106, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.55, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 12.1, 'lineout': 2.4, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 38.55, 'groundout_c': 0.0, 'pull_rate': 0.25424, 'center_rate': 0.25424, 'slap_rate': 0.49152, 'avg': 0.27083, 'obp': 0.3287, 'slg': 0.35231, 'player_id': 11070}, {'battingcard_id': 5022, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.55, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 24.3, 'strikeout': 12.3, 'lineout': 1.2, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.5, 'groundout_a': 32.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30827, 'center_rate': 0.38346, 'slap_rate': 0.30827, 'avg': 0.19306, 'obp': 0.41806, 'slg': 0.33426, 'player_id': 10784}, {'battingcard_id': 5022, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.1, 'double_pull': 7.05, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.75, 'strikeout': 15.65, 'lineout': 7.2, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.65, 'groundout_a': 4.75, 'groundout_b': 25.85, 'groundout_c': 0.0, 'pull_rate': 0.22619, 'center_rate': 0.30357, 'slap_rate': 0.47024, 'avg': 0.2963, 'obp': 0.34954, 'slg': 0.42824, 'player_id': 10784}, {'battingcard_id': 5137, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.6, 'single_one': 9.85, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.05, 'strikeout': 16.1, 'lineout': 5.1, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 20.55, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.32824, 'obp': 0.48611, 'slg': 0.42407, 'player_id': 11139}, {'battingcard_id': 5137, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 19.95, 'lineout': 2.75, 'popout': 11.0, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.5, 'groundout_a': 2.55, 'groundout_b': 22.95, 'groundout_c': 0.0, 'pull_rate': 0.23881, 'center_rate': 0.26866, 'slap_rate': 0.49253, 'avg': 0.23102, 'obp': 0.29583, 'slg': 0.2838, 'player_id': 11139}, {'battingcard_id': 5166, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.75, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 11.7, 'strikeout': 19.4, 'lineout': 7.75, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 2.1, 'groundout_b': 39.1, 'groundout_c': 0.0, 'pull_rate': 0.18519, 'center_rate': 0.62963, 'slap_rate': 0.18518, 'avg': 0.17824, 'obp': 0.34213, 'slg': 0.13333, 'player_id': 11217}, {'battingcard_id': 5166, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.8, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.1, 'strikeout': 20.9, 'lineout': 0, 'popout': 14.4, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 0, 'flyout_rf_b': 2.55, 'groundout_a': 1.4, 'groundout_b': 25.35, 'groundout_c': 0.0, 'pull_rate': 0.23656, 'center_rate': 0.1828, 'slap_rate': 0.58064, 'avg': 0.2088, 'obp': 0.33009, 'slg': 0.26574, 'player_id': 11217}, {'battingcard_id': 5200, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 45.15, 'lineout': 4.2, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 13.25, 'groundout_c': 0.0, 'pull_rate': 0.34375, 'center_rate': 0.3125, 'slap_rate': 0.34375, 'avg': 0.18009, 'obp': 0.28935, 'slg': 0.27778, 'player_id': 11302}, {'battingcard_id': 5200, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 1.05, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.1, 'strikeout': 26.45, 'lineout': 2.2, 'popout': 12.2, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 0, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 14.4, 'groundout_c': 0.0, 'pull_rate': 0.23039, 'center_rate': 0.04902, 'slap_rate': 0.72059, 'avg': 0.23287, 'obp': 0.34491, 'slg': 0.32315, 'player_id': 11302}]} type: 2025-02-09 10:49:47,725 - card_creation - INFO - return: Updated ratings: 694; new ratings: 26 2025-02-09 10:49:47,750 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '2B', 'innings': 1293.0, 'range': 5.0, 'error': 13.0, 'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, {'position': 'SS', 'innings': 1304.2, 'range': 2.0, 'error': 10.0, 'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 796, 'image': 'https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}}, {'position': 'RF', 'innings': 1298.2, 'range': 1.0, 'error': 3.0, 'arm': -3.0, 'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}}, {'position': 'CF', 'innings': 1095.1, 'range': 5.0, 'error': 2.0, 'arm': 4.0, 'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}}, {'position': '1B', 'innings': 503.2, 'range': 3.0, 'error': 5.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'LF', 'innings': 573.1, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'CF', 'innings': 26.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'CF', 'innings': 1312.2, 'range': 4.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}}, {'position': '1B', 'innings': 48.0, 'range': 3.0, 'error': 26.0, 'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}}, {'position': '3B', 'innings': 746.2, 'range': 5.0, 'error': 35.0, 'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}}, {'position': 'RF', 'innings': 162.2, 'range': 4.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 243, 'image': 'https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}}, {'position': '1B', 'innings': 633.1, 'range': 5.0, 'error': 6.0, 'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}}, {'position': 'LF', 'innings': 303.0, 'range': 4.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}}, {'position': 'RF', 'innings': 1050.1, 'range': 5.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}}, {'position': '1B', 'innings': 1215.1, 'range': 2.0, 'error': 10.0, 'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}}, {'position': 'LF', 'innings': 759.0, 'range': 2.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': 'CF', 'innings': 348.1, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': 'RF', 'innings': 58.0, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': '1B', 'innings': 13.0, 'range': 3.0, 'error': 0.0, 'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}}, {'position': '3B', 'innings': 1312.2, 'range': 1.0, 'error': 26.0, 'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}}, {'position': '2B', 'innings': 394.0, 'range': 1.0, 'error': 12.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': '3B', 'innings': 26.1, 'range': 3.0, 'error': 0.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': 'SS', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': 'C', 'innings': 831.1, 'range': 4.0, 'error': 4.0, 'arm': -1.0, 'pb': 9.0, 'overthrow': 9.0, 'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}}, {'position': 'SS', 'innings': 1370.2, 'range': 1.0, 'error': 14.0, 'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}}, {'position': 'C', 'innings': 655.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'pb': 7.0, 'overthrow': 5.0, 'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}}, {'position': 'LF', 'innings': 353.0, 'range': 5.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}}, {'position': 'LF', 'innings': 98.1, 'range': 4.0, 'error': 23.0, 'arm': 1.0, 'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 1442, 'image': 'https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}}, {'position': 'C', 'innings': 555.2, 'range': 5.0, 'error': 5.0, 'arm': -1.0, 'pb': 20.0, 'overthrow': 11.0, 'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}}, {'position': 'C', 'innings': 792.0, 'range': 1.0, 'error': 3.0, 'arm': -4.0, 'pb': 8.0, 'overthrow': 6.0, 'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}}, {'position': 'CF', 'innings': 1321.2, 'range': 1.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}}, {'position': 'SS', 'innings': 1316.0, 'range': 1.0, 'error': 4.0, 'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}}, {'position': 'LF', 'innings': 149.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10647, 'p_name': 'David Justice', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, {'position': 'RF', 'innings': 18.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10647, 'p_name': 'David Justice', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, {'position': 'RF', 'innings': 1318.2, 'range': 3.0, 'error': 5.0, 'arm': -4.0, 'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}}, {'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 466, 'image': 'https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '3B', 'innings': 1266.0, 'range': 5.0, 'error': 18.0, 'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 520, 'image': 'https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}}, {'position': 'LF', 'innings': 792.0, 'range': 1.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}}, {'position': 'RF', 'innings': 41.0, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}}, {'position': 'C', 'innings': 399.1, 'range': 3.0, 'error': 12.0, 'arm': -1.0, 'pb': 10.0, 'overthrow': 20.0, 'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}}, {'position': '2B', 'innings': 164.1, 'range': 4.0, 'error': 15.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'SS', 'innings': 102.1, 'range': 5.0, 'error': 40.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'LF', 'innings': 76.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'CF', 'innings': 40.2, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'LF', 'innings': 122.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}}, {'position': '1B', 'innings': 27.0, 'range': 3.0, 'error': 30.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': '2B', 'innings': 69.0, 'range': 2.0, 'error': 0.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': '3B', 'innings': 222.0, 'range': 3.0, 'error': 18.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': 'SS', 'innings': 24.0, 'range': 3.0, 'error': 0.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': 'SS', 'innings': 1255.1, 'range': 1.0, 'error': 26.0, 'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}}, {'position': '3B', 'innings': 1325.0, 'range': 1.0, 'error': 17.0, 'player_id': 10653, 'p_name': 'John Valentin', 'cost': 262, 'image': 'https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}}, {'position': '1B', 'innings': 1238.1, 'range': 2.0, 'error': 12.0, 'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 1213, 'image': 'https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}}, {'position': '1B', 'innings': 142.2, 'range': 4.0, 'error': 8.0, 'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}}, {'position': 'C', 'innings': 171.1, 'range': 4.0, 'error': 6.0, 'arm': 2.0, 'pb': 5.0, 'overthrow': 12.0, 'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}}, {'position': 'C', 'innings': 516.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'pb': 20.0, 'overthrow': 12.0, 'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}}, {'position': 'CF', 'innings': 488.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}}, {'position': '1B', 'innings': 42.2, 'range': 2.0, 'error': 0.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': '2B', 'innings': 635.2, 'range': 1.0, 'error': 3.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': '3B', 'innings': 61.0, 'range': 2.0, 'error': 0.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': 'SS', 'innings': 162.2, 'range': 2.0, 'error': 8.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': 'LF', 'innings': 15.0, 'range': 3.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'CF', 'innings': 887.2, 'range': 2.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'RF', 'innings': 409.1, 'range': 4.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'LF', 'innings': 1342.0, 'range': 3.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}}, {'position': 'C', 'innings': 904.0, 'range': 4.0, 'error': 3.0, 'arm': -2.0, 'pb': 18.0, 'overthrow': 6.0, 'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}}, {'position': '1B', 'innings': 40.0, 'range': 3.0, 'error': 30.0, 'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}}, {'position': 'LF', 'innings': 41.0, 'range': 3.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'CF', 'innings': 60.1, 'range': 2.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'RF', 'innings': 880.2, 'range': 1.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'LF', 'innings': 434.1, 'range': 2.0, 'error': 2.0, 'arm': -3.0, 'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}}, {'position': 'CF', 'innings': 881.2, 'range': 4.0, 'error': 2.0, 'arm': -3.0, 'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}}, {'position': 'RF', 'innings': 698.1, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}}, {'position': '3B', 'innings': 639.1, 'range': 2.0, 'error': 13.0, 'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}}, {'position': '1B', 'innings': 1186.1, 'range': 1.0, 'error': 6.0, 'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}}, {'position': '1B', 'innings': 224.2, 'range': 2.0, 'error': 0.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'LF', 'innings': 31.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'RF', 'innings': 87.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'LF', 'innings': 327.0, 'range': 3.0, 'error': 0.0, 'arm': -2.0, 'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}}, {'position': 'RF', 'innings': 171.1, 'range': 2.0, 'error': 0.0, 'arm': -2.0, 'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}}, {'position': 'C', 'innings': 763.0, 'range': 2.0, 'error': 3.0, 'arm': -4.0, 'pb': 6.0, 'overthrow': 6.0, 'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}}, {'position': 'SS', 'innings': 940.0, 'range': 1.0, 'error': 14.0, 'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}}, {'position': '2B', 'innings': 1233.0, 'range': 1.0, 'error': 15.0, 'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}}, {'position': '2B', 'innings': 45.0, 'range': 3.0, 'error': 22.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': '3B', 'innings': 739.1, 'range': 1.0, 'error': 18.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': 'SS', 'innings': 49.2, 'range': 4.0, 'error': 72.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': 'C', 'innings': 671.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 19.0, 'overthrow': 7.0, 'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}}, {'position': 'CF', 'innings': 49.1, 'range': 4.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}}, {'position': 'RF', 'innings': 183.1, 'range': 3.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}}, {'position': '2B', 'innings': 149.0, 'range': 2.0, 'error': 14.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': '3B', 'innings': 33.0, 'range': 4.0, 'error': 65.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': 'SS', 'innings': 448.1, 'range': 2.0, 'error': 20.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': '2B', 'innings': 1236.1, 'range': 1.0, 'error': 10.0, 'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}}, {'position': 'LF', 'innings': 1311.1, 'range': 4.0, 'error': 2.0, 'arm': -4.0, 'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}}, {'position': 'DH', 'innings': 191.0, 'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}}, {'position': '1B', 'innings': 99.0, 'range': 3.0, 'error': 13.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': 'LF', 'innings': 27.2, 'range': 4.0, 'error': 8.0, 'arm': 0.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': 'RF', 'innings': 456.1, 'range': 5.0, 'error': 8.0, 'arm': 0.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': '1B', 'innings': 1378.1, 'range': 1.0, 'error': 7.0, 'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 662, 'image': 'https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}}, {'position': '3B', 'innings': 1365.2, 'range': 3.0, 'error': 10.0, 'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}}, {'position': 'C', 'innings': 726.2, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'pb': 12.0, 'overthrow': 7.0, 'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}}, {'position': 'LF', 'innings': 40.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'CF', 'innings': 372.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'RF', 'innings': 189.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'SS', 'innings': 1238.1, 'range': 1.0, 'error': 7.0, 'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}}, {'position': '2B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}}, {'position': 'SS', 'innings': 579.0, 'range': 3.0, 'error': 17.0, 'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}}, {'position': 'CF', 'innings': 77.0, 'range': 5.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}}, {'position': 'RF', 'innings': 493.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}}, {'position': '1B', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}}, {'position': 'C', 'innings': 645.0, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'pb': 3.0, 'overthrow': 5.0, 'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}}, {'position': '2B', 'innings': 1357.1, 'range': 5.0, 'error': 17.0, 'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}}, {'position': 'CF', 'innings': 972.0, 'range': 1.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}}, {'position': 'RF', 'innings': 11.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}}, {'position': '1B', 'innings': 114.0, 'range': 4.0, 'error': 20.0, 'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}}, {'position': 'LF', 'innings': 1366.0, 'range': 4.0, 'error': 5.0, 'arm': 4.0, 'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1381.2, 'range': 1.0, 'error': 16.0, 'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}}, {'position': '1B', 'innings': 687.1, 'range': 2.0, 'error': 10.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'LF', 'innings': 29.0, 'range': 3.0, 'error': 15.0, 'arm': 0.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'RF', 'innings': 49.0, 'range': 3.0, 'error': 15.0, 'arm': 0.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'CF', 'innings': 152.1, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}}, {'position': 'RF', 'innings': 1074.2, 'range': 5.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}}, {'position': 'C', 'innings': 670.0, 'range': 4.0, 'error': 9.0, 'arm': -2.0, 'pb': 7.0, 'overthrow': 18.0, 'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}}, {'position': 'SS', 'innings': 1121.1, 'range': 4.0, 'error': 38.0, 'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}}, {'position': '2B', 'innings': 59.0, 'range': 3.0, 'error': 47.0, 'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}}, {'position': 'SS', 'innings': 243.1, 'range': 3.0, 'error': 19.0, 'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}}, {'position': 'C', 'innings': 486.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'pb': 2.0, 'overthrow': 11.0, 'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}}, {'position': '1B', 'innings': 630.1, 'range': 3.0, 'error': 7.0, 'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}}, {'position': '3B', 'innings': 45.0, 'range': 4.0, 'error': 41.0, 'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}}, {'position': 'LF', 'innings': 30.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'CF', 'innings': 264.2, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'RF', 'innings': 214.0, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'LF', 'innings': 843.0, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}}, {'position': 'CF', 'innings': 317.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}}, {'position': 'CF', 'innings': 267.1, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}}, {'position': 'RF', 'innings': 1080.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}}, {'position': 'LF', 'innings': 360.1, 'range': 3.0, 'error': 9.0, 'arm': 0.0, 'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}}, {'position': 'RF', 'innings': 191.1, 'range': 4.0, 'error': 9.0, 'arm': 0.0, 'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}}, {'position': '1B', 'innings': 1256.2, 'range': 1.0, 'error': 10.0, 'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 848, 'image': 'https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}}, {'position': '1B', 'innings': 299.2, 'range': 3.0, 'error': 4.0, 'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 1095, 'image': 'https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}}, {'position': '3B', 'innings': 1111.1, 'range': 4.0, 'error': 39.0, 'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}}, {'position': '2B', 'innings': 692.2, 'range': 5.0, 'error': 17.0, 'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}}, {'position': '3B', 'innings': 452.2, 'range': 3.0, 'error': 18.0, 'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}}, {'position': 'C', 'innings': 971.1, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'pb': 3.0, 'overthrow': 8.0, 'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}}, {'position': 'SS', 'innings': 1398.1, 'range': 3.0, 'error': 16.0, 'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}}, {'position': 'LF', 'innings': 19.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}}, {'position': 'CF', 'innings': 871.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}}, {'position': 'CF', 'innings': 1212.1, 'range': 1.0, 'error': 3.0, 'arm': -2.0, 'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}}, {'position': '2B', 'innings': 117.0, 'range': 2.0, 'error': 0.0, 'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}}, {'position': '3B', 'innings': 950.1, 'range': 1.0, 'error': 11.0, 'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}}, {'position': 'LF', 'innings': 151.0, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}}, {'position': 'RF', 'innings': 1196.1, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}}, {'position': '1B', 'innings': 1234.0, 'range': 3.0, 'error': 12.0, 'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 251, 'image': 'https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}}, {'position': '2B', 'innings': 1179.1, 'range': 1.0, 'error': 10.0, 'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}}, {'position': 'SS', 'innings': 121.0, 'range': 3.0, 'error': 10.0, 'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}}, {'position': 'LF', 'innings': 1143.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}}, {'position': 'C', 'innings': 597.2, 'range': 4.0, 'error': 8.0, 'arm': -2.0, 'pb': 5.0, 'overthrow': 17.0, 'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}}, {'position': 'SS', 'innings': 1163.1, 'range': 1.0, 'error': 12.0, 'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}}, {'position': 'LF', 'innings': 43.0, 'range': 3.0, 'error': 8.0, 'arm': 0.0, 'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}}, {'position': 'CF', 'innings': 123.0, 'range': 2.0, 'error': 8.0, 'arm': 0.0, 'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}}, {'position': 'C', 'innings': 754.2, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'pb': 11.0, 'overthrow': 11.0, 'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}}, {'position': 'LF', 'innings': 1104.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}}, {'position': 'CF', 'innings': 135.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}}, {'position': 'RF', 'innings': 1280.2, 'range': 5.0, 'error': 1.0, 'arm': 3.0, 'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 298, 'image': 'https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}}, {'position': '1B', 'innings': 47.1, 'range': 3.0, 'error': 0.0, 'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}}, {'position': '3B', 'innings': 895.1, 'range': 5.0, 'error': 37.0, 'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}}, {'position': '1B', 'innings': 1237.0, 'range': 5.0, 'error': 13.0, 'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}}, {'position': '2B', 'innings': 43.0, 'range': 3.0, 'error': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'SS', 'innings': 257.0, 'range': 5.0, 'error': 60.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'LF', 'innings': 31.0, 'range': 3.0, 'error': 12.0, 'arm': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'RF', 'innings': 38.0, 'range': 3.0, 'error': 12.0, 'arm': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': '2B', 'innings': 955.2, 'range': 5.0, 'error': 17.0, 'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}}, {'position': 'C', 'innings': 940.1, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 8.0, 'overthrow': 13.0, 'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}}, {'position': '2B', 'innings': 268.1, 'range': 3.0, 'error': 0.0, 'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}}, {'position': 'SS', 'innings': 265.2, 'range': 4.0, 'error': 0.0, 'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}}, {'position': '2B', 'innings': 472.2, 'range': 4.0, 'error': 15.0, 'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}}, {'position': 'SS', 'innings': 10.2, 'range': 4.0, 'error': 72.0, 'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}}, {'position': 'C', 'innings': 510.0, 'range': 4.0, 'error': 5.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 10.0, 'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 70.0, 'range': 3.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': 'CF', 'innings': 247.2, 'range': 2.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': 'RF', 'innings': 102.1, 'range': 4.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': '2B', 'innings': 1173.0, 'range': 5.0, 'error': 15.0, 'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}}, {'position': '2B', 'innings': 131.0, 'range': 3.0, 'error': 20.0, 'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}}, {'position': '3B', 'innings': 608.1, 'range': 5.0, 'error': 19.0, 'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}}, {'position': '1B', 'innings': 74.0, 'range': 4.0, 'error': 0.0, 'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}}, {'position': 'LF', 'innings': 982.0, 'range': 5.0, 'error': 5.0, 'arm': 1.0, 'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}}, {'position': 'LF', 'innings': 100.0, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'CF', 'innings': 365.0, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'RF', 'innings': 855.0, 'range': 2.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'C', 'innings': 1007.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'pb': 3.0, 'overthrow': 9.0, 'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}}, {'position': 'SS', 'innings': 1270.0, 'range': 5.0, 'error': 24.0, 'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}}, {'position': '2B', 'innings': 143.2, 'range': 2.0, 'error': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': '3B', 'innings': 46.2, 'range': 2.0, 'error': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'SS', 'innings': 174.0, 'range': 4.0, 'error': 28.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'LF', 'innings': 125.2, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'RF', 'innings': 40.0, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': '1B', 'innings': 388.2, 'range': 3.0, 'error': 3.0, 'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}}, {'position': '3B', 'innings': 627.2, 'range': 4.0, 'error': 14.0, 'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}}, {'position': 'LF', 'innings': 145.0, 'range': 4.0, 'error': 7.0, 'arm': -3.0, 'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}}, {'position': 'RF', 'innings': 393.2, 'range': 5.0, 'error': 7.0, 'arm': -3.0, 'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}}, {'position': 'LF', 'innings': 43.0, 'range': 3.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': 'CF', 'innings': 1123.1, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': 'RF', 'innings': 188.0, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': '2B', 'innings': 1325.1, 'range': 4.0, 'error': 18.0, 'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 868, 'image': 'https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}}, {'position': '1B', 'innings': 357.2, 'range': 2.0, 'error': 13.0, 'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}}, {'position': 'LF', 'innings': 288.0, 'range': 4.0, 'error': 0.0, 'arm': 1.0, 'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}}, {'position': '3B', 'innings': 1102.1, 'range': 5.0, 'error': 39.0, 'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}}, {'position': '1B', 'innings': 944.1, 'range': 1.0, 'error': 6.0, 'player_id': 10698, 'p_name': 'Jeff King', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}}, {'position': '3B', 'innings': 34.0, 'range': 3.0, 'error': 0.0, 'player_id': 10698, 'p_name': 'Jeff King', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}}, {'position': '1B', 'innings': 85.1, 'range': 3.0, 'error': 0.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'LF', 'innings': 407.0, 'range': 3.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'RF', 'innings': 233.1, 'range': 3.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'RF', 'innings': 513.1, 'range': 2.0, 'error': 3.0, 'arm': 1.0, 'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}}, {'position': '1B', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}}, {'position': 'C', 'innings': 579.1, 'range': 3.0, 'error': 2.0, 'arm': -3.0, 'pb': 3.0, 'overthrow': 4.0, 'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}}, {'position': '2B', 'innings': 16.0, 'range': 3.0, 'error': 65.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': '3B', 'innings': 28.0, 'range': 3.0, 'error': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'SS', 'innings': 420.0, 'range': 2.0, 'error': 25.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'LF', 'innings': 44.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'RF', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'SS', 'innings': 1385.2, 'range': 5.0, 'error': 17.0, 'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}}, {'position': 'LF', 'innings': 20.1, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}}, {'position': 'CF', 'innings': 354.2, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}}, {'position': 'LF', 'innings': 1103.2, 'range': 3.0, 'error': 8.0, 'arm': 1.0, 'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}}, {'position': 'RF', 'innings': 213.0, 'range': 4.0, 'error': 8.0, 'arm': 1.0, 'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}}, {'position': 'RF', 'innings': 1010.2, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 2598, 'image': 'https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}}, {'position': '3B', 'innings': 1422.2, 'range': 1.0, 'error': 14.0, 'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 1064, 'image': 'https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}, {'position': 'LF', 'innings': 193.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 522, 'image': 'https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': 'CF', 'innings': 892.1, 'range': 5.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 522, 'image': 'https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': 'RF', 'innings': 63.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 522, 'image': 'https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': '1B', 'innings': 1208.0, 'range': 1.0, 'error': 6.0, 'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}}, {'position': '2B', 'innings': 1275.0, 'range': 2.0, 'error': 8.0, 'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}}, {'position': 'C', 'innings': 796.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 10.0, 'overthrow': 12.0, 'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}}, {'position': '2B', 'innings': 1268.2, 'range': 5.0, 'error': 24.0, 'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}}, {'position': 'SS', 'innings': 1389.1, 'range': 1.0, 'error': 17.0, 'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 259, 'image': 'https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}}, {'position': 'CF', 'innings': 1344.2, 'range': 4.0, 'error': 2.0, 'arm': -5.0, 'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 3190, 'image': 'https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}}, {'position': 'RF', 'innings': 572.2, 'range': 5.0, 'error': 3.0, 'arm': -1.0, 'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}}, {'position': '1B', 'innings': 1143.1, 'range': 2.0, 'error': 1.0, 'player_id': 10708, 'p_name': 'David Segui', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}}, {'position': '1B', 'innings': 31.0, 'range': 3.0, 'error': 0.0, 'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 269, 'image': 'https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}}, {'position': 'LF', 'innings': 725.0, 'range': 4.0, 'error': 7.0, 'arm': 1.0, 'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}}, {'position': 'RF', 'innings': 43.0, 'range': 3.0, 'error': 7.0, 'arm': 1.0, 'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}}, {'position': '3B', 'innings': 1145.0, 'range': 5.0, 'error': 47.0, 'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}}, {'position': 'LF', 'innings': 19.0, 'range': 4.0, 'error': 25.0, 'arm': 0.0, 'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}}, {'position': 'C', 'innings': 798.1, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'pb': 6.0, 'overthrow': 5.0, 'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}}, {'position': '2B', 'innings': 342.0, 'range': 2.0, 'error': 21.0, 'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}}, {'position': '3B', 'innings': 157.1, 'range': 3.0, 'error': 30.0, 'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}}, {'position': 'LF', 'innings': 70.0, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'CF', 'innings': 264.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'RF', 'innings': 167.0, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'LF', 'innings': 1325.1, 'range': 3.0, 'error': 2.0, 'arm': 4.0, 'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}}, {'position': 'RF', 'innings': 1007.0, 'range': 4.0, 'error': 4.0, 'arm': 0.0, 'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}}, {'position': '1B', 'innings': 1147.1, 'range': 5.0, 'error': 14.0, 'player_id': 10712, 'p_name': 'Will Clark', 'cost': 265, 'image': 'https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}}, {'position': 'C', 'innings': 1197.1, 'range': 1.0, 'error': 3.0, 'arm': -4.0, 'pb': 8.0, 'overthrow': 6.0, 'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}}, {'position': 'SS', 'innings': 734.2, 'range': 3.0, 'error': 16.0, 'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}}, {'position': '3B', 'innings': 1281.2, 'range': 5.0, 'error': 30.0, 'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}}, {'position': 'CF', 'innings': 1149.1, 'range': 3.0, 'error': 1.0, 'arm': 1.0, 'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}}, {'position': '2B', 'innings': 33.2, 'range': 3.0, 'error': 71.0, 'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}}, {'position': 'SS', 'innings': 231.2, 'range': 3.0, 'error': 25.0, 'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}}, {'position': 'LF', 'innings': 215.2, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': 'CF', 'innings': 220.0, 'range': 4.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': 'RF', 'innings': 45.0, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': '2B', 'innings': 694.2, 'range': 5.0, 'error': 19.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'SS', 'innings': 67.0, 'range': 3.0, 'error': 36.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'LF', 'innings': 26.1, 'range': 3.0, 'error': 25.0, 'arm': 0.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'RF', 'innings': 1098.2, 'range': 5.0, 'error': 2.0, 'arm': 2.0, 'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 291, 'image': 'https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}}, {'position': '1B', 'innings': 1168.2, 'range': 4.0, 'error': 12.0, 'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}}, {'position': 'CF', 'innings': 804.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}}, {'position': 'RF', 'innings': 457.1, 'range': 5.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}}, {'position': '1B', 'innings': 209.0, 'range': 2.0, 'error': 5.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': '3B', 'innings': 135.0, 'range': 3.0, 'error': 12.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': 'LF', 'innings': 107.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': 'C', 'innings': 1143.2, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'pb': 5.0, 'overthrow': 8.0, 'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}}, {'position': '2B', 'innings': 220.0, 'range': 2.0, 'error': 11.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': '3B', 'innings': 44.2, 'range': 4.0, 'error': 39.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': 'SS', 'innings': 300.2, 'range': 2.0, 'error': 32.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': '2B', 'innings': 968.0, 'range': 5.0, 'error': 16.0, 'player_id': 10715, 'p_name': 'Eric Young', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}}, {'position': 'CF', 'innings': 1222.1, 'range': 1.0, 'error': 0.0, 'arm': 3.0, 'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}}, {'position': '2B', 'innings': 58.0, 'range': 3.0, 'error': 22.0, 'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}}, {'position': '3B', 'innings': 1137.1, 'range': 3.0, 'error': 24.0, 'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}}, {'position': 'LF', 'innings': 1336.1, 'range': 1.0, 'error': 4.0, 'arm': 4.0, 'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}}, {'position': '1B', 'innings': 335.2, 'range': 3.0, 'error': 6.0, 'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 284, 'image': 'https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}}, {'position': '3B', 'innings': 339.2, 'range': 3.0, 'error': 5.0, 'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 284, 'image': 'https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}}, {'position': 'LF', 'innings': 38.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'CF', 'innings': 190.0, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'RF', 'innings': 719.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'SS', 'innings': 918.0, 'range': 2.0, 'error': 14.0, 'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}}, {'position': '1B', 'innings': 1037.0, 'range': 2.0, 'error': 1.0, 'player_id': 10721, 'p_name': 'JT Snow', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}}, {'position': 'C', 'innings': 764.0, 'range': 3.0, 'error': 3.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 6.0, 'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}}, {'position': '2B', 'innings': 196.0, 'range': 2.0, 'error': 6.0, 'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}}, {'position': 'SS', 'innings': 504.2, 'range': 2.0, 'error': 16.0, 'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}}, {'position': 'LF', 'innings': 23.1, 'range': 4.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}}, {'position': 'RF', 'innings': 187.1, 'range': 2.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}}, {'position': 'C', 'innings': 664.0, 'range': 5.0, 'error': 4.0, 'arm': 0.0, 'pb': 9.0, 'overthrow': 9.0, 'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}}, {'position': '2B', 'innings': 208.0, 'range': 2.0, 'error': 20.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': '3B', 'innings': 18.1, 'range': 3.0, 'error': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'LF', 'innings': 38.0, 'range': 3.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'CF', 'innings': 100.0, 'range': 3.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'SS', 'innings': 915.0, 'range': 5.0, 'error': 34.0, 'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}}, {'position': 'CF', 'innings': 891.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}}, {'position': 'RF', 'innings': 17.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}}, {'position': 'LF', 'innings': 110.1, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'CF', 'innings': 553.1, 'range': 5.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'RF', 'innings': 59.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'LF', 'innings': 333.1, 'range': 2.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}}, {'position': 'RF', 'innings': 294.2, 'range': 4.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}}, {'position': 'CF', 'innings': 1076.0, 'range': 5.0, 'error': 3.0, 'arm': 2.0, 'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}}, {'position': '2B', 'innings': 158.0, 'range': 2.0, 'error': 18.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': '3B', 'innings': 40.2, 'range': 3.0, 'error': 50.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': 'SS', 'innings': 162.0, 'range': 2.0, 'error': 23.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': 'LF', 'innings': 304.0, 'range': 2.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'CF', 'innings': 123.0, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'RF', 'innings': 74.1, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'C', 'innings': 930.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 4.0, 'overthrow': 7.0, 'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}}, {'position': '1B', 'innings': 36.0, 'range': 3.0, 'error': 0.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '2B', 'innings': 928.2, 'range': 3.0, 'error': 12.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '3B', 'innings': 82.2, 'range': 2.0, 'error': 0.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '3B', 'innings': 460.0, 'range': 5.0, 'error': 65.0, 'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}}, {'position': '2B', 'innings': 723.0, 'range': 2.0, 'error': 17.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': '3B', 'innings': 23.0, 'range': 3.0, 'error': 65.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': 'SS', 'innings': 40.0, 'range': 2.0, 'error': 0.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': '1B', 'innings': 24.0, 'range': 3.0, 'error': 0.0, 'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}}, {'position': 'LF', 'innings': 1057.0, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}}, {'position': 'C', 'innings': 705.1, 'range': 5.0, 'error': 8.0, 'arm': -1.0, 'pb': 12.0, 'overthrow': 16.0, 'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}}, {'position': '3B', 'innings': 149.2, 'range': 3.0, 'error': 21.0, 'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}}, {'position': 'CF', 'innings': 922.2, 'range': 5.0, 'error': 2.0, 'arm': 3.0, 'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}}, {'position': '1B', 'innings': 586.2, 'range': 5.0, 'error': 14.0, 'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}}, {'position': '2B', 'innings': 1055.2, 'range': 1.0, 'error': 17.0, 'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}}, {'position': '3B', 'innings': 1364.2, 'range': 5.0, 'error': 29.0, 'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}}, {'position': 'SS', 'innings': 1225.2, 'range': 2.0, 'error': 20.0, 'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}}, {'position': 'CF', 'innings': 1219.1, 'range': 1.0, 'error': 3.0, 'arm': 5.0, 'player_id': 10730, 'p_name': 'Devon White', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}}, {'position': '2B', 'innings': 131.1, 'range': 3.0, 'error': 10.0, 'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}}, {'position': 'SS', 'innings': 1175.2, 'range': 2.0, 'error': 20.0, 'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}}, {'position': '1B', 'innings': 1268.1, 'range': 4.0, 'error': 2.0, 'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}}, {'position': '3B', 'innings': 1126.2, 'range': 1.0, 'error': 14.0, 'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}}, {'position': '1B', 'innings': 60.0, 'range': 3.0, 'error': 20.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'LF', 'innings': 136.2, 'range': 4.0, 'error': 9.0, 'arm': 2.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'RF', 'innings': 239.0, 'range': 5.0, 'error': 9.0, 'arm': 2.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'CF', 'innings': 27.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}}, {'position': 'RF', 'innings': 736.2, 'range': 4.0, 'error': 6.0, 'arm': -2.0, 'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}}, {'position': 'C', 'innings': 397.1, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'pb': 5.0, 'overthrow': 9.0, 'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}}, {'position': 'LF', 'innings': 296.1, 'range': 2.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}}, {'position': 'RF', 'innings': 102.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}}, {'position': '2B', 'innings': 280.2, 'range': 2.0, 'error': 4.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': '3B', 'innings': 111.0, 'range': 2.0, 'error': 13.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': 'SS', 'innings': 246.2, 'range': 2.0, 'error': 20.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': '2B', 'innings': 1166.0, 'range': 5.0, 'error': 19.0, 'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}}, {'position': 'C', 'innings': 710.0, 'range': 2.0, 'error': 7.0, 'arm': -2.0, 'pb': 1.0, 'overthrow': 15.0, 'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}}, {'position': '1B', 'innings': 103.0, 'range': 3.0, 'error': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': '2B', 'innings': 443.1, 'range': 3.0, 'error': 12.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': '3B', 'innings': 191.0, 'range': 2.0, 'error': 13.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'LF', 'innings': 55.0, 'range': 2.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'CF', 'innings': 57.0, 'range': 2.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'RF', 'innings': 198.0, 'range': 5.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'LF', 'innings': 1267.0, 'range': 4.0, 'error': 6.0, 'arm': 5.0, 'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}}, {'position': 'SS', 'innings': 1131.0, 'range': 5.0, 'error': 23.0, 'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}}, {'position': 'CF', 'innings': 339.0, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}}, {'position': 'RF', 'innings': 888.2, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}}, {'position': '3B', 'innings': 687.1, 'range': 5.0, 'error': 44.0, 'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}}, {'position': 'LF', 'innings': 85.2, 'range': 3.0, 'error': 14.0, 'arm': 0.0, 'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}}, {'position': '1B', 'innings': 1046.2, 'range': 4.0, 'error': 9.0, 'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}}, {'position': '2B', 'innings': 300.1, 'range': 3.0, 'error': 4.0, 'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}}, {'position': '2B', 'innings': 892.2, 'range': 2.0, 'error': 6.0, 'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}}, {'position': '1B', 'innings': 310.2, 'range': 5.0, 'error': 30.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'LF', 'innings': 49.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'RF', 'innings': 133.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'C', 'innings': 711.1, 'range': 4.0, 'error': 6.0, 'arm': -2.0, 'pb': 14.0, 'overthrow': 13.0, 'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}}, {'position': 'LF', 'innings': 22.2, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': 'CF', 'innings': 197.2, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': 'RF', 'innings': 22.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': '2B', 'innings': 176.2, 'range': 3.0, 'error': 0.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': '3B', 'innings': 163.1, 'range': 3.0, 'error': 23.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': 'SS', 'innings': 109.1, 'range': 3.0, 'error': 48.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': 'SS', 'innings': 789.1, 'range': 1.0, 'error': 22.0, 'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 272, 'image': 'https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}}, {'position': '2B', 'innings': 731.1, 'range': 1.0, 'error': 10.0, 'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}}, {'position': '3B', 'innings': 1399.2, 'range': 2.0, 'error': 14.0, 'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 782, 'image': 'https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': '1B', 'innings': 50.0, 'range': 3.0, 'error': 24.0, 'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}}, {'position': 'LF', 'innings': 917.0, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}}, {'position': 'C', 'innings': 1092.1, 'range': 3.0, 'error': 2.0, 'arm': -2.0, 'pb': 10.0, 'overthrow': 4.0, 'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}}, {'position': 'RF', 'innings': 953.2, 'range': 3.0, 'error': 1.0, 'arm': 0.0, 'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}}, {'position': 'CF', 'innings': 1372.2, 'range': 1.0, 'error': 1.0, 'arm': -6.0, 'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}}, {'position': 'LF', 'innings': 714.1, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': 'CF', 'innings': 129.0, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': 'RF', 'innings': 84.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': '2B', 'innings': 631.2, 'range': 1.0, 'error': 20.0, 'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 2115, 'image': 'https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}}, {'position': 'LF', 'innings': 166.1, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': 'CF', 'innings': 63.2, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': 'RF', 'innings': 368.1, 'range': 1.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': '2B', 'innings': 163.1, 'range': 4.0, 'error': 14.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': '3B', 'innings': 121.1, 'range': 3.0, 'error': 18.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': 'SS', 'innings': 267.1, 'range': 4.0, 'error': 25.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': 'LF', 'innings': 150.1, 'range': 4.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}}, {'position': 'RF', 'innings': 49.1, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}}, {'position': '1B', 'innings': 1390.1, 'range': 4.0, 'error': 7.0, 'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 985, 'image': 'https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}}, {'position': 'CF', 'innings': 43.1, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}}, {'position': 'RF', 'innings': 1379.0, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}}, {'position': '1B', 'innings': 16.0, 'range': 3.0, 'error': 0.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': '3B', 'innings': 507.2, 'range': 3.0, 'error': 21.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'SS', 'innings': 315.2, 'range': 4.0, 'error': 25.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'LF', 'innings': 45.2, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'CF', 'innings': 209.2, 'range': 2.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': '3B', 'innings': 888.1, 'range': 5.0, 'error': 24.0, 'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}}, {'position': '1B', 'innings': 35.0, 'range': 3.0, 'error': 0.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'LF', 'innings': 166.0, 'range': 4.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'CF', 'innings': 537.1, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'C', 'innings': 811.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'pb': 3.0, 'overthrow': 5.0, 'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}}, {'position': '2B', 'innings': 1304.0, 'range': 1.0, 'error': 5.0, 'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}}, {'position': 'LF', 'innings': 876.2, 'range': 5.0, 'error': 1.0, 'arm': 1.0, 'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}}, {'position': '2B', 'innings': 1383.0, 'range': 5.0, 'error': 10.0, 'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}}, {'position': '1B', 'innings': 51.0, 'range': 2.0, 'error': 0.0, 'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}}, {'position': '3B', 'innings': 1308.1, 'range': 1.0, 'error': 12.0, 'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}}, {'position': '1B', 'innings': 360.2, 'range': 3.0, 'error': 10.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': '2B', 'innings': 57.0, 'range': 3.0, 'error': 0.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': '3B', 'innings': 140.2, 'range': 2.0, 'error': 0.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': 'SS', 'innings': 390.2, 'range': 3.0, 'error': 10.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': 'RF', 'innings': 1403.1, 'range': 1.0, 'error': 6.0, 'arm': 3.0, 'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}}, {'position': 'CF', 'innings': 1170.1, 'range': 2.0, 'error': 2.0, 'arm': 3.0, 'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}}, {'position': '1B', 'innings': 337.0, 'range': 2.0, 'error': 20.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'LF', 'innings': 260.0, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'C', 'innings': 46.0, 'range': 3.0, 'error': 15.0, 'arm': 3.0, 'pb': 20.0, 'overthrow': 20.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'C', 'innings': 510.2, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'pb': 11.0, 'overthrow': 4.0, 'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 255, 'image': 'https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}}, {'position': 'LF', 'innings': 189.1, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'CF', 'innings': 244.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'RF', 'innings': 25.2, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'LF', 'innings': 369.0, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}}, {'position': 'SS', 'innings': 1060.1, 'range': 2.0, 'error': 26.0, 'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}}, {'position': 'C', 'innings': 795.0, 'range': 4.0, 'error': 6.0, 'arm': 0.0, 'pb': 7.0, 'overthrow': 12.0, 'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}}, {'position': '2B', 'innings': 1316.0, 'range': 5.0, 'error': 15.0, 'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}}, {'position': 'CF', 'innings': 40.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}}, {'position': 'LF', 'innings': 922.1, 'range': 4.0, 'error': 3.0, 'arm': 1.0, 'player_id': 10750, 'p_name': 'Al Martin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}}, {'position': 'C', 'innings': 1253.1, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'pb': 7.0, 'overthrow': 8.0, 'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 537, 'image': 'https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}}, {'position': '1B', 'innings': 1359.0, 'range': 3.0, 'error': 7.0, 'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}}, {'position': 'CF', 'innings': 748.0, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 230, 'image': 'https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}}, {'position': 'RF', 'innings': 104.1, 'range': 4.0, 'error': 4.0, 'arm': -3.0, 'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 230, 'image': 'https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}}, {'position': 'LF', 'innings': 170.0, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'CF', 'innings': 314.1, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'RF', 'innings': 102.1, 'range': 3.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'SS', 'innings': 862.1, 'range': 3.0, 'error': 27.0, 'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}}, {'position': 'CF', 'innings': 18.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}}, {'position': 'RF', 'innings': 1254.1, 'range': 4.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}}, {'position': '2B', 'innings': 71.2, 'range': 2.0, 'error': 0.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': '3B', 'innings': 43.1, 'range': 2.0, 'error': 0.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': 'SS', 'innings': 415.2, 'range': 2.0, 'error': 60.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': 'LF', 'innings': 327.0, 'range': 4.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}}, {'position': 'CF', 'innings': 51.2, 'range': 3.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}}, {'position': 'SS', 'innings': 555.2, 'range': 4.0, 'error': 10.0, 'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}}, {'position': '2B', 'innings': 1131.0, 'range': 2.0, 'error': 10.0, 'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}}, {'position': 'CF', 'innings': 1335.1, 'range': 5.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}}, {'position': 'RF', 'innings': 902.0, 'range': 5.0, 'error': 1.0, 'arm': 3.0, 'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}}, {'position': '3B', 'innings': 1049.0, 'range': 5.0, 'error': 34.0, 'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}}, {'position': 'LF', 'innings': 1306.1, 'range': 3.0, 'error': 1.0, 'arm': -2.0, 'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}}, {'position': 'C', 'innings': 907.2, 'range': 4.0, 'error': 4.0, 'arm': -1.0, 'pb': 14.0, 'overthrow': 8.0, 'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}}, {'position': '1B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': '2B', 'innings': 135.0, 'range': 4.0, 'error': 17.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': '3B', 'innings': 84.0, 'range': 4.0, 'error': 47.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': 'SS', 'innings': 262.0, 'range': 4.0, 'error': 25.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': 'LF', 'innings': 69.2, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'CF', 'innings': 88.1, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'RF', 'innings': 316.2, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'SS', 'innings': 1191.1, 'range': 5.0, 'error': 14.0, 'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}}, {'position': '2B', 'innings': 896.1, 'range': 5.0, 'error': 11.0, 'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}}, {'position': 'CF', 'innings': 1216.1, 'range': 2.0, 'error': 3.0, 'arm': 3.0, 'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}}, {'position': '1B', 'innings': 1326.1, 'range': 5.0, 'error': 10.0, 'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 1498, 'image': 'https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}}, {'position': 'CF', 'innings': 222.1, 'range': 2.0, 'error': 7.0, 'arm': -1.0, 'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 271, 'image': 'https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}}, {'position': 'RF', 'innings': 946.2, 'range': 1.0, 'error': 7.0, 'arm': -1.0, 'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 271, 'image': 'https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}}, {'position': 'LF', 'innings': 235.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': 'CF', 'innings': 24.0, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': 'RF', 'innings': 217.2, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': '1B', 'innings': 90.1, 'range': 3.0, 'error': 0.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': '3B', 'innings': 272.1, 'range': 5.0, 'error': 44.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'LF', 'innings': 260.2, 'range': 4.0, 'error': 7.0, 'arm': -2.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'RF', 'innings': 169.2, 'range': 3.0, 'error': 7.0, 'arm': -2.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'C', 'innings': 482.1, 'range': 4.0, 'error': 7.0, 'arm': -1.0, 'pb': 8.0, 'overthrow': 14.0, 'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}}, {'position': '3B', 'innings': 971.1, 'range': 3.0, 'error': 8.0, 'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}}, {'position': '1B', 'innings': 35.0, 'range': 3.0, 'error': 0.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'LF', 'innings': 98.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'RF', 'innings': 68.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'C', 'innings': 374.1, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'pb': 2.0, 'overthrow': 17.0, 'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}}, {'position': 'LF', 'innings': 819.0, 'range': 3.0, 'error': 7.0, 'arm': 2.0, 'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}}, {'position': '1B', 'innings': 22.0, 'range': 3.0, 'error': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 1537, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': '2B', 'innings': 62.2, 'range': 2.0, 'error': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 1537, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'LF', 'innings': 193.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 1537, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'RF', 'innings': 59.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 1537, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'CF', 'innings': 658.2, 'range': 2.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}}, {'position': 'RF', 'innings': 384.0, 'range': 4.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}}, {'position': '1B', 'innings': 324.2, 'range': 2.0, 'error': 7.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'LF', 'innings': 725.1, 'range': 3.0, 'error': 14.0, 'arm': 0.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'RF', 'innings': 94.1, 'range': 4.0, 'error': 14.0, 'arm': 0.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'SS', 'innings': 1236.0, 'range': 3.0, 'error': 14.0, 'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}}, {'position': 'C', 'innings': 991.2, 'range': 5.0, 'error': 6.0, 'arm': 0.0, 'pb': 8.0, 'overthrow': 12.0, 'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}}, {'position': '3B', 'innings': 617.1, 'range': 2.0, 'error': 31.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': 'LF', 'innings': 61.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': 'RF', 'innings': 228.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': '2B', 'innings': 1358.0, 'range': 5.0, 'error': 8.0, 'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}}, {'position': '2B', 'innings': 13.2, 'range': 3.0, 'error': 0.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': '3B', 'innings': 211.1, 'range': 3.0, 'error': 8.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': 'SS', 'innings': 120.1, 'range': 4.0, 'error': 72.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': '2B', 'innings': 238.0, 'range': 5.0, 'error': 25.0, 'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}}, {'position': '2B', 'innings': 66.2, 'range': 3.0, 'error': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': '3B', 'innings': 109.2, 'range': 3.0, 'error': 27.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'LF', 'innings': 425.1, 'range': 2.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'RF', 'innings': 108.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'C', 'innings': 367.0, 'range': 3.0, 'error': 11.0, 'arm': -2.0, 'pb': 0.0, 'overthrow': 20.0, 'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}}, {'position': 'LF', 'innings': 21.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}}, {'position': 'RF', 'innings': 140.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}}, {'position': '2B', 'innings': 1368.1, 'range': 5.0, 'error': 13.0, 'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 285, 'image': 'https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}}, {'position': '1B', 'innings': 30.2, 'range': 3.0, 'error': 0.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': '2B', 'innings': 49.0, 'range': 4.0, 'error': 29.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': '3B', 'innings': 742.1, 'range': 5.0, 'error': 17.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': 'RF', 'innings': 1337.2, 'range': 1.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}}, {'position': '1B', 'innings': 1311.1, 'range': 2.0, 'error': 6.0, 'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}}, {'position': 'LF', 'innings': 1330.0, 'range': 2.0, 'error': 5.0, 'arm': -5.0, 'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}}, {'position': 'CF', 'innings': 33.1, 'range': 4.0, 'error': 5.0, 'arm': -5.0, 'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}}, {'position': 'CF', 'innings': 1028.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}}, {'position': 'RF', 'innings': 19.0, 'range': 3.0, 'error': 3.0, 'arm': -2.0, 'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}}, {'position': 'SS', 'innings': 1147.2, 'range': 5.0, 'error': 16.0, 'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}}, {'position': 'C', 'innings': 1054.1, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 3.0, 'overthrow': 7.0, 'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}}, {'position': '3B', 'innings': 654.1, 'range': 3.0, 'error': 23.0, 'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}}, {'position': 'C', 'innings': 409.0, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 8.0, 'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}}, {'position': 'CF', 'innings': 636.0, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}}, {'position': 'SS', 'innings': 892.1, 'range': 5.0, 'error': 24.0, 'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}}, {'position': 'CF', 'innings': 1398.0, 'range': 2.0, 'error': 1.0, 'arm': -5.0, 'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}}, {'position': '3B', 'innings': 1419.0, 'range': 1.0, 'error': 14.0, 'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}}, {'position': '1B', 'innings': 1271.2, 'range': 2.0, 'error': 4.0, 'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}}, {'position': 'LF', 'innings': 795.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}}, {'position': 'RF', 'innings': 27.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}}, {'position': '2B', 'innings': 1228.2, 'range': 5.0, 'error': 15.0, 'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}}, {'position': 'RF', 'innings': 1260.1, 'range': 1.0, 'error': 6.0, 'arm': -6.0, 'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}}, {'position': 'SS', 'innings': 1190.0, 'range': 5.0, 'error': 28.0, 'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}}, {'position': '1B', 'innings': 170.1, 'range': 2.0, 'error': 0.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '2B', 'innings': 152.2, 'range': 5.0, 'error': 23.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '3B', 'innings': 32.1, 'range': 3.0, 'error': 35.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '1B', 'innings': 1336.2, 'range': 1.0, 'error': 4.0, 'player_id': 10772, 'p_name': 'John Olerud', 'cost': 239, 'image': 'https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}}, {'position': 'C', 'innings': 1190.0, 'range': 3.0, 'error': 5.0, 'arm': -1.0, 'pb': 4.0, 'overthrow': 10.0, 'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 288, 'image': 'https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}}, {'position': 'CF', 'innings': 1305.1, 'range': 5.0, 'error': 3.0, 'arm': 2.0, 'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}}, {'position': '2B', 'innings': 1164.2, 'range': 3.0, 'error': 10.0, 'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}}, {'position': 'SS', 'innings': 1289.0, 'range': 5.0, 'error': 17.0, 'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}}, {'position': '3B', 'innings': 1232.0, 'range': 3.0, 'error': 12.0, 'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}}, {'position': '2B', 'innings': 280.2, 'range': 4.0, 'error': 17.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': '3B', 'innings': 44.2, 'range': 3.0, 'error': 0.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': 'SS', 'innings': 167.0, 'range': 4.0, 'error': 48.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': 'LF', 'innings': 48.1, 'range': 3.0, 'error': 19.0, 'arm': 0.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': '2B', 'innings': 238.0, 'range': 2.0, 'error': 11.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'LF', 'innings': 472.1, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'CF', 'innings': 181.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'RF', 'innings': 1361.0, 'range': 1.0, 'error': 12.0, 'arm': -2.0, 'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}}, {'position': '1B', 'innings': 1083.0, 'range': 4.0, 'error': 18.0, 'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}}, {'position': 'C', 'innings': 1014.0, 'range': 3.0, 'error': 8.0, 'arm': -2.0, 'pb': 13.0, 'overthrow': 16.0, 'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}}, {'position': '3B', 'innings': 1234.0, 'range': 2.0, 'error': 22.0, 'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}}, {'position': '1B', 'innings': 290.2, 'range': 3.0, 'error': 25.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'LF', 'innings': 199.1, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'CF', 'innings': 19.0, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'RF', 'innings': 26.0, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'LF', 'innings': 41.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'CF', 'innings': 410.0, 'range': 1.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'RF', 'innings': 40.0, 'range': 4.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'SS', 'innings': 1336.2, 'range': 5.0, 'error': 32.0, 'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}}, {'position': '1B', 'innings': 17.0, 'range': 3.0, 'error': 30.0, 'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}}, {'position': 'C', 'innings': 346.1, 'range': 2.0, 'error': 1.0, 'arm': -2.0, 'pb': 5.0, 'overthrow': 3.0, 'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}}, {'position': '1B', 'innings': 1013.2, 'range': 3.0, 'error': 8.0, 'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}}, {'position': '1B', 'innings': 445.2, 'range': 3.0, 'error': 8.0, 'player_id': 10780, 'p_name': 'John Jaha', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}}, {'position': 'C', 'innings': 706.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 7.0, 'overthrow': 12.0, 'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}}, {'position': 'LF', 'innings': 162.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': 'CF', 'innings': 50.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': 'RF', 'innings': 135.0, 'range': 1.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': '1B', 'innings': 37.0, 'range': 3.0, 'error': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'LF', 'innings': 108.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'RF', 'innings': 72.1, 'range': 4.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'LF', 'innings': 132.0, 'range': 3.0, 'error': 0.0, 'arm': -3.0, 'player_id': 10782, 'p_name': 'Rondell White', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}}, {'position': 'CF', 'innings': 699.1, 'range': 2.0, 'error': 0.0, 'arm': -3.0, 'player_id': 10782, 'p_name': 'Rondell White', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}}, {'position': '2B', 'innings': 112.0, 'range': 3.0, 'error': 14.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': '3B', 'innings': 38.2, 'range': 3.0, 'error': 56.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': 'SS', 'innings': 124.2, 'range': 4.0, 'error': 32.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': '2B', 'innings': 404.2, 'range': 5.0, 'error': 17.0, 'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}}, {'position': '3B', 'innings': 32.2, 'range': 3.0, 'error': 50.0, 'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}}, {'position': '2B', 'innings': 210.0, 'range': 3.0, 'error': 18.0, 'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}}, {'position': '3B', 'innings': 36.2, 'range': 3.0, 'error': 65.0, 'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}}, {'position': 'CF', 'innings': 873.2, 'range': 1.0, 'error': 2.0, 'arm': 1.0, 'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}}, {'position': '2B', 'innings': 37.1, 'range': 3.0, 'error': 71.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': '3B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'LF', 'innings': 99.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'RF', 'innings': 138.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'RF', 'innings': 796.1, 'range': 2.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}}, {'position': 'C', 'innings': 613.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'pb': 1.0, 'overthrow': 8.0, 'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}}, {'position': 'LF', 'innings': 49.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': 'CF', 'innings': 217.1, 'range': 2.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': 'RF', 'innings': 94.1, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': '1B', 'innings': 340.0, 'range': 2.0, 'error': 19.0, 'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}}, {'position': 'SS', 'innings': 244.2, 'range': 3.0, 'error': 31.0, 'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}}, {'position': '2B', 'innings': 17.0, 'range': 3.0, 'error': 0.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': '3B', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': 'SS', 'innings': 155.0, 'range': 3.0, 'error': 52.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': 'C', 'innings': 234.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'pb': 0.0, 'overthrow': 5.0, 'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}}, {'position': 'C', 'innings': 245.2, 'range': 2.0, 'error': 4.0, 'arm': -4.0, 'pb': 4.0, 'overthrow': 9.0, 'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}}, {'position': 'C', 'innings': 313.1, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'pb': 15.0, 'overthrow': 7.0, 'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}}, {'position': '2B', 'innings': 248.2, 'range': 1.0, 'error': 0.0, 'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}}, {'position': 'LF', 'innings': 252.0, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}}, {'position': '2B', 'innings': 125.1, 'range': 2.0, 'error': 0.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': '3B', 'innings': 27.2, 'range': 3.0, 'error': 0.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': 'SS', 'innings': 92.0, 'range': 5.0, 'error': 32.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': '2B', 'innings': 46.0, 'range': 3.0, 'error': 0.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': '3B', 'innings': 41.2, 'range': 3.0, 'error': 47.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': 'SS', 'innings': 320.2, 'range': 2.0, 'error': 7.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': '3B', 'innings': 605.1, 'range': 5.0, 'error': 29.0, 'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}}]} type: 2025-02-09 10:49:49,858 - card_creation - INFO - return: Updated cards: 584; new cards: 22 2025-02-09 10:49:49,859 - card_creation - INFO - Posted 360 players to the database 2025-02-09 10:51:15,682 - card_creation - INFO - vL - All Hits: 20.5 / Other OB: 20.1 / All Outs: 67.5 / Total: 29.0 2025-02-09 10:51:15,682 - card_creation - INFO - vR - All Hits: 15.75 / Other OB: 12.7 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,682 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.65 2025-02-09 10:51:15,682 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.350000000000001 2025-02-09 10:51:15,682 - card_creation - INFO - vL: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,682 - card_creation - INFO - vR: All Hits: 15.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,682 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,682 - card_creation - INFO - raw do chances: 2.8 2025-02-09 10:51:15,682 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.8500000000000005 2025-02-09 10:51:15,682 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,682 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,682 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,682 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,682 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,682 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,683 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.1500000000000012 2025-02-09 10:51:15,683 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:15,683 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:15,683 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,683 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,683 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,683 - card_creation - INFO - vL: All other OB: 20.1 / HBP: 0 / BB: 20.1 / Total Chances: 69.6 2025-02-09 10:51:15,683 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 57.45 2025-02-09 10:51:15,683 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 23.849999999999994 / Current Outs: 52.85 2025-02-09 10:51:15,683 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 29.250000000000004 / Current Outs: 58.25 2025-02-09 10:51:15,683 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,683 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,683 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,683 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,683 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,683 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,684 - card_creation - INFO - vL - All Hits: 27.7 / Other OB: 10.1 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,684 - card_creation - INFO - vR - All Hits: 14.05 / Other OB: 13.75 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,684 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.899999999999997 2025-02-09 10:51:15,684 - card_creation - INFO - remaining singles: -0.10000000000000075 / total xbh: 5.000000000000002 2025-02-09 10:51:15,684 - card_creation - INFO - vL: All Hits: 27.7 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.4 / Single CF: 0 2025-02-09 10:51:15,684 - card_creation - INFO - vR: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,684 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,684 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,684 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 4.399999999999997 2025-02-09 10:51:15,684 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-09 10:51:15,684 - card_creation - INFO - raw hr chances: 4.4 2025-02-09 10:51:15,684 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.4 2025-02-09 10:51:15,684 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,684 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,684 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,684 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.2500000000000018 2025-02-09 10:51:15,684 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,684 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,684 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-09 10:51:15,684 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,684 - card_creation - INFO - vL: All other OB: 10.1 / HBP: 2.0 / BB: 8.1 / Total Chances: 66.8 2025-02-09 10:51:15,684 - card_creation - INFO - vR: All other OB: 13.75 / HBP: 0 / BB: 13.75 / Total Chances: 56.8 2025-02-09 10:51:15,684 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 28.85 / Current Outs: 57.85 2025-02-09 10:51:15,684 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 24.2 / Current Outs: 53.2 2025-02-09 10:51:15,684 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,684 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,684 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,684 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,684 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,684 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,685 - card_creation - INFO - vL - All Hits: 32.7 / Other OB: 3.2 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:15,685 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 4.75 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,685 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.600000000000001 2025-02-09 10:51:15,685 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.5 2025-02-09 10:51:15,685 - card_creation - INFO - vL: All Hits: 32.7 / BP Singles: 5.0 / Single 2: 8.05 / Single 1: 8.05 / Single CF: 0 2025-02-09 10:51:15,685 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,685 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,685 - card_creation - INFO - raw do chances: 9.3 2025-02-09 10:51:15,685 - card_creation - INFO - Double**: 9.3 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-09 10:51:15,685 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:15,685 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:15,685 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-09 10:51:15,685 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,685 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,685 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,685 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-09 10:51:15,685 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,685 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,685 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,685 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,685 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 2.0 / BB: 1.2 / Total Chances: 64.9 2025-02-09 10:51:15,685 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 50.75 2025-02-09 10:51:15,685 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 8.75 / Current Outs: 37.75 2025-02-09 10:51:15,686 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-09 10:51:15,686 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,686 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,686 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,686 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,686 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,686 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,686 - card_creation - INFO - vL - All Hits: 1.25 / Other OB: 17.2 / All Outs: 89.5 / Total: 29.0 2025-02-09 10:51:15,686 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 17.55 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,686 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.25 2025-02-09 10:51:15,686 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.75 2025-02-09 10:51:15,686 - card_creation - INFO - vL: All Hits: 1.25 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,686 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:15,687 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,687 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,687 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-09 10:51:15,687 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,687 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,687 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,687 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:15,687 - card_creation - INFO - Passing 0.25 xbh to other_ob 2025-02-09 10:51:15,687 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-09 10:51:15,687 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,687 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.6499999999999999 2025-02-09 10:51:15,687 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,687 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,687 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,687 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:15,687 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:15,687 - card_creation - INFO - vL: All other OB: 17.45 / HBP: 2.0 / BB: 15.45 / Total Chances: 47.45 2025-02-09 10:51:15,687 - card_creation - INFO - vR: All other OB: 17.55 / HBP: 0 / BB: 17.55 / Total Chances: 57.05 2025-02-09 10:51:15,687 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 35.50000000000001 / Current Outs: 64.5 2025-02-09 10:51:15,687 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 40.400000000000006 / Current Outs: 69.4 2025-02-09 10:51:15,687 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,687 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,687 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,687 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,687 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,687 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,688 - card_creation - INFO - vL - All Hits: 23.05 / Other OB: 14.65 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,688 - card_creation - INFO - vR - All Hits: 25.55 / Other OB: 10.85 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:15,688 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 8.8 2025-02-09 10:51:15,688 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.249999999999998 2025-02-09 10:51:15,688 - card_creation - INFO - vL: All Hits: 23.05 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,688 - card_creation - INFO - vR: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 7.65 / Single 1: 7.65 / Single CF: 0 2025-02-09 10:51:15,688 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,688 - card_creation - INFO - raw do chances: 7.05 2025-02-09 10:51:15,688 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.7500000000000009 2025-02-09 10:51:15,688 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:15,688 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:15,688 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,688 - card_creation - INFO - excess xbh: -0.25 2025-02-09 10:51:15,688 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,688 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:15,688 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.549999999999998 2025-02-09 10:51:15,688 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,688 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,688 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-09 10:51:15,688 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,688 - card_creation - INFO - vL: All other OB: 14.65 / HBP: 0 / BB: 14.65 / Total Chances: 66.95 2025-02-09 10:51:15,688 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 1.0 / BB: 9.85 / Total Chances: 65.4 2025-02-09 10:51:15,688 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 15.299999999999997 / Current Outs: 44.3 2025-02-09 10:51:15,688 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 21.1 / Current Outs: 50.1 2025-02-09 10:51:15,688 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,688 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,688 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,688 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,689 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,689 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,689 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 3.75 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,689 - card_creation - INFO - vR - All Hits: 20.75 / Other OB: 3.2 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,689 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.599999999999998 2025-02-09 10:51:15,689 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.149999999999999 2025-02-09 10:51:15,689 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:15,689 - card_creation - INFO - vR: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,689 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,689 - card_creation - INFO - raw do chances: 2.8 2025-02-09 10:51:15,689 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.799999999999998 2025-02-09 10:51:15,689 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-09 10:51:15,689 - card_creation - INFO - raw hr chances: 2.8 2025-02-09 10:51:15,689 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-09 10:51:15,689 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,689 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-09 10:51:15,690 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,690 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.9499999999999984 2025-02-09 10:51:15,690 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-09 10:51:15,690 - card_creation - INFO - raw hr chances: 3.95 2025-02-09 10:51:15,690 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.95 2025-02-09 10:51:15,690 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,690 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 52.95 2025-02-09 10:51:15,690 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 52.95 2025-02-09 10:51:15,690 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 22.2 / Current Outs: 51.2 2025-02-09 10:51:15,690 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 22.75 / Current Outs: 51.75 2025-02-09 10:51:15,690 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,690 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,690 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,690 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,690 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,690 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,690 - card_creation - INFO - vL - All Hits: 32.9 / Other OB: 24.6 / All Outs: 50.5 / Total: 29.0 2025-02-09 10:51:15,690 - card_creation - INFO - vR - All Hits: 12.6 / Other OB: 9.05 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,691 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 14.95 2025-02-09 10:51:15,691 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.1 2025-02-09 10:51:15,691 - card_creation - INFO - vL: All Hits: 32.9 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.45 / Single CF: 0 2025-02-09 10:51:15,691 - card_creation - INFO - vR: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,691 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:15,691 - card_creation - INFO - raw do chances: 14.2 2025-02-09 10:51:15,691 - card_creation - INFO - Double**: 14.2 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:15,691 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,691 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,691 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,691 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:15,691 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:15,691 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,691 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,691 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.8999999999999995 2025-02-09 10:51:15,691 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,691 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,691 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,691 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,691 - card_creation - INFO - vL: All other OB: 24.6 / HBP: 6.0 / BB: 18.6 / Total Chances: 86.5 2025-02-09 10:51:15,691 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 0 / BB: 9.05 / Total Chances: 50.65 2025-02-09 10:51:15,691 - card_creation - INFO - vL: All Outs: 50.5 / Ks: 19.35 / Current Outs: 48.35 2025-02-09 10:51:15,691 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.899999999999995 / Current Outs: 58.9 2025-02-09 10:51:15,691 - card_creation - INFO - Remaining outs: 0.75 2025-02-09 10:51:15,691 - card_creation - INFO - Passing 0.75 outs to strikeouts 2025-02-09 10:51:15,691 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,691 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,691 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,691 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,692 - card_creation - INFO - vL - All Hits: 28.5 / Other OB: 9.3 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,692 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 14.35 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:15,692 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 8.899999999999999 2025-02-09 10:51:15,692 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 5.8000000000000025 2025-02-09 10:51:15,692 - card_creation - INFO - vL: All Hits: 28.5 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.3 / Single CF: 0 2025-02-09 10:51:15,692 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,692 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-09 10:51:15,692 - card_creation - INFO - raw do chances: 7.1 2025-02-09 10:51:15,692 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 1.799999999999999 2025-02-09 10:51:15,692 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:15,692 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:15,692 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,692 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-09 10:51:15,692 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.50 2025-02-09 10:51:15,692 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,692 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.6000000000000023 2025-02-09 10:51:15,692 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-09 10:51:15,692 - card_creation - INFO - raw hr chances: 2.6 2025-02-09 10:51:15,692 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-09 10:51:15,692 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,692 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 4.0 / BB: 5.3 / Total Chances: 67.0 2025-02-09 10:51:15,692 - card_creation - INFO - vR: All other OB: 14.35 / HBP: 2.0 / BB: 12.35 / Total Chances: 64.95 2025-02-09 10:51:15,692 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 24.65 / Current Outs: 53.65 2025-02-09 10:51:15,692 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 21.6 / Current Outs: 50.6 2025-02-09 10:51:15,693 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,693 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,693 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,693 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,693 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,693 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,693 - card_creation - INFO - vL - All Hits: 15.95 / Other OB: 11.5 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,693 - card_creation - INFO - vR - All Hits: 7.2 / Other OB: 15.25 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,693 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.550000000000001 2025-02-09 10:51:15,693 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 2.8999999999999995 2025-02-09 10:51:15,693 - card_creation - INFO - vL: All Hits: 15.95 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,693 - card_creation - INFO - vR: All Hits: 7.2 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,693 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,693 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,693 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.8000000000000007 2025-02-09 10:51:15,693 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:15,694 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:15,694 - card_creation - INFO - BP HR: 0 / ND HR: 1.8 2025-02-09 10:51:15,694 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,694 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,694 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,694 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-09 10:51:15,694 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,694 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,694 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,694 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:15,694 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:15,694 - card_creation - INFO - vL: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 56.45 2025-02-09 10:51:15,694 - card_creation - INFO - vR: All other OB: 15.25 / HBP: 3.0 / BB: 12.25 / Total Chances: 51.45 2025-02-09 10:51:15,694 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 21.450000000000003 / Current Outs: 50.45 2025-02-09 10:51:15,694 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 31.7 / Current Outs: 60.7 2025-02-09 10:51:15,694 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,694 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,694 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,694 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,694 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,694 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,695 - card_creation - INFO - vL - All Hits: 20.45 / Other OB: 8.55 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,695 - card_creation - INFO - vR - All Hits: 34.9 / Other OB: 3.2 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,695 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 7.0 2025-02-09 10:51:15,695 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 13.95 2025-02-09 10:51:15,695 - card_creation - INFO - vL: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,695 - card_creation - INFO - vR: All Hits: 34.9 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 0.0 / Single CF: 7.95 2025-02-09 10:51:15,695 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,695 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:15,695 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 3.5 2025-02-09 10:51:15,695 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-09 10:51:15,695 - card_creation - INFO - raw hr chances: 3.5 2025-02-09 10:51:15,695 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-09 10:51:15,695 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,695 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,695 - card_creation - INFO - raw do chances: 8.35 2025-02-09 10:51:15,695 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.35 / rem xbh: 5.6 2025-02-09 10:51:15,695 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-09 10:51:15,695 - card_creation - INFO - raw hr chances: 5.6 2025-02-09 10:51:15,695 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5999999999999996 2025-02-09 10:51:15,695 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,695 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 58.0 2025-02-09 10:51:15,695 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 67.1 2025-02-09 10:51:15,695 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 29.4 / Current Outs: 58.4 2025-02-09 10:51:15,695 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 15.75 / Current Outs: 44.75 2025-02-09 10:51:15,695 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,695 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,696 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,696 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,696 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,696 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,696 - card_creation - INFO - vL - All Hits: 21.5 / Other OB: 8.25 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,696 - card_creation - INFO - vR - All Hits: 17.25 / Other OB: 9.05 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:15,696 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.700000000000001 2025-02-09 10:51:15,696 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.649999999999999 2025-02-09 10:51:15,696 - card_creation - INFO - vL: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,696 - card_creation - INFO - vR: All Hits: 17.25 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-09 10:51:15,696 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,696 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,696 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.500000000000001 2025-02-09 10:51:15,696 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-09 10:51:15,696 - card_creation - INFO - raw hr chances: 2.5 2025-02-09 10:51:15,697 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-09 10:51:15,697 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,697 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,697 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,697 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.8999999999999986 2025-02-09 10:51:15,697 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,697 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,697 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,697 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,697 - card_creation - INFO - vL: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 58.75 2025-02-09 10:51:15,697 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 0 / BB: 9.05 / Total Chances: 55.3 2025-02-09 10:51:15,697 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 22.7 / Current Outs: 51.7 2025-02-09 10:51:15,697 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 17.9 / Current Outs: 46.9 2025-02-09 10:51:15,697 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,697 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,697 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,697 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,697 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,697 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,698 - card_creation - INFO - vL - All Hits: 21.8 / Other OB: 20.1 / All Outs: 66.0 / Total: 29.0 2025-02-09 10:51:15,698 - card_creation - INFO - vR - All Hits: 18.0 / Other OB: 8.0 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,698 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.3000000000000007 2025-02-09 10:51:15,698 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.55 2025-02-09 10:51:15,698 - card_creation - INFO - vL: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 6.75 / Single 1: 6.75 / Single CF: 0 2025-02-09 10:51:15,698 - card_creation - INFO - vR: All Hits: 18.0 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:15,698 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,698 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,698 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.6500000000000008 2025-02-09 10:51:15,698 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:15,698 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:15,698 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-09 10:51:15,698 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,698 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,698 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,698 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 4.050000000000001 2025-02-09 10:51:15,698 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-09 10:51:15,698 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:15,698 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.05 2025-02-09 10:51:15,698 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,698 - card_creation - INFO - vL: All other OB: 20.1 / HBP: 0 / BB: 20.1 / Total Chances: 70.9 2025-02-09 10:51:15,698 - card_creation - INFO - vR: All other OB: 8.0 / HBP: 1.0 / BB: 7.0 / Total Chances: 55.0 2025-02-09 10:51:15,698 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 17.849999999999998 / Current Outs: 46.85 2025-02-09 10:51:15,698 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 27.95 / Current Outs: 56.95 2025-02-09 10:51:15,698 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,698 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,698 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,698 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,698 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,698 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,699 - card_creation - INFO - vL - All Hits: 23.3 / Other OB: 8.1 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,699 - card_creation - INFO - vR - All Hits: 7.65 / Other OB: 7.75 / All Outs: 92.5 / Total: 29.0 2025-02-09 10:51:15,699 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0500000000000007 2025-02-09 10:51:15,699 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.6500000000000004 2025-02-09 10:51:15,699 - card_creation - INFO - vL: All Hits: 23.3 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.15 / Single CF: 0 2025-02-09 10:51:15,699 - card_creation - INFO - vR: All Hits: 7.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,699 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,699 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,699 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-09 10:51:15,699 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,699 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,699 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:15,699 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,699 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,699 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,699 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.0000000000000004 2025-02-09 10:51:15,699 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,699 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,699 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,699 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,699 - card_creation - INFO - vL: All other OB: 8.1 / HBP: 2.0 / BB: 6.1 / Total Chances: 60.4 2025-02-09 10:51:15,699 - card_creation - INFO - vR: All other OB: 7.75 / HBP: 1.0 / BB: 6.75 / Total Chances: 44.4 2025-02-09 10:51:15,699 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 10.85 / Current Outs: 39.85 2025-02-09 10:51:15,699 - card_creation - INFO - vR: All Outs: 92.5 / Ks: 23.2 / Current Outs: 52.2 2025-02-09 10:51:15,700 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,700 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,700 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,700 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,700 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,700 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,700 - card_creation - INFO - vL - All Hits: 15.1 / Other OB: 5.85 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,700 - card_creation - INFO - vR - All Hits: 32.5 / Other OB: 11.0 / All Outs: 64.5 / Total: 29.0 2025-02-09 10:51:15,700 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.200000000000001 2025-02-09 10:51:15,700 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.799999999999999 2025-02-09 10:51:15,700 - card_creation - INFO - vL: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:15,700 - card_creation - INFO - vR: All Hits: 32.5 / BP Singles: 5.0 / Single 2: 8.85 / Single 1: 8.85 / Single CF: 0 2025-02-09 10:51:15,700 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:15,700 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,700 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-09 10:51:15,701 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,701 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,701 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,701 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,701 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:15,701 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,701 - card_creation - INFO - raw do chances: 6.85 2025-02-09 10:51:15,701 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 2.9499999999999993 2025-02-09 10:51:15,701 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-09 10:51:15,701 - card_creation - INFO - raw hr chances: 2.95 2025-02-09 10:51:15,701 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-09 10:51:15,701 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,701 - card_creation - INFO - vL: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 49.95 2025-02-09 10:51:15,701 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 72.5 2025-02-09 10:51:15,701 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 14.1 / Current Outs: 43.1 2025-02-09 10:51:15,701 - card_creation - INFO - vR: All Outs: 64.5 / Ks: 12.95 / Current Outs: 41.95 2025-02-09 10:51:15,701 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,701 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,701 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,701 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,701 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,701 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,702 - card_creation - INFO - vL - All Hits: 20.65 / Other OB: 6.8 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,702 - card_creation - INFO - vR - All Hits: 12.6 / Other OB: 8.5 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,702 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.799999999999999 2025-02-09 10:51:15,702 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.9 2025-02-09 10:51:15,702 - card_creation - INFO - vL: All Hits: 20.65 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,702 - card_creation - INFO - vR: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,702 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-09 10:51:15,702 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,702 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.049999999999999 2025-02-09 10:51:15,702 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,702 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,702 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,702 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-09 10:51:15,702 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-09 10:51:15,702 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,702 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,702 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.5000000000000004 2025-02-09 10:51:15,702 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-09 10:51:15,702 - card_creation - INFO - raw hr chances: 3.5 2025-02-09 10:51:15,702 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.5 2025-02-09 10:51:15,702 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,702 - card_creation - INFO - vL: All other OB: 6.8 / HBP: 0 / BB: 6.8 / Total Chances: 56.45 2025-02-09 10:51:15,702 - card_creation - INFO - vR: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 50.1 2025-02-09 10:51:15,702 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 27.150000000000002 / Current Outs: 56.15 2025-02-09 10:51:15,702 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 26.45 / Current Outs: 55.45 2025-02-09 10:51:15,702 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,702 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,702 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,702 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,702 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,702 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,703 - card_creation - INFO - vL - All Hits: 11.5 / Other OB: 8.9 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,703 - card_creation - INFO - vR - All Hits: 22.65 / Other OB: 11.85 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,703 - card_creation - INFO - remaining singles: 0.75 / total xbh: 6.5 2025-02-09 10:51:15,703 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 10.299999999999997 2025-02-09 10:51:15,703 - card_creation - INFO - vL: All Hits: 11.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,703 - card_creation - INFO - vR: All Hits: 22.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-09 10:51:15,703 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,703 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,703 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.25 2025-02-09 10:51:15,703 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-09 10:51:15,703 - card_creation - INFO - raw hr chances: 3.25 2025-02-09 10:51:15,703 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-09 10:51:15,703 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,703 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,703 - card_creation - INFO - raw do chances: 8.25 2025-02-09 10:51:15,703 - card_creation - INFO - Double**: 8.25 / Double(cf): 0.0 / rem xbh: 2.049999999999997 2025-02-09 10:51:15,704 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,704 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,704 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:15,704 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,704 - card_creation - INFO - vL: All other OB: 8.9 / HBP: 0 / BB: 8.9 / Total Chances: 49.4 2025-02-09 10:51:15,704 - card_creation - INFO - vR: All other OB: 11.85 / HBP: 0 / BB: 11.85 / Total Chances: 63.5 2025-02-09 10:51:15,704 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-09 10:51:15,704 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 24.1 / Current Outs: 53.1 2025-02-09 10:51:15,704 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,704 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,704 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,704 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,704 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,704 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,704 - card_creation - INFO - vL - All Hits: 20.9 / Other OB: 14.55 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,704 - card_creation - INFO - vR - All Hits: 21.5 / Other OB: 6.55 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,705 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.75 2025-02-09 10:51:15,705 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 8.55 2025-02-09 10:51:15,705 - card_creation - INFO - vL: All Hits: 20.9 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,705 - card_creation - INFO - vR: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,705 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,705 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,705 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.3499999999999996 2025-02-09 10:51:15,705 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:15,705 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:15,705 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.35 2025-02-09 10:51:15,705 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,705 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:15,705 - card_creation - INFO - raw do chances: 7.7 2025-02-09 10:51:15,705 - card_creation - INFO - Double**: 7.7 / Double(cf): 0.0 / rem xbh: 0.8500000000000005 2025-02-09 10:51:15,705 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,705 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,705 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,705 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,705 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:15,705 - card_creation - INFO - vL: All other OB: 14.55 / HBP: 0 / BB: 14.55 / Total Chances: 64.45 2025-02-09 10:51:15,705 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 1.0 / BB: 5.55 / Total Chances: 57.05 2025-02-09 10:51:15,705 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 14.4 / Current Outs: 43.4 2025-02-09 10:51:15,705 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 19.4 / Current Outs: 48.4 2025-02-09 10:51:15,705 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,705 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,705 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,705 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,705 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,705 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,706 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 10.95 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,706 - card_creation - INFO - vR - All Hits: 24.85 / Other OB: 7.35 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:15,706 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 5.800000000000001 2025-02-09 10:51:15,706 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.400000000000002 2025-02-09 10:51:15,706 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,706 - card_creation - INFO - vR: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.25 / Single CF: 0 2025-02-09 10:51:15,706 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,706 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,706 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.5500000000000007 2025-02-09 10:51:15,706 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,706 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,706 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-09 10:51:15,706 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,706 - card_creation - INFO - hr%: 0.50 / tr%: 0.20 / do%: 0.30 2025-02-09 10:51:15,706 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,706 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 5.150000000000002 2025-02-09 10:51:15,706 - card_creation - INFO - Triple: 1.1 / rem xbh: 4.05 2025-02-09 10:51:15,706 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:15,706 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.05 2025-02-09 10:51:15,706 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,706 - card_creation - INFO - vL: All other OB: 10.95 / HBP: 0 / BB: 10.95 / Total Chances: 54.35 2025-02-09 10:51:15,706 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 2.0 / BB: 5.35 / Total Chances: 61.2 2025-02-09 10:51:15,706 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 19.0 / Current Outs: 48.0 2025-02-09 10:51:15,706 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 13.600000000000001 / Current Outs: 42.6 2025-02-09 10:51:15,706 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,706 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,707 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,707 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,707 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,707 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,707 - card_creation - INFO - vL - All Hits: 10.3 / Other OB: 3.2 / All Outs: 94.5 / Total: 29.0 2025-02-09 10:51:15,707 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 3.2 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,707 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.5 2025-02-09 10:51:15,707 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.100000000000001 2025-02-09 10:51:15,707 - card_creation - INFO - vL: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,707 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,707 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:15,707 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:15,707 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-09 10:51:15,707 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,707 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,707 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,707 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:15,708 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-09 10:51:15,708 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,708 - card_creation - INFO - raw do chances: 6.5 2025-02-09 10:51:15,708 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 1.6000000000000014 2025-02-09 10:51:15,708 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,708 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,708 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,708 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:15,708 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 1.0 / BB: 2.2 / Total Chances: 42.5 2025-02-09 10:51:15,708 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 54.2 2025-02-09 10:51:15,708 - card_creation - INFO - vL: All Outs: 94.5 / Ks: 33.75 / Current Outs: 62.75 2025-02-09 10:51:15,708 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-09 10:51:15,708 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,708 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,708 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,708 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,708 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,708 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,708 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 4.75 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,709 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 0.0 / All Outs: 97.5 / Total: 29.0 2025-02-09 10:51:15,709 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.8500000000000014 2025-02-09 10:51:15,709 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.0500000000000007 2025-02-09 10:51:15,709 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,709 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:15,709 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,709 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,709 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6500000000000012 2025-02-09 10:51:15,709 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,709 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,709 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-09 10:51:15,709 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,709 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,709 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,709 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0500000000000007 2025-02-09 10:51:15,709 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,709 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,709 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-09 10:51:15,709 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,709 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 2.0 / BB: 2.75 / Total Chances: 48.0 2025-02-09 10:51:15,709 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 39.5 2025-02-09 10:51:15,709 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 28.2 / Current Outs: 57.2 2025-02-09 10:51:15,709 - card_creation - INFO - vR: All Outs: 97.5 / Ks: 42.95 / Current Outs: 71.95 2025-02-09 10:51:15,709 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,709 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,709 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,709 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,709 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,709 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,710 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 11.95 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,710 - card_creation - INFO - vR - All Hits: 12.75 / Other OB: 6.65 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:15,710 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.450000000000003 2025-02-09 10:51:15,710 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.800000000000001 2025-02-09 10:51:15,710 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,710 - card_creation - INFO - vR: All Hits: 12.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:15,710 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,710 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,710 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.7500000000000027 2025-02-09 10:51:15,710 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:15,710 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:15,710 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,710 - card_creation - INFO - excess xbh: -0.25 2025-02-09 10:51:15,710 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:15,710 - card_creation - INFO - raw do chances: 1.75 2025-02-09 10:51:15,710 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 4.050000000000001 2025-02-09 10:51:15,710 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-09 10:51:15,710 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:15,710 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.05 2025-02-09 10:51:15,710 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,710 - card_creation - INFO - vL: All other OB: 11.95 / HBP: 0 / BB: 11.95 / Total Chances: 61.75 2025-02-09 10:51:15,710 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 1.0 / BB: 5.65 / Total Chances: 48.4 2025-02-09 10:51:15,710 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 26.0 / Current Outs: 55.0 2025-02-09 10:51:15,710 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 36.300000000000004 / Current Outs: 65.3 2025-02-09 10:51:15,711 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,711 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,711 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,711 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,711 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,711 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,711 - card_creation - INFO - vL - All Hits: 22.95 / Other OB: 5.7 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,711 - card_creation - INFO - vR - All Hits: 16.05 / Other OB: 17.0 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,711 - card_creation - INFO - remaining singles: 0.0 / total xbh: 12.349999999999998 2025-02-09 10:51:15,712 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.25 2025-02-09 10:51:15,712 - card_creation - INFO - vL: All Hits: 22.95 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-09 10:51:15,712 - card_creation - INFO - vR: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,712 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,712 - card_creation - INFO - raw do chances: 12.35 2025-02-09 10:51:15,712 - card_creation - INFO - Double**: 12.35 / Double(cf): 0.0 / rem xbh: -1.7763568394002505e-15 2025-02-09 10:51:15,712 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-09 10:51:15,712 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,712 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 5.75 2025-02-09 10:51:15,712 - card_creation - INFO - Triple: 0 / rem xbh: 5.75 2025-02-09 10:51:15,712 - card_creation - INFO - raw hr chances: 5.75 2025-02-09 10:51:15,712 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.75 2025-02-09 10:51:15,712 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.65 2025-02-09 10:51:15,712 - card_creation - INFO - vR: All other OB: 17.0 / HBP: 2.0 / BB: 15.0 / Total Chances: 62.05 2025-02-09 10:51:15,712 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 12.25 / Current Outs: 41.25 2025-02-09 10:51:15,712 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 7.95 / Current Outs: 36.95 2025-02-09 10:51:15,712 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,712 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,712 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,712 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,712 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,713 - card_creation - INFO - vL - All Hits: 37.8 / Other OB: 5.85 / All Outs: 64.5 / Total: 29.0 2025-02-09 10:51:15,713 - card_creation - INFO - vR - All Hits: 25.1 / Other OB: 2.55 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,713 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 26.899999999999995 2025-02-09 10:51:15,713 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 11.400000000000002 2025-02-09 10:51:15,713 - card_creation - INFO - vL: All Hits: 37.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.7 2025-02-09 10:51:15,713 - card_creation - INFO - vR: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,713 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:15,713 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,713 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.7 / rem xbh: 21.199999999999996 2025-02-09 10:51:15,713 - card_creation - INFO - Triple: 0 / rem xbh: 21.2 2025-02-09 10:51:15,713 - card_creation - INFO - raw hr chances: 21.2 2025-02-09 10:51:15,713 - card_creation - INFO - BP HR: 0.0 / ND HR: 21.2 2025-02-09 10:51:15,713 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,713 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,713 - card_creation - INFO - raw do chances: 9.1 2025-02-09 10:51:15,713 - card_creation - INFO - Double**: 9.1 / Double(cf): 0.0 / rem xbh: 2.3000000000000025 2025-02-09 10:51:15,713 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:15,713 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:15,713 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-09 10:51:15,713 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,713 - card_creation - INFO - vL: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 72.65 2025-02-09 10:51:15,713 - card_creation - INFO - vR: All other OB: 2.55 / HBP: 3.0 / BB: -0.45 / Total Chances: 56.65 2025-02-09 10:51:15,713 - card_creation - INFO - vL: All Outs: 64.5 / Ks: -0.8999999999999997 / Current Outs: 28.1 2025-02-09 10:51:15,713 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 25.4 / Current Outs: 54.4 2025-02-09 10:51:15,713 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,713 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-09 10:51:15,714 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,714 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,714 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,714 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,714 - card_creation - INFO - vL - All Hits: 8.1 / Other OB: 5.9 / All Outs: 94.0 / Total: 29.0 2025-02-09 10:51:15,714 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 7.0 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:15,714 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 0.6999999999999993 2025-02-09 10:51:15,714 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.0500000000000007 2025-02-09 10:51:15,714 - card_creation - INFO - vL: All Hits: 8.1 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,714 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,714 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,714 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,714 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6999999999999993 2025-02-09 10:51:15,714 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,714 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,714 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,714 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:15,714 - card_creation - INFO - Passing 0.7 xbh to single** 2025-02-09 10:51:15,714 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-09 10:51:15,715 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,715 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.6500000000000008 2025-02-09 10:51:15,715 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,715 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,715 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,715 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:15,715 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:15,715 - card_creation - INFO - vL: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 43.0 2025-02-09 10:51:15,715 - card_creation - INFO - vR: All other OB: 7.0 / HBP: 0 / BB: 7.0 / Total Chances: 53.6 2025-02-09 10:51:15,715 - card_creation - INFO - vL: All Outs: 94.0 / Ks: 37.050000000000004 / Current Outs: 66.05 2025-02-09 10:51:15,715 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 27.95 / Current Outs: 56.95 2025-02-09 10:51:15,715 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,715 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,715 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,715 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,715 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,715 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,715 - card_creation - INFO - vL - All Hits: 22.9 / Other OB: 6.2 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,715 - card_creation - INFO - vR - All Hits: 13.15 / Other OB: 11.9 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,716 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.349999999999998 2025-02-09 10:51:15,716 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.85 2025-02-09 10:51:15,716 - card_creation - INFO - vL: All Hits: 22.9 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,716 - card_creation - INFO - vR: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,716 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:15,716 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,716 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.599999999999998 2025-02-09 10:51:15,716 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:15,716 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:15,716 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-09 10:51:15,716 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,716 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,716 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,716 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 0.9499999999999997 2025-02-09 10:51:15,716 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:15,716 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:15,716 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,716 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:15,716 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:15,716 - card_creation - INFO - vL: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 58.1 2025-02-09 10:51:15,716 - card_creation - INFO - vR: All other OB: 11.9 / HBP: 1.0 / BB: 10.9 / Total Chances: 54.05 2025-02-09 10:51:15,716 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 29.75 / Current Outs: 58.75 2025-02-09 10:51:15,716 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 21.05 / Current Outs: 50.05 2025-02-09 10:51:15,716 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,716 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,716 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,716 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,716 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,716 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,717 - card_creation - INFO - vL - All Hits: 19.9 / Other OB: 12.9 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,717 - card_creation - INFO - vR - All Hits: 31.05 / Other OB: 0.0 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,717 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 11.05 2025-02-09 10:51:15,717 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 9.200000000000001 2025-02-09 10:51:15,717 - card_creation - INFO - vL: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.95 2025-02-09 10:51:15,717 - card_creation - INFO - vR: All Hits: 31.05 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.45 / Single CF: 0 2025-02-09 10:51:15,717 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:15,717 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,717 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.1 / rem xbh: 5.950000000000001 2025-02-09 10:51:15,717 - card_creation - INFO - Triple: 0 / rem xbh: 5.95 2025-02-09 10:51:15,717 - card_creation - INFO - raw hr chances: 5.95 2025-02-09 10:51:15,717 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.95 2025-02-09 10:51:15,717 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,717 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,717 - card_creation - INFO - raw do chances: 7.35 2025-02-09 10:51:15,717 - card_creation - INFO - Double**: 7.35 / Double(cf): 0.0 / rem xbh: 1.8500000000000014 2025-02-09 10:51:15,717 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,717 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,717 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,717 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-09 10:51:15,717 - card_creation - INFO - vL: All other OB: 12.9 / HBP: 0 / BB: 12.9 / Total Chances: 61.8 2025-02-09 10:51:15,717 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 60.2 2025-02-09 10:51:15,717 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 6.05 / Current Outs: 35.05 2025-02-09 10:51:15,717 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 25.95 / Current Outs: 54.95 2025-02-09 10:51:15,718 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,718 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,718 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,718 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,718 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,718 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,718 - card_creation - INFO - vL - All Hits: 28.2 / Other OB: 6.7 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,718 - card_creation - INFO - vR - All Hits: 18.05 / Other OB: 5.85 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,718 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.649999999999999 2025-02-09 10:51:15,718 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.100000000000001 2025-02-09 10:51:15,718 - card_creation - INFO - vL: All Hits: 28.2 / BP Singles: 5.0 / Single 2: 8.8 / Single 1: 8.75 / Single CF: 0 2025-02-09 10:51:15,718 - card_creation - INFO - vR: All Hits: 18.05 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,718 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,718 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,718 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.1499999999999986 2025-02-09 10:51:15,718 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:15,718 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:15,719 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,719 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,719 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,719 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,719 - card_creation - INFO - raw do chances: 6.4 2025-02-09 10:51:15,719 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 0.7000000000000011 2025-02-09 10:51:15,719 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,719 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,719 - card_creation - INFO - BP HR: 0 / ND HR: 0.7 2025-02-09 10:51:15,719 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,719 - card_creation - INFO - vL: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 63.9 2025-02-09 10:51:15,719 - card_creation - INFO - vR: All other OB: 5.85 / HBP: 2.0 / BB: 3.85 / Total Chances: 52.9 2025-02-09 10:51:15,719 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 11.249999999999998 / Current Outs: 40.25 2025-02-09 10:51:15,719 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 35.1 / Current Outs: 64.1 2025-02-09 10:51:15,719 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,719 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,719 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,719 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,719 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,719 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,720 - card_creation - INFO - vL - All Hits: 12.4 / Other OB: 11.0 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,720 - card_creation - INFO - vR - All Hits: 14.15 / Other OB: 5.9 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:15,720 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 3.200000000000001 2025-02-09 10:51:15,720 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.35 2025-02-09 10:51:15,720 - card_creation - INFO - vL: All Hits: 12.4 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,720 - card_creation - INFO - vR: All Hits: 14.15 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,720 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,720 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,720 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.5500000000000012 2025-02-09 10:51:15,720 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-09 10:51:15,720 - card_creation - INFO - raw hr chances: 1.55 2025-02-09 10:51:15,720 - card_creation - INFO - BP HR: 0 / ND HR: 1.55 2025-02-09 10:51:15,720 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,720 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-09 10:51:15,720 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,720 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.8499999999999996 2025-02-09 10:51:15,720 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,720 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,720 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,720 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,720 - card_creation - INFO - vL: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 52.4 2025-02-09 10:51:15,720 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 49.05 2025-02-09 10:51:15,720 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 23.949999999999996 / Current Outs: 52.95 2025-02-09 10:51:15,720 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 28.049999999999997 / Current Outs: 57.05 2025-02-09 10:51:15,720 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,720 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,720 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,720 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,720 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,720 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,721 - card_creation - INFO - vL - All Hits: 17.25 / Other OB: 17.0 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:15,721 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 18.7 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:15,721 - card_creation - INFO - remaining singles: -0.25000000000000044 / total xbh: 4.15 2025-02-09 10:51:15,721 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.6999999999999993 2025-02-09 10:51:15,721 - card_creation - INFO - vL: All Hits: 17.25 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,721 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,721 - card_creation - INFO - hr%: 0.00 / tr%: 0.40 / do%: 0.60 2025-02-09 10:51:15,721 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,721 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.6500000000000004 2025-02-09 10:51:15,721 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:15,721 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:15,721 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,721 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-09 10:51:15,721 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,721 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,721 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-09 10:51:15,721 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,721 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,721 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,721 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,721 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:15,722 - card_creation - INFO - vL: All other OB: 17.0 / HBP: 6.0 / BB: 11.0 / Total Chances: 63.6 2025-02-09 10:51:15,722 - card_creation - INFO - vR: All other OB: 18.7 / HBP: 0 / BB: 18.7 / Total Chances: 65.65 2025-02-09 10:51:15,722 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 25.95 / Current Outs: 54.95 2025-02-09 10:51:15,722 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 27.25 / Current Outs: 56.25 2025-02-09 10:51:15,722 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,722 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,722 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,722 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,722 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,722 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,722 - card_creation - INFO - vL - All Hits: 18.2 / Other OB: 14.85 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,722 - card_creation - INFO - vR - All Hits: 10.75 / Other OB: 9.75 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,722 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 0.8499999999999988 2025-02-09 10:51:15,722 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.1500000000000004 2025-02-09 10:51:15,723 - card_creation - INFO - vL: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.15 / Single CF: 0 2025-02-09 10:51:15,723 - card_creation - INFO - vR: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,723 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,723 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,723 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8499999999999988 2025-02-09 10:51:15,723 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,723 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,723 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,723 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,723 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-09 10:51:15,723 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,723 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,723 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-09 10:51:15,723 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-09 10:51:15,723 - card_creation - INFO - raw hr chances: 2.15 2025-02-09 10:51:15,723 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,723 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,723 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-09 10:51:15,723 - card_creation - INFO - vL: All other OB: 14.85 / HBP: 2.0 / BB: 12.85 / Total Chances: 62.05 2025-02-09 10:51:15,723 - card_creation - INFO - vR: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 49.5 2025-02-09 10:51:15,723 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 33.1 / Current Outs: 62.1 2025-02-09 10:51:15,723 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-09 10:51:15,723 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,723 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,723 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,723 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,723 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,723 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,724 - card_creation - INFO - vL - All Hits: 10.45 / Other OB: 14.35 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,724 - card_creation - INFO - vR - All Hits: 14.1 / Other OB: 7.4 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,724 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.4499999999999993 2025-02-09 10:51:15,724 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5000000000000009 2025-02-09 10:51:15,724 - card_creation - INFO - vL: All Hits: 10.45 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,724 - card_creation - INFO - vR: All Hits: 14.1 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,724 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,724 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,724 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-09 10:51:15,724 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,724 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,724 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,724 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,724 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:15,724 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,724 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,724 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5000000000000009 2025-02-09 10:51:15,724 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:15,724 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:15,724 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,724 - card_creation - INFO - excess xbh: -0.5 2025-02-09 10:51:15,724 - card_creation - INFO - vL: All other OB: 14.35 / HBP: 0 / BB: 14.35 / Total Chances: 53.8 2025-02-09 10:51:15,724 - card_creation - INFO - vR: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 51.0 2025-02-09 10:51:15,724 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 40.6 / Current Outs: 69.6 2025-02-09 10:51:15,724 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 32.550000000000004 / Current Outs: 61.55 2025-02-09 10:51:15,724 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,724 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,724 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,724 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,725 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,725 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,725 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 8.45 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,725 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 17.0 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,725 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.4499999999999993 2025-02-09 10:51:15,725 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.450000000000003 2025-02-09 10:51:15,725 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,725 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,725 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,725 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,725 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-09 10:51:15,725 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,725 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,725 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,725 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,725 - card_creation - INFO - Passing 0.44999999999999996 xbh to single** 2025-02-09 10:51:15,725 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,725 - card_creation - INFO - raw do chances: 6.45 2025-02-09 10:51:15,726 - card_creation - INFO - Double**: 6.45 / Double(cf): 0.0 / rem xbh: 2.6645352591003757e-15 2025-02-09 10:51:15,726 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,726 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,726 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,726 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,726 - card_creation - INFO - vL: All other OB: 8.45 / HBP: 0 / BB: 8.45 / Total Chances: 49.35 2025-02-09 10:51:15,726 - card_creation - INFO - vR: All other OB: 17.0 / HBP: 3.0 / BB: 14.0 / Total Chances: 63.35 2025-02-09 10:51:15,726 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 45.5 / Current Outs: 74.5 2025-02-09 10:51:15,726 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 23.949999999999996 / Current Outs: 52.95 2025-02-09 10:51:15,726 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,726 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,726 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,726 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,726 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,726 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,726 - card_creation - INFO - vL - All Hits: 14.65 / Other OB: 10.15 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,726 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 3.9 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,727 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 8.25 2025-02-09 10:51:15,727 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 5.049999999999997 2025-02-09 10:51:15,727 - card_creation - INFO - vL: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,727 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,727 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,727 - card_creation - INFO - raw do chances: 6.2 2025-02-09 10:51:15,727 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-09 10:51:15,727 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,727 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,727 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:15,727 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,727 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-09 10:51:15,727 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,727 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.5499999999999972 2025-02-09 10:51:15,727 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,727 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,727 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,727 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,727 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:15,727 - card_creation - INFO - vL: All other OB: 10.15 / HBP: 2.0 / BB: 8.15 / Total Chances: 53.8 2025-02-09 10:51:15,727 - card_creation - INFO - vR: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 51.05 2025-02-09 10:51:15,727 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 29.8 / Current Outs: 58.8 2025-02-09 10:51:15,727 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 25.05 / Current Outs: 54.05 2025-02-09 10:51:15,727 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,727 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,727 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,727 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,727 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,727 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,728 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 15.9 / All Outs: 68.5 / Total: 29.0 2025-02-09 10:51:15,728 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 15.05 / All Outs: 67.0 / Total: 29.0 2025-02-09 10:51:15,728 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 14.600000000000001 2025-02-09 10:51:15,728 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 4.35 2025-02-09 10:51:15,728 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-09 10:51:15,728 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.45 / Single CF: 0 2025-02-09 10:51:15,728 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,728 - card_creation - INFO - raw do chances: 8.75 2025-02-09 10:51:15,728 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.75 / rem xbh: 5.850000000000001 2025-02-09 10:51:15,728 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-09 10:51:15,729 - card_creation - INFO - raw hr chances: 5.85 2025-02-09 10:51:15,729 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-09 10:51:15,729 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,729 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,729 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,729 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-09 10:51:15,729 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-09 10:51:15,729 - card_creation - INFO - raw hr chances: -0.15 2025-02-09 10:51:15,729 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,729 - card_creation - INFO - excess xbh: -0.15 2025-02-09 10:51:15,729 - card_creation - INFO - vL: All other OB: 15.9 / HBP: 3.0 / BB: 12.9 / Total Chances: 68.3 2025-02-09 10:51:15,729 - card_creation - INFO - vR: All other OB: 15.05 / HBP: 5.0 / BB: 10.05 / Total Chances: 70.4 2025-02-09 10:51:15,729 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 27.05 / Current Outs: 56.05 2025-02-09 10:51:15,729 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 28.9 / Current Outs: 57.9 2025-02-09 10:51:15,729 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,729 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,729 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,729 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,729 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,729 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,730 - card_creation - INFO - vL - All Hits: 42.45 / Other OB: 11.3 / All Outs: 54.0 / Total: 29.0 2025-02-09 10:51:15,730 - card_creation - INFO - vR - All Hits: 16.55 / Other OB: 14.6 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,730 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 20.6 2025-02-09 10:51:15,731 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.9 2025-02-09 10:51:15,731 - card_creation - INFO - vL: All Hits: 42.45 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 0.0 / Single CF: 8.45 2025-02-09 10:51:15,731 - card_creation - INFO - vR: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:15,731 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,731 - card_creation - INFO - raw do chances: 11.35 2025-02-09 10:51:15,731 - card_creation - INFO - Double**: 0.0 / Double(cf): 11.35 / rem xbh: 9.250000000000002 2025-02-09 10:51:15,731 - card_creation - INFO - Triple: 0 / rem xbh: 9.25 2025-02-09 10:51:15,731 - card_creation - INFO - raw hr chances: 9.25 2025-02-09 10:51:15,731 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.25 2025-02-09 10:51:15,731 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,731 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,731 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,731 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1500000000000004 2025-02-09 10:51:15,731 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-09 10:51:15,731 - card_creation - INFO - raw hr chances: 3.15 2025-02-09 10:51:15,731 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.15 2025-02-09 10:51:15,731 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,731 - card_creation - INFO - vL: All other OB: 11.3 / HBP: 1.0 / BB: 10.3 / Total Chances: 82.75 2025-02-09 10:51:15,731 - card_creation - INFO - vR: All other OB: 14.6 / HBP: 1.0 / BB: 13.6 / Total Chances: 60.15 2025-02-09 10:51:15,731 - card_creation - INFO - vL: All Outs: 54.0 / Ks: 14.649999999999999 / Current Outs: 43.65 2025-02-09 10:51:15,731 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 21.35 / Current Outs: 50.35 2025-02-09 10:51:15,731 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,731 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,731 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,731 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,731 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,731 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,732 - card_creation - INFO - vL - All Hits: 24.3 / Other OB: 11.15 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,732 - card_creation - INFO - vR - All Hits: 16.6 / Other OB: 10.85 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,732 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.150000000000002 2025-02-09 10:51:15,732 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.200000000000003 2025-02-09 10:51:15,732 - card_creation - INFO - vL: All Hits: 24.3 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.1 / Single CF: 0 2025-02-09 10:51:15,732 - card_creation - INFO - vR: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,732 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-09 10:51:15,732 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,732 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.400000000000002 2025-02-09 10:51:15,732 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-09 10:51:15,732 - card_creation - INFO - raw hr chances: 2.4 2025-02-09 10:51:15,732 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-09 10:51:15,732 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,732 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:15,732 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,732 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 4.000000000000003 2025-02-09 10:51:15,732 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-09 10:51:15,732 - card_creation - INFO - raw hr chances: 4.0 2025-02-09 10:51:15,732 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.0 2025-02-09 10:51:15,732 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,732 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 2.0 / BB: 9.15 / Total Chances: 64.45 2025-02-09 10:51:15,732 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 4.0 / BB: 6.85 / Total Chances: 56.45 2025-02-09 10:51:15,732 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 19.8 / Current Outs: 48.8 2025-02-09 10:51:15,732 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 35.1 / Current Outs: 64.1 2025-02-09 10:51:15,732 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,733 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,733 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,733 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,733 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,733 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,733 - card_creation - INFO - vL - All Hits: 20.5 / Other OB: 6.6 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,733 - card_creation - INFO - vR - All Hits: 22.35 / Other OB: 8.3 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,733 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.8500000000000014 2025-02-09 10:51:15,733 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.350000000000001 2025-02-09 10:51:15,733 - card_creation - INFO - vL: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.85 / Single CF: 0 2025-02-09 10:51:15,733 - card_creation - INFO - vR: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,733 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-09 10:51:15,733 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,733 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-09 10:51:15,733 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:15,733 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:15,733 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,734 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-09 10:51:15,734 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,734 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,734 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.6500000000000012 2025-02-09 10:51:15,734 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-09 10:51:15,734 - card_creation - INFO - raw hr chances: 2.65 2025-02-09 10:51:15,734 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-09 10:51:15,734 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,734 - card_creation - INFO - vL: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 56.45 2025-02-09 10:51:15,734 - card_creation - INFO - vR: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 59.65 2025-02-09 10:51:15,734 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 17.349999999999998 / Current Outs: 46.35 2025-02-09 10:51:15,734 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 20.65 / Current Outs: 49.65 2025-02-09 10:51:15,734 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,734 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,734 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,734 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,734 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,734 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,734 - card_creation - INFO - vL - All Hits: 41.35 / Other OB: 23.05 / All Outs: 43.5 / Total: 29.0 2025-02-09 10:51:15,734 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 13.75 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,735 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8500000000000014 2025-02-09 10:51:15,735 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 5.5 2025-02-09 10:51:15,735 - card_creation - INFO - vL: All Hits: 41.35 / BP Singles: 5.0 / Single 2: 16.75 / Single 1: 16.75 / Single CF: 0 2025-02-09 10:51:15,735 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,735 - card_creation - INFO - hr%: 0.50 / tr%: 0.50 / do%: 0.00 2025-02-09 10:51:15,735 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,735 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.8500000000000014 2025-02-09 10:51:15,735 - card_creation - INFO - Triple: 1.5 / rem xbh: 1.35 2025-02-09 10:51:15,735 - card_creation - INFO - raw hr chances: 1.35 2025-02-09 10:51:15,735 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,735 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-09 10:51:15,735 - card_creation - INFO - Passing 0.3500000000000001 xbh to triple 2025-02-09 10:51:15,735 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:15,735 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,735 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.5 2025-02-09 10:51:15,735 - card_creation - INFO - Triple: 0 / rem xbh: 5.5 2025-02-09 10:51:15,735 - card_creation - INFO - raw hr chances: 5.5 2025-02-09 10:51:15,735 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5 2025-02-09 10:51:15,735 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,735 - card_creation - INFO - vL: All other OB: 23.05 / HBP: 0 / BB: 23.05 / Total Chances: 93.4 2025-02-09 10:51:15,735 - card_creation - INFO - vR: All other OB: 13.75 / HBP: 0 / BB: 13.75 / Total Chances: 53.25 2025-02-09 10:51:15,735 - card_creation - INFO - vL: All Outs: 43.5 / Ks: 7.8999999999999995 / Current Outs: 36.9 2025-02-09 10:51:15,735 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 34.2 / Current Outs: 63.2 2025-02-09 10:51:15,735 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,735 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,735 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,735 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,735 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,735 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,736 - card_creation - INFO - vL - All Hits: 9.75 / Other OB: 2.8 / All Outs: 95.5 / Total: 29.0 2025-02-09 10:51:15,736 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 13.6 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,736 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.8499999999999996 2025-02-09 10:51:15,736 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-09 10:51:15,736 - card_creation - INFO - vL: All Hits: 9.75 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,736 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,736 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,736 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,736 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-09 10:51:15,736 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,736 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,736 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-09 10:51:15,736 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,736 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,736 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,736 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.6 2025-02-09 10:51:15,736 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,736 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,736 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,736 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:15,736 - card_creation - INFO - vL: All other OB: 2.8 / HBP: 0 / BB: 2.8 / Total Chances: 41.55 2025-02-09 10:51:15,736 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 59.0 2025-02-09 10:51:15,736 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 42.150000000000006 / Current Outs: 71.15 2025-02-09 10:51:15,736 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 24.35 / Current Outs: 53.35 2025-02-09 10:51:15,736 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,736 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,737 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,737 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,737 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,737 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,737 - card_creation - INFO - vL - All Hits: 10.15 / Other OB: 28.95 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,737 - card_creation - INFO - vR - All Hits: 5.7 / Other OB: 7.6 / All Outs: 94.5 / Total: 29.0 2025-02-09 10:51:15,737 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.2500000000000009 2025-02-09 10:51:15,737 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.400000000000001 2025-02-09 10:51:15,737 - card_creation - INFO - vL: All Hits: 10.15 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:15,737 - card_creation - INFO - vR: All Hits: 5.7 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,737 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-09 10:51:15,737 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,737 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.2500000000000009 2025-02-09 10:51:15,737 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,737 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,737 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,737 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:15,738 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-09 10:51:15,738 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:15,738 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,738 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.400000000000001 2025-02-09 10:51:15,738 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-09 10:51:15,738 - card_creation - INFO - raw hr chances: 2.4 2025-02-09 10:51:15,738 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-09 10:51:15,738 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,738 - card_creation - INFO - vL: All other OB: 28.95 / HBP: 0 / BB: 28.95 / Total Chances: 68.1 2025-02-09 10:51:15,738 - card_creation - INFO - vR: All other OB: 7.6 / HBP: 0 / BB: 7.6 / Total Chances: 42.3 2025-02-09 10:51:15,738 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 43.00000000000001 / Current Outs: 72.0 2025-02-09 10:51:15,738 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 48.35 / Current Outs: 77.35 2025-02-09 10:51:15,738 - card_creation - INFO - Remaining outs: -3.0999999999999943 2025-02-09 10:51:15,738 - card_creation - INFO - Passing -3.0999999999999943 outs to strikeouts 2025-02-09 10:51:15,738 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,738 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,738 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,738 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,738 - card_creation - INFO - vL - All Hits: 20.15 / Other OB: 11.0 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,738 - card_creation - INFO - vR - All Hits: 28.4 / Other OB: 11.35 / All Outs: 68.0 / Total: 29.0 2025-02-09 10:51:15,739 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.649999999999999 2025-02-09 10:51:15,739 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 10.95 2025-02-09 10:51:15,739 - card_creation - INFO - vL: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,739 - card_creation - INFO - vR: All Hits: 28.4 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.25 / Single CF: 0 2025-02-09 10:51:15,739 - card_creation - INFO - hr%: 0.70 / tr%: 0.10 / do%: 0.20 2025-02-09 10:51:15,739 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:15,739 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 6.049999999999999 2025-02-09 10:51:15,739 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-09 10:51:15,739 - card_creation - INFO - raw hr chances: 6.05 2025-02-09 10:51:15,739 - card_creation - INFO - BP HR: 5.0 / ND HR: 1.05 2025-02-09 10:51:15,739 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,739 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,739 - card_creation - INFO - raw do chances: 8.2 2025-02-09 10:51:15,739 - card_creation - INFO - Double**: 8.2 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-09 10:51:15,739 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,739 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,739 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,739 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,739 - card_creation - INFO - vL: All other OB: 11.0 / HBP: 7.0 / BB: 4.0 / Total Chances: 60.15 2025-02-09 10:51:15,739 - card_creation - INFO - vR: All other OB: 11.35 / HBP: 0 / BB: 11.35 / Total Chances: 68.75 2025-02-09 10:51:15,739 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 18.95 / Current Outs: 47.95 2025-02-09 10:51:15,739 - card_creation - INFO - vR: All Outs: 68.0 / Ks: 8.599999999999998 / Current Outs: 37.6 2025-02-09 10:51:15,739 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,739 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,739 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,739 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,739 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,739 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,740 - card_creation - INFO - vL - All Hits: 18.85 / Other OB: 6.15 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,740 - card_creation - INFO - vR - All Hits: 17.1 / Other OB: 5.7 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:15,740 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.600000000000001 2025-02-09 10:51:15,740 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.600000000000001 2025-02-09 10:51:15,740 - card_creation - INFO - vL: All Hits: 18.85 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,740 - card_creation - INFO - vR: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,740 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,740 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,740 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 4.200000000000001 2025-02-09 10:51:15,740 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-09 10:51:15,740 - card_creation - INFO - raw hr chances: 4.2 2025-02-09 10:51:15,740 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.2 2025-02-09 10:51:15,740 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,740 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:15,740 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,740 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.4000000000000012 2025-02-09 10:51:15,740 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:15,740 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:15,740 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-09 10:51:15,740 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,740 - card_creation - INFO - vL: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 54.0 2025-02-09 10:51:15,740 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 51.8 2025-02-09 10:51:15,740 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 21.8 / Current Outs: 50.8 2025-02-09 10:51:15,740 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 30.25 / Current Outs: 59.25 2025-02-09 10:51:15,741 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,741 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,741 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,741 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,741 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,741 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,741 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 9.15 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,741 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 11.5 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,741 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.1999999999999984 2025-02-09 10:51:15,741 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.0 2025-02-09 10:51:15,741 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,741 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,741 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,741 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,741 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.9999999999999984 2025-02-09 10:51:15,741 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,742 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,742 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-09 10:51:15,742 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,742 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:15,742 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,742 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-09 10:51:15,742 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,742 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,742 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,742 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,742 - card_creation - INFO - vL: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 50.75 2025-02-09 10:51:15,742 - card_creation - INFO - vR: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 58.45 2025-02-09 10:51:15,742 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 50.800000000000004 / Current Outs: 79.8 2025-02-09 10:51:15,742 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 31.45 / Current Outs: 60.45 2025-02-09 10:51:15,742 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,742 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,742 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,742 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,742 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,742 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,743 - card_creation - INFO - vL - All Hits: 10.55 / Other OB: 23.5 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:15,743 - card_creation - INFO - vR - All Hits: 19.7 / Other OB: 12.45 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:15,743 - card_creation - INFO - remaining singles: 0.8499999999999996 / total xbh: 5.550000000000001 2025-02-09 10:51:15,743 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.949999999999999 2025-02-09 10:51:15,743 - card_creation - INFO - vL: All Hits: 10.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,743 - card_creation - INFO - vR: All Hits: 19.7 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,743 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,743 - card_creation - INFO - raw do chances: 2.8 2025-02-09 10:51:15,743 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.750000000000001 2025-02-09 10:51:15,743 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,743 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,743 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,743 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,743 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,743 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,743 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6999999999999993 2025-02-09 10:51:15,743 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:15,743 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:15,743 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-09 10:51:15,743 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,743 - card_creation - INFO - vL: All other OB: 23.5 / HBP: 0 / BB: 23.5 / Total Chances: 63.05 2025-02-09 10:51:15,743 - card_creation - INFO - vR: All other OB: 12.45 / HBP: 0 / BB: 12.45 / Total Chances: 61.15 2025-02-09 10:51:15,743 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 29.45 / Current Outs: 58.45 2025-02-09 10:51:15,743 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 40.5 / Current Outs: 69.5 2025-02-09 10:51:15,743 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,743 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,743 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,743 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,743 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,743 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,744 - card_creation - INFO - vL - All Hits: 22.8 / Other OB: 7.9 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,744 - card_creation - INFO - vR - All Hits: 13.0 / Other OB: 3.2 / All Outs: 92.0 / Total: 29.0 2025-02-09 10:51:15,744 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.699999999999999 2025-02-09 10:51:15,744 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 1.6000000000000005 2025-02-09 10:51:15,744 - card_creation - INFO - vL: All Hits: 22.8 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,744 - card_creation - INFO - vR: All Hits: 13.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,744 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,744 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,744 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-09 10:51:15,744 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,744 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,744 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,744 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:15,744 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,744 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,744 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-09 10:51:15,744 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,744 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,744 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,744 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,744 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 60.1 2025-02-09 10:51:15,744 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.2 2025-02-09 10:51:15,744 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 17.05 / Current Outs: 46.05 2025-02-09 10:51:15,745 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 37.75 / Current Outs: 66.75 2025-02-09 10:51:15,745 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,745 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,745 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,745 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,745 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,745 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,745 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 7.7 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,745 - card_creation - INFO - vR - All Hits: 28.35 / Other OB: 6.0 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,745 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.25 2025-02-09 10:51:15,745 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 13.149999999999999 2025-02-09 10:51:15,745 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,745 - card_creation - INFO - vR: All Hits: 28.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 0.0 / Single CF: 5.1 2025-02-09 10:51:15,745 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,745 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,746 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-09 10:51:15,746 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,746 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.2 / rem xbh: 8.95 2025-02-09 10:51:15,746 - card_creation - INFO - Triple: 1.4 / rem xbh: 7.55 2025-02-09 10:51:15,746 - card_creation - INFO - raw hr chances: 7.55 2025-02-09 10:51:15,746 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.55 2025-02-09 10:51:15,746 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 52.9 2025-02-09 10:51:15,746 - card_creation - INFO - vR: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 63.35 2025-02-09 10:51:15,746 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-09 10:51:15,746 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 16.95 / Current Outs: 45.95 2025-02-09 10:51:15,746 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,746 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,746 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,746 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,746 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,747 - card_creation - INFO - vL - All Hits: 20.4 / Other OB: 9.05 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,747 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 9.65 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,747 - card_creation - INFO - remaining singles: -0.25 / total xbh: 7.0 2025-02-09 10:51:15,747 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.199999999999999 2025-02-09 10:51:15,747 - card_creation - INFO - vL: All Hits: 20.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,747 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,747 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,747 - card_creation - INFO - raw do chances: 5.95 2025-02-09 10:51:15,747 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 1.0499999999999998 2025-02-09 10:51:15,747 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,747 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,747 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,747 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,747 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,747 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,747 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,747 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-09 10:51:15,747 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:15,747 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:15,747 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-09 10:51:15,747 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,747 - card_creation - INFO - vL: All other OB: 9.05 / HBP: 0 / BB: 9.05 / Total Chances: 58.45 2025-02-09 10:51:15,747 - card_creation - INFO - vR: All other OB: 9.65 / HBP: 2.0 / BB: 7.65 / Total Chances: 56.3 2025-02-09 10:51:15,747 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 30.899999999999995 / Current Outs: 59.9 2025-02-09 10:51:15,747 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 30.299999999999997 / Current Outs: 59.3 2025-02-09 10:51:15,747 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,747 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,747 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,747 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,747 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,747 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,748 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 6.5 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,748 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 15.45 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,748 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.750000000000004 2025-02-09 10:51:15,748 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.299999999999997 2025-02-09 10:51:15,748 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,748 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:15,748 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,748 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,748 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.350000000000003 2025-02-09 10:51:15,748 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:15,748 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:15,748 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.35 2025-02-09 10:51:15,748 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,748 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,748 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:15,748 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.599999999999997 2025-02-09 10:51:15,748 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-09 10:51:15,748 - card_creation - INFO - raw hr chances: 2.6 2025-02-09 10:51:15,748 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.6 2025-02-09 10:51:15,748 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,749 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 2.0 / BB: 4.5 / Total Chances: 60.35 2025-02-09 10:51:15,749 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 64.35 2025-02-09 10:51:15,749 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-09 10:51:15,749 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 11.500000000000002 / Current Outs: 40.5 2025-02-09 10:51:15,749 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,749 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,749 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,749 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,749 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,749 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,749 - card_creation - INFO - vL - All Hits: 15.8 / Other OB: 23.4 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,749 - card_creation - INFO - vR - All Hits: 19.2 / Other OB: 16.35 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,749 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 4.400000000000002 2025-02-09 10:51:15,749 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.399999999999999 2025-02-09 10:51:15,749 - card_creation - INFO - vL: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,750 - card_creation - INFO - vR: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,750 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,750 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,750 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.200000000000002 2025-02-09 10:51:15,750 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:15,750 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:15,750 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-09 10:51:15,750 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,750 - card_creation - INFO - hr%: 0.50 / tr%: 0.35 / do%: 0.15 2025-02-09 10:51:15,750 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,750 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 6.399999999999999 2025-02-09 10:51:15,750 - card_creation - INFO - Triple: 2.25 / rem xbh: 4.15 2025-02-09 10:51:15,750 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:15,750 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-09 10:51:15,750 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,750 - card_creation - INFO - vL: All other OB: 23.4 / HBP: 0 / BB: 23.4 / Total Chances: 68.2 2025-02-09 10:51:15,750 - card_creation - INFO - vR: All other OB: 16.35 / HBP: 0 / BB: 16.35 / Total Chances: 64.55 2025-02-09 10:51:15,750 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 17.55 / Current Outs: 46.55 2025-02-09 10:51:15,750 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 12.6 / Current Outs: 41.6 2025-02-09 10:51:15,750 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,750 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,750 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,750 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,750 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,750 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,751 - card_creation - INFO - vL - All Hits: 16.8 / Other OB: 11.0 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,751 - card_creation - INFO - vR - All Hits: 13.65 / Other OB: 8.05 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,751 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.300000000000001 2025-02-09 10:51:15,751 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.4 2025-02-09 10:51:15,751 - card_creation - INFO - vL: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-09 10:51:15,751 - card_creation - INFO - vR: All Hits: 13.65 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-09 10:51:15,751 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-09 10:51:15,751 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,751 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.900000000000001 2025-02-09 10:51:15,751 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-09 10:51:15,751 - card_creation - INFO - raw hr chances: 2.9 2025-02-09 10:51:15,751 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.9 2025-02-09 10:51:15,751 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,751 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,751 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,751 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.6500000000000004 2025-02-09 10:51:15,751 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-09 10:51:15,751 - card_creation - INFO - raw hr chances: 2.65 2025-02-09 10:51:15,751 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-09 10:51:15,751 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,751 - card_creation - INFO - vL: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 56.8 2025-02-09 10:51:15,751 - card_creation - INFO - vR: All other OB: 8.05 / HBP: 1.0 / BB: 7.05 / Total Chances: 50.7 2025-02-09 10:51:15,751 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 23.950000000000003 / Current Outs: 52.95 2025-02-09 10:51:15,751 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 17.9 / Current Outs: 46.9 2025-02-09 10:51:15,751 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,751 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,751 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,751 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,751 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,751 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,752 - card_creation - INFO - vL - All Hits: 17.1 / Other OB: 6.55 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,752 - card_creation - INFO - vR - All Hits: 17.9 / Other OB: 5.7 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,752 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.100000000000001 2025-02-09 10:51:15,752 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 6.449999999999999 2025-02-09 10:51:15,752 - card_creation - INFO - vL: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,752 - card_creation - INFO - vR: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,752 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,752 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,752 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.9000000000000012 2025-02-09 10:51:15,752 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,752 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,752 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,752 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,752 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,752 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:15,752 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-09 10:51:15,752 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:15,752 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:15,753 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:15,753 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,753 - card_creation - INFO - vL: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 52.65 2025-02-09 10:51:15,753 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 52.6 2025-02-09 10:51:15,753 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 25.4 / Current Outs: 54.4 2025-02-09 10:51:15,753 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 20.25 / Current Outs: 49.25 2025-02-09 10:51:15,753 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,753 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,753 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,753 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,753 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,753 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,753 - card_creation - INFO - vL - All Hits: 16.45 / Other OB: 9.8 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,753 - card_creation - INFO - vR - All Hits: 8.35 / Other OB: 3.25 / All Outs: 96.5 / Total: 29.0 2025-02-09 10:51:15,753 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 3.0 2025-02-09 10:51:15,754 - card_creation - INFO - remaining singles: 0.9999999999999998 / total xbh: 2.3 2025-02-09 10:51:15,754 - card_creation - INFO - vL: All Hits: 16.45 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,754 - card_creation - INFO - vR: All Hits: 8.35 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,754 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,754 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:15,754 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 1.05 2025-02-09 10:51:15,754 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,754 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,754 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,754 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,754 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,754 - card_creation - INFO - hr%: 0.50 / tr%: 0.50 / do%: 0.00 2025-02-09 10:51:15,754 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,754 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.3 2025-02-09 10:51:15,754 - card_creation - INFO - Triple: 1.2 / rem xbh: 1.1 2025-02-09 10:51:15,754 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,754 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,754 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,754 - card_creation - INFO - Passing 0.10000000000000009 xbh to triple 2025-02-09 10:51:15,754 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 55.25 2025-02-09 10:51:15,754 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 1.0 / BB: 2.25 / Total Chances: 40.6 2025-02-09 10:51:15,754 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 28.15 / Current Outs: 57.15 2025-02-09 10:51:15,754 - card_creation - INFO - vR: All Outs: 96.5 / Ks: 26.7 / Current Outs: 55.7 2025-02-09 10:51:15,754 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,754 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,754 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,754 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,754 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,754 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,755 - card_creation - INFO - vL - All Hits: 23.75 / Other OB: 18.9 / All Outs: 65.5 / Total: 29.0 2025-02-09 10:51:15,755 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 12.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,755 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.950000000000001 2025-02-09 10:51:15,755 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.499999999999998 2025-02-09 10:51:15,755 - card_creation - INFO - vL: All Hits: 23.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,755 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:15,755 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,755 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,755 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.450000000000001 2025-02-09 10:51:15,755 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-09 10:51:15,755 - card_creation - INFO - raw hr chances: 3.45 2025-02-09 10:51:15,755 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-09 10:51:15,755 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,755 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-09 10:51:15,755 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,755 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.5999999999999983 2025-02-09 10:51:15,755 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:15,755 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:15,755 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-09 10:51:15,755 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,755 - card_creation - INFO - vL: All other OB: 18.9 / HBP: 0 / BB: 18.9 / Total Chances: 71.65 2025-02-09 10:51:15,755 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 56.8 2025-02-09 10:51:15,755 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 19.05 / Current Outs: 48.05 2025-02-09 10:51:15,755 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-09 10:51:15,755 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,755 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,755 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,756 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,756 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,756 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,756 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 13.65 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,756 - card_creation - INFO - vR - All Hits: 30.95 / Other OB: 7.5 / All Outs: 69.5 / Total: 29.0 2025-02-09 10:51:15,756 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 10.65 2025-02-09 10:51:15,756 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 14.849999999999998 2025-02-09 10:51:15,756 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.65 2025-02-09 10:51:15,756 - card_creation - INFO - vR: All Hits: 30.95 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.4 2025-02-09 10:51:15,756 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:15,756 - card_creation - INFO - raw do chances: 1.1 2025-02-09 10:51:15,756 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.1 / rem xbh: 9.55 2025-02-09 10:51:15,756 - card_creation - INFO - Triple: 0 / rem xbh: 9.55 2025-02-09 10:51:15,756 - card_creation - INFO - raw hr chances: 9.55 2025-02-09 10:51:15,756 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.55 2025-02-09 10:51:15,756 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,756 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,756 - card_creation - INFO - raw do chances: 7.4 2025-02-09 10:51:15,756 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.4 / rem xbh: 7.4499999999999975 2025-02-09 10:51:15,756 - card_creation - INFO - Triple: 0 / rem xbh: 7.45 2025-02-09 10:51:15,757 - card_creation - INFO - raw hr chances: 7.45 2025-02-09 10:51:15,757 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.45 2025-02-09 10:51:15,757 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,757 - card_creation - INFO - vL: All other OB: 13.65 / HBP: 0 / BB: 13.65 / Total Chances: 61.6 2025-02-09 10:51:15,757 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 0 / BB: 7.5 / Total Chances: 67.45 2025-02-09 10:51:15,757 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 40.300000000000004 / Current Outs: 69.3 2025-02-09 10:51:15,757 - card_creation - INFO - vR: All Outs: 69.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-09 10:51:15,757 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,757 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,757 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,757 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,757 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,757 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,757 - card_creation - INFO - vL - All Hits: 7.5 / Other OB: 6.25 / All Outs: 94.0 / Total: 29.0 2025-02-09 10:51:15,757 - card_creation - INFO - vR - All Hits: 3.9 / Other OB: 5.7 / All Outs: 98.5 / Total: 29.0 2025-02-09 10:51:15,758 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.6999999999999997 2025-02-09 10:51:15,758 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.1 2025-02-09 10:51:15,758 - card_creation - INFO - vL: All Hits: 7.5 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,758 - card_creation - INFO - vR: All Hits: 3.9 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,758 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,758 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,758 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.49999999999999956 2025-02-09 10:51:15,758 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:15,758 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:15,758 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,758 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:15,758 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:15,758 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:15,758 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,758 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1 2025-02-09 10:51:15,758 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,758 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,758 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,758 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,758 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-09 10:51:15,758 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 42.75 2025-02-09 10:51:15,758 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 38.6 2025-02-09 10:51:15,758 - card_creation - INFO - vL: All Outs: 94.0 / Ks: 31.7 / Current Outs: 60.7 2025-02-09 10:51:15,758 - card_creation - INFO - vR: All Outs: 98.5 / Ks: 24.25 / Current Outs: 53.25 2025-02-09 10:51:15,758 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,758 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,758 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,758 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,758 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,758 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,759 - card_creation - INFO - vL - All Hits: 26.1 / Other OB: 13.25 / All Outs: 68.5 / Total: 29.0 2025-02-09 10:51:15,759 - card_creation - INFO - vR - All Hits: 9.55 / Other OB: 23.65 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,759 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8500000000000032 2025-02-09 10:51:15,759 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.9000000000000004 2025-02-09 10:51:15,759 - card_creation - INFO - vL: All Hits: 26.1 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.65 / Single CF: 0 2025-02-09 10:51:15,759 - card_creation - INFO - vR: All Hits: 9.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,759 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,759 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,759 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8500000000000032 2025-02-09 10:51:15,759 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,759 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,759 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,759 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-09 10:51:15,759 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,759 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,759 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.2999999999999998 2025-02-09 10:51:15,759 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-09 10:51:15,759 - card_creation - INFO - raw hr chances: -0.3 2025-02-09 10:51:15,759 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,759 - card_creation - INFO - excess xbh: -0.3 2025-02-09 10:51:15,759 - card_creation - INFO - vL: All other OB: 13.25 / HBP: 0 / BB: 13.25 / Total Chances: 68.5 2025-02-09 10:51:15,759 - card_creation - INFO - vR: All other OB: 23.65 / HBP: 11.0 / BB: 12.65 / Total Chances: 62.5 2025-02-09 10:51:15,759 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 19.7 / Current Outs: 48.7 2025-02-09 10:51:15,759 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 35.300000000000004 / Current Outs: 64.3 2025-02-09 10:51:15,759 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,759 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,760 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,760 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,760 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,760 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,760 - card_creation - INFO - vL - All Hits: 25.2 / Other OB: 6.85 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:15,760 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 12.8 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,760 - card_creation - INFO - remaining singles: -0.15000000000000124 / total xbh: 9.099999999999998 2025-02-09 10:51:15,760 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.800000000000001 2025-02-09 10:51:15,760 - card_creation - INFO - vL: All Hits: 25.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,760 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,760 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,760 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,760 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.3999999999999977 2025-02-09 10:51:15,760 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:15,760 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:15,760 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-09 10:51:15,760 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,760 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,761 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,761 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-09 10:51:15,761 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:15,761 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:15,761 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-09 10:51:15,761 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,761 - card_creation - INFO - vL: All other OB: 6.85 / HBP: 0 / BB: 6.85 / Total Chances: 61.05 2025-02-09 10:51:15,761 - card_creation - INFO - vR: All other OB: 12.8 / HBP: 1.0 / BB: 11.8 / Total Chances: 59.5 2025-02-09 10:51:15,761 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 12.099999999999998 / Current Outs: 41.1 2025-02-09 10:51:15,761 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 10.149999999999999 / Current Outs: 39.15 2025-02-09 10:51:15,761 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,761 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,761 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,761 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,761 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,761 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,761 - card_creation - INFO - vL - All Hits: 22.2 / Other OB: 12.35 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,761 - card_creation - INFO - vR - All Hits: 11.2 / Other OB: 14.35 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,762 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 5.800000000000001 2025-02-09 10:51:15,762 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 6.199999999999999 2025-02-09 10:51:15,762 - card_creation - INFO - vL: All Hits: 22.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,762 - card_creation - INFO - vR: All Hits: 11.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,762 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:15,762 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,762 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.5500000000000007 2025-02-09 10:51:15,762 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,762 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,762 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-09 10:51:15,762 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,762 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,762 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,762 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:15,762 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,762 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,762 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,762 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,762 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:15,762 - card_creation - INFO - vL: All other OB: 12.35 / HBP: 0 / BB: 12.35 / Total Chances: 63.55 2025-02-09 10:51:15,762 - card_creation - INFO - vR: All other OB: 14.35 / HBP: 1.0 / BB: 13.35 / Total Chances: 54.55 2025-02-09 10:51:15,762 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 15.6 / Current Outs: 44.6 2025-02-09 10:51:15,762 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 39.6 / Current Outs: 68.6 2025-02-09 10:51:15,762 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,762 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,762 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,762 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,762 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,762 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,763 - card_creation - INFO - vL - All Hits: 15.0 / Other OB: 6.1 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,763 - card_creation - INFO - vR - All Hits: 14.15 / Other OB: 3.5 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:15,763 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 8.95 2025-02-09 10:51:15,763 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.25 2025-02-09 10:51:15,763 - card_creation - INFO - vL: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.05 / Single CF: 0 2025-02-09 10:51:15,763 - card_creation - INFO - vR: All Hits: 14.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,763 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,763 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,763 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 4.449999999999999 2025-02-09 10:51:15,763 - card_creation - INFO - Triple: 0 / rem xbh: 4.45 2025-02-09 10:51:15,763 - card_creation - INFO - raw hr chances: 4.45 2025-02-09 10:51:15,763 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.45 2025-02-09 10:51:15,763 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,763 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,763 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,763 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.6 2025-02-09 10:51:15,763 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,763 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,763 - card_creation - INFO - BP HR: 0 / ND HR: 1.6 2025-02-09 10:51:15,763 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,763 - card_creation - INFO - vL: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 50.1 2025-02-09 10:51:15,763 - card_creation - INFO - vR: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 46.65 2025-02-09 10:51:15,763 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 12.85 / Current Outs: 41.85 2025-02-09 10:51:15,763 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 23.45 / Current Outs: 52.45 2025-02-09 10:51:15,764 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,764 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,764 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,764 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,764 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,764 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,764 - card_creation - INFO - vL - All Hits: 17.35 / Other OB: 15.15 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,764 - card_creation - INFO - vR - All Hits: 20.75 / Other OB: 11.55 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,764 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 10.400000000000002 2025-02-09 10:51:15,764 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.25 2025-02-09 10:51:15,764 - card_creation - INFO - vL: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.95 2025-02-09 10:51:15,764 - card_creation - INFO - vR: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,764 - card_creation - INFO - hr%: 0.60 / tr%: 0.10 / do%: 0.35 2025-02-09 10:51:15,764 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,764 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.75 / rem xbh: 6.650000000000002 2025-02-09 10:51:15,764 - card_creation - INFO - Triple: 0 / rem xbh: 6.65 2025-02-09 10:51:15,765 - card_creation - INFO - raw hr chances: 6.65 2025-02-09 10:51:15,765 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.65 2025-02-09 10:51:15,765 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,765 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,765 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,765 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-09 10:51:15,765 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,765 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,765 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,765 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-09 10:51:15,765 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-09 10:51:15,765 - card_creation - INFO - vL: All other OB: 15.15 / HBP: 1.0 / BB: 14.15 / Total Chances: 61.5 2025-02-09 10:51:15,765 - card_creation - INFO - vR: All other OB: 11.55 / HBP: 0 / BB: 11.55 / Total Chances: 61.3 2025-02-09 10:51:15,765 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 12.799999999999997 / Current Outs: 41.8 2025-02-09 10:51:15,765 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 39.400000000000006 / Current Outs: 68.4 2025-02-09 10:51:15,765 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,765 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,765 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,765 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,765 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,765 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,766 - card_creation - INFO - vL - All Hits: 15.3 / Other OB: 2.75 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:15,766 - card_creation - INFO - vR - All Hits: 13.2 / Other OB: 7.3 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,766 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.900000000000002 2025-02-09 10:51:15,766 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.7 2025-02-09 10:51:15,766 - card_creation - INFO - vL: All Hits: 15.3 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,766 - card_creation - INFO - vR: All Hits: 13.2 / BP Singles: 0.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:15,766 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,766 - card_creation - INFO - raw do chances: 3.3 2025-02-09 10:51:15,766 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 0.6000000000000023 2025-02-09 10:51:15,766 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-09 10:51:15,766 - card_creation - INFO - raw hr chances: 0.6 2025-02-09 10:51:15,766 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,766 - card_creation - INFO - excess xbh: 0.6 2025-02-09 10:51:15,766 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-09 10:51:15,766 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-09 10:51:15,766 - card_creation - INFO - raw do chances: 9.1 2025-02-09 10:51:15,766 - card_creation - INFO - Double**: 9.1 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-09 10:51:15,766 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,766 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,766 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,766 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:15,766 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 47.05 2025-02-09 10:51:15,766 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 49.9 2025-02-09 10:51:15,766 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 53.2 / Current Outs: 82.2 2025-02-09 10:51:15,766 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 35.650000000000006 / Current Outs: 64.65 2025-02-09 10:51:15,766 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,766 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,766 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,766 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,766 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,766 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,767 - card_creation - INFO - vL - All Hits: 21.85 / Other OB: 10.55 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,767 - card_creation - INFO - vR - All Hits: 18.4 / Other OB: 7.35 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,767 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 4.5 2025-02-09 10:51:15,767 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.1999999999999993 2025-02-09 10:51:15,767 - card_creation - INFO - vL: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.15 / Single CF: 0 2025-02-09 10:51:15,767 - card_creation - INFO - vR: All Hits: 18.4 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,767 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,767 - card_creation - INFO - raw do chances: 3.8 2025-02-09 10:51:15,767 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 0.7000000000000002 2025-02-09 10:51:15,767 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,767 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,767 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,767 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:15,767 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-09 10:51:15,767 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:15,767 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,767 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.9499999999999993 2025-02-09 10:51:15,767 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:15,767 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:15,767 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,767 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:15,767 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:15,768 - card_creation - INFO - vL: All other OB: 10.55 / HBP: 6.0 / BB: 4.55 / Total Chances: 61.4 2025-02-09 10:51:15,768 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 1.0 / BB: 6.35 / Total Chances: 54.75 2025-02-09 10:51:15,768 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 25.4 / Current Outs: 54.4 2025-02-09 10:51:15,768 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 33.6 / Current Outs: 62.6 2025-02-09 10:51:15,768 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,768 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,768 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,768 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,768 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,768 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,768 - card_creation - INFO - vL - All Hits: 17.1 / Other OB: 17.65 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,768 - card_creation - INFO - vR - All Hits: 21.75 / Other OB: 12.6 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,768 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.850000000000001 2025-02-09 10:51:15,768 - card_creation - INFO - remaining singles: 0.0 / total xbh: 12.25 2025-02-09 10:51:15,769 - card_creation - INFO - vL: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:15,769 - card_creation - INFO - vR: All Hits: 21.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,769 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,769 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,769 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-09 10:51:15,769 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,769 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,769 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,769 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,769 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:15,769 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,769 - card_creation - INFO - raw do chances: 11.0 2025-02-09 10:51:15,769 - card_creation - INFO - Double**: 11.0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-09 10:51:15,769 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,769 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,769 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-09 10:51:15,769 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,769 - card_creation - INFO - vL: All other OB: 17.65 / HBP: 14.0 / BB: 3.65 / Total Chances: 63.75 2025-02-09 10:51:15,769 - card_creation - INFO - vR: All other OB: 12.6 / HBP: 0 / BB: 12.6 / Total Chances: 63.35 2025-02-09 10:51:15,769 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 38.300000000000004 / Current Outs: 67.3 2025-02-09 10:51:15,769 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-09 10:51:15,769 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,769 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,769 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,769 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,769 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,769 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,770 - card_creation - INFO - vL - All Hits: 30.3 / Other OB: 8.8 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,770 - card_creation - INFO - vR - All Hits: 21.3 / Other OB: 16.6 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,770 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.3 2025-02-09 10:51:15,770 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 8.350000000000001 2025-02-09 10:51:15,770 - card_creation - INFO - vL: All Hits: 30.3 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 8.0 / Single CF: 0 2025-02-09 10:51:15,770 - card_creation - INFO - vR: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,770 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,770 - card_creation - INFO - raw do chances: 7.0 2025-02-09 10:51:15,770 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-09 10:51:15,770 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:15,770 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:15,770 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-09 10:51:15,770 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,770 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,770 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,770 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.150000000000001 2025-02-09 10:51:15,770 - card_creation - INFO - Triple: 0 / rem xbh: 5.15 2025-02-09 10:51:15,770 - card_creation - INFO - raw hr chances: 5.15 2025-02-09 10:51:15,770 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.15 2025-02-09 10:51:15,770 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,770 - card_creation - INFO - vL: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 68.1 2025-02-09 10:51:15,770 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 1.0 / BB: 15.6 / Total Chances: 66.9 2025-02-09 10:51:15,770 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 8.149999999999999 / Current Outs: 37.15 2025-02-09 10:51:15,770 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 16.35 / Current Outs: 45.35 2025-02-09 10:51:15,770 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,770 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,771 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,771 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,771 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,771 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,771 - card_creation - INFO - vL - All Hits: 18.45 / Other OB: 7.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,771 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 7.3 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,771 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 6.75 2025-02-09 10:51:15,771 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.049999999999997 2025-02-09 10:51:15,771 - card_creation - INFO - vL: All Hits: 18.45 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,771 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,771 - card_creation - INFO - hr%: 0.45 / tr%: 0.20 / do%: 0.40 2025-02-09 10:51:15,771 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,771 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 4.0 2025-02-09 10:51:15,771 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-09 10:51:15,771 - card_creation - INFO - raw hr chances: 4.0 2025-02-09 10:51:15,771 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.0 2025-02-09 10:51:15,771 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,771 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:15,771 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,772 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 4.849999999999997 2025-02-09 10:51:15,772 - card_creation - INFO - Triple: 0 / rem xbh: 4.85 2025-02-09 10:51:15,772 - card_creation - INFO - raw hr chances: 4.85 2025-02-09 10:51:15,772 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.8499999999999996 2025-02-09 10:51:15,772 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,772 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 0 / BB: 7.5 / Total Chances: 54.95 2025-02-09 10:51:15,772 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 3.0 / BB: 4.3 / Total Chances: 54.95 2025-02-09 10:51:15,772 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 21.45 / Current Outs: 50.45 2025-02-09 10:51:15,772 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 19.65 / Current Outs: 48.65 2025-02-09 10:51:15,772 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,772 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,772 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,772 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,772 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,772 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,772 - card_creation - INFO - vL - All Hits: 13.65 / Other OB: 14.15 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,772 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 2.5 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,773 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 1.950000000000001 2025-02-09 10:51:15,773 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.149999999999999 2025-02-09 10:51:15,773 - card_creation - INFO - vL: All Hits: 13.65 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,773 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-09 10:51:15,773 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,773 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,773 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.950000000000001 2025-02-09 10:51:15,773 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-09 10:51:15,773 - card_creation - INFO - raw hr chances: 1.95 2025-02-09 10:51:15,773 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-09 10:51:15,773 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,773 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,773 - card_creation - INFO - raw do chances: 7.3 2025-02-09 10:51:15,773 - card_creation - INFO - Double**: 7.3 / Double(cf): 0.0 / rem xbh: 1.8499999999999988 2025-02-09 10:51:15,773 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,773 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,773 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-09 10:51:15,773 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,773 - card_creation - INFO - vL: All other OB: 14.15 / HBP: 0 / BB: 14.15 / Total Chances: 56.8 2025-02-09 10:51:15,773 - card_creation - INFO - vR: All other OB: 2.5 / HBP: 0 / BB: 2.5 / Total Chances: 51.65 2025-02-09 10:51:15,773 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 33.800000000000004 / Current Outs: 62.8 2025-02-09 10:51:15,773 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-09 10:51:15,773 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,773 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,773 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,773 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,773 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,773 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,774 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 7.3 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,774 - card_creation - INFO - vR - All Hits: 18.3 / Other OB: 9.3 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,774 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.699999999999999 2025-02-09 10:51:15,774 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.500000000000002 2025-02-09 10:51:15,774 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,774 - card_creation - INFO - vR: All Hits: 18.3 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-09 10:51:15,774 - card_creation - INFO - hr%: 0.65 / tr%: 0.10 / do%: 0.20 2025-02-09 10:51:15,774 - card_creation - INFO - raw do chances: 1.4 2025-02-09 10:51:15,774 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 5.299999999999999 2025-02-09 10:51:15,774 - card_creation - INFO - Triple: 0 / rem xbh: 5.3 2025-02-09 10:51:15,774 - card_creation - INFO - raw hr chances: 5.3 2025-02-09 10:51:15,774 - card_creation - INFO - BP HR: 4.0 / ND HR: 1.3 2025-02-09 10:51:15,774 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,774 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:15,774 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,774 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.300000000000002 2025-02-09 10:51:15,774 - card_creation - INFO - Triple: 0 / rem xbh: 6.3 2025-02-09 10:51:15,774 - card_creation - INFO - raw hr chances: 6.3 2025-02-09 10:51:15,774 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.3 2025-02-09 10:51:15,774 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,774 - card_creation - INFO - vL: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 56.5 2025-02-09 10:51:15,774 - card_creation - INFO - vR: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 56.6 2025-02-09 10:51:15,774 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.65 / Current Outs: 52.65 2025-02-09 10:51:15,774 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 21.65 / Current Outs: 50.65 2025-02-09 10:51:15,775 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,775 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,775 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,775 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,775 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,775 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,775 - card_creation - INFO - vL - All Hits: 21.7 / Other OB: 13.05 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,775 - card_creation - INFO - vR - All Hits: 28.8 / Other OB: 5.7 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,775 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.2 2025-02-09 10:51:15,775 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 10.7 2025-02-09 10:51:15,775 - card_creation - INFO - vL: All Hits: 21.7 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,775 - card_creation - INFO - vR: All Hits: 28.8 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.55 / Single CF: 0 2025-02-09 10:51:15,775 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:15,775 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,775 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 4.999999999999999 2025-02-09 10:51:15,775 - card_creation - INFO - Triple: 0 / rem xbh: 5.0 2025-02-09 10:51:15,776 - card_creation - INFO - raw hr chances: 5.0 2025-02-09 10:51:15,776 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.0 2025-02-09 10:51:15,776 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,776 - card_creation - INFO - hr%: 0.40 / tr%: 0.25 / do%: 0.35 2025-02-09 10:51:15,776 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,776 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 6.949999999999999 2025-02-09 10:51:15,776 - card_creation - INFO - Triple: 1.75 / rem xbh: 5.2 2025-02-09 10:51:15,776 - card_creation - INFO - raw hr chances: 5.2 2025-02-09 10:51:15,776 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.2 2025-02-09 10:51:15,776 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,776 - card_creation - INFO - vL: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 63.75 2025-02-09 10:51:15,776 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 4.0 / BB: 1.7 / Total Chances: 63.5 2025-02-09 10:51:15,776 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 16.9 / Current Outs: 45.9 2025-02-09 10:51:15,776 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 14.249999999999998 / Current Outs: 43.25 2025-02-09 10:51:15,776 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,776 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,776 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,776 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,776 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,776 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,777 - card_creation - INFO - vL - All Hits: 10.45 / Other OB: 19.65 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,777 - card_creation - INFO - vR - All Hits: 25.0 / Other OB: 4.25 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,777 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 3.0500000000000007 2025-02-09 10:51:15,777 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.949999999999999 2025-02-09 10:51:15,777 - card_creation - INFO - vL: All Hits: 10.45 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,777 - card_creation - INFO - vR: All Hits: 25.0 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 7.05 / Single CF: 0 2025-02-09 10:51:15,777 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,777 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:15,777 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.4500000000000006 2025-02-09 10:51:15,777 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,777 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,777 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-09 10:51:15,777 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,777 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,777 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,777 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-09 10:51:15,777 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,777 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,777 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,777 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,777 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:15,777 - card_creation - INFO - vL: All other OB: 19.65 / HBP: 0 / BB: 19.65 / Total Chances: 59.1 2025-02-09 10:51:15,777 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 58.25 2025-02-09 10:51:15,777 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 17.299999999999997 / Current Outs: 46.3 2025-02-09 10:51:15,777 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 21.7 / Current Outs: 50.7 2025-02-09 10:51:15,777 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,777 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,777 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,777 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,777 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,777 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,778 - card_creation - INFO - vL - All Hits: 23.9 / Other OB: 6.1 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,778 - card_creation - INFO - vR - All Hits: 12.95 / Other OB: 5.1 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:15,778 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.899999999999999 2025-02-09 10:51:15,778 - card_creation - INFO - remaining singles: 0.9000000000000004 / total xbh: 7.949999999999999 2025-02-09 10:51:15,778 - card_creation - INFO - vL: All Hits: 23.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 0.0 / Single CF: 4.5 2025-02-09 10:51:15,778 - card_creation - INFO - vR: All Hits: 12.95 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,778 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-09 10:51:15,778 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:15,778 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.5 / rem xbh: 6.399999999999999 2025-02-09 10:51:15,778 - card_creation - INFO - Triple: 0 / rem xbh: 6.4 2025-02-09 10:51:15,778 - card_creation - INFO - raw hr chances: 6.4 2025-02-09 10:51:15,778 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.4 2025-02-09 10:51:15,778 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,778 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,778 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,778 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-09 10:51:15,778 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-09 10:51:15,778 - card_creation - INFO - raw hr chances: 3.2 2025-02-09 10:51:15,778 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.2 2025-02-09 10:51:15,778 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,779 - card_creation - INFO - vL: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 59.0 2025-02-09 10:51:15,779 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 47.05 2025-02-09 10:51:15,779 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 14.85 / Current Outs: 43.85 2025-02-09 10:51:15,779 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 33.85 / Current Outs: 62.85 2025-02-09 10:51:15,779 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,779 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,779 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,779 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,779 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,779 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,780 - card_creation - INFO - vL - All Hits: 21.9 / Other OB: 5.4 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,780 - card_creation - INFO - vR - All Hits: 23.1 / Other OB: 4.75 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,780 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.45 2025-02-09 10:51:15,780 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.650000000000002 2025-02-09 10:51:15,780 - card_creation - INFO - vL: All Hits: 21.9 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,780 - card_creation - INFO - vR: All Hits: 23.1 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.25 / Single CF: 0 2025-02-09 10:51:15,780 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:15,780 - card_creation - INFO - raw do chances: 3.8 2025-02-09 10:51:15,780 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 4.6499999999999995 2025-02-09 10:51:15,780 - card_creation - INFO - Triple: 0 / rem xbh: 4.65 2025-02-09 10:51:15,780 - card_creation - INFO - raw hr chances: 4.65 2025-02-09 10:51:15,780 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.65 2025-02-09 10:51:15,780 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,780 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,780 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,780 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.45000000000000195 2025-02-09 10:51:15,780 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,781 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,781 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,781 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,781 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,781 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 56.3 2025-02-09 10:51:15,781 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 56.85 2025-02-09 10:51:15,781 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 8.549999999999999 / Current Outs: 37.55 2025-02-09 10:51:15,781 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 19.2 / Current Outs: 48.2 2025-02-09 10:51:15,781 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,781 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,781 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,781 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,781 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,781 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,781 - card_creation - INFO - vL - All Hits: 16.3 / Other OB: 22.5 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,781 - card_creation - INFO - vR - All Hits: 17.05 / Other OB: 6.55 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,782 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.8 2025-02-09 10:51:15,782 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.15 2025-02-09 10:51:15,782 - card_creation - INFO - vL: All Hits: 16.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,782 - card_creation - INFO - vR: All Hits: 17.05 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,782 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,782 - card_creation - INFO - raw do chances: 8.35 2025-02-09 10:51:15,782 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-09 10:51:15,782 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,782 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,782 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-09 10:51:15,782 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,782 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,782 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,782 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-09 10:51:15,782 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,782 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,782 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-09 10:51:15,782 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,782 - card_creation - INFO - vL: All other OB: 22.5 / HBP: 4.0 / BB: 18.5 / Total Chances: 67.8 2025-02-09 10:51:15,782 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 52.6 2025-02-09 10:51:15,782 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 23.45 / Current Outs: 52.45 2025-02-09 10:51:15,782 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 13.399999999999999 / Current Outs: 42.4 2025-02-09 10:51:15,782 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,782 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,782 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,782 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,782 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,782 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,783 - card_creation - INFO - vL - All Hits: 30.6 / Other OB: 16.95 / All Outs: 60.5 / Total: 29.0 2025-02-09 10:51:15,783 - card_creation - INFO - vR - All Hits: 6.7 / Other OB: 5.7 / All Outs: 95.5 / Total: 29.0 2025-02-09 10:51:15,783 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 8.750000000000002 2025-02-09 10:51:15,783 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 3.1 2025-02-09 10:51:15,783 - card_creation - INFO - vL: All Hits: 30.6 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.45 / Single CF: 0 2025-02-09 10:51:15,783 - card_creation - INFO - vR: All Hits: 6.7 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,783 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,783 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,783 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.3500000000000014 2025-02-09 10:51:15,783 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:15,783 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:15,783 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:15,783 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-09 10:51:15,783 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-09 10:51:15,783 - card_creation - INFO - hr%: 0.15 / tr%: 0.30 / do%: 0.55 2025-02-09 10:51:15,783 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,783 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 1.4000000000000001 2025-02-09 10:51:15,783 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,783 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,783 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,783 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:15,783 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-09 10:51:15,783 - card_creation - INFO - vL: All other OB: 16.95 / HBP: 0 / BB: 16.95 / Total Chances: 76.55 2025-02-09 10:51:15,783 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 41.4 2025-02-09 10:51:15,783 - card_creation - INFO - vL: All Outs: 60.5 / Ks: 10.000000000000002 / Current Outs: 39.0 2025-02-09 10:51:15,784 - card_creation - INFO - vR: All Outs: 95.5 / Ks: 35.25 / Current Outs: 64.25 2025-02-09 10:51:15,784 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,784 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,784 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,784 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,784 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,784 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,784 - card_creation - INFO - vL - All Hits: 16.7 / Other OB: 9.3 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,784 - card_creation - INFO - vR - All Hits: 16.05 / Other OB: 5.95 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,784 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.199999999999999 2025-02-09 10:51:15,784 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.3500000000000014 2025-02-09 10:51:15,784 - card_creation - INFO - vL: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,785 - card_creation - INFO - vR: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,785 - card_creation - INFO - hr%: 0.15 / tr%: 0.30 / do%: 0.55 2025-02-09 10:51:15,785 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,785 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.7999999999999994 2025-02-09 10:51:15,785 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:15,785 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:15,785 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,785 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-09 10:51:15,785 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,785 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,785 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1500000000000015 2025-02-09 10:51:15,785 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:15,785 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:15,785 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,785 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,785 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,785 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 55.2 2025-02-09 10:51:15,785 - card_creation - INFO - vR: All other OB: 5.95 / HBP: 0 / BB: 5.95 / Total Chances: 51.0 2025-02-09 10:51:15,785 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 17.65 / Current Outs: 46.65 2025-02-09 10:51:15,785 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 28.999999999999996 / Current Outs: 58.0 2025-02-09 10:51:15,785 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,785 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,785 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,785 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,785 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,785 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,786 - card_creation - INFO - vL - All Hits: 16.5 / Other OB: 8.4 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,786 - card_creation - INFO - vR - All Hits: 22.35 / Other OB: 7.85 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,786 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.35 2025-02-09 10:51:15,786 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.550000000000001 2025-02-09 10:51:15,786 - card_creation - INFO - vL: All Hits: 16.5 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,786 - card_creation - INFO - vR: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,786 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,786 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,786 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-09 10:51:15,786 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:15,786 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:15,786 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:15,786 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,786 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,786 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,786 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-09 10:51:15,786 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-09 10:51:15,786 - card_creation - INFO - raw hr chances: 2.8 2025-02-09 10:51:15,786 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-09 10:51:15,786 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,786 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 53.9 2025-02-09 10:51:15,786 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 59.2 2025-02-09 10:51:15,786 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 21.55 / Current Outs: 50.55 2025-02-09 10:51:15,786 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 15.099999999999998 / Current Outs: 44.1 2025-02-09 10:51:15,786 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,786 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,786 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,787 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,787 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,787 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,787 - card_creation - INFO - vL - All Hits: 38.05 / Other OB: 18.95 / All Outs: 51.0 / Total: 29.0 2025-02-09 10:51:15,787 - card_creation - INFO - vR - All Hits: 9.25 / Other OB: 7.2 / All Outs: 91.5 / Total: 29.0 2025-02-09 10:51:15,787 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 12.7 2025-02-09 10:51:15,787 - card_creation - INFO - remaining singles: 0.9999999999999996 / total xbh: 3.1500000000000004 2025-02-09 10:51:15,787 - card_creation - INFO - vL: All Hits: 38.05 / BP Singles: 5.0 / Single 2: 10.2 / Single 1: 10.15 / Single CF: 0 2025-02-09 10:51:15,787 - card_creation - INFO - vR: All Hits: 9.25 / BP Singles: 5.0 / Single 2: 1.1 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,787 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,787 - card_creation - INFO - raw do chances: 10.15 2025-02-09 10:51:15,787 - card_creation - INFO - Double**: 10.15 / Double(cf): 0.0 / rem xbh: 2.549999999999999 2025-02-09 10:51:15,787 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,787 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,787 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.5499999999999998 2025-02-09 10:51:15,787 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,787 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,787 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,787 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.0500000000000003 2025-02-09 10:51:15,787 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,787 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,788 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,788 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,788 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,788 - card_creation - INFO - vL: All other OB: 18.95 / HBP: 1.0 / BB: 17.95 / Total Chances: 86.0 2025-02-09 10:51:15,788 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 45.45 2025-02-09 10:51:15,788 - card_creation - INFO - vL: All Outs: 51.0 / Ks: 23.999999999999996 / Current Outs: 53.0 2025-02-09 10:51:15,788 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 29.75 / Current Outs: 58.75 2025-02-09 10:51:15,788 - card_creation - INFO - Remaining outs: -2.0 2025-02-09 10:51:15,788 - card_creation - INFO - Passing -2.0 outs to strikeouts 2025-02-09 10:51:15,788 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,788 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,788 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,788 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,788 - card_creation - INFO - vL - All Hits: 9.15 / Other OB: 8.3 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:15,788 - card_creation - INFO - vR - All Hits: 23.4 / Other OB: 4.5 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,788 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.25 2025-02-09 10:51:15,789 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 7.0 2025-02-09 10:51:15,789 - card_creation - INFO - vL: All Hits: 9.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,789 - card_creation - INFO - vR: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,789 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,789 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,789 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,789 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,789 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-09 10:51:15,789 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-09 10:51:15,789 - card_creation - INFO - raw hr chances: 1.3 2025-02-09 10:51:15,789 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-09 10:51:15,789 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - vL: All other OB: 8.3 / HBP: 1.0 / BB: 7.3 / Total Chances: 46.45 2025-02-09 10:51:15,789 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 56.9 2025-02-09 10:51:15,789 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 24.65 / Current Outs: 53.65 2025-02-09 10:51:15,789 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 10.45 / Current Outs: 39.45 2025-02-09 10:51:15,789 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,789 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,789 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,789 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,789 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,790 - card_creation - INFO - vL - All Hits: 17.2 / Other OB: 19.65 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:15,790 - card_creation - INFO - vR - All Hits: 25.95 / Other OB: 10.85 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:15,790 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.449999999999999 2025-02-09 10:51:15,790 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 14.55 2025-02-09 10:51:15,790 - card_creation - INFO - vL: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:15,790 - card_creation - INFO - vR: All Hits: 25.95 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 3.2 2025-02-09 10:51:15,790 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,790 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:15,790 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.849999999999999 2025-02-09 10:51:15,790 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,790 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,790 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,790 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,790 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,790 - card_creation - INFO - raw do chances: 7.3 2025-02-09 10:51:15,790 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.3 / rem xbh: 7.250000000000001 2025-02-09 10:51:15,790 - card_creation - INFO - Triple: 0 / rem xbh: 7.25 2025-02-09 10:51:15,790 - card_creation - INFO - raw hr chances: 7.25 2025-02-09 10:51:15,790 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.25 2025-02-09 10:51:15,790 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,790 - card_creation - INFO - vL: All other OB: 19.65 / HBP: 4.0 / BB: 15.65 / Total Chances: 65.85 2025-02-09 10:51:15,790 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 0 / BB: 10.85 / Total Chances: 65.8 2025-02-09 10:51:15,790 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 19.299999999999997 / Current Outs: 48.3 2025-02-09 10:51:15,790 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 24.099999999999998 / Current Outs: 53.1 2025-02-09 10:51:15,790 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,790 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,791 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,791 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,791 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,791 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,791 - card_creation - INFO - vL - All Hits: 12.4 / Other OB: 7.95 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,791 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 6.5 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,791 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.9000000000000004 2025-02-09 10:51:15,791 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.25 2025-02-09 10:51:15,791 - card_creation - INFO - vL: All Hits: 12.4 / BP Singles: 5.0 / Single 2: 1.75 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:15,791 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,791 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,791 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,791 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.7000000000000002 2025-02-09 10:51:15,791 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,791 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,791 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,791 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:15,791 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-09 10:51:15,791 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,791 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,792 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:15,792 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,792 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,792 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,792 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:15,792 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:15,792 - card_creation - INFO - vL: All other OB: 7.95 / HBP: 1.0 / BB: 6.95 / Total Chances: 49.35 2025-02-09 10:51:15,792 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 49.85 2025-02-09 10:51:15,792 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 12.999999999999998 / Current Outs: 42.0 2025-02-09 10:51:15,792 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 25.449999999999996 / Current Outs: 54.45 2025-02-09 10:51:15,792 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,792 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,792 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,792 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,792 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,792 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,792 - card_creation - INFO - vL - All Hits: 18.9 / Other OB: 10.05 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,792 - card_creation - INFO - vR - All Hits: 7.75 / Other OB: 10.3 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:15,793 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 10.5 2025-02-09 10:51:15,793 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.9499999999999997 2025-02-09 10:51:15,793 - card_creation - INFO - vL: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 0.0 / Single CF: 1.7 2025-02-09 10:51:15,793 - card_creation - INFO - vR: All Hits: 7.75 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,793 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:15,793 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,793 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.2 / rem xbh: 8.3 2025-02-09 10:51:15,793 - card_creation - INFO - Triple: 0 / rem xbh: 8.3 2025-02-09 10:51:15,793 - card_creation - INFO - raw hr chances: 8.3 2025-02-09 10:51:15,793 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.3 2025-02-09 10:51:15,793 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,793 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,793 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,793 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.25000000000000044 2025-02-09 10:51:15,793 - card_creation - INFO - Triple: 0 / rem xbh: -0.25 2025-02-09 10:51:15,793 - card_creation - INFO - raw hr chances: -0.25 2025-02-09 10:51:15,793 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,793 - card_creation - INFO - excess xbh: -0.25 2025-02-09 10:51:15,793 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 3.0 / BB: 7.05 / Total Chances: 57.95 2025-02-09 10:51:15,793 - card_creation - INFO - vR: All other OB: 10.3 / HBP: 3.0 / BB: 7.3 / Total Chances: 47.3 2025-02-09 10:51:15,793 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 11.9 / Current Outs: 40.9 2025-02-09 10:51:15,793 - card_creation - INFO - vR: All Outs: 90.0 / Ks: -0.3499999999999998 / Current Outs: 28.65 2025-02-09 10:51:15,793 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,793 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,793 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,793 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-09 10:51:15,793 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,793 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,794 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 4.5 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,794 - card_creation - INFO - vR - All Hits: 24.5 / Other OB: 2.7 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,794 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.100000000000001 2025-02-09 10:51:15,794 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 8.100000000000001 2025-02-09 10:51:15,794 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,794 - card_creation - INFO - vR: All Hits: 24.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,794 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:15,794 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,794 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7000000000000015 2025-02-09 10:51:15,794 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:15,794 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:15,794 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-09 10:51:15,794 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,794 - card_creation - INFO - hr%: 0.40 / tr%: 0.15 / do%: 0.40 2025-02-09 10:51:15,794 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,794 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.850000000000001 2025-02-09 10:51:15,794 - card_creation - INFO - Triple: 0 / rem xbh: 4.85 2025-02-09 10:51:15,794 - card_creation - INFO - raw hr chances: 4.85 2025-02-09 10:51:15,794 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.85 2025-02-09 10:51:15,794 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,794 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 1.0 / BB: 3.5 / Total Chances: 51.6 2025-02-09 10:51:15,794 - card_creation - INFO - vR: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 56.2 2025-02-09 10:51:15,794 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 15.449999999999998 / Current Outs: 44.45 2025-02-09 10:51:15,794 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 9.249999999999998 / Current Outs: 38.25 2025-02-09 10:51:15,795 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,795 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,795 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,795 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,795 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,795 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,795 - card_creation - INFO - vL - All Hits: 24.15 / Other OB: 7.25 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,795 - card_creation - INFO - vR - All Hits: 20.05 / Other OB: 13.6 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,795 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 2.799999999999999 2025-02-09 10:51:15,795 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 4.25 2025-02-09 10:51:15,795 - card_creation - INFO - vL: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 8.2 / Single 1: 8.15 / Single CF: 0 2025-02-09 10:51:15,795 - card_creation - INFO - vR: All Hits: 20.05 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,796 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,796 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,796 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.799999999999999 2025-02-09 10:51:15,796 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-09 10:51:15,796 - card_creation - INFO - raw hr chances: 2.8 2025-02-09 10:51:15,796 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7999999999999998 2025-02-09 10:51:15,796 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,796 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,796 - card_creation - INFO - raw do chances: 3.8 2025-02-09 10:51:15,796 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 0.4500000000000002 2025-02-09 10:51:15,796 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,796 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,796 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,796 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,796 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,796 - card_creation - INFO - vL: All other OB: 7.25 / HBP: 1.0 / BB: 6.25 / Total Chances: 60.4 2025-02-09 10:51:15,796 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 62.65 2025-02-09 10:51:15,796 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 17.7 / Current Outs: 46.7 2025-02-09 10:51:15,796 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 21.349999999999998 / Current Outs: 50.35 2025-02-09 10:51:15,796 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,796 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,796 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,796 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,796 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,796 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,797 - card_creation - INFO - vL - All Hits: 17.95 / Other OB: 10.8 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,797 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 9.15 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,797 - card_creation - INFO - remaining singles: 0.0 / total xbh: 13.45 2025-02-09 10:51:15,797 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.149999999999999 2025-02-09 10:51:15,797 - card_creation - INFO - vL: All Hits: 17.95 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 0.0 / Single CF: 2.25 2025-02-09 10:51:15,797 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,797 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.50 2025-02-09 10:51:15,797 - card_creation - INFO - raw do chances: 6.7 2025-02-09 10:51:15,797 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.7 / rem xbh: 6.749999999999999 2025-02-09 10:51:15,797 - card_creation - INFO - Triple: 2.4 / rem xbh: 4.35 2025-02-09 10:51:15,797 - card_creation - INFO - raw hr chances: 4.35 2025-02-09 10:51:15,797 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.35 2025-02-09 10:51:15,797 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,797 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:15,797 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,797 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.9499999999999984 2025-02-09 10:51:15,797 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-09 10:51:15,797 - card_creation - INFO - raw hr chances: 2.95 2025-02-09 10:51:15,797 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:15,797 - card_creation - INFO - excess xbh: -0.04999999999999982 2025-02-09 10:51:15,797 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 57.75 2025-02-09 10:51:15,797 - card_creation - INFO - vR: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 58.35 2025-02-09 10:51:15,797 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 20.15 / Current Outs: 49.15 2025-02-09 10:51:15,797 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-09 10:51:15,797 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,797 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,797 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,797 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,797 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,797 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,798 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 7.4 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,798 - card_creation - INFO - vR - All Hits: 23.6 / Other OB: 11.15 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,798 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 6.800000000000001 2025-02-09 10:51:15,798 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.949999999999999 2025-02-09 10:51:15,798 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,798 - card_creation - INFO - vR: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.85 / Single CF: 0 2025-02-09 10:51:15,798 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-09 10:51:15,798 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,798 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.0500000000000007 2025-02-09 10:51:15,798 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-09 10:51:15,798 - card_creation - INFO - raw hr chances: 3.05 2025-02-09 10:51:15,798 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-09 10:51:15,798 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,798 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,798 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,798 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.7499999999999991 2025-02-09 10:51:15,798 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:15,798 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:15,799 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,799 - card_creation - INFO - excess xbh: -0.25 2025-02-09 10:51:15,799 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 55.9 2025-02-09 10:51:15,799 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 1.0 / BB: 10.15 / Total Chances: 64.0 2025-02-09 10:51:15,799 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.549999999999997 / Current Outs: 48.55 2025-02-09 10:51:15,799 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 15.799999999999997 / Current Outs: 44.8 2025-02-09 10:51:15,799 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,799 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,799 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,799 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,799 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,799 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,799 - card_creation - INFO - vL - All Hits: 8.55 / Other OB: 10.55 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,799 - card_creation - INFO - vR - All Hits: 16.4 / Other OB: 11.55 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,799 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-09 10:51:15,800 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.899999999999999 2025-02-09 10:51:15,800 - card_creation - INFO - vL: All Hits: 8.55 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:15,800 - card_creation - INFO - vR: All Hits: 16.4 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-09 10:51:15,800 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,800 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,800 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.0500000000000007 2025-02-09 10:51:15,800 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,800 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,800 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,800 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,800 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,800 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-09 10:51:15,800 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,800 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 3.1999999999999984 2025-02-09 10:51:15,800 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-09 10:51:15,800 - card_creation - INFO - raw hr chances: 3.2 2025-02-09 10:51:15,800 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-09 10:51:15,800 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,800 - card_creation - INFO - vL: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 48.1 2025-02-09 10:51:15,800 - card_creation - INFO - vR: All other OB: 11.55 / HBP: 0 / BB: 11.55 / Total Chances: 56.95 2025-02-09 10:51:15,800 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 30.4 / Current Outs: 59.4 2025-02-09 10:51:15,800 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 32.400000000000006 / Current Outs: 61.4 2025-02-09 10:51:15,800 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,800 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,800 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,800 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,800 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,800 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,801 - card_creation - INFO - vL - All Hits: 24.55 / Other OB: 4.75 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,801 - card_creation - INFO - vR - All Hits: 7.2 / Other OB: 20.05 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,801 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 12.750000000000004 2025-02-09 10:51:15,801 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.2 2025-02-09 10:51:15,801 - card_creation - INFO - vL: All Hits: 24.55 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 0.0 / Single CF: 3.4 2025-02-09 10:51:15,801 - card_creation - INFO - vR: All Hits: 7.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,801 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,801 - card_creation - INFO - raw do chances: 7.65 2025-02-09 10:51:15,801 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.65 / rem xbh: 5.100000000000003 2025-02-09 10:51:15,801 - card_creation - INFO - Triple: 0 / rem xbh: 5.1 2025-02-09 10:51:15,801 - card_creation - INFO - raw hr chances: 5.1 2025-02-09 10:51:15,801 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.0999999999999996 2025-02-09 10:51:15,801 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,801 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,801 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,801 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.0000000000000002 2025-02-09 10:51:15,801 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,801 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,801 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,801 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,801 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 58.3 2025-02-09 10:51:15,801 - card_creation - INFO - vR: All other OB: 20.05 / HBP: 3.0 / BB: 17.05 / Total Chances: 56.25 2025-02-09 10:51:15,801 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 19.2 / Current Outs: 48.2 2025-02-09 10:51:15,801 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 17.899999999999995 / Current Outs: 46.9 2025-02-09 10:51:15,801 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,801 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,802 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,802 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,802 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,802 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,802 - card_creation - INFO - vL - All Hits: 16.05 / Other OB: 4.2 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:15,802 - card_creation - INFO - vR - All Hits: 23.6 / Other OB: 12.7 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:15,802 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8000000000000007 2025-02-09 10:51:15,802 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 6.0 2025-02-09 10:51:15,802 - card_creation - INFO - vL: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,802 - card_creation - INFO - vR: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.3 / Single CF: 0 2025-02-09 10:51:15,802 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,802 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,802 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.9000000000000008 2025-02-09 10:51:15,802 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,802 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,802 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,802 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,802 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-09 10:51:15,803 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,803 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.9000000000000004 2025-02-09 10:51:15,803 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:15,803 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:15,803 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,803 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:15,803 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-09 10:51:15,803 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 49.25 2025-02-09 10:51:15,803 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 1.0 / BB: 11.7 / Total Chances: 65.3 2025-02-09 10:51:15,803 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 16.75 / Current Outs: 45.75 2025-02-09 10:51:15,803 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 22.250000000000004 / Current Outs: 51.25 2025-02-09 10:51:15,803 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,803 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,803 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,803 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,803 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,803 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,804 - card_creation - INFO - vL - All Hits: 24.55 / Other OB: 6.75 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,804 - card_creation - INFO - vR - All Hits: 19.8 / Other OB: 7.65 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,804 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.850000000000003 2025-02-09 10:51:15,804 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.45 2025-02-09 10:51:15,804 - card_creation - INFO - vL: All Hits: 24.55 / BP Singles: 5.0 / Single 2: 5.85 / Single 1: 5.85 / Single CF: 0 2025-02-09 10:51:15,804 - card_creation - INFO - vR: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.15 / Single CF: 0 2025-02-09 10:51:15,804 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,804 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,804 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.150000000000003 2025-02-09 10:51:15,804 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-09 10:51:15,804 - card_creation - INFO - raw hr chances: 2.15 2025-02-09 10:51:15,804 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,804 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,804 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,804 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-09 10:51:15,804 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,804 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.7500000000000002 2025-02-09 10:51:15,804 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,804 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,804 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,804 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:15,804 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:15,804 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 60.3 2025-02-09 10:51:15,804 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 3.0 / BB: 4.65 / Total Chances: 56.45 2025-02-09 10:51:15,804 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 18.2 / Current Outs: 47.2 2025-02-09 10:51:15,804 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 20.3 / Current Outs: 49.3 2025-02-09 10:51:15,804 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,804 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,804 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,804 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,804 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,804 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,805 - card_creation - INFO - vL - All Hits: 17.6 / Other OB: 15.25 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,805 - card_creation - INFO - vR - All Hits: 18.45 / Other OB: 7.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,805 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.250000000000002 2025-02-09 10:51:15,805 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.449999999999999 2025-02-09 10:51:15,805 - card_creation - INFO - vL: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-09 10:51:15,805 - card_creation - INFO - vR: All Hits: 18.45 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,805 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:15,805 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,805 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.850000000000002 2025-02-09 10:51:15,805 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,805 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,805 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,805 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,805 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:15,805 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,805 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-09 10:51:15,805 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-09 10:51:15,805 - card_creation - INFO - raw hr chances: 3.2 2025-02-09 10:51:15,805 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-09 10:51:15,805 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,806 - card_creation - INFO - vL: All other OB: 15.25 / HBP: 3.0 / BB: 12.25 / Total Chances: 61.85 2025-02-09 10:51:15,806 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 0 / BB: 7.5 / Total Chances: 54.95 2025-02-09 10:51:15,806 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 18.7 / Current Outs: 47.7 2025-02-09 10:51:15,806 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 21.45 / Current Outs: 50.45 2025-02-09 10:51:15,806 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,806 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,806 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,806 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,806 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,806 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,806 - card_creation - INFO - vL - All Hits: 19.75 / Other OB: 5.7 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,806 - card_creation - INFO - vR - All Hits: 13.6 / Other OB: 15.45 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,806 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.25 2025-02-09 10:51:15,807 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 2.1999999999999984 2025-02-09 10:51:15,807 - card_creation - INFO - vL: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,807 - card_creation - INFO - vR: All Hits: 13.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,807 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,807 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,807 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-09 10:51:15,807 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,807 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,807 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,807 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,807 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,807 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,807 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: -0.0500000000000016 2025-02-09 10:51:15,807 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,807 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,807 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,807 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,807 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 54.45 2025-02-09 10:51:15,807 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 58.1 2025-02-09 10:51:15,807 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 40.25 / Current Outs: 69.25 2025-02-09 10:51:15,807 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 34.50000000000001 / Current Outs: 63.5 2025-02-09 10:51:15,807 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,807 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,807 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,807 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,807 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,807 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,808 - card_creation - INFO - vL - All Hits: 10.3 / Other OB: 9.3 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:15,808 - card_creation - INFO - vR - All Hits: 21.85 / Other OB: 9.15 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,808 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 0.5 2025-02-09 10:51:15,808 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 7.600000000000001 2025-02-09 10:51:15,808 - card_creation - INFO - vL: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,808 - card_creation - INFO - vR: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,808 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,808 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,808 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.5 2025-02-09 10:51:15,808 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:15,808 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:15,808 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,808 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:15,808 - card_creation - INFO - Passing 0.5 xbh to single** 2025-02-09 10:51:15,808 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:15,808 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,808 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.8500000000000014 2025-02-09 10:51:15,808 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,808 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,808 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,808 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,808 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 2.0 / BB: 7.3 / Total Chances: 48.6 2025-02-09 10:51:15,808 - card_creation - INFO - vR: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 60.0 2025-02-09 10:51:15,808 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 38.650000000000006 / Current Outs: 67.65 2025-02-09 10:51:15,808 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 17.799999999999997 / Current Outs: 46.8 2025-02-09 10:51:15,808 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,808 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,809 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,809 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,809 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,809 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,809 - card_creation - INFO - vL - All Hits: 17.45 / Other OB: 9.75 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,809 - card_creation - INFO - vR - All Hits: 23.95 / Other OB: 11.6 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,809 - card_creation - INFO - remaining singles: -0.2500000000000009 / total xbh: 1.3499999999999988 2025-02-09 10:51:15,809 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 7.849999999999998 2025-02-09 10:51:15,809 - card_creation - INFO - vL: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,809 - card_creation - INFO - vR: All Hits: 23.95 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,809 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,809 - card_creation - INFO - raw do chances: 1.4 2025-02-09 10:51:15,809 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: -0.050000000000001155 2025-02-09 10:51:15,809 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,809 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,809 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,809 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,810 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,810 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,810 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.349999999999998 2025-02-09 10:51:15,810 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:15,810 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:15,810 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.35 2025-02-09 10:51:15,810 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,810 - card_creation - INFO - vL: All other OB: 9.75 / HBP: 3.0 / BB: 6.75 / Total Chances: 56.25 2025-02-09 10:51:15,810 - card_creation - INFO - vR: All other OB: 11.6 / HBP: 1.0 / BB: 10.6 / Total Chances: 64.55 2025-02-09 10:51:15,810 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 10.2 / Current Outs: 39.2 2025-02-09 10:51:15,810 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 21.349999999999998 / Current Outs: 50.35 2025-02-09 10:51:15,810 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,810 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,810 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,810 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,810 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,810 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,810 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 3.9 / All Outs: 91.5 / Total: 29.0 2025-02-09 10:51:15,811 - card_creation - INFO - vR - All Hits: 14.25 / Other OB: 9.1 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,811 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 1.6999999999999984 2025-02-09 10:51:15,811 - card_creation - INFO - remaining singles: 0.9999999999999996 / total xbh: 8.15 2025-02-09 10:51:15,811 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,811 - card_creation - INFO - vR: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 1.1 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,811 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,811 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,811 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: -1.5543122344752192e-15 2025-02-09 10:51:15,811 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:15,811 - card_creation - INFO - raw do chances: 6.1 2025-02-09 10:51:15,811 - card_creation - INFO - Double**: 6.1 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-09 10:51:15,811 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,811 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,811 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:15,811 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 45.5 2025-02-09 10:51:15,811 - card_creation - INFO - vR: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 52.35 2025-02-09 10:51:15,811 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 21.05 / Current Outs: 50.05 2025-02-09 10:51:15,811 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 16.85 / Current Outs: 45.85 2025-02-09 10:51:15,811 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,811 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,811 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,811 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,811 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,812 - card_creation - INFO - vL - All Hits: 21.35 / Other OB: 4.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,812 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 7.65 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,812 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.850000000000001 2025-02-09 10:51:15,812 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 1.1000000000000005 2025-02-09 10:51:15,812 - card_creation - INFO - vL: All Hits: 21.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-09 10:51:15,812 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,812 - card_creation - INFO - hr%: 0.00 / tr%: 0.10 / do%: 0.90 2025-02-09 10:51:15,812 - card_creation - INFO - raw do chances: 8.85 2025-02-09 10:51:15,812 - card_creation - INFO - Double**: 8.85 / Double(cf): 0.0 / rem xbh: 1.0000000000000018 2025-02-09 10:51:15,812 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,812 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,812 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,812 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,812 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-09 10:51:15,812 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,812 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1000000000000005 2025-02-09 10:51:15,812 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,812 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,812 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,812 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,812 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-09 10:51:15,812 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 54.85 2025-02-09 10:51:15,812 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 52.65 2025-02-09 10:51:15,813 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 42.45 / Current Outs: 71.45 2025-02-09 10:51:15,813 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 30.299999999999997 / Current Outs: 59.3 2025-02-09 10:51:15,813 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,813 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,813 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,813 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,813 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,813 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,813 - card_creation - INFO - vL - All Hits: 25.0 / Other OB: 16.3 / All Outs: 66.5 / Total: 29.0 2025-02-09 10:51:15,813 - card_creation - INFO - vR - All Hits: 6.9 / Other OB: 20.7 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,813 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 6.899999999999999 2025-02-09 10:51:15,814 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.4000000000000004 2025-02-09 10:51:15,814 - card_creation - INFO - vL: All Hits: 25.0 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.55 / Single CF: 0 2025-02-09 10:51:15,814 - card_creation - INFO - vR: All Hits: 6.9 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,814 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,814 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,814 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.6999999999999984 2025-02-09 10:51:15,814 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:15,814 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:15,814 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-09 10:51:15,814 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,814 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-09 10:51:15,814 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,814 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.2000000000000004 2025-02-09 10:51:15,814 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:15,814 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:15,814 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,814 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:15,814 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-09 10:51:15,814 - card_creation - INFO - vL: All other OB: 16.3 / HBP: 0 / BB: 16.3 / Total Chances: 70.3 2025-02-09 10:51:15,814 - card_creation - INFO - vR: All other OB: 20.7 / HBP: 0 / BB: 20.7 / Total Chances: 56.6 2025-02-09 10:51:15,814 - card_creation - INFO - vL: All Outs: 66.5 / Ks: 11.649999999999999 / Current Outs: 40.65 2025-02-09 10:51:15,814 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 28.249999999999996 / Current Outs: 57.25 2025-02-09 10:51:15,814 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,814 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,814 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,814 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,814 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,814 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,815 - card_creation - INFO - vL - All Hits: 24.0 / Other OB: 11.7 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,815 - card_creation - INFO - vR - All Hits: 11.35 / Other OB: 9.2 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,815 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 10.0 2025-02-09 10:51:15,815 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.049999999999999 2025-02-09 10:51:15,815 - card_creation - INFO - vL: All Hits: 24.0 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,815 - card_creation - INFO - vR: All Hits: 11.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,815 - card_creation - INFO - hr%: 0.20 / tr%: 0.15 / do%: 0.60 2025-02-09 10:51:15,815 - card_creation - INFO - raw do chances: 6.0 2025-02-09 10:51:15,815 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 4.0 2025-02-09 10:51:15,815 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-09 10:51:15,815 - card_creation - INFO - raw hr chances: 4.0 2025-02-09 10:51:15,815 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.0 2025-02-09 10:51:15,815 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,815 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-09 10:51:15,815 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,815 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.049999999999999 2025-02-09 10:51:15,815 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-09 10:51:15,815 - card_creation - INFO - raw hr chances: 3.05 2025-02-09 10:51:15,815 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-09 10:51:15,815 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,815 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 64.7 2025-02-09 10:51:15,815 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 1.0 / BB: 8.2 / Total Chances: 49.55 2025-02-09 10:51:15,815 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 15.250000000000002 / Current Outs: 44.25 2025-02-09 10:51:15,815 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 25.750000000000004 / Current Outs: 54.75 2025-02-09 10:51:15,815 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,815 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,815 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,815 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,816 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,816 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,816 - card_creation - INFO - vL - All Hits: 3.25 / Other OB: 5.1 / All Outs: 99.5 / Total: 29.0 2025-02-09 10:51:15,816 - card_creation - INFO - vR - All Hits: 21.1 / Other OB: 16.6 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,816 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.0000000000000002 2025-02-09 10:51:15,816 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.0 2025-02-09 10:51:15,816 - card_creation - INFO - vL: All Hits: 3.25 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-09 10:51:15,816 - card_creation - INFO - vR: All Hits: 21.1 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:15,816 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,816 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,816 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0000000000000002 2025-02-09 10:51:15,816 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,816 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,816 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,816 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,816 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,816 - card_creation - INFO - raw do chances: 7.7 2025-02-09 10:51:15,816 - card_creation - INFO - Double**: 7.7 / Double(cf): 0.0 / rem xbh: 3.3 2025-02-09 10:51:15,816 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-09 10:51:15,817 - card_creation - INFO - raw hr chances: 3.3 2025-02-09 10:51:15,817 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-09 10:51:15,817 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,817 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 37.35 2025-02-09 10:51:15,817 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 2.0 / BB: 14.6 / Total Chances: 66.7 2025-02-09 10:51:15,817 - card_creation - INFO - vL: All Outs: 99.5 / Ks: 25.849999999999998 / Current Outs: 54.85 2025-02-09 10:51:15,817 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 21.35 / Current Outs: 50.35 2025-02-09 10:51:15,817 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,817 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,817 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,817 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,817 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,817 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,817 - card_creation - INFO - vL - All Hits: 16.05 / Other OB: 12.3 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,817 - card_creation - INFO - vR - All Hits: 29.8 / Other OB: 11.1 / All Outs: 67.0 / Total: 29.0 2025-02-09 10:51:15,818 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.050000000000001 2025-02-09 10:51:15,818 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 9.350000000000001 2025-02-09 10:51:15,818 - card_creation - INFO - vL: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,818 - card_creation - INFO - vR: All Hits: 29.8 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.75 / Single CF: 0 2025-02-09 10:51:15,818 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,818 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,818 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.8500000000000005 2025-02-09 10:51:15,818 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,818 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,818 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,818 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,818 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:15,818 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,818 - card_creation - INFO - raw do chances: 7.95 2025-02-09 10:51:15,818 - card_creation - INFO - Double**: 7.95 / Double(cf): 0.0 / rem xbh: 1.4000000000000012 2025-02-09 10:51:15,818 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,818 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,818 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-09 10:51:15,818 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,818 - card_creation - INFO - vL: All other OB: 12.3 / HBP: 0 / BB: 12.3 / Total Chances: 57.35 2025-02-09 10:51:15,818 - card_creation - INFO - vR: All other OB: 11.1 / HBP: 0 / BB: 11.1 / Total Chances: 69.9 2025-02-09 10:51:15,818 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 9.649999999999999 / Current Outs: 38.65 2025-02-09 10:51:15,818 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 13.850000000000001 / Current Outs: 42.85 2025-02-09 10:51:15,818 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,818 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,818 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,818 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,818 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,818 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,819 - card_creation - INFO - vL - All Hits: 24.3 / Other OB: 6.9 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,819 - card_creation - INFO - vR - All Hits: 23.75 / Other OB: 5.9 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,819 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.8 2025-02-09 10:51:15,819 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.350000000000001 2025-02-09 10:51:15,819 - card_creation - INFO - vL: All Hits: 24.3 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,819 - card_creation - INFO - vR: All Hits: 23.75 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,819 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,819 - card_creation - INFO - raw do chances: 9.45 2025-02-09 10:51:15,819 - card_creation - INFO - Double**: 9.45 / Double(cf): 0.0 / rem xbh: 2.3500000000000014 2025-02-09 10:51:15,819 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-09 10:51:15,819 - card_creation - INFO - raw hr chances: 2.35 2025-02-09 10:51:15,819 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-09 10:51:15,819 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,819 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,819 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,819 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-09 10:51:15,819 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:15,819 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:15,819 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,819 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-09 10:51:15,819 - card_creation - INFO - vL: All other OB: 6.9 / HBP: 0 / BB: 6.9 / Total Chances: 60.2 2025-02-09 10:51:15,819 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 59.0 2025-02-09 10:51:15,819 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-09 10:51:15,819 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 18.05 / Current Outs: 47.05 2025-02-09 10:51:15,819 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,819 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,820 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,820 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,820 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,820 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,820 - card_creation - INFO - vL - All Hits: 30.95 / Other OB: 10.45 / All Outs: 66.5 / Total: 29.0 2025-02-09 10:51:15,820 - card_creation - INFO - vR - All Hits: 24.9 / Other OB: 7.75 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,820 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 13.599999999999998 2025-02-09 10:51:15,820 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 8.5 2025-02-09 10:51:15,820 - card_creation - INFO - vL: All Hits: 30.95 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 0.0 / Single CF: 6.15 2025-02-09 10:51:15,820 - card_creation - INFO - vR: All Hits: 24.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,820 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,821 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,821 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.7 / rem xbh: 7.899999999999998 2025-02-09 10:51:15,821 - card_creation - INFO - Triple: 0 / rem xbh: 7.9 2025-02-09 10:51:15,821 - card_creation - INFO - raw hr chances: 7.9 2025-02-09 10:51:15,821 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.9 2025-02-09 10:51:15,821 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,821 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,821 - card_creation - INFO - raw do chances: 6.4 2025-02-09 10:51:15,821 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-09 10:51:15,821 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:15,821 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:15,821 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:15,821 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,821 - card_creation - INFO - vL: All other OB: 10.45 / HBP: 4.0 / BB: 6.45 / Total Chances: 70.4 2025-02-09 10:51:15,821 - card_creation - INFO - vR: All other OB: 7.75 / HBP: 0 / BB: 7.75 / Total Chances: 61.65 2025-02-09 10:51:15,821 - card_creation - INFO - vL: All Outs: 66.5 / Ks: 12.499999999999998 / Current Outs: 41.5 2025-02-09 10:51:15,821 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 21.2 / Current Outs: 50.2 2025-02-09 10:51:15,821 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,821 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,821 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,821 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,821 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,821 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,822 - card_creation - INFO - vL - All Hits: 27.2 / Other OB: 8.15 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:15,822 - card_creation - INFO - vR - All Hits: 7.85 / Other OB: 8.55 / All Outs: 91.5 / Total: 29.0 2025-02-09 10:51:15,822 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 15.3 2025-02-09 10:51:15,822 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 2.8499999999999996 2025-02-09 10:51:15,822 - card_creation - INFO - vL: All Hits: 27.2 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 0.0 / Single CF: 3.4 2025-02-09 10:51:15,822 - card_creation - INFO - vR: All Hits: 7.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,822 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,822 - card_creation - INFO - raw do chances: 8.4 2025-02-09 10:51:15,822 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.4 / rem xbh: 6.9 2025-02-09 10:51:15,822 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-09 10:51:15,822 - card_creation - INFO - raw hr chances: 6.9 2025-02-09 10:51:15,822 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.9 2025-02-09 10:51:15,822 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,822 - card_creation - INFO - hr%: 0.75 / tr%: 0.25 / do%: 0.00 2025-02-09 10:51:15,822 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,822 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.8499999999999996 2025-02-09 10:51:15,822 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,822 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,822 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,822 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,822 - card_creation - INFO - vL: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 64.35 2025-02-09 10:51:15,822 - card_creation - INFO - vR: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 45.4 2025-02-09 10:51:15,822 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 14.799999999999997 / Current Outs: 43.8 2025-02-09 10:51:15,822 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.399999999999995 / Current Outs: 57.4 2025-02-09 10:51:15,822 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,822 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,822 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,822 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,822 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,822 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,823 - card_creation - INFO - vL - All Hits: 15.1 / Other OB: 15.3 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,823 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 11.5 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,823 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.6999999999999993 2025-02-09 10:51:15,823 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.650000000000002 2025-02-09 10:51:15,823 - card_creation - INFO - vL: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,823 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,823 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,823 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,823 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-09 10:51:15,823 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,823 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,823 - card_creation - INFO - BP HR: 0 / ND HR: 1.45 2025-02-09 10:51:15,823 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,823 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,823 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,823 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.45000000000000195 2025-02-09 10:51:15,823 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,823 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,823 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,823 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,823 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,824 - card_creation - INFO - vL: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 59.4 2025-02-09 10:51:15,824 - card_creation - INFO - vR: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 57.85 2025-02-09 10:51:15,824 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 25.650000000000002 / Current Outs: 54.65 2025-02-09 10:51:15,824 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 30.450000000000003 / Current Outs: 59.45 2025-02-09 10:51:15,824 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,824 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,824 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,824 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,824 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,824 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,824 - card_creation - INFO - vL - All Hits: 21.6 / Other OB: 7.65 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,824 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 8.65 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:15,824 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.5000000000000036 2025-02-09 10:51:15,824 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 6.300000000000001 2025-02-09 10:51:15,825 - card_creation - INFO - vL: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,825 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,825 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-09 10:51:15,825 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,825 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 1.6000000000000036 2025-02-09 10:51:15,825 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,825 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,825 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,825 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:15,825 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,825 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:15,825 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-09 10:51:15,825 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-09 10:51:15,825 - card_creation - INFO - raw hr chances: 2.8 2025-02-09 10:51:15,825 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-09 10:51:15,825 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,825 - card_creation - INFO - vL: All other OB: 7.65 / HBP: 3.0 / BB: 4.65 / Total Chances: 58.65 2025-02-09 10:51:15,825 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 55.35 2025-02-09 10:51:15,825 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 22.3 / Current Outs: 51.3 2025-02-09 10:51:15,825 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 23.299999999999997 / Current Outs: 52.3 2025-02-09 10:51:15,825 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,825 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,825 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,825 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,825 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,825 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,826 - card_creation - INFO - vL - All Hits: 19.6 / Other OB: 3.9 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,826 - card_creation - INFO - vR - All Hits: 9.9 / Other OB: 10.25 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:15,826 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1000000000000014 2025-02-09 10:51:15,826 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.3500000000000014 2025-02-09 10:51:15,826 - card_creation - INFO - vL: All Hits: 19.6 / BP Singles: 5.0 / Single 2: 5.75 / Single 1: 5.75 / Single CF: 0 2025-02-09 10:51:15,826 - card_creation - INFO - vR: All Hits: 9.9 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,826 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,826 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,826 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.9000000000000015 2025-02-09 10:51:15,826 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,826 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,826 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,826 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,826 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,826 - card_creation - INFO - raw do chances: 1.4 2025-02-09 10:51:15,826 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.9500000000000015 2025-02-09 10:51:15,826 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:15,826 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:15,826 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,826 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:15,826 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:15,826 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 1.0 / BB: 2.9 / Total Chances: 52.5 2025-02-09 10:51:15,826 - card_creation - INFO - vR: All other OB: 10.25 / HBP: 0 / BB: 10.25 / Total Chances: 49.15 2025-02-09 10:51:15,826 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 26.05 / Current Outs: 55.05 2025-02-09 10:51:15,826 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 30.7 / Current Outs: 59.7 2025-02-09 10:51:15,826 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,826 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,826 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,826 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,826 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,826 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,827 - card_creation - INFO - vL - All Hits: 18.5 / Other OB: 5.4 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,827 - card_creation - INFO - vR - All Hits: 19.5 / Other OB: 6.3 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,827 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.050000000000001 2025-02-09 10:51:15,827 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.799999999999999 2025-02-09 10:51:15,827 - card_creation - INFO - vL: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,827 - card_creation - INFO - vR: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,827 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.75 2025-02-09 10:51:15,827 - card_creation - INFO - raw do chances: 3.8 2025-02-09 10:51:15,827 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 1.2500000000000009 2025-02-09 10:51:15,827 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,827 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,827 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,827 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:15,827 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-09 10:51:15,827 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,827 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,828 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 3.399999999999999 2025-02-09 10:51:15,828 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:15,828 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:15,828 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-09 10:51:15,828 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,828 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 2.0 / BB: 3.4 / Total Chances: 52.9 2025-02-09 10:51:15,828 - card_creation - INFO - vR: All other OB: 6.3 / HBP: 0 / BB: 6.3 / Total Chances: 54.8 2025-02-09 10:51:15,828 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 18.55 / Current Outs: 47.55 2025-02-09 10:51:15,828 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 24.65 / Current Outs: 53.65 2025-02-09 10:51:15,828 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,828 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,828 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,828 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,828 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,828 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,829 - card_creation - INFO - vL - All Hits: 17.85 / Other OB: 4.25 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,829 - card_creation - INFO - vR - All Hits: 20.5 / Other OB: 4.2 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:15,829 - card_creation - INFO - remaining singles: 0.95 / total xbh: 11.8 2025-02-09 10:51:15,829 - card_creation - INFO - remaining singles: -0.15000000000000124 / total xbh: 4.399999999999999 2025-02-09 10:51:15,829 - card_creation - INFO - vL: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,829 - card_creation - INFO - vR: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,829 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-09 10:51:15,829 - card_creation - INFO - raw do chances: 8.25 2025-02-09 10:51:15,829 - card_creation - INFO - Double**: 8.25 / Double(cf): 0.0 / rem xbh: 3.5500000000000007 2025-02-09 10:51:15,829 - card_creation - INFO - Triple: 0 / rem xbh: 3.55 2025-02-09 10:51:15,829 - card_creation - INFO - raw hr chances: 3.55 2025-02-09 10:51:15,829 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.55 2025-02-09 10:51:15,829 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,829 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,829 - card_creation - INFO - raw do chances: 3.3 2025-02-09 10:51:15,829 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 1.0999999999999988 2025-02-09 10:51:15,829 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,829 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,829 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,829 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,829 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:15,829 - card_creation - INFO - vL: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 51.1 2025-02-09 10:51:15,829 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 53.7 2025-02-09 10:51:15,829 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 25.7 / Current Outs: 54.7 2025-02-09 10:51:15,829 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 43.75 / Current Outs: 72.75 2025-02-09 10:51:15,829 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,829 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,829 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,829 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,829 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,829 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,830 - card_creation - INFO - vL - All Hits: 20.65 / Other OB: 7.95 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,830 - card_creation - INFO - vR - All Hits: 15.5 / Other OB: 6.6 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,830 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.949999999999999 2025-02-09 10:51:15,830 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.600000000000001 2025-02-09 10:51:15,830 - card_creation - INFO - vL: All Hits: 20.65 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,830 - card_creation - INFO - vR: All Hits: 15.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,830 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:15,830 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,830 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.749999999999999 2025-02-09 10:51:15,830 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-09 10:51:15,830 - card_creation - INFO - raw hr chances: 3.75 2025-02-09 10:51:15,830 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-09 10:51:15,830 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,830 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-09 10:51:15,830 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,830 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 2.9500000000000015 2025-02-09 10:51:15,830 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-09 10:51:15,830 - card_creation - INFO - raw hr chances: 2.95 2025-02-09 10:51:15,830 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-09 10:51:15,830 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,831 - card_creation - INFO - vL: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 57.6 2025-02-09 10:51:15,831 - card_creation - INFO - vR: All other OB: 6.6 / HBP: 2.0 / BB: 4.6 / Total Chances: 51.1 2025-02-09 10:51:15,831 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 16.0 / Current Outs: 45.0 2025-02-09 10:51:15,831 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 23.35 / Current Outs: 52.35 2025-02-09 10:51:15,831 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,831 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,831 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,831 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,831 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,831 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,831 - card_creation - INFO - vL - All Hits: 25.95 / Other OB: 5.4 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,831 - card_creation - INFO - vR - All Hits: 8.25 / Other OB: 6.5 / All Outs: 93.0 / Total: 29.0 2025-02-09 10:51:15,831 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.750000000000002 2025-02-09 10:51:15,832 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 3.25 2025-02-09 10:51:15,832 - card_creation - INFO - vL: All Hits: 25.95 / BP Singles: 5.0 / Single 2: 7.6 / Single 1: 7.6 / Single CF: 0 2025-02-09 10:51:15,832 - card_creation - INFO - vR: All Hits: 8.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,832 - card_creation - INFO - hr%: 0.50 / tr%: 0.50 / do%: 0.00 2025-02-09 10:51:15,832 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,832 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.750000000000002 2025-02-09 10:51:15,832 - card_creation - INFO - Triple: 3.2 / rem xbh: 2.55 2025-02-09 10:51:15,832 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,832 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-09 10:51:15,832 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,832 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:15,832 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,832 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.6 2025-02-09 10:51:15,832 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,832 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,832 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,832 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,832 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 2.0 / BB: 3.4 / Total Chances: 60.35 2025-02-09 10:51:15,832 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 43.75 2025-02-09 10:51:15,832 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 33.550000000000004 / Current Outs: 62.55 2025-02-09 10:51:15,832 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 15.45 / Current Outs: 44.45 2025-02-09 10:51:15,832 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,832 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,832 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,832 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,832 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,832 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,833 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 0.0 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,833 - card_creation - INFO - vR - All Hits: 6.95 / Other OB: 3.4 / All Outs: 97.5 / Total: 29.0 2025-02-09 10:51:15,833 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.699999999999999 2025-02-09 10:51:15,833 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.150000000000001 2025-02-09 10:51:15,833 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.35 / Single CF: 0 2025-02-09 10:51:15,833 - card_creation - INFO - vR: All Hits: 6.95 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,833 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-09 10:51:15,833 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,833 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.699999999999999 2025-02-09 10:51:15,833 - card_creation - INFO - Triple: 4.75 / rem xbh: -0.05 2025-02-09 10:51:15,833 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,833 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,833 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,833 - card_creation - INFO - hr%: 0.80 / tr%: 0.20 / do%: 0.00 2025-02-09 10:51:15,833 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,833 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.150000000000001 2025-02-09 10:51:15,833 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-09 10:51:15,833 - card_creation - INFO - raw hr chances: 3.15 2025-02-09 10:51:15,833 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.15 2025-02-09 10:51:15,833 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,833 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 51.4 2025-02-09 10:51:15,833 - card_creation - INFO - vR: All other OB: 3.4 / HBP: 0 / BB: 3.4 / Total Chances: 39.35 2025-02-09 10:51:15,833 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 26.95 / Current Outs: 55.95 2025-02-09 10:51:15,833 - card_creation - INFO - vR: All Outs: 97.5 / Ks: 53.550000000000004 / Current Outs: 82.55 2025-02-09 10:51:15,833 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,833 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,833 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,833 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,834 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,834 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,834 - card_creation - INFO - vL - All Hits: 25.0 / Other OB: 15.35 / All Outs: 67.5 / Total: 29.0 2025-02-09 10:51:15,834 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 8.95 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,834 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.299999999999999 2025-02-09 10:51:15,834 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 4.350000000000001 2025-02-09 10:51:15,834 - card_creation - INFO - vL: All Hits: 25.0 / BP Singles: 5.0 / Single 2: 8.35 / Single 1: 8.35 / Single CF: 0 2025-02-09 10:51:15,834 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:15,834 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,834 - card_creation - INFO - raw do chances: 1.35 2025-02-09 10:51:15,834 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.9499999999999988 2025-02-09 10:51:15,834 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-09 10:51:15,834 - card_creation - INFO - raw hr chances: 1.95 2025-02-09 10:51:15,834 - card_creation - INFO - BP HR: 0 / ND HR: 1.95 2025-02-09 10:51:15,834 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,834 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,834 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,834 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-09 10:51:15,834 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,834 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,835 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,835 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,835 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,835 - card_creation - INFO - vL: All other OB: 15.35 / HBP: 0 / BB: 15.35 / Total Chances: 69.35 2025-02-09 10:51:15,835 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 4.0 / BB: 4.95 / Total Chances: 51.45 2025-02-09 10:51:15,835 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 29.599999999999998 / Current Outs: 58.6 2025-02-09 10:51:15,835 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 29.999999999999996 / Current Outs: 59.0 2025-02-09 10:51:15,835 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,835 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,835 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,835 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,835 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,835 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,835 - card_creation - INFO - vL - All Hits: 37.95 / Other OB: 10.8 / All Outs: 59.0 / Total: 29.0 2025-02-09 10:51:15,835 - card_creation - INFO - vR - All Hits: 15.25 / Other OB: 1.9 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:15,835 - card_creation - INFO - remaining singles: 0.0 / total xbh: 17.25 2025-02-09 10:51:15,836 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.75 2025-02-09 10:51:15,836 - card_creation - INFO - vL: All Hits: 37.95 / BP Singles: 5.0 / Single 2: 7.85 / Single 1: 0.0 / Single CF: 7.85 2025-02-09 10:51:15,836 - card_creation - INFO - vR: All Hits: 15.25 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,836 - card_creation - INFO - hr%: 0.10 / tr%: 0.30 / do%: 0.65 2025-02-09 10:51:15,836 - card_creation - INFO - raw do chances: 11.2 2025-02-09 10:51:15,836 - card_creation - INFO - Double**: 0.0 / Double(cf): 11.2 / rem xbh: 6.050000000000001 2025-02-09 10:51:15,836 - card_creation - INFO - Triple: 1.9 / rem xbh: 4.15 2025-02-09 10:51:15,836 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:15,836 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-09 10:51:15,836 - card_creation - INFO - excess xbh: 0.15000000000000036 2025-02-09 10:51:15,836 - card_creation - INFO - Passing 0.15000000000000036 xbh to triple 2025-02-09 10:51:15,836 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-09 10:51:15,836 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,836 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-09 10:51:15,836 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,836 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,836 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:15,836 - card_creation - INFO - excess xbh: -0.25 2025-02-09 10:51:15,836 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 77.75 2025-02-09 10:51:15,836 - card_creation - INFO - vR: All other OB: 1.9 / HBP: 0 / BB: 1.9 / Total Chances: 46.4 2025-02-09 10:51:15,836 - card_creation - INFO - vL: All Outs: 59.0 / Ks: 2.1500000000000004 / Current Outs: 31.15 2025-02-09 10:51:15,836 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 31.05 / Current Outs: 60.05 2025-02-09 10:51:15,836 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,836 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,836 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,836 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,836 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,836 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,837 - card_creation - INFO - vL - All Hits: 12.25 / Other OB: 13.2 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,837 - card_creation - INFO - vR - All Hits: 18.25 / Other OB: 3.2 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,837 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.6 2025-02-09 10:51:15,837 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.699999999999999 2025-02-09 10:51:15,837 - card_creation - INFO - vL: All Hits: 12.25 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:15,837 - card_creation - INFO - vR: All Hits: 18.25 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,837 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,837 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,837 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.3999999999999995 2025-02-09 10:51:15,837 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,837 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,837 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-09 10:51:15,837 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,837 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,837 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,837 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.2999999999999994 2025-02-09 10:51:15,837 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-09 10:51:15,837 - card_creation - INFO - raw hr chances: 3.3 2025-02-09 10:51:15,837 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-09 10:51:15,837 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,837 - card_creation - INFO - vL: All other OB: 13.2 / HBP: 0 / BB: 13.2 / Total Chances: 54.45 2025-02-09 10:51:15,837 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.45 2025-02-09 10:51:15,837 - card_creation - INFO - vL: All Outs: 82.5 / Ks: -0.24999999999999928 / Current Outs: 28.75 2025-02-09 10:51:15,838 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 14.749999999999998 / Current Outs: 43.75 2025-02-09 10:51:15,838 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,838 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-09 10:51:15,838 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,838 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,838 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,838 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,838 - card_creation - INFO - vL - All Hits: 19.3 / Other OB: 6.75 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,838 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 10.6 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,838 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.8000000000000007 2025-02-09 10:51:15,838 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 2.150000000000002 2025-02-09 10:51:15,838 - card_creation - INFO - vL: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,838 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,839 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,839 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,839 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.4000000000000008 2025-02-09 10:51:15,839 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,839 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,839 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,839 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:15,839 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-09 10:51:15,839 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-09 10:51:15,839 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,839 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.4500000000000022 2025-02-09 10:51:15,839 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,839 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,839 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,839 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,839 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,839 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 55.05 2025-02-09 10:51:15,839 - card_creation - INFO - vR: All other OB: 10.6 / HBP: 1.0 / BB: 9.6 / Total Chances: 56.95 2025-02-09 10:51:15,839 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 13.2 / Current Outs: 42.2 2025-02-09 10:51:15,839 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 19.349999999999998 / Current Outs: 48.35 2025-02-09 10:51:15,839 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,839 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,839 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,839 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,839 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,839 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,840 - card_creation - INFO - vL - All Hits: 11.85 / Other OB: 12.1 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,840 - card_creation - INFO - vR - All Hits: 31.75 / Other OB: 5.1 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:15,840 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 6.85 2025-02-09 10:51:15,840 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 9.9 2025-02-09 10:51:15,840 - card_creation - INFO - vL: All Hits: 11.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,840 - card_creation - INFO - vR: All Hits: 31.75 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.45 / Single CF: 0 2025-02-09 10:51:15,840 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,840 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,840 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-09 10:51:15,840 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,840 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,840 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-09 10:51:15,840 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,840 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,840 - card_creation - INFO - raw do chances: 5.95 2025-02-09 10:51:15,840 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 3.95 2025-02-09 10:51:15,840 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-09 10:51:15,840 - card_creation - INFO - raw hr chances: 3.95 2025-02-09 10:51:15,840 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.95 2025-02-09 10:51:15,840 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,840 - card_creation - INFO - vL: All other OB: 12.1 / HBP: 0 / BB: 12.1 / Total Chances: 52.95 2025-02-09 10:51:15,840 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 65.85 2025-02-09 10:51:15,840 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 29.85 / Current Outs: 58.85 2025-02-09 10:51:15,840 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 20.849999999999998 / Current Outs: 49.85 2025-02-09 10:51:15,840 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,840 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,840 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,840 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,840 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,840 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,841 - card_creation - INFO - vL - All Hits: 16.6 / Other OB: 5.1 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,841 - card_creation - INFO - vR - All Hits: 20.45 / Other OB: 2.25 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,841 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 2.900000000000002 2025-02-09 10:51:15,841 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.949999999999999 2025-02-09 10:51:15,841 - card_creation - INFO - vL: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,841 - card_creation - INFO - vR: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,841 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,841 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,841 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.6500000000000021 2025-02-09 10:51:15,841 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,841 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,841 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-09 10:51:15,841 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,841 - card_creation - INFO - hr%: 0.10 / tr%: 0.20 / do%: 0.65 2025-02-09 10:51:15,841 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,841 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 2.549999999999999 2025-02-09 10:51:15,842 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,842 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,842 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:15,842 - card_creation - INFO - excess xbh: -0.4500000000000002 2025-02-09 10:51:15,842 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 50.7 2025-02-09 10:51:15,842 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 52.15 2025-02-09 10:51:15,842 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 28.849999999999998 / Current Outs: 57.85 2025-02-09 10:51:15,842 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 12.7 / Current Outs: 41.7 2025-02-09 10:51:15,842 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,842 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,842 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,842 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,842 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,842 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,842 - card_creation - INFO - vL - All Hits: 20.65 / Other OB: 36.8 / All Outs: 50.5 / Total: 29.0 2025-02-09 10:51:15,842 - card_creation - INFO - vR - All Hits: 6.1 / Other OB: 3.25 / All Outs: 98.5 / Total: 29.0 2025-02-09 10:51:15,842 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.4499999999999993 2025-02-09 10:51:15,843 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 1.0999999999999996 2025-02-09 10:51:15,843 - card_creation - INFO - vL: All Hits: 20.65 / BP Singles: 5.0 / Single 2: 7.1 / Single 1: 7.1 / Single CF: 0 2025-02-09 10:51:15,843 - card_creation - INFO - vR: All Hits: 6.1 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,843 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,843 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,843 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-09 10:51:15,843 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,843 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,843 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,843 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,843 - card_creation - INFO - Passing 0.44999999999999996 xbh to single** 2025-02-09 10:51:15,843 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,843 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,843 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:15,843 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,843 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,843 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,843 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,843 - card_creation - INFO - Passing 0.10000000000000009 xbh to other_ob 2025-02-09 10:51:15,843 - card_creation - INFO - vL: All other OB: 36.8 / HBP: 1.0 / BB: 35.8 / Total Chances: 86.45 2025-02-09 10:51:15,843 - card_creation - INFO - vR: All other OB: 3.35 / HBP: 0 / BB: 3.35 / Total Chances: 38.35 2025-02-09 10:51:15,843 - card_creation - INFO - vL: All Outs: 50.5 / Ks: 10.150000000000002 / Current Outs: 39.15 2025-02-09 10:51:15,843 - card_creation - INFO - vR: All Outs: 98.5 / Ks: 18.599999999999998 / Current Outs: 47.6 2025-02-09 10:51:15,843 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,843 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,843 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,843 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,843 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,843 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,844 - card_creation - INFO - vL - All Hits: 20.75 / Other OB: 10.3 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,844 - card_creation - INFO - vR - All Hits: 16.55 / Other OB: 9.65 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,844 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 9.8 2025-02-09 10:51:15,844 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.9499999999999993 2025-02-09 10:51:15,844 - card_creation - INFO - vL: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,844 - card_creation - INFO - vR: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,844 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,844 - card_creation - INFO - raw do chances: 7.85 2025-02-09 10:51:15,844 - card_creation - INFO - Double**: 7.85 / Double(cf): 0.0 / rem xbh: 1.950000000000001 2025-02-09 10:51:15,844 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-09 10:51:15,844 - card_creation - INFO - raw hr chances: 1.95 2025-02-09 10:51:15,844 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,844 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-09 10:51:15,844 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:15,844 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,844 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.0499999999999994 2025-02-09 10:51:15,844 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,844 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,844 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,844 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-09 10:51:15,844 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-09 10:51:15,844 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 60.1 2025-02-09 10:51:15,844 - card_creation - INFO - vR: All other OB: 9.65 / HBP: 0 / BB: 9.65 / Total Chances: 55.2 2025-02-09 10:51:15,844 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 24.65 / Current Outs: 53.65 2025-02-09 10:51:15,844 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 23.3 / Current Outs: 52.3 2025-02-09 10:51:15,845 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,845 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,845 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,845 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,845 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,845 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,845 - card_creation - INFO - vL - All Hits: 17.1 / Other OB: 6.45 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,845 - card_creation - INFO - vR - All Hits: 9.7 / Other OB: 16.75 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:15,845 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.3500000000000014 2025-02-09 10:51:15,845 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 1.0999999999999996 2025-02-09 10:51:15,845 - card_creation - INFO - vL: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,845 - card_creation - INFO - vR: All Hits: 9.7 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,845 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,846 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,846 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: -0.04999999999999849 2025-02-09 10:51:15,846 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,846 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,846 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,846 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,846 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,846 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,846 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:15,846 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,846 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,846 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,846 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,846 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-09 10:51:15,846 - card_creation - INFO - vL: All other OB: 6.45 / HBP: 2.0 / BB: 4.45 / Total Chances: 52.6 2025-02-09 10:51:15,846 - card_creation - INFO - vR: All other OB: 16.75 / HBP: 4.0 / BB: 12.75 / Total Chances: 55.45 2025-02-09 10:51:15,846 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 37.5 / Current Outs: 66.5 2025-02-09 10:51:15,846 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-09 10:51:15,846 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,846 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,846 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-09 10:51:15,846 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-09 10:51:15,846 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,846 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,847 - card_creation - INFO - vL - All Hits: 8.65 / Other OB: 7.25 / All Outs: 92.0 / Total: 29.0 2025-02-09 10:51:15,847 - card_creation - INFO - vR - All Hits: 20.8 / Other OB: 4.5 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,847 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 1.25 2025-02-09 10:51:15,847 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0 2025-02-09 10:51:15,847 - card_creation - INFO - vL: All Hits: 8.65 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,847 - card_creation - INFO - vR: All Hits: 20.8 / BP Singles: 5.0 / Single 2: 6.9 / Single 1: 6.9 / Single CF: 0 2025-02-09 10:51:15,847 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,847 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:15,847 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,847 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,847 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.10000000000000009 2025-02-09 10:51:15,847 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-09 10:51:15,847 - card_creation - INFO - raw hr chances: -0.1 2025-02-09 10:51:15,847 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - excess xbh: -0.1 2025-02-09 10:51:15,847 - card_creation - INFO - vL: All other OB: 7.25 / HBP: 1.0 / BB: 6.25 / Total Chances: 44.9 2025-02-09 10:51:15,847 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 54.4 2025-02-09 10:51:15,847 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 17.7 / Current Outs: 46.7 2025-02-09 10:51:15,847 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 26.45 / Current Outs: 55.45 2025-02-09 10:51:15,847 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,847 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,847 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,847 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,847 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,848 - card_creation - INFO - vL - All Hits: 22.55 / Other OB: 4.2 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,848 - card_creation - INFO - vR - All Hits: 13.45 / Other OB: 9.1 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,848 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 6.150000000000002 2025-02-09 10:51:15,848 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.9499999999999993 2025-02-09 10:51:15,848 - card_creation - INFO - vL: All Hits: 22.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,848 - card_creation - INFO - vR: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,848 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,848 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,848 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.7500000000000018 2025-02-09 10:51:15,848 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,848 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,848 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,848 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:15,848 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:15,848 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,848 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,848 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.6999999999999993 2025-02-09 10:51:15,848 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,848 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,848 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,848 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:15,849 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-09 10:51:15,849 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 55.75 2025-02-09 10:51:15,849 - card_creation - INFO - vR: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 51.55 2025-02-09 10:51:15,849 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 22.75 / Current Outs: 51.75 2025-02-09 10:51:15,849 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 30.849999999999998 / Current Outs: 59.85 2025-02-09 10:51:15,849 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,849 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,849 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,849 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,849 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,849 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,849 - card_creation - INFO - vL - All Hits: 17.05 / Other OB: 12.85 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,849 - card_creation - INFO - vR - All Hits: 9.9 / Other OB: 18.55 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,849 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 5.35 2025-02-09 10:51:15,850 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 4.9 2025-02-09 10:51:15,850 - card_creation - INFO - vL: All Hits: 17.05 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,850 - card_creation - INFO - vR: All Hits: 9.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,850 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,850 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,850 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-09 10:51:15,850 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,850 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,850 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,850 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,850 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:15,850 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,850 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 1.0000000000000004 2025-02-09 10:51:15,850 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,850 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,850 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,850 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,850 - card_creation - INFO - vL: All other OB: 12.85 / HBP: 0 / BB: 12.85 / Total Chances: 58.95 2025-02-09 10:51:15,850 - card_creation - INFO - vR: All other OB: 18.55 / HBP: 2.0 / BB: 16.55 / Total Chances: 57.45 2025-02-09 10:51:15,850 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 22.099999999999998 / Current Outs: 51.1 2025-02-09 10:51:15,850 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 14.399999999999997 / Current Outs: 43.4 2025-02-09 10:51:15,850 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,850 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,850 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,850 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,850 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,850 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,851 - card_creation - INFO - vL - All Hits: 25.65 / Other OB: 11.45 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:15,851 - card_creation - INFO - vR - All Hits: 19.05 / Other OB: 8.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,851 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 9.55 2025-02-09 10:51:15,851 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.5 2025-02-09 10:51:15,851 - card_creation - INFO - vL: All Hits: 25.65 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,851 - card_creation - INFO - vR: All Hits: 19.05 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,851 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:15,851 - card_creation - INFO - raw do chances: 4.8 2025-02-09 10:51:15,851 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 4.750000000000001 2025-02-09 10:51:15,851 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-09 10:51:15,851 - card_creation - INFO - raw hr chances: 4.75 2025-02-09 10:51:15,851 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.75 2025-02-09 10:51:15,851 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,851 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:15,851 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:15,851 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-09 10:51:15,851 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-09 10:51:15,851 - card_creation - INFO - raw hr chances: 2.25 2025-02-09 10:51:15,851 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-09 10:51:15,851 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,851 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 66.1 2025-02-09 10:51:15,851 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 0 / BB: 8.7 / Total Chances: 56.75 2025-02-09 10:51:15,851 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 14.5 / Current Outs: 43.5 2025-02-09 10:51:15,851 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 25.25 / Current Outs: 54.25 2025-02-09 10:51:15,851 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,851 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,852 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,852 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,852 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,852 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,852 - card_creation - INFO - vL - All Hits: 13.5 / Other OB: 14.9 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,852 - card_creation - INFO - vR - All Hits: 18.55 / Other OB: 11.2 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,852 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8999999999999995 2025-02-09 10:51:15,852 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.800000000000001 2025-02-09 10:51:15,852 - card_creation - INFO - vL: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-09 10:51:15,852 - card_creation - INFO - vR: All Hits: 18.55 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,852 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,852 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,852 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.3000000000000007 2025-02-09 10:51:15,852 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-09 10:51:15,852 - card_creation - INFO - raw hr chances: -0.3 2025-02-09 10:51:15,852 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,852 - card_creation - INFO - excess xbh: -0.3 2025-02-09 10:51:15,853 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,853 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,853 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-09 10:51:15,853 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,853 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,853 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,853 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,853 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 4.0 / BB: 10.9 / Total Chances: 57.7 2025-02-09 10:51:15,853 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 58.75 2025-02-09 10:51:15,853 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 36.050000000000004 / Current Outs: 65.05 2025-02-09 10:51:15,853 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 29.750000000000004 / Current Outs: 58.75 2025-02-09 10:51:15,853 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,853 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,853 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,853 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,853 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,853 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,854 - card_creation - INFO - vL - All Hits: 29.5 / Other OB: 9.55 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,854 - card_creation - INFO - vR - All Hits: 12.2 / Other OB: 9.25 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,854 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.399999999999999 2025-02-09 10:51:15,854 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 3.3499999999999996 2025-02-09 10:51:15,854 - card_creation - INFO - vL: All Hits: 29.5 / BP Singles: 5.0 / Single 2: 8.55 / Single 1: 8.55 / Single CF: 0 2025-02-09 10:51:15,854 - card_creation - INFO - vR: All Hits: 12.2 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:15,854 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,854 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,854 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.8999999999999986 2025-02-09 10:51:15,854 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-09 10:51:15,854 - card_creation - INFO - raw hr chances: 2.9 2025-02-09 10:51:15,854 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.9 2025-02-09 10:51:15,854 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,854 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,854 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,854 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.14999999999999947 2025-02-09 10:51:15,854 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-09 10:51:15,854 - card_creation - INFO - raw hr chances: 0.15 2025-02-09 10:51:15,854 - card_creation - INFO - BP HR: 0 / ND HR: 0.15 2025-02-09 10:51:15,854 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,854 - card_creation - INFO - vL: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 68.05 2025-02-09 10:51:15,854 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 4.0 / BB: 5.25 / Total Chances: 50.45 2025-02-09 10:51:15,854 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 14.399999999999999 / Current Outs: 43.4 2025-02-09 10:51:15,854 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-09 10:51:15,854 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,854 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,854 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,854 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,854 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,854 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,855 - card_creation - INFO - vL - All Hits: 16.55 / Other OB: 6.0 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,855 - card_creation - INFO - vR - All Hits: 25.85 / Other OB: 8.9 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,855 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 4.850000000000001 2025-02-09 10:51:15,855 - card_creation - INFO - remaining singles: -0.15000000000000124 / total xbh: 9.750000000000004 2025-02-09 10:51:15,855 - card_creation - INFO - vL: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,855 - card_creation - INFO - vR: All Hits: 25.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,855 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-09 10:51:15,855 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,855 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.6000000000000014 2025-02-09 10:51:15,855 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-09 10:51:15,855 - card_creation - INFO - raw hr chances: 2.6 2025-02-09 10:51:15,855 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-09 10:51:15,855 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,855 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,855 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,855 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 4.350000000000003 2025-02-09 10:51:15,855 - card_creation - INFO - Triple: 0 / rem xbh: 4.35 2025-02-09 10:51:15,855 - card_creation - INFO - raw hr chances: 4.35 2025-02-09 10:51:15,855 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3499999999999996 2025-02-09 10:51:15,855 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,855 - card_creation - INFO - vL: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 51.55 2025-02-09 10:51:15,855 - card_creation - INFO - vR: All other OB: 8.9 / HBP: 0 / BB: 8.9 / Total Chances: 63.75 2025-02-09 10:51:15,856 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 17.95 / Current Outs: 46.95 2025-02-09 10:51:15,856 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 21.05 / Current Outs: 50.05 2025-02-09 10:51:15,856 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,856 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,856 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,856 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,856 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,856 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,856 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 9.8 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,856 - card_creation - INFO - vR - All Hits: 13.95 / Other OB: 12.2 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,856 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.899999999999997 2025-02-09 10:51:15,856 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.149999999999999 2025-02-09 10:51:15,856 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-09 10:51:15,856 - card_creation - INFO - vR: All Hits: 13.95 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,857 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-09 10:51:15,857 - card_creation - INFO - raw do chances: 3.8 2025-02-09 10:51:15,857 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 3.099999999999997 2025-02-09 10:51:15,857 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:15,857 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:15,857 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-09 10:51:15,857 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,857 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,857 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,857 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.049999999999999 2025-02-09 10:51:15,857 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,857 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,857 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,857 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,857 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,857 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 62.5 2025-02-09 10:51:15,857 - card_creation - INFO - vR: All other OB: 12.2 / HBP: 4.0 / BB: 8.2 / Total Chances: 55.15 2025-02-09 10:51:15,857 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 29.149999999999995 / Current Outs: 58.15 2025-02-09 10:51:15,857 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 35.75000000000001 / Current Outs: 64.75 2025-02-09 10:51:15,857 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,857 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,857 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,857 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,857 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,857 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,858 - card_creation - INFO - vL - All Hits: 6.3 / Other OB: 4.25 / All Outs: 97.5 / Total: 29.0 2025-02-09 10:51:15,858 - card_creation - INFO - vR - All Hits: 15.95 / Other OB: 10.45 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:15,858 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 1.9999999999999991 2025-02-09 10:51:15,858 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.6999999999999993 2025-02-09 10:51:15,858 - card_creation - INFO - vL: All Hits: 6.3 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,858 - card_creation - INFO - vR: All Hits: 15.95 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,858 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,858 - card_creation - INFO - raw do chances: 1.35 2025-02-09 10:51:15,858 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 0.649999999999999 2025-02-09 10:51:15,858 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,858 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,858 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-09 10:51:15,858 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,858 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,858 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,858 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.6999999999999993 2025-02-09 10:51:15,858 - card_creation - INFO - Triple: 0 / rem xbh: 3.7 2025-02-09 10:51:15,858 - card_creation - INFO - raw hr chances: 3.7 2025-02-09 10:51:15,858 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.7 2025-02-09 10:51:15,858 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,858 - card_creation - INFO - vL: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 39.55 2025-02-09 10:51:15,858 - card_creation - INFO - vR: All other OB: 10.45 / HBP: 0 / BB: 10.45 / Total Chances: 55.4 2025-02-09 10:51:15,858 - card_creation - INFO - vL: All Outs: 97.5 / Ks: 44.7 / Current Outs: 73.7 2025-02-09 10:51:15,858 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 25.500000000000004 / Current Outs: 54.5 2025-02-09 10:51:15,858 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,858 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,858 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,858 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,859 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,859 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,859 - card_creation - INFO - vL - All Hits: 8.1 / Other OB: 7.25 / All Outs: 92.5 / Total: 29.0 2025-02-09 10:51:15,859 - card_creation - INFO - vR - All Hits: 9.35 / Other OB: 8.3 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:15,859 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.2999999999999994 2025-02-09 10:51:15,859 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.0999999999999996 2025-02-09 10:51:15,859 - card_creation - INFO - vL: All Hits: 8.1 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,859 - card_creation - INFO - vR: All Hits: 9.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-09 10:51:15,859 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,859 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,859 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-09 10:51:15,859 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:15,859 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:15,859 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-09 10:51:15,859 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,859 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,859 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,859 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -0.10000000000000031 2025-02-09 10:51:15,859 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-09 10:51:15,860 - card_creation - INFO - raw hr chances: -0.1 2025-02-09 10:51:15,860 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,860 - card_creation - INFO - excess xbh: -0.1 2025-02-09 10:51:15,860 - card_creation - INFO - vL: All other OB: 7.25 / HBP: 1.0 / BB: 6.25 / Total Chances: 44.35 2025-02-09 10:51:15,860 - card_creation - INFO - vR: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 46.75 2025-02-09 10:51:15,860 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 26.7 / Current Outs: 55.7 2025-02-09 10:51:15,860 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 42.650000000000006 / Current Outs: 71.65 2025-02-09 10:51:15,860 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,860 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,860 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,860 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,860 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,860 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,860 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 6.5 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:15,860 - card_creation - INFO - vR - All Hits: 22.3 / Other OB: 1.4 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,861 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.400000000000002 2025-02-09 10:51:15,861 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.800000000000001 2025-02-09 10:51:15,861 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,861 - card_creation - INFO - vR: All Hits: 22.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,861 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,861 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,861 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: -0.29999999999999805 2025-02-09 10:51:15,861 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-09 10:51:15,861 - card_creation - INFO - raw hr chances: -0.3 2025-02-09 10:51:15,861 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,861 - card_creation - INFO - excess xbh: -0.3 2025-02-09 10:51:15,861 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-09 10:51:15,861 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:15,861 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 4.300000000000001 2025-02-09 10:51:15,861 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-09 10:51:15,861 - card_creation - INFO - raw hr chances: 4.3 2025-02-09 10:51:15,861 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3 2025-02-09 10:51:15,861 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,861 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 53.9 2025-02-09 10:51:15,861 - card_creation - INFO - vR: All other OB: 1.4 / HBP: 0 / BB: 1.4 / Total Chances: 52.7 2025-02-09 10:51:15,861 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 13.450000000000001 / Current Outs: 42.45 2025-02-09 10:51:15,861 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.55 / Current Outs: 48.55 2025-02-09 10:51:15,861 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,861 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,861 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,861 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,861 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,861 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,862 - card_creation - INFO - vL - All Hits: 20.95 / Other OB: 5.8 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,862 - card_creation - INFO - vR - All Hits: 6.2 / Other OB: 4.2 / All Outs: 97.5 / Total: 29.0 2025-02-09 10:51:15,862 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 11.45 2025-02-09 10:51:15,862 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.4000000000000004 2025-02-09 10:51:15,862 - card_creation - INFO - vL: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,862 - card_creation - INFO - vR: All Hits: 6.2 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,862 - card_creation - INFO - hr%: 0.00 / tr%: 0.05 / do%: 0.95 2025-02-09 10:51:15,862 - card_creation - INFO - raw do chances: 10.9 2025-02-09 10:51:15,862 - card_creation - INFO - Double**: 10.9 / Double(cf): 0.0 / rem xbh: 0.5499999999999989 2025-02-09 10:51:15,862 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,862 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,862 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,862 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,862 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:15,862 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,862 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,862 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-09 10:51:15,862 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,862 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,862 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-09 10:51:15,862 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,862 - card_creation - INFO - vL: All other OB: 5.8 / HBP: 0 / BB: 5.8 / Total Chances: 55.75 2025-02-09 10:51:15,862 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 39.4 2025-02-09 10:51:15,862 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 38.150000000000006 / Current Outs: 67.15 2025-02-09 10:51:15,862 - card_creation - INFO - vR: All Outs: 97.5 / Ks: 60.75 / Current Outs: 89.75 2025-02-09 10:51:15,863 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,863 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,863 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,863 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,863 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,863 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,863 - card_creation - INFO - vL - All Hits: 14.9 / Other OB: 3.25 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:15,863 - card_creation - INFO - vR - All Hits: 22.75 / Other OB: 6.2 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,863 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.0999999999999996 2025-02-09 10:51:15,863 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 5.850000000000001 2025-02-09 10:51:15,863 - card_creation - INFO - vL: All Hits: 14.9 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,863 - card_creation - INFO - vR: All Hits: 22.75 / BP Singles: 5.0 / Single 2: 5.95 / Single 1: 5.95 / Single CF: 0 2025-02-09 10:51:15,863 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,863 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,863 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0999999999999996 2025-02-09 10:51:15,863 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:15,864 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:15,864 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.1 2025-02-09 10:51:15,864 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,864 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:15,864 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,864 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7500000000000013 2025-02-09 10:51:15,864 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-09 10:51:15,864 - card_creation - INFO - raw hr chances: 3.75 2025-02-09 10:51:15,864 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-09 10:51:15,864 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,864 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 1.0 / BB: 2.25 / Total Chances: 47.15 2025-02-09 10:51:15,864 - card_creation - INFO - vR: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 57.95 2025-02-09 10:51:15,864 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 38.7 / Current Outs: 67.7 2025-02-09 10:51:15,864 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 16.75 / Current Outs: 45.75 2025-02-09 10:51:15,864 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,864 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,864 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,864 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,864 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,864 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,864 - card_creation - INFO - vL - All Hits: 20.75 / Other OB: 6.25 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,865 - card_creation - INFO - vR - All Hits: 24.4 / Other OB: 10.8 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,865 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 5.550000000000001 2025-02-09 10:51:15,865 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 9.199999999999998 2025-02-09 10:51:15,865 - card_creation - INFO - vL: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,865 - card_creation - INFO - vR: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,865 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:15,865 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,865 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.150000000000001 2025-02-09 10:51:15,865 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-09 10:51:15,865 - card_creation - INFO - raw hr chances: 2.15 2025-02-09 10:51:15,865 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-09 10:51:15,865 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,865 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:15,865 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,865 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 5.9499999999999975 2025-02-09 10:51:15,865 - card_creation - INFO - Triple: 0 / rem xbh: 5.95 2025-02-09 10:51:15,865 - card_creation - INFO - raw hr chances: 5.95 2025-02-09 10:51:15,865 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.95 2025-02-09 10:51:15,865 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,865 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 56.0 2025-02-09 10:51:15,865 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 4.0 / BB: 6.8 / Total Chances: 64.2 2025-02-09 10:51:15,865 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-09 10:51:15,865 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 11.149999999999999 / Current Outs: 40.15 2025-02-09 10:51:15,865 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,865 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,865 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,865 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,865 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,865 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,866 - card_creation - INFO - vL - All Hits: 24.3 / Other OB: 15.45 / All Outs: 68.0 / Total: 29.0 2025-02-09 10:51:15,866 - card_creation - INFO - vR - All Hits: 19.8 / Other OB: 5.7 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,866 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.650000000000002 2025-02-09 10:51:15,866 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 5.800000000000001 2025-02-09 10:51:15,866 - card_creation - INFO - vL: All Hits: 24.3 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.85 / Single CF: 0 2025-02-09 10:51:15,866 - card_creation - INFO - vR: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,866 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,866 - card_creation - INFO - raw do chances: 4.8 2025-02-09 10:51:15,866 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 0.8500000000000023 2025-02-09 10:51:15,866 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,866 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,866 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,866 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,866 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:15,866 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:15,866 - card_creation - INFO - raw do chances: 1.75 2025-02-09 10:51:15,866 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 4.050000000000001 2025-02-09 10:51:15,866 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-09 10:51:15,866 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:15,866 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.05 2025-02-09 10:51:15,866 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,866 - card_creation - INFO - vL: All other OB: 15.45 / HBP: 0 / BB: 15.45 / Total Chances: 68.75 2025-02-09 10:51:15,866 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 54.5 2025-02-09 10:51:15,867 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 14.499999999999998 / Current Outs: 43.5 2025-02-09 10:51:15,867 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 23.25 / Current Outs: 52.25 2025-02-09 10:51:15,867 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,867 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,867 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,867 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,867 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,867 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,867 - card_creation - INFO - vL - All Hits: 22.25 / Other OB: 2.75 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,867 - card_creation - INFO - vR - All Hits: 23.6 / Other OB: 13.7 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,867 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 10.55 2025-02-09 10:51:15,867 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.800000000000001 2025-02-09 10:51:15,867 - card_creation - INFO - vL: All Hits: 22.25 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 0.0 / Single CF: 3.4 2025-02-09 10:51:15,868 - card_creation - INFO - vR: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,868 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:15,868 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,868 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 7.3500000000000005 2025-02-09 10:51:15,868 - card_creation - INFO - Triple: 0 / rem xbh: 7.35 2025-02-09 10:51:15,868 - card_creation - INFO - raw hr chances: 7.35 2025-02-09 10:51:15,868 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.35 2025-02-09 10:51:15,868 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,868 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,868 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:15,868 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 5.8500000000000005 2025-02-09 10:51:15,868 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-09 10:51:15,868 - card_creation - INFO - raw hr chances: 5.85 2025-02-09 10:51:15,868 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.85 2025-02-09 10:51:15,868 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,868 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 54.0 2025-02-09 10:51:15,868 - card_creation - INFO - vR: All other OB: 13.7 / HBP: 0 / BB: 13.7 / Total Chances: 66.3 2025-02-09 10:51:15,868 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-09 10:51:15,868 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 35.25 / Current Outs: 64.25 2025-02-09 10:51:15,868 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,868 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,868 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,868 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,868 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,868 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,869 - card_creation - INFO - vL - All Hits: 14.95 / Other OB: 8.7 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,869 - card_creation - INFO - vR - All Hits: 18.2 / Other OB: 5.1 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,869 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 3.2499999999999982 2025-02-09 10:51:15,869 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 2.3999999999999986 2025-02-09 10:51:15,869 - card_creation - INFO - vL: All Hits: 14.95 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,869 - card_creation - INFO - vR: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,869 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,869 - card_creation - INFO - raw do chances: 1.35 2025-02-09 10:51:15,869 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.8999999999999981 2025-02-09 10:51:15,869 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,869 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,869 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,869 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,869 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,869 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,869 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1999999999999986 2025-02-09 10:51:15,869 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:15,869 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:15,869 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,869 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:15,869 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-09 10:51:15,869 - card_creation - INFO - vL: All other OB: 8.7 / HBP: 0 / BB: 8.7 / Total Chances: 52.65 2025-02-09 10:51:15,869 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 2.0 / BB: 3.1 / Total Chances: 52.3 2025-02-09 10:51:15,869 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 11.25 / Current Outs: 40.25 2025-02-09 10:51:15,869 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 20.849999999999998 / Current Outs: 49.85 2025-02-09 10:51:15,869 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,869 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,869 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,870 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,870 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,870 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,870 - card_creation - INFO - vL - All Hits: 27.8 / Other OB: 11.45 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,870 - card_creation - INFO - vR - All Hits: 15.6 / Other OB: 8.6 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,870 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.25 2025-02-09 10:51:15,870 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 4.599999999999998 2025-02-09 10:51:15,870 - card_creation - INFO - vL: All Hits: 27.8 / BP Singles: 5.0 / Single 2: 9.8 / Single 1: 9.75 / Single CF: 0 2025-02-09 10:51:15,870 - card_creation - INFO - vR: All Hits: 15.6 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,870 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,870 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,870 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.6 2025-02-09 10:51:15,870 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,870 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,870 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,870 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,870 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,870 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,870 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.8499999999999979 2025-02-09 10:51:15,871 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,871 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,871 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-09 10:51:15,871 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,871 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 68.25 2025-02-09 10:51:15,871 - card_creation - INFO - vR: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 53.2 2025-02-09 10:51:15,871 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 16.5 / Current Outs: 45.5 2025-02-09 10:51:15,871 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 21.35 / Current Outs: 50.35 2025-02-09 10:51:15,871 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,871 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,871 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,871 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,871 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,871 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,871 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 3.9 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:15,871 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 4.75 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,872 - card_creation - INFO - remaining singles: 0.9999999999999996 / total xbh: 8.15 2025-02-09 10:51:15,872 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.1 2025-02-09 10:51:15,872 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 1.1 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,872 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,872 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:15,872 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,872 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.45 2025-02-09 10:51:15,872 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-09 10:51:15,872 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:15,872 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-09 10:51:15,872 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,872 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:15,872 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:15,872 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 2.8499999999999996 2025-02-09 10:51:15,872 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,872 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,872 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.85 2025-02-09 10:51:15,872 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,872 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 47.15 2025-02-09 10:51:15,872 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 3.0 / BB: 1.75 / Total Chances: 52.7 2025-02-09 10:51:15,872 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 42.050000000000004 / Current Outs: 71.05 2025-02-09 10:51:15,872 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 22.2 / Current Outs: 51.2 2025-02-09 10:51:15,872 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,872 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,872 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,872 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,872 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,872 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,873 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 7.9 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,873 - card_creation - INFO - vR - All Hits: 11.3 / Other OB: 5.85 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:15,873 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.550000000000001 2025-02-09 10:51:15,873 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 6.300000000000001 2025-02-09 10:51:15,873 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 6.45 / Single 1: 6.4 / Single CF: 0 2025-02-09 10:51:15,873 - card_creation - INFO - vR: All Hits: 11.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,873 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,873 - card_creation - INFO - raw do chances: 2.8 2025-02-09 10:51:15,873 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.750000000000001 2025-02-09 10:51:15,873 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,873 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,873 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,873 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,873 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:15,873 - card_creation - INFO - raw do chances: 6.0 2025-02-09 10:51:15,873 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 0.3000000000000007 2025-02-09 10:51:15,873 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-09 10:51:15,873 - card_creation - INFO - raw hr chances: 0.3 2025-02-09 10:51:15,873 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,873 - card_creation - INFO - excess xbh: 0.3 2025-02-09 10:51:15,873 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-09 10:51:15,873 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 3.0 / BB: 4.9 / Total Chances: 60.3 2025-02-09 10:51:15,873 - card_creation - INFO - vR: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 46.15 2025-02-09 10:51:15,873 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 30.05 / Current Outs: 59.05 2025-02-09 10:51:15,873 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 43.1 / Current Outs: 72.1 2025-02-09 10:51:15,873 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,873 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,874 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,874 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,874 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,874 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,874 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 12.1 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,874 - card_creation - INFO - vR - All Hits: 9.95 / Other OB: 18.35 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,874 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 2.95 2025-02-09 10:51:15,874 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 2.049999999999999 2025-02-09 10:51:15,874 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.05 / Single CF: 0 2025-02-09 10:51:15,874 - card_creation - INFO - vR: All Hits: 9.95 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,874 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,874 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,874 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-09 10:51:15,874 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,874 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,874 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,874 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,874 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:15,874 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,874 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,874 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.049999999999999 2025-02-09 10:51:15,875 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,875 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,875 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,875 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-09 10:51:15,875 - card_creation - INFO - Passing 0.04999999999999982 xbh to single** 2025-02-09 10:51:15,875 - card_creation - INFO - vL: All other OB: 12.1 / HBP: 2.0 / BB: 10.1 / Total Chances: 50.1 2025-02-09 10:51:15,875 - card_creation - INFO - vR: All other OB: 18.35 / HBP: 1.0 / BB: 17.35 / Total Chances: 57.3 2025-02-09 10:51:15,875 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 29.849999999999998 / Current Outs: 58.85 2025-02-09 10:51:15,875 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.6 / Current Outs: 53.6 2025-02-09 10:51:15,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,875 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,875 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,875 - card_creation - INFO - vL - All Hits: 22.85 / Other OB: 13.35 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:15,875 - card_creation - INFO - vR - All Hits: 11.35 / Other OB: 9.8 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,876 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.35 2025-02-09 10:51:15,876 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.0 2025-02-09 10:51:15,876 - card_creation - INFO - vL: All Hits: 22.85 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,876 - card_creation - INFO - vR: All Hits: 11.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:15,876 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,876 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,876 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.1499999999999995 2025-02-09 10:51:15,876 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-09 10:51:15,876 - card_creation - INFO - raw hr chances: 3.15 2025-02-09 10:51:15,876 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.15 2025-02-09 10:51:15,876 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,876 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,876 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,876 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: -0.09999999999999964 2025-02-09 10:51:15,876 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-09 10:51:15,876 - card_creation - INFO - raw hr chances: -0.1 2025-02-09 10:51:15,876 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,876 - card_creation - INFO - excess xbh: -0.1 2025-02-09 10:51:15,876 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 3.0 / BB: 10.35 / Total Chances: 65.2 2025-02-09 10:51:15,876 - card_creation - INFO - vR: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 50.25 2025-02-09 10:51:15,876 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 19.6 / Current Outs: 48.6 2025-02-09 10:51:15,876 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 53.150000000000006 / Current Outs: 82.15 2025-02-09 10:51:15,876 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,876 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,876 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,876 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,876 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,876 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,877 - card_creation - INFO - vL - All Hits: 21.5 / Other OB: 6.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,877 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 2.4 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,877 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 8.8 2025-02-09 10:51:15,877 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.8000000000000016 2025-02-09 10:51:15,877 - card_creation - INFO - vL: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,877 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,877 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:15,877 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,877 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.1000000000000005 2025-02-09 10:51:15,877 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:15,877 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:15,877 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-09 10:51:15,877 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,877 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,877 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,877 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.5500000000000016 2025-02-09 10:51:15,877 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,877 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,877 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,877 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,877 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:15,877 - card_creation - INFO - vL: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 57.2 2025-02-09 10:51:15,877 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 50.0 2025-02-09 10:51:15,877 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 13.25 / Current Outs: 42.25 2025-02-09 10:51:15,877 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 22.55 / Current Outs: 51.55 2025-02-09 10:51:15,877 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,878 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,878 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,878 - card_creation - INFO - vL - All Hits: 3.9 / Other OB: 10.45 / All Outs: 93.5 / Total: 29.0 2025-02-09 10:51:15,878 - card_creation - INFO - vR - All Hits: 15.6 / Other OB: 6.65 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,878 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5000000000000002 2025-02-09 10:51:15,878 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 12.35 2025-02-09 10:51:15,878 - card_creation - INFO - vL: All Hits: 3.9 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,878 - card_creation - INFO - vR: All Hits: 15.6 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.6 2025-02-09 10:51:15,878 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,878 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,878 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.220446049250313e-16 2025-02-09 10:51:15,878 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,878 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,879 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,879 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,879 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:15,879 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,879 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.5 / rem xbh: 9.85 2025-02-09 10:51:15,879 - card_creation - INFO - Triple: 0 / rem xbh: 9.85 2025-02-09 10:51:15,879 - card_creation - INFO - raw hr chances: 9.85 2025-02-09 10:51:15,879 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.85 2025-02-09 10:51:15,879 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,879 - card_creation - INFO - vL: All other OB: 10.45 / HBP: 0 / BB: 10.45 / Total Chances: 43.35 2025-02-09 10:51:15,879 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 0 / BB: 6.65 / Total Chances: 51.25 2025-02-09 10:51:15,879 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 3.500000000000001 / Current Outs: 32.5 2025-02-09 10:51:15,879 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 18.299999999999997 / Current Outs: 47.3 2025-02-09 10:51:15,879 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,879 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,879 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,879 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,879 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,879 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,880 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 4.75 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,880 - card_creation - INFO - vR - All Hits: 14.9 / Other OB: 3.2 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:15,880 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.7 2025-02-09 10:51:15,880 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.4 2025-02-09 10:51:15,880 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.25 / Single CF: 0 2025-02-09 10:51:15,880 - card_creation - INFO - vR: All Hits: 14.9 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,880 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:15,880 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,880 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 4.199999999999999 2025-02-09 10:51:15,880 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-09 10:51:15,880 - card_creation - INFO - raw hr chances: 4.2 2025-02-09 10:51:15,880 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.2 2025-02-09 10:51:15,880 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,880 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:15,880 - card_creation - INFO - raw do chances: 3.8 2025-02-09 10:51:15,880 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-09 10:51:15,880 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,880 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,880 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,880 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,880 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 54.0 2025-02-09 10:51:15,880 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 47.1 2025-02-09 10:51:15,880 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 25.2 / Current Outs: 54.2 2025-02-09 10:51:15,880 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 29.75 / Current Outs: 58.75 2025-02-09 10:51:15,880 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,880 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,880 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,880 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,880 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,880 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,881 - card_creation - INFO - vL - All Hits: 17.45 / Other OB: 20.4 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,881 - card_creation - INFO - vR - All Hits: 8.7 / Other OB: 14.65 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,881 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 10.549999999999999 2025-02-09 10:51:15,881 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 3.6999999999999993 2025-02-09 10:51:15,881 - card_creation - INFO - vL: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.9 2025-02-09 10:51:15,881 - card_creation - INFO - vR: All Hits: 8.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,881 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,881 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,881 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.75 / rem xbh: 6.799999999999999 2025-02-09 10:51:15,881 - card_creation - INFO - Triple: 0 / rem xbh: 6.8 2025-02-09 10:51:15,881 - card_creation - INFO - raw hr chances: 6.8 2025-02-09 10:51:15,881 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.8 2025-02-09 10:51:15,881 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,881 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,881 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,881 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.5999999999999992 2025-02-09 10:51:15,881 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,881 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,881 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,881 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,881 - card_creation - INFO - vL: All other OB: 20.4 / HBP: 1.0 / BB: 19.4 / Total Chances: 66.85 2025-02-09 10:51:15,882 - card_creation - INFO - vR: All other OB: 14.65 / HBP: 0 / BB: 14.65 / Total Chances: 52.35 2025-02-09 10:51:15,882 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 13.550000000000004 / Current Outs: 42.55 2025-02-09 10:51:15,882 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 27.299999999999997 / Current Outs: 56.3 2025-02-09 10:51:15,882 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,882 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,882 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,882 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,882 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,882 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,882 - card_creation - INFO - vL - All Hits: 8.55 / Other OB: 7.9 / All Outs: 91.5 / Total: 29.0 2025-02-09 10:51:15,882 - card_creation - INFO - vR - All Hits: 23.7 / Other OB: 10.0 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,882 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 1.6500000000000004 2025-02-09 10:51:15,882 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 10.600000000000001 2025-02-09 10:51:15,882 - card_creation - INFO - vL: All Hits: 8.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,882 - card_creation - INFO - vR: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,883 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,883 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,883 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6500000000000004 2025-02-09 10:51:15,883 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:15,883 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:15,883 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,883 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-09 10:51:15,883 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,883 - card_creation - INFO - raw do chances: 6.35 2025-02-09 10:51:15,883 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 4.250000000000002 2025-02-09 10:51:15,883 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-09 10:51:15,883 - card_creation - INFO - raw hr chances: 4.25 2025-02-09 10:51:15,883 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.25 2025-02-09 10:51:15,883 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,883 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 45.8 2025-02-09 10:51:15,883 - card_creation - INFO - vR: All other OB: 10.0 / HBP: 6.0 / BB: 4.0 / Total Chances: 62.7 2025-02-09 10:51:15,883 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 24.05 / Current Outs: 53.05 2025-02-09 10:51:15,883 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 21.95 / Current Outs: 50.95 2025-02-09 10:51:15,883 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,883 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,883 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,883 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,883 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,883 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,884 - card_creation - INFO - vL - All Hits: 22.7 / Other OB: 9.3 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:15,884 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 14.8 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,884 - card_creation - INFO - remaining singles: -0.14999999999999947 / total xbh: 9.0 2025-02-09 10:51:15,884 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.25 2025-02-09 10:51:15,884 - card_creation - INFO - vL: All Hits: 22.7 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,884 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,884 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,884 - card_creation - INFO - raw do chances: 7.2 2025-02-09 10:51:15,884 - card_creation - INFO - Double**: 7.2 / Double(cf): 0.0 / rem xbh: 1.7999999999999998 2025-02-09 10:51:15,884 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:15,884 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:15,884 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,884 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-09 10:51:15,884 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-09 10:51:15,884 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,884 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-09 10:51:15,884 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-09 10:51:15,884 - card_creation - INFO - raw hr chances: 2.25 2025-02-09 10:51:15,884 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-09 10:51:15,884 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,884 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 1.0 / BB: 8.3 / Total Chances: 61.2 2025-02-09 10:51:15,884 - card_creation - INFO - vR: All other OB: 14.8 / HBP: 0 / BB: 14.8 / Total Chances: 59.8 2025-02-09 10:51:15,884 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-09 10:51:15,884 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 16.15 / Current Outs: 45.15 2025-02-09 10:51:15,884 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,884 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,884 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,884 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,884 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,884 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,885 - card_creation - INFO - vL - All Hits: 21.15 / Other OB: 13.5 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:15,885 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 8.75 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,885 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.549999999999997 2025-02-09 10:51:15,885 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 11.100000000000001 2025-02-09 10:51:15,885 - card_creation - INFO - vL: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 0.0 / Single CF: 2.8 2025-02-09 10:51:15,885 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-09 10:51:15,885 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-09 10:51:15,885 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,885 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 8.899999999999997 2025-02-09 10:51:15,885 - card_creation - INFO - Triple: 0 / rem xbh: 8.9 2025-02-09 10:51:15,885 - card_creation - INFO - raw hr chances: 8.9 2025-02-09 10:51:15,885 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.9 2025-02-09 10:51:15,885 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,885 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,885 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,885 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.9 / rem xbh: 7.200000000000001 2025-02-09 10:51:15,885 - card_creation - INFO - Triple: 0 / rem xbh: 7.2 2025-02-09 10:51:15,885 - card_creation - INFO - raw hr chances: 7.2 2025-02-09 10:51:15,885 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.2 2025-02-09 10:51:15,885 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,885 - card_creation - INFO - vL: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 63.65 2025-02-09 10:51:15,885 - card_creation - INFO - vR: All other OB: 8.75 / HBP: 2.0 / BB: 6.75 / Total Chances: 57.65 2025-02-09 10:51:15,886 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 16.45 / Current Outs: 45.45 2025-02-09 10:51:15,886 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 34.2 / Current Outs: 63.2 2025-02-09 10:51:15,886 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,886 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,886 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,886 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,886 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,886 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,886 - card_creation - INFO - vL - All Hits: 6.6 / Other OB: 20.55 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,886 - card_creation - INFO - vR - All Hits: 22.35 / Other OB: 13.5 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:15,886 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.05000000000000071 2025-02-09 10:51:15,886 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.850000000000001 2025-02-09 10:51:15,886 - card_creation - INFO - vL: All Hits: 6.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,886 - card_creation - INFO - vR: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,887 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,887 - card_creation - INFO - raw do chances: 7.4 2025-02-09 10:51:15,887 - card_creation - INFO - Double**: 7.4 / Double(cf): 0.0 / rem xbh: 2.450000000000001 2025-02-09 10:51:15,887 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-09 10:51:15,887 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:15,887 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-09 10:51:15,887 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,887 - card_creation - INFO - vL: All other OB: 20.55 / HBP: 0 / BB: 20.55 / Total Chances: 56.2 2025-02-09 10:51:15,887 - card_creation - INFO - vR: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 64.85 2025-02-09 10:51:15,887 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.4 / Current Outs: 48.4 2025-02-09 10:51:15,887 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 12.45 / Current Outs: 41.45 2025-02-09 10:51:15,887 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,887 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,887 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,887 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,887 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,887 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,887 - card_creation - INFO - vL - All Hits: 27.15 / Other OB: 3.75 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,888 - card_creation - INFO - vR - All Hits: 6.25 / Other OB: 14.55 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,888 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 9.75 2025-02-09 10:51:15,888 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.05 2025-02-09 10:51:15,888 - card_creation - INFO - vL: All Hits: 27.15 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 0.0 / Single CF: 6.2 2025-02-09 10:51:15,888 - card_creation - INFO - vR: All Hits: 6.25 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,888 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:15,888 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:15,888 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.95 / rem xbh: 7.8 2025-02-09 10:51:15,888 - card_creation - INFO - Triple: 0 / rem xbh: 7.8 2025-02-09 10:51:15,888 - card_creation - INFO - raw hr chances: 7.8 2025-02-09 10:51:15,888 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.8 2025-02-09 10:51:15,888 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,888 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,888 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,888 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-09 10:51:15,888 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,888 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,888 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,888 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,888 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:15,888 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 59.9 2025-02-09 10:51:15,888 - card_creation - INFO - vR: All other OB: 14.55 / HBP: 0 / BB: 14.55 / Total Chances: 49.8 2025-02-09 10:51:15,888 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 6.2 / Current Outs: 35.2 2025-02-09 10:51:15,888 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 39.4 / Current Outs: 68.4 2025-02-09 10:51:15,888 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,888 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,888 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,888 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,888 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,888 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,889 - card_creation - INFO - vL - All Hits: 18.6 / Other OB: 3.5 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,889 - card_creation - INFO - vR - All Hits: 22.65 / Other OB: 13.5 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:15,889 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.600000000000001 2025-02-09 10:51:15,889 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.649999999999999 2025-02-09 10:51:15,889 - card_creation - INFO - vL: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,889 - card_creation - INFO - vR: All Hits: 22.65 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,889 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:15,889 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,889 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 4.500000000000002 2025-02-09 10:51:15,889 - card_creation - INFO - Triple: 0 / rem xbh: 4.5 2025-02-09 10:51:15,889 - card_creation - INFO - raw hr chances: 4.5 2025-02-09 10:51:15,889 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.5 2025-02-09 10:51:15,889 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,889 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,889 - card_creation - INFO - raw do chances: 6.5 2025-02-09 10:51:15,889 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 2.1499999999999986 2025-02-09 10:51:15,889 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-09 10:51:15,889 - card_creation - INFO - raw hr chances: 2.15 2025-02-09 10:51:15,889 - card_creation - INFO - BP HR: 0 / ND HR: 2.15 2025-02-09 10:51:15,889 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,889 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 51.1 2025-02-09 10:51:15,889 - card_creation - INFO - vR: All other OB: 13.5 / HBP: 3.0 / BB: 10.5 / Total Chances: 65.15 2025-02-09 10:51:15,889 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 43.45 / Current Outs: 72.45 2025-02-09 10:51:15,889 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 26.450000000000003 / Current Outs: 55.45 2025-02-09 10:51:15,890 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,890 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,890 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,890 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,890 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,890 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,890 - card_creation - INFO - vL - All Hits: 34.6 / Other OB: 4.75 / All Outs: 68.5 / Total: 29.0 2025-02-09 10:51:15,890 - card_creation - INFO - vR - All Hits: 20.05 / Other OB: 20.9 / All Outs: 67.0 / Total: 29.0 2025-02-09 10:51:15,890 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.350000000000001 2025-02-09 10:51:15,890 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.050000000000001 2025-02-09 10:51:15,890 - card_creation - INFO - vL: All Hits: 34.6 / BP Singles: 5.0 / Single 2: 9.1 / Single 1: 0.0 / Single CF: 9.15 2025-02-09 10:51:15,890 - card_creation - INFO - vR: All Hits: 20.05 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,890 - card_creation - INFO - hr%: 0.95 / tr%: 0.00 / do%: 0.05 2025-02-09 10:51:15,890 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,890 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 11.350000000000001 2025-02-09 10:51:15,891 - card_creation - INFO - Triple: 0 / rem xbh: 11.35 2025-02-09 10:51:15,891 - card_creation - INFO - raw hr chances: 11.35 2025-02-09 10:51:15,891 - card_creation - INFO - BP HR: 0.0 / ND HR: 11.35 2025-02-09 10:51:15,891 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,891 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:15,891 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,891 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 4.8500000000000005 2025-02-09 10:51:15,891 - card_creation - INFO - Triple: 0 / rem xbh: 4.85 2025-02-09 10:51:15,891 - card_creation - INFO - raw hr chances: 4.85 2025-02-09 10:51:15,891 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.8499999999999996 2025-02-09 10:51:15,891 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,891 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 68.35 2025-02-09 10:51:15,891 - card_creation - INFO - vR: All other OB: 20.9 / HBP: 0 / BB: 20.9 / Total Chances: 69.95 2025-02-09 10:51:15,891 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 22.2 / Current Outs: 51.2 2025-02-09 10:51:15,891 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 22.050000000000004 / Current Outs: 51.05 2025-02-09 10:51:15,891 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,891 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,891 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,891 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,891 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,891 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,892 - card_creation - INFO - vL - All Hits: 0.0 / Other OB: 3.75 / All Outs: 104.0 / Total: 29.0 2025-02-09 10:51:15,892 - card_creation - INFO - vR - All Hits: 7.8 / Other OB: 5.7 / All Outs: 94.5 / Total: 29.0 2025-02-09 10:51:15,892 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 2.8 2025-02-09 10:51:15,892 - card_creation - INFO - vL: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,892 - card_creation - INFO - vR: All Hits: 7.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,892 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,892 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,892 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,892 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,892 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.8999999999999999 2025-02-09 10:51:15,892 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:15,892 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:15,892 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:15,892 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-09 10:51:15,892 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 32.75 2025-02-09 10:51:15,892 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 42.5 2025-02-09 10:51:15,892 - card_creation - INFO - vL: All Outs: 104.0 / Ks: 61.199999999999996 / Current Outs: 90.2 2025-02-09 10:51:15,892 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 46.25 / Current Outs: 75.25 2025-02-09 10:51:15,892 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,892 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,892 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,892 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,892 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,892 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,893 - card_creation - INFO - vL - All Hits: 23.8 / Other OB: 11.3 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,893 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 8.65 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,893 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.300000000000001 2025-02-09 10:51:15,893 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.5 2025-02-09 10:51:15,893 - card_creation - INFO - vL: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 7.25 / Single 1: 7.25 / Single CF: 0 2025-02-09 10:51:15,893 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,893 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,893 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,893 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.9000000000000008 2025-02-09 10:51:15,893 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,893 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,893 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,893 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,893 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,893 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,893 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.1 2025-02-09 10:51:15,893 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,893 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,893 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:15,893 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,893 - card_creation - INFO - vL: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 64.1 2025-02-09 10:51:15,893 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 56.15 2025-02-09 10:51:15,893 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 29.65 / Current Outs: 58.65 2025-02-09 10:51:15,893 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 24.3 / Current Outs: 53.3 2025-02-09 10:51:15,894 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-09 10:51:15,894 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-09 10:51:15,894 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,894 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,894 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,894 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,894 - card_creation - INFO - vL - All Hits: 17.55 / Other OB: 7.55 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,894 - card_creation - INFO - vR - All Hits: 17.45 / Other OB: 20.05 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,894 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 11.150000000000002 2025-02-09 10:51:15,894 - card_creation - INFO - remaining singles: 0.0 / total xbh: 15.05 2025-02-09 10:51:15,894 - card_creation - INFO - vL: All Hits: 17.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.4 2025-02-09 10:51:15,894 - card_creation - INFO - vR: All Hits: 17.45 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.2 2025-02-09 10:51:15,894 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,894 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,894 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.7 / rem xbh: 5.450000000000002 2025-02-09 10:51:15,895 - card_creation - INFO - Triple: 0 / rem xbh: 5.45 2025-02-09 10:51:15,895 - card_creation - INFO - raw hr chances: 5.45 2025-02-09 10:51:15,895 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.45 2025-02-09 10:51:15,895 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,895 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,895 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,895 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.4 / rem xbh: 9.65 2025-02-09 10:51:15,895 - card_creation - INFO - Triple: 0 / rem xbh: 9.65 2025-02-09 10:51:15,895 - card_creation - INFO - raw hr chances: 9.65 2025-02-09 10:51:15,895 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.65 2025-02-09 10:51:15,895 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,895 - card_creation - INFO - vL: All other OB: 7.55 / HBP: 0 / BB: 7.55 / Total Chances: 54.1 2025-02-09 10:51:15,895 - card_creation - INFO - vR: All other OB: 20.05 / HBP: 10.0 / BB: 10.05 / Total Chances: 66.5 2025-02-09 10:51:15,895 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 26.400000000000002 / Current Outs: 55.4 2025-02-09 10:51:15,895 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 7.8999999999999995 / Current Outs: 36.9 2025-02-09 10:51:15,895 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,895 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,895 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,895 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,895 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,895 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,896 - card_creation - INFO - vL - All Hits: 19.9 / Other OB: 2.5 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,896 - card_creation - INFO - vR - All Hits: 22.45 / Other OB: 7.3 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,896 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.399999999999999 2025-02-09 10:51:15,896 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 6.050000000000001 2025-02-09 10:51:15,896 - card_creation - INFO - vL: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,896 - card_creation - INFO - vR: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,896 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,896 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,896 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.399999999999999 2025-02-09 10:51:15,896 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-09 10:51:15,896 - card_creation - INFO - raw hr chances: 4.4 2025-02-09 10:51:15,896 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.4 2025-02-09 10:51:15,896 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,896 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:15,896 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,896 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 6.050000000000001 2025-02-09 10:51:15,896 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-09 10:51:15,896 - card_creation - INFO - raw hr chances: 6.05 2025-02-09 10:51:15,896 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.05 2025-02-09 10:51:15,896 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,896 - card_creation - INFO - vL: All other OB: 2.5 / HBP: 0 / BB: 2.5 / Total Chances: 51.4 2025-02-09 10:51:15,896 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 58.75 2025-02-09 10:51:15,896 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 18.45 / Current Outs: 47.45 2025-02-09 10:51:15,896 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 3.6500000000000004 / Current Outs: 32.65 2025-02-09 10:51:15,896 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,896 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,896 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,896 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,896 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,896 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,897 - card_creation - INFO - vL - All Hits: 23.5 / Other OB: 19.75 / All Outs: 65.0 / Total: 29.0 2025-02-09 10:51:15,897 - card_creation - INFO - vR - All Hits: 25.1 / Other OB: 8.35 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,897 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 10.100000000000001 2025-02-09 10:51:15,897 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.100000000000001 2025-02-09 10:51:15,897 - card_creation - INFO - vL: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,897 - card_creation - INFO - vR: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,897 - card_creation - INFO - hr%: 0.20 / tr%: 0.45 / do%: 0.35 2025-02-09 10:51:15,897 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:15,897 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 6.500000000000002 2025-02-09 10:51:15,897 - card_creation - INFO - Triple: 3.2 / rem xbh: 3.3 2025-02-09 10:51:15,897 - card_creation - INFO - raw hr chances: 3.3 2025-02-09 10:51:15,897 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-09 10:51:15,897 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,897 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,897 - card_creation - INFO - raw do chances: 6.65 2025-02-09 10:51:15,897 - card_creation - INFO - Double**: 6.65 / Double(cf): 0.0 / rem xbh: 4.450000000000001 2025-02-09 10:51:15,897 - card_creation - INFO - Triple: 0 / rem xbh: 4.45 2025-02-09 10:51:15,897 - card_creation - INFO - raw hr chances: 4.45 2025-02-09 10:51:15,898 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.45 2025-02-09 10:51:15,898 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,898 - card_creation - INFO - vL: All other OB: 19.75 / HBP: 3.0 / BB: 16.75 / Total Chances: 72.25 2025-02-09 10:51:15,898 - card_creation - INFO - vR: All other OB: 8.35 / HBP: 2.0 / BB: 6.35 / Total Chances: 62.45 2025-02-09 10:51:15,898 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 21.200000000000003 / Current Outs: 50.2 2025-02-09 10:51:15,898 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 21.6 / Current Outs: 50.6 2025-02-09 10:51:15,898 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,898 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,898 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,898 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,898 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,898 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,898 - card_creation - INFO - vL - All Hits: 20.9 / Other OB: 8.5 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,898 - card_creation - INFO - vR - All Hits: 15.75 / Other OB: 8.1 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,898 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.049999999999999 2025-02-09 10:51:15,899 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.350000000000001 2025-02-09 10:51:15,899 - card_creation - INFO - vL: All Hits: 20.9 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,899 - card_creation - INFO - vR: All Hits: 15.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,899 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,899 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,899 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.299999999999999 2025-02-09 10:51:15,899 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-09 10:51:15,899 - card_creation - INFO - raw hr chances: 1.3 2025-02-09 10:51:15,899 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-09 10:51:15,899 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,899 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,899 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,899 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-09 10:51:15,899 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,899 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,899 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,899 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,899 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,899 - card_creation - INFO - vL: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 58.4 2025-02-09 10:51:15,899 - card_creation - INFO - vR: All other OB: 8.1 / HBP: 0 / BB: 8.1 / Total Chances: 52.85 2025-02-09 10:51:15,899 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 27.45 / Current Outs: 56.45 2025-02-09 10:51:15,899 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 25.849999999999998 / Current Outs: 54.85 2025-02-09 10:51:15,899 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,899 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,899 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,899 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,899 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,899 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,900 - card_creation - INFO - vL - All Hits: 17.35 / Other OB: 10.95 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,900 - card_creation - INFO - vR - All Hits: 19.2 / Other OB: 10.8 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,900 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 9.900000000000002 2025-02-09 10:51:15,900 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 7.800000000000001 2025-02-09 10:51:15,900 - card_creation - INFO - vL: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:15,900 - card_creation - INFO - vR: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,900 - card_creation - INFO - hr%: 0.20 / tr%: 0.15 / do%: 0.65 2025-02-09 10:51:15,900 - card_creation - INFO - raw do chances: 6.45 2025-02-09 10:51:15,900 - card_creation - INFO - Double**: 6.45 / Double(cf): 0.0 / rem xbh: 3.450000000000002 2025-02-09 10:51:15,900 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-09 10:51:15,900 - card_creation - INFO - raw hr chances: 3.45 2025-02-09 10:51:15,900 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-09 10:51:15,900 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,900 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,900 - card_creation - INFO - raw do chances: 5.85 2025-02-09 10:51:15,900 - card_creation - INFO - Double**: 5.85 / Double(cf): 0.0 / rem xbh: 1.950000000000001 2025-02-09 10:51:15,900 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-09 10:51:15,900 - card_creation - INFO - raw hr chances: 1.95 2025-02-09 10:51:15,900 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-09 10:51:15,900 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,900 - card_creation - INFO - vL: All other OB: 10.95 / HBP: 0 / BB: 10.95 / Total Chances: 57.3 2025-02-09 10:51:15,900 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 59.0 2025-02-09 10:51:15,900 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 23.0 / Current Outs: 52.0 2025-02-09 10:51:15,900 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 23.150000000000002 / Current Outs: 52.15 2025-02-09 10:51:15,900 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,900 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,901 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,901 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,901 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,901 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,901 - card_creation - INFO - vL - All Hits: 22.95 / Other OB: 11.85 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:15,901 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 10.55 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,901 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1999999999999993 2025-02-09 10:51:15,901 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.85 2025-02-09 10:51:15,901 - card_creation - INFO - vL: All Hits: 22.95 / BP Singles: 5.0 / Single 2: 7.4 / Single 1: 7.35 / Single CF: 0 2025-02-09 10:51:15,901 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,901 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,901 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,901 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.7999999999999994 2025-02-09 10:51:15,901 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:15,901 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:15,901 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,901 - card_creation - INFO - excess xbh: 0.8 2025-02-09 10:51:15,901 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-09 10:51:15,901 - card_creation - INFO - hr%: 0.25 / tr%: 0.20 / do%: 0.55 2025-02-09 10:51:15,902 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:15,902 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.1499999999999995 2025-02-09 10:51:15,902 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-09 10:51:15,902 - card_creation - INFO - raw hr chances: 2.15 2025-02-09 10:51:15,902 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,902 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,902 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,902 - card_creation - INFO - vL: All other OB: 11.85 / HBP: 0 / BB: 11.85 / Total Chances: 63.8 2025-02-09 10:51:15,902 - card_creation - INFO - vR: All other OB: 10.55 / HBP: 3.0 / BB: 7.55 / Total Chances: 53.9 2025-02-09 10:51:15,902 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 23.1 / Current Outs: 52.1 2025-02-09 10:51:15,902 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 23.4 / Current Outs: 52.4 2025-02-09 10:51:15,902 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,902 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,902 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,902 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,902 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,902 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,902 - card_creation - INFO - vL - All Hits: 15.8 / Other OB: 5.4 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,903 - card_creation - INFO - vR - All Hits: 23.35 / Other OB: 6.9 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,903 - card_creation - INFO - remaining singles: -0.14999999999999947 / total xbh: 2.1000000000000014 2025-02-09 10:51:15,903 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.6 2025-02-09 10:51:15,903 - card_creation - INFO - vL: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,903 - card_creation - INFO - vR: All Hits: 23.35 / BP Singles: 5.0 / Single 2: 6.9 / Single 1: 6.85 / Single CF: 0 2025-02-09 10:51:15,903 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,903 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,903 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1000000000000014 2025-02-09 10:51:15,903 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:15,903 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:15,903 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:15,903 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,903 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,903 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,903 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-09 10:51:15,903 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,903 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,903 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-09 10:51:15,903 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,903 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 50.2 2025-02-09 10:51:15,903 - card_creation - INFO - vR: All other OB: 6.9 / HBP: 0 / BB: 6.9 / Total Chances: 59.25 2025-02-09 10:51:15,903 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 46.550000000000004 / Current Outs: 75.55 2025-02-09 10:51:15,903 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 17.049999999999997 / Current Outs: 46.05 2025-02-09 10:51:15,903 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,903 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,903 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,903 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,903 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,903 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,904 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 13.3 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,904 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 15.45 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,904 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 4.149999999999999 2025-02-09 10:51:15,904 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.699999999999999 2025-02-09 10:51:15,904 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,904 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:15,904 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,904 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:15,904 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.6499999999999986 2025-02-09 10:51:15,904 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-09 10:51:15,904 - card_creation - INFO - raw hr chances: 2.65 2025-02-09 10:51:15,904 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-09 10:51:15,904 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,904 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:15,904 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,904 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-09 10:51:15,904 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-09 10:51:15,904 - card_creation - INFO - raw hr chances: 1.95 2025-02-09 10:51:15,904 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-09 10:51:15,904 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,904 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 2.0 / BB: 11.3 / Total Chances: 62.55 2025-02-09 10:51:15,904 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 58.8 2025-02-09 10:51:15,904 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 31.65 / Current Outs: 60.65 2025-02-09 10:51:15,905 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 42.50000000000001 / Current Outs: 71.5 2025-02-09 10:51:15,905 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,905 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,905 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,905 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,905 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,905 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,905 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 16.2 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,905 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 8.55 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,905 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 1.1499999999999995 2025-02-09 10:51:15,905 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.100000000000001 2025-02-09 10:51:15,905 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,905 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,906 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,906 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,906 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -0.05000000000000049 2025-02-09 10:51:15,906 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,906 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,906 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,906 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,906 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:15,906 - card_creation - INFO - raw do chances: 1.4 2025-02-09 10:51:15,906 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 5.700000000000001 2025-02-09 10:51:15,906 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-09 10:51:15,906 - card_creation - INFO - raw hr chances: 5.7 2025-02-09 10:51:15,906 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.7 2025-02-09 10:51:15,906 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,906 - card_creation - INFO - vL: All other OB: 16.2 / HBP: 0 / BB: 16.2 / Total Chances: 59.5 2025-02-09 10:51:15,906 - card_creation - INFO - vR: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 56.9 2025-02-09 10:51:15,906 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 8.75 / Current Outs: 37.75 2025-02-09 10:51:15,906 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 23.400000000000002 / Current Outs: 52.4 2025-02-09 10:51:15,906 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,906 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,906 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,906 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,906 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,906 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,907 - card_creation - INFO - vL - All Hits: 15.55 / Other OB: 9.7 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:15,907 - card_creation - INFO - vR - All Hits: 14.25 / Other OB: 9.9 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,907 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.350000000000001 2025-02-09 10:51:15,907 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.6 2025-02-09 10:51:15,907 - card_creation - INFO - vL: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:15,907 - card_creation - INFO - vR: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,907 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,907 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,907 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.049999999999998934 2025-02-09 10:51:15,907 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,907 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,907 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,907 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,907 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,907 - card_creation - INFO - raw do chances: 6.85 2025-02-09 10:51:15,907 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:15,907 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,907 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,907 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,907 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:15,907 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:15,907 - card_creation - INFO - vL: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 54.3 2025-02-09 10:51:15,907 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 3.0 / BB: 6.9 / Total Chances: 53.15 2025-02-09 10:51:15,907 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 33.25000000000001 / Current Outs: 62.25 2025-02-09 10:51:15,907 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 50.050000000000004 / Current Outs: 79.05 2025-02-09 10:51:15,907 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,907 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,907 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,907 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,907 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,907 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,908 - card_creation - INFO - vL - All Hits: 3.4 / Other OB: 16.7 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:15,908 - card_creation - INFO - vR - All Hits: 8.3 / Other OB: 18.3 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:15,908 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-09 10:51:15,908 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 1.0000000000000009 2025-02-09 10:51:15,908 - card_creation - INFO - vL: All Hits: 3.4 / BP Singles: 0.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,908 - card_creation - INFO - vR: All Hits: 8.3 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-09 10:51:15,908 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,908 - card_creation - INFO - raw do chances: 1.05 2025-02-09 10:51:15,908 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: -0.049999999999999156 2025-02-09 10:51:15,908 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,908 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,908 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,908 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,908 - card_creation - INFO - vL: All other OB: 16.7 / HBP: 1.0 / BB: 15.7 / Total Chances: 49.1 2025-02-09 10:51:15,908 - card_creation - INFO - vR: All other OB: 18.3 / HBP: 0 / BB: 18.3 / Total Chances: 55.65 2025-02-09 10:51:15,908 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 28.249999999999996 / Current Outs: 57.25 2025-02-09 10:51:15,908 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 49.65 / Current Outs: 78.65 2025-02-09 10:51:15,908 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,909 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,909 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,909 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,909 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,909 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,909 - card_creation - INFO - vL - All Hits: 24.0 / Other OB: 3.5 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,909 - card_creation - INFO - vR - All Hits: 19.5 / Other OB: 10.35 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,909 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.75 2025-02-09 10:51:15,909 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.0 2025-02-09 10:51:15,909 - card_creation - INFO - vL: All Hits: 24.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.5 2025-02-09 10:51:15,909 - card_creation - INFO - vR: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,909 - card_creation - INFO - hr%: 0.95 / tr%: 0.00 / do%: 0.05 2025-02-09 10:51:15,909 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,909 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 9.75 2025-02-09 10:51:15,909 - card_creation - INFO - Triple: 0 / rem xbh: 9.75 2025-02-09 10:51:15,909 - card_creation - INFO - raw hr chances: 9.75 2025-02-09 10:51:15,909 - card_creation - INFO - BP HR: 4.0 / ND HR: 5.75 2025-02-09 10:51:15,910 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,910 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,910 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:15,910 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-09 10:51:15,910 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,910 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,910 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,910 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,910 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 56.5 2025-02-09 10:51:15,910 - card_creation - INFO - vR: All other OB: 10.35 / HBP: 0 / BB: 10.35 / Total Chances: 58.85 2025-02-09 10:51:15,910 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 12.45 / Current Outs: 41.45 2025-02-09 10:51:15,910 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 25.599999999999998 / Current Outs: 54.6 2025-02-09 10:51:15,910 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,910 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,910 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,910 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,910 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,910 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,910 - card_creation - INFO - vL - All Hits: 22.4 / Other OB: 15.85 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,911 - card_creation - INFO - vR - All Hits: 14.5 / Other OB: 8.5 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:15,911 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 11.95 2025-02-09 10:51:15,911 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.100000000000001 2025-02-09 10:51:15,911 - card_creation - INFO - vL: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.7 2025-02-09 10:51:15,911 - card_creation - INFO - vR: All Hits: 14.5 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,911 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:15,911 - card_creation - INFO - raw do chances: 6.0 2025-02-09 10:51:15,911 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.0 / rem xbh: 5.949999999999999 2025-02-09 10:51:15,911 - card_creation - INFO - Triple: 1.5 / rem xbh: 4.45 2025-02-09 10:51:15,911 - card_creation - INFO - raw hr chances: 4.45 2025-02-09 10:51:15,911 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.45 2025-02-09 10:51:15,911 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,911 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,911 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,911 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.9000000000000012 2025-02-09 10:51:15,911 - card_creation - INFO - Triple: 0 / rem xbh: 3.9 2025-02-09 10:51:15,911 - card_creation - INFO - raw hr chances: 3.9 2025-02-09 10:51:15,911 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.9 2025-02-09 10:51:15,911 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,911 - card_creation - INFO - vL: All other OB: 15.85 / HBP: 0 / BB: 15.85 / Total Chances: 67.25 2025-02-09 10:51:15,911 - card_creation - INFO - vR: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 52.0 2025-02-09 10:51:15,911 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 21.1 / Current Outs: 50.1 2025-02-09 10:51:15,911 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 21.45 / Current Outs: 50.45 2025-02-09 10:51:15,911 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,911 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,911 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,911 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,911 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,911 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,912 - card_creation - INFO - vL - All Hits: 19.95 / Other OB: 17.8 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:15,912 - card_creation - INFO - vR - All Hits: 10.15 / Other OB: 11.8 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,912 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.25 2025-02-09 10:51:15,912 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.5500000000000007 2025-02-09 10:51:15,912 - card_creation - INFO - vL: All Hits: 19.95 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,912 - card_creation - INFO - vR: All Hits: 10.15 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:15,912 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,912 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,912 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-09 10:51:15,912 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:15,912 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:15,912 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:15,912 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,912 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,912 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,912 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.6500000000000008 2025-02-09 10:51:15,912 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,912 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,912 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,912 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:15,912 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:15,912 - card_creation - INFO - vL: All other OB: 17.8 / HBP: 0 / BB: 17.8 / Total Chances: 66.75 2025-02-09 10:51:15,912 - card_creation - INFO - vR: All other OB: 11.8 / HBP: 0 / BB: 11.8 / Total Chances: 50.95 2025-02-09 10:51:15,913 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 21.149999999999995 / Current Outs: 50.15 2025-02-09 10:51:15,913 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 27.15 / Current Outs: 56.15 2025-02-09 10:51:15,913 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,913 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,913 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,913 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,913 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,913 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,913 - card_creation - INFO - vL - All Hits: 20.85 / Other OB: 11.6 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,913 - card_creation - INFO - vR - All Hits: 17.9 / Other OB: 3.2 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,913 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.450000000000003 2025-02-09 10:51:15,913 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.449999999999999 2025-02-09 10:51:15,914 - card_creation - INFO - vL: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 3.2 2025-02-09 10:51:15,914 - card_creation - INFO - vR: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,914 - card_creation - INFO - hr%: 0.50 / tr%: 0.20 / do%: 0.30 2025-02-09 10:51:15,914 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,914 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.250000000000003 2025-02-09 10:51:15,914 - card_creation - INFO - Triple: 1.25 / rem xbh: 5.0 2025-02-09 10:51:15,914 - card_creation - INFO - raw hr chances: 5.0 2025-02-09 10:51:15,914 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.0 2025-02-09 10:51:15,914 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,914 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:15,914 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,914 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.2499999999999991 2025-02-09 10:51:15,914 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:15,914 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:15,914 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-09 10:51:15,914 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,914 - card_creation - INFO - vL: All other OB: 11.6 / HBP: 0 / BB: 11.6 / Total Chances: 61.45 2025-02-09 10:51:15,914 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.1 2025-02-09 10:51:15,914 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 17.349999999999998 / Current Outs: 46.35 2025-02-09 10:51:15,914 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 36.75 / Current Outs: 65.75 2025-02-09 10:51:15,914 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,914 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,914 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,914 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,914 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,914 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,915 - card_creation - INFO - vL - All Hits: 21.05 / Other OB: 6.25 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,915 - card_creation - INFO - vR - All Hits: 21.7 / Other OB: 4.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,915 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.05 2025-02-09 10:51:15,915 - card_creation - INFO - remaining singles: -0.25 / total xbh: 6.1999999999999975 2025-02-09 10:51:15,915 - card_creation - INFO - vL: All Hits: 21.05 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,915 - card_creation - INFO - vR: All Hits: 21.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,915 - card_creation - INFO - hr%: 0.15 / tr%: 0.30 / do%: 0.55 2025-02-09 10:51:15,915 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,915 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.5500000000000007 2025-02-09 10:51:15,915 - card_creation - INFO - Triple: 1.1 / rem xbh: 2.45 2025-02-09 10:51:15,915 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:15,915 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,915 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-09 10:51:15,915 - card_creation - INFO - Passing 0.4500000000000002 xbh to triple 2025-02-09 10:51:15,915 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,915 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,915 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0999999999999979 2025-02-09 10:51:15,915 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,915 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,915 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:15,915 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,915 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 56.3 2025-02-09 10:51:15,915 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 55.2 2025-02-09 10:51:15,915 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 22.7 / Current Outs: 51.7 2025-02-09 10:51:15,915 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 22.45 / Current Outs: 51.45 2025-02-09 10:51:15,915 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,915 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,916 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,916 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,916 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,916 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,916 - card_creation - INFO - vL - All Hits: 23.45 / Other OB: 9.95 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,916 - card_creation - INFO - vR - All Hits: 17.05 / Other OB: 8.25 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,916 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 11.3 2025-02-09 10:51:15,916 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.25 2025-02-09 10:51:15,916 - card_creation - INFO - vL: All Hits: 23.45 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,916 - card_creation - INFO - vR: All Hits: 17.05 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,916 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,916 - card_creation - INFO - raw do chances: 9.05 2025-02-09 10:51:15,916 - card_creation - INFO - Double**: 9.05 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-09 10:51:15,916 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-09 10:51:15,916 - card_creation - INFO - raw hr chances: 2.25 2025-02-09 10:51:15,916 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-09 10:51:15,916 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,917 - card_creation - INFO - hr%: 0.40 / tr%: 0.15 / do%: 0.50 2025-02-09 10:51:15,917 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:15,917 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-09 10:51:15,917 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,917 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,917 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-09 10:51:15,917 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,917 - card_creation - INFO - vL: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 62.4 2025-02-09 10:51:15,917 - card_creation - INFO - vR: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 54.3 2025-02-09 10:51:15,917 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 16.0 / Current Outs: 45.0 2025-02-09 10:51:15,917 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-09 10:51:15,917 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,917 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,917 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,917 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,917 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,917 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,917 - card_creation - INFO - vL - All Hits: 10.6 / Other OB: 17.4 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,918 - card_creation - INFO - vR - All Hits: 25.05 / Other OB: 11.25 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:15,918 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.5999999999999996 2025-02-09 10:51:15,918 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.850000000000003 2025-02-09 10:51:15,918 - card_creation - INFO - vL: All Hits: 10.6 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,918 - card_creation - INFO - vR: All Hits: 25.05 / BP Singles: 5.0 / Single 2: 7.6 / Single 1: 7.6 / Single CF: 0 2025-02-09 10:51:15,918 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,918 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:15,918 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 0.6499999999999997 2025-02-09 10:51:15,918 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,918 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,918 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,918 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:15,918 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:15,918 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,918 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,918 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.650000000000003 2025-02-09 10:51:15,918 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:15,918 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:15,918 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-09 10:51:15,918 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,918 - card_creation - INFO - vL: All other OB: 17.4 / HBP: 2.0 / BB: 15.4 / Total Chances: 57.0 2025-02-09 10:51:15,918 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 7.0 / BB: 4.25 / Total Chances: 65.3 2025-02-09 10:51:15,918 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 17.55 / Current Outs: 46.55 2025-02-09 10:51:15,918 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 16.7 / Current Outs: 45.7 2025-02-09 10:51:15,918 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,918 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,918 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,918 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,918 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,918 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,919 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 11.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,919 - card_creation - INFO - vR - All Hits: 6.35 / Other OB: 7.2 / All Outs: 94.5 / Total: 29.0 2025-02-09 10:51:15,919 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 6.899999999999999 2025-02-09 10:51:15,919 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.05000000000000071 2025-02-09 10:51:15,919 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,919 - card_creation - INFO - vR: All Hits: 6.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,919 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-09 10:51:15,919 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,919 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3999999999999986 2025-02-09 10:51:15,919 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-09 10:51:15,919 - card_creation - INFO - raw hr chances: 2.4 2025-02-09 10:51:15,919 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,919 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:15,919 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-09 10:51:15,919 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 56.9 2025-02-09 10:51:15,919 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 42.6 2025-02-09 10:51:15,919 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 22.25 / Current Outs: 51.25 2025-02-09 10:51:15,919 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-09 10:51:15,919 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,919 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,919 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,919 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,919 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,920 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,920 - card_creation - INFO - vL - All Hits: 6.1 / Other OB: 8.15 / All Outs: 94.0 / Total: 29.0 2025-02-09 10:51:15,920 - card_creation - INFO - vR - All Hits: 17.2 / Other OB: 13.6 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,920 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 1.0999999999999996 2025-02-09 10:51:15,920 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.300000000000001 2025-02-09 10:51:15,920 - card_creation - INFO - vL: All Hits: 6.1 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,920 - card_creation - INFO - vR: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,920 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,920 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,920 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:15,920 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,920 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,920 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,920 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,920 - card_creation - INFO - Passing 0.10000000000000009 xbh to other_ob 2025-02-09 10:51:15,920 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:15,920 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,921 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.8000000000000007 2025-02-09 10:51:15,921 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:15,921 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:15,921 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-09 10:51:15,921 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,921 - card_creation - INFO - vL: All other OB: 8.25 / HBP: 1.0 / BB: 7.25 / Total Chances: 43.25 2025-02-09 10:51:15,921 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 59.8 2025-02-09 10:51:15,921 - card_creation - INFO - vL: All Outs: 94.0 / Ks: 53.7 / Current Outs: 82.7 2025-02-09 10:51:15,921 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 35.35 / Current Outs: 64.35 2025-02-09 10:51:15,921 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,921 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,921 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,921 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,921 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,921 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,921 - card_creation - INFO - vL - All Hits: 20.9 / Other OB: 11.85 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,921 - card_creation - INFO - vR - All Hits: 22.7 / Other OB: 6.55 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,922 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.399999999999999 2025-02-09 10:51:15,922 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 6.300000000000001 2025-02-09 10:51:15,922 - card_creation - INFO - vL: All Hits: 20.9 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,922 - card_creation - INFO - vR: All Hits: 22.7 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,922 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:15,922 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,922 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-09 10:51:15,922 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:15,922 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:15,922 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:15,922 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,922 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,922 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:15,922 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-09 10:51:15,922 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-09 10:51:15,922 - card_creation - INFO - raw hr chances: 2.8 2025-02-09 10:51:15,922 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-09 10:51:15,922 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,922 - card_creation - INFO - vL: All other OB: 11.85 / HBP: 2.0 / BB: 9.85 / Total Chances: 61.75 2025-02-09 10:51:15,922 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 58.25 2025-02-09 10:51:15,922 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 9.1 / Current Outs: 38.1 2025-02-09 10:51:15,922 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 18.4 / Current Outs: 47.4 2025-02-09 10:51:15,922 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,922 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,922 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,922 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,922 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,922 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,923 - card_creation - INFO - vL - All Hits: 17.55 / Other OB: 8.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,923 - card_creation - INFO - vR - All Hits: 22.25 / Other OB: 8.0 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,923 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.050000000000001 2025-02-09 10:51:15,923 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.749999999999998 2025-02-09 10:51:15,923 - card_creation - INFO - vL: All Hits: 17.55 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,923 - card_creation - INFO - vR: All Hits: 22.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,923 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,923 - card_creation - INFO - raw do chances: 2.55 2025-02-09 10:51:15,923 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 2.500000000000001 2025-02-09 10:51:15,923 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-09 10:51:15,923 - card_creation - INFO - raw hr chances: 2.5 2025-02-09 10:51:15,923 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-09 10:51:15,923 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,923 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-09 10:51:15,923 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,923 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 4.649999999999999 2025-02-09 10:51:15,923 - card_creation - INFO - Triple: 0 / rem xbh: 4.65 2025-02-09 10:51:15,923 - card_creation - INFO - raw hr chances: 4.65 2025-02-09 10:51:15,923 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.6500000000000004 2025-02-09 10:51:15,923 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,923 - card_creation - INFO - vL: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 55.05 2025-02-09 10:51:15,923 - card_creation - INFO - vR: All other OB: 8.0 / HBP: 1.0 / BB: 7.0 / Total Chances: 59.25 2025-02-09 10:51:15,923 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 23.449999999999996 / Current Outs: 52.45 2025-02-09 10:51:15,924 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 26.950000000000003 / Current Outs: 55.95 2025-02-09 10:51:15,924 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,924 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,924 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,924 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,924 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,924 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,924 - card_creation - INFO - vL - All Hits: 3.2 / Other OB: 9.6 / All Outs: 95.0 / Total: 29.0 2025-02-09 10:51:15,924 - card_creation - INFO - vR - All Hits: 29.85 / Other OB: 7.65 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,924 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.3000000000000003 2025-02-09 10:51:15,924 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.800000000000001 2025-02-09 10:51:15,924 - card_creation - INFO - vL: All Hits: 3.2 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,924 - card_creation - INFO - vR: All Hits: 29.85 / BP Singles: 5.0 / Single 2: 9.5 / Single 1: 9.55 / Single CF: 0 2025-02-09 10:51:15,924 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,924 - card_creation - INFO - raw do chances: 1.35 2025-02-09 10:51:15,924 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: -0.04999999999999982 2025-02-09 10:51:15,925 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,925 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,925 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,925 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,925 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-09 10:51:15,925 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:15,925 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7000000000000006 2025-02-09 10:51:15,925 - card_creation - INFO - Triple: 1.35 / rem xbh: 2.35 2025-02-09 10:51:15,925 - card_creation - INFO - raw hr chances: 2.35 2025-02-09 10:51:15,925 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-09 10:51:15,925 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,925 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 41.85 2025-02-09 10:51:15,925 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 1.0 / BB: 6.65 / Total Chances: 66.5 2025-02-09 10:51:15,925 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 23.349999999999998 / Current Outs: 52.35 2025-02-09 10:51:15,925 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 19.3 / Current Outs: 48.3 2025-02-09 10:51:15,925 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,925 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,925 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,925 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,925 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,925 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,926 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 13.95 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,926 - card_creation - INFO - vR - All Hits: 19.5 / Other OB: 13.7 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,926 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 4.499999999999998 2025-02-09 10:51:15,926 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 3.3999999999999986 2025-02-09 10:51:15,926 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,926 - card_creation - INFO - vR: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,926 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,926 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,926 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.7499999999999982 2025-02-09 10:51:15,926 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:15,926 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:15,926 - card_creation - INFO - BP HR: 0 / ND HR: 1.75 2025-02-09 10:51:15,926 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,926 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:15,926 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,926 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.9999999999999987 2025-02-09 10:51:15,926 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,926 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,926 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-09 10:51:15,926 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,926 - card_creation - INFO - vL: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 59.15 2025-02-09 10:51:15,926 - card_creation - INFO - vR: All other OB: 13.7 / HBP: 0 / BB: 13.7 / Total Chances: 62.2 2025-02-09 10:51:15,926 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 24.999999999999996 / Current Outs: 54.0 2025-02-09 10:51:15,926 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 28.250000000000004 / Current Outs: 57.25 2025-02-09 10:51:15,926 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,926 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,926 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,926 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,926 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,926 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,927 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 1.4 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:15,927 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 2.5 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,927 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.1 2025-02-09 10:51:15,927 - card_creation - INFO - remaining singles: -0.14999999999999947 / total xbh: 7.900000000000002 2025-02-09 10:51:15,927 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,927 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,927 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,927 - card_creation - INFO - raw do chances: 6.5 2025-02-09 10:51:15,927 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-09 10:51:15,927 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:15,927 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:15,927 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:15,927 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,927 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:15,927 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:15,927 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 5.150000000000002 2025-02-09 10:51:15,927 - card_creation - INFO - Triple: 0 / rem xbh: 5.15 2025-02-09 10:51:15,927 - card_creation - INFO - raw hr chances: 5.15 2025-02-09 10:51:15,927 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.1500000000000004 2025-02-09 10:51:15,927 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,928 - card_creation - INFO - vL: All other OB: 1.4 / HBP: 0 / BB: 1.4 / Total Chances: 46.6 2025-02-09 10:51:15,928 - card_creation - INFO - vR: All other OB: 2.5 / HBP: 0 / BB: 2.5 / Total Chances: 53.1 2025-02-09 10:51:15,928 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 16.55 / Current Outs: 45.55 2025-02-09 10:51:15,928 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-09 10:51:15,928 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,928 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,928 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,928 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,928 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,928 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,928 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 12.8 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:15,928 - card_creation - INFO - vR - All Hits: 19.25 / Other OB: 8.6 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,928 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 7.099999999999998 2025-02-09 10:51:15,929 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.449999999999999 2025-02-09 10:51:15,929 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.8 / Single CF: 0 2025-02-09 10:51:15,929 - card_creation - INFO - vR: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:15,929 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,929 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,929 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.6999999999999975 2025-02-09 10:51:15,929 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:15,929 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:15,929 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-09 10:51:15,929 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,929 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-09 10:51:15,929 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:15,929 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-09 10:51:15,929 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:15,929 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:15,929 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:15,929 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,929 - card_creation - INFO - vL: All other OB: 12.8 / HBP: 0 / BB: 12.8 / Total Chances: 65.5 2025-02-09 10:51:15,929 - card_creation - INFO - vR: All other OB: 8.6 / HBP: 2.0 / BB: 6.6 / Total Chances: 56.85 2025-02-09 10:51:15,929 - card_creation - INFO - vL: All Outs: 71.5 / Ks: 15.149999999999999 / Current Outs: 44.15 2025-02-09 10:51:15,929 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 37.35 / Current Outs: 66.35 2025-02-09 10:51:15,929 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,929 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,929 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-09 10:51:15,929 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-09 10:51:15,929 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,929 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,930 - card_creation - INFO - vL - All Hits: 7.1 / Other OB: 12.15 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,930 - card_creation - INFO - vR - All Hits: 18.3 / Other OB: 9.85 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,930 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.0999999999999996 2025-02-09 10:51:15,930 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.4500000000000002 2025-02-09 10:51:15,930 - card_creation - INFO - vL: All Hits: 7.1 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,930 - card_creation - INFO - vR: All Hits: 18.3 / BP Singles: 5.0 / Single 2: 5.95 / Single 1: 5.9 / Single CF: 0 2025-02-09 10:51:15,930 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,930 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:15,930 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.49999999999999956 2025-02-09 10:51:15,930 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:15,930 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:15,930 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,930 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:15,930 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:15,930 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,930 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,930 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-09 10:51:15,930 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,930 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,930 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,930 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,930 - card_creation - INFO - Passing 0.44999999999999996 xbh to single** 2025-02-09 10:51:15,930 - card_creation - INFO - vL: All other OB: 12.15 / HBP: 0 / BB: 12.15 / Total Chances: 48.25 2025-02-09 10:51:15,930 - card_creation - INFO - vR: All other OB: 9.85 / HBP: 0 / BB: 9.85 / Total Chances: 57.15 2025-02-09 10:51:15,930 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 40.800000000000004 / Current Outs: 69.8 2025-02-09 10:51:15,930 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 32.1 / Current Outs: 61.1 2025-02-09 10:51:15,930 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,930 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,931 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,931 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,931 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,931 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,931 - card_creation - INFO - vL - All Hits: 20.45 / Other OB: 21.2 / All Outs: 66.5 / Total: 29.0 2025-02-09 10:51:15,931 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 11.65 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,931 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.449999999999999 2025-02-09 10:51:15,931 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.1499999999999986 2025-02-09 10:51:15,931 - card_creation - INFO - vL: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,931 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:15,931 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-09 10:51:15,931 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,931 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 5.549999999999999 2025-02-09 10:51:15,931 - card_creation - INFO - Triple: 1.4 / rem xbh: 4.15 2025-02-09 10:51:15,931 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:15,932 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-09 10:51:15,932 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,932 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,932 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,932 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -0.05000000000000138 2025-02-09 10:51:15,932 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:15,932 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:15,932 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,932 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:15,932 - card_creation - INFO - vL: All other OB: 21.2 / HBP: 0 / BB: 21.2 / Total Chances: 70.65 2025-02-09 10:51:15,932 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 57.65 2025-02-09 10:51:15,932 - card_creation - INFO - vL: All Outs: 66.5 / Ks: 27.750000000000004 / Current Outs: 56.75 2025-02-09 10:51:15,932 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.3 / Current Outs: 53.3 2025-02-09 10:51:15,932 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,932 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,932 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,932 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,932 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,932 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,933 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 8.65 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:15,933 - card_creation - INFO - vR - All Hits: 24.55 / Other OB: 7.05 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:15,933 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.300000000000001 2025-02-09 10:51:15,933 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 8.150000000000002 2025-02-09 10:51:15,933 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-09 10:51:15,933 - card_creation - INFO - vR: All Hits: 24.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:15,933 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.55 2025-02-09 10:51:15,933 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,933 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-09 10:51:15,933 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:15,933 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:15,933 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:15,933 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,933 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:15,933 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,933 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 4.400000000000002 2025-02-09 10:51:15,933 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-09 10:51:15,933 - card_creation - INFO - raw hr chances: 4.4 2025-02-09 10:51:15,933 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.4 2025-02-09 10:51:15,933 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,933 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 53.55 2025-02-09 10:51:15,933 - card_creation - INFO - vR: All other OB: 7.05 / HBP: 0 / BB: 7.05 / Total Chances: 60.6 2025-02-09 10:51:15,933 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 18.3 / Current Outs: 47.3 2025-02-09 10:51:15,933 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-09 10:51:15,933 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,933 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,933 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,933 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,933 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,933 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,934 - card_creation - INFO - vL - All Hits: 13.65 / Other OB: 9.85 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,934 - card_creation - INFO - vR - All Hits: 17.2 / Other OB: 7.0 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,934 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.0 2025-02-09 10:51:15,934 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.75 2025-02-09 10:51:15,934 - card_creation - INFO - vL: All Hits: 13.65 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,934 - card_creation - INFO - vR: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,934 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,934 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,934 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:15,934 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,934 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,934 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,934 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:15,934 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:15,934 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,934 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,934 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-09 10:51:15,934 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:15,934 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:15,934 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.5499999999999998 2025-02-09 10:51:15,934 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,934 - card_creation - INFO - vL: All other OB: 9.85 / HBP: 0 / BB: 9.85 / Total Chances: 52.5 2025-02-09 10:51:15,934 - card_creation - INFO - vR: All other OB: 7.0 / HBP: 2.0 / BB: 5.0 / Total Chances: 53.2 2025-02-09 10:51:15,935 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 19.1 / Current Outs: 48.1 2025-02-09 10:51:15,935 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 19.95 / Current Outs: 48.95 2025-02-09 10:51:15,935 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,935 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,935 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,935 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,935 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,935 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,935 - card_creation - INFO - vL - All Hits: 26.35 / Other OB: 16.2 / All Outs: 65.5 / Total: 29.0 2025-02-09 10:51:15,935 - card_creation - INFO - vR - All Hits: 18.1 / Other OB: 15.25 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,935 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 1.7763568394002505e-15 2025-02-09 10:51:15,935 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.200000000000003 2025-02-09 10:51:15,935 - card_creation - INFO - vL: All Hits: 26.35 / BP Singles: 5.0 / Single 2: 10.7 / Single 1: 10.65 / Single CF: 0 2025-02-09 10:51:15,935 - card_creation - INFO - vR: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,935 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,936 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,936 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 4.700000000000003 2025-02-09 10:51:15,936 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-09 10:51:15,936 - card_creation - INFO - raw hr chances: 4.7 2025-02-09 10:51:15,936 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-09 10:51:15,936 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,936 - card_creation - INFO - vL: All other OB: 16.2 / HBP: 5.0 / BB: 11.2 / Total Chances: 71.55 2025-02-09 10:51:15,936 - card_creation - INFO - vR: All other OB: 15.25 / HBP: 3.0 / BB: 12.25 / Total Chances: 62.35 2025-02-09 10:51:15,936 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 5.75 / Current Outs: 34.75 2025-02-09 10:51:15,936 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-09 10:51:15,936 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,936 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,936 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,936 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,936 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,936 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,936 - card_creation - INFO - vL - All Hits: 27.6 / Other OB: 19.4 / All Outs: 61.0 / Total: 29.0 2025-02-09 10:51:15,936 - card_creation - INFO - vR - All Hits: 26.1 / Other OB: 8.15 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:15,937 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 10.05 2025-02-09 10:51:15,937 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.300000000000002 2025-02-09 10:51:15,937 - card_creation - INFO - vL: All Hits: 27.6 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-09 10:51:15,937 - card_creation - INFO - vR: All Hits: 26.1 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-09 10:51:15,937 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-09 10:51:15,937 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,937 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 4.950000000000001 2025-02-09 10:51:15,937 - card_creation - INFO - Triple: 2.5 / rem xbh: 2.45 2025-02-09 10:51:15,937 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:15,937 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,937 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-09 10:51:15,937 - card_creation - INFO - Passing 0.4500000000000002 xbh to triple 2025-02-09 10:51:15,937 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,937 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:15,937 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.6000000000000023 2025-02-09 10:51:15,937 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:15,937 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:15,937 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-09 10:51:15,937 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:15,937 - card_creation - INFO - vL: All other OB: 19.4 / HBP: 0 / BB: 19.4 / Total Chances: 76.0 2025-02-09 10:51:15,937 - card_creation - INFO - vR: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 63.65 2025-02-09 10:51:15,937 - card_creation - INFO - vL: All Outs: 61.0 / Ks: 13.550000000000004 / Current Outs: 42.55 2025-02-09 10:51:15,937 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 18.8 / Current Outs: 47.8 2025-02-09 10:51:15,937 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,937 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,937 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,937 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,937 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,937 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,938 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 17.5 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:15,938 - card_creation - INFO - vR - All Hits: 21.25 / Other OB: 9.7 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,938 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 0.8000000000000007 2025-02-09 10:51:15,938 - card_creation - INFO - remaining singles: -0.25 / total xbh: 6.049999999999999 2025-02-09 10:51:15,938 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,938 - card_creation - INFO - vR: All Hits: 21.25 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,938 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,938 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,938 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-09 10:51:15,938 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:15,938 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:15,938 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,938 - card_creation - INFO - excess xbh: 0.8 2025-02-09 10:51:15,938 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-09 10:51:15,938 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:15,938 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,938 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.8499999999999988 2025-02-09 10:51:15,938 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-09 10:51:15,938 - card_creation - INFO - raw hr chances: 3.85 2025-02-09 10:51:15,938 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-09 10:51:15,938 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,938 - card_creation - INFO - vL: All other OB: 17.5 / HBP: 0 / BB: 17.5 / Total Chances: 62.5 2025-02-09 10:51:15,938 - card_creation - INFO - vR: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 59.95 2025-02-09 10:51:15,938 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 6.45 / Current Outs: 35.45 2025-02-09 10:51:15,939 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 27.25 / Current Outs: 56.25 2025-02-09 10:51:15,939 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,939 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,939 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,939 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,939 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,939 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,939 - card_creation - INFO - vL - All Hits: 18.05 / Other OB: 10.0 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,939 - card_creation - INFO - vR - All Hits: 7.6 / Other OB: 19.5 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,939 - card_creation - INFO - remaining singles: -0.25000000000000044 / total xbh: 4.950000000000001 2025-02-09 10:51:15,939 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.7999999999999994 2025-02-09 10:51:15,939 - card_creation - INFO - vL: All Hits: 18.05 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,939 - card_creation - INFO - vR: All Hits: 7.6 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,939 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,940 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:15,940 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 3.700000000000001 2025-02-09 10:51:15,940 - card_creation - INFO - Triple: 0 / rem xbh: 3.7 2025-02-09 10:51:15,940 - card_creation - INFO - raw hr chances: 3.7 2025-02-09 10:51:15,940 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.7 2025-02-09 10:51:15,940 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,940 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-09 10:51:15,940 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,940 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.7999999999999994 2025-02-09 10:51:15,940 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-09 10:51:15,940 - card_creation - INFO - raw hr chances: 2.8 2025-02-09 10:51:15,940 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-09 10:51:15,940 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,940 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 57.05 2025-02-09 10:51:15,940 - card_creation - INFO - vR: All other OB: 19.5 / HBP: 0 / BB: 19.5 / Total Chances: 56.1 2025-02-09 10:51:15,940 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 22.950000000000003 / Current Outs: 51.95 2025-02-09 10:51:15,940 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 21.449999999999996 / Current Outs: 50.45 2025-02-09 10:51:15,940 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,940 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,940 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,940 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,940 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,940 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,941 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 17.2 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,941 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 11.25 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,941 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 8.8 2025-02-09 10:51:15,941 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.0 2025-02-09 10:51:15,941 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,941 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,941 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,941 - card_creation - INFO - raw do chances: 8.8 2025-02-09 10:51:15,941 - card_creation - INFO - Double**: 8.8 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-09 10:51:15,941 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,941 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 5.25 2025-02-09 10:51:15,941 - card_creation - INFO - Triple: 1.1 / rem xbh: 4.15 2025-02-09 10:51:15,941 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:15,941 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-09 10:51:15,941 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - vL: All other OB: 17.2 / HBP: 2.0 / BB: 15.2 / Total Chances: 66.4 2025-02-09 10:51:15,941 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 60.15 2025-02-09 10:51:15,941 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 38.75 / Current Outs: 67.75 2025-02-09 10:51:15,941 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 16.7 / Current Outs: 45.7 2025-02-09 10:51:15,941 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,941 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,941 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,941 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,941 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,942 - card_creation - INFO - vL - All Hits: 8.55 / Other OB: 5.4 / All Outs: 94.0 / Total: 29.0 2025-02-09 10:51:15,942 - card_creation - INFO - vR - All Hits: 20.2 / Other OB: 4.2 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:15,942 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.3000000000000007 2025-02-09 10:51:15,942 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.45 2025-02-09 10:51:15,942 - card_creation - INFO - vL: All Hits: 8.55 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-09 10:51:15,942 - card_creation - INFO - vR: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.55 2025-02-09 10:51:15,942 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-09 10:51:15,942 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,942 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3000000000000007 2025-02-09 10:51:15,942 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-09 10:51:15,942 - card_creation - INFO - raw hr chances: 1.3 2025-02-09 10:51:15,942 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,942 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-09 10:51:15,942 - card_creation - INFO - Passing 0.30000000000000004 xbh to single** 2025-02-09 10:51:15,942 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,942 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,942 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.4 / rem xbh: 7.049999999999999 2025-02-09 10:51:15,942 - card_creation - INFO - Triple: 0 / rem xbh: 7.05 2025-02-09 10:51:15,942 - card_creation - INFO - raw hr chances: 7.05 2025-02-09 10:51:15,942 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.05 2025-02-09 10:51:15,942 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,942 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 42.95 2025-02-09 10:51:15,942 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 53.4 2025-02-09 10:51:15,943 - card_creation - INFO - vL: All Outs: 94.0 / Ks: 44.550000000000004 / Current Outs: 73.55 2025-02-09 10:51:15,943 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 47.75 / Current Outs: 76.75 2025-02-09 10:51:15,943 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,943 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,943 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,943 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,943 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,943 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,943 - card_creation - INFO - vL - All Hits: 5.7 / Other OB: 11.95 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:15,943 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 10.75 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,943 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.9000000000000004 2025-02-09 10:51:15,944 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 8.45 2025-02-09 10:51:15,944 - card_creation - INFO - vL: All Hits: 5.7 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,944 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:15,944 - card_creation - INFO - hr%: 0.45 / tr%: 0.30 / do%: 0.30 2025-02-09 10:51:15,944 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,944 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9000000000000004 2025-02-09 10:51:15,944 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,944 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,944 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,944 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-09 10:51:15,944 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:15,944 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,944 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 3.3499999999999996 2025-02-09 10:51:15,944 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:15,944 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:15,944 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.35 2025-02-09 10:51:15,944 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,944 - card_creation - INFO - vL: All other OB: 11.95 / HBP: 0 / BB: 11.95 / Total Chances: 46.75 2025-02-09 10:51:15,944 - card_creation - INFO - vR: All other OB: 10.75 / HBP: 3.0 / BB: 7.75 / Total Chances: 56.65 2025-02-09 10:51:15,944 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 13.0 / Current Outs: 42.0 2025-02-09 10:51:15,944 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 16.2 / Current Outs: 45.2 2025-02-09 10:51:15,944 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,944 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,944 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,944 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,944 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,944 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,945 - card_creation - INFO - vL - All Hits: 33.15 / Other OB: 8.45 / All Outs: 66.5 / Total: 29.0 2025-02-09 10:51:15,945 - card_creation - INFO - vR - All Hits: 16.45 / Other OB: 2.4 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,945 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.449999999999998 2025-02-09 10:51:15,945 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.550000000000001 2025-02-09 10:51:15,945 - card_creation - INFO - vL: All Hits: 33.15 / BP Singles: 5.0 / Single 2: 9.35 / Single 1: 9.35 / Single CF: 0 2025-02-09 10:51:15,945 - card_creation - INFO - vR: All Hits: 16.45 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:15,945 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,945 - card_creation - INFO - raw do chances: 7.55 2025-02-09 10:51:15,945 - card_creation - INFO - Double**: 7.55 / Double(cf): 0.0 / rem xbh: 1.8999999999999977 2025-02-09 10:51:15,945 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:15,945 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:15,945 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:15,945 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,945 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,945 - card_creation - INFO - raw do chances: 1.4 2025-02-09 10:51:15,945 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-09 10:51:15,945 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-09 10:51:15,945 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:15,945 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-09 10:51:15,945 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,945 - card_creation - INFO - vL: All other OB: 8.45 / HBP: 0 / BB: 8.45 / Total Chances: 70.6 2025-02-09 10:51:15,945 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 1.0 / BB: 1.4 / Total Chances: 47.85 2025-02-09 10:51:15,945 - card_creation - INFO - vL: All Outs: 66.5 / Ks: 12.500000000000002 / Current Outs: 41.5 2025-02-09 10:51:15,945 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 46.550000000000004 / Current Outs: 75.55 2025-02-09 10:51:15,945 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,945 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,945 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,945 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,946 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,946 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,946 - card_creation - INFO - vL - All Hits: 8.45 / Other OB: 4.2 / All Outs: 95.5 / Total: 29.0 2025-02-09 10:51:15,946 - card_creation - INFO - vR - All Hits: 17.1 / Other OB: 15.8 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,946 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.649999999999999 2025-02-09 10:51:15,946 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.100000000000001 2025-02-09 10:51:15,946 - card_creation - INFO - vL: All Hits: 8.45 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,946 - card_creation - INFO - vR: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,946 - card_creation - INFO - hr%: 0.00 / tr%: 0.10 / do%: 0.90 2025-02-09 10:51:15,946 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,946 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.5499999999999989 2025-02-09 10:51:15,946 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,946 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,946 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,946 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,946 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:15,946 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-09 10:51:15,947 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:15,947 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.4000000000000012 2025-02-09 10:51:15,947 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:15,947 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:15,947 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,947 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:15,947 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-09 10:51:15,947 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 41.65 2025-02-09 10:51:15,947 - card_creation - INFO - vR: All other OB: 15.8 / HBP: 0 / BB: 15.8 / Total Chances: 61.9 2025-02-09 10:51:15,947 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 33.75 / Current Outs: 62.75 2025-02-09 10:51:15,947 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 24.149999999999995 / Current Outs: 53.15 2025-02-09 10:51:15,947 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,947 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,947 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,947 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,947 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,947 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,947 - card_creation - INFO - vL - All Hits: 25.55 / Other OB: 7.55 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,948 - card_creation - INFO - vR - All Hits: 19.05 / Other OB: 5.4 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:15,948 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.749999999999998 2025-02-09 10:51:15,948 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.7000000000000002 2025-02-09 10:51:15,948 - card_creation - INFO - vL: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-09 10:51:15,948 - card_creation - INFO - vR: All Hits: 19.05 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.15 / Single CF: 0 2025-02-09 10:51:15,948 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,948 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,948 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.349999999999998 2025-02-09 10:51:15,948 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:15,948 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:15,948 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.35 2025-02-09 10:51:15,948 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,948 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:15,948 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,948 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.7000000000000002 2025-02-09 10:51:15,948 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:15,948 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:15,948 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,948 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-09 10:51:15,948 - card_creation - INFO - vL: All other OB: 7.55 / HBP: 0 / BB: 7.55 / Total Chances: 62.1 2025-02-09 10:51:15,948 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 53.75 2025-02-09 10:51:15,948 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 16.4 / Current Outs: 45.4 2025-02-09 10:51:15,948 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 14.549999999999999 / Current Outs: 43.55 2025-02-09 10:51:15,948 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,948 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,948 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,948 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,948 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,948 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,949 - card_creation - INFO - vL - All Hits: 1.95 / Other OB: 13.4 / All Outs: 92.5 / Total: 29.0 2025-02-09 10:51:15,949 - card_creation - INFO - vR - All Hits: 9.65 / Other OB: 15.65 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,949 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.75 2025-02-09 10:51:15,949 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.0 2025-02-09 10:51:15,949 - card_creation - INFO - vL: All Hits: 1.95 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,949 - card_creation - INFO - vR: All Hits: 9.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,949 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-09 10:51:15,949 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,949 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:15,949 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:15,949 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:15,949 - card_creation - INFO - BP HR: 0 / ND HR: 0.75 2025-02-09 10:51:15,949 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,949 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-09 10:51:15,949 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,949 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-09 10:51:15,949 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-09 10:51:15,949 - card_creation - INFO - raw hr chances: 3.0 2025-02-09 10:51:15,949 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-09 10:51:15,949 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,949 - card_creation - INFO - vL: All other OB: 13.4 / HBP: 6.0 / BB: 7.4 / Total Chances: 44.35 2025-02-09 10:51:15,949 - card_creation - INFO - vR: All other OB: 15.65 / HBP: 0 / BB: 15.65 / Total Chances: 54.3 2025-02-09 10:51:15,949 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 45.550000000000004 / Current Outs: 74.55 2025-02-09 10:51:15,949 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 11.3 / Current Outs: 40.3 2025-02-09 10:51:15,950 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,950 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,950 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,950 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,950 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,950 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,950 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 26.2 / All Outs: 67.5 / Total: 29.0 2025-02-09 10:51:15,950 - card_creation - INFO - vR - All Hits: 7.9 / Other OB: 15.2 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:15,950 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 2.3499999999999996 2025-02-09 10:51:15,950 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 2.9000000000000004 2025-02-09 10:51:15,950 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,950 - card_creation - INFO - vR: All Hits: 7.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,950 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,950 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,950 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1499999999999997 2025-02-09 10:51:15,950 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:15,950 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:15,950 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,951 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,951 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,951 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,951 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,951 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.5000000000000004 2025-02-09 10:51:15,951 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:15,951 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:15,951 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,951 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:15,951 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:15,951 - card_creation - INFO - vL: All other OB: 26.2 / HBP: 0 / BB: 26.2 / Total Chances: 69.45 2025-02-09 10:51:15,951 - card_creation - INFO - vR: All other OB: 15.2 / HBP: 0 / BB: 15.2 / Total Chances: 52.1 2025-02-09 10:51:15,951 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 5.749999999999999 / Current Outs: 34.75 2025-02-09 10:51:15,951 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 26.750000000000004 / Current Outs: 55.75 2025-02-09 10:51:15,951 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,951 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,951 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,951 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,951 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,951 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,952 - card_creation - INFO - vL - All Hits: 19.95 / Other OB: 12.05 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:15,952 - card_creation - INFO - vR - All Hits: 24.15 / Other OB: 9.9 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:15,952 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.249999999999998 2025-02-09 10:51:15,952 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.9499999999999975 2025-02-09 10:51:15,952 - card_creation - INFO - vL: All Hits: 19.95 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,952 - card_creation - INFO - vR: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-09 10:51:15,952 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:15,952 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,952 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.4999999999999982 2025-02-09 10:51:15,952 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-09 10:51:15,952 - card_creation - INFO - raw hr chances: 3.5 2025-02-09 10:51:15,952 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-09 10:51:15,952 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,952 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:15,952 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:15,952 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.7499999999999973 2025-02-09 10:51:15,952 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:15,952 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:15,952 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:15,952 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,952 - card_creation - INFO - vL: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 61.0 2025-02-09 10:51:15,952 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 2.0 / BB: 7.9 / Total Chances: 63.05 2025-02-09 10:51:15,952 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 24.899999999999995 / Current Outs: 53.9 2025-02-09 10:51:15,952 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 25.049999999999997 / Current Outs: 54.05 2025-02-09 10:51:15,952 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,952 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,952 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,952 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,952 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,952 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,953 - card_creation - INFO - vL - All Hits: 14.2 / Other OB: 6.45 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,953 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 3.5 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,953 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.549999999999999 2025-02-09 10:51:15,953 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 4.800000000000001 2025-02-09 10:51:15,953 - card_creation - INFO - vL: All Hits: 14.2 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,953 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,953 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-09 10:51:15,953 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,953 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.649999999999999 2025-02-09 10:51:15,953 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-09 10:51:15,953 - card_creation - INFO - raw hr chances: 2.65 2025-02-09 10:51:15,953 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-09 10:51:15,953 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,953 - card_creation - INFO - hr%: 0.10 / tr%: 0.40 / do%: 0.50 2025-02-09 10:51:15,953 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,953 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.400000000000001 2025-02-09 10:51:15,953 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-09 10:51:15,953 - card_creation - INFO - raw hr chances: 2.4 2025-02-09 10:51:15,953 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,953 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:15,953 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-09 10:51:15,954 - card_creation - INFO - vL: All other OB: 6.45 / HBP: 2.0 / BB: 4.45 / Total Chances: 49.65 2025-02-09 10:51:15,954 - card_creation - INFO - vR: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 47.85 2025-02-09 10:51:15,954 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 29.499999999999996 / Current Outs: 58.5 2025-02-09 10:51:15,954 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 43.45 / Current Outs: 72.45 2025-02-09 10:51:15,954 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,954 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,954 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,954 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,954 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,954 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,954 - card_creation - INFO - vL - All Hits: 14.1 / Other OB: 5.4 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:15,954 - card_creation - INFO - vR - All Hits: 13.6 / Other OB: 11.9 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,954 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8500000000000014 2025-02-09 10:51:15,955 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.0999999999999996 2025-02-09 10:51:15,955 - card_creation - INFO - vL: All Hits: 14.1 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:15,955 - card_creation - INFO - vR: All Hits: 13.6 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,955 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,955 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,955 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.6000000000000014 2025-02-09 10:51:15,955 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-09 10:51:15,955 - card_creation - INFO - raw hr chances: 0.6 2025-02-09 10:51:15,955 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,955 - card_creation - INFO - excess xbh: 0.6 2025-02-09 10:51:15,955 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-09 10:51:15,955 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:15,955 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:15,955 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-09 10:51:15,955 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,955 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,955 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-09 10:51:15,955 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,955 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 48.5 2025-02-09 10:51:15,955 - card_creation - INFO - vR: All other OB: 11.9 / HBP: 0 / BB: 11.9 / Total Chances: 54.5 2025-02-09 10:51:15,955 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 42.550000000000004 / Current Outs: 71.55 2025-02-09 10:51:15,955 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 41.050000000000004 / Current Outs: 70.05 2025-02-09 10:51:15,955 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,955 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,955 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,955 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,955 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,955 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,956 - card_creation - INFO - vL - All Hits: 17.95 / Other OB: 3.2 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,956 - card_creation - INFO - vR - All Hits: 16.05 / Other OB: 12.0 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,956 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.349999999999998 2025-02-09 10:51:15,956 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.4499999999999993 2025-02-09 10:51:15,956 - card_creation - INFO - vL: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:15,956 - card_creation - INFO - vR: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,956 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,956 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,956 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.0999999999999979 2025-02-09 10:51:15,956 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,956 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,956 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:15,956 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,956 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,956 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,956 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-09 10:51:15,956 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:15,956 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:15,956 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-09 10:51:15,956 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,956 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.15 2025-02-09 10:51:15,956 - card_creation - INFO - vR: All other OB: 12.0 / HBP: 0 / BB: 12.0 / Total Chances: 57.05 2025-02-09 10:51:15,956 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 31.749999999999996 / Current Outs: 60.75 2025-02-09 10:51:15,956 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 23.95 / Current Outs: 52.95 2025-02-09 10:51:15,956 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,957 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,957 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,957 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,957 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,957 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,957 - card_creation - INFO - vL - All Hits: 15.85 / Other OB: 7.7 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,957 - card_creation - INFO - vR - All Hits: 12.8 / Other OB: 8.7 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,957 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.049999999999999 2025-02-09 10:51:15,957 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.9 2025-02-09 10:51:15,957 - card_creation - INFO - vL: All Hits: 15.85 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,957 - card_creation - INFO - vR: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,957 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-09 10:51:15,957 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,957 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.9499999999999993 2025-02-09 10:51:15,957 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:15,957 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:15,957 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,958 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:15,958 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:15,958 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:15,958 - card_creation - INFO - raw do chances: 1.75 2025-02-09 10:51:15,958 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-09 10:51:15,958 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-09 10:51:15,958 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:15,958 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-09 10:51:15,958 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,958 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 52.55 2025-02-09 10:51:15,958 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 50.5 2025-02-09 10:51:15,958 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-09 10:51:15,958 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 36.25 / Current Outs: 65.25 2025-02-09 10:51:15,958 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,958 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,958 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,958 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,958 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,958 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,959 - card_creation - INFO - vL - All Hits: 6.4 / Other OB: 15.45 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,959 - card_creation - INFO - vR - All Hits: 34.65 / Other OB: 32.25 / All Outs: 41.0 / Total: 29.0 2025-02-09 10:51:15,959 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.1000000000000005 2025-02-09 10:51:15,959 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 31.4 2025-02-09 10:51:15,959 - card_creation - INFO - vL: All Hits: 6.4 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,959 - card_creation - INFO - vR: All Hits: 34.65 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.6 2025-02-09 10:51:15,959 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,959 - card_creation - INFO - raw do chances: 1.1 2025-02-09 10:51:15,959 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 1.0000000000000004 2025-02-09 10:51:15,959 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:15,959 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:15,959 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,959 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,959 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:15,959 - card_creation - INFO - raw do chances: 29.85 2025-02-09 10:51:15,959 - card_creation - INFO - Double**: 0.0 / Double(cf): 29.85 / rem xbh: 1.5499999999999972 2025-02-09 10:51:15,959 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-09 10:51:15,959 - card_creation - INFO - raw hr chances: 1.55 2025-02-09 10:51:15,959 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,959 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-09 10:51:15,959 - card_creation - INFO - vL: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 50.85 2025-02-09 10:51:15,959 - card_creation - INFO - vR: All other OB: 32.25 / HBP: 0 / BB: 32.25 / Total Chances: 96.35 2025-02-09 10:51:15,959 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 31.499999999999996 / Current Outs: 60.5 2025-02-09 10:51:15,959 - card_creation - INFO - vR: All Outs: 41.0 / Ks: 4.6999999999999975 / Current Outs: 33.7 2025-02-09 10:51:15,959 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,959 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,959 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,959 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,959 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,959 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,960 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 3.3 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,960 - card_creation - INFO - vR - All Hits: 18.2 / Other OB: 8.95 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,960 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.949999999999999 2025-02-09 10:51:15,960 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.9499999999999993 2025-02-09 10:51:15,960 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,960 - card_creation - INFO - vR: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:15,960 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-09 10:51:15,960 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,960 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.949999999999999 2025-02-09 10:51:15,960 - card_creation - INFO - Triple: 0 / rem xbh: 4.95 2025-02-09 10:51:15,960 - card_creation - INFO - raw hr chances: 4.95 2025-02-09 10:51:15,960 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.95 2025-02-09 10:51:15,960 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,960 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,960 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,960 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-09 10:51:15,960 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,960 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,960 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,960 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,960 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:15,960 - card_creation - INFO - vL: All other OB: 3.3 / HBP: 0 / BB: 3.3 / Total Chances: 48.2 2025-02-09 10:51:15,960 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 0 / BB: 8.95 / Total Chances: 56.15 2025-02-09 10:51:15,960 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 36.650000000000006 / Current Outs: 65.65 2025-02-09 10:51:15,961 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 23.999999999999996 / Current Outs: 53.0 2025-02-09 10:51:15,961 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,961 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,961 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,961 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,961 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,961 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,961 - card_creation - INFO - vL - All Hits: 21.6 / Other OB: 6.35 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,961 - card_creation - INFO - vR - All Hits: 12.9 / Other OB: 7.65 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,961 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8500000000000014 2025-02-09 10:51:15,961 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 4.300000000000001 2025-02-09 10:51:15,961 - card_creation - INFO - vL: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 7.4 / Single 1: 7.35 / Single CF: 0 2025-02-09 10:51:15,961 - card_creation - INFO - vR: All Hits: 12.9 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:15,961 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-09 10:51:15,961 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,962 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8500000000000014 2025-02-09 10:51:15,962 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:15,962 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:15,962 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,962 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-09 10:51:15,962 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-09 10:51:15,962 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,962 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 2.6000000000000005 2025-02-09 10:51:15,962 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-09 10:51:15,962 - card_creation - INFO - raw hr chances: 2.6 2025-02-09 10:51:15,962 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-09 10:51:15,962 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,962 - card_creation - INFO - vL: All other OB: 6.35 / HBP: 5.0 / BB: 1.35 / Total Chances: 57.1 2025-02-09 10:51:15,962 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 49.55 2025-02-09 10:51:15,962 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 10.6 / Current Outs: 39.6 2025-02-09 10:51:15,962 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 23.3 / Current Outs: 52.3 2025-02-09 10:51:15,962 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,962 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,962 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,962 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,962 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,962 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,963 - card_creation - INFO - vL - All Hits: 13.1 / Other OB: 22.8 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:15,963 - card_creation - INFO - vR - All Hits: 11.05 / Other OB: 10.3 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,963 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.299999999999999 2025-02-09 10:51:15,963 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.0500000000000007 2025-02-09 10:51:15,963 - card_creation - INFO - vL: All Hits: 13.1 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,963 - card_creation - INFO - vR: All Hits: 11.05 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,963 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,963 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,963 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.7999999999999989 2025-02-09 10:51:15,963 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:15,963 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:15,963 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,963 - card_creation - INFO - excess xbh: 0.8 2025-02-09 10:51:15,963 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-09 10:51:15,963 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:15,963 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,963 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.1500000000000008 2025-02-09 10:51:15,963 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:15,963 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:15,963 - card_creation - INFO - BP HR: 0 / ND HR: 1.15 2025-02-09 10:51:15,963 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,963 - card_creation - INFO - vL: All other OB: 22.8 / HBP: 3.0 / BB: 19.8 / Total Chances: 64.9 2025-02-09 10:51:15,963 - card_creation - INFO - vR: All other OB: 10.3 / HBP: 1.0 / BB: 9.3 / Total Chances: 50.35 2025-02-09 10:51:15,963 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 36.15 / Current Outs: 65.15 2025-02-09 10:51:15,963 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 61.650000000000006 / Current Outs: 90.65 2025-02-09 10:51:15,963 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,963 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,963 - card_creation - INFO - Remaining outs: -4.0 2025-02-09 10:51:15,963 - card_creation - INFO - Passing -4.0 outs to strikeouts 2025-02-09 10:51:15,963 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,963 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,964 - card_creation - INFO - vL - All Hits: 4.2 / Other OB: 9.3 / All Outs: 94.5 / Total: 29.0 2025-02-09 10:51:15,964 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 10.25 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,964 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9000000000000004 2025-02-09 10:51:15,964 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 6.75 2025-02-09 10:51:15,964 - card_creation - INFO - vL: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:15,964 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:15,964 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,964 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,964 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9000000000000004 2025-02-09 10:51:15,964 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:15,964 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:15,964 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,964 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:15,964 - card_creation - INFO - Passing 0.9 xbh to single** 2025-02-09 10:51:15,964 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.70 2025-02-09 10:51:15,964 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,964 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.0 2025-02-09 10:51:15,964 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-09 10:51:15,964 - card_creation - INFO - raw hr chances: 2.0 2025-02-09 10:51:15,964 - card_creation - INFO - BP HR: 0 / ND HR: 2.0 2025-02-09 10:51:15,964 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,964 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 42.5 2025-02-09 10:51:15,965 - card_creation - INFO - vR: All other OB: 10.25 / HBP: 0 / BB: 10.25 / Total Chances: 57.4 2025-02-09 10:51:15,965 - card_creation - INFO - vL: All Outs: 94.5 / Ks: 40.650000000000006 / Current Outs: 69.65 2025-02-09 10:51:15,965 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-09 10:51:15,965 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,965 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,965 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,965 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,965 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,965 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,965 - card_creation - INFO - vL - All Hits: 16.95 / Other OB: 2.5 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:15,965 - card_creation - INFO - vR - All Hits: 28.2 / Other OB: 2.2 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,965 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.449999999999999 2025-02-09 10:51:15,966 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 14.8 2025-02-09 10:51:15,966 - card_creation - INFO - vL: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:15,966 - card_creation - INFO - vR: All Hits: 28.2 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,966 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:15,966 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,966 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-09 10:51:15,966 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:15,966 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:15,966 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:15,966 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,966 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:15,966 - card_creation - INFO - raw do chances: 13.3 2025-02-09 10:51:15,966 - card_creation - INFO - Double**: 13.3 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-09 10:51:15,966 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:15,966 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:15,966 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,966 - card_creation - INFO - excess xbh: -0.5 2025-02-09 10:51:15,966 - card_creation - INFO - vL: All other OB: 2.5 / HBP: 0 / BB: 2.5 / Total Chances: 48.45 2025-02-09 10:51:15,966 - card_creation - INFO - vR: All other OB: 2.2 / HBP: 0 / BB: 2.2 / Total Chances: 59.9 2025-02-09 10:51:15,966 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 48.45 / Current Outs: 77.45 2025-02-09 10:51:15,966 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 28.75 / Current Outs: 57.75 2025-02-09 10:51:15,966 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,966 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,966 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,966 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,966 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,966 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,967 - card_creation - INFO - vL - All Hits: 20.65 / Other OB: 11.85 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,967 - card_creation - INFO - vR - All Hits: 12.3 / Other OB: 9.2 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,967 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.9499999999999993 2025-02-09 10:51:15,967 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-09 10:51:15,967 - card_creation - INFO - vL: All Hits: 20.65 / BP Singles: 5.0 / Single 2: 5.85 / Single 1: 5.85 / Single CF: 0 2025-02-09 10:51:15,967 - card_creation - INFO - vR: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:15,967 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,967 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:15,967 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 1.9999999999999993 2025-02-09 10:51:15,967 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-09 10:51:15,967 - card_creation - INFO - raw hr chances: 2.0 2025-02-09 10:51:15,967 - card_creation - INFO - BP HR: 0 / ND HR: 2.0 2025-02-09 10:51:15,967 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,967 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:15,967 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:15,967 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 0.35000000000000075 2025-02-09 10:51:15,967 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-09 10:51:15,967 - card_creation - INFO - raw hr chances: 0.35 2025-02-09 10:51:15,967 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,967 - card_creation - INFO - excess xbh: 0.35 2025-02-09 10:51:15,967 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-09 10:51:15,967 - card_creation - INFO - vL: All other OB: 11.85 / HBP: 1.0 / BB: 10.85 / Total Chances: 61.5 2025-02-09 10:51:15,967 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 2.0 / BB: 7.2 / Total Chances: 50.5 2025-02-09 10:51:15,967 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 22.099999999999998 / Current Outs: 51.1 2025-02-09 10:51:15,967 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 20.75 / Current Outs: 49.75 2025-02-09 10:51:15,967 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,967 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,967 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,967 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,967 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,968 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,968 - card_creation - INFO - vL - All Hits: 9.75 / Other OB: 28.8 / All Outs: 69.5 / Total: 29.0 2025-02-09 10:51:15,968 - card_creation - INFO - vR - All Hits: 21.15 / Other OB: 6.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,968 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 4.75 2025-02-09 10:51:15,968 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 4.549999999999997 2025-02-09 10:51:15,968 - card_creation - INFO - vL: All Hits: 9.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,968 - card_creation - INFO - vR: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.8 / Single CF: 0 2025-02-09 10:51:15,968 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:15,968 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:15,968 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.35 2025-02-09 10:51:15,968 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-09 10:51:15,968 - card_creation - INFO - raw hr chances: 2.35 2025-02-09 10:51:15,968 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-09 10:51:15,968 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,968 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,968 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,968 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.349999999999997 2025-02-09 10:51:15,968 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-09 10:51:15,968 - card_creation - INFO - raw hr chances: 1.35 2025-02-09 10:51:15,968 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-09 10:51:15,969 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,969 - card_creation - INFO - vL: All other OB: 28.8 / HBP: 1.0 / BB: 27.8 / Total Chances: 67.55 2025-02-09 10:51:15,969 - card_creation - INFO - vR: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 56.85 2025-02-09 10:51:15,969 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 19.15 / Current Outs: 48.15 2025-02-09 10:51:15,969 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 24.25 / Current Outs: 53.25 2025-02-09 10:51:15,969 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,969 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,969 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,969 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,969 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,969 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,969 - card_creation - INFO - vL - All Hits: 21.6 / Other OB: 6.75 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,969 - card_creation - INFO - vR - All Hits: 31.4 / Other OB: 9.2 / All Outs: 67.5 / Total: 29.0 2025-02-09 10:51:15,969 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.100000000000001 2025-02-09 10:51:15,970 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.349999999999998 2025-02-09 10:51:15,970 - card_creation - INFO - vL: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,970 - card_creation - INFO - vR: All Hits: 31.4 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 9.05 / Single CF: 0 2025-02-09 10:51:15,970 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-09 10:51:15,970 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,970 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-09 10:51:15,970 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:15,970 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:15,970 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,970 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-09 10:51:15,970 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,970 - card_creation - INFO - raw do chances: 6.25 2025-02-09 10:51:15,970 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 2.099999999999998 2025-02-09 10:51:15,970 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:15,970 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:15,970 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:15,970 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,970 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 57.65 2025-02-09 10:51:15,970 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 69.6 2025-02-09 10:51:15,970 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-09 10:51:15,970 - card_creation - INFO - vR: All Outs: 67.5 / Ks: 24.750000000000004 / Current Outs: 53.75 2025-02-09 10:51:15,970 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,970 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,970 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:15,970 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:15,970 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,970 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,971 - card_creation - INFO - vL - All Hits: 4.5 / Other OB: 19.4 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:15,971 - card_creation - INFO - vR - All Hits: 35.65 / Other OB: 12.3 / All Outs: 60.0 / Total: 29.0 2025-02-09 10:51:15,971 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.7000000000000002 2025-02-09 10:51:15,971 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.25 2025-02-09 10:51:15,971 - card_creation - INFO - vL: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:15,971 - card_creation - INFO - vR: All Hits: 35.65 / BP Singles: 5.0 / Single 2: 12.2 / Single 1: 12.2 / Single CF: 0 2025-02-09 10:51:15,971 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,971 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,971 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7000000000000002 2025-02-09 10:51:15,971 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,971 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,971 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,971 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:15,971 - card_creation - INFO - Passing 0.7 xbh to single** 2025-02-09 10:51:15,971 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:15,971 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,971 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-09 10:51:15,971 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:15,971 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:15,971 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,971 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:15,971 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:15,971 - card_creation - INFO - vL: All other OB: 19.4 / HBP: 0 / BB: 19.4 / Total Chances: 52.9 2025-02-09 10:51:15,971 - card_creation - INFO - vR: All other OB: 12.3 / HBP: 11.0 / BB: 1.3 / Total Chances: 76.95 2025-02-09 10:51:15,971 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 35.550000000000004 / Current Outs: 64.55 2025-02-09 10:51:15,971 - card_creation - INFO - vR: All Outs: 60.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-09 10:51:15,972 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,972 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,972 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,972 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,972 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,972 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,972 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 6.85 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:15,972 - card_creation - INFO - vR - All Hits: 15.05 / Other OB: 7.4 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,972 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8999999999999986 2025-02-09 10:51:15,972 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.5500000000000007 2025-02-09 10:51:15,972 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 9.3 / Single 1: 9.25 / Single CF: 0 2025-02-09 10:51:15,972 - card_creation - INFO - vR: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,972 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,972 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:15,973 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: -1.3322676295501878e-15 2025-02-09 10:51:15,973 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,973 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,973 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,973 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,973 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:15,973 - card_creation - INFO - raw do chances: 1.05 2025-02-09 10:51:15,973 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.5000000000000007 2025-02-09 10:51:15,973 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:15,973 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:15,973 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,973 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:15,973 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:15,973 - card_creation - INFO - vL: All other OB: 6.85 / HBP: 0 / BB: 6.85 / Total Chances: 61.3 2025-02-09 10:51:15,973 - card_creation - INFO - vR: All other OB: 7.4 / HBP: 1.0 / BB: 6.4 / Total Chances: 51.45 2025-02-09 10:51:15,973 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 34.1 / Current Outs: 63.1 2025-02-09 10:51:15,973 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 25.55 / Current Outs: 54.55 2025-02-09 10:51:15,973 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:15,973 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:15,973 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,973 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,973 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,973 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,974 - card_creation - INFO - vL - All Hits: 24.5 / Other OB: 8.6 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,974 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 11.65 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,974 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.65 2025-02-09 10:51:15,974 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.699999999999999 2025-02-09 10:51:15,974 - card_creation - INFO - vL: All Hits: 24.5 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,974 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:15,974 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-09 10:51:15,974 - card_creation - INFO - raw do chances: 8.2 2025-02-09 10:51:15,974 - card_creation - INFO - Double**: 8.2 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-09 10:51:15,974 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:15,974 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:15,974 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,974 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:15,974 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:15,974 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:15,974 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,974 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.499999999999999 2025-02-09 10:51:15,974 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-09 10:51:15,974 - card_creation - INFO - raw hr chances: 2.5 2025-02-09 10:51:15,974 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-09 10:51:15,974 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,974 - card_creation - INFO - vL: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 62.1 2025-02-09 10:51:15,974 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 58.35 2025-02-09 10:51:15,974 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 21.35 / Current Outs: 50.35 2025-02-09 10:51:15,974 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 16.299999999999997 / Current Outs: 45.3 2025-02-09 10:51:15,974 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,974 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,974 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,974 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,974 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,974 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,975 - card_creation - INFO - vL - All Hits: 17.95 / Other OB: 5.7 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:15,975 - card_creation - INFO - vR - All Hits: 23.4 / Other OB: 6.4 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:15,975 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 8.55 2025-02-09 10:51:15,975 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.45 2025-02-09 10:51:15,975 - card_creation - INFO - vL: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 0.0 / Single CF: 2.2 2025-02-09 10:51:15,975 - card_creation - INFO - vR: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 0.0 / Single CF: 3.75 2025-02-09 10:51:15,975 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:15,975 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:15,975 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.2 / rem xbh: 6.3500000000000005 2025-02-09 10:51:15,975 - card_creation - INFO - Triple: 0 / rem xbh: 6.35 2025-02-09 10:51:15,975 - card_creation - INFO - raw hr chances: 6.35 2025-02-09 10:51:15,975 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.35 2025-02-09 10:51:15,975 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,975 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-09 10:51:15,975 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:15,975 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.25 / rem xbh: 6.199999999999999 2025-02-09 10:51:15,975 - card_creation - INFO - Triple: 0 / rem xbh: 6.2 2025-02-09 10:51:15,975 - card_creation - INFO - raw hr chances: 6.2 2025-02-09 10:51:15,975 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.2 2025-02-09 10:51:15,975 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,976 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 52.65 2025-02-09 10:51:15,976 - card_creation - INFO - vR: All other OB: 6.4 / HBP: 0 / BB: 6.4 / Total Chances: 58.8 2025-02-09 10:51:15,976 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 12.25 / Current Outs: 41.25 2025-02-09 10:51:15,976 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 19.55 / Current Outs: 48.55 2025-02-09 10:51:15,976 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,976 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,976 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,976 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,976 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,976 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,976 - card_creation - INFO - vL - All Hits: 21.5 / Other OB: 9.65 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:15,976 - card_creation - INFO - vR - All Hits: 14.05 / Other OB: 6.8 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,976 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 6.299999999999999 2025-02-09 10:51:15,977 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.25 2025-02-09 10:51:15,977 - card_creation - INFO - vL: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:15,977 - card_creation - INFO - vR: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,977 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-09 10:51:15,977 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,977 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 4.049999999999999 2025-02-09 10:51:15,977 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-09 10:51:15,977 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:15,977 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.05 2025-02-09 10:51:15,977 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,977 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,977 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,977 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-09 10:51:15,977 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,977 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,977 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,977 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,977 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:15,977 - card_creation - INFO - vL: All other OB: 9.65 / HBP: 0 / BB: 9.65 / Total Chances: 60.15 2025-02-09 10:51:15,977 - card_creation - INFO - vR: All other OB: 6.8 / HBP: 0 / BB: 6.8 / Total Chances: 49.85 2025-02-09 10:51:15,977 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 21.3 / Current Outs: 50.3 2025-02-09 10:51:15,977 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 25.15 / Current Outs: 54.15 2025-02-09 10:51:15,977 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,977 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,977 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,977 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,977 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,977 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,978 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 19.65 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:15,978 - card_creation - INFO - vR - All Hits: 3.4 / Other OB: 26.0 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,978 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 9.749999999999998 2025-02-09 10:51:15,978 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 0.8500000000000001 2025-02-09 10:51:15,978 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:15,978 - card_creation - INFO - vR: All Hits: 3.4 / BP Singles: 0.0 / Single 2: 1.35 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:15,978 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-09 10:51:15,978 - card_creation - INFO - raw do chances: 6.35 2025-02-09 10:51:15,978 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 3.3999999999999986 2025-02-09 10:51:15,978 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:15,978 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:15,978 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-09 10:51:15,978 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,978 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,978 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,978 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-09 10:51:15,978 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,978 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,978 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-09 10:51:15,978 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,978 - card_creation - INFO - vL: All other OB: 19.65 / HBP: 2.0 / BB: 17.65 / Total Chances: 66.55 2025-02-09 10:51:15,978 - card_creation - INFO - vR: All other OB: 26.0 / HBP: 4.0 / BB: 22.0 / Total Chances: 58.4 2025-02-09 10:51:15,978 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 27.3 / Current Outs: 56.3 2025-02-09 10:51:15,978 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 44.95000000000001 / Current Outs: 73.95 2025-02-09 10:51:15,978 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,978 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,979 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,979 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,979 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,979 - card_creation - INFO - vL - All Hits: 0.0 / Other OB: 6.9 / All Outs: 101.0 / Total: 29.0 2025-02-09 10:51:15,979 - card_creation - INFO - vR - All Hits: 18.4 / Other OB: 20.55 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:15,979 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.599999999999998 2025-02-09 10:51:15,979 - card_creation - INFO - vL: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,979 - card_creation - INFO - vR: All Hits: 18.4 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:15,979 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,979 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,979 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,979 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,979 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,979 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.849999999999998 2025-02-09 10:51:15,980 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-09 10:51:15,980 - card_creation - INFO - raw hr chances: 3.85 2025-02-09 10:51:15,980 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-09 10:51:15,980 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,980 - card_creation - INFO - vL: All other OB: 6.9 / HBP: 2.0 / BB: 4.9 / Total Chances: 35.9 2025-02-09 10:51:15,980 - card_creation - INFO - vR: All other OB: 20.55 / HBP: 3.0 / BB: 17.55 / Total Chances: 67.95 2025-02-09 10:51:15,980 - card_creation - INFO - vL: All Outs: 101.0 / Ks: 11.049999999999997 / Current Outs: 40.05 2025-02-09 10:51:15,980 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 19.400000000000002 / Current Outs: 48.4 2025-02-09 10:51:15,980 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,980 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,980 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,980 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,980 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,980 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,980 - card_creation - INFO - vL - All Hits: 16.8 / Other OB: 3.2 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:15,980 - card_creation - INFO - vR - All Hits: 20.6 / Other OB: 6.1 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:15,981 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.2 2025-02-09 10:51:15,981 - card_creation - INFO - remaining singles: -0.25000000000000044 / total xbh: 7.500000000000002 2025-02-09 10:51:15,981 - card_creation - INFO - vL: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:15,981 - card_creation - INFO - vR: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,981 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:15,981 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,981 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.2 2025-02-09 10:51:15,981 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:15,981 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:15,981 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:15,981 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,981 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,981 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:15,981 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.0000000000000018 2025-02-09 10:51:15,981 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-09 10:51:15,981 - card_creation - INFO - raw hr chances: 3.0 2025-02-09 10:51:15,981 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.0 2025-02-09 10:51:15,981 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,981 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 49.0 2025-02-09 10:51:15,981 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 55.7 2025-02-09 10:51:15,981 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 20.75 / Current Outs: 49.75 2025-02-09 10:51:15,981 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 19.849999999999998 / Current Outs: 48.85 2025-02-09 10:51:15,981 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,981 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,981 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,981 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,981 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,981 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,982 - card_creation - INFO - vL - All Hits: 17.0 / Other OB: 6.1 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:15,982 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 7.2 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:15,982 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.199999999999999 2025-02-09 10:51:15,982 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.9499999999999975 2025-02-09 10:51:15,982 - card_creation - INFO - vL: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:15,982 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:15,982 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:15,982 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,982 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.7999999999999994 2025-02-09 10:51:15,982 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:15,982 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:15,982 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,982 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-09 10:51:15,982 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:15,982 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,982 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.5499999999999972 2025-02-09 10:51:15,982 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-09 10:51:15,982 - card_creation - INFO - raw hr chances: 1.55 2025-02-09 10:51:15,982 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-09 10:51:15,982 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,982 - card_creation - INFO - vL: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 52.3 2025-02-09 10:51:15,982 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 54.85 2025-02-09 10:51:15,982 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 17.849999999999998 / Current Outs: 46.85 2025-02-09 10:51:15,982 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 27.749999999999996 / Current Outs: 56.75 2025-02-09 10:51:15,983 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,983 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,983 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,983 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,983 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,983 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,983 - card_creation - INFO - vL - All Hits: 7.5 / Other OB: 3.9 / All Outs: 96.5 / Total: 29.0 2025-02-09 10:51:15,983 - card_creation - INFO - vR - All Hits: 9.5 / Other OB: 9.25 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:15,983 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 1.0999999999999996 2025-02-09 10:51:15,983 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 4.5 2025-02-09 10:51:15,983 - card_creation - INFO - vL: All Hits: 7.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:15,983 - card_creation - INFO - vR: All Hits: 9.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,983 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,983 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:15,983 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -0.10000000000000031 2025-02-09 10:51:15,983 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-09 10:51:15,984 - card_creation - INFO - raw hr chances: -0.1 2025-02-09 10:51:15,984 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,984 - card_creation - INFO - excess xbh: -0.1 2025-02-09 10:51:15,984 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:15,984 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,984 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 2.85 2025-02-09 10:51:15,984 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:15,984 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:15,984 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:15,984 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,984 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 40.5 2025-02-09 10:51:15,984 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 0 / BB: 9.25 / Total Chances: 47.75 2025-02-09 10:51:15,984 - card_creation - INFO - vL: All Outs: 96.5 / Ks: 53.050000000000004 / Current Outs: 82.05 2025-02-09 10:51:15,984 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 27.7 / Current Outs: 56.7 2025-02-09 10:51:15,984 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,984 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,984 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,984 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,984 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,984 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,985 - card_creation - INFO - vL - All Hits: 3.9 / Other OB: 7.3 / All Outs: 97.0 / Total: 29.0 2025-02-09 10:51:15,985 - card_creation - INFO - vR - All Hits: 10.55 / Other OB: 7.05 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:15,985 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.95 2025-02-09 10:51:15,985 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 5.550000000000001 2025-02-09 10:51:15,985 - card_creation - INFO - vL: All Hits: 3.9 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:15,985 - card_creation - INFO - vR: All Hits: 10.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,985 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-09 10:51:15,985 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:15,985 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.7 2025-02-09 10:51:15,985 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:15,985 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:15,985 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,985 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:15,985 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-09 10:51:15,985 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,985 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:15,985 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.45000000000000107 2025-02-09 10:51:15,985 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:15,985 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:15,985 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,985 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:15,985 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:15,985 - card_creation - INFO - vL: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 40.2 2025-02-09 10:51:15,985 - card_creation - INFO - vR: All other OB: 7.05 / HBP: 0 / BB: 7.05 / Total Chances: 46.6 2025-02-09 10:51:15,985 - card_creation - INFO - vL: All Outs: 97.0 / Ks: 45.650000000000006 / Current Outs: 74.65 2025-02-09 10:51:15,985 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 35.900000000000006 / Current Outs: 64.9 2025-02-09 10:51:15,985 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,985 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,985 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,985 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,985 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,985 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,986 - card_creation - INFO - vL - All Hits: 27.15 / Other OB: 16.7 / All Outs: 64.0 / Total: 29.0 2025-02-09 10:51:15,986 - card_creation - INFO - vR - All Hits: 9.0 / Other OB: 18.0 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,986 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 12.649999999999999 2025-02-09 10:51:15,986 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 0.5499999999999998 2025-02-09 10:51:15,986 - card_creation - INFO - vL: All Hits: 27.15 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:15,986 - card_creation - INFO - vR: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:15,986 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,986 - card_creation - INFO - raw do chances: 12.65 2025-02-09 10:51:15,986 - card_creation - INFO - Double**: 12.65 / Double(cf): 0.0 / rem xbh: -1.7763568394002505e-15 2025-02-09 10:51:15,986 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,986 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,986 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,986 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,986 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,986 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:15,986 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.5499999999999998 2025-02-09 10:51:15,986 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,986 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,986 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,986 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:15,986 - card_creation - INFO - Passing 0.55 xbh to single** 2025-02-09 10:51:15,986 - card_creation - INFO - vL: All other OB: 16.7 / HBP: 0 / BB: 16.7 / Total Chances: 72.85 2025-02-09 10:51:15,986 - card_creation - INFO - vR: All other OB: 18.0 / HBP: 0 / BB: 18.0 / Total Chances: 56.0 2025-02-09 10:51:15,987 - card_creation - INFO - vL: All Outs: 64.0 / Ks: 35.25 / Current Outs: 64.25 2025-02-09 10:51:15,987 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 24.950000000000003 / Current Outs: 53.95 2025-02-09 10:51:15,987 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,987 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,987 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,987 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,987 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,987 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,987 - card_creation - INFO - vL - All Hits: 28.25 / Other OB: 8.9 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:15,987 - card_creation - INFO - vR - All Hits: 22.75 / Other OB: 4.25 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:15,987 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.000000000000002 2025-02-09 10:51:15,987 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.649999999999999 2025-02-09 10:51:15,987 - card_creation - INFO - vL: All Hits: 28.25 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.15 / Single CF: 0 2025-02-09 10:51:15,987 - card_creation - INFO - vR: All Hits: 22.75 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.05 / Single CF: 0 2025-02-09 10:51:15,988 - card_creation - INFO - hr%: 0.15 / tr%: 0.30 / do%: 0.55 2025-02-09 10:51:15,988 - card_creation - INFO - raw do chances: 3.9 2025-02-09 10:51:15,988 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.100000000000002 2025-02-09 10:51:15,988 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:15,988 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:15,988 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:15,988 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,988 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:15,988 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:15,988 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:15,988 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 3.9499999999999984 2025-02-09 10:51:15,988 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-09 10:51:15,988 - card_creation - INFO - raw hr chances: 3.95 2025-02-09 10:51:15,988 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.9500000000000002 2025-02-09 10:51:15,988 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,988 - card_creation - INFO - vL: All other OB: 8.9 / HBP: 0 / BB: 8.9 / Total Chances: 66.15 2025-02-09 10:51:15,988 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 56.0 2025-02-09 10:51:15,988 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 18.05 / Current Outs: 47.05 2025-02-09 10:51:15,988 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 22.7 / Current Outs: 51.7 2025-02-09 10:51:15,988 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,988 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,988 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,988 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,988 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,988 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,989 - card_creation - INFO - vL - All Hits: 25.75 / Other OB: 7.45 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:15,989 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 4.5 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:15,989 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.500000000000002 2025-02-09 10:51:15,989 - card_creation - INFO - remaining singles: 0.9999999999999996 / total xbh: 9.9 2025-02-09 10:51:15,989 - card_creation - INFO - vL: All Hits: 25.75 / BP Singles: 5.0 / Single 2: 7.1 / Single 1: 7.15 / Single CF: 0 2025-02-09 10:51:15,989 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 1.1 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:15,989 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:15,989 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,989 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-09 10:51:15,989 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:15,989 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:15,989 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,989 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:15,989 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:15,989 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,989 - card_creation - INFO - raw do chances: 7.45 2025-02-09 10:51:15,989 - card_creation - INFO - Double**: 7.45 / Double(cf): 0.0 / rem xbh: 2.45 2025-02-09 10:51:15,989 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-09 10:51:15,989 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:15,989 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-09 10:51:15,989 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,989 - card_creation - INFO - vL: All other OB: 7.45 / HBP: 0 / BB: 7.45 / Total Chances: 62.2 2025-02-09 10:51:15,989 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 49.5 2025-02-09 10:51:15,989 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 17.5 / Current Outs: 46.5 2025-02-09 10:51:15,989 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 19.45 / Current Outs: 48.45 2025-02-09 10:51:15,989 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,989 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,989 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,989 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,989 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,989 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,990 - card_creation - INFO - vL - All Hits: 22.2 / Other OB: 6.1 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,990 - card_creation - INFO - vR - All Hits: 13.05 / Other OB: 3.9 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:15,990 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.399999999999997 2025-02-09 10:51:15,990 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 3.75 2025-02-09 10:51:15,990 - card_creation - INFO - vL: All Hits: 22.2 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-09 10:51:15,990 - card_creation - INFO - vR: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,990 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:15,990 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,990 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.1999999999999966 2025-02-09 10:51:15,990 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:15,990 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:15,990 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:15,990 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,990 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:15,990 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:15,990 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.5499999999999998 2025-02-09 10:51:15,990 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:15,990 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:15,990 - card_creation - INFO - BP HR: 0 / ND HR: 0.55 2025-02-09 10:51:15,990 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,991 - card_creation - INFO - vL: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 57.3 2025-02-09 10:51:15,991 - card_creation - INFO - vR: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 45.95 2025-02-09 10:51:15,991 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 16.85 / Current Outs: 45.85 2025-02-09 10:51:15,991 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 31.05 / Current Outs: 60.05 2025-02-09 10:51:15,991 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,991 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,991 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,991 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,991 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,991 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,991 - card_creation - INFO - vL - All Hits: 16.15 / Other OB: 6.35 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:15,991 - card_creation - INFO - vR - All Hits: 9.6 / Other OB: 10.0 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:15,991 - card_creation - INFO - remaining singles: -0.10000000000000075 / total xbh: 7.1 2025-02-09 10:51:15,991 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.3499999999999996 2025-02-09 10:51:15,992 - card_creation - INFO - vL: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:15,992 - card_creation - INFO - vR: All Hits: 9.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:15,992 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:15,992 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:15,992 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-09 10:51:15,992 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:15,992 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:15,992 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:15,992 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-09 10:51:15,992 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:15,992 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,992 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-09 10:51:15,992 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:15,992 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:15,992 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,992 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:15,992 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:15,992 - card_creation - INFO - vL: All other OB: 6.35 / HBP: 0 / BB: 6.35 / Total Chances: 51.8 2025-02-09 10:51:15,992 - card_creation - INFO - vR: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 48.6 2025-02-09 10:51:15,992 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 35.6 / Current Outs: 64.6 2025-02-09 10:51:15,992 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 26.95 / Current Outs: 55.95 2025-02-09 10:51:15,992 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,992 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,992 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,992 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,992 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,992 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,993 - card_creation - INFO - vL - All Hits: 13.95 / Other OB: 13.9 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:15,993 - card_creation - INFO - vR - All Hits: 12.75 / Other OB: 9.45 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:15,993 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.199999999999999 2025-02-09 10:51:15,993 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.25 2025-02-09 10:51:15,993 - card_creation - INFO - vL: All Hits: 13.95 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:15,993 - card_creation - INFO - vR: All Hits: 12.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:15,993 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:15,993 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:15,993 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-09 10:51:15,993 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-09 10:51:15,993 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:15,993 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-09 10:51:15,993 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,993 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:15,993 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 1.0 / BB: 12.9 / Total Chances: 56.85 2025-02-09 10:51:15,993 - card_creation - INFO - vR: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 51.2 2025-02-09 10:51:15,993 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 21.05 / Current Outs: 50.05 2025-02-09 10:51:15,993 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 39.50000000000001 / Current Outs: 68.5 2025-02-09 10:51:15,993 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,993 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,993 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:15,993 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:15,993 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,994 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,994 - card_creation - INFO - vL - All Hits: 16.5 / Other OB: 12.75 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:15,994 - card_creation - INFO - vR - All Hits: 18.05 / Other OB: 11.4 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:15,994 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.550000000000001 2025-02-09 10:51:15,994 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.850000000000001 2025-02-09 10:51:15,994 - card_creation - INFO - vL: All Hits: 16.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:15,994 - card_creation - INFO - vR: All Hits: 18.05 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:15,994 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-09 10:51:15,994 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:15,994 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 3.3000000000000007 2025-02-09 10:51:15,994 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-09 10:51:15,994 - card_creation - INFO - raw hr chances: 3.3 2025-02-09 10:51:15,994 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.3 2025-02-09 10:51:15,994 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,994 - card_creation - INFO - hr%: 0.25 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:15,994 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:15,995 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1000000000000014 2025-02-09 10:51:15,995 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:15,995 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:15,995 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-09 10:51:15,995 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,995 - card_creation - INFO - vL: All other OB: 12.75 / HBP: 0 / BB: 12.75 / Total Chances: 58.25 2025-02-09 10:51:15,995 - card_creation - INFO - vR: All other OB: 11.4 / HBP: 0 / BB: 11.4 / Total Chances: 58.45 2025-02-09 10:51:15,995 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 27.200000000000003 / Current Outs: 56.2 2025-02-09 10:51:15,995 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 40.550000000000004 / Current Outs: 69.55 2025-02-09 10:51:15,995 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,995 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,995 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,995 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,995 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,995 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,995 - card_creation - INFO - vL - All Hits: 19.3 / Other OB: 9.0 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:15,995 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 12.4 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:15,996 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.200000000000001 2025-02-09 10:51:15,996 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.449999999999999 2025-02-09 10:51:15,996 - card_creation - INFO - vL: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:15,996 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:15,996 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:15,996 - card_creation - INFO - raw do chances: 7.2 2025-02-09 10:51:15,996 - card_creation - INFO - Double**: 7.2 / Double(cf): 0.0 / rem xbh: 8.881784197001252e-16 2025-02-09 10:51:15,996 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:15,996 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:15,996 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,996 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,996 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-09 10:51:15,996 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:15,996 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.0499999999999994 2025-02-09 10:51:15,996 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,996 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,996 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,996 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,996 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,996 - card_creation - INFO - vL: All other OB: 9.0 / HBP: 0 / BB: 9.0 / Total Chances: 57.3 2025-02-09 10:51:15,996 - card_creation - INFO - vR: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 59.35 2025-02-09 10:51:15,996 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 33.95 / Current Outs: 62.95 2025-02-09 10:51:15,996 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 38.550000000000004 / Current Outs: 67.55 2025-02-09 10:51:15,996 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:15,996 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:15,996 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,996 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,996 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,996 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,997 - card_creation - INFO - vL - All Hits: 16.35 / Other OB: 4.75 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:15,997 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 7.4 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:15,997 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.900000000000002 2025-02-09 10:51:15,997 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.75 2025-02-09 10:51:15,997 - card_creation - INFO - vL: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:15,997 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:15,997 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-09 10:51:15,997 - card_creation - INFO - raw do chances: 5.85 2025-02-09 10:51:15,997 - card_creation - INFO - Double**: 5.85 / Double(cf): 0.0 / rem xbh: 1.0500000000000025 2025-02-09 10:51:15,997 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:15,997 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:15,997 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:15,997 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:15,997 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:15,997 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:15,997 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:15,997 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 3.1 2025-02-09 10:51:15,997 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:15,997 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:15,997 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.1 2025-02-09 10:51:15,997 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,997 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 50.1 2025-02-09 10:51:15,997 - card_creation - INFO - vR: All other OB: 7.4 / HBP: 4.0 / BB: 3.4 / Total Chances: 54.55 2025-02-09 10:51:15,998 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 25.2 / Current Outs: 54.2 2025-02-09 10:51:15,998 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 32.550000000000004 / Current Outs: 61.55 2025-02-09 10:51:15,998 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,998 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,998 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,998 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,998 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,998 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:15,998 - card_creation - INFO - vL - All Hits: 21.8 / Other OB: 5.7 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:15,998 - card_creation - INFO - vR - All Hits: 15.4 / Other OB: 6.15 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:15,998 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8000000000000007 2025-02-09 10:51:15,998 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.8500000000000014 2025-02-09 10:51:15,998 - card_creation - INFO - vL: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 7.0 / Single CF: 0 2025-02-09 10:51:15,998 - card_creation - INFO - vR: All Hits: 15.4 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.25 / Single CF: 0 2025-02-09 10:51:15,998 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:15,999 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:15,999 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.3000000000000007 2025-02-09 10:51:15,999 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-09 10:51:15,999 - card_creation - INFO - raw hr chances: 0.3 2025-02-09 10:51:15,999 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:15,999 - card_creation - INFO - excess xbh: 0.3 2025-02-09 10:51:15,999 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-09 10:51:15,999 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:15,999 - card_creation - INFO - raw do chances: 1.75 2025-02-09 10:51:15,999 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 2.1000000000000014 2025-02-09 10:51:15,999 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:15,999 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:15,999 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:15,999 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:15,999 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 56.5 2025-02-09 10:51:15,999 - card_creation - INFO - vR: All other OB: 6.15 / HBP: 1.0 / BB: 5.15 / Total Chances: 50.55 2025-02-09 10:51:15,999 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 28.249999999999996 / Current Outs: 57.25 2025-02-09 10:51:15,999 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 41.800000000000004 / Current Outs: 70.8 2025-02-09 10:51:15,999 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:15,999 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:15,999 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:15,999 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:15,999 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:15,999 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,000 - card_creation - INFO - vL - All Hits: 14.45 / Other OB: 9.55 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,000 - card_creation - INFO - vR - All Hits: 22.15 / Other OB: 8.7 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,000 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.199999999999999 2025-02-09 10:51:16,000 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 8.75 2025-02-09 10:51:16,000 - card_creation - INFO - vL: All Hits: 14.45 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-09 10:51:16,000 - card_creation - INFO - vR: All Hits: 22.15 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,000 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-09 10:51:16,000 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,000 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-09 10:51:16,000 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-09 10:51:16,000 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:16,000 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,000 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-09 10:51:16,000 - card_creation - INFO - Passing 0.4500000000000002 xbh to double** 2025-02-09 10:51:16,000 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:16,000 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:16,000 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 5.25 2025-02-09 10:51:16,000 - card_creation - INFO - Triple: 0 / rem xbh: 5.25 2025-02-09 10:51:16,000 - card_creation - INFO - raw hr chances: 5.25 2025-02-09 10:51:16,000 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.25 2025-02-09 10:51:16,000 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,000 - card_creation - INFO - vL: All other OB: 9.55 / HBP: 5.0 / BB: 4.55 / Total Chances: 53.0 2025-02-09 10:51:16,000 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 0 / BB: 8.7 / Total Chances: 59.85 2025-02-09 10:51:16,000 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 14.4 / Current Outs: 43.4 2025-02-09 10:51:16,000 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 33.25000000000001 / Current Outs: 62.25 2025-02-09 10:51:16,000 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,000 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,000 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,000 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,000 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,000 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,001 - card_creation - INFO - vL - All Hits: 19.0 / Other OB: 16.0 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:16,001 - card_creation - INFO - vR - All Hits: 8.0 / Other OB: 6.1 / All Outs: 94.0 / Total: 29.0 2025-02-09 10:51:16,001 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.5 2025-02-09 10:51:16,001 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 1.6500000000000004 2025-02-09 10:51:16,001 - card_creation - INFO - vL: All Hits: 19.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,001 - card_creation - INFO - vR: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:16,001 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,001 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,001 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-09 10:51:16,001 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:16,001 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:16,001 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-09 10:51:16,001 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,001 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:16,001 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,001 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6500000000000004 2025-02-09 10:51:16,001 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:16,001 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:16,001 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-09 10:51:16,001 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,002 - card_creation - INFO - vL: All other OB: 16.0 / HBP: 0 / BB: 16.0 / Total Chances: 64.0 2025-02-09 10:51:16,002 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 43.1 2025-02-09 10:51:16,002 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 33.95 / Current Outs: 62.95 2025-02-09 10:51:16,002 - card_creation - INFO - vR: All Outs: 94.0 / Ks: 18.85 / Current Outs: 47.85 2025-02-09 10:51:16,002 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:16,002 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:16,002 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,002 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,002 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,002 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,002 - card_creation - INFO - vL - All Hits: 17.0 / Other OB: 13.4 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:16,002 - card_creation - INFO - vR - All Hits: 25.6 / Other OB: 15.35 / All Outs: 67.0 / Total: 29.0 2025-02-09 10:51:16,002 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 2.75 2025-02-09 10:51:16,003 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 14.200000000000003 2025-02-09 10:51:16,003 - card_creation - INFO - vL: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,003 - card_creation - INFO - vR: All Hits: 25.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 3.2 2025-02-09 10:51:16,003 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,003 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:16,003 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.6499999999999999 2025-02-09 10:51:16,003 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,003 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,003 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,003 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,003 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,003 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,003 - card_creation - INFO - raw do chances: 7.1 2025-02-09 10:51:16,003 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.1 / rem xbh: 7.100000000000003 2025-02-09 10:51:16,003 - card_creation - INFO - Triple: 0 / rem xbh: 7.1 2025-02-09 10:51:16,003 - card_creation - INFO - raw hr chances: 7.1 2025-02-09 10:51:16,003 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.1 2025-02-09 10:51:16,003 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,003 - card_creation - INFO - vL: All other OB: 13.4 / HBP: 0 / BB: 13.4 / Total Chances: 59.4 2025-02-09 10:51:16,003 - card_creation - INFO - vR: All other OB: 15.35 / HBP: 0 / BB: 15.35 / Total Chances: 69.95 2025-02-09 10:51:16,003 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 28.549999999999997 / Current Outs: 57.55 2025-02-09 10:51:16,003 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 25.599999999999998 / Current Outs: 54.6 2025-02-09 10:51:16,003 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,003 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,003 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,003 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,003 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,003 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,004 - card_creation - INFO - vL - All Hits: 14.65 / Other OB: 5.7 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,004 - card_creation - INFO - vR - All Hits: 7.35 / Other OB: 1.65 / All Outs: 99.0 / Total: 29.0 2025-02-09 10:51:16,004 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.2499999999999991 2025-02-09 10:51:16,004 - card_creation - INFO - remaining singles: 0.9000000000000004 / total xbh: 2.3499999999999996 2025-02-09 10:51:16,004 - card_creation - INFO - vL: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,004 - card_creation - INFO - vR: All Hits: 7.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,004 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,004 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,004 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.2499999999999991 2025-02-09 10:51:16,004 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:16,004 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:16,004 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,004 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:16,004 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-09 10:51:16,004 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-09 10:51:16,004 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:16,004 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.7499999999999996 2025-02-09 10:51:16,004 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:16,004 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:16,004 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,004 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:16,004 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:16,004 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 49.35 2025-02-09 10:51:16,004 - card_creation - INFO - vR: All other OB: 1.65 / HBP: 0 / BB: 1.65 / Total Chances: 38.0 2025-02-09 10:51:16,004 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 29.249999999999996 / Current Outs: 58.25 2025-02-09 10:51:16,004 - card_creation - INFO - vR: All Outs: 99.0 / Ks: 56.300000000000004 / Current Outs: 85.3 2025-02-09 10:51:16,005 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,005 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,005 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,005 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,005 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,005 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,005 - card_creation - INFO - vL - All Hits: 10.7 / Other OB: 13.5 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,005 - card_creation - INFO - vR - All Hits: 8.1 / Other OB: 7.55 / All Outs: 92.5 / Total: 29.0 2025-02-09 10:51:16,005 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.199999999999999 2025-02-09 10:51:16,005 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 3.0999999999999996 2025-02-09 10:51:16,005 - card_creation - INFO - vL: All Hits: 10.7 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:16,005 - card_creation - INFO - vR: All Hits: 8.1 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,005 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,006 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,006 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.999999999999999 2025-02-09 10:51:16,006 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-09 10:51:16,006 - card_creation - INFO - raw hr chances: 3.0 2025-02-09 10:51:16,006 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.0 2025-02-09 10:51:16,006 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,006 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,006 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:16,006 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.4999999999999996 2025-02-09 10:51:16,006 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:16,006 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:16,006 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-09 10:51:16,006 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,006 - card_creation - INFO - vL: All other OB: 13.5 / HBP: 2.0 / BB: 11.5 / Total Chances: 53.2 2025-02-09 10:51:16,006 - card_creation - INFO - vR: All other OB: 7.55 / HBP: 2.0 / BB: 5.55 / Total Chances: 44.65 2025-02-09 10:51:16,006 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 33.45 / Current Outs: 62.45 2025-02-09 10:51:16,006 - card_creation - INFO - vR: All Outs: 92.5 / Ks: 40.400000000000006 / Current Outs: 69.4 2025-02-09 10:51:16,006 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,006 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,006 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,006 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,006 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,006 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,007 - card_creation - INFO - vL - All Hits: 17.65 / Other OB: 20.2 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:16,007 - card_creation - INFO - vR - All Hits: 26.15 / Other OB: 3.75 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:16,007 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 12.649999999999999 2025-02-09 10:51:16,007 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 14.25 2025-02-09 10:51:16,007 - card_creation - INFO - vL: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-09 10:51:16,007 - card_creation - INFO - vR: All Hits: 26.15 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 0.0 / Single CF: 3.4 2025-02-09 10:51:16,007 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:16,007 - card_creation - INFO - raw do chances: 2.55 2025-02-09 10:51:16,007 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.55 / rem xbh: 10.099999999999998 2025-02-09 10:51:16,007 - card_creation - INFO - Triple: 0 / rem xbh: 10.1 2025-02-09 10:51:16,007 - card_creation - INFO - raw hr chances: 10.1 2025-02-09 10:51:16,007 - card_creation - INFO - BP HR: 0.0 / ND HR: 10.1 2025-02-09 10:51:16,007 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,007 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:16,007 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,007 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.7 / rem xbh: 8.55 2025-02-09 10:51:16,007 - card_creation - INFO - Triple: 0 / rem xbh: 8.55 2025-02-09 10:51:16,007 - card_creation - INFO - raw hr chances: 8.55 2025-02-09 10:51:16,007 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.55 2025-02-09 10:51:16,007 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,007 - card_creation - INFO - vL: All other OB: 20.2 / HBP: 0 / BB: 20.2 / Total Chances: 66.85 2025-02-09 10:51:16,007 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 58.9 2025-02-09 10:51:16,007 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 35.75 / Current Outs: 64.75 2025-02-09 10:51:16,007 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 30.200000000000003 / Current Outs: 59.2 2025-02-09 10:51:16,007 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,007 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,007 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,007 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,007 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,007 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,008 - card_creation - INFO - vL - All Hits: 18.35 / Other OB: 4.75 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:16,008 - card_creation - INFO - vR - All Hits: 26.5 / Other OB: 7.65 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,008 - card_creation - INFO - remaining singles: -0.25000000000000044 / total xbh: 5.250000000000002 2025-02-09 10:51:16,008 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 6.100000000000001 2025-02-09 10:51:16,008 - card_creation - INFO - vL: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,008 - card_creation - INFO - vR: All Hits: 26.5 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.7 / Single CF: 0 2025-02-09 10:51:16,008 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,008 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,008 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.14999999999999858 2025-02-09 10:51:16,008 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-09 10:51:16,008 - card_creation - INFO - raw hr chances: -0.15 2025-02-09 10:51:16,008 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,008 - card_creation - INFO - excess xbh: -0.15 2025-02-09 10:51:16,008 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,008 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:16,008 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7000000000000015 2025-02-09 10:51:16,008 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:16,008 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:16,008 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-09 10:51:16,008 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,008 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 52.25 2025-02-09 10:51:16,008 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 63.15 2025-02-09 10:51:16,009 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 6.200000000000001 / Current Outs: 35.2 2025-02-09 10:51:16,009 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 9.299999999999999 / Current Outs: 38.3 2025-02-09 10:51:16,009 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,009 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,009 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,009 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,009 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,009 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,009 - card_creation - INFO - vL - All Hits: 4.75 / Other OB: 5.4 / All Outs: 98.0 / Total: 29.0 2025-02-09 10:51:16,009 - card_creation - INFO - vR - All Hits: 19.25 / Other OB: 15.8 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:16,009 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9500000000000002 2025-02-09 10:51:16,009 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 9.6 2025-02-09 10:51:16,010 - card_creation - INFO - vL: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,010 - card_creation - INFO - vR: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.25 2025-02-09 10:51:16,010 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,010 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,010 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-09 10:51:16,010 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:16,010 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:16,010 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,010 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:16,010 - card_creation - INFO - Passing 0.95 xbh to single** 2025-02-09 10:51:16,010 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:16,010 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,010 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.3999999999999995 2025-02-09 10:51:16,010 - card_creation - INFO - Triple: 0 / rem xbh: 6.4 2025-02-09 10:51:16,010 - card_creation - INFO - raw hr chances: 6.4 2025-02-09 10:51:16,010 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.4000000000000004 2025-02-09 10:51:16,010 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,010 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 39.15 2025-02-09 10:51:16,010 - card_creation - INFO - vR: All other OB: 15.8 / HBP: 2.0 / BB: 13.8 / Total Chances: 64.05 2025-02-09 10:51:16,010 - card_creation - INFO - vL: All Outs: 98.0 / Ks: 39.550000000000004 / Current Outs: 68.55 2025-02-09 10:51:16,010 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 23.15 / Current Outs: 52.15 2025-02-09 10:51:16,010 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,010 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,010 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,010 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,010 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,010 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,011 - card_creation - INFO - vL - All Hits: 12.45 / Other OB: 7.55 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:16,011 - card_creation - INFO - vR - All Hits: 15.55 / Other OB: 16.2 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:16,011 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 3.0 2025-02-09 10:51:16,011 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.45 2025-02-09 10:51:16,011 - card_creation - INFO - vL: All Hits: 12.45 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,011 - card_creation - INFO - vR: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:16,011 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:16,011 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,011 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.8 2025-02-09 10:51:16,011 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:16,011 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:16,011 - card_creation - INFO - BP HR: 0 / ND HR: 1.8 2025-02-09 10:51:16,011 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,011 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,011 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:16,011 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: -0.04999999999999982 2025-02-09 10:51:16,011 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,011 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,011 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,011 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,011 - card_creation - INFO - vL: All other OB: 7.55 / HBP: 0 / BB: 7.55 / Total Chances: 49.0 2025-02-09 10:51:16,011 - card_creation - INFO - vR: All other OB: 16.2 / HBP: 3.0 / BB: 13.2 / Total Chances: 60.8 2025-02-09 10:51:16,011 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 25.400000000000002 / Current Outs: 54.4 2025-02-09 10:51:16,011 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 31.749999999999996 / Current Outs: 60.75 2025-02-09 10:51:16,011 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,011 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,011 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,011 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,011 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,012 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,012 - card_creation - INFO - vL - All Hits: 11.7 / Other OB: 9.75 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,012 - card_creation - INFO - vR - All Hits: 13.25 / Other OB: 10.5 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,012 - card_creation - INFO - remaining singles: 0.8499999999999996 / total xbh: 6.699999999999999 2025-02-09 10:51:16,012 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 3.9499999999999993 2025-02-09 10:51:16,012 - card_creation - INFO - vL: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,012 - card_creation - INFO - vR: All Hits: 13.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:16,012 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:16,012 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,012 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.299999999999999 2025-02-09 10:51:16,012 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-09 10:51:16,012 - card_creation - INFO - raw hr chances: 1.3 2025-02-09 10:51:16,012 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,012 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-09 10:51:16,012 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-09 10:51:16,012 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-09 10:51:16,012 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,012 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-09 10:51:16,012 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,012 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,013 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,013 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:16,013 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-09 10:51:16,013 - card_creation - INFO - vL: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 50.45 2025-02-09 10:51:16,013 - card_creation - INFO - vR: All other OB: 10.5 / HBP: 1.0 / BB: 9.5 / Total Chances: 52.75 2025-02-09 10:51:16,013 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 14.2 / Current Outs: 43.2 2025-02-09 10:51:16,013 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 24.450000000000003 / Current Outs: 53.45 2025-02-09 10:51:16,013 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,013 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,013 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,013 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,013 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,013 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,013 - card_creation - INFO - vL - All Hits: 28.95 / Other OB: 7.55 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:16,013 - card_creation - INFO - vR - All Hits: 25.95 / Other OB: 7.7 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:16,013 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.649999999999997 2025-02-09 10:51:16,014 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 10.750000000000002 2025-02-09 10:51:16,014 - card_creation - INFO - vL: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 9.15 / Single 1: 9.15 / Single CF: 0 2025-02-09 10:51:16,014 - card_creation - INFO - vR: All Hits: 25.95 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,014 - card_creation - INFO - hr%: 0.00 / tr%: 0.55 / do%: 0.45 2025-02-09 10:51:16,014 - card_creation - INFO - raw do chances: 2.55 2025-02-09 10:51:16,014 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 3.099999999999997 2025-02-09 10:51:16,014 - card_creation - INFO - Triple: 1.7 / rem xbh: 1.4 2025-02-09 10:51:16,014 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:16,014 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,014 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:16,014 - card_creation - INFO - Passing 0.3999999999999999 xbh to triple 2025-02-09 10:51:16,014 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,014 - card_creation - INFO - raw do chances: 6.45 2025-02-09 10:51:16,014 - card_creation - INFO - Double**: 6.45 / Double(cf): 0.0 / rem xbh: 4.300000000000002 2025-02-09 10:51:16,014 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-09 10:51:16,014 - card_creation - INFO - raw hr chances: 4.3 2025-02-09 10:51:16,014 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3 2025-02-09 10:51:16,014 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,014 - card_creation - INFO - vL: All other OB: 7.55 / HBP: 0 / BB: 7.55 / Total Chances: 65.5 2025-02-09 10:51:16,014 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 1.0 / BB: 6.7 / Total Chances: 62.65 2025-02-09 10:51:16,014 - card_creation - INFO - vL: All Outs: 71.5 / Ks: 6.400000000000001 / Current Outs: 35.4 2025-02-09 10:51:16,014 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-09 10:51:16,014 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,014 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,014 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,014 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,014 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,014 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,015 - card_creation - INFO - vL - All Hits: 11.0 / Other OB: 16.15 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,015 - card_creation - INFO - vR - All Hits: 18.0 / Other OB: 7.8 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,015 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.4000000000000004 2025-02-09 10:51:16,015 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 9.200000000000001 2025-02-09 10:51:16,015 - card_creation - INFO - vL: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:16,015 - card_creation - INFO - vR: All Hits: 18.0 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,015 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,015 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:16,015 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 4.440892098500626e-16 2025-02-09 10:51:16,015 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,015 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,015 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,015 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,015 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,015 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,015 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 4.450000000000001 2025-02-09 10:51:16,015 - card_creation - INFO - Triple: 0 / rem xbh: 4.45 2025-02-09 10:51:16,015 - card_creation - INFO - raw hr chances: 4.45 2025-02-09 10:51:16,015 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.45 2025-02-09 10:51:16,015 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,015 - card_creation - INFO - vL: All other OB: 16.15 / HBP: 0 / BB: 16.15 / Total Chances: 56.15 2025-02-09 10:51:16,015 - card_creation - INFO - vR: All other OB: 7.8 / HBP: 0 / BB: 7.8 / Total Chances: 54.8 2025-02-09 10:51:16,015 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-09 10:51:16,015 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 21.15 / Current Outs: 50.15 2025-02-09 10:51:16,015 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,016 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,016 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,016 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,016 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,016 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,016 - card_creation - INFO - vL - All Hits: 35.45 / Other OB: 8.6 / All Outs: 64.0 / Total: 29.0 2025-02-09 10:51:16,016 - card_creation - INFO - vR - All Hits: 18.7 / Other OB: 1.5 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:16,016 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.150000000000004 2025-02-09 10:51:16,016 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 6.0 2025-02-09 10:51:16,016 - card_creation - INFO - vL: All Hits: 35.45 / BP Singles: 5.0 / Single 2: 10.65 / Single 1: 0.0 / Single CF: 10.65 2025-02-09 10:51:16,016 - card_creation - INFO - vR: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:16,016 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:16,016 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,016 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 9.150000000000004 2025-02-09 10:51:16,016 - card_creation - INFO - Triple: 0 / rem xbh: 9.15 2025-02-09 10:51:16,016 - card_creation - INFO - raw hr chances: 9.15 2025-02-09 10:51:16,016 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.15 2025-02-09 10:51:16,017 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,017 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:16,017 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,017 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 4.8 2025-02-09 10:51:16,017 - card_creation - INFO - Triple: 0 / rem xbh: 4.8 2025-02-09 10:51:16,017 - card_creation - INFO - raw hr chances: 4.8 2025-02-09 10:51:16,017 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.8 2025-02-09 10:51:16,017 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,017 - card_creation - INFO - vL: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 73.05 2025-02-09 10:51:16,017 - card_creation - INFO - vR: All other OB: 1.5 / HBP: 0 / BB: 1.5 / Total Chances: 49.2 2025-02-09 10:51:16,017 - card_creation - INFO - vL: All Outs: 64.0 / Ks: 31.349999999999998 / Current Outs: 60.35 2025-02-09 10:51:16,017 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-09 10:51:16,017 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,017 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,017 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,017 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,017 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,017 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,017 - card_creation - INFO - vL - All Hits: 17.45 / Other OB: 8.25 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:16,018 - card_creation - INFO - vR - All Hits: 19.4 / Other OB: 7.95 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,018 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.0 2025-02-09 10:51:16,018 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.149999999999999 2025-02-09 10:51:16,018 - card_creation - INFO - vL: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,018 - card_creation - INFO - vR: All Hits: 19.4 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:16,018 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:16,018 - card_creation - INFO - raw do chances: 4.8 2025-02-09 10:51:16,018 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 1.2000000000000002 2025-02-09 10:51:16,018 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,018 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,018 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,018 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:16,018 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-09 10:51:16,018 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,018 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,018 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.9499999999999984 2025-02-09 10:51:16,018 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-09 10:51:16,018 - card_creation - INFO - raw hr chances: 2.95 2025-02-09 10:51:16,018 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-09 10:51:16,018 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,018 - card_creation - INFO - vL: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 54.7 2025-02-09 10:51:16,018 - card_creation - INFO - vR: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 56.35 2025-02-09 10:51:16,018 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 30.699999999999996 / Current Outs: 59.7 2025-02-09 10:51:16,018 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 22.0 / Current Outs: 51.0 2025-02-09 10:51:16,018 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,018 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,018 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,018 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,018 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,018 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,019 - card_creation - INFO - vL - All Hits: 9.25 / Other OB: 14.15 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,019 - card_creation - INFO - vR - All Hits: 18.55 / Other OB: 5.1 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,019 - card_creation - INFO - remaining singles: 0.9000000000000004 / total xbh: 4.25 2025-02-09 10:51:16,019 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.550000000000002 2025-02-09 10:51:16,019 - card_creation - INFO - vL: All Hits: 9.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,019 - card_creation - INFO - vR: All Hits: 18.55 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,019 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,019 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,019 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-09 10:51:16,019 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:16,019 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:16,019 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,019 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,019 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,019 - card_creation - INFO - raw do chances: 6.2 2025-02-09 10:51:16,019 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 3.3500000000000023 2025-02-09 10:51:16,019 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-09 10:51:16,019 - card_creation - INFO - raw hr chances: 3.35 2025-02-09 10:51:16,019 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.35 2025-02-09 10:51:16,019 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,019 - card_creation - INFO - vL: All other OB: 14.15 / HBP: 0 / BB: 14.15 / Total Chances: 52.4 2025-02-09 10:51:16,019 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 52.65 2025-02-09 10:51:16,019 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 48.800000000000004 / Current Outs: 77.8 2025-02-09 10:51:16,019 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 27.849999999999998 / Current Outs: 56.85 2025-02-09 10:51:16,020 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,020 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,020 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,020 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,020 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,020 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,020 - card_creation - INFO - vL - All Hits: 16.5 / Other OB: 14.15 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:16,020 - card_creation - INFO - vR - All Hits: 10.4 / Other OB: 8.5 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:16,020 - card_creation - INFO - remaining singles: 0.9500000000000004 / total xbh: 10.3 2025-02-09 10:51:16,020 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.5999999999999996 2025-02-09 10:51:16,020 - card_creation - INFO - vL: All Hits: 16.5 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 0 2025-02-09 10:51:16,020 - card_creation - INFO - vR: All Hits: 10.4 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,020 - card_creation - INFO - hr%: 0.95 / tr%: 0.00 / do%: 0.05 2025-02-09 10:51:16,021 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,021 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 10.3 2025-02-09 10:51:16,021 - card_creation - INFO - Triple: 0 / rem xbh: 10.3 2025-02-09 10:51:16,021 - card_creation - INFO - raw hr chances: 10.3 2025-02-09 10:51:16,021 - card_creation - INFO - BP HR: 0.0 / ND HR: 10.3 2025-02-09 10:51:16,021 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,021 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:16,021 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,021 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-09 10:51:16,021 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:16,021 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:16,021 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,021 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:16,021 - card_creation - INFO - vL: All other OB: 14.15 / HBP: 0 / BB: 14.15 / Total Chances: 59.65 2025-02-09 10:51:16,021 - card_creation - INFO - vR: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 48.3 2025-02-09 10:51:16,021 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 12.799999999999997 / Current Outs: 41.8 2025-02-09 10:51:16,021 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 27.45 / Current Outs: 56.45 2025-02-09 10:51:16,021 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,021 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,021 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,021 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,021 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,021 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,022 - card_creation - INFO - vL - All Hits: 31.75 / Other OB: 7.5 / All Outs: 69.0 / Total: 29.0 2025-02-09 10:51:16,022 - card_creation - INFO - vR - All Hits: 21.15 / Other OB: 14.75 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:16,022 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.9999999999999982 2025-02-09 10:51:16,022 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 8.45 2025-02-09 10:51:16,022 - card_creation - INFO - vL: All Hits: 31.75 / BP Singles: 5.0 / Single 2: 11.9 / Single 1: 11.85 / Single CF: 0 2025-02-09 10:51:16,022 - card_creation - INFO - vR: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:16,022 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,022 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,022 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.20000000000000195 2025-02-09 10:51:16,022 - card_creation - INFO - Triple: 0 / rem xbh: -0.2 2025-02-09 10:51:16,022 - card_creation - INFO - raw hr chances: -0.2 2025-02-09 10:51:16,022 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,022 - card_creation - INFO - excess xbh: -0.2 2025-02-09 10:51:16,022 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,022 - card_creation - INFO - raw do chances: 6.75 2025-02-09 10:51:16,022 - card_creation - INFO - Double**: 6.75 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-09 10:51:16,022 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:16,022 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:16,022 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-09 10:51:16,022 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,022 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 2.0 / BB: 5.5 / Total Chances: 68.45 2025-02-09 10:51:16,022 - card_creation - INFO - vR: All other OB: 14.75 / HBP: 0 / BB: 14.75 / Total Chances: 64.9 2025-02-09 10:51:16,022 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 14.45 / Current Outs: 43.45 2025-02-09 10:51:16,022 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 27.200000000000003 / Current Outs: 56.2 2025-02-09 10:51:16,022 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,022 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,022 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,022 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,022 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,022 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,023 - card_creation - INFO - vL - All Hits: 21.6 / Other OB: 8.75 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:16,023 - card_creation - INFO - vR - All Hits: 23.75 / Other OB: 7.4 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,023 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.100000000000001 2025-02-09 10:51:16,023 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 10.350000000000001 2025-02-09 10:51:16,023 - card_creation - INFO - vL: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,023 - card_creation - INFO - vR: All Hits: 23.75 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,023 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:16,023 - card_creation - INFO - raw do chances: 6.35 2025-02-09 10:51:16,023 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 2.7500000000000018 2025-02-09 10:51:16,023 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-09 10:51:16,023 - card_creation - INFO - raw hr chances: 2.75 2025-02-09 10:51:16,023 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-09 10:51:16,023 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,023 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,023 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,023 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 4.650000000000001 2025-02-09 10:51:16,023 - card_creation - INFO - Triple: 0 / rem xbh: 4.65 2025-02-09 10:51:16,023 - card_creation - INFO - raw hr chances: 4.65 2025-02-09 10:51:16,023 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.65 2025-02-09 10:51:16,023 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,023 - card_creation - INFO - vL: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 59.35 2025-02-09 10:51:16,024 - card_creation - INFO - vR: All other OB: 7.4 / HBP: 2.0 / BB: 5.4 / Total Chances: 60.15 2025-02-09 10:51:16,024 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 20.2 / Current Outs: 49.2 2025-02-09 10:51:16,024 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 25.55 / Current Outs: 54.55 2025-02-09 10:51:16,024 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,024 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,024 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,024 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,024 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,024 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,024 - card_creation - INFO - vL - All Hits: 17.15 / Other OB: 14.7 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:16,024 - card_creation - INFO - vR - All Hits: 29.25 / Other OB: 13.55 / All Outs: 65.0 / Total: 29.0 2025-02-09 10:51:16,024 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 12.149999999999999 2025-02-09 10:51:16,024 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.900000000000002 2025-02-09 10:51:16,024 - card_creation - INFO - vL: All Hits: 17.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-09 10:51:16,024 - card_creation - INFO - vR: All Hits: 29.25 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.65 / Single CF: 0 2025-02-09 10:51:16,025 - card_creation - INFO - hr%: 0.70 / tr%: 0.10 / do%: 0.25 2025-02-09 10:51:16,025 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,025 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 8.95 2025-02-09 10:51:16,025 - card_creation - INFO - Triple: 0 / rem xbh: 8.95 2025-02-09 10:51:16,025 - card_creation - INFO - raw hr chances: 8.95 2025-02-09 10:51:16,025 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.95 2025-02-09 10:51:16,025 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,025 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:16,025 - card_creation - INFO - raw do chances: 8.0 2025-02-09 10:51:16,025 - card_creation - INFO - Double**: 8.0 / Double(cf): 0.0 / rem xbh: 0.9000000000000021 2025-02-09 10:51:16,025 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:16,025 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:16,025 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,025 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:16,025 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-09 10:51:16,025 - card_creation - INFO - vL: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 60.85 2025-02-09 10:51:16,025 - card_creation - INFO - vR: All other OB: 13.55 / HBP: 4.0 / BB: 9.55 / Total Chances: 71.8 2025-02-09 10:51:16,025 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 19.25 / Current Outs: 48.25 2025-02-09 10:51:16,025 - card_creation - INFO - vR: All Outs: 65.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-09 10:51:16,025 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,025 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,025 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:16,025 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:16,025 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,025 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,026 - card_creation - INFO - vL - All Hits: 16.5 / Other OB: 26.7 / All Outs: 65.0 / Total: 29.0 2025-02-09 10:51:16,026 - card_creation - INFO - vR - All Hits: 6.3 / Other OB: 18.0 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,026 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 2.0 2025-02-09 10:51:16,026 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.5000000000000004 2025-02-09 10:51:16,026 - card_creation - INFO - vL: All Hits: 16.5 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,026 - card_creation - INFO - vR: All Hits: 6.3 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,026 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,026 - card_creation - INFO - raw do chances: 1.05 2025-02-09 10:51:16,026 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.95 2025-02-09 10:51:16,026 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:16,026 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:16,026 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,026 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:16,026 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:16,026 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,026 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:16,026 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-09 10:51:16,026 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-09 10:51:16,026 - card_creation - INFO - raw hr chances: 0.4 2025-02-09 10:51:16,026 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,026 - card_creation - INFO - excess xbh: 0.4 2025-02-09 10:51:16,026 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-09 10:51:16,026 - card_creation - INFO - vL: All other OB: 26.7 / HBP: 1.0 / BB: 25.7 / Total Chances: 72.2 2025-02-09 10:51:16,026 - card_creation - INFO - vR: All other OB: 18.0 / HBP: 0 / BB: 18.0 / Total Chances: 53.3 2025-02-09 10:51:16,026 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 14.25 / Current Outs: 43.25 2025-02-09 10:51:16,026 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 50.95 / Current Outs: 79.95 2025-02-09 10:51:16,026 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,026 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,027 - card_creation - INFO - Remaining outs: 0.9000000000000057 2025-02-09 10:51:16,027 - card_creation - INFO - Passing 0.9000000000000057 outs to strikeouts 2025-02-09 10:51:16,027 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,027 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,027 - card_creation - INFO - vL - All Hits: 21.2 / Other OB: 9.75 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,027 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 7.65 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,027 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 11.8 2025-02-09 10:51:16,027 - card_creation - INFO - remaining singles: -0.25000000000000044 / total xbh: 5.4 2025-02-09 10:51:16,027 - card_creation - INFO - vL: All Hits: 21.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 0.0 / Single CF: 2.2 2025-02-09 10:51:16,027 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,027 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:16,027 - card_creation - INFO - raw do chances: 5.9 2025-02-09 10:51:16,027 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.9 / rem xbh: 5.9 2025-02-09 10:51:16,027 - card_creation - INFO - Triple: 0 / rem xbh: 5.9 2025-02-09 10:51:16,027 - card_creation - INFO - raw hr chances: 5.9 2025-02-09 10:51:16,027 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.9000000000000004 2025-02-09 10:51:16,027 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,028 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:16,028 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,028 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.5000000000000004 2025-02-09 10:51:16,028 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-09 10:51:16,028 - card_creation - INFO - raw hr chances: 3.5 2025-02-09 10:51:16,028 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-09 10:51:16,028 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,028 - card_creation - INFO - vL: All other OB: 9.75 / HBP: 2.0 / BB: 7.75 / Total Chances: 59.95 2025-02-09 10:51:16,028 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 55.15 2025-02-09 10:51:16,028 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 23.2 / Current Outs: 52.2 2025-02-09 10:51:16,028 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-09 10:51:16,028 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,028 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,028 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,028 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,028 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,028 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,028 - card_creation - INFO - vL - All Hits: 9.5 / Other OB: 7.7 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:16,029 - card_creation - INFO - vR - All Hits: 10.85 / Other OB: 16.9 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,029 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-09 10:51:16,029 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.549999999999999 2025-02-09 10:51:16,029 - card_creation - INFO - vL: All Hits: 9.5 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:16,029 - card_creation - INFO - vR: All Hits: 10.85 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:16,029 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-09 10:51:16,029 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,029 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.649999999999999 2025-02-09 10:51:16,029 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,029 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,029 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,029 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,029 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,029 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 46.2 2025-02-09 10:51:16,029 - card_creation - INFO - vR: All other OB: 16.9 / HBP: 2.0 / BB: 14.9 / Total Chances: 56.75 2025-02-09 10:51:16,029 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 12.249999999999998 / Current Outs: 41.25 2025-02-09 10:51:16,029 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-09 10:51:16,029 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,029 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,029 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:16,029 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:16,029 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,029 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,030 - card_creation - INFO - vL - All Hits: 26.15 / Other OB: 6.15 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:16,030 - card_creation - INFO - vR - All Hits: 19.3 / Other OB: 5.9 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,030 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.599999999999998 2025-02-09 10:51:16,030 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.850000000000001 2025-02-09 10:51:16,030 - card_creation - INFO - vL: All Hits: 26.15 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.75 / Single CF: 0 2025-02-09 10:51:16,030 - card_creation - INFO - vR: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,030 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:16,030 - card_creation - INFO - raw do chances: 6.7 2025-02-09 10:51:16,030 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 2.8999999999999977 2025-02-09 10:51:16,030 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-09 10:51:16,030 - card_creation - INFO - raw hr chances: 2.9 2025-02-09 10:51:16,030 - card_creation - INFO - BP HR: 0.0 / ND HR: 2.9 2025-02-09 10:51:16,030 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,030 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,030 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,030 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6000000000000014 2025-02-09 10:51:16,030 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-09 10:51:16,030 - card_creation - INFO - raw hr chances: 2.6 2025-02-09 10:51:16,030 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.6 2025-02-09 10:51:16,030 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,030 - card_creation - INFO - vL: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 61.3 2025-02-09 10:51:16,030 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 54.2 2025-02-09 10:51:16,030 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 25.799999999999997 / Current Outs: 54.8 2025-02-09 10:51:16,030 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 24.049999999999997 / Current Outs: 53.05 2025-02-09 10:51:16,030 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,030 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,031 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,031 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,031 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,031 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,031 - card_creation - INFO - vL - All Hits: 13.6 / Other OB: 14.05 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,031 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 5.95 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,031 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.6000000000000005 2025-02-09 10:51:16,031 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.7 2025-02-09 10:51:16,031 - card_creation - INFO - vL: All Hits: 13.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,031 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.65 2025-02-09 10:51:16,031 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,031 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,031 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6000000000000005 2025-02-09 10:51:16,031 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-09 10:51:16,031 - card_creation - INFO - raw hr chances: 0.6 2025-02-09 10:51:16,031 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,031 - card_creation - INFO - excess xbh: 0.6 2025-02-09 10:51:16,031 - card_creation - INFO - Passing 0.6 xbh to single** 2025-02-09 10:51:16,032 - card_creation - INFO - hr%: 0.95 / tr%: 0.00 / do%: 0.05 2025-02-09 10:51:16,032 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,032 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.7 2025-02-09 10:51:16,032 - card_creation - INFO - Triple: 0 / rem xbh: 8.7 2025-02-09 10:51:16,032 - card_creation - INFO - raw hr chances: 8.7 2025-02-09 10:51:16,032 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.7 2025-02-09 10:51:16,032 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,032 - card_creation - INFO - vL: All other OB: 14.05 / HBP: 0 / BB: 14.05 / Total Chances: 56.65 2025-02-09 10:51:16,032 - card_creation - INFO - vR: All other OB: 5.95 / HBP: 0 / BB: 5.95 / Total Chances: 50.3 2025-02-09 10:51:16,032 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 33.900000000000006 / Current Outs: 62.9 2025-02-09 10:51:16,032 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 25.0 / Current Outs: 54.0 2025-02-09 10:51:16,032 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,032 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,032 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,032 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,032 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,032 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,032 - card_creation - INFO - vL - All Hits: 22.6 / Other OB: 16.9 / All Outs: 68.5 / Total: 29.0 2025-02-09 10:51:16,033 - card_creation - INFO - vR - All Hits: 11.6 / Other OB: 11.7 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,033 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.25 2025-02-09 10:51:16,033 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 1.9999999999999982 2025-02-09 10:51:16,033 - card_creation - INFO - vL: All Hits: 22.6 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.15 / Single CF: 0 2025-02-09 10:51:16,033 - card_creation - INFO - vR: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,033 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,033 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,033 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,033 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,033 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9999999999999982 2025-02-09 10:51:16,033 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-09 10:51:16,033 - card_creation - INFO - raw hr chances: 2.0 2025-02-09 10:51:16,033 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,033 - card_creation - INFO - vL: All other OB: 16.9 / HBP: 0 / BB: 16.9 / Total Chances: 68.5 2025-02-09 10:51:16,033 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 52.3 2025-02-09 10:51:16,033 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 49.05000000000001 / Current Outs: 78.05 2025-02-09 10:51:16,033 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 54.25 / Current Outs: 83.25 2025-02-09 10:51:16,033 - card_creation - INFO - Remaining outs: -9.549999999999997 2025-02-09 10:51:16,033 - card_creation - INFO - Passing -9.549999999999997 outs to strikeouts 2025-02-09 10:51:16,033 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,033 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,033 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,033 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,034 - card_creation - INFO - vL - All Hits: 10.5 / Other OB: 18.1 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:16,034 - card_creation - INFO - vR - All Hits: 24.05 / Other OB: 7.35 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:16,034 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.1999999999999993 2025-02-09 10:51:16,034 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.249999999999998 2025-02-09 10:51:16,034 - card_creation - INFO - vL: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:16,034 - card_creation - INFO - vR: All Hits: 24.05 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-09 10:51:16,034 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,034 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:16,034 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-09 10:51:16,034 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:16,034 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:16,034 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,034 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:16,034 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:16,034 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:16,034 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,034 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.9999999999999982 2025-02-09 10:51:16,034 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-09 10:51:16,034 - card_creation - INFO - raw hr chances: 4.0 2025-02-09 10:51:16,034 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.0 2025-02-09 10:51:16,034 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,034 - card_creation - INFO - vL: All other OB: 18.1 / HBP: 0 / BB: 18.1 / Total Chances: 57.6 2025-02-09 10:51:16,034 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 0 / BB: 7.35 / Total Chances: 60.4 2025-02-09 10:51:16,034 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 9.85 / Current Outs: 38.85 2025-02-09 10:51:16,034 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 18.6 / Current Outs: 47.6 2025-02-09 10:51:16,034 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,034 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,035 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,035 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,035 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,035 - card_creation - INFO - vL - All Hits: 0.0 / Other OB: 4.2 / All Outs: 104.0 / Total: 29.0 2025-02-09 10:51:16,035 - card_creation - INFO - vR - All Hits: 18.3 / Other OB: 8.45 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,035 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 4.900000000000002 2025-02-09 10:51:16,035 - card_creation - INFO - vL: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,035 - card_creation - INFO - vR: All Hits: 18.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,035 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,035 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,035 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,035 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:16,035 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:16,035 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 1.4000000000000021 2025-02-09 10:51:16,036 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:16,036 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:16,036 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,036 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:16,036 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-09 10:51:16,036 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 33.2 2025-02-09 10:51:16,036 - card_creation - INFO - vR: All other OB: 8.45 / HBP: 0 / BB: 8.45 / Total Chances: 55.75 2025-02-09 10:51:16,036 - card_creation - INFO - vL: All Outs: 104.0 / Ks: 31.749999999999996 / Current Outs: 60.75 2025-02-09 10:51:16,036 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 19.5 / Current Outs: 48.5 2025-02-09 10:51:16,036 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,036 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,036 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,036 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,036 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,036 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,036 - card_creation - INFO - vL - All Hits: 4.75 / Other OB: 4.2 / All Outs: 99.0 / Total: 29.0 2025-02-09 10:51:16,036 - card_creation - INFO - vR - All Hits: 27.35 / Other OB: 9.05 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:16,037 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.9500000000000002 2025-02-09 10:51:16,037 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.3 2025-02-09 10:51:16,037 - card_creation - INFO - vL: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-09 10:51:16,037 - card_creation - INFO - vR: All Hits: 27.35 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.55 / Single CF: 0 2025-02-09 10:51:16,037 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-09 10:51:16,037 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:16,037 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.7000000000000002 2025-02-09 10:51:16,037 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:16,037 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:16,037 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,037 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:16,037 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-09 10:51:16,037 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,037 - card_creation - INFO - raw do chances: 7.45 2025-02-09 10:51:16,037 - card_creation - INFO - Double**: 7.45 / Double(cf): 0.0 / rem xbh: 1.8500000000000005 2025-02-09 10:51:16,037 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:16,037 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:16,037 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,037 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-09 10:51:16,037 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 37.95 2025-02-09 10:51:16,037 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 0 / BB: 9.05 / Total Chances: 65.55 2025-02-09 10:51:16,037 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 14.75 / Current Outs: 43.75 2025-02-09 10:51:16,037 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 12.899999999999999 / Current Outs: 41.9 2025-02-09 10:51:16,037 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,037 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,037 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,037 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,037 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,037 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,038 - card_creation - INFO - vL - All Hits: 30.6 / Other OB: 16.6 / All Outs: 61.0 / Total: 29.0 2025-02-09 10:51:16,038 - card_creation - INFO - vR - All Hits: 13.0 / Other OB: 7.1 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:16,038 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-09 10:51:16,038 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 3.4000000000000004 2025-02-09 10:51:16,038 - card_creation - INFO - vL: All Hits: 30.6 / BP Singles: 5.0 / Single 2: 10.8 / Single 1: 10.8 / Single CF: 0 2025-02-09 10:51:16,038 - card_creation - INFO - vR: All Hits: 13.0 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,038 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,038 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,038 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: -0.20000000000000018 2025-02-09 10:51:16,038 - card_creation - INFO - Triple: 0 / rem xbh: -0.2 2025-02-09 10:51:16,038 - card_creation - INFO - raw hr chances: -0.2 2025-02-09 10:51:16,038 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,038 - card_creation - INFO - excess xbh: -0.2 2025-02-09 10:51:16,038 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:16,038 - card_creation - INFO - raw do chances: 1.7 2025-02-09 10:51:16,038 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 1.7000000000000004 2025-02-09 10:51:16,038 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:16,038 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:16,038 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,038 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-09 10:51:16,038 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 2.0 / BB: 14.6 / Total Chances: 76.4 2025-02-09 10:51:16,038 - card_creation - INFO - vR: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 49.4 2025-02-09 10:51:16,038 - card_creation - INFO - vL: All Outs: 61.0 / Ks: 11.350000000000001 / Current Outs: 40.35 2025-02-09 10:51:16,038 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 17.849999999999998 / Current Outs: 46.85 2025-02-09 10:51:16,039 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:16,039 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:16,039 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,039 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,039 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,039 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,039 - card_creation - INFO - vL - All Hits: 16.65 / Other OB: 10.35 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,039 - card_creation - INFO - vR - All Hits: 17.75 / Other OB: 8.7 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,039 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.25 2025-02-09 10:51:16,039 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.25 2025-02-09 10:51:16,039 - card_creation - INFO - vL: All Hits: 16.65 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,039 - card_creation - INFO - vR: All Hits: 17.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:16,039 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:16,039 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:16,040 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.0499999999999998 2025-02-09 10:51:16,040 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-09 10:51:16,040 - card_creation - INFO - raw hr chances: 1.05 2025-02-09 10:51:16,040 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,040 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-09 10:51:16,040 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-09 10:51:16,040 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,040 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,040 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.5 2025-02-09 10:51:16,040 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-09 10:51:16,040 - card_creation - INFO - raw hr chances: 3.5 2025-02-09 10:51:16,040 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-09 10:51:16,040 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,040 - card_creation - INFO - vL: All other OB: 10.35 / HBP: 0 / BB: 10.35 / Total Chances: 56.0 2025-02-09 10:51:16,040 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 55.45 2025-02-09 10:51:16,040 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.6 / Current Outs: 48.6 2025-02-09 10:51:16,040 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 28.25 / Current Outs: 57.25 2025-02-09 10:51:16,040 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,040 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,040 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,040 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,040 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,040 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,041 - card_creation - INFO - vL - All Hits: 15.65 / Other OB: 5.7 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,041 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 2.75 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,041 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.65 2025-02-09 10:51:16,041 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.0 2025-02-09 10:51:16,041 - card_creation - INFO - vL: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,041 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,041 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.85 2025-02-09 10:51:16,041 - card_creation - INFO - raw do chances: 4.8 2025-02-09 10:51:16,041 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 0.8500000000000005 2025-02-09 10:51:16,041 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:16,041 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:16,041 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,041 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:16,041 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:16,041 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:16,041 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,041 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 3.25 2025-02-09 10:51:16,041 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-09 10:51:16,041 - card_creation - INFO - raw hr chances: 3.25 2025-02-09 10:51:16,041 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.25 2025-02-09 10:51:16,041 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,041 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 50.35 2025-02-09 10:51:16,041 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 50.25 2025-02-09 10:51:16,041 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 24.25 / Current Outs: 53.25 2025-02-09 10:51:16,041 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 25.2 / Current Outs: 54.2 2025-02-09 10:51:16,041 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,041 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,041 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,041 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,041 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,041 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,042 - card_creation - INFO - vL - All Hits: 21.4 / Other OB: 15.45 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:16,042 - card_creation - INFO - vR - All Hits: 13.45 / Other OB: 1.9 / All Outs: 92.5 / Total: 29.0 2025-02-09 10:51:16,042 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6999999999999993 2025-02-09 10:51:16,042 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.449999999999999 2025-02-09 10:51:16,042 - card_creation - INFO - vL: All Hits: 21.4 / BP Singles: 5.0 / Single 2: 7.35 / Single 1: 7.35 / Single CF: 0 2025-02-09 10:51:16,042 - card_creation - INFO - vR: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:16,042 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,042 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,042 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.49999999999999933 2025-02-09 10:51:16,042 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:16,042 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:16,042 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,042 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:16,042 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:16,042 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:16,042 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,042 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.9499999999999993 2025-02-09 10:51:16,042 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:16,042 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:16,042 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,042 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:16,042 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:16,043 - card_creation - INFO - vL: All other OB: 15.45 / HBP: 0 / BB: 15.45 / Total Chances: 65.85 2025-02-09 10:51:16,043 - card_creation - INFO - vR: All other OB: 1.9 / HBP: 0 / BB: 1.9 / Total Chances: 44.35 2025-02-09 10:51:16,043 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 24.500000000000004 / Current Outs: 53.5 2025-02-09 10:51:16,043 - card_creation - INFO - vR: All Outs: 92.5 / Ks: 43.050000000000004 / Current Outs: 72.05 2025-02-09 10:51:16,043 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:16,043 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:16,043 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,043 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,043 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,043 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,043 - card_creation - INFO - vL - All Hits: 23.9 / Other OB: 6.35 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:16,043 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 5.4 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:16,043 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.5 2025-02-09 10:51:16,044 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 5.399999999999999 2025-02-09 10:51:16,044 - card_creation - INFO - vL: All Hits: 23.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,044 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,044 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:16,044 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,044 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.3 2025-02-09 10:51:16,044 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-09 10:51:16,044 - card_creation - INFO - raw hr chances: 3.3 2025-02-09 10:51:16,044 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-09 10:51:16,044 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,044 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:16,044 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:16,044 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.1999999999999984 2025-02-09 10:51:16,044 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-09 10:51:16,044 - card_creation - INFO - raw hr chances: 3.2 2025-02-09 10:51:16,044 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.2 2025-02-09 10:51:16,044 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,044 - card_creation - INFO - vL: All other OB: 6.35 / HBP: 0 / BB: 6.35 / Total Chances: 59.25 2025-02-09 10:51:16,044 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 54.3 2025-02-09 10:51:16,044 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 19.599999999999998 / Current Outs: 48.6 2025-02-09 10:51:16,044 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 19.549999999999997 / Current Outs: 48.55 2025-02-09 10:51:16,044 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,044 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,044 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,044 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,044 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,044 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,045 - card_creation - INFO - vL - All Hits: 15.8 / Other OB: 5.1 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,045 - card_creation - INFO - vR - All Hits: 16.1 / Other OB: 4.8 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,045 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.300000000000001 2025-02-09 10:51:16,045 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.100000000000001 2025-02-09 10:51:16,045 - card_creation - INFO - vL: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,045 - card_creation - INFO - vR: All Hits: 16.1 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,045 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-09 10:51:16,045 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,045 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-09 10:51:16,045 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-09 10:51:16,045 - card_creation - INFO - raw hr chances: 1.55 2025-02-09 10:51:16,045 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-09 10:51:16,045 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,045 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,045 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:16,045 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7000000000000015 2025-02-09 10:51:16,045 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:16,045 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:16,045 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-09 10:51:16,045 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,045 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 49.9 2025-02-09 10:51:16,045 - card_creation - INFO - vR: All other OB: 4.8 / HBP: 0 / BB: 4.8 / Total Chances: 49.9 2025-02-09 10:51:16,045 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 44.85 / Current Outs: 73.85 2025-02-09 10:51:16,045 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 36.150000000000006 / Current Outs: 65.15 2025-02-09 10:51:16,046 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:16,046 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:16,046 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,046 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,046 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,046 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,046 - card_creation - INFO - vL - All Hits: 19.4 / Other OB: 2.7 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:16,046 - card_creation - INFO - vR - All Hits: 15.85 / Other OB: 6.3 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:16,046 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.449999999999999 2025-02-09 10:51:16,046 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.85 2025-02-09 10:51:16,046 - card_creation - INFO - vL: All Hits: 19.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,046 - card_creation - INFO - vR: All Hits: 15.85 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,046 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-09 10:51:16,047 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,047 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 4.199999999999999 2025-02-09 10:51:16,047 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-09 10:51:16,047 - card_creation - INFO - raw hr chances: 4.2 2025-02-09 10:51:16,047 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.2 2025-02-09 10:51:16,047 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,047 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:16,047 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:16,047 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.4499999999999997 2025-02-09 10:51:16,047 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-09 10:51:16,047 - card_creation - INFO - raw hr chances: 3.45 2025-02-09 10:51:16,047 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.45 2025-02-09 10:51:16,047 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,047 - card_creation - INFO - vL: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 51.1 2025-02-09 10:51:16,047 - card_creation - INFO - vR: All other OB: 6.3 / HBP: 4.0 / BB: 2.3 / Total Chances: 51.15 2025-02-09 10:51:16,047 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 26.25 / Current Outs: 55.25 2025-02-09 10:51:16,047 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 20.65 / Current Outs: 49.65 2025-02-09 10:51:16,047 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,047 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,047 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,047 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,047 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,047 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,048 - card_creation - INFO - vL - All Hits: 15.2 / Other OB: 9.6 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,048 - card_creation - INFO - vR - All Hits: 16.3 / Other OB: 2.55 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:16,048 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.75 2025-02-09 10:51:16,048 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.850000000000001 2025-02-09 10:51:16,048 - card_creation - INFO - vL: All Hits: 15.2 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,048 - card_creation - INFO - vR: All Hits: 16.3 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,048 - card_creation - INFO - hr%: 0.00 / tr%: 0.90 / do%: 0.10 2025-02-09 10:51:16,048 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,048 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.75 2025-02-09 10:51:16,048 - card_creation - INFO - Triple: 4.5 / rem xbh: 0.25 2025-02-09 10:51:16,048 - card_creation - INFO - raw hr chances: 0.25 2025-02-09 10:51:16,048 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,048 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:16,048 - card_creation - INFO - Passing 0.25 xbh to triple 2025-02-09 10:51:16,048 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-09 10:51:16,048 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,048 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 4.650000000000001 2025-02-09 10:51:16,048 - card_creation - INFO - Triple: 0 / rem xbh: 4.65 2025-02-09 10:51:16,048 - card_creation - INFO - raw hr chances: 4.65 2025-02-09 10:51:16,048 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.6500000000000004 2025-02-09 10:51:16,048 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,048 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 53.8 2025-02-09 10:51:16,048 - card_creation - INFO - vR: All other OB: 2.55 / HBP: 0 / BB: 2.55 / Total Chances: 47.85 2025-02-09 10:51:16,048 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 39.35 / Current Outs: 68.35 2025-02-09 10:51:16,048 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 22.4 / Current Outs: 51.4 2025-02-09 10:51:16,048 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-09 10:51:16,048 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-09 10:51:16,048 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,048 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,048 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,048 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,049 - card_creation - INFO - vL - All Hits: 31.05 / Other OB: 19.0 / All Outs: 58.0 / Total: 29.0 2025-02-09 10:51:16,049 - card_creation - INFO - vR - All Hits: 29.55 / Other OB: 13.95 / All Outs: 64.5 / Total: 29.0 2025-02-09 10:51:16,049 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.350000000000003 2025-02-09 10:51:16,049 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 19.650000000000002 2025-02-09 10:51:16,049 - card_creation - INFO - vL: All Hits: 31.05 / BP Singles: 5.0 / Single 2: 8.85 / Single 1: 8.85 / Single CF: 0 2025-02-09 10:51:16,049 - card_creation - INFO - vR: All Hits: 29.55 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,049 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,049 - card_creation - INFO - raw do chances: 8.35 2025-02-09 10:51:16,049 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 3.552713678800501e-15 2025-02-09 10:51:16,049 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,049 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,049 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,049 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,049 - card_creation - INFO - hr%: 0.00 / tr%: 0.05 / do%: 0.95 2025-02-09 10:51:16,049 - card_creation - INFO - raw do chances: 18.65 2025-02-09 10:51:16,049 - card_creation - INFO - Double**: 18.65 / Double(cf): 0.0 / rem xbh: 1.0000000000000036 2025-02-09 10:51:16,049 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:16,049 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:16,049 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,049 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,050 - card_creation - INFO - vL: All other OB: 19.0 / HBP: 0 / BB: 19.0 / Total Chances: 79.05 2025-02-09 10:51:16,050 - card_creation - INFO - vR: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 72.5 2025-02-09 10:51:16,050 - card_creation - INFO - vL: All Outs: 58.0 / Ks: 12.950000000000003 / Current Outs: 41.95 2025-02-09 10:51:16,050 - card_creation - INFO - vR: All Outs: 64.5 / Ks: 21.999999999999996 / Current Outs: 51.0 2025-02-09 10:51:16,050 - card_creation - INFO - Remaining outs: 0.9500000000000028 2025-02-09 10:51:16,050 - card_creation - INFO - Passing 0.9500000000000028 outs to strikeouts 2025-02-09 10:51:16,050 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,050 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,050 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,050 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,050 - card_creation - INFO - vL - All Hits: 25.1 / Other OB: 8.25 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:16,050 - card_creation - INFO - vR - All Hits: 16.7 / Other OB: 14.15 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,050 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 9.300000000000002 2025-02-09 10:51:16,051 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.199999999999999 2025-02-09 10:51:16,051 - card_creation - INFO - vL: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,051 - card_creation - INFO - vR: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,051 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:16,051 - card_creation - INFO - raw do chances: 6.05 2025-02-09 10:51:16,051 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 3.2500000000000027 2025-02-09 10:51:16,051 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-09 10:51:16,051 - card_creation - INFO - raw hr chances: 3.25 2025-02-09 10:51:16,051 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-09 10:51:16,051 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,051 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,051 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:16,051 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:16,051 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,051 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,051 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:16,051 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,051 - card_creation - INFO - vL: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 62.35 2025-02-09 10:51:16,051 - card_creation - INFO - vR: All other OB: 14.15 / HBP: 3.0 / BB: 11.15 / Total Chances: 59.85 2025-02-09 10:51:16,051 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 11.699999999999998 / Current Outs: 40.7 2025-02-09 10:51:16,051 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.799999999999997 / Current Outs: 49.8 2025-02-09 10:51:16,051 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,051 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,051 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,051 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,051 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,051 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,052 - card_creation - INFO - vL - All Hits: 21.75 / Other OB: 13.4 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:16,052 - card_creation - INFO - vR - All Hits: 11.3 / Other OB: 3.25 / All Outs: 93.5 / Total: 29.0 2025-02-09 10:51:16,052 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.549999999999999 2025-02-09 10:51:16,052 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.8500000000000014 2025-02-09 10:51:16,052 - card_creation - INFO - vL: All Hits: 21.75 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,052 - card_creation - INFO - vR: All Hits: 11.3 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,052 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,052 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:16,052 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 4.149999999999999 2025-02-09 10:51:16,052 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-09 10:51:16,052 - card_creation - INFO - raw hr chances: 4.15 2025-02-09 10:51:16,052 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-09 10:51:16,052 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,052 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,052 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,052 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8500000000000014 2025-02-09 10:51:16,052 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:16,052 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:16,052 - card_creation - INFO - BP HR: 0.0 / ND HR: 1.85 2025-02-09 10:51:16,052 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,052 - card_creation - INFO - vL: All other OB: 13.4 / HBP: 0 / BB: 13.4 / Total Chances: 64.15 2025-02-09 10:51:16,052 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 43.55 2025-02-09 10:51:16,052 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 36.550000000000004 / Current Outs: 65.55 2025-02-09 10:51:16,052 - card_creation - INFO - vR: All Outs: 93.5 / Ks: 33.7 / Current Outs: 62.7 2025-02-09 10:51:16,052 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,052 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,052 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,052 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,053 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,053 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,053 - card_creation - INFO - vL - All Hits: 12.2 / Other OB: 6.65 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:16,053 - card_creation - INFO - vR - All Hits: 15.6 / Other OB: 26.85 / All Outs: 65.5 / Total: 29.0 2025-02-09 10:51:16,053 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.399999999999999 2025-02-09 10:51:16,053 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.9000000000000004 2025-02-09 10:51:16,053 - card_creation - INFO - vL: All Hits: 12.2 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:16,053 - card_creation - INFO - vR: All Hits: 15.6 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,053 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:16,053 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,053 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.9999999999999982 2025-02-09 10:51:16,053 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-09 10:51:16,053 - card_creation - INFO - raw hr chances: 2.0 2025-02-09 10:51:16,053 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,054 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,054 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,054 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,054 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.2999999999999998 2025-02-09 10:51:16,054 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-09 10:51:16,054 - card_creation - INFO - raw hr chances: -0.3 2025-02-09 10:51:16,054 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,054 - card_creation - INFO - excess xbh: -0.3 2025-02-09 10:51:16,054 - card_creation - INFO - vL: All other OB: 6.65 / HBP: 0 / BB: 6.65 / Total Chances: 47.85 2025-02-09 10:51:16,054 - card_creation - INFO - vR: All other OB: 26.85 / HBP: 5.0 / BB: 21.85 / Total Chances: 71.75 2025-02-09 10:51:16,054 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 42.300000000000004 / Current Outs: 71.3 2025-02-09 10:51:16,054 - card_creation - INFO - vR: All Outs: 65.5 / Ks: 29.099999999999998 / Current Outs: 58.1 2025-02-09 10:51:16,054 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,054 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,054 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,054 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,054 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,054 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,055 - card_creation - INFO - vL - All Hits: 17.45 / Other OB: 3.2 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,055 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 5.1 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,055 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.949999999999999 2025-02-09 10:51:16,055 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.5 2025-02-09 10:51:16,055 - card_creation - INFO - vL: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,055 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:16,055 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,055 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,055 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.7499999999999991 2025-02-09 10:51:16,055 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:16,055 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:16,055 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,055 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:16,055 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:16,055 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.50 2025-02-09 10:51:16,055 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,055 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-09 10:51:16,055 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-09 10:51:16,055 - card_creation - INFO - raw hr chances: 2.25 2025-02-09 10:51:16,055 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-09 10:51:16,055 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,055 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 49.65 2025-02-09 10:51:16,055 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 3.0 / BB: 2.1 / Total Chances: 52.6 2025-02-09 10:51:16,055 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 27.75 / Current Outs: 56.75 2025-02-09 10:51:16,055 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-09 10:51:16,055 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,055 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,055 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,055 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,055 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,055 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,056 - card_creation - INFO - vL - All Hits: 17.6 / Other OB: 6.45 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,056 - card_creation - INFO - vR - All Hits: 14.85 / Other OB: 6.1 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,056 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.700000000000001 2025-02-09 10:51:16,056 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.9499999999999993 2025-02-09 10:51:16,056 - card_creation - INFO - vL: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:16,056 - card_creation - INFO - vR: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,056 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,056 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,056 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: -0.049999999999998934 2025-02-09 10:51:16,056 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,056 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,056 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,056 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,056 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,056 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:16,056 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.3499999999999992 2025-02-09 10:51:16,056 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-09 10:51:16,056 - card_creation - INFO - raw hr chances: 0.35 2025-02-09 10:51:16,056 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,056 - card_creation - INFO - excess xbh: 0.35 2025-02-09 10:51:16,056 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-09 10:51:16,057 - card_creation - INFO - vL: All other OB: 6.45 / HBP: 0 / BB: 6.45 / Total Chances: 53.1 2025-02-09 10:51:16,057 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 49.95 2025-02-09 10:51:16,057 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 15.5 / Current Outs: 44.5 2025-02-09 10:51:16,057 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 41.85 / Current Outs: 70.85 2025-02-09 10:51:16,057 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,057 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,057 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,057 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,057 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,057 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,057 - card_creation - INFO - vL - All Hits: 21.2 / Other OB: 13.5 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,057 - card_creation - INFO - vR - All Hits: 14.9 / Other OB: 3.9 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:16,057 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.599999999999998 2025-02-09 10:51:16,058 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.5 2025-02-09 10:51:16,058 - card_creation - INFO - vL: All Hits: 21.2 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:16,058 - card_creation - INFO - vR: All Hits: 14.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,058 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:16,058 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,058 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.3999999999999977 2025-02-09 10:51:16,058 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-09 10:51:16,058 - card_creation - INFO - raw hr chances: 2.4 2025-02-09 10:51:16,058 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-09 10:51:16,058 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,058 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:16,058 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - vL: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 63.7 2025-02-09 10:51:16,058 - card_creation - INFO - vR: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 47.8 2025-02-09 10:51:16,058 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 13.45 / Current Outs: 42.45 2025-02-09 10:51:16,058 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-09 10:51:16,058 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,058 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,058 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,058 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,058 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,059 - card_creation - INFO - vL - All Hits: 12.0 / Other OB: 15.55 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,059 - card_creation - INFO - vR - All Hits: 29.45 / Other OB: 11.2 / All Outs: 67.5 / Total: 29.0 2025-02-09 10:51:16,059 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.5500000000000007 2025-02-09 10:51:16,059 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.149999999999997 2025-02-09 10:51:16,059 - card_creation - INFO - vL: All Hits: 12.0 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,059 - card_creation - INFO - vR: All Hits: 29.45 / BP Singles: 5.0 / Single 2: 9.65 / Single 1: 9.65 / Single CF: 0 2025-02-09 10:51:16,059 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,059 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:16,059 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: -0.04999999999999938 2025-02-09 10:51:16,059 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,059 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,059 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,059 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,059 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,059 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,059 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.6499999999999968 2025-02-09 10:51:16,059 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,059 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,059 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,059 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,059 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,059 - card_creation - INFO - vL: All other OB: 15.55 / HBP: 0 / BB: 15.55 / Total Chances: 56.6 2025-02-09 10:51:16,059 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 69.65 2025-02-09 10:51:16,059 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 13.399999999999997 / Current Outs: 42.4 2025-02-09 10:51:16,059 - card_creation - INFO - vR: All Outs: 67.5 / Ks: 19.75 / Current Outs: 48.75 2025-02-09 10:51:16,059 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,059 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,060 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,060 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,060 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,060 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,060 - card_creation - INFO - vL - All Hits: 37.25 / Other OB: 18.8 / All Outs: 52.0 / Total: 29.0 2025-02-09 10:51:16,060 - card_creation - INFO - vR - All Hits: 15.3 / Other OB: 5.1 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,060 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-09 10:51:16,060 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.3000000000000007 2025-02-09 10:51:16,060 - card_creation - INFO - vL: All Hits: 37.25 / BP Singles: 5.0 / Single 2: 16.1 / Single 1: 16.15 / Single CF: 0 2025-02-09 10:51:16,060 - card_creation - INFO - vR: All Hits: 15.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:16,060 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,060 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,060 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3000000000000007 2025-02-09 10:51:16,060 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-09 10:51:16,060 - card_creation - INFO - raw hr chances: 1.3 2025-02-09 10:51:16,060 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-09 10:51:16,060 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,060 - card_creation - INFO - vL: All other OB: 18.8 / HBP: 2.0 / BB: 16.8 / Total Chances: 85.05 2025-02-09 10:51:16,061 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 49.4 2025-02-09 10:51:16,061 - card_creation - INFO - vL: All Outs: 52.0 / Ks: 16.15 / Current Outs: 45.15 2025-02-09 10:51:16,061 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 30.849999999999998 / Current Outs: 59.85 2025-02-09 10:51:16,061 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,061 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,061 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,061 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,061 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,061 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,061 - card_creation - INFO - vL - All Hits: 15.8 / Other OB: 12.35 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,061 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 11.3 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:16,061 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.3000000000000007 2025-02-09 10:51:16,061 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0 2025-02-09 10:51:16,061 - card_creation - INFO - vL: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,062 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,062 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-09 10:51:16,062 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,062 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-09 10:51:16,062 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:16,062 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:16,062 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:16,062 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,062 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:16,062 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,062 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.8 2025-02-09 10:51:16,062 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:16,062 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:16,062 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,062 - card_creation - INFO - excess xbh: 0.8 2025-02-09 10:51:16,062 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-09 10:51:16,062 - card_creation - INFO - vL: All other OB: 12.35 / HBP: 0 / BB: 12.35 / Total Chances: 57.15 2025-02-09 10:51:16,062 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 51.3 2025-02-09 10:51:16,062 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 36.6 / Current Outs: 65.6 2025-02-09 10:51:16,062 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 43.650000000000006 / Current Outs: 72.65 2025-02-09 10:51:16,062 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,062 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,062 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,062 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,062 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,062 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,063 - card_creation - INFO - vL - All Hits: 28.95 / Other OB: 17.2 / All Outs: 62.0 / Total: 29.0 2025-02-09 10:51:16,063 - card_creation - INFO - vR - All Hits: 10.6 / Other OB: 4.2 / All Outs: 93.0 / Total: 29.0 2025-02-09 10:51:16,063 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.899999999999999 2025-02-09 10:51:16,063 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 3.3000000000000007 2025-02-09 10:51:16,063 - card_creation - INFO - vL: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 8.5 / Single 1: 8.55 / Single CF: 0 2025-02-09 10:51:16,063 - card_creation - INFO - vR: All Hits: 10.6 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-09 10:51:16,063 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,063 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,063 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.1999999999999984 2025-02-09 10:51:16,063 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,063 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,063 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,063 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:16,063 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-09 10:51:16,063 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:16,063 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,063 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.4000000000000008 2025-02-09 10:51:16,063 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:16,063 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:16,063 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-09 10:51:16,063 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,063 - card_creation - INFO - vL: All other OB: 17.2 / HBP: 1.0 / BB: 16.2 / Total Chances: 75.15 2025-02-09 10:51:16,063 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 43.8 2025-02-09 10:51:16,064 - card_creation - INFO - vL: All Outs: 62.0 / Ks: 13.75 / Current Outs: 42.75 2025-02-09 10:51:16,064 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 15.75 / Current Outs: 44.75 2025-02-09 10:51:16,064 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,064 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,064 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,064 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,064 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,064 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,065 - card_creation - INFO - vL - All Hits: 10.15 / Other OB: 15.9 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,065 - card_creation - INFO - vR - All Hits: 25.1 / Other OB: 19.55 / All Outs: 63.5 / Total: 29.0 2025-02-09 10:51:16,065 - card_creation - INFO - remaining singles: -0.10000000000000075 / total xbh: 1.1000000000000005 2025-02-09 10:51:16,065 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.650000000000002 2025-02-09 10:51:16,065 - card_creation - INFO - vL: All Hits: 10.15 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:16,065 - card_creation - INFO - vR: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.25 / Single CF: 0 2025-02-09 10:51:16,065 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,065 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,065 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1000000000000005 2025-02-09 10:51:16,065 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,065 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,065 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,065 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:16,065 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-09 10:51:16,065 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:16,065 - card_creation - INFO - raw do chances: 7.25 2025-02-09 10:51:16,065 - card_creation - INFO - Double**: 7.25 / Double(cf): 0.0 / rem xbh: 0.40000000000000213 2025-02-09 10:51:16,065 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-09 10:51:16,065 - card_creation - INFO - raw hr chances: 0.4 2025-02-09 10:51:16,065 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,065 - card_creation - INFO - excess xbh: 0.4 2025-02-09 10:51:16,065 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-09 10:51:16,065 - card_creation - INFO - vL: All other OB: 15.9 / HBP: 6.0 / BB: 9.9 / Total Chances: 55.05 2025-02-09 10:51:16,065 - card_creation - INFO - vR: All other OB: 19.55 / HBP: 0 / BB: 19.55 / Total Chances: 73.65 2025-02-09 10:51:16,065 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 42.050000000000004 / Current Outs: 71.05 2025-02-09 10:51:16,065 - card_creation - INFO - vR: All Outs: 63.5 / Ks: 26.4 / Current Outs: 55.4 2025-02-09 10:51:16,065 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-09 10:51:16,065 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-09 10:51:16,065 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,065 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,065 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,065 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,066 - card_creation - INFO - vL - All Hits: 15.95 / Other OB: 9.6 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:16,066 - card_creation - INFO - vR - All Hits: 23.2 / Other OB: 11.3 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,066 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.449999999999999 2025-02-09 10:51:16,066 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.450000000000001 2025-02-09 10:51:16,066 - card_creation - INFO - vL: All Hits: 15.95 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,066 - card_creation - INFO - vR: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-09 10:51:16,066 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-09 10:51:16,066 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,066 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-09 10:51:16,066 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-09 10:51:16,066 - card_creation - INFO - raw hr chances: 3.2 2025-02-09 10:51:16,066 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-09 10:51:16,066 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,066 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:16,066 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,066 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.2500000000000009 2025-02-09 10:51:16,066 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:16,066 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:16,066 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,066 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:16,066 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-09 10:51:16,066 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 54.55 2025-02-09 10:51:16,067 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 3.0 / BB: 8.3 / Total Chances: 63.5 2025-02-09 10:51:16,067 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 32.35 / Current Outs: 61.35 2025-02-09 10:51:16,067 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 31.65 / Current Outs: 60.65 2025-02-09 10:51:16,067 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,067 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,067 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:16,067 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:16,067 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,067 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,067 - card_creation - INFO - vL - All Hits: 25.7 / Other OB: 16.3 / All Outs: 66.0 / Total: 29.0 2025-02-09 10:51:16,067 - card_creation - INFO - vR - All Hits: 13.7 / Other OB: 5.95 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:16,067 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.899999999999997 2025-02-09 10:51:16,068 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 1.9999999999999991 2025-02-09 10:51:16,068 - card_creation - INFO - vL: All Hits: 25.7 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.4 / Single CF: 0 2025-02-09 10:51:16,068 - card_creation - INFO - vR: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,068 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:16,068 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:16,068 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 5.4999999999999964 2025-02-09 10:51:16,068 - card_creation - INFO - Triple: 0 / rem xbh: 5.5 2025-02-09 10:51:16,068 - card_creation - INFO - raw hr chances: 5.5 2025-02-09 10:51:16,068 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5 2025-02-09 10:51:16,068 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,068 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,068 - card_creation - INFO - raw do chances: 1.35 2025-02-09 10:51:16,068 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 0.649999999999999 2025-02-09 10:51:16,068 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,068 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,068 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,068 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,068 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,068 - card_creation - INFO - vL: All other OB: 16.3 / HBP: 0 / BB: 16.3 / Total Chances: 71.0 2025-02-09 10:51:16,068 - card_creation - INFO - vR: All other OB: 5.95 / HBP: 0 / BB: 5.95 / Total Chances: 48.65 2025-02-09 10:51:16,068 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 18.649999999999995 / Current Outs: 47.65 2025-02-09 10:51:16,068 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 31.999999999999996 / Current Outs: 61.0 2025-02-09 10:51:16,068 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,068 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,068 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,068 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,068 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,068 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,069 - card_creation - INFO - vL - All Hits: 4.75 / Other OB: 12.7 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:16,069 - card_creation - INFO - vR - All Hits: 8.0 / Other OB: 9.6 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:16,069 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 2.45 2025-02-09 10:51:16,069 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.25 2025-02-09 10:51:16,069 - card_creation - INFO - vL: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-09 10:51:16,069 - card_creation - INFO - vR: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:16,069 - card_creation - INFO - hr%: 0.10 / tr%: 0.20 / do%: 0.65 2025-02-09 10:51:16,069 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:16,069 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 0.8000000000000003 2025-02-09 10:51:16,069 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:16,069 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:16,069 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,069 - card_creation - INFO - excess xbh: 0.8 2025-02-09 10:51:16,069 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-09 10:51:16,069 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,069 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,069 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-09 10:51:16,069 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-09 10:51:16,069 - card_creation - INFO - raw hr chances: 0.25 2025-02-09 10:51:16,069 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,069 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:16,069 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-09 10:51:16,069 - card_creation - INFO - vL: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 46.45 2025-02-09 10:51:16,069 - card_creation - INFO - vR: All other OB: 9.6 / HBP: 1.0 / BB: 8.6 / Total Chances: 46.6 2025-02-09 10:51:16,069 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 26.25 / Current Outs: 55.25 2025-02-09 10:51:16,069 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 24.349999999999998 / Current Outs: 53.35 2025-02-09 10:51:16,069 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,069 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,069 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,069 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,069 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,070 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,070 - card_creation - INFO - vL - All Hits: 11.7 / Other OB: 11.15 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:16,070 - card_creation - INFO - vR - All Hits: 16.8 / Other OB: 11.15 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,070 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 4.300000000000001 2025-02-09 10:51:16,070 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.100000000000001 2025-02-09 10:51:16,070 - card_creation - INFO - vL: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,071 - card_creation - INFO - vR: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,071 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,071 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,071 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.5500000000000007 2025-02-09 10:51:16,071 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:16,071 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:16,071 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,071 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:16,071 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:16,071 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,071 - card_creation - INFO - raw do chances: 6.1 2025-02-09 10:51:16,071 - card_creation - INFO - Double**: 6.1 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-09 10:51:16,071 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,071 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,071 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,071 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,071 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 51.85 2025-02-09 10:51:16,071 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 56.95 2025-02-09 10:51:16,071 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 34.800000000000004 / Current Outs: 63.8 2025-02-09 10:51:16,071 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 56.800000000000004 / Current Outs: 85.8 2025-02-09 10:51:16,071 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,071 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,071 - card_creation - INFO - Remaining outs: -5.75 2025-02-09 10:51:16,071 - card_creation - INFO - Passing -5.75 outs to strikeouts 2025-02-09 10:51:16,071 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,071 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,072 - card_creation - INFO - vL - All Hits: 16.95 / Other OB: 3.9 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,072 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 1.65 / All Outs: 91.5 / Total: 29.0 2025-02-09 10:51:16,072 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 0.8499999999999988 2025-02-09 10:51:16,072 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 8.450000000000001 2025-02-09 10:51:16,072 - card_creation - INFO - vL: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,072 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,072 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-09 10:51:16,072 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,072 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8499999999999988 2025-02-09 10:51:16,072 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:16,072 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:16,072 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:16,072 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-09 10:51:16,072 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,072 - card_creation - INFO - raw do chances: 8.45 2025-02-09 10:51:16,072 - card_creation - INFO - Double**: 8.45 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-09 10:51:16,072 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 49.85 2025-02-09 10:51:16,072 - card_creation - INFO - vR: All other OB: 1.65 / HBP: 0 / BB: 1.65 / Total Chances: 45.3 2025-02-09 10:51:16,072 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 20.05 / Current Outs: 49.05 2025-02-09 10:51:16,072 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 39.300000000000004 / Current Outs: 68.3 2025-02-09 10:51:16,072 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,072 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,072 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,072 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,072 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,073 - card_creation - INFO - vL - All Hits: 16.7 / Other OB: 11.25 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,073 - card_creation - INFO - vR - All Hits: 19.5 / Other OB: 6.8 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,073 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.2 2025-02-09 10:51:16,073 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.5 2025-02-09 10:51:16,073 - card_creation - INFO - vL: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:16,073 - card_creation - INFO - vR: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,073 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:16,073 - card_creation - INFO - raw do chances: 8.15 2025-02-09 10:51:16,073 - card_creation - INFO - Double**: 8.15 / Double(cf): 0.0 / rem xbh: 2.049999999999999 2025-02-09 10:51:16,073 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:16,073 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:16,073 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,073 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-09 10:51:16,073 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-09 10:51:16,073 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:16,073 - card_creation - INFO - raw do chances: 1.95 2025-02-09 10:51:16,073 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 4.55 2025-02-09 10:51:16,073 - card_creation - INFO - Triple: 0 / rem xbh: 4.55 2025-02-09 10:51:16,073 - card_creation - INFO - raw hr chances: 4.55 2025-02-09 10:51:16,073 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.55 2025-02-09 10:51:16,074 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,074 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 8.0 / BB: 3.25 / Total Chances: 56.95 2025-02-09 10:51:16,074 - card_creation - INFO - vR: All other OB: 6.8 / HBP: 0 / BB: 6.8 / Total Chances: 55.3 2025-02-09 10:51:16,074 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 16.7 / Current Outs: 45.7 2025-02-09 10:51:16,074 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 30.15 / Current Outs: 59.15 2025-02-09 10:51:16,074 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,074 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,074 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,074 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,074 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,074 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,074 - card_creation - INFO - vL - All Hits: 24.6 / Other OB: 4.8 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:16,074 - card_creation - INFO - vR - All Hits: 20.8 / Other OB: 7.4 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,074 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 8.800000000000002 2025-02-09 10:51:16,075 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0 2025-02-09 10:51:16,075 - card_creation - INFO - vL: All Hits: 24.6 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,075 - card_creation - INFO - vR: All Hits: 20.8 / BP Singles: 5.0 / Single 2: 6.9 / Single 1: 6.9 / Single CF: 0 2025-02-09 10:51:16,075 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:16,075 - card_creation - INFO - raw do chances: 7.9 2025-02-09 10:51:16,075 - card_creation - INFO - Double**: 7.9 / Double(cf): 0.0 / rem xbh: 0.9000000000000021 2025-02-09 10:51:16,075 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:16,075 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:16,075 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,075 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:16,075 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-09 10:51:16,075 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,075 - card_creation - INFO - raw do chances: 1.05 2025-02-09 10:51:16,075 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.95 2025-02-09 10:51:16,075 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:16,075 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:16,075 - card_creation - INFO - BP HR: 0 / ND HR: 0.95 2025-02-09 10:51:16,075 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,075 - card_creation - INFO - vL: All other OB: 4.8 / HBP: 0 / BB: 4.8 / Total Chances: 58.4 2025-02-09 10:51:16,075 - card_creation - INFO - vR: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 57.2 2025-02-09 10:51:16,075 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 4.15 / Current Outs: 33.15 2025-02-09 10:51:16,075 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 22.549999999999997 / Current Outs: 51.55 2025-02-09 10:51:16,075 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,075 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,075 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,075 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,075 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,075 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,076 - card_creation - INFO - vL - All Hits: 19.2 / Other OB: 8.0 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,076 - card_creation - INFO - vR - All Hits: 16.7 / Other OB: 7.8 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,076 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.599999999999998 2025-02-09 10:51:16,076 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.25 2025-02-09 10:51:16,076 - card_creation - INFO - vL: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:16,076 - card_creation - INFO - vR: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,076 - card_creation - INFO - hr%: 0.25 / tr%: 0.20 / do%: 0.55 2025-02-09 10:51:16,076 - card_creation - INFO - raw do chances: 2.55 2025-02-09 10:51:16,076 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 2.049999999999998 2025-02-09 10:51:16,076 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:16,076 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:16,076 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:16,076 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,076 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-09 10:51:16,076 - card_creation - INFO - raw do chances: 1.35 2025-02-09 10:51:16,076 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.9 2025-02-09 10:51:16,076 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:16,076 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:16,076 - card_creation - INFO - BP HR: 0 / ND HR: 1.9 2025-02-09 10:51:16,076 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,076 - card_creation - INFO - vL: All other OB: 8.0 / HBP: 0 / BB: 8.0 / Total Chances: 56.2 2025-02-09 10:51:16,076 - card_creation - INFO - vR: All other OB: 7.8 / HBP: 2.0 / BB: 5.8 / Total Chances: 53.5 2025-02-09 10:51:16,076 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 24.949999999999996 / Current Outs: 53.95 2025-02-09 10:51:16,076 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 20.15 / Current Outs: 49.15 2025-02-09 10:51:16,076 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,076 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,077 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,077 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,077 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,077 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,077 - card_creation - INFO - vL - All Hits: 15.55 / Other OB: 5.4 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,077 - card_creation - INFO - vR - All Hits: 20.2 / Other OB: 3.4 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,077 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 7.200000000000001 2025-02-09 10:51:16,077 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.599999999999998 2025-02-09 10:51:16,077 - card_creation - INFO - vL: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.7 / Single CF: 0 2025-02-09 10:51:16,077 - card_creation - INFO - vR: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,077 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,077 - card_creation - INFO - raw do chances: 6.5 2025-02-09 10:51:16,077 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 0.7000000000000011 2025-02-09 10:51:16,077 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:16,077 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:16,077 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,077 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:16,077 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-09 10:51:16,078 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,078 - card_creation - INFO - raw do chances: 6.45 2025-02-09 10:51:16,078 - card_creation - INFO - Double**: 6.45 / Double(cf): 0.0 / rem xbh: 1.1499999999999977 2025-02-09 10:51:16,078 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:16,078 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:16,078 - card_creation - INFO - BP HR: 0 / ND HR: 1.15 2025-02-09 10:51:16,078 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,078 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 49.95 2025-02-09 10:51:16,078 - card_creation - INFO - vR: All other OB: 3.4 / HBP: 2.0 / BB: 1.4 / Total Chances: 52.6 2025-02-09 10:51:16,078 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 20.549999999999997 / Current Outs: 49.55 2025-02-09 10:51:16,078 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 29.55 / Current Outs: 58.55 2025-02-09 10:51:16,078 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,078 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,078 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,078 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,078 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,078 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,078 - card_creation - INFO - vL - All Hits: 15.95 / Other OB: 4.75 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,079 - card_creation - INFO - vR - All Hits: 15.95 / Other OB: 9.95 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,079 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.449999999999999 2025-02-09 10:51:16,079 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 6.5 2025-02-09 10:51:16,079 - card_creation - INFO - vL: All Hits: 15.95 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-09 10:51:16,079 - card_creation - INFO - vR: All Hits: 15.95 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,079 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,079 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:16,079 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.8499999999999992 2025-02-09 10:51:16,079 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:16,079 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:16,079 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-09 10:51:16,079 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,079 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:16,079 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,079 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-09 10:51:16,079 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:16,079 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:16,079 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-09 10:51:16,079 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,079 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 1.0 / BB: 3.75 / Total Chances: 49.7 2025-02-09 10:51:16,079 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 54.9 2025-02-09 10:51:16,079 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 24.2 / Current Outs: 53.2 2025-02-09 10:51:16,079 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 15.0 / Current Outs: 44.0 2025-02-09 10:51:16,079 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,079 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,079 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,079 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,079 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,079 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,080 - card_creation - INFO - vL - All Hits: 21.5 / Other OB: 3.2 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,080 - card_creation - INFO - vR - All Hits: 22.0 / Other OB: 6.95 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:16,080 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.999999999999998 2025-02-09 10:51:16,080 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 9.05 2025-02-09 10:51:16,080 - card_creation - INFO - vL: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,080 - card_creation - INFO - vR: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 0.0 / Single CF: 3.75 2025-02-09 10:51:16,080 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:16,080 - card_creation - INFO - raw do chances: 4.8 2025-02-09 10:51:16,080 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 1.1999999999999984 2025-02-09 10:51:16,080 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,080 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,080 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-09 10:51:16,080 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,080 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:16,080 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,080 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.25 / rem xbh: 6.800000000000001 2025-02-09 10:51:16,080 - card_creation - INFO - Triple: 0 / rem xbh: 6.8 2025-02-09 10:51:16,080 - card_creation - INFO - raw hr chances: 6.8 2025-02-09 10:51:16,080 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.8 2025-02-09 10:51:16,080 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,080 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 53.7 2025-02-09 10:51:16,081 - card_creation - INFO - vR: All other OB: 6.95 / HBP: 4.0 / BB: 2.95 / Total Chances: 57.95 2025-02-09 10:51:16,081 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 16.75 / Current Outs: 45.75 2025-02-09 10:51:16,081 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 28.0 / Current Outs: 57.0 2025-02-09 10:51:16,081 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,081 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,081 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,081 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,081 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,081 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,081 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 17.4 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:16,081 - card_creation - INFO - vR - All Hits: 13.15 / Other OB: 6.15 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:16,081 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.299999999999999 2025-02-09 10:51:16,082 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 4.100000000000001 2025-02-09 10:51:16,082 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,082 - card_creation - INFO - vR: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:16,082 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,082 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,082 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: -0.20000000000000107 2025-02-09 10:51:16,082 - card_creation - INFO - Triple: 0 / rem xbh: -0.2 2025-02-09 10:51:16,082 - card_creation - INFO - raw hr chances: -0.2 2025-02-09 10:51:16,082 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,082 - card_creation - INFO - excess xbh: -0.2 2025-02-09 10:51:16,082 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,082 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,082 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.8500000000000014 2025-02-09 10:51:16,082 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-09 10:51:16,082 - card_creation - INFO - raw hr chances: 1.85 2025-02-09 10:51:16,082 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-09 10:51:16,082 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,082 - card_creation - INFO - vL: All other OB: 17.4 / HBP: 1.0 / BB: 16.4 / Total Chances: 62.8 2025-02-09 10:51:16,082 - card_creation - INFO - vR: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 48.3 2025-02-09 10:51:16,082 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 17.55 / Current Outs: 46.55 2025-02-09 10:51:16,082 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 42.800000000000004 / Current Outs: 71.8 2025-02-09 10:51:16,082 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,082 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,082 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:16,082 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:16,082 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,082 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,083 - card_creation - INFO - vL - All Hits: 20.5 / Other OB: 3.75 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,083 - card_creation - INFO - vR - All Hits: 10.1 / Other OB: 2.25 / All Outs: 95.5 / Total: 29.0 2025-02-09 10:51:16,083 - card_creation - INFO - remaining singles: -0.25 / total xbh: 5.0 2025-02-09 10:51:16,083 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.6499999999999995 2025-02-09 10:51:16,083 - card_creation - INFO - vL: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,083 - card_creation - INFO - vR: All Hits: 10.1 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,083 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:16,083 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,083 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.0 2025-02-09 10:51:16,083 - card_creation - INFO - Triple: 0 / rem xbh: 5.0 2025-02-09 10:51:16,083 - card_creation - INFO - raw hr chances: 5.0 2025-02-09 10:51:16,083 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.0 2025-02-09 10:51:16,083 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,083 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,083 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,083 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-09 10:51:16,083 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,083 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,083 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,083 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,083 - card_creation - INFO - Passing 0.65 xbh to single** 2025-02-09 10:51:16,083 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 53.25 2025-02-09 10:51:16,083 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 41.35 2025-02-09 10:51:16,083 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-09 10:51:16,083 - card_creation - INFO - vR: All Outs: 95.5 / Ks: 44.7 / Current Outs: 73.7 2025-02-09 10:51:16,083 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,083 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,083 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,083 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,084 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,084 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,084 - card_creation - INFO - vL - All Hits: 14.6 / Other OB: 3.4 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:16,084 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 5.7 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,084 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 3.1999999999999993 2025-02-09 10:51:16,084 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.899999999999999 2025-02-09 10:51:16,084 - card_creation - INFO - vL: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,084 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:16,084 - card_creation - INFO - hr%: 0.00 / tr%: 0.30 / do%: 0.70 2025-02-09 10:51:16,084 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,084 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.9499999999999993 2025-02-09 10:51:16,084 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:16,084 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:16,084 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,084 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:16,084 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-09 10:51:16,084 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-09 10:51:16,084 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,085 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6999999999999984 2025-02-09 10:51:16,085 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:16,085 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:16,085 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,085 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-09 10:51:16,085 - card_creation - INFO - vL: All other OB: 3.4 / HBP: 0 / BB: 3.4 / Total Chances: 47.0 2025-02-09 10:51:16,085 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 53.65 2025-02-09 10:51:16,085 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 21.55 / Current Outs: 50.55 2025-02-09 10:51:16,085 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 20.25 / Current Outs: 49.25 2025-02-09 10:51:16,085 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,085 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,085 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,085 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,085 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,085 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,085 - card_creation - INFO - vL - All Hits: 13.05 / Other OB: 10.3 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,085 - card_creation - INFO - vR - All Hits: 20.95 / Other OB: 12.25 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:16,086 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 1.6500000000000012 2025-02-09 10:51:16,086 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 6.050000000000001 2025-02-09 10:51:16,086 - card_creation - INFO - vL: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,086 - card_creation - INFO - vR: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,086 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,086 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:16,086 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.3322676295501878e-15 2025-02-09 10:51:16,086 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,086 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,086 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,086 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,086 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-09 10:51:16,086 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:16,086 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.8500000000000005 2025-02-09 10:51:16,086 - card_creation - INFO - Triple: 1.4 / rem xbh: 2.45 2025-02-09 10:51:16,086 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:16,086 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-09 10:51:16,086 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,086 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 52.35 2025-02-09 10:51:16,086 - card_creation - INFO - vR: All other OB: 12.25 / HBP: 0 / BB: 12.25 / Total Chances: 62.2 2025-02-09 10:51:16,086 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 32.650000000000006 / Current Outs: 61.65 2025-02-09 10:51:16,086 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 18.7 / Current Outs: 47.7 2025-02-09 10:51:16,086 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:16,086 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:16,086 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,086 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,086 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,086 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,087 - card_creation - INFO - vL - All Hits: 16.75 / Other OB: 10.0 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,087 - card_creation - INFO - vR - All Hits: 16.2 / Other OB: 12.3 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:16,087 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.0 2025-02-09 10:51:16,087 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.800000000000001 2025-02-09 10:51:16,087 - card_creation - INFO - vL: All Hits: 16.75 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:16,087 - card_creation - INFO - vR: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,087 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:16,087 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,087 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:16,087 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:16,087 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:16,087 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,087 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:16,087 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:16,087 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:16,087 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,087 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-09 10:51:16,087 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:16,087 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:16,087 - card_creation - INFO - BP HR: 0 / ND HR: 2.3 2025-02-09 10:51:16,087 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,087 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 55.75 2025-02-09 10:51:16,087 - card_creation - INFO - vR: All other OB: 12.3 / HBP: 4.0 / BB: 8.3 / Total Chances: 57.5 2025-02-09 10:51:16,087 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 9.95 / Current Outs: 38.95 2025-02-09 10:51:16,087 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 20.65 / Current Outs: 49.65 2025-02-09 10:51:16,088 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,088 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,088 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,088 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,088 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,088 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,088 - card_creation - INFO - vL - All Hits: 23.05 / Other OB: 14.6 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:16,088 - card_creation - INFO - vR - All Hits: 15.25 / Other OB: 8.35 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,088 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.5500000000000025 2025-02-09 10:51:16,088 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.800000000000001 2025-02-09 10:51:16,088 - card_creation - INFO - vL: All Hits: 23.05 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,088 - card_creation - INFO - vR: All Hits: 15.25 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-09 10:51:16,088 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-09 10:51:16,088 - card_creation - INFO - raw do chances: 6.4 2025-02-09 10:51:16,088 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 1.1500000000000021 2025-02-09 10:51:16,089 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:16,089 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:16,089 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,089 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:16,089 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:16,089 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:16,089 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,089 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-09 10:51:16,089 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:16,089 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:16,089 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:16,089 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,089 - card_creation - INFO - vL: All other OB: 14.6 / HBP: 0 / BB: 14.6 / Total Chances: 66.65 2025-02-09 10:51:16,089 - card_creation - INFO - vR: All other OB: 8.35 / HBP: 0 / BB: 8.35 / Total Chances: 52.6 2025-02-09 10:51:16,089 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 18.349999999999998 / Current Outs: 47.35 2025-02-09 10:51:16,089 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 32.6 / Current Outs: 61.6 2025-02-09 10:51:16,089 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,089 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,089 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,089 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,089 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,089 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,090 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 5.7 / All Outs: 93.5 / Total: 29.0 2025-02-09 10:51:16,090 - card_creation - INFO - vR - All Hits: 8.65 / Other OB: 9.4 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:16,090 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 0.9000000000000004 2025-02-09 10:51:16,090 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 0.0 2025-02-09 10:51:16,090 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:16,090 - card_creation - INFO - vR: All Hits: 8.65 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:16,090 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,090 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,090 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9000000000000004 2025-02-09 10:51:16,090 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:16,090 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:16,090 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,090 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:16,090 - card_creation - INFO - Passing 0.9 xbh to single** 2025-02-09 10:51:16,090 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 43.7 2025-02-09 10:51:16,090 - card_creation - INFO - vR: All other OB: 9.4 / HBP: 0 / BB: 9.4 / Total Chances: 47.05 2025-02-09 10:51:16,090 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 57.25 / Current Outs: 86.25 2025-02-09 10:51:16,090 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 21.55 / Current Outs: 50.55 2025-02-09 10:51:16,090 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,090 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,090 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,090 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,090 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,090 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,091 - card_creation - INFO - vL - All Hits: 20.6 / Other OB: 4.5 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,091 - card_creation - INFO - vR - All Hits: 11.95 / Other OB: 3.9 / All Outs: 92.0 / Total: 29.0 2025-02-09 10:51:16,091 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.350000000000001 2025-02-09 10:51:16,091 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8499999999999988 2025-02-09 10:51:16,091 - card_creation - INFO - vL: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:16,091 - card_creation - INFO - vR: All Hits: 11.95 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:16,091 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:16,091 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,091 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 0.6500000000000012 2025-02-09 10:51:16,091 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,091 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,091 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,091 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,091 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,091 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,091 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:16,091 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 0.34999999999999876 2025-02-09 10:51:16,091 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-09 10:51:16,091 - card_creation - INFO - raw hr chances: 0.35 2025-02-09 10:51:16,091 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,091 - card_creation - INFO - excess xbh: 0.35 2025-02-09 10:51:16,091 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-09 10:51:16,091 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 54.1 2025-02-09 10:51:16,091 - card_creation - INFO - vR: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 44.85 2025-02-09 10:51:16,092 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 31.45 / Current Outs: 60.45 2025-02-09 10:51:16,092 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 31.05 / Current Outs: 60.05 2025-02-09 10:51:16,092 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,092 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,092 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,092 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,092 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,092 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,092 - card_creation - INFO - vL - All Hits: 20.1 / Other OB: 3.9 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,092 - card_creation - INFO - vR - All Hits: 21.85 / Other OB: 2.4 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,092 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.600000000000001 2025-02-09 10:51:16,092 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.200000000000003 2025-02-09 10:51:16,092 - card_creation - INFO - vL: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,093 - card_creation - INFO - vR: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.35 / Single CF: 0 2025-02-09 10:51:16,093 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,093 - card_creation - INFO - raw do chances: 7.6 2025-02-09 10:51:16,093 - card_creation - INFO - Double**: 7.6 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-09 10:51:16,093 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,093 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:16,093 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: -0.04999999999999716 2025-02-09 10:51:16,093 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,093 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,093 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,093 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 53.0 2025-02-09 10:51:16,093 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 53.3 2025-02-09 10:51:16,093 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 31.05 / Current Outs: 60.05 2025-02-09 10:51:16,093 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 29.549999999999997 / Current Outs: 58.55 2025-02-09 10:51:16,093 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,093 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,093 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,093 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,093 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,094 - card_creation - INFO - vL - All Hits: 51.05 / Other OB: 16.6 / All Outs: 40.5 / Total: 29.0 2025-02-09 10:51:16,094 - card_creation - INFO - vR - All Hits: 23.0 / Other OB: 11.65 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,094 - card_creation - INFO - remaining singles: 0.0 / total xbh: 20.0 2025-02-09 10:51:16,094 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 10.5 2025-02-09 10:51:16,094 - card_creation - INFO - vL: All Hits: 51.05 / BP Singles: 5.0 / Single 2: 13.0 / Single 1: 0.0 / Single CF: 13.05 2025-02-09 10:51:16,094 - card_creation - INFO - vR: All Hits: 23.0 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,094 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,094 - card_creation - INFO - raw do chances: 18.0 2025-02-09 10:51:16,094 - card_creation - INFO - Double**: 0.0 / Double(cf): 18.0 / rem xbh: 2.0 2025-02-09 10:51:16,094 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-09 10:51:16,094 - card_creation - INFO - raw hr chances: 2.0 2025-02-09 10:51:16,094 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,094 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,094 - card_creation - INFO - hr%: 0.30 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:16,094 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,094 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 5.1 2025-02-09 10:51:16,094 - card_creation - INFO - Triple: 1.35 / rem xbh: 3.75 2025-02-09 10:51:16,094 - card_creation - INFO - raw hr chances: 3.75 2025-02-09 10:51:16,094 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-09 10:51:16,094 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,094 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 96.65 2025-02-09 10:51:16,094 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 63.65 2025-02-09 10:51:16,094 - card_creation - INFO - vL: All Outs: 40.5 / Ks: 11.349999999999998 / Current Outs: 40.35 2025-02-09 10:51:16,094 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 23.3 / Current Outs: 52.3 2025-02-09 10:51:16,094 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,094 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,094 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,094 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,094 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,094 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,095 - card_creation - INFO - vL - All Hits: 27.25 / Other OB: 3.9 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,095 - card_creation - INFO - vR - All Hits: 9.15 / Other OB: 12.25 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,095 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 10.850000000000001 2025-02-09 10:51:16,095 - card_creation - INFO - remaining singles: 0.9000000000000004 / total xbh: 4.15 2025-02-09 10:51:16,095 - card_creation - INFO - vL: All Hits: 27.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,095 - card_creation - INFO - vR: All Hits: 9.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,095 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:16,095 - card_creation - INFO - raw do chances: 10.3 2025-02-09 10:51:16,095 - card_creation - INFO - Double**: 10.3 / Double(cf): 0.0 / rem xbh: 0.5500000000000007 2025-02-09 10:51:16,095 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:16,095 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:16,095 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,095 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:16,095 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:16,095 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,095 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:16,095 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.9500000000000002 2025-02-09 10:51:16,095 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-09 10:51:16,095 - card_creation - INFO - raw hr chances: 1.95 2025-02-09 10:51:16,096 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-09 10:51:16,096 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,096 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 60.15 2025-02-09 10:51:16,096 - card_creation - INFO - vR: All other OB: 12.25 / HBP: 0 / BB: 12.25 / Total Chances: 50.4 2025-02-09 10:51:16,096 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 33.050000000000004 / Current Outs: 62.05 2025-02-09 10:51:16,096 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 34.7 / Current Outs: 63.7 2025-02-09 10:51:16,096 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-09 10:51:16,096 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-09 10:51:16,096 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,096 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,096 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,096 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,096 - card_creation - INFO - vL - All Hits: 16.65 / Other OB: 12.25 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:16,096 - card_creation - INFO - vR - All Hits: 14.05 / Other OB: 7.35 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,096 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.999999999999998 2025-02-09 10:51:16,097 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 4.0 2025-02-09 10:51:16,097 - card_creation - INFO - vL: All Hits: 16.65 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:16,097 - card_creation - INFO - vR: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,097 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:16,097 - card_creation - INFO - raw do chances: 6.4 2025-02-09 10:51:16,097 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 1.5999999999999979 2025-02-09 10:51:16,097 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:16,097 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:16,097 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,097 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:16,097 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:16,097 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,097 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-09 10:51:16,097 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:16,097 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:16,097 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,097 - card_creation - INFO - excess xbh: 0.8 2025-02-09 10:51:16,097 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-09 10:51:16,097 - card_creation - INFO - vL: All other OB: 12.25 / HBP: 2.0 / BB: 10.25 / Total Chances: 58.3 2025-02-09 10:51:16,097 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 0 / BB: 7.35 / Total Chances: 50.4 2025-02-09 10:51:16,097 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 29.7 / Current Outs: 58.7 2025-02-09 10:51:16,097 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 25.6 / Current Outs: 54.6 2025-02-09 10:51:16,097 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,097 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,097 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,097 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,097 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,097 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,098 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 3.9 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:16,098 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 6.25 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,098 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.95 2025-02-09 10:51:16,098 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 0.700000000000002 2025-02-09 10:51:16,098 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-09 10:51:16,098 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.85 / Single CF: 0 2025-02-09 10:51:16,098 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,098 - card_creation - INFO - raw do chances: 8.05 2025-02-09 10:51:16,098 - card_creation - INFO - Double**: 8.05 / Double(cf): 0.0 / rem xbh: 0.8999999999999986 2025-02-09 10:51:16,098 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:16,098 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:16,098 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,098 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:16,098 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-09 10:51:16,098 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,098 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,098 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.700000000000002 2025-02-09 10:51:16,098 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:16,098 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:16,098 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,098 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:16,098 - card_creation - INFO - Passing 0.7 xbh to single** 2025-02-09 10:51:16,098 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 49.1 2025-02-09 10:51:16,098 - card_creation - INFO - vR: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 52.6 2025-02-09 10:51:16,098 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 69.05 / Current Outs: 98.05 2025-02-09 10:51:16,098 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 29.7 / Current Outs: 58.7 2025-02-09 10:51:16,098 - card_creation - INFO - Remaining outs: -10.150000000000006 2025-02-09 10:51:16,098 - card_creation - INFO - Passing -10.150000000000006 outs to strikeouts 2025-02-09 10:51:16,098 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,098 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,099 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,099 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,099 - card_creation - INFO - vL - All Hits: 19.2 / Other OB: 6.75 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,099 - card_creation - INFO - vR - All Hits: 22.6 / Other OB: 12.7 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:16,099 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.6999999999999993 2025-02-09 10:51:16,099 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.200000000000003 2025-02-09 10:51:16,099 - card_creation - INFO - vL: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,099 - card_creation - INFO - vR: All Hits: 22.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,099 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,099 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,099 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.4999999999999991 2025-02-09 10:51:16,099 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:16,099 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:16,099 - card_creation - INFO - BP HR: 0 / ND HR: 0.5 2025-02-09 10:51:16,099 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,099 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,099 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:16,100 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 4.000000000000003 2025-02-09 10:51:16,100 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-09 10:51:16,100 - card_creation - INFO - raw hr chances: 4.0 2025-02-09 10:51:16,100 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.0 2025-02-09 10:51:16,100 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,100 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 54.95 2025-02-09 10:51:16,100 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 64.3 2025-02-09 10:51:16,100 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 14.199999999999998 / Current Outs: 43.2 2025-02-09 10:51:16,100 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 6.249999999999999 / Current Outs: 35.25 2025-02-09 10:51:16,100 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,100 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,100 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,100 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,100 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,100 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,100 - card_creation - INFO - vL - All Hits: 17.05 / Other OB: 13.85 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,100 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 5.75 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,101 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.8 2025-02-09 10:51:16,101 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 5.649999999999999 2025-02-09 10:51:16,101 - card_creation - INFO - vL: All Hits: 17.05 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-09 10:51:16,101 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,101 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-09 10:51:16,101 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,101 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.1000000000000005 2025-02-09 10:51:16,101 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:16,101 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:16,101 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-09 10:51:16,101 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,101 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-09 10:51:16,101 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,101 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.8999999999999986 2025-02-09 10:51:16,101 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:16,101 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:16,101 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-09 10:51:16,101 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,101 - card_creation - INFO - vL: All other OB: 13.85 / HBP: 0 / BB: 13.85 / Total Chances: 59.9 2025-02-09 10:51:16,101 - card_creation - INFO - vR: All other OB: 5.75 / HBP: 0 / BB: 5.75 / Total Chances: 54.9 2025-02-09 10:51:16,101 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 28.099999999999998 / Current Outs: 57.1 2025-02-09 10:51:16,101 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 32.2 / Current Outs: 61.2 2025-02-09 10:51:16,101 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,101 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,101 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,101 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,101 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,101 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,102 - card_creation - INFO - vL - All Hits: 28.95 / Other OB: 7.05 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:16,102 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 8.7 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,102 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.45 2025-02-09 10:51:16,102 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.700000000000003 2025-02-09 10:51:16,102 - card_creation - INFO - vL: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.75 2025-02-09 10:51:16,102 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,102 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:16,102 - card_creation - INFO - raw do chances: 6.5 2025-02-09 10:51:16,102 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.5 / rem xbh: 7.949999999999999 2025-02-09 10:51:16,102 - card_creation - INFO - Triple: 0 / rem xbh: 7.95 2025-02-09 10:51:16,102 - card_creation - INFO - raw hr chances: 7.95 2025-02-09 10:51:16,102 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.95 2025-02-09 10:51:16,102 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,102 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,102 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,102 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.5000000000000027 2025-02-09 10:51:16,102 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-09 10:51:16,102 - card_creation - INFO - raw hr chances: 2.5 2025-02-09 10:51:16,102 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-09 10:51:16,102 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,102 - card_creation - INFO - vL: All other OB: 7.05 / HBP: 2.0 / BB: 5.05 / Total Chances: 65.0 2025-02-09 10:51:16,102 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 55.3 2025-02-09 10:51:16,102 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 13.9 / Current Outs: 42.9 2025-02-09 10:51:16,102 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 13.249999999999998 / Current Outs: 42.25 2025-02-09 10:51:16,102 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,103 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,103 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,103 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,103 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,103 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,103 - card_creation - INFO - vL - All Hits: 15.35 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-09 10:51:16,103 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 9.0 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:16,103 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 3.0 2025-02-09 10:51:16,103 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.549999999999997 2025-02-09 10:51:16,103 - card_creation - INFO - vL: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-09 10:51:16,103 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 0.0 / Single CF: 3.3 2025-02-09 10:51:16,103 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,103 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,103 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-09 10:51:16,103 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-09 10:51:16,104 - card_creation - INFO - raw hr chances: 3.0 2025-02-09 10:51:16,104 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.0 2025-02-09 10:51:16,104 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,104 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:16,104 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:16,104 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.5 / rem xbh: 8.049999999999997 2025-02-09 10:51:16,104 - card_creation - INFO - Triple: 0 / rem xbh: 8.05 2025-02-09 10:51:16,104 - card_creation - INFO - raw hr chances: 8.05 2025-02-09 10:51:16,104 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.05 2025-02-09 10:51:16,104 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,104 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.85 2025-02-09 10:51:16,104 - card_creation - INFO - vR: All other OB: 9.0 / HBP: 0 / BB: 9.0 / Total Chances: 61.15 2025-02-09 10:51:16,104 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-09 10:51:16,104 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 32.95 / Current Outs: 61.95 2025-02-09 10:51:16,104 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,104 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,104 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,104 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,104 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,104 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,105 - card_creation - INFO - vL - All Hits: 19.1 / Other OB: 9.2 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:16,105 - card_creation - INFO - vR - All Hits: 22.85 / Other OB: 6.5 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:16,105 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.700000000000003 2025-02-09 10:51:16,105 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 7.35 2025-02-09 10:51:16,105 - card_creation - INFO - vL: All Hits: 19.1 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,105 - card_creation - INFO - vR: All Hits: 22.85 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,105 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:16,105 - card_creation - INFO - raw do chances: 2.55 2025-02-09 10:51:16,105 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 3.150000000000003 2025-02-09 10:51:16,105 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-09 10:51:16,105 - card_creation - INFO - raw hr chances: 3.15 2025-02-09 10:51:16,105 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.15 2025-02-09 10:51:16,105 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,105 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:16,105 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,105 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6499999999999995 2025-02-09 10:51:16,105 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:16,105 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:16,105 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-09 10:51:16,105 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,105 - card_creation - INFO - vL: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 57.3 2025-02-09 10:51:16,105 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 58.35 2025-02-09 10:51:16,105 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 25.749999999999996 / Current Outs: 54.75 2025-02-09 10:51:16,105 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-09 10:51:16,105 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,105 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,105 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,105 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,105 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,105 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,106 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 9.65 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:16,106 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 11.35 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:16,106 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.25 2025-02-09 10:51:16,106 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 9.15 2025-02-09 10:51:16,106 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,106 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.4 2025-02-09 10:51:16,106 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-09 10:51:16,106 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:16,106 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-09 10:51:16,106 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-09 10:51:16,106 - card_creation - INFO - raw hr chances: 2.15 2025-02-09 10:51:16,106 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-09 10:51:16,106 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,106 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:16,106 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,106 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.9 / rem xbh: 7.25 2025-02-09 10:51:16,106 - card_creation - INFO - Triple: 0 / rem xbh: 7.25 2025-02-09 10:51:16,106 - card_creation - INFO - raw hr chances: 7.25 2025-02-09 10:51:16,106 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.25 2025-02-09 10:51:16,106 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,106 - card_creation - INFO - vL: All other OB: 9.65 / HBP: 1.0 / BB: 8.65 / Total Chances: 58.9 2025-02-09 10:51:16,106 - card_creation - INFO - vR: All other OB: 11.35 / HBP: 1.0 / BB: 10.35 / Total Chances: 59.3 2025-02-09 10:51:16,107 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 22.3 / Current Outs: 51.3 2025-02-09 10:51:16,107 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 29.599999999999998 / Current Outs: 58.6 2025-02-09 10:51:16,107 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,107 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,107 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,107 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,107 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,107 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,107 - card_creation - INFO - vL - All Hits: 21.4 / Other OB: 8.65 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:16,107 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 2.75 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,107 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.599999999999998 2025-02-09 10:51:16,107 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.450000000000003 2025-02-09 10:51:16,107 - card_creation - INFO - vL: All Hits: 21.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,107 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,108 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:16,108 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,108 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.0999999999999979 2025-02-09 10:51:16,108 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,108 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,108 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,108 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:16,108 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:16,108 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,108 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:16,108 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.8500000000000028 2025-02-09 10:51:16,108 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:16,108 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:16,108 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,108 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:16,108 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:16,108 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 59.05 2025-02-09 10:51:16,108 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 49.6 2025-02-09 10:51:16,108 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-09 10:51:16,108 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 21.2 / Current Outs: 50.2 2025-02-09 10:51:16,108 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,108 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,108 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,108 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,108 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,108 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,109 - card_creation - INFO - vL - All Hits: 7.55 / Other OB: 16.9 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,109 - card_creation - INFO - vR - All Hits: 3.2 / Other OB: 8.45 / All Outs: 96.5 / Total: 29.0 2025-02-09 10:51:16,109 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.05 2025-02-09 10:51:16,109 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5500000000000003 2025-02-09 10:51:16,109 - card_creation - INFO - vL: All Hits: 7.55 / BP Singles: 0.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:16,109 - card_creation - INFO - vR: All Hits: 3.2 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:16,109 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,109 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:16,109 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-09 10:51:16,109 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-09 10:51:16,109 - card_creation - INFO - raw hr chances: 2.55 2025-02-09 10:51:16,109 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-09 10:51:16,109 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,109 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,109 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,109 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-09 10:51:16,109 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-09 10:51:16,109 - card_creation - INFO - raw hr chances: 1.55 2025-02-09 10:51:16,109 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-09 10:51:16,109 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,109 - card_creation - INFO - vL: All other OB: 16.9 / HBP: 0 / BB: 16.9 / Total Chances: 53.45 2025-02-09 10:51:16,109 - card_creation - INFO - vR: All other OB: 8.45 / HBP: 4.0 / BB: 4.45 / Total Chances: 40.65 2025-02-09 10:51:16,109 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 19.049999999999997 / Current Outs: 48.05 2025-02-09 10:51:16,109 - card_creation - INFO - vR: All Outs: 96.5 / Ks: 26.5 / Current Outs: 55.5 2025-02-09 10:51:16,109 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,109 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,109 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,109 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,109 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,109 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,110 - card_creation - INFO - vL - All Hits: 18.35 / Other OB: 29.85 / All Outs: 60.0 / Total: 29.0 2025-02-09 10:51:16,110 - card_creation - INFO - vR - All Hits: 24.3 / Other OB: 6.2 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:16,110 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.5000000000000018 2025-02-09 10:51:16,110 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.900000000000002 2025-02-09 10:51:16,110 - card_creation - INFO - vL: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,110 - card_creation - INFO - vR: All Hits: 24.3 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.7 2025-02-09 10:51:16,110 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,110 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:16,110 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 0.8000000000000016 2025-02-09 10:51:16,110 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-09 10:51:16,110 - card_creation - INFO - raw hr chances: 0.8 2025-02-09 10:51:16,110 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-09 10:51:16,110 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,110 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:16,110 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:16,110 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 6.250000000000002 2025-02-09 10:51:16,110 - card_creation - INFO - Triple: 0 / rem xbh: 6.25 2025-02-09 10:51:16,110 - card_creation - INFO - raw hr chances: 6.25 2025-02-09 10:51:16,110 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.25 2025-02-09 10:51:16,110 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,111 - card_creation - INFO - vL: All other OB: 29.85 / HBP: 0 / BB: 29.85 / Total Chances: 77.2 2025-02-09 10:51:16,111 - card_creation - INFO - vR: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 59.5 2025-02-09 10:51:16,111 - card_creation - INFO - vL: All Outs: 60.0 / Ks: 25.099999999999998 / Current Outs: 54.1 2025-02-09 10:51:16,111 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-09 10:51:16,111 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,111 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,111 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,111 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,111 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,111 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,111 - card_creation - INFO - vL - All Hits: 26.2 / Other OB: 15.7 / All Outs: 66.0 / Total: 29.0 2025-02-09 10:51:16,111 - card_creation - INFO - vR - All Hits: 16.5 / Other OB: 7.8 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,111 - card_creation - INFO - remaining singles: -0.25 / total xbh: 10.699999999999998 2025-02-09 10:51:16,112 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.0500000000000007 2025-02-09 10:51:16,112 - card_creation - INFO - vL: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,112 - card_creation - INFO - vR: All Hits: 16.5 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,112 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,112 - card_creation - INFO - raw do chances: 5.9 2025-02-09 10:51:16,112 - card_creation - INFO - Double**: 5.9 / Double(cf): 0.0 / rem xbh: 4.799999999999997 2025-02-09 10:51:16,112 - card_creation - INFO - Triple: 0 / rem xbh: 4.8 2025-02-09 10:51:16,112 - card_creation - INFO - raw hr chances: 4.8 2025-02-09 10:51:16,112 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.8 2025-02-09 10:51:16,112 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,112 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,112 - card_creation - INFO - raw do chances: 2.5 2025-02-09 10:51:16,112 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.5500000000000007 2025-02-09 10:51:16,112 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:16,112 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:16,112 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,112 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:16,112 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:16,112 - card_creation - INFO - vL: All other OB: 15.7 / HBP: 0 / BB: 15.7 / Total Chances: 70.9 2025-02-09 10:51:16,112 - card_creation - INFO - vR: All other OB: 7.8 / HBP: 1.0 / BB: 6.8 / Total Chances: 53.3 2025-02-09 10:51:16,112 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 12.249999999999998 / Current Outs: 41.25 2025-02-09 10:51:16,112 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 21.15 / Current Outs: 50.15 2025-02-09 10:51:16,112 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,112 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,112 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,112 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,112 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,112 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,113 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 13.75 / All Outs: 69.5 / Total: 29.0 2025-02-09 10:51:16,113 - card_creation - INFO - vR - All Hits: 15.3 / Other OB: 9.9 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,113 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.300000000000001 2025-02-09 10:51:16,113 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.6000000000000014 2025-02-09 10:51:16,113 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.25 / Single CF: 0 2025-02-09 10:51:16,113 - card_creation - INFO - vR: All Hits: 15.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,113 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,113 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,113 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.400000000000001 2025-02-09 10:51:16,113 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:16,113 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:16,113 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-09 10:51:16,113 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,113 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,113 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,113 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000014 2025-02-09 10:51:16,113 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:16,113 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:16,113 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-09 10:51:16,113 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,113 - card_creation - INFO - vL: All other OB: 13.75 / HBP: 2.0 / BB: 11.75 / Total Chances: 67.6 2025-02-09 10:51:16,113 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 54.2 2025-02-09 10:51:16,113 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 22.2 / Current Outs: 51.2 2025-02-09 10:51:16,113 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-09 10:51:16,113 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,113 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,114 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,114 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,114 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,114 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,114 - card_creation - INFO - vL - All Hits: 15.4 / Other OB: 2.7 / All Outs: 90.0 / Total: 29.0 2025-02-09 10:51:16,114 - card_creation - INFO - vR - All Hits: 13.05 / Other OB: 13.5 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,114 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9000000000000004 2025-02-09 10:51:16,114 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.25 2025-02-09 10:51:16,114 - card_creation - INFO - vL: All Hits: 15.4 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:16,114 - card_creation - INFO - vR: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,114 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,114 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,114 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9000000000000004 2025-02-09 10:51:16,114 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:16,114 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:16,114 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,114 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-09 10:51:16,114 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,115 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,115 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.5 2025-02-09 10:51:16,115 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:16,115 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:16,115 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,115 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:16,115 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:16,115 - card_creation - INFO - vL: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 47.2 2025-02-09 10:51:16,115 - card_creation - INFO - vR: All other OB: 13.5 / HBP: 5.0 / BB: 8.5 / Total Chances: 55.55 2025-02-09 10:51:16,115 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-09 10:51:16,115 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 9.45 / Current Outs: 38.45 2025-02-09 10:51:16,115 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,115 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,115 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,115 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,115 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,115 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,115 - card_creation - INFO - vL - All Hits: 25.55 / Other OB: 19.05 / All Outs: 63.5 / Total: 29.0 2025-02-09 10:51:16,115 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 8.4 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,116 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-09 10:51:16,116 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.650000000000002 2025-02-09 10:51:16,116 - card_creation - INFO - vL: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 8.3 / Single 1: 8.25 / Single CF: 0 2025-02-09 10:51:16,116 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,116 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-09 10:51:16,116 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:16,116 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.9 2025-02-09 10:51:16,116 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-09 10:51:16,116 - card_creation - INFO - raw hr chances: 1.9 2025-02-09 10:51:16,116 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,116 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-09 10:51:16,116 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,116 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:16,116 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.250000000000002 2025-02-09 10:51:16,116 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-09 10:51:16,116 - card_creation - INFO - raw hr chances: 2.25 2025-02-09 10:51:16,116 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-09 10:51:16,116 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,116 - card_creation - INFO - vL: All other OB: 19.05 / HBP: 0 / BB: 19.05 / Total Chances: 73.7 2025-02-09 10:51:16,116 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 4.0 / BB: 4.4 / Total Chances: 56.0 2025-02-09 10:51:16,116 - card_creation - INFO - vL: All Outs: 63.5 / Ks: 11.899999999999999 / Current Outs: 40.9 2025-02-09 10:51:16,116 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 11.549999999999997 / Current Outs: 40.55 2025-02-09 10:51:16,116 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,116 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,116 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,116 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,116 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,116 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,117 - card_creation - INFO - vL - All Hits: 23.85 / Other OB: 10.8 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,117 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 8.4 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,117 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 14.700000000000003 2025-02-09 10:51:16,117 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.1999999999999993 2025-02-09 10:51:16,117 - card_creation - INFO - vL: All Hits: 23.85 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 0.0 / Single CF: 1.95 2025-02-09 10:51:16,117 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-09 10:51:16,117 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:16,117 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:16,117 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.5 / rem xbh: 13.200000000000003 2025-02-09 10:51:16,117 - card_creation - INFO - Triple: 0 / rem xbh: 13.2 2025-02-09 10:51:16,117 - card_creation - INFO - raw hr chances: 13.2 2025-02-09 10:51:16,117 - card_creation - INFO - BP HR: 0.0 / ND HR: 13.2 2025-02-09 10:51:16,117 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,117 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,117 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,117 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-09 10:51:16,117 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,117 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,117 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,117 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:16,117 - card_creation - INFO - Passing 0.19999999999999996 xbh to single** 2025-02-09 10:51:16,117 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 63.65 2025-02-09 10:51:16,117 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 1.0 / BB: 7.4 / Total Chances: 56.35 2025-02-09 10:51:16,117 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 19.15 / Current Outs: 48.15 2025-02-09 10:51:16,117 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 10.55 / Current Outs: 39.55 2025-02-09 10:51:16,117 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,117 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,118 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:16,118 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:16,118 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,118 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,118 - card_creation - INFO - vL - All Hits: 23.15 / Other OB: 12.65 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:16,118 - card_creation - INFO - vR - All Hits: 24.75 / Other OB: 13.35 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:16,118 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.9499999999999975 2025-02-09 10:51:16,118 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 10.25 2025-02-09 10:51:16,118 - card_creation - INFO - vL: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,118 - card_creation - INFO - vR: All Hits: 24.75 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,118 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,118 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,118 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1999999999999975 2025-02-09 10:51:16,118 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-09 10:51:16,118 - card_creation - INFO - raw hr chances: 3.2 2025-02-09 10:51:16,119 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-09 10:51:16,119 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,119 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:16,119 - card_creation - INFO - raw do chances: 8.2 2025-02-09 10:51:16,119 - card_creation - INFO - Double**: 8.2 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-09 10:51:16,119 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:16,119 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:16,119 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,119 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-09 10:51:16,119 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-09 10:51:16,119 - card_creation - INFO - vL: All other OB: 12.65 / HBP: 0 / BB: 12.65 / Total Chances: 64.8 2025-02-09 10:51:16,119 - card_creation - INFO - vR: All other OB: 13.35 / HBP: 6.0 / BB: 7.35 / Total Chances: 67.1 2025-02-09 10:51:16,119 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 15.299999999999999 / Current Outs: 44.3 2025-02-09 10:51:16,119 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 17.6 / Current Outs: 46.6 2025-02-09 10:51:16,119 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,119 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,119 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,119 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,119 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,119 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,119 - card_creation - INFO - vL - All Hits: 8.65 / Other OB: 5.95 / All Outs: 93.5 / Total: 29.0 2025-02-09 10:51:16,120 - card_creation - INFO - vR - All Hits: 9.9 / Other OB: 11.3 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,120 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 1.25 2025-02-09 10:51:16,120 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.1 2025-02-09 10:51:16,120 - card_creation - INFO - vL: All Hits: 8.65 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,120 - card_creation - INFO - vR: All Hits: 9.9 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:16,120 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,120 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,120 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-09 10:51:16,120 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:16,120 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:16,120 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,120 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:16,120 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-09 10:51:16,120 - card_creation - INFO - hr%: 0.00 / tr%: 0.70 / do%: 0.30 2025-02-09 10:51:16,120 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:16,120 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 3.4999999999999996 2025-02-09 10:51:16,120 - card_creation - INFO - Triple: 2.5 / rem xbh: 1.0 2025-02-09 10:51:16,120 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:16,120 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,120 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,120 - card_creation - INFO - vL: All other OB: 5.95 / HBP: 0 / BB: 5.95 / Total Chances: 43.6 2025-02-09 10:51:16,120 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 9.0 / BB: 2.3 / Total Chances: 50.2 2025-02-09 10:51:16,120 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 42.0 / Current Outs: 71.0 2025-02-09 10:51:16,120 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 54.650000000000006 / Current Outs: 83.65 2025-02-09 10:51:16,120 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,120 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,120 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,120 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,120 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,120 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,121 - card_creation - INFO - vL - All Hits: 38.75 / Other OB: 18.1 / All Outs: 51.0 / Total: 29.0 2025-02-09 10:51:16,121 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 10.3 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,121 - card_creation - INFO - remaining singles: 3.552713678800501e-15 / total xbh: 6.049999999999999 2025-02-09 10:51:16,121 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.9499999999999993 2025-02-09 10:51:16,121 - card_creation - INFO - vL: All Hits: 38.75 / BP Singles: 5.0 / Single 2: 13.85 / Single 1: 13.85 / Single CF: 0 2025-02-09 10:51:16,121 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,121 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:16,121 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:16,121 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.799999999999999 2025-02-09 10:51:16,121 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:16,121 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:16,121 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,121 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-09 10:51:16,121 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,121 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:16,121 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.3499999999999992 2025-02-09 10:51:16,121 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-09 10:51:16,121 - card_creation - INFO - raw hr chances: 0.35 2025-02-09 10:51:16,121 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,121 - card_creation - INFO - excess xbh: 0.35 2025-02-09 10:51:16,121 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-09 10:51:16,121 - card_creation - INFO - vL: All other OB: 18.1 / HBP: 0 / BB: 18.1 / Total Chances: 86.05 2025-02-09 10:51:16,121 - card_creation - INFO - vR: All other OB: 10.3 / HBP: 2.0 / BB: 8.3 / Total Chances: 56.25 2025-02-09 10:51:16,122 - card_creation - INFO - vL: All Outs: 51.0 / Ks: 12.85 / Current Outs: 41.85 2025-02-09 10:51:16,122 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 22.65 / Current Outs: 51.65 2025-02-09 10:51:16,122 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,122 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,122 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,122 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,122 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,122 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,122 - card_creation - INFO - vL - All Hits: 20.95 / Other OB: 8.65 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:16,122 - card_creation - INFO - vR - All Hits: 17.9 / Other OB: 7.05 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,122 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 9.15 2025-02-09 10:51:16,122 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.399999999999999 2025-02-09 10:51:16,122 - card_creation - INFO - vL: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,122 - card_creation - INFO - vR: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,123 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:16,123 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,123 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.45 2025-02-09 10:51:16,123 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-09 10:51:16,123 - card_creation - INFO - raw hr chances: 3.45 2025-02-09 10:51:16,123 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.45 2025-02-09 10:51:16,123 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,123 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,123 - card_creation - INFO - raw do chances: 5.7 2025-02-09 10:51:16,123 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6999999999999984 2025-02-09 10:51:16,123 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:16,123 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:16,123 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-09 10:51:16,123 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,123 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 58.6 2025-02-09 10:51:16,123 - card_creation - INFO - vR: All other OB: 7.05 / HBP: 0 / BB: 7.05 / Total Chances: 53.95 2025-02-09 10:51:16,123 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 20.299999999999997 / Current Outs: 49.3 2025-02-09 10:51:16,123 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 15.899999999999999 / Current Outs: 44.9 2025-02-09 10:51:16,123 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,123 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,123 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,123 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,123 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,123 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,124 - card_creation - INFO - vL - All Hits: 32.8 / Other OB: 16.2 / All Outs: 59.0 / Total: 29.0 2025-02-09 10:51:16,124 - card_creation - INFO - vR - All Hits: 15.2 / Other OB: 16.35 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:16,124 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.299999999999997 2025-02-09 10:51:16,124 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.0 2025-02-09 10:51:16,124 - card_creation - INFO - vL: All Hits: 32.8 / BP Singles: 5.0 / Single 2: 8.75 / Single 1: 0.0 / Single CF: 8.75 2025-02-09 10:51:16,124 - card_creation - INFO - vR: All Hits: 15.2 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,124 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-09 10:51:16,124 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:16,124 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.1 / rem xbh: 8.199999999999998 2025-02-09 10:51:16,124 - card_creation - INFO - Triple: 0 / rem xbh: 8.2 2025-02-09 10:51:16,124 - card_creation - INFO - raw hr chances: 8.2 2025-02-09 10:51:16,124 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.2 2025-02-09 10:51:16,124 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,124 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,124 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,124 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-09 10:51:16,124 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-09 10:51:16,124 - card_creation - INFO - raw hr chances: 2.25 2025-02-09 10:51:16,124 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-09 10:51:16,124 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,124 - card_creation - INFO - vL: All other OB: 16.2 / HBP: 0 / BB: 16.2 / Total Chances: 78.0 2025-02-09 10:51:16,124 - card_creation - INFO - vR: All other OB: 16.35 / HBP: 6.0 / BB: 10.35 / Total Chances: 60.55 2025-02-09 10:51:16,124 - card_creation - INFO - vL: All Outs: 59.0 / Ks: 34.75000000000001 / Current Outs: 63.75 2025-02-09 10:51:16,124 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 21.6 / Current Outs: 50.6 2025-02-09 10:51:16,124 - card_creation - INFO - Remaining outs: -4.75 2025-02-09 10:51:16,124 - card_creation - INFO - Passing -4.75 outs to strikeouts 2025-02-09 10:51:16,124 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,124 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,124 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,124 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,125 - card_creation - INFO - vL - All Hits: 12.1 / Other OB: 18.0 / All Outs: 78.0 / Total: 29.0 2025-02-09 10:51:16,125 - card_creation - INFO - vR - All Hits: 9.4 / Other OB: 11.9 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,125 - card_creation - INFO - remaining singles: 0.9999999999999996 / total xbh: 6.0 2025-02-09 10:51:16,125 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 4.4 2025-02-09 10:51:16,125 - card_creation - INFO - vL: All Hits: 12.1 / BP Singles: 5.0 / Single 2: 1.1 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,125 - card_creation - INFO - vR: All Hits: 9.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,125 - card_creation - INFO - hr%: 0.30 / tr%: 0.30 / do%: 0.45 2025-02-09 10:51:16,125 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,125 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 3.25 2025-02-09 10:51:16,125 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-09 10:51:16,125 - card_creation - INFO - raw hr chances: 3.25 2025-02-09 10:51:16,125 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-09 10:51:16,125 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,125 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,125 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:16,125 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.0000000000000004 2025-02-09 10:51:16,125 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-09 10:51:16,125 - card_creation - INFO - raw hr chances: 2.0 2025-02-09 10:51:16,125 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,125 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,125 - card_creation - INFO - vL: All other OB: 18.0 / HBP: 0 / BB: 18.0 / Total Chances: 59.1 2025-02-09 10:51:16,125 - card_creation - INFO - vR: All other OB: 11.9 / HBP: 0 / BB: 11.9 / Total Chances: 50.3 2025-02-09 10:51:16,126 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 30.95 / Current Outs: 59.95 2025-02-09 10:51:16,126 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 22.049999999999997 / Current Outs: 51.05 2025-02-09 10:51:16,126 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,126 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,126 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,126 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,126 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,126 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,126 - card_creation - INFO - vL - All Hits: 21.8 / Other OB: 12.2 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,126 - card_creation - INFO - vR - All Hits: 16.85 / Other OB: 4.25 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,126 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.3000000000000025 2025-02-09 10:51:16,126 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 7.700000000000003 2025-02-09 10:51:16,126 - card_creation - INFO - vL: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,127 - card_creation - INFO - vR: All Hits: 16.85 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-09 10:51:16,127 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,127 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,127 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.1000000000000023 2025-02-09 10:51:16,127 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-09 10:51:16,127 - card_creation - INFO - raw hr chances: 3.1 2025-02-09 10:51:16,127 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.1 2025-02-09 10:51:16,127 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,127 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,127 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:16,127 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 3.450000000000003 2025-02-09 10:51:16,127 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-09 10:51:16,127 - card_creation - INFO - raw hr chances: 3.45 2025-02-09 10:51:16,127 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.45 2025-02-09 10:51:16,127 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,127 - card_creation - INFO - vL: All other OB: 12.2 / HBP: 1.0 / BB: 11.2 / Total Chances: 63.0 2025-02-09 10:51:16,127 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 50.1 2025-02-09 10:51:16,127 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 17.75 / Current Outs: 46.75 2025-02-09 10:51:16,127 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 18.7 / Current Outs: 47.7 2025-02-09 10:51:16,127 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,127 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,127 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,127 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,127 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,127 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,128 - card_creation - INFO - vL - All Hits: 22.45 / Other OB: 13.5 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:16,128 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 6.1 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,128 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 6.649999999999997 2025-02-09 10:51:16,128 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.600000000000001 2025-02-09 10:51:16,128 - card_creation - INFO - vL: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,128 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:16,128 - card_creation - INFO - hr%: 0.25 / tr%: 0.15 / do%: 0.60 2025-02-09 10:51:16,128 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,128 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.4499999999999966 2025-02-09 10:51:16,128 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-09 10:51:16,128 - card_creation - INFO - raw hr chances: 2.45 2025-02-09 10:51:16,128 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-09 10:51:16,128 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,128 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,128 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,128 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.1000000000000014 2025-02-09 10:51:16,128 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:16,128 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:16,128 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-09 10:51:16,128 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,128 - card_creation - INFO - vL: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 64.95 2025-02-09 10:51:16,128 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 53.7 2025-02-09 10:51:16,128 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 17.45 / Current Outs: 46.45 2025-02-09 10:51:16,128 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 13.850000000000001 / Current Outs: 42.85 2025-02-09 10:51:16,128 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,128 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,128 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,129 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,129 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,129 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,129 - card_creation - INFO - vL - All Hits: 25.9 / Other OB: 5.7 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:16,129 - card_creation - INFO - vR - All Hits: 9.0 / Other OB: 2.5 / All Outs: 96.5 / Total: 29.0 2025-02-09 10:51:16,129 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 6.5 2025-02-09 10:51:16,129 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 1.5999999999999996 2025-02-09 10:51:16,129 - card_creation - INFO - vL: All Hits: 25.9 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.2 / Single CF: 0 2025-02-09 10:51:16,129 - card_creation - INFO - vR: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,129 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,129 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,129 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:16,129 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,129 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,129 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:16,129 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,129 - card_creation - INFO - hr%: 0.75 / tr%: 0.25 / do%: 0.00 2025-02-09 10:51:16,130 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,130 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-09 10:51:16,130 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-09 10:51:16,130 - card_creation - INFO - raw hr chances: 1.6 2025-02-09 10:51:16,130 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,130 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-09 10:51:16,130 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 60.6 2025-02-09 10:51:16,130 - card_creation - INFO - vR: All other OB: 2.5 / HBP: 0 / BB: 2.5 / Total Chances: 40.9 2025-02-09 10:51:16,130 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 9.249999999999998 / Current Outs: 38.25 2025-02-09 10:51:16,130 - card_creation - INFO - vR: All Outs: 96.5 / Ks: 19.45 / Current Outs: 48.45 2025-02-09 10:51:16,130 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,130 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,130 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,130 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,130 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,130 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,130 - card_creation - INFO - vL - All Hits: 20.3 / Other OB: 7.45 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,130 - card_creation - INFO - vR - All Hits: 8.4 / Other OB: 6.45 / All Outs: 93.0 / Total: 29.0 2025-02-09 10:51:16,131 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.3 2025-02-09 10:51:16,131 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.1000000000000005 2025-02-09 10:51:16,131 - card_creation - INFO - vL: All Hits: 20.3 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:16,131 - card_creation - INFO - vR: All Hits: 8.4 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:16,131 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,131 - card_creation - INFO - raw do chances: 7.45 2025-02-09 10:51:16,131 - card_creation - INFO - Double**: 7.45 / Double(cf): 0.0 / rem xbh: 0.8500000000000005 2025-02-09 10:51:16,131 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:16,131 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:16,131 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,131 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:16,131 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:16,131 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:16,131 - card_creation - INFO - raw do chances: 1.25 2025-02-09 10:51:16,131 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 2.8500000000000005 2025-02-09 10:51:16,131 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:16,131 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:16,131 - card_creation - INFO - BP HR: 0.0 / ND HR: 2.85 2025-02-09 10:51:16,131 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,131 - card_creation - INFO - vL: All other OB: 7.45 / HBP: 0 / BB: 7.45 / Total Chances: 56.75 2025-02-09 10:51:16,131 - card_creation - INFO - vR: All other OB: 6.45 / HBP: 1.0 / BB: 5.45 / Total Chances: 43.85 2025-02-09 10:51:16,131 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 21.5 / Current Outs: 50.5 2025-02-09 10:51:16,131 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 47.5 / Current Outs: 76.5 2025-02-09 10:51:16,131 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,131 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,131 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,131 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,131 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,131 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,132 - card_creation - INFO - vL - All Hits: 15.45 / Other OB: 15.45 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,132 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 3.75 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,132 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 9.1 2025-02-09 10:51:16,132 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 7.150000000000002 2025-02-09 10:51:16,132 - card_creation - INFO - vL: All Hits: 15.45 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.35 2025-02-09 10:51:16,132 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,132 - card_creation - INFO - hr%: 0.50 / tr%: 0.45 / do%: 0.05 2025-02-09 10:51:16,132 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,132 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 9.1 2025-02-09 10:51:16,132 - card_creation - INFO - Triple: 4.2 / rem xbh: 4.9 2025-02-09 10:51:16,132 - card_creation - INFO - raw hr chances: 4.9 2025-02-09 10:51:16,132 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.9000000000000004 2025-02-09 10:51:16,132 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,132 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,132 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,132 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.400000000000002 2025-02-09 10:51:16,132 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-09 10:51:16,132 - card_creation - INFO - raw hr chances: 2.4 2025-02-09 10:51:16,132 - card_creation - INFO - BP HR: 0 / ND HR: 2.4 2025-02-09 10:51:16,132 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,132 - card_creation - INFO - vL: All other OB: 15.45 / HBP: 0 / BB: 15.45 / Total Chances: 59.9 2025-02-09 10:51:16,132 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 50.35 2025-02-09 10:51:16,132 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 21.5 / Current Outs: 50.5 2025-02-09 10:51:16,132 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 34.2 / Current Outs: 63.2 2025-02-09 10:51:16,133 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,133 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,133 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,133 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,133 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,133 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,133 - card_creation - INFO - vL - All Hits: 25.7 / Other OB: 6.45 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:16,133 - card_creation - INFO - vR - All Hits: 13.0 / Other OB: 3.25 / All Outs: 92.0 / Total: 29.0 2025-02-09 10:51:16,133 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.149999999999999 2025-02-09 10:51:16,133 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.35 2025-02-09 10:51:16,133 - card_creation - INFO - vL: All Hits: 25.7 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.75 / Single CF: 0 2025-02-09 10:51:16,133 - card_creation - INFO - vR: All Hits: 13.0 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.75 / Single CF: 0 2025-02-09 10:51:16,133 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,133 - card_creation - INFO - raw do chances: 8.25 2025-02-09 10:51:16,133 - card_creation - INFO - Double**: 8.25 / Double(cf): 0.0 / rem xbh: 0.8999999999999986 2025-02-09 10:51:16,133 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-09 10:51:16,133 - card_creation - INFO - raw hr chances: 0.9 2025-02-09 10:51:16,134 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,134 - card_creation - INFO - excess xbh: 0.9 2025-02-09 10:51:16,134 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-09 10:51:16,134 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:16,134 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,134 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-09 10:51:16,134 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,134 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,134 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,134 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:16,134 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:16,134 - card_creation - INFO - vL: All other OB: 6.45 / HBP: 0 / BB: 6.45 / Total Chances: 61.15 2025-02-09 10:51:16,134 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 45.25 2025-02-09 10:51:16,134 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 15.499999999999998 / Current Outs: 44.5 2025-02-09 10:51:16,134 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 21.7 / Current Outs: 50.7 2025-02-09 10:51:16,134 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,134 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,134 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,134 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,134 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,134 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,135 - card_creation - INFO - vL - All Hits: 7.55 / Other OB: 12.0 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:16,135 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 8.0 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,135 - card_creation - INFO - remaining singles: 0.8499999999999996 / total xbh: 2.55 2025-02-09 10:51:16,135 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-09 10:51:16,135 - card_creation - INFO - vL: All Hits: 7.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,135 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,135 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,135 - card_creation - INFO - raw do chances: 2.55 2025-02-09 10:51:16,135 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:16,135 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,135 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,135 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,135 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,135 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-09 10:51:16,135 - card_creation - INFO - raw do chances: 5.1 2025-02-09 10:51:16,135 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.700000000000001 2025-02-09 10:51:16,135 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:16,135 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:16,135 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-09 10:51:16,135 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,135 - card_creation - INFO - vL: All other OB: 12.0 / HBP: 3.0 / BB: 9.0 / Total Chances: 48.55 2025-02-09 10:51:16,135 - card_creation - INFO - vR: All other OB: 8.0 / HBP: 1.0 / BB: 7.0 / Total Chances: 55.5 2025-02-09 10:51:16,135 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 64.95 / Current Outs: 93.95 2025-02-09 10:51:16,135 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 37.95 / Current Outs: 66.95 2025-02-09 10:51:16,135 - card_creation - INFO - Remaining outs: -5.5 2025-02-09 10:51:16,135 - card_creation - INFO - Passing -5.5 outs to strikeouts 2025-02-09 10:51:16,135 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-09 10:51:16,135 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-09 10:51:16,135 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,135 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,136 - card_creation - INFO - vL - All Hits: 51.05 / Other OB: 21.6 / All Outs: 35.5 / Total: 29.0 2025-02-09 10:51:16,136 - card_creation - INFO - vR - All Hits: 8.75 / Other OB: 2.1 / All Outs: 97.0 / Total: 29.0 2025-02-09 10:51:16,136 - card_creation - INFO - remaining singles: -3.552713678800501e-15 / total xbh: 8.899999999999999 2025-02-09 10:51:16,136 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.25 2025-02-09 10:51:16,136 - card_creation - INFO - vL: All Hits: 51.05 / BP Singles: 5.0 / Single 2: 18.6 / Single 1: 18.55 / Single CF: 0 2025-02-09 10:51:16,136 - card_creation - INFO - vR: All Hits: 8.75 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:16,136 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-09 10:51:16,136 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,136 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 6.649999999999999 2025-02-09 10:51:16,136 - card_creation - INFO - Triple: 0 / rem xbh: 6.65 2025-02-09 10:51:16,136 - card_creation - INFO - raw hr chances: 6.65 2025-02-09 10:51:16,136 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.6500000000000004 2025-02-09 10:51:16,136 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,136 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,136 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,136 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-09 10:51:16,136 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:16,136 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:16,136 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-09 10:51:16,136 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,136 - card_creation - INFO - vL: All other OB: 21.6 / HBP: 0 / BB: 21.6 / Total Chances: 101.65 2025-02-09 10:51:16,136 - card_creation - INFO - vR: All other OB: 2.1 / HBP: 0 / BB: 2.1 / Total Chances: 39.85 2025-02-09 10:51:16,137 - card_creation - INFO - vL: All Outs: 35.5 / Ks: 8.35 / Current Outs: 37.35 2025-02-09 10:51:16,137 - card_creation - INFO - vR: All Outs: 97.0 / Ks: 33.85 / Current Outs: 62.85 2025-02-09 10:51:16,137 - card_creation - INFO - Remaining outs: -2.0 2025-02-09 10:51:16,137 - card_creation - INFO - Passing -2.0 outs to strikeouts 2025-02-09 10:51:16,137 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,137 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,137 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,137 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,137 - card_creation - INFO - vL - All Hits: 6.05 / Other OB: 10.15 / All Outs: 92.0 / Total: 29.0 2025-02-09 10:51:16,137 - card_creation - INFO - vR - All Hits: 9.45 / Other OB: 13.9 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,137 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-09 10:51:16,137 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 4.449999999999999 2025-02-09 10:51:16,137 - card_creation - INFO - vL: All Hits: 6.05 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:16,137 - card_creation - INFO - vR: All Hits: 9.45 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,137 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-09 10:51:16,137 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,137 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-09 10:51:16,138 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-09 10:51:16,138 - card_creation - INFO - raw hr chances: 1.25 2025-02-09 10:51:16,138 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,138 - card_creation - INFO - excess xbh: 0.25 2025-02-09 10:51:16,138 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-09 10:51:16,138 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,138 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,138 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-09 10:51:16,138 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,138 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,138 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,138 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,138 - card_creation - INFO - vL: All other OB: 10.15 / HBP: 0 / BB: 10.15 / Total Chances: 45.2 2025-02-09 10:51:16,138 - card_creation - INFO - vR: All other OB: 13.9 / HBP: 0 / BB: 13.9 / Total Chances: 52.4 2025-02-09 10:51:16,138 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 33.800000000000004 / Current Outs: 62.8 2025-02-09 10:51:16,138 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 20.05 / Current Outs: 49.05 2025-02-09 10:51:16,138 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,138 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,138 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,138 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,138 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,138 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,139 - card_creation - INFO - vL - All Hits: 27.95 / Other OB: 4.75 / All Outs: 75.5 / Total: 29.0 2025-02-09 10:51:16,139 - card_creation - INFO - vR - All Hits: 23.9 / Other OB: 10.55 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,139 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 9.8 2025-02-09 10:51:16,139 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 8.1 2025-02-09 10:51:16,139 - card_creation - INFO - vL: All Hits: 27.95 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.6 / Single CF: 0 2025-02-09 10:51:16,139 - card_creation - INFO - vR: All Hits: 23.9 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,139 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.85 2025-02-09 10:51:16,139 - card_creation - INFO - raw do chances: 8.35 2025-02-09 10:51:16,139 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-09 10:51:16,139 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:16,139 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:16,139 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,139 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:16,139 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:16,139 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:16,139 - card_creation - INFO - raw do chances: 6.05 2025-02-09 10:51:16,139 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-09 10:51:16,139 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-09 10:51:16,139 - card_creation - INFO - raw hr chances: 2.05 2025-02-09 10:51:16,139 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-09 10:51:16,139 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,139 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 61.7 2025-02-09 10:51:16,139 - card_creation - INFO - vR: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 63.45 2025-02-09 10:51:16,139 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 16.2 / Current Outs: 45.2 2025-02-09 10:51:16,139 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 27.4 / Current Outs: 56.4 2025-02-09 10:51:16,139 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,139 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,139 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,139 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,139 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,139 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,140 - card_creation - INFO - vL - All Hits: 14.0 / Other OB: 9.6 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,140 - card_creation - INFO - vR - All Hits: 14.6 / Other OB: 12.4 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,140 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.35 2025-02-09 10:51:16,140 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.6000000000000014 2025-02-09 10:51:16,140 - card_creation - INFO - vL: All Hits: 14.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-09 10:51:16,140 - card_creation - INFO - vR: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-09 10:51:16,140 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,140 - card_creation - INFO - raw do chances: 6.6 2025-02-09 10:51:16,140 - card_creation - INFO - Double**: 6.6 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-09 10:51:16,140 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-09 10:51:16,140 - card_creation - INFO - raw hr chances: 0.75 2025-02-09 10:51:16,140 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,140 - card_creation - INFO - excess xbh: 0.75 2025-02-09 10:51:16,140 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-09 10:51:16,140 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:16,140 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,140 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.3500000000000014 2025-02-09 10:51:16,140 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-09 10:51:16,140 - card_creation - INFO - raw hr chances: 0.35 2025-02-09 10:51:16,140 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,140 - card_creation - INFO - excess xbh: 0.35 2025-02-09 10:51:16,140 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-09 10:51:16,140 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 52.6 2025-02-09 10:51:16,140 - card_creation - INFO - vR: All other OB: 12.4 / HBP: 1.0 / BB: 11.4 / Total Chances: 56.0 2025-02-09 10:51:16,141 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 35.35 / Current Outs: 64.35 2025-02-09 10:51:16,141 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 27.55 / Current Outs: 56.55 2025-02-09 10:51:16,141 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,141 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,141 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,141 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,141 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,141 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,141 - card_creation - INFO - vL - All Hits: 24.15 / Other OB: 7.1 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,141 - card_creation - INFO - vR - All Hits: 20.95 / Other OB: 5.7 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,141 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.349999999999998 2025-02-09 10:51:16,141 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 6.449999999999999 2025-02-09 10:51:16,142 - card_creation - INFO - vL: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,142 - card_creation - INFO - vR: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,142 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-09 10:51:16,142 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,142 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.599999999999998 2025-02-09 10:51:16,142 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:16,142 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:16,142 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-09 10:51:16,142 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,142 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,142 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:16,142 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.849999999999999 2025-02-09 10:51:16,142 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-09 10:51:16,142 - card_creation - INFO - raw hr chances: 2.85 2025-02-09 10:51:16,142 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-09 10:51:16,142 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,142 - card_creation - INFO - vL: All other OB: 7.1 / HBP: 1.0 / BB: 6.1 / Total Chances: 60.25 2025-02-09 10:51:16,142 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 3.0 / BB: 2.7 / Total Chances: 55.65 2025-02-09 10:51:16,142 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 13.85 / Current Outs: 42.85 2025-02-09 10:51:16,142 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-09 10:51:16,142 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,142 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,142 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,142 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,142 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,142 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,143 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 8.7 / All Outs: 87.0 / Total: 29.0 2025-02-09 10:51:16,143 - card_creation - INFO - vR - All Hits: 25.65 / Other OB: 8.4 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,143 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.7500000000000009 2025-02-09 10:51:16,143 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.300000000000001 2025-02-09 10:51:16,143 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,143 - card_creation - INFO - vR: All Hits: 25.65 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.65 / Single CF: 0 2025-02-09 10:51:16,143 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,143 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,143 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.5500000000000009 2025-02-09 10:51:16,143 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-09 10:51:16,143 - card_creation - INFO - raw hr chances: 0.55 2025-02-09 10:51:16,143 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,143 - card_creation - INFO - excess xbh: 0.55 2025-02-09 10:51:16,143 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-09 10:51:16,143 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,143 - card_creation - INFO - raw do chances: 5.85 2025-02-09 10:51:16,143 - card_creation - INFO - Double**: 5.85 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-09 10:51:16,143 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:16,143 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:16,143 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,143 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:16,143 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:16,143 - card_creation - INFO - vL: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 50.0 2025-02-09 10:51:16,143 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 63.05 2025-02-09 10:51:16,143 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 34.25 / Current Outs: 63.25 2025-02-09 10:51:16,143 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 14.549999999999997 / Current Outs: 43.55 2025-02-09 10:51:16,143 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,143 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,143 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,143 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,143 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,143 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,144 - card_creation - INFO - vL - All Hits: 27.4 / Other OB: 14.55 / All Outs: 66.0 / Total: 29.0 2025-02-09 10:51:16,144 - card_creation - INFO - vR - All Hits: 22.15 / Other OB: 13.55 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:16,144 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 13.649999999999999 2025-02-09 10:51:16,144 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 11.7 2025-02-09 10:51:16,144 - card_creation - INFO - vL: All Hits: 27.4 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 0.0 / Single CF: 4.25 2025-02-09 10:51:16,144 - card_creation - INFO - vR: All Hits: 22.15 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.7 2025-02-09 10:51:16,144 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,144 - card_creation - INFO - raw do chances: 8.2 2025-02-09 10:51:16,144 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.2 / rem xbh: 5.449999999999999 2025-02-09 10:51:16,144 - card_creation - INFO - Triple: 0 / rem xbh: 5.45 2025-02-09 10:51:16,144 - card_creation - INFO - raw hr chances: 5.45 2025-02-09 10:51:16,144 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.45 2025-02-09 10:51:16,144 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,144 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-09 10:51:16,144 - card_creation - INFO - raw do chances: 2.4 2025-02-09 10:51:16,144 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.4 / rem xbh: 9.299999999999999 2025-02-09 10:51:16,144 - card_creation - INFO - Triple: 0 / rem xbh: 9.3 2025-02-09 10:51:16,145 - card_creation - INFO - raw hr chances: 9.3 2025-02-09 10:51:16,145 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.3 2025-02-09 10:51:16,145 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,145 - card_creation - INFO - vL: All other OB: 14.55 / HBP: 0 / BB: 14.55 / Total Chances: 70.95 2025-02-09 10:51:16,145 - card_creation - INFO - vR: All other OB: 13.55 / HBP: 0 / BB: 13.55 / Total Chances: 64.7 2025-02-09 10:51:16,145 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 22.400000000000002 / Current Outs: 51.4 2025-02-09 10:51:16,145 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 11.399999999999997 / Current Outs: 40.4 2025-02-09 10:51:16,145 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,145 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,145 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,145 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,145 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,145 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,145 - card_creation - INFO - vL - All Hits: 14.45 / Other OB: 2.4 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:16,145 - card_creation - INFO - vR - All Hits: 20.1 / Other OB: 7.35 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,146 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.0500000000000007 2025-02-09 10:51:16,146 - card_creation - INFO - remaining singles: -0.14999999999999947 / total xbh: 6.400000000000002 2025-02-09 10:51:16,146 - card_creation - INFO - vL: All Hits: 14.45 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,146 - card_creation - INFO - vR: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-09 10:51:16,146 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,146 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,146 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.14999999999999947 2025-02-09 10:51:16,146 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-09 10:51:16,146 - card_creation - INFO - raw hr chances: -0.15 2025-02-09 10:51:16,146 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,146 - card_creation - INFO - excess xbh: -0.15 2025-02-09 10:51:16,146 - card_creation - INFO - hr%: 0.20 / tr%: 0.30 / do%: 0.50 2025-02-09 10:51:16,146 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,146 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.150000000000002 2025-02-09 10:51:16,146 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-09 10:51:16,146 - card_creation - INFO - raw hr chances: 3.15 2025-02-09 10:51:16,146 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:16,146 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-09 10:51:16,146 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-09 10:51:16,146 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 2.0 / BB: 0.4 / Total Chances: 46.0 2025-02-09 10:51:16,146 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 0 / BB: 7.35 / Total Chances: 56.45 2025-02-09 10:51:16,146 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 30.55 / Current Outs: 59.55 2025-02-09 10:51:16,146 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 22.599999999999998 / Current Outs: 51.6 2025-02-09 10:51:16,146 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,146 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,146 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,146 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,146 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,146 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,147 - card_creation - INFO - vL - All Hits: 8.35 / Other OB: 20.85 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:16,147 - card_creation - INFO - vR - All Hits: 25.25 / Other OB: 7.95 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:16,147 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.549999999999999 2025-02-09 10:51:16,147 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.300000000000001 2025-02-09 10:51:16,147 - card_creation - INFO - vL: All Hits: 8.35 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,147 - card_creation - INFO - vR: All Hits: 25.25 / BP Singles: 5.0 / Single 2: 7.5 / Single 1: 7.45 / Single CF: 0 2025-02-09 10:51:16,147 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,147 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:16,147 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.149999999999999 2025-02-09 10:51:16,147 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-09 10:51:16,147 - card_creation - INFO - raw hr chances: 1.15 2025-02-09 10:51:16,147 - card_creation - INFO - BP HR: 0 / ND HR: 1.15 2025-02-09 10:51:16,147 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,147 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,147 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,147 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000005 2025-02-09 10:51:16,147 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,147 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,147 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:16,147 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,147 - card_creation - INFO - vL: All other OB: 20.85 / HBP: 2.0 / BB: 18.85 / Total Chances: 58.2 2025-02-09 10:51:16,147 - card_creation - INFO - vR: All other OB: 7.95 / HBP: 2.0 / BB: 5.95 / Total Chances: 62.2 2025-02-09 10:51:16,147 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 14.099999999999996 / Current Outs: 43.1 2025-02-09 10:51:16,147 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 16.0 / Current Outs: 45.0 2025-02-09 10:51:16,148 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,148 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,148 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,148 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,148 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,148 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,148 - card_creation - INFO - vL - All Hits: 27.1 / Other OB: 13.35 / All Outs: 67.5 / Total: 29.0 2025-02-09 10:51:16,148 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 11.65 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,148 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 10.650000000000002 2025-02-09 10:51:16,148 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.0 2025-02-09 10:51:16,148 - card_creation - INFO - vL: All Hits: 27.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.75 / Single CF: 0 2025-02-09 10:51:16,148 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,148 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-09 10:51:16,148 - card_creation - INFO - raw do chances: 4.8 2025-02-09 10:51:16,148 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 5.850000000000002 2025-02-09 10:51:16,148 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-09 10:51:16,148 - card_creation - INFO - raw hr chances: 5.85 2025-02-09 10:51:16,148 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-09 10:51:16,148 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,149 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,149 - card_creation - INFO - raw do chances: 1.05 2025-02-09 10:51:16,149 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: -0.050000000000000044 2025-02-09 10:51:16,149 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,149 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,149 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,149 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,149 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 1.0 / BB: 12.35 / Total Chances: 69.45 2025-02-09 10:51:16,149 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 3.0 / BB: 8.65 / Total Chances: 50.5 2025-02-09 10:51:16,149 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 19.599999999999998 / Current Outs: 48.6 2025-02-09 10:51:16,149 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 22.299999999999997 / Current Outs: 51.3 2025-02-09 10:51:16,149 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,149 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,149 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,149 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,149 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,149 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,149 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 18.65 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:16,149 - card_creation - INFO - vR - All Hits: 13.05 / Other OB: 3.6 / All Outs: 91.5 / Total: 29.0 2025-02-09 10:51:16,150 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.3999999999999986 2025-02-09 10:51:16,150 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 0.9500000000000011 2025-02-09 10:51:16,150 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,150 - card_creation - INFO - vR: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-09 10:51:16,150 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,150 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:16,150 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: -1.3322676295501878e-15 2025-02-09 10:51:16,150 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,150 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,150 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,150 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,150 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,150 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,150 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000011 2025-02-09 10:51:16,150 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-09 10:51:16,150 - card_creation - INFO - raw hr chances: 0.95 2025-02-09 10:51:16,150 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,150 - card_creation - INFO - excess xbh: 0.95 2025-02-09 10:51:16,150 - card_creation - INFO - Passing 0.95 xbh to single** 2025-02-09 10:51:16,150 - card_creation - INFO - vL: All other OB: 18.65 / HBP: 0 / BB: 18.65 / Total Chances: 62.0 2025-02-09 10:51:16,150 - card_creation - INFO - vR: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 45.65 2025-02-09 10:51:16,150 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 28.3 / Current Outs: 57.3 2025-02-09 10:51:16,150 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 30.349999999999998 / Current Outs: 59.35 2025-02-09 10:51:16,150 - card_creation - INFO - Remaining outs: -0.25 2025-02-09 10:51:16,150 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-09 10:51:16,150 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,150 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,150 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,150 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,151 - card_creation - INFO - vL - All Hits: 17.2 / Other OB: 11.4 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:16,151 - card_creation - INFO - vR - All Hits: 8.6 / Other OB: 8.75 / All Outs: 90.5 / Total: 29.0 2025-02-09 10:51:16,151 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 1.3999999999999986 2025-02-09 10:51:16,151 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 2.3999999999999995 2025-02-09 10:51:16,151 - card_creation - INFO - vL: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-09 10:51:16,151 - card_creation - INFO - vR: All Hits: 8.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,151 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,151 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,151 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3999999999999986 2025-02-09 10:51:16,151 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-09 10:51:16,151 - card_creation - INFO - raw hr chances: 1.4 2025-02-09 10:51:16,151 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,151 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-09 10:51:16,151 - card_creation - INFO - Passing 0.3999999999999999 xbh to single** 2025-02-09 10:51:16,151 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,151 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,151 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.49999999999999956 2025-02-09 10:51:16,151 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-09 10:51:16,151 - card_creation - INFO - raw hr chances: 0.5 2025-02-09 10:51:16,151 - card_creation - INFO - BP HR: 0 / ND HR: 0.5 2025-02-09 10:51:16,151 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,151 - card_creation - INFO - vL: All other OB: 11.4 / HBP: 0 / BB: 11.4 / Total Chances: 57.6 2025-02-09 10:51:16,151 - card_creation - INFO - vR: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 46.35 2025-02-09 10:51:16,151 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 23.55 / Current Outs: 52.55 2025-02-09 10:51:16,151 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 43.2 / Current Outs: 72.2 2025-02-09 10:51:16,152 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-09 10:51:16,152 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-09 10:51:16,152 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,152 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,152 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,152 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,152 - card_creation - INFO - vL - All Hits: 15.0 / Other OB: 12.55 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,152 - card_creation - INFO - vR - All Hits: 19.15 / Other OB: 14.85 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,152 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.5 2025-02-09 10:51:16,152 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.099999999999998 2025-02-09 10:51:16,152 - card_creation - INFO - vL: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-09 10:51:16,152 - card_creation - INFO - vR: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 0.0 / Single CF: 2.5 2025-02-09 10:51:16,152 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,152 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,152 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.75 2025-02-09 10:51:16,152 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-09 10:51:16,152 - card_creation - INFO - raw hr chances: 3.75 2025-02-09 10:51:16,152 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-09 10:51:16,153 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,153 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:16,153 - card_creation - INFO - raw do chances: 2.75 2025-02-09 10:51:16,153 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.75 / rem xbh: 6.349999999999998 2025-02-09 10:51:16,153 - card_creation - INFO - Triple: 0 / rem xbh: 6.35 2025-02-09 10:51:16,153 - card_creation - INFO - raw hr chances: 6.35 2025-02-09 10:51:16,153 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.35 2025-02-09 10:51:16,153 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,153 - card_creation - INFO - vL: All other OB: 12.55 / HBP: 0 / BB: 12.55 / Total Chances: 56.55 2025-02-09 10:51:16,153 - card_creation - INFO - vR: All other OB: 14.85 / HBP: 0 / BB: 14.85 / Total Chances: 63.0 2025-02-09 10:51:16,153 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 8.399999999999999 / Current Outs: 37.4 2025-02-09 10:51:16,153 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 21.099999999999998 / Current Outs: 50.1 2025-02-09 10:51:16,153 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,153 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,153 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,153 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,153 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,153 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,153 - card_creation - INFO - vL - All Hits: 16.35 / Other OB: 7.0 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,154 - card_creation - INFO - vR - All Hits: 24.85 / Other OB: 3.2 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,154 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 3.6500000000000004 2025-02-09 10:51:16,154 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 8.450000000000003 2025-02-09 10:51:16,154 - card_creation - INFO - vL: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,154 - card_creation - INFO - vR: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,154 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,154 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,154 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.4500000000000002 2025-02-09 10:51:16,154 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:16,154 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:16,154 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,154 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:16,154 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:16,154 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-09 10:51:16,154 - card_creation - INFO - raw do chances: 7.6 2025-02-09 10:51:16,154 - card_creation - INFO - Double**: 7.6 / Double(cf): 0.0 / rem xbh: 0.8500000000000032 2025-02-09 10:51:16,154 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-09 10:51:16,154 - card_creation - INFO - raw hr chances: 0.85 2025-02-09 10:51:16,154 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,154 - card_creation - INFO - excess xbh: 0.85 2025-02-09 10:51:16,154 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-09 10:51:16,154 - card_creation - INFO - vL: All other OB: 7.0 / HBP: 0 / BB: 7.0 / Total Chances: 52.35 2025-02-09 10:51:16,154 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 57.05 2025-02-09 10:51:16,154 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 32.95 / Current Outs: 61.95 2025-02-09 10:51:16,154 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 37.75 / Current Outs: 66.75 2025-02-09 10:51:16,154 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,154 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,154 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,154 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,154 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,154 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,155 - card_creation - INFO - vL - All Hits: 25.15 / Other OB: 2.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,155 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 10.7 / All Outs: 80.5 / Total: 29.0 2025-02-09 10:51:16,155 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 10.649999999999999 2025-02-09 10:51:16,155 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.800000000000001 2025-02-09 10:51:16,155 - card_creation - INFO - vL: All Hits: 25.15 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.75 2025-02-09 10:51:16,155 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,155 - card_creation - INFO - hr%: 0.80 / tr%: 0.05 / do%: 0.15 2025-02-09 10:51:16,155 - card_creation - INFO - raw do chances: 1.65 2025-02-09 10:51:16,155 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 8.999999999999998 2025-02-09 10:51:16,155 - card_creation - INFO - Triple: 0 / rem xbh: 9.0 2025-02-09 10:51:16,155 - card_creation - INFO - raw hr chances: 9.0 2025-02-09 10:51:16,155 - card_creation - INFO - BP HR: 4.0 / ND HR: 5.0 2025-02-09 10:51:16,155 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,155 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-09 10:51:16,155 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,155 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.6000000000000005 2025-02-09 10:51:16,155 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:16,155 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:16,155 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-09 10:51:16,156 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,156 - card_creation - INFO - vL: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 56.85 2025-02-09 10:51:16,156 - card_creation - INFO - vR: All other OB: 10.7 / HBP: 1.0 / BB: 9.7 / Total Chances: 56.7 2025-02-09 10:51:16,156 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 28.25 / Current Outs: 57.25 2025-02-09 10:51:16,156 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 20.25 / Current Outs: 49.25 2025-02-09 10:51:16,156 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,156 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,156 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,156 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,156 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,156 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,156 - card_creation - INFO - vL - All Hits: 15.5 / Other OB: 10.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,156 - card_creation - INFO - vR - All Hits: 22.4 / Other OB: 5.7 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,156 - card_creation - INFO - remaining singles: 0.75 / total xbh: 10.5 2025-02-09 10:51:16,157 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.649999999999999 2025-02-09 10:51:16,157 - card_creation - INFO - vL: All Hits: 15.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-09 10:51:16,157 - card_creation - INFO - vR: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:16,157 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:16,157 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,157 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 5.1 2025-02-09 10:51:16,157 - card_creation - INFO - Triple: 0 / rem xbh: 5.1 2025-02-09 10:51:16,157 - card_creation - INFO - raw hr chances: 5.1 2025-02-09 10:51:16,157 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.0999999999999996 2025-02-09 10:51:16,157 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,157 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:16,157 - card_creation - INFO - raw do chances: 8.2 2025-02-09 10:51:16,157 - card_creation - INFO - Double**: 8.2 / Double(cf): 0.0 / rem xbh: 0.4499999999999993 2025-02-09 10:51:16,157 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-09 10:51:16,157 - card_creation - INFO - raw hr chances: 0.45 2025-02-09 10:51:16,157 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,157 - card_creation - INFO - excess xbh: 0.45 2025-02-09 10:51:16,157 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-09 10:51:16,157 - card_creation - INFO - vL: All other OB: 10.5 / HBP: 4.0 / BB: 6.5 / Total Chances: 55.0 2025-02-09 10:51:16,157 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 57.1 2025-02-09 10:51:16,157 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 31.45 / Current Outs: 60.45 2025-02-09 10:51:16,157 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 16.25 / Current Outs: 45.25 2025-02-09 10:51:16,157 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,157 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,157 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,157 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,157 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,157 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,158 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 4.2 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:16,158 - card_creation - INFO - vR - All Hits: 27.4 / Other OB: 9.0 / All Outs: 71.5 / Total: 29.0 2025-02-09 10:51:16,158 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.0999999999999996 2025-02-09 10:51:16,158 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.849999999999998 2025-02-09 10:51:16,158 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-09 10:51:16,158 - card_creation - INFO - vR: All Hits: 27.4 / BP Singles: 5.0 / Single 2: 8.8 / Single 1: 8.75 / Single CF: 0 2025-02-09 10:51:16,158 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,158 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,158 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.10000000000000053 2025-02-09 10:51:16,158 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-09 10:51:16,158 - card_creation - INFO - raw hr chances: -0.1 2025-02-09 10:51:16,158 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,158 - card_creation - INFO - excess xbh: -0.1 2025-02-09 10:51:16,158 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,158 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,158 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6499999999999977 2025-02-09 10:51:16,158 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-09 10:51:16,158 - card_creation - INFO - raw hr chances: 1.65 2025-02-09 10:51:16,158 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-09 10:51:16,158 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,158 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 45.9 2025-02-09 10:51:16,158 - card_creation - INFO - vR: All other OB: 9.0 / HBP: 2.0 / BB: 7.0 / Total Chances: 65.4 2025-02-09 10:51:16,158 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 25.75 / Current Outs: 54.75 2025-02-09 10:51:16,158 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 10.950000000000001 / Current Outs: 39.95 2025-02-09 10:51:16,158 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,158 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,158 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,159 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,159 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,159 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,159 - card_creation - INFO - vL - All Hits: 22.4 / Other OB: 11.7 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,159 - card_creation - INFO - vR - All Hits: 25.75 / Other OB: 11.25 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:16,159 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.899999999999997 2025-02-09 10:51:16,159 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.350000000000001 2025-02-09 10:51:16,159 - card_creation - INFO - vL: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,159 - card_creation - INFO - vR: All Hits: 25.75 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,159 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-09 10:51:16,159 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,159 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.4999999999999964 2025-02-09 10:51:16,159 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:16,159 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:16,159 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,159 - card_creation - INFO - excess xbh: -0.5 2025-02-09 10:51:16,159 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,160 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,160 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.950000000000001 2025-02-09 10:51:16,160 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-09 10:51:16,160 - card_creation - INFO - raw hr chances: 3.95 2025-02-09 10:51:16,160 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.95 2025-02-09 10:51:16,160 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,160 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 1.0 / BB: 10.7 / Total Chances: 63.6 2025-02-09 10:51:16,160 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 66.0 2025-02-09 10:51:16,160 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 19.25 / Current Outs: 48.25 2025-02-09 10:51:16,160 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-09 10:51:16,160 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,160 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,160 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,160 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,160 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,160 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,160 - card_creation - INFO - vL - All Hits: 34.75 / Other OB: 6.7 / All Outs: 66.5 / Total: 29.0 2025-02-09 10:51:16,160 - card_creation - INFO - vR - All Hits: 16.2 / Other OB: 6.4 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:16,161 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.850000000000001 2025-02-09 10:51:16,161 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.0 2025-02-09 10:51:16,161 - card_creation - INFO - vL: All Hits: 34.75 / BP Singles: 5.0 / Single 2: 9.95 / Single 1: 9.95 / Single CF: 0 2025-02-09 10:51:16,161 - card_creation - INFO - vR: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,161 - card_creation - INFO - hr%: 0.25 / tr%: 0.40 / do%: 0.40 2025-02-09 10:51:16,161 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,161 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 5.650000000000001 2025-02-09 10:51:16,161 - card_creation - INFO - Triple: 2.25 / rem xbh: 3.4 2025-02-09 10:51:16,161 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:16,161 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-09 10:51:16,161 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,161 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,161 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,161 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-09 10:51:16,161 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:16,161 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:16,161 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-09 10:51:16,161 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,161 - card_creation - INFO - vL: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 70.45 2025-02-09 10:51:16,161 - card_creation - INFO - vR: All other OB: 6.4 / HBP: 0 / BB: 6.4 / Total Chances: 51.6 2025-02-09 10:51:16,161 - card_creation - INFO - vL: All Outs: 66.5 / Ks: 13.25 / Current Outs: 42.25 2025-02-09 10:51:16,161 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 7.55 / Current Outs: 36.55 2025-02-09 10:51:16,161 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,161 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,161 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,161 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,161 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,161 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,162 - card_creation - INFO - vL - All Hits: 23.9 / Other OB: 11.65 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:16,162 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 8.35 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:16,162 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.399999999999997 2025-02-09 10:51:16,162 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 1.5499999999999998 2025-02-09 10:51:16,162 - card_creation - INFO - vL: All Hits: 23.9 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,162 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-09 10:51:16,162 - card_creation - INFO - hr%: 0.10 / tr%: 0.25 / do%: 0.70 2025-02-09 10:51:16,162 - card_creation - INFO - raw do chances: 5.9 2025-02-09 10:51:16,162 - card_creation - INFO - Double**: 5.9 / Double(cf): 0.0 / rem xbh: 2.4999999999999964 2025-02-09 10:51:16,162 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-09 10:51:16,162 - card_creation - INFO - raw hr chances: 2.5 2025-02-09 10:51:16,162 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,162 - card_creation - INFO - excess xbh: 0.5 2025-02-09 10:51:16,162 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-09 10:51:16,162 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-09 10:51:16,162 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,162 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.34999999999999987 2025-02-09 10:51:16,162 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-09 10:51:16,162 - card_creation - INFO - raw hr chances: 0.35 2025-02-09 10:51:16,162 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,162 - card_creation - INFO - excess xbh: 0.35 2025-02-09 10:51:16,162 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-09 10:51:16,162 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 1.0 / BB: 10.65 / Total Chances: 64.55 2025-02-09 10:51:16,162 - card_creation - INFO - vR: All other OB: 8.35 / HBP: 1.0 / BB: 7.35 / Total Chances: 52.0 2025-02-09 10:51:16,163 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 32.300000000000004 / Current Outs: 61.3 2025-02-09 10:51:16,163 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 26.599999999999998 / Current Outs: 55.6 2025-02-09 10:51:16,163 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,163 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,163 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,163 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,163 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,163 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,163 - card_creation - INFO - vL - All Hits: 15.05 / Other OB: 9.4 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,163 - card_creation - INFO - vR - All Hits: 29.1 / Other OB: 8.5 / All Outs: 70.5 / Total: 29.0 2025-02-09 10:51:16,163 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.300000000000001 2025-02-09 10:51:16,163 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.4 2025-02-09 10:51:16,163 - card_creation - INFO - vL: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:16,163 - card_creation - INFO - vR: All Hits: 29.1 / BP Singles: 5.0 / Single 2: 6.85 / Single 1: 6.85 / Single CF: 0 2025-02-09 10:51:16,164 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,164 - card_creation - INFO - raw do chances: 2.8 2025-02-09 10:51:16,164 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 1.5000000000000009 2025-02-09 10:51:16,164 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:16,164 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:16,164 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,164 - card_creation - INFO - excess xbh: -0.5 2025-02-09 10:51:16,164 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-09 10:51:16,164 - card_creation - INFO - raw do chances: 8.3 2025-02-09 10:51:16,164 - card_creation - INFO - Double**: 8.3 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-09 10:51:16,164 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:16,164 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:16,164 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,164 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:16,164 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:16,164 - card_creation - INFO - vL: All other OB: 9.4 / HBP: 0 / BB: 9.4 / Total Chances: 53.95 2025-02-09 10:51:16,164 - card_creation - INFO - vR: All other OB: 8.5 / HBP: 4.0 / BB: 4.5 / Total Chances: 66.6 2025-02-09 10:51:16,164 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 34.550000000000004 / Current Outs: 63.55 2025-02-09 10:51:16,164 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-09 10:51:16,164 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,164 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,164 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,164 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,164 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,164 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,165 - card_creation - INFO - vL - All Hits: 16.6 / Other OB: 17.6 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,165 - card_creation - INFO - vR - All Hits: 15.95 / Other OB: 9.3 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,165 - card_creation - INFO - remaining singles: 0.9999999999999996 / total xbh: 10.500000000000002 2025-02-09 10:51:16,165 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.999999999999999 2025-02-09 10:51:16,165 - card_creation - INFO - vL: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 1.1 / Single 1: 0.0 / Single CF: 0 2025-02-09 10:51:16,165 - card_creation - INFO - vR: All Hits: 15.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-09 10:51:16,165 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.40 2025-02-09 10:51:16,165 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:16,165 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.25 / rem xbh: 6.250000000000002 2025-02-09 10:51:16,165 - card_creation - INFO - Triple: 0 / rem xbh: 6.25 2025-02-09 10:51:16,165 - card_creation - INFO - raw hr chances: 6.25 2025-02-09 10:51:16,165 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.25 2025-02-09 10:51:16,165 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,165 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,165 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,165 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.0999999999999992 2025-02-09 10:51:16,165 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,165 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,165 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,165 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:16,165 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:16,165 - card_creation - INFO - vL: All other OB: 17.6 / HBP: 0 / BB: 17.6 / Total Chances: 63.2 2025-02-09 10:51:16,165 - card_creation - INFO - vR: All other OB: 9.3 / HBP: 1.0 / BB: 8.3 / Total Chances: 54.25 2025-02-09 10:51:16,165 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 25.349999999999998 / Current Outs: 54.35 2025-02-09 10:51:16,165 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 16.65 / Current Outs: 45.65 2025-02-09 10:51:16,165 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,165 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,165 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,165 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,165 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,165 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,166 - card_creation - INFO - vL - All Hits: 10.7 / Other OB: 13.7 / All Outs: 83.5 / Total: 29.0 2025-02-09 10:51:16,166 - card_creation - INFO - vR - All Hits: 12.65 / Other OB: 9.05 / All Outs: 86.5 / Total: 29.0 2025-02-09 10:51:16,166 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 4.5 2025-02-09 10:51:16,166 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 3.3500000000000014 2025-02-09 10:51:16,166 - card_creation - INFO - vL: All Hits: 10.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,166 - card_creation - INFO - vR: All Hits: 12.65 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-09 10:51:16,166 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:16,166 - card_creation - INFO - raw do chances: 3.4 2025-02-09 10:51:16,166 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.1 2025-02-09 10:51:16,166 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-09 10:51:16,166 - card_creation - INFO - raw hr chances: 1.1 2025-02-09 10:51:16,166 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-09 10:51:16,166 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,166 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-09 10:51:16,166 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,166 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.10000000000000142 2025-02-09 10:51:16,166 - card_creation - INFO - Triple: 0 / rem xbh: 0.1 2025-02-09 10:51:16,166 - card_creation - INFO - raw hr chances: 0.1 2025-02-09 10:51:16,166 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,166 - card_creation - INFO - excess xbh: 0.1 2025-02-09 10:51:16,166 - card_creation - INFO - Passing 0.1 xbh to double** 2025-02-09 10:51:16,167 - card_creation - INFO - vL: All other OB: 13.7 / HBP: 0 / BB: 13.7 / Total Chances: 53.4 2025-02-09 10:51:16,167 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 2.0 / BB: 7.05 / Total Chances: 50.7 2025-02-09 10:51:16,167 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 40.25 / Current Outs: 69.25 2025-02-09 10:51:16,167 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 27.900000000000002 / Current Outs: 56.9 2025-02-09 10:51:16,167 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,167 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,167 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,167 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,167 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,167 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,167 - card_creation - INFO - vL - All Hits: 14.95 / Other OB: 8.55 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,167 - card_creation - INFO - vR - All Hits: 19.55 / Other OB: 10.1 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:16,167 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.5500000000000007 2025-02-09 10:51:16,168 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.100000000000001 2025-02-09 10:51:16,168 - card_creation - INFO - vL: All Hits: 14.95 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,168 - card_creation - INFO - vR: All Hits: 19.55 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,168 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:16,168 - card_creation - INFO - raw do chances: 2.2 2025-02-09 10:51:16,168 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.3500000000000005 2025-02-09 10:51:16,168 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-09 10:51:16,168 - card_creation - INFO - raw hr chances: 1.35 2025-02-09 10:51:16,168 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,168 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-09 10:51:16,168 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-09 10:51:16,168 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-09 10:51:16,168 - card_creation - INFO - raw do chances: 4.5 2025-02-09 10:51:16,168 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.6000000000000014 2025-02-09 10:51:16,168 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:16,168 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:16,168 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.6 2025-02-09 10:51:16,168 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,168 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 2.0 / BB: 6.55 / Total Chances: 52.5 2025-02-09 10:51:16,168 - card_creation - INFO - vR: All other OB: 10.1 / HBP: 1.0 / BB: 9.1 / Total Chances: 58.65 2025-02-09 10:51:16,168 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 22.4 / Current Outs: 51.4 2025-02-09 10:51:16,168 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 19.849999999999998 / Current Outs: 48.85 2025-02-09 10:51:16,168 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,168 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,168 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,168 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,168 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,168 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,169 - card_creation - INFO - vL - All Hits: 46.35 / Other OB: 0.0 / All Outs: 61.5 / Total: 29.0 2025-02-09 10:51:16,169 - card_creation - INFO - vR - All Hits: 18.1 / Other OB: 5.4 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,169 - card_creation - INFO - remaining singles: 0.0 / total xbh: 21.450000000000006 2025-02-09 10:51:16,169 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.600000000000001 2025-02-09 10:51:16,169 - card_creation - INFO - vL: All Hits: 46.35 / BP Singles: 5.0 / Single 2: 9.95 / Single 1: 0.0 / Single CF: 9.95 2025-02-09 10:51:16,169 - card_creation - INFO - vR: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:16,169 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-09 10:51:16,169 - card_creation - INFO - raw do chances: 17.15 2025-02-09 10:51:16,169 - card_creation - INFO - Double**: 0.0 / Double(cf): 17.15 / rem xbh: 4.300000000000008 2025-02-09 10:51:16,169 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-09 10:51:16,169 - card_creation - INFO - raw hr chances: 4.3 2025-02-09 10:51:16,169 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-09 10:51:16,169 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-09 10:51:16,169 - card_creation - INFO - Passing 0.2999999999999998 xbh to double(cf) 2025-02-09 10:51:16,169 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:16,169 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,169 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.600000000000001 2025-02-09 10:51:16,169 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-09 10:51:16,169 - card_creation - INFO - raw hr chances: 4.6 2025-02-09 10:51:16,169 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5999999999999996 2025-02-09 10:51:16,169 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,169 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 75.35 2025-02-09 10:51:16,169 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 5.0 / BB: 0.4 / Total Chances: 52.5 2025-02-09 10:51:16,169 - card_creation - INFO - vL: All Outs: 61.5 / Ks: 8.95 / Current Outs: 37.95 2025-02-09 10:51:16,169 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 43.550000000000004 / Current Outs: 72.55 2025-02-09 10:51:16,169 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,169 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,170 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,170 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,170 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,170 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,170 - card_creation - INFO - vL - All Hits: 13.7 / Other OB: 12.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,170 - card_creation - INFO - vR - All Hits: 23.0 / Other OB: 14.85 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:16,170 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.949999999999999 2025-02-09 10:51:16,170 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 6.600000000000001 2025-02-09 10:51:16,170 - card_creation - INFO - vL: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-09 10:51:16,170 - card_creation - INFO - vR: All Hits: 23.0 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,170 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-09 10:51:16,170 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,170 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 4.049999999999999 2025-02-09 10:51:16,171 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-09 10:51:16,171 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:16,171 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.05 2025-02-09 10:51:16,171 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,171 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-09 10:51:16,171 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,171 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.200000000000001 2025-02-09 10:51:16,171 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,171 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,171 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-09 10:51:16,171 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,171 - card_creation - INFO - vL: All other OB: 12.5 / HBP: 2.0 / BB: 10.5 / Total Chances: 55.2 2025-02-09 10:51:16,171 - card_creation - INFO - vR: All other OB: 14.85 / HBP: 5.0 / BB: 9.85 / Total Chances: 66.85 2025-02-09 10:51:16,171 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 6.45 / Current Outs: 35.45 2025-02-09 10:51:16,171 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 19.099999999999998 / Current Outs: 48.1 2025-02-09 10:51:16,171 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,171 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,171 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,171 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,171 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,171 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,172 - card_creation - INFO - vL - All Hits: 22.65 / Other OB: 15.25 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:16,172 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.5 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:16,172 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 10.149999999999999 2025-02-09 10:51:16,172 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.499999999999998 2025-02-09 10:51:16,172 - card_creation - INFO - vL: All Hits: 22.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 0.0 / Single CF: 3.75 2025-02-09 10:51:16,172 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,172 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:16,172 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,172 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.399999999999999 2025-02-09 10:51:16,172 - card_creation - INFO - Triple: 0 / rem xbh: 5.4 2025-02-09 10:51:16,172 - card_creation - INFO - raw hr chances: 5.4 2025-02-09 10:51:16,172 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.4000000000000004 2025-02-09 10:51:16,172 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,172 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,172 - card_creation - INFO - raw do chances: 3.3 2025-02-09 10:51:16,172 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-09 10:51:16,172 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-09 10:51:16,172 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:16,172 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-09 10:51:16,172 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,172 - card_creation - INFO - vL: All other OB: 15.25 / HBP: 1.0 / BB: 14.25 / Total Chances: 66.9 2025-02-09 10:51:16,172 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 51.15 2025-02-09 10:51:16,172 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 11.7 / Current Outs: 40.7 2025-02-09 10:51:16,172 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 18.45 / Current Outs: 47.45 2025-02-09 10:51:16,172 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,172 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,172 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,172 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,172 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,172 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,173 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 5.4 / All Outs: 84.5 / Total: 29.0 2025-02-09 10:51:16,173 - card_creation - INFO - vR - All Hits: 29.3 / Other OB: 7.7 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:16,173 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.200000000000003 2025-02-09 10:51:16,173 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.75 2025-02-09 10:51:16,173 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.7 2025-02-09 10:51:16,173 - card_creation - INFO - vR: All Hits: 29.3 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.25 / Single CF: 0 2025-02-09 10:51:16,173 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,173 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,173 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.200000000000003 2025-02-09 10:51:16,173 - card_creation - INFO - Triple: 0 / rem xbh: 7.2 2025-02-09 10:51:16,173 - card_creation - INFO - raw hr chances: 7.2 2025-02-09 10:51:16,173 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.2 2025-02-09 10:51:16,173 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,173 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,173 - card_creation - INFO - raw do chances: 6.35 2025-02-09 10:51:16,173 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-09 10:51:16,173 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:16,173 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:16,173 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-09 10:51:16,173 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,173 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 52.5 2025-02-09 10:51:16,174 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 4.0 / BB: 3.7 / Total Chances: 66.0 2025-02-09 10:51:16,174 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 60.550000000000004 / Current Outs: 89.55 2025-02-09 10:51:16,174 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 14.25 / Current Outs: 43.25 2025-02-09 10:51:16,174 - card_creation - INFO - Remaining outs: -5.049999999999997 2025-02-09 10:51:16,174 - card_creation - INFO - Passing -5.049999999999997 outs to strikeouts 2025-02-09 10:51:16,174 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,174 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,174 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,174 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,174 - card_creation - INFO - vL - All Hits: 14.6 / Other OB: 16.6 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,174 - card_creation - INFO - vR - All Hits: 12.3 / Other OB: 7.3 / All Outs: 88.5 / Total: 29.0 2025-02-09 10:51:16,174 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.881784197001252e-16 2025-02-09 10:51:16,174 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 6.100000000000001 2025-02-09 10:51:16,174 - card_creation - INFO - vL: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:16,174 - card_creation - INFO - vR: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-09 10:51:16,174 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,175 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,175 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.3500000000000014 2025-02-09 10:51:16,175 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-09 10:51:16,175 - card_creation - INFO - raw hr chances: 2.35 2025-02-09 10:51:16,175 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-09 10:51:16,175 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,175 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 60.2 2025-02-09 10:51:16,175 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 48.6 2025-02-09 10:51:16,175 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 5.35 / Current Outs: 34.35 2025-02-09 10:51:16,175 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 13.649999999999999 / Current Outs: 42.65 2025-02-09 10:51:16,175 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,175 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,175 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,175 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,175 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,175 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,175 - card_creation - INFO - vL - All Hits: 20.95 / Other OB: 14.7 / All Outs: 72.5 / Total: 29.0 2025-02-09 10:51:16,176 - card_creation - INFO - vR - All Hits: 18.3 / Other OB: 13.9 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:16,176 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.449999999999999 2025-02-09 10:51:16,176 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.699999999999999 2025-02-09 10:51:16,176 - card_creation - INFO - vL: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-09 10:51:16,176 - card_creation - INFO - vR: All Hits: 18.3 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-09 10:51:16,176 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:16,176 - card_creation - INFO - raw do chances: 3.2 2025-02-09 10:51:16,176 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.249999999999999 2025-02-09 10:51:16,176 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-09 10:51:16,176 - card_creation - INFO - raw hr chances: 3.25 2025-02-09 10:51:16,176 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-09 10:51:16,176 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,176 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,176 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,176 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.499999999999999 2025-02-09 10:51:16,176 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-09 10:51:16,176 - card_creation - INFO - raw hr chances: 2.5 2025-02-09 10:51:16,176 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-09 10:51:16,176 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,176 - card_creation - INFO - vL: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 64.65 2025-02-09 10:51:16,176 - card_creation - INFO - vR: All other OB: 13.9 / HBP: 4.0 / BB: 9.9 / Total Chances: 61.2 2025-02-09 10:51:16,176 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 8.25 / Current Outs: 37.25 2025-02-09 10:51:16,176 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 14.049999999999999 / Current Outs: 43.05 2025-02-09 10:51:16,176 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,176 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,176 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,176 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,176 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,176 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,177 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 0.0 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:16,177 - card_creation - INFO - vR - All Hits: 29.55 / Other OB: 13.5 / All Outs: 65.0 / Total: 29.0 2025-02-09 10:51:16,177 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.450000000000001 2025-02-09 10:51:16,177 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 13.150000000000002 2025-02-09 10:51:16,177 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:16,177 - card_creation - INFO - vR: All Hits: 29.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.7 2025-02-09 10:51:16,177 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,177 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:16,177 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.750000000000001 2025-02-09 10:51:16,177 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-09 10:51:16,177 - card_creation - INFO - raw hr chances: 4.75 2025-02-09 10:51:16,177 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.75 2025-02-09 10:51:16,177 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,177 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-09 10:51:16,177 - card_creation - INFO - raw do chances: 5.4 2025-02-09 10:51:16,177 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.4 / rem xbh: 7.750000000000002 2025-02-09 10:51:16,177 - card_creation - INFO - Triple: 1.6 / rem xbh: 6.15 2025-02-09 10:51:16,177 - card_creation - INFO - raw hr chances: 6.15 2025-02-09 10:51:16,177 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.15 2025-02-09 10:51:16,177 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,177 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 51.35 2025-02-09 10:51:16,177 - card_creation - INFO - vR: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 72.05 2025-02-09 10:51:16,178 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 34.95 / Current Outs: 63.95 2025-02-09 10:51:16,178 - card_creation - INFO - vR: All Outs: 65.0 / Ks: 25.45 / Current Outs: 54.45 2025-02-09 10:51:16,178 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,178 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,178 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,178 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,178 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,178 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,178 - card_creation - INFO - vL - All Hits: 19.8 / Other OB: 5.4 / All Outs: 83.0 / Total: 29.0 2025-02-09 10:51:16,178 - card_creation - INFO - vR - All Hits: 13.7 / Other OB: 8.95 / All Outs: 85.5 / Total: 29.0 2025-02-09 10:51:16,178 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.400000000000002 2025-02-09 10:51:16,179 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.6999999999999984 2025-02-09 10:51:16,179 - card_creation - INFO - vL: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,179 - card_creation - INFO - vR: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,179 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-09 10:51:16,179 - card_creation - INFO - raw do chances: 1.6 2025-02-09 10:51:16,179 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.800000000000002 2025-02-09 10:51:16,179 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-09 10:51:16,179 - card_creation - INFO - raw hr chances: 1.8 2025-02-09 10:51:16,179 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-09 10:51:16,179 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,179 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,179 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,179 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-09 10:51:16,179 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-09 10:51:16,179 - card_creation - INFO - raw hr chances: 0.7 2025-02-09 10:51:16,179 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,179 - card_creation - INFO - excess xbh: 0.7 2025-02-09 10:51:16,179 - card_creation - INFO - Passing 0.7 xbh to single** 2025-02-09 10:51:16,179 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 54.2 2025-02-09 10:51:16,179 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 1.0 / BB: 7.95 / Total Chances: 51.65 2025-02-09 10:51:16,179 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 25.549999999999997 / Current Outs: 54.55 2025-02-09 10:51:16,179 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 13.0 / Current Outs: 42.0 2025-02-09 10:51:16,179 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,179 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,179 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,179 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,179 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,179 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,180 - card_creation - INFO - vL - All Hits: 16.7 / Other OB: 15.3 / All Outs: 76.0 / Total: 29.0 2025-02-09 10:51:16,180 - card_creation - INFO - vR - All Hits: 24.05 / Other OB: 10.4 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,180 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.75 2025-02-09 10:51:16,180 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.400000000000002 2025-02-09 10:51:16,180 - card_creation - INFO - vL: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-09 10:51:16,180 - card_creation - INFO - vR: All Hits: 24.05 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.35 / Single CF: 0 2025-02-09 10:51:16,180 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,180 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,180 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-09 10:51:16,180 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-09 10:51:16,180 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:16,180 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,180 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,180 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-09 10:51:16,180 - card_creation - INFO - raw do chances: 5.75 2025-02-09 10:51:16,180 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 0.6500000000000021 2025-02-09 10:51:16,180 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,180 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,180 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,180 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,180 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,180 - card_creation - INFO - vL: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 61.0 2025-02-09 10:51:16,180 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 0 / BB: 10.4 / Total Chances: 63.45 2025-02-09 10:51:16,180 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-09 10:51:16,180 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 23.55 / Current Outs: 52.55 2025-02-09 10:51:16,180 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,180 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,180 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,180 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,181 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,181 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,181 - card_creation - INFO - vL - All Hits: 37.05 / Other OB: 14.45 / All Outs: 56.5 / Total: 29.0 2025-02-09 10:51:16,181 - card_creation - INFO - vR - All Hits: 25.15 / Other OB: 7.7 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:16,181 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.249999999999998 2025-02-09 10:51:16,181 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 15.949999999999996 2025-02-09 10:51:16,181 - card_creation - INFO - vL: All Hits: 37.05 / BP Singles: 5.0 / Single 2: 11.4 / Single 1: 11.4 / Single CF: 0 2025-02-09 10:51:16,181 - card_creation - INFO - vR: All Hits: 25.15 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 0.0 / Single CF: 2.1 2025-02-09 10:51:16,181 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.75 2025-02-09 10:51:16,181 - card_creation - INFO - raw do chances: 6.95 2025-02-09 10:51:16,181 - card_creation - INFO - Double**: 6.95 / Double(cf): 0.0 / rem xbh: 2.299999999999998 2025-02-09 10:51:16,181 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:16,181 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:16,181 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-09 10:51:16,181 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,181 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,181 - card_creation - INFO - raw do chances: 7.95 2025-02-09 10:51:16,181 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.95 / rem xbh: 7.999999999999996 2025-02-09 10:51:16,181 - card_creation - INFO - Triple: 0 / rem xbh: 8.0 2025-02-09 10:51:16,181 - card_creation - INFO - raw hr chances: 8.0 2025-02-09 10:51:16,181 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.0 2025-02-09 10:51:16,182 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,182 - card_creation - INFO - vL: All other OB: 14.45 / HBP: 3.0 / BB: 11.45 / Total Chances: 80.5 2025-02-09 10:51:16,182 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 1.0 / BB: 6.7 / Total Chances: 61.85 2025-02-09 10:51:16,182 - card_creation - INFO - vL: All Outs: 56.5 / Ks: 5.499999999999999 / Current Outs: 34.5 2025-02-09 10:51:16,182 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 23.25 / Current Outs: 52.25 2025-02-09 10:51:16,182 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,182 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,182 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,182 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,182 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,182 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,182 - card_creation - INFO - vL - All Hits: 20.65 / Other OB: 16.4 / All Outs: 71.0 / Total: 29.0 2025-02-09 10:51:16,182 - card_creation - INFO - vR - All Hits: 12.9 / Other OB: 10.85 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,182 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 8.299999999999997 2025-02-09 10:51:16,183 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.6500000000000012 2025-02-09 10:51:16,183 - card_creation - INFO - vL: All Hits: 20.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-09 10:51:16,183 - card_creation - INFO - vR: All Hits: 12.9 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-09 10:51:16,183 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-09 10:51:16,183 - card_creation - INFO - raw do chances: 6.2 2025-02-09 10:51:16,183 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 2.099999999999997 2025-02-09 10:51:16,183 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-09 10:51:16,183 - card_creation - INFO - raw hr chances: 2.1 2025-02-09 10:51:16,183 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,183 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-09 10:51:16,183 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-09 10:51:16,183 - card_creation - INFO - hr%: 0.65 / tr%: 0.15 / do%: 0.15 2025-02-09 10:51:16,183 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,183 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.6500000000000012 2025-02-09 10:51:16,183 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-09 10:51:16,183 - card_creation - INFO - raw hr chances: 2.65 2025-02-09 10:51:16,183 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-09 10:51:16,183 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,183 - card_creation - INFO - vL: All other OB: 16.4 / HBP: 0 / BB: 16.4 / Total Chances: 66.05 2025-02-09 10:51:16,183 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 0 / BB: 10.85 / Total Chances: 52.75 2025-02-09 10:51:16,183 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 22.550000000000004 / Current Outs: 51.55 2025-02-09 10:51:16,183 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 12.1 / Current Outs: 41.1 2025-02-09 10:51:16,183 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,183 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,183 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,183 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,183 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,183 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,184 - card_creation - INFO - vL - All Hits: 25.15 / Other OB: 6.0 / All Outs: 77.0 / Total: 29.0 2025-02-09 10:51:16,184 - card_creation - INFO - vR - All Hits: 21.45 / Other OB: 4.5 / All Outs: 82.0 / Total: 29.0 2025-02-09 10:51:16,184 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.399999999999997 2025-02-09 10:51:16,184 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-09 10:51:16,184 - card_creation - INFO - vL: All Hits: 25.15 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.85 / Single CF: 0 2025-02-09 10:51:16,184 - card_creation - INFO - vR: All Hits: 21.45 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-09 10:51:16,184 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,184 - card_creation - INFO - raw do chances: 6.7 2025-02-09 10:51:16,184 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 1.6999999999999966 2025-02-09 10:51:16,184 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-09 10:51:16,184 - card_creation - INFO - raw hr chances: 1.7 2025-02-09 10:51:16,184 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,184 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-09 10:51:16,184 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-09 10:51:16,184 - card_creation - INFO - raw do chances: 6.15 2025-02-09 10:51:16,184 - card_creation - INFO - Double**: 6.15 / Double(cf): 0.0 / rem xbh: 1.549999999999999 2025-02-09 10:51:16,184 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-09 10:51:16,184 - card_creation - INFO - raw hr chances: 1.55 2025-02-09 10:51:16,184 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-09 10:51:16,184 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,184 - card_creation - INFO - vL: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 60.45 2025-02-09 10:51:16,184 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 54.95 2025-02-09 10:51:16,184 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 22.95 / Current Outs: 51.95 2025-02-09 10:51:16,184 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.45 / Current Outs: 46.45 2025-02-09 10:51:16,184 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,184 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,184 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,185 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,185 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,185 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,185 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 9.35 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:16,185 - card_creation - INFO - vR - All Hits: 21.3 / Other OB: 7.8 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:16,185 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.100000000000001 2025-02-09 10:51:16,185 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 7.300000000000001 2025-02-09 10:51:16,185 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,185 - card_creation - INFO - vR: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:16,185 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-09 10:51:16,185 - card_creation - INFO - raw do chances: 6.9 2025-02-09 10:51:16,185 - card_creation - INFO - Double**: 6.9 / Double(cf): 0.0 / rem xbh: 1.200000000000001 2025-02-09 10:51:16,185 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-09 10:51:16,185 - card_creation - INFO - raw hr chances: 1.2 2025-02-09 10:51:16,185 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,185 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-09 10:51:16,185 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-09 10:51:16,185 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-09 10:51:16,186 - card_creation - INFO - raw do chances: 3.75 2025-02-09 10:51:16,186 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.5500000000000007 2025-02-09 10:51:16,186 - card_creation - INFO - Triple: 0 / rem xbh: 3.55 2025-02-09 10:51:16,186 - card_creation - INFO - raw hr chances: 3.55 2025-02-09 10:51:16,186 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.55 2025-02-09 10:51:16,186 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,186 - card_creation - INFO - vL: All other OB: 9.35 / HBP: 0 / BB: 9.35 / Total Chances: 58.35 2025-02-09 10:51:16,186 - card_creation - INFO - vR: All other OB: 7.8 / HBP: 0 / BB: 7.8 / Total Chances: 58.1 2025-02-09 10:51:16,186 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 23.6 / Current Outs: 52.6 2025-02-09 10:51:16,186 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 16.15 / Current Outs: 45.15 2025-02-09 10:51:16,186 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,186 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,186 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,186 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,186 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,186 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,186 - card_creation - INFO - vL - All Hits: 8.7 / Other OB: 0.0 / All Outs: 99.5 / Total: 29.0 2025-02-09 10:51:16,186 - card_creation - INFO - vR - All Hits: 22.4 / Other OB: 4.25 / All Outs: 81.5 / Total: 29.0 2025-02-09 10:51:16,187 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: -0.10000000000000142 2025-02-09 10:51:16,187 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 6.0 2025-02-09 10:51:16,187 - card_creation - INFO - vL: All Hits: 8.7 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-09 10:51:16,187 - card_creation - INFO - vR: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-09 10:51:16,187 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-09 10:51:16,187 - card_creation - INFO - raw do chances: 4.25 2025-02-09 10:51:16,187 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-09 10:51:16,187 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-09 10:51:16,187 - card_creation - INFO - raw hr chances: 1.75 2025-02-09 10:51:16,187 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-09 10:51:16,187 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,187 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 37.8 2025-02-09 10:51:16,187 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 55.65 2025-02-09 10:51:16,187 - card_creation - INFO - vL: All Outs: 99.5 / Ks: 25.95 / Current Outs: 54.95 2025-02-09 10:51:16,187 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-09 10:51:16,187 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,187 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,187 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,187 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,187 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,187 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,188 - card_creation - INFO - vL - All Hits: 13.4 / Other OB: 10.65 / All Outs: 84.0 / Total: 29.0 2025-02-09 10:51:16,188 - card_creation - INFO - vR - All Hits: 14.5 / Other OB: 4.5 / All Outs: 89.0 / Total: 29.0 2025-02-09 10:51:16,188 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.9999999999999991 2025-02-09 10:51:16,188 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 7.200000000000001 2025-02-09 10:51:16,188 - card_creation - INFO - vL: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,188 - card_creation - INFO - vR: All Hits: 14.5 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-09 10:51:16,188 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,188 - card_creation - INFO - raw do chances: 2.1 2025-02-09 10:51:16,188 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.10000000000000098 2025-02-09 10:51:16,188 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-09 10:51:16,188 - card_creation - INFO - raw hr chances: -0.1 2025-02-09 10:51:16,188 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,188 - card_creation - INFO - excess xbh: -0.1 2025-02-09 10:51:16,188 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-09 10:51:16,188 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,188 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.000000000000001 2025-02-09 10:51:16,188 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-09 10:51:16,188 - card_creation - INFO - raw hr chances: 3.0 2025-02-09 10:51:16,188 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-09 10:51:16,188 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,188 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 2.0 / BB: 8.65 / Total Chances: 53.15 2025-02-09 10:51:16,188 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 48.0 2025-02-09 10:51:16,188 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-09 10:51:16,188 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 19.45 / Current Outs: 48.45 2025-02-09 10:51:16,188 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,188 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,189 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,189 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,189 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,189 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,189 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 9.7 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:16,189 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 14.15 / All Outs: 72.0 / Total: 29.0 2025-02-09 10:51:16,189 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.849999999999998 2025-02-09 10:51:16,189 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 10.150000000000002 2025-02-09 10:51:16,189 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-09 10:51:16,189 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-09 10:51:16,189 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-09 10:51:16,189 - card_creation - INFO - raw do chances: 3.5 2025-02-09 10:51:16,189 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.349999999999998 2025-02-09 10:51:16,189 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-09 10:51:16,189 - card_creation - INFO - raw hr chances: 2.35 2025-02-09 10:51:16,189 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,189 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-09 10:51:16,189 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-09 10:51:16,189 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-09 10:51:16,190 - card_creation - INFO - raw do chances: 4.75 2025-02-09 10:51:16,190 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 5.400000000000002 2025-02-09 10:51:16,190 - card_creation - INFO - Triple: 0 / rem xbh: 5.4 2025-02-09 10:51:16,190 - card_creation - INFO - raw hr chances: 5.4 2025-02-09 10:51:16,190 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.4 2025-02-09 10:51:16,190 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,190 - card_creation - INFO - vL: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 62.1 2025-02-09 10:51:16,190 - card_creation - INFO - vR: All other OB: 14.15 / HBP: 1.0 / BB: 13.15 / Total Chances: 64.75 2025-02-09 10:51:16,190 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-09 10:51:16,190 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-09 10:51:16,190 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,190 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,190 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,190 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,190 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,190 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,190 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 7.9 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,190 - card_creation - INFO - vR - All Hits: 20.1 / Other OB: 12.7 / All Outs: 75.0 / Total: 29.0 2025-02-09 10:51:16,191 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 2.6999999999999993 2025-02-09 10:51:16,191 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 4.900000000000002 2025-02-09 10:51:16,191 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:16,191 - card_creation - INFO - vR: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-09 10:51:16,191 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-09 10:51:16,191 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,191 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.6999999999999993 2025-02-09 10:51:16,191 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-09 10:51:16,191 - card_creation - INFO - raw hr chances: 2.7 2025-02-09 10:51:16,191 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-09 10:51:16,191 - card_creation - INFO - excess xbh: -0.2999999999999998 2025-02-09 10:51:16,191 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-09 10:51:16,191 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:16,191 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 3.400000000000002 2025-02-09 10:51:16,191 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-09 10:51:16,191 - card_creation - INFO - raw hr chances: 3.4 2025-02-09 10:51:16,191 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-09 10:51:16,191 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,191 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 1.0 / BB: 6.9 / Total Chances: 49.8 2025-02-09 10:51:16,191 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 61.8 2025-02-09 10:51:16,191 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 18.05 / Current Outs: 47.05 2025-02-09 10:51:16,191 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 22.250000000000004 / Current Outs: 51.25 2025-02-09 10:51:16,191 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,191 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,191 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,191 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,191 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,191 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,192 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 5.7 / All Outs: 86.0 / Total: 29.0 2025-02-09 10:51:16,192 - card_creation - INFO - vR - All Hits: 19.85 / Other OB: 9.15 / All Outs: 79.0 / Total: 29.0 2025-02-09 10:51:16,192 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.049999999999999 2025-02-09 10:51:16,192 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8500000000000014 2025-02-09 10:51:16,192 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,192 - card_creation - INFO - vR: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.5 / Single CF: 0 2025-02-09 10:51:16,192 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,192 - card_creation - INFO - raw do chances: 2.7 2025-02-09 10:51:16,192 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.3499999999999988 2025-02-09 10:51:16,192 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-09 10:51:16,192 - card_creation - INFO - raw hr chances: 1.35 2025-02-09 10:51:16,192 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-09 10:51:16,192 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,192 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,192 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,192 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.6500000000000015 2025-02-09 10:51:16,192 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,192 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,192 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,192 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,192 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,192 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 50.9 2025-02-09 10:51:16,192 - card_creation - INFO - vR: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 58.0 2025-02-09 10:51:16,192 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-09 10:51:16,192 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 32.800000000000004 / Current Outs: 61.8 2025-02-09 10:51:16,193 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,193 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,193 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-09 10:51:16,193 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-09 10:51:16,193 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,193 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,193 - card_creation - INFO - vL - All Hits: 8.85 / Other OB: 11.8 / All Outs: 87.5 / Total: 29.0 2025-02-09 10:51:16,193 - card_creation - INFO - vR - All Hits: 1.9 / Other OB: 32.6 / All Outs: 73.5 / Total: 29.0 2025-02-09 10:51:16,193 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.049999999999999 2025-02-09 10:51:16,193 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.3999999999999999 2025-02-09 10:51:16,193 - card_creation - INFO - vL: All Hits: 8.85 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:16,193 - card_creation - INFO - vR: All Hits: 1.9 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-09 10:51:16,193 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-09 10:51:16,193 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,193 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.049999999999999 2025-02-09 10:51:16,193 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-09 10:51:16,193 - card_creation - INFO - raw hr chances: 4.05 2025-02-09 10:51:16,194 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.05 2025-02-09 10:51:16,194 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,194 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,194 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,194 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.3999999999999999 2025-02-09 10:51:16,194 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-09 10:51:16,194 - card_creation - INFO - raw hr chances: 0.4 2025-02-09 10:51:16,194 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,194 - card_creation - INFO - excess xbh: 0.4 2025-02-09 10:51:16,194 - card_creation - INFO - Passing 0.4 xbh to single* 2025-02-09 10:51:16,194 - card_creation - INFO - vL: All other OB: 11.8 / HBP: 0 / BB: 11.8 / Total Chances: 49.65 2025-02-09 10:51:16,194 - card_creation - INFO - vR: All other OB: 32.6 / HBP: 0 / BB: 32.6 / Total Chances: 63.5 2025-02-09 10:51:16,194 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 31.150000000000002 / Current Outs: 60.15 2025-02-09 10:51:16,194 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 38.35 / Current Outs: 67.35 2025-02-09 10:51:16,194 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,194 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,194 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,194 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,194 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,194 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,194 - card_creation - INFO - vL - All Hits: 29.15 / Other OB: 25.2 / All Outs: 53.5 / Total: 29.0 2025-02-09 10:51:16,195 - card_creation - INFO - vR - All Hits: 25.8 / Other OB: 15.75 / All Outs: 66.5 / Total: 29.0 2025-02-09 10:51:16,195 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.549999999999997 2025-02-09 10:51:16,195 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.949999999999999 2025-02-09 10:51:16,195 - card_creation - INFO - vL: All Hits: 29.15 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-09 10:51:16,195 - card_creation - INFO - vR: All Hits: 25.8 / BP Singles: 5.0 / Single 2: 6.45 / Single 1: 6.4 / Single CF: 0 2025-02-09 10:51:16,195 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,195 - card_creation - INFO - raw do chances: 10.9 2025-02-09 10:51:16,195 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.9 / rem xbh: 3.649999999999997 2025-02-09 10:51:16,195 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-09 10:51:16,195 - card_creation - INFO - raw hr chances: 3.65 2025-02-09 10:51:16,195 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-09 10:51:16,195 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,195 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-09 10:51:16,195 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,195 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.749999999999999 2025-02-09 10:51:16,195 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-09 10:51:16,195 - card_creation - INFO - raw hr chances: 3.75 2025-02-09 10:51:16,195 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-09 10:51:16,195 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,195 - card_creation - INFO - vL: All other OB: 25.2 / HBP: 0 / BB: 25.2 / Total Chances: 83.35 2025-02-09 10:51:16,195 - card_creation - INFO - vR: All other OB: 15.75 / HBP: 2.0 / BB: 13.75 / Total Chances: 70.55 2025-02-09 10:51:16,195 - card_creation - INFO - vL: All Outs: 53.5 / Ks: 3.750000000000001 / Current Outs: 32.75 2025-02-09 10:51:16,195 - card_creation - INFO - vR: All Outs: 66.5 / Ks: 5.200000000000001 / Current Outs: 34.2 2025-02-09 10:51:16,195 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,195 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,195 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,195 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,195 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,195 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,196 - card_creation - INFO - vL - All Hits: 27.0 / Other OB: 11.25 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:16,196 - card_creation - INFO - vR - All Hits: 13.0 / Other OB: 16.6 / All Outs: 78.5 / Total: 29.0 2025-02-09 10:51:16,196 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.399999999999999 2025-02-09 10:51:16,196 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.1999999999999993 2025-02-09 10:51:16,196 - card_creation - INFO - vL: All Hits: 27.0 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-09 10:51:16,196 - card_creation - INFO - vR: All Hits: 13.0 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-09 10:51:16,196 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-09 10:51:16,196 - card_creation - INFO - raw do chances: 10.8 2025-02-09 10:51:16,196 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.8 / rem xbh: 3.599999999999998 2025-02-09 10:51:16,196 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-09 10:51:16,196 - card_creation - INFO - raw hr chances: 3.6 2025-02-09 10:51:16,196 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.6 2025-02-09 10:51:16,196 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,196 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,196 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,196 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-09 10:51:16,197 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,197 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,197 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,197 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,197 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 67.25 2025-02-09 10:51:16,197 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 58.65 2025-02-09 10:51:16,197 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 20.7 / Current Outs: 49.7 2025-02-09 10:51:16,197 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 25.349999999999998 / Current Outs: 54.35 2025-02-09 10:51:16,197 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,197 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,197 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,197 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,197 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,197 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,197 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 6.75 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:16,197 - card_creation - INFO - vR - All Hits: 27.45 / Other OB: 10.8 / All Outs: 70.0 / Total: 29.0 2025-02-09 10:51:16,198 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.300000000000001 2025-02-09 10:51:16,198 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 15.650000000000002 2025-02-09 10:51:16,198 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,198 - card_creation - INFO - vR: All Hits: 27.45 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 0.0 / Single CF: 3.4 2025-02-09 10:51:16,198 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-09 10:51:16,198 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,198 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.400000000000001 2025-02-09 10:51:16,198 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.2 2025-02-09 10:51:16,198 - card_creation - INFO - raw hr chances: 2.2 2025-02-09 10:51:16,198 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-09 10:51:16,198 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,198 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,198 - card_creation - INFO - raw do chances: 7.85 2025-02-09 10:51:16,198 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.85 / rem xbh: 7.8000000000000025 2025-02-09 10:51:16,198 - card_creation - INFO - Triple: 0 / rem xbh: 7.8 2025-02-09 10:51:16,198 - card_creation - INFO - raw hr chances: 7.8 2025-02-09 10:51:16,198 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.8 2025-02-09 10:51:16,198 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,198 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 2.0 / BB: 4.75 / Total Chances: 51.95 2025-02-09 10:51:16,198 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 67.25 2025-02-09 10:51:16,198 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 22.2 / Current Outs: 51.2 2025-02-09 10:51:16,198 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 13.149999999999999 / Current Outs: 42.15 2025-02-09 10:51:16,198 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,198 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,198 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,198 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,198 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,198 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,199 - card_creation - INFO - vL - All Hits: 10.95 / Other OB: 15.8 / All Outs: 81.0 / Total: 29.0 2025-02-09 10:51:16,199 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 12.0 / All Outs: 74.5 / Total: 29.0 2025-02-09 10:51:16,199 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.35 2025-02-09 10:51:16,199 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.600000000000001 2025-02-09 10:51:16,199 - card_creation - INFO - vL: All Hits: 10.95 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.6 / Single CF: 0 2025-02-09 10:51:16,199 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-09 10:51:16,199 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-09 10:51:16,199 - card_creation - INFO - raw do chances: 2.25 2025-02-09 10:51:16,199 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-09 10:51:16,199 - card_creation - INFO - Triple: 1.1 / rem xbh: 1.0 2025-02-09 10:51:16,199 - card_creation - INFO - raw hr chances: 1.0 2025-02-09 10:51:16,199 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,199 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,199 - card_creation - INFO - hr%: 0.65 / tr%: 0.15 / do%: 0.15 2025-02-09 10:51:16,199 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,199 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 6.400000000000001 2025-02-09 10:51:16,199 - card_creation - INFO - Triple: 0 / rem xbh: 6.4 2025-02-09 10:51:16,199 - card_creation - INFO - raw hr chances: 6.4 2025-02-09 10:51:16,199 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.4 2025-02-09 10:51:16,199 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,199 - card_creation - INFO - vL: All other OB: 15.8 / HBP: 0 / BB: 15.8 / Total Chances: 55.75 2025-02-09 10:51:16,199 - card_creation - INFO - vR: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 62.6 2025-02-09 10:51:16,199 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.15 / Current Outs: 48.15 2025-02-09 10:51:16,199 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 4.950000000000001 / Current Outs: 33.95 2025-02-09 10:51:16,199 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,199 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,200 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,200 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,200 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,200 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,200 - card_creation - INFO - vL - All Hits: 23.5 / Other OB: 7.9 / All Outs: 76.5 / Total: 29.0 2025-02-09 10:51:16,200 - card_creation - INFO - vR - All Hits: 25.6 / Other OB: 14.1 / All Outs: 68.5 / Total: 29.0 2025-02-09 10:51:16,200 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.849999999999998 2025-02-09 10:51:16,200 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.05 2025-02-09 10:51:16,200 - card_creation - INFO - vL: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.85 / Single CF: 0 2025-02-09 10:51:16,200 - card_creation - INFO - vR: All Hits: 25.6 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.75 / Single CF: 0 2025-02-09 10:51:16,200 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-09 10:51:16,200 - card_creation - INFO - raw do chances: 4.2 2025-02-09 10:51:16,200 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.6499999999999977 2025-02-09 10:51:16,200 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-09 10:51:16,200 - card_creation - INFO - raw hr chances: 0.65 2025-02-09 10:51:16,200 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,200 - card_creation - INFO - excess xbh: 0.65 2025-02-09 10:51:16,200 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-09 10:51:16,200 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-09 10:51:16,201 - card_creation - INFO - raw do chances: 5.9 2025-02-09 10:51:16,201 - card_creation - INFO - Double**: 5.9 / Double(cf): 0.0 / rem xbh: 3.1500000000000004 2025-02-09 10:51:16,201 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-09 10:51:16,201 - card_creation - INFO - raw hr chances: 3.15 2025-02-09 10:51:16,201 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.15 2025-02-09 10:51:16,201 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,201 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 60.4 2025-02-09 10:51:16,201 - card_creation - INFO - vR: All other OB: 14.1 / HBP: 3.0 / BB: 11.1 / Total Chances: 68.7 2025-02-09 10:51:16,201 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 10.049999999999997 / Current Outs: 39.05 2025-02-09 10:51:16,201 - card_creation - INFO - vR: All Outs: 68.5 / Ks: 16.849999999999998 / Current Outs: 45.85 2025-02-09 10:51:16,201 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,201 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,201 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,201 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,201 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,201 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,201 - card_creation - INFO - vL - All Hits: 25.05 / Other OB: 3.25 / All Outs: 79.5 / Total: 29.0 2025-02-09 10:51:16,201 - card_creation - INFO - vR - All Hits: 28.8 / Other OB: 20.35 / All Outs: 59.0 / Total: 29.0 2025-02-09 10:51:16,202 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 13.600000000000001 2025-02-09 10:51:16,202 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.100000000000003 2025-02-09 10:51:16,202 - card_creation - INFO - vL: All Hits: 25.05 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 0.0 / Single CF: 3.2 2025-02-09 10:51:16,202 - card_creation - INFO - vR: All Hits: 28.8 / BP Singles: 5.0 / Single 2: 7.35 / Single 1: 7.35 / Single CF: 0 2025-02-09 10:51:16,202 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,202 - card_creation - INFO - raw do chances: 6.8 2025-02-09 10:51:16,202 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.8 / rem xbh: 6.800000000000002 2025-02-09 10:51:16,202 - card_creation - INFO - Triple: 0 / rem xbh: 6.8 2025-02-09 10:51:16,202 - card_creation - INFO - raw hr chances: 6.8 2025-02-09 10:51:16,202 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.8 2025-02-09 10:51:16,202 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,202 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-09 10:51:16,202 - card_creation - INFO - raw do chances: 3.25 2025-02-09 10:51:16,202 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 5.850000000000003 2025-02-09 10:51:16,202 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-09 10:51:16,202 - card_creation - INFO - raw hr chances: 5.85 2025-02-09 10:51:16,202 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.85 2025-02-09 10:51:16,202 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,202 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 57.3 2025-02-09 10:51:16,202 - card_creation - INFO - vR: All other OB: 20.35 / HBP: 6.0 / BB: 14.35 / Total Chances: 78.15 2025-02-09 10:51:16,202 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 29.7 / Current Outs: 58.7 2025-02-09 10:51:16,202 - card_creation - INFO - vR: All Outs: 59.0 / Ks: 12.6 / Current Outs: 41.6 2025-02-09 10:51:16,202 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,202 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,202 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,202 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,202 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,202 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,203 - card_creation - INFO - vL - All Hits: 30.0 / Other OB: 8.6 / All Outs: 69.5 / Total: 29.0 2025-02-09 10:51:16,203 - card_creation - INFO - vR - All Hits: 19.3 / Other OB: 8.9 / All Outs: 80.0 / Total: 29.0 2025-02-09 10:51:16,203 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.200000000000003 2025-02-09 10:51:16,203 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.5 2025-02-09 10:51:16,203 - card_creation - INFO - vL: All Hits: 30.0 / BP Singles: 5.0 / Single 2: 6.9 / Single 1: 6.9 / Single CF: 0 2025-02-09 10:51:16,203 - card_creation - INFO - vR: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,203 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-09 10:51:16,203 - card_creation - INFO - raw do chances: 6.7 2025-02-09 10:51:16,203 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 4.500000000000003 2025-02-09 10:51:16,203 - card_creation - INFO - Triple: 0 / rem xbh: 4.5 2025-02-09 10:51:16,203 - card_creation - INFO - raw hr chances: 4.5 2025-02-09 10:51:16,203 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.5 2025-02-09 10:51:16,203 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,203 - card_creation - INFO - hr%: 0.80 / tr%: 0.05 / do%: 0.15 2025-02-09 10:51:16,203 - card_creation - INFO - raw do chances: 1.2 2025-02-09 10:51:16,203 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 6.3 2025-02-09 10:51:16,203 - card_creation - INFO - Triple: 0 / rem xbh: 6.3 2025-02-09 10:51:16,203 - card_creation - INFO - raw hr chances: 6.3 2025-02-09 10:51:16,203 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.3 2025-02-09 10:51:16,203 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,203 - card_creation - INFO - vL: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 67.6 2025-02-09 10:51:16,203 - card_creation - INFO - vR: All other OB: 8.9 / HBP: 0 / BB: 8.9 / Total Chances: 57.2 2025-02-09 10:51:16,203 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 21.349999999999998 / Current Outs: 50.35 2025-02-09 10:51:16,203 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 22.049999999999997 / Current Outs: 51.05 2025-02-09 10:51:16,203 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,203 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,204 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,204 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,204 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,204 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,204 - card_creation - INFO - vL - All Hits: 14.0 / Other OB: 3.25 / All Outs: 91.0 / Total: 29.0 2025-02-09 10:51:16,204 - card_creation - INFO - vR - All Hits: 11.95 / Other OB: 10.9 / All Outs: 85.0 / Total: 29.0 2025-02-09 10:51:16,204 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.8499999999999996 2025-02-09 10:51:16,204 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 6.949999999999999 2025-02-09 10:51:16,204 - card_creation - INFO - vL: All Hits: 14.0 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-09 10:51:16,204 - card_creation - INFO - vR: All Hits: 11.95 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-09 10:51:16,204 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,204 - card_creation - INFO - raw do chances: 1.9 2025-02-09 10:51:16,204 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-09 10:51:16,204 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-09 10:51:16,204 - card_creation - INFO - raw hr chances: -0.05 2025-02-09 10:51:16,204 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,205 - card_creation - INFO - excess xbh: -0.05 2025-02-09 10:51:16,205 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-09 10:51:16,205 - card_creation - INFO - raw do chances: 0 2025-02-09 10:51:16,205 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.949999999999999 2025-02-09 10:51:16,205 - card_creation - INFO - Triple: 0 / rem xbh: 6.95 2025-02-09 10:51:16,205 - card_creation - INFO - raw hr chances: 6.95 2025-02-09 10:51:16,205 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.95 2025-02-09 10:51:16,205 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,205 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 46.3 2025-02-09 10:51:16,205 - card_creation - INFO - vR: All other OB: 10.9 / HBP: 1.0 / BB: 9.9 / Total Chances: 51.85 2025-02-09 10:51:16,205 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 19.7 / Current Outs: 48.7 2025-02-09 10:51:16,205 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 33.050000000000004 / Current Outs: 62.05 2025-02-09 10:51:16,205 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,205 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,205 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,205 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,205 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,205 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,205 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 12.0 / All Outs: 74.0 / Total: 29.0 2025-02-09 10:51:16,206 - card_creation - INFO - vR - All Hits: 22.35 / Other OB: 3.2 / All Outs: 82.5 / Total: 29.0 2025-02-09 10:51:16,206 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 2.95 2025-02-09 10:51:16,206 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.900000000000002 2025-02-09 10:51:16,206 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-09 10:51:16,206 - card_creation - INFO - vR: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.75 / Single CF: 0 2025-02-09 10:51:16,206 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-09 10:51:16,206 - card_creation - INFO - raw do chances: 1.5 2025-02-09 10:51:16,206 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-09 10:51:16,206 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-09 10:51:16,206 - card_creation - INFO - raw hr chances: 1.45 2025-02-09 10:51:16,206 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-09 10:51:16,206 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-09 10:51:16,206 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-09 10:51:16,206 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-09 10:51:16,206 - card_creation - INFO - raw do chances: 3.6 2025-02-09 10:51:16,206 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.300000000000002 2025-02-09 10:51:16,206 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-09 10:51:16,206 - card_creation - INFO - raw hr chances: 2.3 2025-02-09 10:51:16,206 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-09 10:51:16,206 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,206 - card_creation - INFO - vL: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 63.05 2025-02-09 10:51:16,206 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 54.55 2025-02-09 10:51:16,206 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 7.950000000000002 / Current Outs: 36.95 2025-02-09 10:51:16,206 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 12.749999999999998 / Current Outs: 41.75 2025-02-09 10:51:16,206 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,206 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,206 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,206 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,206 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,206 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,207 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 11.15 / All Outs: 73.0 / Total: 29.0 2025-02-09 10:51:16,207 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 12.1 / All Outs: 77.5 / Total: 29.0 2025-02-09 10:51:16,207 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 13.5 2025-02-09 10:51:16,207 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.450000000000003 2025-02-09 10:51:16,207 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-09 10:51:16,207 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-09 10:51:16,207 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-09 10:51:16,207 - card_creation - INFO - raw do chances: 13.5 2025-02-09 10:51:16,207 - card_creation - INFO - Double**: 13.5 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-09 10:51:16,207 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-09 10:51:16,207 - card_creation - INFO - raw hr chances: 0.0 2025-02-09 10:51:16,207 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-09 10:51:16,207 - card_creation - INFO - excess xbh: 0.0 2025-02-09 10:51:16,207 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-09 10:51:16,207 - card_creation - INFO - raw do chances: 5.95 2025-02-09 10:51:16,207 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 1.5000000000000027 2025-02-09 10:51:16,207 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-09 10:51:16,207 - card_creation - INFO - raw hr chances: 1.5 2025-02-09 10:51:16,207 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-09 10:51:16,207 - card_creation - INFO - excess xbh: -0.5 2025-02-09 10:51:16,207 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 4.0 / BB: 7.15 / Total Chances: 63.85 2025-02-09 10:51:16,207 - card_creation - INFO - vR: All other OB: 12.1 / HBP: 1.0 / BB: 11.1 / Total Chances: 59.95 2025-02-09 10:51:16,207 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 40.800000000000004 / Current Outs: 69.8 2025-02-09 10:51:16,207 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 14.850000000000001 / Current Outs: 43.85 2025-02-09 10:51:16,208 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,208 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,208 - card_creation - INFO - Remaining outs: 0.0 2025-02-09 10:51:16,208 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-09 10:51:16,208 - card_creation - INFO - vL: Total chances: 108.0 2025-02-09 10:51:16,208 - card_creation - INFO - vR: Total chances: 108.0 2025-02-09 10:51:16,216 - card_creation - INFO - get: players id: None params: [('bbref_id', 'finlech01'), ('cardset_id', 20)] 2025-02-09 10:51:16,337 - card_creation - INFO - session info: 2025-02-09 10:51:16,337 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 82, 'image': 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37565, 'team': 33, 'player': 10785, 'created': 1731963342653}, {'id': 37694, 'team': 47, 'player [ S N I P P E D ] 2025-02-09 10:51:16,337 - card_creation - INFO - patch: players [('cost', '106'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:16,493 - card_creation - INFO - return: {'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}} 2025-02-09 10:51:16,494 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pettian01'), ('cardset_id', 20)] 2025-02-09 10:51:16,646 - card_creation - INFO - session info: 2025-02-09 10:51:16,646 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 860, 'image': 'https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pettian01', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36427, 'team': 69, 'player': 10786, 'created': 1730920176630}, {'id': 37002, 'team': 47, 'player' [ S N I P P E D ] 2025-02-09 10:51:16,646 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10786/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:16,772 - card_creation - INFO - return: {'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pettian01', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}} 2025-02-09 10:51:16,772 - card_creation - INFO - get: players id: None params: [('bbref_id', 'holmeda01'), ('cardset_id', 20)] 2025-02-09 10:51:16,931 - card_creation - INFO - session info: 2025-02-09 10:51:16,931 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 348, 'image': 'https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'holmeda01', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:16,931 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11218/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:17,074 - card_creation - INFO - return: {'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'holmeda01', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}} 2025-02-09 10:51:17,074 - card_creation - INFO - get: players id: None params: [('bbref_id', 'percitr01'), ('cardset_id', 20)] 2025-02-09 10:51:17,244 - card_creation - INFO - session info: 2025-02-09 10:51:17,244 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 6403, 'image': 'https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'percitr01', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:17,245 - card_creation - INFO - patch: players [('cost', '4294'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11219/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:17,366 - card_creation - INFO - return: {'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 4294, 'image': 'https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'percitr01', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}} 2025-02-09 10:51:17,367 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hillke01'), ('cardset_id', 20)] 2025-02-09 10:51:17,525 - card_creation - INFO - session info: 2025-02-09 10:51:17,525 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillke01', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35583, 'team': 69, 'player': 10787, 'created': 1730616941189}, {'id': 35710, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:51:17,526 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10787/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:17,658 - card_creation - INFO - return: {'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillke01', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}} 2025-02-09 10:51:17,659 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 20)] 2025-02-09 10:51:17,785 - card_creation - INFO - session info: 2025-02-09 10:51:17,785 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10788, 'p_name': 'David Wells', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35405, 'team': 33, 'player': 10788, 'created': 1730616941189}, {'id': 35961, 'team': 55, 'player': [ S N I P P E D ] 2025-02-09 10:51:17,785 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10788/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:17,923 - card_creation - INFO - return: {'player_id': 10788, 'p_name': 'David Wells', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-09 10:51:17,923 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delucri01'), ('cardset_id', 20)] 2025-02-09 10:51:18,071 - card_creation - INFO - session info: 2025-02-09 10:51:18,071 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 150, 'image': 'https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delucri01', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38324, 'team': 47, 'player': 10989, 'created': 1735336764577}]}}]} 2025-02-09 10:51:18,071 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10989/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:18,212 - card_creation - INFO - return: {'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delucri01', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}} 2025-02-09 10:51:18,213 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nelsoje01'), ('cardset_id', 20)] 2025-02-09 10:51:18,352 - card_creation - INFO - session info: 2025-02-09 10:51:18,352 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 12, 'image': 'https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nelsoje01', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35973, 'team': 33, 'player': 10789, 'created': 1730785303487}, {'id': 38820, 'team': 38, 'p [ S N I P P E D ] 2025-02-09 10:51:18,353 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10789/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:18,486 - card_creation - INFO - return: {'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nelsoje01', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}} 2025-02-09 10:51:18,486 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 20)] 2025-02-09 10:51:18,630 - card_creation - INFO - session info: 2025-02-09 10:51:18,630 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:18,630 - card_creation - INFO - patch: players [('cost', '458'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11461/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:18,761 - card_creation - INFO - return: {'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 458, 'image': 'https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-09 10:51:18,762 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcdowja01'), ('cardset_id', 20)] 2025-02-09 10:51:18,927 - card_creation - INFO - session info: 2025-02-09 10:51:18,927 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdowja01', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35545, 'team': 38, 'player': 10790, 'created': 1730616941189}, {'id': 35640, 'tea [ S N I P P E D ] 2025-02-09 10:51:18,927 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10790/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:19,075 - card_creation - INFO - return: {'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdowja01', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}} 2025-02-09 10:51:19,075 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burbada01'), ('cardset_id', 20)] 2025-02-09 10:51:19,208 - card_creation - INFO - session info: 2025-02-09 10:51:19,208 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burbada01', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36136, 'team': 55, 'player': 10791, 'created': 1730920177137}, {'id': 36994, 'team': 47, 'p [ S N I P P E D ] 2025-02-09 10:51:19,208 - card_creation - INFO - patch: players [('cost', '102'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10791/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:19,345 - card_creation - INFO - return: {'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 102, 'image': 'https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burbada01', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}} 2025-02-09 10:51:19,345 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olivaom01'), ('cardset_id', 20)] 2025-02-09 10:51:19,494 - card_creation - INFO - session info: 2025-02-09 10:51:19,494 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 100, 'image': 'https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivaom01', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:19,495 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10990/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:19,589 - card_creation - INFO - return: {'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivaom01', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}} 2025-02-09 10:51:19,589 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mesajo01'), ('cardset_id', 20)] 2025-02-09 10:51:19,665 - card_creation - INFO - session info: 2025-02-09 10:51:19,666 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mesajo01', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36992, 'team': 47, 'player': 10792, 'created': 1731602870133}, {'id': 37345, 'team': 38, 'play [ S N I P P E D ] 2025-02-09 10:51:19,666 - card_creation - INFO - patch: players [('cost', '1398'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10792/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:19,792 - card_creation - INFO - return: {'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 1398, 'image': 'https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mesajo01', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}} 2025-02-09 10:51:19,792 - card_creation - INFO - get: players id: None params: [('bbref_id', 'watsoal01'), ('cardset_id', 20)] 2025-02-09 10:51:19,920 - card_creation - INFO - session info: 2025-02-09 10:51:19,920 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watsoal01', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35403, 'team': 33, 'player': 10793, 'created': 1730616941189}, {'id': 36989, 'tea [ S N I P P E D ] 2025-02-09 10:51:19,920 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10793/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:20,046 - card_creation - INFO - return: {'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watsoal01', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}} 2025-02-09 10:51:20,046 - card_creation - INFO - get: players id: None params: [('bbref_id', 'colonba01'), ('cardset_id', 20)] 2025-02-09 10:51:20,178 - card_creation - INFO - session info: 2025-02-09 10:51:20,178 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 276, 'image': 'https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'colonba01', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35751, 'team': 38, 'player': 10794, 'created': 1730616941189}, {'id': 36030, 'team': 55, [ S N I P P E D ] 2025-02-09 10:51:20,178 - card_creation - INFO - patch: players [('cost', '623'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10794/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:20,299 - card_creation - INFO - return: {'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 623, 'image': 'https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'colonba01', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}} 2025-02-09 10:51:20,299 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hasegsh01'), ('cardset_id', 20)] 2025-02-09 10:51:20,406 - card_creation - INFO - session info: 2025-02-09 10:51:20,406 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hasegsh01', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36985, 'team': 47, 'player': 11071, 'created': 1731602869923}, {'id': 37428, 't [ S N I P P E D ] 2025-02-09 10:51:20,406 - card_creation - INFO - patch: players [('cost', '117'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11071/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:20,548 - card_creation - INFO - return: {'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 117, 'image': 'https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hasegsh01', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}} 2025-02-09 10:51:20,549 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dicksja01'), ('cardset_id', 20)] 2025-02-09 10:51:20,680 - card_creation - INFO - session info: 2025-02-09 10:51:20,680 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dicksja01', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37585, 'team': 33, 'player': 10991, 'created': 1731963342633}]}}]} 2025-02-09 10:51:20,680 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10991/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:20,808 - card_creation - INFO - return: {'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dicksja01', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}} 2025-02-09 10:51:20,808 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nagych01'), ('cardset_id', 20)] 2025-02-09 10:51:20,936 - card_creation - INFO - session info: 2025-02-09 10:51:20,936 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nagych01', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37412, 'team': 31, 'player': 10795, 'created': 1731963342633}, {'id': 37597, 'team': 33, 'pl [ S N I P P E D ] 2025-02-09 10:51:20,937 - card_creation - INFO - patch: players [('cost', '114'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10795/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:21,078 - card_creation - INFO - return: {'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nagych01', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}} 2025-02-09 10:51:21,078 - card_creation - INFO - get: players id: None params: [('bbref_id', 'assenpa01'), ('cardset_id', 20)] 2025-02-09 10:51:21,221 - card_creation - INFO - session info: 2025-02-09 10:51:21,221 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 1198, 'image': 'https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'assenpa01', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:21,221 - card_creation - INFO - patch: players [('cost', '1189'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11220/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:21,315 - card_creation - INFO - return: {'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 1189, 'image': 'https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'assenpa01', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}} 2025-02-09 10:51:21,315 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksmi02'), ('cardset_id', 20)] 2025-02-09 10:51:21,478 - card_creation - INFO - session info: 2025-02-09 10:51:21,478 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 4347, 'image': 'https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksmi02', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37653, 'team': 33, 'player': 11177, 'created': 1731963342633}]}}]} 2025-02-09 10:51:21,479 - card_creation - INFO - patch: players [('cost', '4271'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11177/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:21,598 - card_creation - INFO - return: {'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 4271, 'image': 'https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksmi02', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}} 2025-02-09 10:51:21,598 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martipe02'), ('cardset_id', 20)] 2025-02-09 10:51:21,726 - card_creation - INFO - session info: 2025-02-09 10:51:21,726 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 994, 'image': 'https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35511, 'team': 47, 'player': 10796, 'created': 1730616941189}, {'id': 35969, 'team': 55, 'player': 10 [ S N I P P E D ] 2025-02-09 10:51:21,727 - card_creation - INFO - patch: players [('cost', '642'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10796/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:21,898 - card_creation - INFO - return: {'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 642, 'image': 'https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}} 2025-02-09 10:51:21,898 - card_creation - INFO - get: players id: None params: [('bbref_id', 'averyst01'), ('cardset_id', 20)] 2025-02-09 10:51:22,027 - card_creation - INFO - session info: 2025-02-09 10:51:22,027 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 98, 'image': 'https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'averyst01', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:22,028 - card_creation - INFO - patch: players [('cost', '25'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11258/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:22,174 - card_creation - INFO - return: {'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'averyst01', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}} 2025-02-09 10:51:22,174 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eckerde01'), ('cardset_id', 20)] 2025-02-09 10:51:22,324 - card_creation - INFO - session info: 2025-02-09 10:51:22,324 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eckerde01', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:22,324 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11140/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:22,466 - card_creation - INFO - return: {'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eckerde01', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}} 2025-02-09 10:51:22,467 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gordoto01'), ('cardset_id', 20)] 2025-02-09 10:51:22,570 - card_creation - INFO - session info: 2025-02-09 10:51:22,570 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 4111, 'image': 'https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gordoto01', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:22,570 - card_creation - INFO - patch: players [('cost', '4081'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11141/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:22,695 - card_creation - INFO - return: {'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 4081, 'image': 'https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gordoto01', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}} 2025-02-09 10:51:22,695 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wakefti01'), ('cardset_id', 20)] 2025-02-09 10:51:22,841 - card_creation - INFO - session info: 2025-02-09 10:51:22,841 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wakefti01', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37707, 'team': 47, 'player': 10797, 'created': 1731963342639}]}}]} 2025-02-09 10:51:22,842 - card_creation - INFO - patch: players [('cost', '249'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10797/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:22,968 - card_creation - INFO - return: {'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 249, 'image': 'https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wakefti01', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}} 2025-02-09 10:51:22,968 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wasdijo01'), ('cardset_id', 20)] 2025-02-09 10:51:23,063 - card_creation - INFO - session info: 2025-02-09 10:51:23,063 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wasdijo01', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38839, 'team': 38, 'player': 11142, 'created': 1738533340064}]}}]} 2025-02-09 10:51:23,063 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11142/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:23,146 - card_creation - INFO - return: {'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wasdijo01', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}} 2025-02-09 10:51:23,147 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lowede01'), ('cardset_id', 20)] 2025-02-09 10:51:23,219 - card_creation - INFO - session info: 2025-02-09 10:51:23,219 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 1156, 'image': 'https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lowede01', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:23,220 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10798/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:23,335 - card_creation - INFO - return: {'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lowede01', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}} 2025-02-09 10:51:23,335 - card_creation - INFO - get: players id: None params: [('bbref_id', 'corsiji01'), ('cardset_id', 20)] 2025-02-09 10:51:23,411 - card_creation - INFO - session info: 2025-02-09 10:51:23,412 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 3981, 'image': 'https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corsiji01', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:23,412 - card_creation - INFO - patch: players [('cost', '1113'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11072/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:23,500 - card_creation - INFO - return: {'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 1113, 'image': 'https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corsiji01', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}} 2025-02-09 10:51:23,500 - card_creation - INFO - get: players id: None params: [('bbref_id', 'saundto01'), ('cardset_id', 20)] 2025-02-09 10:51:23,635 - card_creation - INFO - session info: 2025-02-09 10:51:23,635 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saundto01', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36960, 'team': 47, 'player': 10799, 'created': 1731602869923}]}}]} 2025-02-09 10:51:23,635 - card_creation - INFO - patch: players [('cost', '103'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10799/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:23,785 - card_creation - INFO - return: {'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 103, 'image': 'https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saundto01', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}} 2025-02-09 10:51:23,785 - card_creation - INFO - get: players id: None params: [('bbref_id', 'yanes01'), ('cardset_id', 20)] 2025-02-09 10:51:23,919 - card_creation - INFO - session info: 2025-02-09 10:51:23,919 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 3963, 'image': 'https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yanes01', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:23,919 - card_creation - INFO - patch: players [('cost', '1322'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11073/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:24,054 - card_creation - INFO - return: {'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 1322, 'image': 'https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yanes01', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}} 2025-02-09 10:51:24,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mecirji01'), ('cardset_id', 20)] 2025-02-09 10:51:24,187 - card_creation - INFO - session info: 2025-02-09 10:51:24,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 1320, 'image': 'https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mecirji01', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37875, 'team': 47, 'player': 11221, 'created': 1733700057282}]}}]} 2025-02-09 10:51:24,187 - card_creation - INFO - patch: players [('cost', '1314'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11221/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:24,321 - card_creation - INFO - return: {'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 1314, 'image': 'https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mecirji01', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}} 2025-02-09 10:51:24,322 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaro01'), ('cardset_id', 20)] 2025-02-09 10:51:24,453 - card_creation - INFO - session info: 2025-02-09 10:51:24,453 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 3808, 'image': 'https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaro01', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:24,453 - card_creation - INFO - patch: players [('cost', '457'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11178/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:24,542 - card_creation - INFO - return: {'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaro01', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}} 2025-02-09 10:51:24,543 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezal02'), ('cardset_id', 20)] 2025-02-09 10:51:24,672 - card_creation - INFO - session info: 2025-02-09 10:51:24,672 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 462, 'image': 'https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezal02', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37715, 'team': 47, 'player': 11074, 'created': 1733172010978}]}}]} 2025-02-09 10:51:24,673 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11074/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:24,781 - card_creation - INFO - return: {'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezal02', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}} 2025-02-09 10:51:24,781 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carlsda01'), ('cardset_id', 20)] 2025-02-09 10:51:24,913 - card_creation - INFO - session info: 2025-02-09 10:51:24,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carlsda01', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36974, 'team': 47, 'player': 11075, 'created': 1731602869923}]}}]} 2025-02-09 10:51:24,913 - card_creation - INFO - patch: players [('cost', '17'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11075/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:25,055 - card_creation - INFO - return: {'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carlsda01', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}} 2025-02-09 10:51:25,055 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alvarwi01'), ('cardset_id', 20)] 2025-02-09 10:51:25,195 - card_creation - INFO - session info: 2025-02-09 10:51:25,195 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 713, 'image': 'https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarwi01', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35637, 'team': 47, 'player': 10800, 'created': 1730616941935}, {'id': 35733, 'team': 38, [ S N I P P E D ] 2025-02-09 10:51:25,195 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10800/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:25,293 - card_creation - INFO - return: {'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarwi01', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}} 2025-02-09 10:51:25,293 - card_creation - INFO - get: players id: None params: [('bbref_id', 'arrojro01'), ('cardset_id', 20)] 2025-02-09 10:51:25,411 - card_creation - INFO - session info: 2025-02-09 10:51:25,411 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 2786, 'image': 'https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'arrojro01', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:25,412 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10801/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:25,543 - card_creation - INFO - return: {'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'arrojro01', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}} 2025-02-09 10:51:25,544 - card_creation - INFO - get: players id: None params: [('bbref_id', 'drabedo01'), ('cardset_id', 20)] 2025-02-09 10:51:25,681 - card_creation - INFO - session info: 2025-02-09 10:51:25,681 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 297, 'image': 'https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'drabedo01', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:25,682 - card_creation - INFO - patch: players [('cost', '101'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10802/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:25,781 - card_creation - INFO - return: {'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'drabedo01', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}} 2025-02-09 10:51:25,781 - card_creation - INFO - get: players id: None params: [('bbref_id', 'millsal01'), ('cardset_id', 20)] 2025-02-09 10:51:25,923 - card_creation - INFO - session info: 2025-02-09 10:51:25,923 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 3658, 'image': 'https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millsal01', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:25,923 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11179/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:26,014 - card_creation - INFO - return: {'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millsal01', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}} 2025-02-09 10:51:26,014 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oroscje01'), ('cardset_id', 20)] 2025-02-09 10:51:26,134 - card_creation - INFO - session info: 2025-02-09 10:51:26,134 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 3936, 'image': 'https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oroscje01', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37869, 'team': 47, 'player': 11259, 'created': 1733700057282}]}}]} 2025-02-09 10:51:26,134 - card_creation - INFO - patch: players [('cost', '3556'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11259/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:26,266 - card_creation - INFO - return: {'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 3556, 'image': 'https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oroscje01', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}} 2025-02-09 10:51:26,266 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benitar01'), ('cardset_id', 20)] 2025-02-09 10:51:26,363 - card_creation - INFO - session info: 2025-02-09 10:51:26,363 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 1193, 'image': 'https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitar01', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:26,363 - card_creation - INFO - patch: players [('cost', '3936'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11222/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:26,481 - card_creation - INFO - return: {'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 3936, 'image': 'https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitar01', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}} 2025-02-09 10:51:26,481 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsdo04'), ('cardset_id', 20)] 2025-02-09 10:51:26,636 - card_creation - INFO - session info: 2025-02-09 10:51:26,636 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 415, 'image': 'https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsdo04', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37720, 'team': 47, 'player': 11143, 'created': 1733172010978}]}}]} 2025-02-09 10:51:26,637 - card_creation - INFO - patch: players [('cost', '14'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11143/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:26,737 - card_creation - INFO - return: {'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsdo04', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}} 2025-02-09 10:51:26,737 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ponsosi01'), ('cardset_id', 20)] 2025-02-09 10:51:26,837 - card_creation - INFO - session info: 2025-02-09 10:51:26,837 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ponsosi01', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:26,838 - card_creation - INFO - patch: players [('cost', '267'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10992/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:26,946 - card_creation - INFO - return: {'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 267, 'image': 'https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ponsosi01', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}} 2025-02-09 10:51:26,946 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rhodear01'), ('cardset_id', 20)] 2025-02-09 10:51:27,080 - card_creation - INFO - session info: 2025-02-09 10:51:27,080 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rhodear01', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37722, 'team': 47, 'player': 10993, 'created': 1733172010978}]}}]} 2025-02-09 10:51:27,080 - card_creation - INFO - patch: players [('cost', '448'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10993/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:27,200 - card_creation - INFO - return: {'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rhodear01', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}} 2025-02-09 10:51:27,201 - card_creation - INFO - get: players id: None params: [('bbref_id', 'charlno01'), ('cardset_id', 20)] 2025-02-09 10:51:27,333 - card_creation - INFO - session info: 2025-02-09 10:51:27,333 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'charlno01', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37588, 'team': 33, 'player': 11076, 'created': 1731963342633}]}}]} 2025-02-09 10:51:27,333 - card_creation - INFO - patch: players [('cost', '115'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11076/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:27,466 - card_creation - INFO - return: {'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'charlno01', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}} 2025-02-09 10:51:27,466 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ericksc01'), ('cardset_id', 20)] 2025-02-09 10:51:27,559 - card_creation - INFO - session info: 2025-02-09 10:51:27,560 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 2229, 'image': 'https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ericksc01', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36097, 'team': 31, 'player': 10803, 'created': 1730785303729}, {'id': 36663, 'team [ S N I P P E D ] 2025-02-09 10:51:27,560 - card_creation - INFO - patch: players [('cost', '2136'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10803/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:27,649 - card_creation - INFO - return: {'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 2136, 'image': 'https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ericksc01', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}} 2025-02-09 10:51:27,649 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathete01'), ('cardset_id', 20)] 2025-02-09 10:51:27,777 - card_creation - INFO - session info: 2025-02-09 10:51:27,777 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathete01', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38848, 'team': 38, 'player': 11462, 'created': 1738297241556}]}}]} 2025-02-09 10:51:27,777 - card_creation - INFO - patch: players [('cost', '46'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11462/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:27,867 - card_creation - INFO - return: {'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathete01', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}} 2025-02-09 10:51:27,867 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baldwja01'), ('cardset_id', 20)] 2025-02-09 10:51:28,006 - card_creation - INFO - session info: 2025-02-09 10:51:28,007 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baldwja01', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35716, 'team': 47, 'player': 10804, 'created': 1730616941189}, {'id': 37620, 'team': 33, [ S N I P P E D ] 2025-02-09 10:51:28,007 - card_creation - INFO - patch: players [('cost', '115'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10804/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:28,106 - card_creation - INFO - return: {'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baldwja01', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}} 2025-02-09 10:51:28,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castito02'), ('cardset_id', 20)] 2025-02-09 10:51:28,216 - card_creation - INFO - session info: 2025-02-09 10:51:28,216 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castito02', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36993, 'team': 47, 'player': 11077, 'created': 1731602870133}, {'id': 37466, [ S N I P P E D ] 2025-02-09 10:51:28,217 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11077/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:28,320 - card_creation - INFO - return: {'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castito02', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}} 2025-02-09 10:51:28,320 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fordhto01'), ('cardset_id', 20)] 2025-02-09 10:51:28,443 - card_creation - INFO - session info: 2025-02-09 10:51:28,443 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 40, 'image': 'https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordhto01', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36970, 'team': 47, 'player': 11078, 'created': 1731602869923}]}}]} 2025-02-09 10:51:28,443 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11078/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:28,550 - card_creation - INFO - return: {'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordhto01', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}} 2025-02-09 10:51:28,550 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castica02'), ('cardset_id', 20)] 2025-02-09 10:51:28,634 - card_creation - INFO - session info: 2025-02-09 10:51:28,634 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 138, 'image': 'https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castica02', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:28,635 - card_creation - INFO - patch: players [('cost', '387'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10994/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:28,738 - card_creation - INFO - return: {'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castica02', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}} 2025-02-09 10:51:28,738 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sirotmi01'), ('cardset_id', 20)] 2025-02-09 10:51:28,855 - card_creation - INFO - session info: 2025-02-09 10:51:28,855 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sirotmi01', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35556, 'team': 69, 'player': 10805, 'created': 1730616941189}, {'id': 35683, 'tea [ S N I P P E D ] 2025-02-09 10:51:28,856 - card_creation - INFO - patch: players [('cost', '313'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10805/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:28,928 - card_creation - INFO - return: {'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 313, 'image': 'https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sirotmi01', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}} 2025-02-09 10:51:28,928 - card_creation - INFO - get: players id: None params: [('bbref_id', 'simasbi01'), ('cardset_id', 20)] 2025-02-09 10:51:29,015 - card_creation - INFO - session info: 2025-02-09 10:51:29,015 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 4629, 'image': 'https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'simasbi01', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:29,016 - card_creation - INFO - patch: players [('cost', '3983'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11260/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:29,145 - card_creation - INFO - return: {'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 3983, 'image': 'https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'simasbi01', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}} 2025-02-09 10:51:29,146 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bereja01'), ('cardset_id', 20)] 2025-02-09 10:51:29,291 - card_creation - INFO - session info: 2025-02-09 10:51:29,292 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bereja01', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35501, 'team': 47, 'player': 10806, 'created': 1730616941189}, {'id': 35928, 'team': 55, 'player': 10806 [ S N I P P E D ] 2025-02-09 10:51:29,292 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10806/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:29,422 - card_creation - INFO - return: {'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bereja01', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}} 2025-02-09 10:51:29,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cadargr01'), ('cardset_id', 20)] 2025-02-09 10:51:29,517 - card_creation - INFO - session info: 2025-02-09 10:51:29,517 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cadargr01', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:29,517 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11261/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:29,656 - card_creation - INFO - return: {'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cadargr01', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}} 2025-02-09 10:51:29,656 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foulkke01'), ('cardset_id', 20)] 2025-02-09 10:51:29,784 - card_creation - INFO - session info: 2025-02-09 10:51:29,784 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 379, 'image': 'https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foulkke01', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:29,784 - card_creation - INFO - patch: players [('cost', '5628'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11144/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:29,907 - card_creation - INFO - return: {'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 5628, 'image': 'https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foulkke01', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}} 2025-02-09 10:51:29,907 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karchma01'), ('cardset_id', 20)] 2025-02-09 10:51:30,003 - card_creation - INFO - session info: 2025-02-09 10:51:30,003 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karchma01', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:30,004 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11223/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:30,131 - card_creation - INFO - return: {'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karchma01', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}} 2025-02-09 10:51:30,131 - card_creation - INFO - get: players id: None params: [('bbref_id', 'navarja01'), ('cardset_id', 20)] 2025-02-09 10:51:30,237 - card_creation - INFO - session info: 2025-02-09 10:51:30,237 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'navarja01', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35415, 'team': 33, 'player': 10807, 'created': 1730616942106}, {'id': 35641, 'te [ S N I P P E D ] 2025-02-09 10:51:30,238 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10807/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:30,336 - card_creation - INFO - return: {'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'navarja01', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}} 2025-02-09 10:51:30,336 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guzmaju01'), ('cardset_id', 20)] 2025-02-09 10:51:30,431 - card_creation - INFO - session info: 2025-02-09 10:51:30,431 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 247, 'image': 'https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guzmaju01', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35812, 'team': 31, 'player': 10808, 'created': 1730616941189}]}}]} 2025-02-09 10:51:30,431 - card_creation - INFO - patch: players [('cost', '247'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10808/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:30,570 - card_creation - INFO - return: {'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 247, 'image': 'https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guzmaju01', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}} 2025-02-09 10:51:30,570 - card_creation - INFO - get: players id: None params: [('bbref_id', 'harripe01'), ('cardset_id', 20)] 2025-02-09 10:51:30,710 - card_creation - INFO - session info: 2025-02-09 10:51:30,710 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 420, 'image': 'https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harripe01', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:30,710 - card_creation - INFO - patch: players [('cost', '419'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11463/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:30,804 - card_creation - INFO - return: {'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 419, 'image': 'https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harripe01', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}} 2025-02-09 10:51:30,805 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rislebi01'), ('cardset_id', 20)] 2025-02-09 10:51:30,900 - card_creation - INFO - session info: 2025-02-09 10:51:30,900 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 42, 'image': 'https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rislebi01', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:30,900 - card_creation - INFO - patch: players [('cost', '41'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10809/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:31,030 - card_creation - INFO - return: {'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rislebi01', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}} 2025-02-09 10:51:31,030 - card_creation - INFO - get: players id: None params: [('bbref_id', 'plesada01'), ('cardset_id', 20)] 2025-02-09 10:51:31,168 - card_creation - INFO - session info: 2025-02-09 10:51:31,168 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plesada01', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:31,168 - card_creation - INFO - patch: players [('cost', '361'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11464/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:31,257 - card_creation - INFO - return: {'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 361, 'image': 'https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plesada01', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}} 2025-02-09 10:51:31,257 - card_creation - INFO - get: players id: None params: [('bbref_id', 'quantpa01'), ('cardset_id', 20)] 2025-02-09 10:51:31,414 - card_creation - INFO - session info: 2025-02-09 10:51:31,414 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 1030, 'image': 'https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'quantpa01', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37693, 'team': 47, 'player': 10995, 'created': 1733172010978}, {'id': 37787, 'team': 33, 'pl [ S N I P P E D ] 2025-02-09 10:51:31,414 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10995/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:31,506 - card_creation - INFO - return: {'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'quantpa01', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}} 2025-02-09 10:51:31,506 - card_creation - INFO - get: players id: None params: [('bbref_id', 'myersra01'), ('cardset_id', 20)] 2025-02-09 10:51:31,640 - card_creation - INFO - session info: 2025-02-09 10:51:31,640 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 422, 'image': 'https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersra01', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38319, 'team': 47, 'player': 11224, 'created': 1736205194812}, {'id': 38501, 'team': 38, 'player': 11224, 'c [ S N I P P E D ] 2025-02-09 10:51:31,640 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11224/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:31,768 - card_creation - INFO - return: {'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersra01', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}} 2025-02-09 10:51:31,768 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hansoer01'), ('cardset_id', 20)] 2025-02-09 10:51:31,875 - card_creation - INFO - session info: 2025-02-09 10:51:31,875 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hansoer01', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35572, 'team': 69, 'player': 10810, 'created': 1730616941189}, {'id': 35639, 'tea [ S N I P P E D ] 2025-02-09 10:51:31,875 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10810/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:31,990 - card_creation - INFO - return: {'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hansoer01', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}} 2025-02-09 10:51:31,990 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moehlbr01'), ('cardset_id', 20)] 2025-02-09 10:51:32,127 - card_creation - INFO - session info: 2025-02-09 10:51:32,127 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 689, 'image': 'https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moehlbr01', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35752, 'team': 38, 'player': 10811, 'created': 1730616941189}]}}]} 2025-02-09 10:51:32,128 - card_creation - INFO - patch: players [('cost', '236'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10811/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:32,282 - card_creation - INFO - return: {'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 236, 'image': 'https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moehlbr01', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}} 2025-02-09 10:51:32,283 - card_creation - INFO - get: players id: None params: [('bbref_id', 'runyase01'), ('cardset_id', 20)] 2025-02-09 10:51:32,421 - card_creation - INFO - session info: 2025-02-09 10:51:32,421 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 417, 'image': 'https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'runyase01', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:32,422 - card_creation - INFO - patch: players [('cost', '344'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11465/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:32,507 - card_creation - INFO - return: {'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 344, 'image': 'https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'runyase01', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}} 2025-02-09 10:51:32,507 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bochtdo01'), ('cardset_id', 20)] 2025-02-09 10:51:32,615 - card_creation - INFO - session info: 2025-02-09 10:51:32,615 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bochtdo01', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:32,616 - card_creation - INFO - patch: players [('cost', '125'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11225/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:32,757 - card_creation - INFO - return: {'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 125, 'image': 'https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bochtdo01', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}} 2025-02-09 10:51:32,757 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castifr01'), ('cardset_id', 20)] 2025-02-09 10:51:32,860 - card_creation - INFO - session info: 2025-02-09 10:51:32,861 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 117, 'image': 'https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castifr01', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37780, 'team': 33, 'player': 11145, 'created': 1731963342639}, {'id': 38655, 'team': 69, 'playe [ S N I P P E D ] 2025-02-09 10:51:32,861 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11145/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:32,954 - card_creation - INFO - return: {'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castifr01', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}} 2025-02-09 10:51:32,954 - card_creation - INFO - get: players id: None params: [('bbref_id', 'floribr01'), ('cardset_id', 20)] 2025-02-09 10:51:33,062 - card_creation - INFO - session info: 2025-02-09 10:51:33,062 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 121, 'image': 'https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floribr01', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37673, 'team': 47, 'player': 11079, 'created': 1731963342633}, {'id': 37789, 'team': 33 [ S N I P P E D ] 2025-02-09 10:51:33,063 - card_creation - INFO - patch: players [('cost', '143'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11079/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:33,137 - card_creation - INFO - return: {'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 143, 'image': 'https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floribr01', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}} 2025-02-09 10:51:33,138 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 20)] 2025-02-09 10:51:33,230 - card_creation - INFO - session info: 2025-02-09 10:51:33,231 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 44, 'image': 'https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37476, 'team': 33, 'player': 10996, 'created': 1731963342633}, {'id': 38832, 'team': 38, 'pla [ S N I P P E D ] 2025-02-09 10:51:33,231 - card_creation - INFO - patch: players [('cost', '116'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10996/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:33,312 - card_creation - INFO - return: {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-09 10:51:33,312 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sagera.01'), ('cardset_id', 20)] 2025-02-09 10:51:33,400 - card_creation - INFO - session info: 2025-02-09 10:51:33,400 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sagera.01', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37540, 'team': 33, 'player': 11146, 'created': 1731963342653}, {'id': 37993, 'team': 47, 'player [ S N I P P E D ] 2025-02-09 10:51:33,401 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11146/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:33,481 - card_creation - INFO - return: {'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 40, 'image': 'https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sagera.01', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}} 2025-02-09 10:51:33,481 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rogerke01'), ('cardset_id', 20)] 2025-02-09 10:51:33,564 - card_creation - INFO - session info: 2025-02-09 10:51:33,564 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 289, 'image': 'https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rogerke01', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35570, 'team': 69, 'player': 10812, 'created': 1730616941189}, {'id': 36128, 'team': 38, [ S N I P P E D ] 2025-02-09 10:51:33,564 - card_creation - INFO - patch: players [('cost', '98'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10812/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:33,703 - card_creation - INFO - return: {'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 98, 'image': 'https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rogerke01', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}} 2025-02-09 10:51:33,703 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathet.01'), ('cardset_id', 20)] 2025-02-09 10:51:33,811 - card_creation - INFO - session info: 2025-02-09 10:51:33,811 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathet.01', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:33,812 - card_creation - INFO - patch: players [('cost', '360'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11080/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:33,900 - card_creation - INFO - return: {'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 360, 'image': 'https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathet.01', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}} 2025-02-09 10:51:33,901 - card_creation - INFO - get: players id: None params: [('bbref_id', 'taylobi04'), ('cardset_id', 20)] 2025-02-09 10:51:34,052 - card_creation - INFO - session info: 2025-02-09 10:51:34,052 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taylobi04', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:34,053 - card_creation - INFO - patch: players [('cost', '457'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11147/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:34,179 - card_creation - INFO - return: {'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taylobi04', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}} 2025-02-09 10:51:34,179 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oquismi01'), ('cardset_id', 20)] 2025-02-09 10:51:34,297 - card_creation - INFO - session info: 2025-02-09 10:51:34,297 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 269, 'image': 'https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oquismi01', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:34,297 - card_creation - INFO - patch: players [('cost', '283'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10813/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:34,409 - card_creation - INFO - return: {'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 283, 'image': 'https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oquismi01', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}} 2025-02-09 10:51:34,409 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mohlemi01'), ('cardset_id', 20)] 2025-02-09 10:51:34,522 - card_creation - INFO - session info: 2025-02-09 10:51:34,522 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 1279, 'image': 'https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mohlemi01', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:34,522 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11226/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:34,638 - card_creation - INFO - return: {'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mohlemi01', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}} 2025-02-09 10:51:34,638 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smallaa01'), ('cardset_id', 20)] 2025-02-09 10:51:34,783 - card_creation - INFO - session info: 2025-02-09 10:51:34,783 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smallaa01', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38838, 'team': 38, 'player': 11081, 'created': 1738533340064}]}}]} 2025-02-09 10:51:34,783 - card_creation - INFO - patch: players [('cost', '1058'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11081/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:34,895 - card_creation - INFO - return: {'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 1058, 'image': 'https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smallaa01', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}} 2025-02-09 10:51:34,896 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steinbl01'), ('cardset_id', 20)] 2025-02-09 10:51:34,986 - card_creation - INFO - session info: 2025-02-09 10:51:34,986 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 2098, 'image': 'https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinbl01', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:34,986 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11148/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:35,099 - card_creation - INFO - return: {'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinbl01', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}} 2025-02-09 10:51:35,099 - card_creation - INFO - get: players id: None params: [('bbref_id', 'groombu01'), ('cardset_id', 20)] 2025-02-09 10:51:35,197 - card_creation - INFO - session info: 2025-02-09 10:51:35,197 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 378, 'image': 'https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'groombu01', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38855, 'team': 38, 'player': 11227, 'created': 1738297182021}]}}]} 2025-02-09 10:51:35,197 - card_creation - INFO - patch: players [('cost', '1168'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11227/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:35,334 - card_creation - INFO - return: {'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1168, 'image': 'https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'groombu01', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}} 2025-02-09 10:51:35,335 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telghda01'), ('cardset_id', 20)] 2025-02-09 10:51:35,462 - card_creation - INFO - session info: 2025-02-09 10:51:35,462 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telghda01', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:35,463 - card_creation - INFO - patch: players [('cost', '402'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11228/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:35,666 - card_creation - INFO - return: {'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telghda01', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}} 2025-02-09 10:51:35,666 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tewksbo01'), ('cardset_id', 20)] 2025-02-09 10:51:35,768 - card_creation - INFO - session info: 2025-02-09 10:51:35,768 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tewksbo01', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37674, 'team': 47, 'player': 10814, 'created': 1731963342633}, {'id': 38812, 'team': [ S N I P P E D ] 2025-02-09 10:51:35,768 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10814/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:35,920 - card_creation - INFO - return: {'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tewksbo01', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}} 2025-02-09 10:51:35,921 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carrahe01'), ('cardset_id', 20)] 2025-02-09 10:51:36,038 - card_creation - INFO - session info: 2025-02-09 10:51:36,038 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 4142, 'image': 'https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carrahe01', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:36,038 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11180/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:36,131 - card_creation - INFO - return: {'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carrahe01', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}} 2025-02-09 10:51:36,132 - card_creation - INFO - get: players id: None params: [('bbref_id', 'naultda01'), ('cardset_id', 20)] 2025-02-09 10:51:36,221 - card_creation - INFO - session info: 2025-02-09 10:51:36,222 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 141, 'image': 'https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'naultda01', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:36,222 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11303/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:36,388 - card_creation - INFO - return: {'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'naultda01', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}} 2025-02-09 10:51:36,389 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hawkila01'), ('cardset_id', 20)] 2025-02-09 10:51:36,483 - card_creation - INFO - session info: 2025-02-09 10:51:36,483 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hawkila01', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:36,483 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10815/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:36,593 - card_creation - INFO - return: {'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hawkila01', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}} 2025-02-09 10:51:36,593 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guarded01'), ('cardset_id', 20)] 2025-02-09 10:51:36,692 - card_creation - INFO - session info: 2025-02-09 10:51:36,692 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 127, 'image': 'https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guarded01', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37884, 'team': 47, 'player': 11229, 'created': 1733700057396}, {'id': 38854, 'team': 38, 'pla [ S N I P P E D ] 2025-02-09 10:51:36,692 - card_creation - INFO - patch: players [('cost', '417'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11229/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:36,794 - card_creation - INFO - return: {'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 417, 'image': 'https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guarded01', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}} 2025-02-09 10:51:36,794 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trombmi01'), ('cardset_id', 20)] 2025-02-09 10:51:36,909 - card_creation - INFO - session info: 2025-02-09 10:51:36,909 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 1253, 'image': 'https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trombmi01', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:36,909 - card_creation - INFO - patch: players [('cost', '457'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10816/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:36,998 - card_creation - INFO - return: {'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trombmi01', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}} 2025-02-09 10:51:36,998 - card_creation - INFO - get: players id: None params: [('bbref_id', 'swindgr01'), ('cardset_id', 20)] 2025-02-09 10:51:37,147 - card_creation - INFO - session info: 2025-02-09 10:51:37,147 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swindgr01', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36494, 'team': 47, 'player': 10997, 'created': 1730920176625}]}}]} 2025-02-09 10:51:37,148 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10997/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:37,243 - card_creation - INFO - return: {'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swindgr01', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}} 2025-02-09 10:51:37,243 - card_creation - INFO - get: players id: None params: [('bbref_id', 'radkebr01'), ('cardset_id', 20)] 2025-02-09 10:51:37,343 - card_creation - INFO - session info: 2025-02-09 10:51:37,343 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radkebr01', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36347, 'team': 53, 'player': 10817, 'created': 1730920176630}, {'id': 36572, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-09 10:51:37,343 - card_creation - INFO - patch: players [('cost', '107'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10817/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:37,436 - card_creation - INFO - return: {'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radkebr01', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}} 2025-02-09 10:51:37,436 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belchti01'), ('cardset_id', 20)] 2025-02-09 10:51:37,529 - card_creation - INFO - session info: 2025-02-09 10:51:37,530 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belchti01', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37000, 'team': 47, 'player': 10818, 'created': 1731602869923}]}}]} 2025-02-09 10:51:37,530 - card_creation - INFO - patch: players [('cost', '112'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10818/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:37,654 - card_creation - INFO - return: {'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belchti01', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}} 2025-02-09 10:51:37,654 - card_creation - INFO - get: players id: None params: [('bbref_id', 'montgje01'), ('cardset_id', 20)] 2025-02-09 10:51:37,747 - card_creation - INFO - session info: 2025-02-09 10:51:37,747 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'montgje01', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:37,747 - card_creation - INFO - patch: players [('cost', '378'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11230/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:37,821 - card_creation - INFO - return: {'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 378, 'image': 'https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'montgje01', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}} 2025-02-09 10:51:37,821 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rosadjo01'), ('cardset_id', 20)] 2025-02-09 10:51:37,916 - card_creation - INFO - session info: 2025-02-09 10:51:37,916 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 3648, 'image': 'https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosadjo01', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35538, 'team': 38, 'player': 10819, 'created': 1730616941060}]}}]} 2025-02-09 10:51:37,916 - card_creation - INFO - patch: players [('cost', '2321'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10819/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:38,010 - card_creation - INFO - return: {'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2321, 'image': 'https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosadjo01', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}} 2025-02-09 10:51:38,011 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesbo04'), ('cardset_id', 20)] 2025-02-09 10:51:38,132 - card_creation - INFO - session info: 2025-02-09 10:51:38,132 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 777, 'image': 'https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo04', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:38,132 - card_creation - INFO - patch: players [('cost', '253'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10998/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:38,262 - card_creation - INFO - return: {'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo04', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}} 2025-02-09 10:51:38,263 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dejeami01'), ('cardset_id', 20)] 2025-02-09 10:51:38,343 - card_creation - INFO - session info: 2025-02-09 10:51:38,344 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 1135, 'image': 'https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dejeami01', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36463, 'team': 47, 'player': 10820, 'created': 1730920177283}, {'id': 37150, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-09 10:51:38,344 - card_creation - INFO - patch: players [('cost', '1169'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10820/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:38,484 - card_creation - INFO - return: {'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 1169, 'image': 'https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dejeami01', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}} 2025-02-09 10:51:38,485 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcelrch01'), ('cardset_id', 20)] 2025-02-09 10:51:38,572 - card_creation - INFO - session info: 2025-02-09 10:51:38,572 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 1239, 'image': 'https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcelrch01', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36959, 'team': 47, 'player': 10999, 'created': 1731602869923}, {'id': 37403, 'team' [ S N I P P E D ] 2025-02-09 10:51:38,573 - card_creation - INFO - patch: players [('cost', '365'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10999/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:38,706 - card_creation - INFO - return: {'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 365, 'image': 'https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcelrch01', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}} 2025-02-09 10:51:38,706 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leskacu01'), ('cardset_id', 20)] 2025-02-09 10:51:38,809 - card_creation - INFO - session info: 2025-02-09 10:51:38,809 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 407, 'image': 'https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leskacu01', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36489, 'team': 47, 'player': 11000, 'created': 1730920177283}]}}]} 2025-02-09 10:51:38,809 - card_creation - INFO - patch: players [('cost', '139'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11000/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:38,898 - card_creation - INFO - return: {'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 139, 'image': 'https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leskacu01', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}} 2025-02-09 10:51:38,898 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kileda01'), ('cardset_id', 20)] 2025-02-09 10:51:38,992 - card_creation - INFO - session info: 2025-02-09 10:51:38,992 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kileda01', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36968, 'team': 47, 'player': 10821, 'created': 1731602869923}]}}]} 2025-02-09 10:51:38,992 - card_creation - INFO - patch: players [('cost', '681'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10821/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:39,078 - card_creation - INFO - return: {'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 681, 'image': 'https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kileda01', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}} 2025-02-09 10:51:39,079 - card_creation - INFO - get: players id: None params: [('bbref_id', 'washbja01'), ('cardset_id', 20)] 2025-02-09 10:51:39,181 - card_creation - INFO - session info: 2025-02-09 10:51:39,182 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'washbja01', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:39,182 - card_creation - INFO - patch: players [('cost', '3016'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11466/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:39,309 - card_creation - INFO - return: {'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 3016, 'image': 'https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'washbja01', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}} 2025-02-09 10:51:39,310 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wrighja01'), ('cardset_id', 20)] 2025-02-09 10:51:39,400 - card_creation - INFO - session info: 2025-02-09 10:51:39,422 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja01', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35619, 'team': 69, 'player': 10822, 'created': 1730616941935}, {'id': 35670, 'team': 38, 'playe [ S N I P P E D ] 2025-02-09 10:51:39,423 - card_creation - INFO - patch: players [('cost', '33'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10822/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:39,560 - card_creation - INFO - return: {'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja01', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}} 2025-02-09 10:51:39,560 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dipotje01'), ('cardset_id', 20)] 2025-02-09 10:51:39,697 - card_creation - INFO - session info: 2025-02-09 10:51:39,697 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 413, 'image': 'https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dipotje01', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:39,697 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11082/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:39,793 - card_creation - INFO - return: {'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dipotje01', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}} 2025-02-09 10:51:39,794 - card_creation - INFO - get: players id: None params: [('bbref_id', 'swiftbi02'), ('cardset_id', 20)] 2025-02-09 10:51:39,926 - card_creation - INFO - session info: 2025-02-09 10:51:39,926 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swiftbi02', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35858, 'team': 53, 'player': 10823, 'created': 1730616940558}, {'id': 36491, 'team': 47, [ S N I P P E D ] 2025-02-09 10:51:39,926 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10823/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:40,057 - card_creation - INFO - return: {'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swiftbi02', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}} 2025-02-09 10:51:40,058 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsbo01'), ('cardset_id', 20)] 2025-02-09 10:51:40,181 - card_creation - INFO - session info: 2025-02-09 10:51:40,181 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 1045, 'image': 'https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsbo01', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:40,182 - card_creation - INFO - patch: players [('cost', '1045'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11181/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:40,322 - card_creation - INFO - return: {'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 1045, 'image': 'https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsbo01', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}} 2025-02-09 10:51:40,322 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spoljpa01'), ('cardset_id', 20)] 2025-02-09 10:51:40,420 - card_creation - INFO - session info: 2025-02-09 10:51:40,420 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 1168, 'image': 'https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spoljpa01', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35576, 'team': 69, 'player': 10824, 'created': 1730616941189}, {'id': 35738, 'team [ S N I P P E D ] 2025-02-09 10:51:40,420 - card_creation - INFO - patch: players [('cost', '133'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10824/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:40,525 - card_creation - INFO - return: {'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 133, 'image': 'https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spoljpa01', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}} 2025-02-09 10:51:40,525 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fasseje01'), ('cardset_id', 20)] 2025-02-09 10:51:40,661 - card_creation - INFO - session info: 2025-02-09 10:51:40,661 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 762, 'image': 'https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasseje01', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:40,662 - card_creation - INFO - patch: players [('cost', '109'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11083/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:40,760 - card_creation - INFO - return: {'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasseje01', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}} 2025-02-09 10:51:40,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'timlimi01'), ('cardset_id', 20)] 2025-02-09 10:51:40,845 - card_creation - INFO - session info: 2025-02-09 10:51:40,846 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'timlimi01', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36738, 'team': 33, 'player': 11001, 'created': 1731602869923}]}}]} 2025-02-09 10:51:40,846 - card_creation - INFO - patch: players [('cost', '1229'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11001/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:40,940 - card_creation - INFO - return: {'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 1229, 'image': 'https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'timlimi01', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}} 2025-02-09 10:51:40,940 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moyerja01'), ('cardset_id', 20)] 2025-02-09 10:51:41,053 - card_creation - INFO - session info: 2025-02-09 10:51:41,053 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 238, 'image': 'https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moyerja01', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35406, 'team': 33, 'player': 10825, 'created': 1730616941189}, {'id': 35646, 'team': 47, 'pla [ S N I P P E D ] 2025-02-09 10:51:41,053 - card_creation - INFO - patch: players [('cost', '280'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10825/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:41,153 - card_creation - INFO - return: {'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 280, 'image': 'https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moyerja01', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}} 2025-02-09 10:51:41,154 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ayalabo01'), ('cardset_id', 20)] 2025-02-09 10:51:41,333 - card_creation - INFO - session info: 2025-02-09 10:51:41,334 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ayalabo01', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36065, 'team': 47, 'player': 10826, 'created': 1730785303497}, {'id': 36130, 'team': 3 [ S N I P P E D ] 2025-02-09 10:51:41,334 - card_creation - INFO - patch: players [('cost', '109'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10826/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:41,435 - card_creation - INFO - return: {'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ayalabo01', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}} 2025-02-09 10:51:41,435 - card_creation - INFO - get: players id: None params: [('bbref_id', 'helliri01'), ('cardset_id', 20)] 2025-02-09 10:51:41,531 - card_creation - INFO - session info: 2025-02-09 10:51:41,531 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 305, 'image': 'https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'helliri01', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36428, 'team': 69, 'player': 10827, 'created': 1730920177283}, {'id': 36430, 'team': 33, 'player': 1082 [ S N I P P E D ] 2025-02-09 10:51:41,532 - card_creation - INFO - patch: players [('cost', '325'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10827/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:41,630 - card_creation - INFO - return: {'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 325, 'image': 'https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'helliri01', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}} 2025-02-09 10:51:41,630 - card_creation - INFO - get: players id: None params: [('bbref_id', 'patteda04'), ('cardset_id', 20)] 2025-02-09 10:51:41,722 - card_creation - INFO - session info: 2025-02-09 10:51:41,722 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 1428, 'image': 'https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patteda04', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:41,722 - card_creation - INFO - patch: players [('cost', '1164'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11231/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:41,805 - card_creation - INFO - return: {'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 1164, 'image': 'https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patteda04', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}} 2025-02-09 10:51:41,806 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wettejo01'), ('cardset_id', 20)] 2025-02-09 10:51:41,904 - card_creation - INFO - session info: 2025-02-09 10:51:41,905 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 4224, 'image': 'https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wettejo01', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38266, 'team': 69, 'player': 11262, 'created': 1735337233607}]}}]} 2025-02-09 10:51:41,905 - card_creation - INFO - patch: players [('cost', '3494'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11262/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:42,043 - card_creation - INFO - return: {'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 3494, 'image': 'https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wettejo01', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}} 2025-02-09 10:51:42,043 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sparkst01'), ('cardset_id', 20)] 2025-02-09 10:51:42,182 - card_creation - INFO - session info: 2025-02-09 10:51:42,182 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 2493, 'image': 'https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sparkst01', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:42,182 - card_creation - INFO - patch: players [('cost', '264'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11467/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:42,314 - card_creation - INFO - return: {'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 264, 'image': 'https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sparkst01', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}} 2025-02-09 10:51:42,314 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vanpoto01'), ('cardset_id', 20)] 2025-02-09 10:51:42,418 - card_creation - INFO - session info: 2025-02-09 10:51:42,418 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vanpoto01', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:42,418 - card_creation - INFO - patch: players [('cost', '147'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11496/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:42,509 - card_creation - INFO - return: {'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 147, 'image': 'https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vanpoto01', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}} 2025-02-09 10:51:42,509 - card_creation - INFO - get: players id: None params: [('bbref_id', 'levinal01'), ('cardset_id', 20)] 2025-02-09 10:51:42,608 - card_creation - INFO - session info: 2025-02-09 10:51:42,609 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'levinal01', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:42,609 - card_creation - INFO - patch: players [('cost', '384'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11263/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:42,701 - card_creation - INFO - return: {'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'levinal01', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}} 2025-02-09 10:51:42,701 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crabtti01'), ('cardset_id', 20)] 2025-02-09 10:51:42,836 - card_creation - INFO - session info: 2025-02-09 10:51:42,836 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 150, 'image': 'https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crabtti01', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:42,837 - card_creation - INFO - patch: players [('cost', '349'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11149/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:42,965 - card_creation - INFO - return: {'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 349, 'image': 'https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crabtti01', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}} 2025-02-09 10:51:42,965 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bailesc01'), ('cardset_id', 20)] 2025-02-09 10:51:43,043 - card_creation - INFO - session info: 2025-02-09 10:51:43,043 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bailesc01', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:43,043 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11232/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:43,144 - card_creation - INFO - return: {'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bailesc01', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}} 2025-02-09 10:51:43,144 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gundeer01'), ('cardset_id', 20)] 2025-02-09 10:51:43,221 - card_creation - INFO - session info: 2025-02-09 10:51:43,221 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gundeer01', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:43,222 - card_creation - INFO - patch: players [('cost', '353'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11084/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:43,301 - card_creation - INFO - return: {'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gundeer01', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}} 2025-02-09 10:51:43,301 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaxa01'), ('cardset_id', 20)] 2025-02-09 10:51:43,386 - card_creation - INFO - session info: 2025-02-09 10:51:43,386 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 460, 'image': 'https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaxa01', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:43,386 - card_creation - INFO - patch: players [('cost', '3319'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11304/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:43,512 - card_creation - INFO - return: {'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 3319, 'image': 'https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaxa01', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}} 2025-02-09 10:51:43,512 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valdeis01'), ('cardset_id', 20)] 2025-02-09 10:51:43,590 - card_creation - INFO - session info: 2025-02-09 10:51:43,590 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdeis01', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35620, 'team': 69, 'player': 10828, 'created': 1730616941935}, {'id': 35631, 'team': [ S N I P P E D ] 2025-02-09 10:51:43,590 - card_creation - INFO - patch: players [('cost', '235'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10828/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:43,668 - card_creation - INFO - return: {'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 235, 'image': 'https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdeis01', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}} 2025-02-09 10:51:43,668 - card_creation - INFO - get: players id: None params: [('bbref_id', 'radinsc01'), ('cardset_id', 20)] 2025-02-09 10:51:43,751 - card_creation - INFO - session info: 2025-02-09 10:51:43,751 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 429, 'image': 'https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radinsc01', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:43,751 - card_creation - INFO - patch: players [('cost', '1209'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11182/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:43,858 - card_creation - INFO - return: {'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 1209, 'image': 'https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radinsc01', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}} 2025-02-09 10:51:43,858 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcmicgr01'), ('cardset_id', 20)] 2025-02-09 10:51:43,950 - card_creation - INFO - session info: 2025-02-09 10:51:43,950 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 400, 'image': 'https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcmicgr01', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37710, 'team': 47, 'player': 11085, 'created': 1731963342639}]}}]} 2025-02-09 10:51:43,950 - card_creation - INFO - patch: players [('cost', '3471'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11085/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:44,028 - card_creation - INFO - return: {'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 3471, 'image': 'https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcmicgr01', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}} 2025-02-09 10:51:44,028 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guthrma01'), ('cardset_id', 20)] 2025-02-09 10:51:44,153 - card_creation - INFO - session info: 2025-02-09 10:51:44,153 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 425, 'image': 'https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guthrma01', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37882, 'team': 47, 'player': 11264, 'created': 1733700057396}]}}]} 2025-02-09 10:51:44,154 - card_creation - INFO - patch: players [('cost', '355'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11264/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:44,252 - card_creation - INFO - return: {'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 355, 'image': 'https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guthrma01', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}} 2025-02-09 10:51:44,252 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bruskji01'), ('cardset_id', 20)] 2025-02-09 10:51:44,335 - card_creation - INFO - session info: 2025-02-09 10:51:44,335 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 436, 'image': 'https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bruskji01', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37558, 'team': 33, 'player': 11086, 'created': 1731963342653}]}}]} 2025-02-09 10:51:44,336 - card_creation - INFO - patch: players [('cost', '142'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11086/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:44,457 - card_creation - INFO - return: {'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 142, 'image': 'https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bruskji01', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}} 2025-02-09 10:51:44,458 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mlickda01'), ('cardset_id', 20)] 2025-02-09 10:51:44,541 - card_creation - INFO - session info: 2025-02-09 10:51:44,541 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mlickda01', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35601, 'team': 47, 'player': 10829, 'created': 1730616941189}, {'id': 35949, 'team': 55, 'p [ S N I P P E D ] 2025-02-09 10:51:44,542 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10829/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:44,642 - card_creation - INFO - return: {'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mlickda01', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}} 2025-02-09 10:51:44,642 - card_creation - INFO - get: players id: None params: [('bbref_id', 'estessh01'), ('cardset_id', 20)] 2025-02-09 10:51:44,766 - card_creation - INFO - session info: 2025-02-09 10:51:44,766 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 328, 'image': 'https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'estessh01', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35688, 'team': 47, 'player': 10830, 'created': 1730616941189}]}}]} 2025-02-09 10:51:44,766 - card_creation - INFO - patch: players [('cost', '312'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10830/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:44,860 - card_creation - INFO - return: {'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'estessh01', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}} 2025-02-09 10:51:44,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tavarju01'), ('cardset_id', 20)] 2025-02-09 10:51:44,954 - card_creation - INFO - session info: 2025-02-09 10:51:44,954 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 49, 'image': 'https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tavarju01', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37492, 'team': 33, 'player': 11002, 'created': 1731963342633}, {'id': 37709, 'team': [ S N I P P E D ] 2025-02-09 10:51:44,954 - card_creation - INFO - patch: players [('cost', '127'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11002/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:45,106 - card_creation - INFO - return: {'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tavarju01', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}} 2025-02-09 10:51:45,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'darwida01'), ('cardset_id', 20)] 2025-02-09 10:51:45,196 - card_creation - INFO - session info: 2025-02-09 10:51:45,197 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darwida01', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35559, 'team': 69, 'player': 10831, 'created': 1730616941390}, {'id': 35599 [ S N I P P E D ] 2025-02-09 10:51:45,197 - card_creation - INFO - patch: players [('cost', '106'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10831/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:45,291 - card_creation - INFO - return: {'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darwida01', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}} 2025-02-09 10:51:45,291 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsjo07'), ('cardset_id', 20)] 2025-02-09 10:51:45,435 - card_creation - INFO - session info: 2025-02-09 10:51:45,435 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 131, 'image': 'https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsjo07', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36611, 'team': 49, 'player': 10832, 'created': 1731297998536}]}}]} 2025-02-09 10:51:45,435 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10832/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:45,537 - card_creation - INFO - return: {'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsjo07', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}} 2025-02-09 10:51:45,537 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodriri02'), ('cardset_id', 20)] 2025-02-09 10:51:45,638 - card_creation - INFO - session info: 2025-02-09 10:51:45,638 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 435, 'image': 'https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriri02', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:45,638 - card_creation - INFO - patch: players [('cost', '4001'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11265/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:45,779 - card_creation - INFO - return: {'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 4001, 'image': 'https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriri02', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}} 2025-02-09 10:51:45,779 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reedst01'), ('cardset_id', 20)] 2025-02-09 10:51:45,928 - card_creation - INFO - session info: 2025-02-09 10:51:45,928 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 5624, 'image': 'https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedst01', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36493, 'team': 47, 'player': 11003, 'created': 1731272300483}, {'id': 36559, 'team': [ S N I P P E D ] 2025-02-09 10:51:45,929 - card_creation - INFO - patch: players [('cost', '4053'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11003/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:46,019 - card_creation - INFO - return: {'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 4053, 'image': 'https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedst01', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}} 2025-02-09 10:51:46,019 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pooleji02'), ('cardset_id', 20)] 2025-02-09 10:51:46,111 - card_creation - INFO - session info: 2025-02-09 10:51:46,111 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pooleji02', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:46,111 - card_creation - INFO - patch: players [('cost', '48'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11183/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:46,209 - card_creation - INFO - return: {'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pooleji02', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}} 2025-02-09 10:51:46,209 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nenro01'), ('cardset_id', 20)] 2025-02-09 10:51:46,300 - card_creation - INFO - session info: 2025-02-09 10:51:46,301 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 5754, 'image': 'https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nenro01', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:46,301 - card_creation - INFO - patch: players [('cost', '1233'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11087/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:46,397 - card_creation - INFO - return: {'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 1233, 'image': 'https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nenro01', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}} 2025-02-09 10:51:46,397 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rueteki01'), ('cardset_id', 20)] 2025-02-09 10:51:46,511 - card_creation - INFO - session info: 2025-02-09 10:51:46,511 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 78, 'image': 'https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rueteki01', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:46,511 - card_creation - INFO - patch: players [('cost', '845'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10833/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:46,651 - card_creation - INFO - return: {'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 845, 'image': 'https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rueteki01', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}} 2025-02-09 10:51:46,651 - card_creation - INFO - get: players id: None params: [('bbref_id', 'candito01'), ('cardset_id', 20)] 2025-02-09 10:51:46,768 - card_creation - INFO - session info: 2025-02-09 10:51:46,768 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'candito01', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36497, 'team': 47, 'player': 10834, 'created': 1730920176625}, {'id': 37506, 't [ S N I P P E D ] 2025-02-09 10:51:46,769 - card_creation - INFO - patch: players [('cost', '37'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10834/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:46,869 - card_creation - INFO - return: {'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'candito01', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}} 2025-02-09 10:51:46,869 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hayneji01'), ('cardset_id', 20)] 2025-02-09 10:51:46,961 - card_creation - INFO - session info: 2025-02-09 10:51:46,961 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayneji01', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35407, 'team': 33, 'player': 10835, 'created': 1730616941189}, {'id': 35820, 'team': 31, 'play [ S N I P P E D ] 2025-02-09 10:51:46,961 - card_creation - INFO - patch: players [('cost', '82'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10835/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:47,052 - card_creation - INFO - return: {'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 82, 'image': 'https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayneji01', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}} 2025-02-09 10:51:47,053 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fettemi01'), ('cardset_id', 20)] 2025-02-09 10:51:47,151 - card_creation - INFO - session info: 2025-02-09 10:51:47,151 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fettemi01', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:47,152 - card_creation - INFO - patch: players [('cost', '15'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11233/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:47,243 - card_creation - INFO - return: {'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fettemi01', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}} 2025-02-09 10:51:47,244 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whiteri01'), ('cardset_id', 20)] 2025-02-09 10:51:47,351 - card_creation - INFO - session info: 2025-02-09 10:51:47,351 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11305, 'p_name': 'Rick White', 'cost': 1322, 'image': 'https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whiteri01', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:47,352 - card_creation - INFO - patch: players [('cost', '454'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11305/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:47,443 - card_creation - INFO - return: {'player_id': 11305, 'p_name': 'Rick White', 'cost': 454, 'image': 'https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whiteri01', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}} 2025-02-09 10:51:47,443 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithpe02'), ('cardset_id', 20)] 2025-02-09 10:51:47,542 - card_creation - INFO - session info: 2025-02-09 10:51:47,542 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithpe02', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36988, 'team': 47, 'player': 11004, 'created': 1731602869923}]}}]} 2025-02-09 10:51:47,542 - card_creation - INFO - patch: players [('cost', '121'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11004/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:47,626 - card_creation - INFO - return: {'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 121, 'image': 'https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithpe02', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}} 2025-02-09 10:51:47,626 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mussimi01'), ('cardset_id', 20)] 2025-02-09 10:51:47,704 - card_creation - INFO - session info: 2025-02-09 10:51:47,704 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 900, 'image': 'https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mussimi01', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35581, 'team': 69, 'player': 10836, 'created': 1730616941189}, {'id': 38313, 'team': 47, 'player' [ S N I P P E D ] 2025-02-09 10:51:47,704 - card_creation - INFO - patch: players [('cost', '635'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10836/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:47,793 - card_creation - INFO - return: {'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 635, 'image': 'https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mussimi01', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}} 2025-02-09 10:51:47,793 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coneda01'), ('cardset_id', 20)] 2025-02-09 10:51:47,873 - card_creation - INFO - session info: 2025-02-09 10:51:47,873 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10837, 'p_name': 'David Cone', 'cost': 775, 'image': 'https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coneda01', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36005, 'team': 53, 'player': 10837, 'created': 1730785303873}, {'id': 36965, 'team': 47, 'player': 108 [ S N I P P E D ] 2025-02-09 10:51:47,873 - card_creation - INFO - patch: players [('cost', '329'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10837/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:47,958 - card_creation - INFO - return: {'player_id': 10837, 'p_name': 'David Cone', 'cost': 329, 'image': 'https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coneda01', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}} 2025-02-09 10:51:47,958 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stantmi02'), ('cardset_id', 20)] 2025-02-09 10:51:48,044 - card_creation - INFO - session info: 2025-02-09 10:51:48,044 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 1188, 'image': 'https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stantmi02', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37994, 'team': 47, 'player': 11005, 'created': 1733700057396}]}}]} 2025-02-09 10:51:48,044 - card_creation - INFO - patch: players [('cost', '3321'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11005/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:48,134 - card_creation - INFO - return: {'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 3321, 'image': 'https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stantmi02', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}} 2025-02-09 10:51:48,134 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaor01'), ('cardset_id', 20)] 2025-02-09 10:51:48,224 - card_creation - INFO - session info: 2025-02-09 10:51:48,224 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 683, 'image': 'https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaor01', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:48,224 - card_creation - INFO - patch: players [('cost', '270'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11468/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:48,316 - card_creation - INFO - return: {'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaor01', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}} 2025-02-09 10:51:48,316 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mendora01'), ('cardset_id', 20)] 2025-02-09 10:51:48,397 - card_creation - INFO - session info: 2025-02-09 10:51:48,397 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 340, 'image': 'https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mendora01', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35544, 'team': 38, 'player': 10838, 'created': 1730616941189}, {'id': 35548, 'team': 69, ' [ S N I P P E D ] 2025-02-09 10:51:48,397 - card_creation - INFO - patch: players [('cost', '136'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10838/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:48,473 - card_creation - INFO - return: {'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mendora01', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}} 2025-02-09 10:51:48,473 - card_creation - INFO - get: players id: None params: [('bbref_id', 'riverma01'), ('cardset_id', 20)] 2025-02-09 10:51:48,586 - card_creation - INFO - session info: 2025-02-09 10:51:48,586 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 1418, 'image': 'https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverma01', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:48,587 - card_creation - INFO - patch: players [('cost', '1318'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11306/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:48,724 - card_creation - INFO - return: {'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 1318, 'image': 'https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverma01', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}} 2025-02-09 10:51:48,724 - card_creation - INFO - get: players id: None params: [('bbref_id', 'saberbr01'), ('cardset_id', 20)] 2025-02-09 10:51:48,860 - card_creation - INFO - session info: 2025-02-09 10:51:48,860 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 971, 'image': 'https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saberbr01', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37857, 'team': 47, 'player': 11006, 'created': 1733700057449}]}}]} 2025-02-09 10:51:48,861 - card_creation - INFO - patch: players [('cost', '331'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11006/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:48,951 - card_creation - INFO - return: {'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 331, 'image': 'https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saberbr01', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}} 2025-02-09 10:51:48,951 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garceri01'), ('cardset_id', 20)] 2025-02-09 10:51:49,047 - card_creation - INFO - session info: 2025-02-09 10:51:49,047 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 445, 'image': 'https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garceri01', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37782, 'team': 33, 'player': 11150, 'created': 1733172010978}]}}]} 2025-02-09 10:51:49,047 - card_creation - INFO - patch: players [('cost', '373'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11150/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:49,194 - card_creation - INFO - return: {'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 373, 'image': 'https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garceri01', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}} 2025-02-09 10:51:49,194 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesca01'), ('cardset_id', 20)] 2025-02-09 10:51:49,327 - card_creation - INFO - session info: 2025-02-09 10:51:49,328 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 1315, 'image': 'https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesca01', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:49,328 - card_creation - INFO - patch: players [('cost', '446'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11184/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:49,416 - card_creation - INFO - return: {'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 446, 'image': 'https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesca01', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}} 2025-02-09 10:51:49,416 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wrighja02'), ('cardset_id', 20)] 2025-02-09 10:51:49,514 - card_creation - INFO - session info: 2025-02-09 10:51:49,514 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 84, 'image': 'https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja02', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35811, 'team': 31, 'player': 10839, 'created': 1730616941189}, {'id': 36479, 'team': 47, ' [ S N I P P E D ] 2025-02-09 10:51:49,515 - card_creation - INFO - patch: players [('cost', '237'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10839/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:49,604 - card_creation - INFO - return: {'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja02', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}} 2025-02-09 10:51:49,605 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesdo01'), ('cardset_id', 20)] 2025-02-09 10:51:49,696 - card_creation - INFO - session info: 2025-02-09 10:51:49,696 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesdo01', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37426, 'team': 31, 'player': 11007, 'created': 1731963342633}, {'id': 37867, [ S N I P P E D ] 2025-02-09 10:51:49,696 - card_creation - INFO - patch: players [('cost', '17'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11007/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:49,795 - card_creation - INFO - return: {'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesdo01', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}} 2025-02-09 10:51:49,795 - card_creation - INFO - get: players id: None params: [('bbref_id', 'villoro01'), ('cardset_id', 20)] 2025-02-09 10:51:49,893 - card_creation - INFO - session info: 2025-02-09 10:51:49,893 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 407, 'image': 'https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'villoro01', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:49,893 - card_creation - INFO - patch: players [('cost', '407'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11469/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:50,027 - card_creation - INFO - return: {'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 407, 'image': 'https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'villoro01', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}} 2025-02-09 10:51:50,027 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shueypa01'), ('cardset_id', 20)] 2025-02-09 10:51:50,118 - card_creation - INFO - session info: 2025-02-09 10:51:50,118 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:51:50,118 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'shuep001')] 2025-02-09 10:51:50,215 - card_creation - INFO - session info: 2025-02-09 10:51:50,215 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:51:50,215 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Paul', 'last_name': 'Shuey', 'key_mlbam': 122201, 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001'} type: 2025-02-09 10:51:50,314 - card_creation - INFO - return: {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3} 2025-02-09 10:51:50,314 - card_creation - INFO - post: players payload: {'p_name': 'Paul Shuey', 'cost': '140', 'image': 'change-me', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset_id': 20, 'set_num': 406, 'rarity_id': 3, 'description': 'Live', 'bbref_id': 'shueypa01', 'fangr_id': 406, 'mlbplayer_id': 4312, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-09 10:51:50,429 - card_creation - INFO - return: {'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 140, 'image': 'change-me', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shueypa01', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}} 2025-02-09 10:51:50,430 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11518/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:50,518 - card_creation - INFO - return: {'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shueypa01', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}} 2025-02-09 10:51:50,518 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parquji01'), ('cardset_id', 20)] 2025-02-09 10:51:50,649 - card_creation - INFO - session info: 2025-02-09 10:51:50,649 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parquji01', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:50,649 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11266/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:50,757 - card_creation - INFO - return: {'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parquji01', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}} 2025-02-09 10:51:50,757 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snydejo02'), ('cardset_id', 20)] 2025-02-09 10:51:50,855 - card_creation - INFO - session info: 2025-02-09 10:51:50,855 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:51:50,855 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'snydj001')] 2025-02-09 10:51:50,942 - card_creation - INFO - session info: 2025-02-09 10:51:50,943 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:51:50,943 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'John', 'last_name': 'Snyder', 'key_mlbam': 122511, 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001'} type: 2025-02-09 10:51:51,030 - card_creation - INFO - return: {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3} 2025-02-09 10:51:51,030 - card_creation - INFO - post: players payload: {'p_name': 'John Snyder', 'cost': '2', 'image': 'change-me', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset_id': 20, 'set_num': 1012253, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'snydejo02', 'fangr_id': 1012253, 'mlbplayer_id': 4313, 'pos_1': 'SP'} type: 2025-02-09 10:51:51,135 - card_creation - INFO - return: {'player_id': 11519, 'p_name': 'John Snyder', 'cost': 2, 'image': 'change-me', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snydejo02', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}} 2025-02-09 10:51:51,135 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11519/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:51,264 - card_creation - INFO - return: {'player_id': 11519, 'p_name': 'John Snyder', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snydejo02', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}} 2025-02-09 10:51:51,264 - card_creation - INFO - get: players id: None params: [('bbref_id', 'howrybo01'), ('cardset_id', 20)] 2025-02-09 10:51:51,355 - card_creation - INFO - session info: 2025-02-09 10:51:51,355 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 5474, 'image': 'https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howrybo01', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:51,356 - card_creation - INFO - patch: players [('cost', '6821'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11497/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:51,471 - card_creation - INFO - return: {'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 6821, 'image': 'https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howrybo01', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}} 2025-02-09 10:51:51,471 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thompju02'), ('cardset_id', 20)] 2025-02-09 10:51:51,565 - card_creation - INFO - session info: 2025-02-09 10:51:51,565 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompju02', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36466, 'team': 47, 'player': 10840, 'created': 1731272300483}, {'id': 37468, 'team': 33, 'p [ S N I P P E D ] 2025-02-09 10:51:51,565 - card_creation - INFO - patch: players [('cost', '101'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10840/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:51,649 - card_creation - INFO - return: {'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompju02', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}} 2025-02-09 10:51:51,649 - card_creation - INFO - get: players id: None params: [('bbref_id', 'powelbr01'), ('cardset_id', 20)] 2025-02-09 10:51:51,736 - card_creation - INFO - session info: 2025-02-09 10:51:51,736 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 2223, 'image': 'https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelbr01', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:51,737 - card_creation - INFO - patch: players [('cost', '114'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11498/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:51,868 - card_creation - INFO - return: {'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelbr01', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}} 2025-02-09 10:51:51,869 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crowde01'), ('cardset_id', 20)] 2025-02-09 10:51:51,963 - card_creation - INFO - session info: 2025-02-09 10:51:51,963 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crowde01', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:51,963 - card_creation - INFO - patch: players [('cost', '144'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11470/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:52,054 - card_creation - INFO - return: {'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crowde01', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}} 2025-02-09 10:51:52,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'judenje01'), ('cardset_id', 20)] 2025-02-09 10:51:52,157 - card_creation - INFO - session info: 2025-02-09 10:51:52,157 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'judenje01', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35924, 'team': 55, 'player': 10841, 'created': 1730748268221}, {'id': 36421, 'team': 69, [ S N I P P E D ] 2025-02-09 10:51:52,158 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10841/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:52,253 - card_creation - INFO - return: {'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'judenje01', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}} 2025-02-09 10:51:52,253 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carpech01'), ('cardset_id', 20)] 2025-02-09 10:51:52,371 - card_creation - INFO - session info: 2025-02-09 10:51:52,371 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 312, 'image': 'https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carpech01', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37860, 'team': 47, 'player': 11008, 'created': 1733700057449}]}}]} 2025-02-09 10:51:52,371 - card_creation - INFO - patch: players [('cost', '262'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11008/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:52,461 - card_creation - INFO - return: {'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 262, 'image': 'https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carpech01', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}} 2025-02-09 10:51:52,462 - card_creation - INFO - get: players id: None params: [('bbref_id', 'williwo02'), ('cardset_id', 20)] 2025-02-09 10:51:52,583 - card_creation - INFO - session info: 2025-02-09 10:51:52,583 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'williwo02', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36964, 'team': 47, 'player': 10842, 'created': 1731602869931}]}}]} 2025-02-09 10:51:52,584 - card_creation - INFO - patch: players [('cost', '33'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10842/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:52,666 - card_creation - INFO - return: {'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'williwo02', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}} 2025-02-09 10:51:52,666 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rapppa01'), ('cardset_id', 20)] 2025-02-09 10:51:52,745 - card_creation - INFO - session info: 2025-02-09 10:51:52,745 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rapppa01', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35607, 'team': 69, 'player': 10843, 'created': 1730616941189}, {'id': 35643, 'team': 47, [ S N I P P E D ] 2025-02-09 10:51:52,746 - card_creation - INFO - patch: players [('cost', '302'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10843/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:52,843 - card_creation - INFO - return: {'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 302, 'image': 'https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rapppa01', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}} 2025-02-09 10:51:52,844 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haneych01'), ('cardset_id', 20)] 2025-02-09 10:51:52,926 - card_creation - INFO - session info: 2025-02-09 10:51:52,926 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 464, 'image': 'https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haneych01', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36565, 'team': 33, 'player': 11009, 'created': 1731297998536}]}}]} 2025-02-09 10:51:52,926 - card_creation - INFO - patch: players [('cost', '426'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11009/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:53,015 - card_creation - INFO - return: {'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 426, 'image': 'https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haneych01', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}} 2025-02-09 10:51:53,016 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bevilbr01'), ('cardset_id', 20)] 2025-02-09 10:51:53,089 - card_creation - INFO - session info: 2025-02-09 10:51:53,089 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bevilbr01', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36455, 'team': 47, 'player': 11010, 'created': 1731272300483}, {'id': 36520, 'team [ S N I P P E D ] 2025-02-09 10:51:53,089 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11010/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:53,184 - card_creation - INFO - return: {'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bevilbr01', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}} 2025-02-09 10:51:53,184 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bonesri01'), ('cardset_id', 20)] 2025-02-09 10:51:53,264 - card_creation - INFO - session info: 2025-02-09 10:51:53,265 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 119, 'image': 'https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonesri01', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:53,265 - card_creation - INFO - patch: players [('cost', '149'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11499/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:53,350 - card_creation - INFO - return: {'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 149, 'image': 'https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonesri01', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}} 2025-02-09 10:51:53,350 - card_creation - INFO - get: players id: None params: [('bbref_id', 'servisc01'), ('cardset_id', 20)] 2025-02-09 10:51:53,442 - card_creation - INFO - session info: 2025-02-09 10:51:53,442 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10844, 'p_name': 'Scott Service', 'cost': 1055, 'image': 'https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servisc01', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36193, 'team': 33, 'player': 10844, 'created': 1730920177137}]}}]} 2025-02-09 10:51:53,443 - card_creation - INFO - patch: players [('cost', '126'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10844/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:53,525 - card_creation - INFO - return: {'player_id': 10844, 'p_name': 'Scott Service', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servisc01', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}} 2025-02-09 10:51:53,525 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whisema01'), ('cardset_id', 20)] 2025-02-09 10:51:53,663 - card_creation - INFO - session info: 2025-02-09 10:51:53,663 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 3694, 'image': 'https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whisema01', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:53,663 - card_creation - INFO - patch: players [('cost', '4419'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11267/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:53,761 - card_creation - INFO - return: {'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 4419, 'image': 'https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whisema01', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}} 2025-02-09 10:51:53,761 - card_creation - INFO - get: players id: None params: [('bbref_id', 'serafda01'), ('cardset_id', 20)] 2025-02-09 10:51:53,863 - card_creation - INFO - session info: 2025-02-09 10:51:53,863 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'serafda01', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:53,863 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11482/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:53,954 - card_creation - INFO - return: {'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'serafda01', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}} 2025-02-09 10:51:53,955 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cloudke01'), ('cardset_id', 20)] 2025-02-09 10:51:54,088 - card_creation - INFO - session info: 2025-02-09 10:51:54,088 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cloudke01', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35697, 'team': 47, 'player': 10845, 'created': 1730616941189}, {'id': 35732, 'team': 38 [ S N I P P E D ] 2025-02-09 10:51:54,088 - card_creation - INFO - patch: players [('cost', '300'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10845/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:54,176 - card_creation - INFO - return: {'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cloudke01', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}} 2025-02-09 10:51:54,176 - card_creation - INFO - get: players id: None params: [('bbref_id', 'slocuhe01'), ('cardset_id', 20)] 2025-02-09 10:51:54,279 - card_creation - INFO - session info: 2025-02-09 10:51:54,279 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 147, 'image': 'https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'slocuhe01', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37079, 'team': 33, 'player': 11088, 'created': 1731602870133}, {'id': 3 [ S N I P P E D ] 2025-02-09 10:51:54,279 - card_creation - INFO - patch: players [('cost', '383'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11088/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:54,361 - card_creation - INFO - return: {'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 383, 'image': 'https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'slocuhe01', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}} 2025-02-09 10:51:54,361 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stottto01'), ('cardset_id', 20)] 2025-02-09 10:51:54,466 - card_creation - INFO - session info: 2025-02-09 10:51:54,466 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 694, 'image': 'https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stottto01', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:54,466 - card_creation - INFO - patch: players [('cost', '276'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10846/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:54,565 - card_creation - INFO - return: {'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 276, 'image': 'https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stottto01', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}} 2025-02-09 10:51:54,565 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burkejo03'), ('cardset_id', 20)] 2025-02-09 10:51:54,649 - card_creation - INFO - session info: 2025-02-09 10:51:54,649 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10847, 'p_name': 'John Burkett', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burkejo03', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35857, 'team': 33, 'player': 10847, 'created': 1730616941189}, {'id': 37691, 'team': 47, 'player': 10 [ S N I P P E D ] 2025-02-09 10:51:54,649 - card_creation - INFO - patch: players [('cost', '79'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10847/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:54,746 - card_creation - INFO - return: {'player_id': 10847, 'p_name': 'John Burkett', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burkejo03', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}} 2025-02-09 10:51:54,746 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benesan01'), ('cardset_id', 20)] 2025-02-09 10:51:54,863 - card_creation - INFO - session info: 2025-02-09 10:51:54,863 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benesan01', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35400, 'team': 33, 'player': 10848, 'created': 1730616941935}, {'id': 35526, 'team': 38, [ S N I P P E D ] 2025-02-09 10:51:54,863 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10848/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:54,946 - card_creation - INFO - return: {'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benesan01', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}} 2025-02-09 10:51:54,947 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sodowcl01'), ('cardset_id', 20)] 2025-02-09 10:51:55,035 - card_creation - INFO - session info: 2025-02-09 10:51:55,035 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sodowcl01', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37661, 'team': 33, 'player': 11089, 'created': 1731963342633}, {'id' [ S N I P P E D ] 2025-02-09 10:51:55,035 - card_creation - INFO - patch: players [('cost', '136'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11089/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:55,167 - card_creation - INFO - return: {'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sodowcl01', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}} 2025-02-09 10:51:55,168 - card_creation - INFO - get: players id: None params: [('bbref_id', 'browsc01'), ('cardset_id', 20)] 2025-02-09 10:51:55,253 - card_creation - INFO - session info: 2025-02-09 10:51:55,253 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'browsc01', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:55,253 - card_creation - INFO - patch: players [('cost', '4026'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11185/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:55,340 - card_creation - INFO - return: {'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'browsc01', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}} 2025-02-09 10:51:55,340 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sprinru01'), ('cardset_id', 20)] 2025-02-09 10:51:55,415 - card_creation - INFO - session info: 2025-02-09 10:51:55,415 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 1370, 'image': 'https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinru01', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:55,416 - card_creation - INFO - patch: players [('cost', '3536'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11151/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:55,508 - card_creation - INFO - return: {'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 3536, 'image': 'https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinru01', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}} 2025-02-09 10:51:55,508 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blairwi01'), ('cardset_id', 20)] 2025-02-09 10:51:55,592 - card_creation - INFO - session info: 2025-02-09 10:51:55,592 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blairwi01', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35594, 'team': 47, 'player': 10849, 'created': 1730616941189}, {'id': 35742, 'team': 3 [ S N I P P E D ] 2025-02-09 10:51:55,592 - card_creation - INFO - patch: players [('cost', '80'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10849/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:55,680 - card_creation - INFO - return: {'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blairwi01', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}} 2025-02-09 10:51:55,680 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomsjo01'), ('cardset_id', 20)] 2025-02-09 10:51:55,754 - card_creation - INFO - session info: 2025-02-09 10:51:55,754 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10850, 'p_name': 'John Thomson', 'cost': 239, 'image': 'https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomsjo01', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37502, 'team': 33, 'player': 10850, 'created': 1731963342633}, {'id': 38265, 'team': 69, 'play [ S N I P P E D ] 2025-02-09 10:51:55,754 - card_creation - INFO - patch: players [('cost', '238'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10850/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:55,880 - card_creation - INFO - return: {'player_id': 10850, 'p_name': 'John Thomson', 'cost': 238, 'image': 'https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomsjo01', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}} 2025-02-09 10:51:55,880 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olsongr01'), ('cardset_id', 20)] 2025-02-09 10:51:55,968 - card_creation - INFO - session info: 2025-02-09 10:51:55,968 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1358, 'image': 'https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olsongr01', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37677, 'team': 47, 'player': 11186, 'created': 1733172010978}]}}]} 2025-02-09 10:51:55,968 - card_creation - INFO - patch: players [('cost', '1297'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11186/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:56,044 - card_creation - INFO - return: {'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olsongr01', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}} 2025-02-09 10:51:56,044 - card_creation - INFO - get: players id: None params: [('bbref_id', 'daalom01'), ('cardset_id', 20)] 2025-02-09 10:51:56,184 - card_creation - INFO - session info: 2025-02-09 10:51:56,184 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daalom01', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:56,184 - card_creation - INFO - patch: players [('cost', '110'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11090/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:56,269 - card_creation - INFO - return: {'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 110, 'image': 'https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daalom01', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}} 2025-02-09 10:51:56,270 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderbr02'), ('cardset_id', 20)] 2025-02-09 10:51:56,357 - card_creation - INFO - session info: 2025-02-09 10:51:56,358 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 81, 'image': 'https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr02', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35910, 'team': 55, 'player': 10851, 'created': 1730748267374}, {'id': 36967, 'team': 47 [ S N I P P E D ] 2025-02-09 10:51:56,358 - card_creation - INFO - patch: players [('cost', '240'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10851/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:56,468 - card_creation - INFO - return: {'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 240, 'image': 'https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr02', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}} 2025-02-09 10:51:56,468 - card_creation - INFO - get: players id: None params: [('bbref_id', 'astacpe01'), ('cardset_id', 20)] 2025-02-09 10:51:56,570 - card_creation - INFO - session info: 2025-02-09 10:51:56,570 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'astacpe01', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36131, 'team': 38, 'player': 10852, 'created': 1730785303729}, {'id': 36282, 'team': 55, 'play [ S N I P P E D ] 2025-02-09 10:51:56,571 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10852/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:56,659 - card_creation - INFO - return: {'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'astacpe01', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}} 2025-02-09 10:51:56,659 - card_creation - INFO - get: players id: None params: [('bbref_id', 'veresda01'), ('cardset_id', 20)] 2025-02-09 10:51:56,793 - card_creation - INFO - session info: 2025-02-09 10:51:56,793 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 1179, 'image': 'https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'veresda01', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36563, 'team': 33, 'player': 11011, 'created': 1731297998536}, {'id': 37252, 'team': 49, 'player': [ S N I P P E D ] 2025-02-09 10:51:56,793 - card_creation - INFO - patch: players [('cost', '1423'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11011/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:56,891 - card_creation - INFO - return: {'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 1423, 'image': 'https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'veresda01', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}} 2025-02-09 10:51:56,891 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrife01'), ('cardset_id', 20)] 2025-02-09 10:51:56,991 - card_creation - INFO - session info: 2025-02-09 10:51:56,991 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrife01', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:56,991 - card_creation - INFO - patch: players [('cost', '123'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11187/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:57,084 - card_creation - INFO - return: {'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 123, 'image': 'https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrife01', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}} 2025-02-09 10:51:57,084 - card_creation - INFO - get: players id: None params: [('bbref_id', 'suppaje01'), ('cardset_id', 20)] 2025-02-09 10:51:57,173 - card_creation - INFO - session info: 2025-02-09 10:51:57,173 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'suppaje01', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35600, 'team': 47, 'player': 10853, 'created': 1730616940558}, {'id': 35740, 'team': 38, 'pla [ S N I P P E D ] 2025-02-09 10:51:57,173 - card_creation - INFO - patch: players [('cost', '106'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10853/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:57,251 - card_creation - INFO - return: {'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'suppaje01', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}} 2025-02-09 10:51:57,251 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gardnma01'), ('cardset_id', 20)] 2025-02-09 10:51:57,350 - card_creation - INFO - session info: 2025-02-09 10:51:57,350 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 82, 'image': 'https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gardnma01', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35507, 'team': 47, 'player': 10854, 'created': 1730616941189}, {'id': 36127, [ S N I P P E D ] 2025-02-09 10:51:57,350 - card_creation - INFO - patch: players [('cost', '723'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10854/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:57,476 - card_creation - INFO - return: {'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 723, 'image': 'https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gardnma01', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}} 2025-02-09 10:51:57,476 - card_creation - INFO - get: players id: None params: [('bbref_id', 'adamsjo02'), ('cardset_id', 20)] 2025-02-09 10:51:57,556 - card_creation - INFO - session info: 2025-02-09 10:51:57,557 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamsjo02', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35821, 'team': 31, 'player': 10855, 'created': 1730616941935}, {'id': 36465 [ S N I P P E D ] 2025-02-09 10:51:57,557 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10855/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:57,646 - card_creation - INFO - return: {'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamsjo02', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}} 2025-02-09 10:51:57,647 - card_creation - INFO - get: players id: None params: [('bbref_id', 'medinra01'), ('cardset_id', 20)] 2025-02-09 10:51:57,736 - card_creation - INFO - session info: 2025-02-09 10:51:57,736 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'medinra01', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36283, 'team': 55, 'player': 10856, 'created': 1730920176630}]}}]} 2025-02-09 10:51:57,737 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10856/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:57,835 - card_creation - INFO - return: {'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'medinra01', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}} 2025-02-09 10:51:57,835 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sanchje01'), ('cardset_id', 20)] 2025-02-09 10:51:57,911 - card_creation - INFO - session info: 2025-02-09 10:51:57,911 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchje01', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35712, 'team': 47, 'player': 10857, 'created': 1730616941189}, {'id': 36278, 'team': 55, 'play [ S N I P P E D ] 2025-02-09 10:51:57,912 - card_creation - INFO - patch: players [('cost', '313'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10857/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:58,007 - card_creation - INFO - return: {'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 313, 'image': 'https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchje01', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}} 2025-02-09 10:51:58,008 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ojalaki01'), ('cardset_id', 20)] 2025-02-09 10:51:58,141 - card_creation - INFO - session info: 2025-02-09 10:51:58,141 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 130, 'image': 'https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ojalaki01', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36464, 'team': 47, 'player': 11012, 'created': 1730920177283}, {'id': 36526, 'team': 38, 'p [ S N I P P E D ] 2025-02-09 10:51:58,142 - card_creation - INFO - patch: players [('cost', '464'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11012/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:58,216 - card_creation - INFO - return: {'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 464, 'image': 'https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ojalaki01', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}} 2025-02-09 10:51:58,217 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henrios01'), ('cardset_id', 20)] 2025-02-09 10:51:58,329 - card_creation - INFO - session info: 2025-02-09 10:51:58,330 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrios01', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:58,330 - card_creation - INFO - patch: players [('cost', '14'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11188/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:58,418 - card_creation - INFO - return: {'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrios01', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}} 2025-02-09 10:51:58,418 - card_creation - INFO - get: players id: None params: [('bbref_id', 'darenvi01'), ('cardset_id', 20)] 2025-02-09 10:51:58,503 - card_creation - INFO - session info: 2025-02-09 10:51:58,504 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 3899, 'image': 'https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darenvi01', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36558, 'team': 33, 'player': 11013, 'created': 1731297998536}, {'id': 36707, 'team': 4 [ S N I P P E D ] 2025-02-09 10:51:58,504 - card_creation - INFO - patch: players [('cost', '1403'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11013/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:58,580 - card_creation - INFO - return: {'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1403, 'image': 'https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darenvi01', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}} 2025-02-09 10:51:58,581 - card_creation - INFO - get: players id: None params: [('bbref_id', 'larkian01'), ('cardset_id', 20)] 2025-02-09 10:51:58,666 - card_creation - INFO - session info: 2025-02-09 10:51:58,666 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkian01', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37716, 'team': 47, 'player': 10858, 'created': 1733172010978}]}}]} 2025-02-09 10:51:58,666 - card_creation - INFO - patch: players [('cost', '2734'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10858/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:58,736 - card_creation - INFO - return: {'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 2734, 'image': 'https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkian01', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}} 2025-02-09 10:51:58,736 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alfonan01'), ('cardset_id', 20)] 2025-02-09 10:51:58,823 - card_creation - INFO - session info: 2025-02-09 10:51:58,823 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 1082, 'image': 'https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfonan01', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:51:58,823 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11091/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:58,884 - card_creation - INFO - return: {'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfonan01', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}} 2025-02-09 10:51:58,884 - card_creation - INFO - get: players id: None params: [('bbref_id', 'heredfe01'), ('cardset_id', 20)] 2025-02-09 10:51:58,997 - card_creation - INFO - session info: 2025-02-09 10:51:58,997 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 1266, 'image': 'https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heredfe01', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36990, 'team': 47, 'player': 10859, 'created': 1731602869923}]}}]} 2025-02-09 10:51:58,997 - card_creation - INFO - patch: players [('cost', '442'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10859/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:59,075 - card_creation - INFO - return: {'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 442, 'image': 'https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heredfe01', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}} 2025-02-09 10:51:59,075 - card_creation - INFO - get: players id: None params: [('bbref_id', 'meadobr01'), ('cardset_id', 20)] 2025-02-09 10:51:59,194 - card_creation - INFO - session info: 2025-02-09 10:51:59,194 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 242, 'image': 'https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'meadobr01', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36126, 'team': 38, 'player': 10860, 'created': 1730785303729}, {'id': 38407, 'team': 42, 'player [ S N I P P E D ] 2025-02-09 10:51:59,195 - card_creation - INFO - patch: players [('cost', '279'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10860/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:59,277 - card_creation - INFO - return: {'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 279, 'image': 'https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'meadobr01', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}} 2025-02-09 10:51:59,278 - card_creation - INFO - get: players id: None params: [('bbref_id', 'powelja04'), ('cardset_id', 20)] 2025-02-09 10:51:59,361 - card_creation - INFO - session info: 2025-02-09 10:51:59,361 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4471, 'image': 'https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelja04', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37784, 'team': 33, 'player': 11014, 'created': 1733172010978}, {'id': 37864, 'team': 47, 'pla [ S N I P P E D ] 2025-02-09 10:51:59,361 - card_creation - INFO - patch: players [('cost', '4931'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11014/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:59,442 - card_creation - INFO - return: {'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4931, 'image': 'https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelja04', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}} 2025-02-09 10:51:59,442 - card_creation - INFO - get: players id: None params: [('bbref_id', 'staniro01'), ('cardset_id', 20)] 2025-02-09 10:51:59,533 - card_creation - INFO - session info: 2025-02-09 10:51:59,533 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 138, 'image': 'https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'staniro01', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37702, 'team': 47, 'player': 11152, 'created': 1733172010978}]}}]} 2025-02-09 10:51:59,534 - card_creation - INFO - patch: players [('cost', '456'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11152/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:59,619 - card_creation - INFO - return: {'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 456, 'image': 'https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'staniro01', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}} 2025-02-09 10:51:59,619 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernali01'), ('cardset_id', 20)] 2025-02-09 10:51:59,702 - card_creation - INFO - session info: 2025-02-09 10:51:59,702 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10861, 'p_name': 'Livan Hernandez', 'cost': 276, 'image': 'https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1116, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0017ebab_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernali01', 'fangr_id': '1116', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2294, 'first_name': 'Livan', 'last_name': 'Hernandez', 'key_fangraphs': 1116, 'key_bbref': 'hernali01', 'key_retro': 'hernl003', 'key_mlbam': 115817, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38169, 'team': 47, 'player': 10861, 'created': 1735337259163}]}}]} 2025-02-09 10:51:59,703 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10861/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:51:59,791 - card_creation - INFO - return: {'player_id': 10861, 'p_name': 'Livan Hernandez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1116, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0017ebab_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernali01', 'fangr_id': '1116', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2294, 'first_name': 'Livan', 'last_name': 'Hernandez', 'key_fangraphs': 1116, 'key_bbref': 'hernali01', 'key_retro': 'hernl003', 'key_mlbam': 115817, 'offense_col': 2}} 2025-02-09 10:51:59,792 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smoltjo01'), ('cardset_id', 20)] 2025-02-09 10:51:59,924 - card_creation - INFO - session info: 2025-02-09 10:51:59,924 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11015, 'p_name': 'John Smoltz', 'cost': 850, 'image': 'https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 115, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/bf321b07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smoltjo01', 'fangr_id': '115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3159, 'first_name': 'John', 'last_name': 'Smoltz', 'key_fangraphs': 115, 'key_bbref': 'smoltjo01', 'key_retro': 'smolj001', 'key_mlbam': 122477, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36714, 'team': 47, 'player': 11015, 'created': 1731602869923}]}}]} 2025-02-09 10:51:59,924 - card_creation - INFO - patch: players [('cost', '2234'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11015/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:00,017 - card_creation - INFO - return: {'player_id': 11015, 'p_name': 'John Smoltz', 'cost': 2234, 'image': 'https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 115, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/bf321b07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smoltjo01', 'fangr_id': '115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3159, 'first_name': 'John', 'last_name': 'Smoltz', 'key_fangraphs': 115, 'key_bbref': 'smoltjo01', 'key_retro': 'smolj001', 'key_mlbam': 122477, 'offense_col': 1}} 2025-02-09 10:52:00,017 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ligteke01'), ('cardset_id', 20)] 2025-02-09 10:52:00,153 - card_creation - INFO - session info: 2025-02-09 10:52:00,153 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11153, 'p_name': 'Kerry Ligtenberg', 'cost': 1319, 'image': 'https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 100, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/95a3fec7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ligteke01', 'fangr_id': '100', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4120, 'first_name': 'Kerry', 'last_name': 'Ligtenberg', 'key_fangraphs': 100, 'key_bbref': 'ligteke01', 'key_retro': 'ligtk001', 'key_mlbam': 117763, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37411, 'team': 69, 'player': 11153, 'created': 1731963342653}, {'id': 37667, 'team': 33, 'play [ S N I P P E D ] 2025-02-09 10:52:00,153 - card_creation - INFO - patch: players [('cost', '1028'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11153/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:00,282 - card_creation - INFO - return: {'player_id': 11153, 'p_name': 'Kerry Ligtenberg', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 100, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/95a3fec7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ligteke01', 'fangr_id': '100', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4120, 'first_name': 'Kerry', 'last_name': 'Ligtenberg', 'key_fangraphs': 100, 'key_bbref': 'ligteke01', 'key_retro': 'ligtk001', 'key_mlbam': 117763, 'offense_col': 1}} 2025-02-09 10:52:00,283 - card_creation - INFO - get: players id: None params: [('bbref_id', 'embreal01'), ('cardset_id', 20)] 2025-02-09 10:52:00,385 - card_creation - INFO - session info: 2025-02-09 10:52:00,385 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11268, 'p_name': 'Alan Embree', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1030, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'embreal01', 'fangr_id': '1030', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2508, 'first_name': 'Alan', 'last_name': 'Embree', 'key_fangraphs': 1030, 'key_bbref': 'embreal01', 'key_retro': 'embra001', 'key_mlbam': 113833, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:00,385 - card_creation - INFO - patch: players [('cost', '381'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11268/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:00,480 - card_creation - INFO - return: {'player_id': 11268, 'p_name': 'Alan Embree', 'cost': 381, 'image': 'https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1030, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'embreal01', 'fangr_id': '1030', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2508, 'first_name': 'Alan', 'last_name': 'Embree', 'key_fangraphs': 1030, 'key_bbref': 'embreal01', 'key_retro': 'embra001', 'key_mlbam': 113833, 'offense_col': 2}} 2025-02-09 10:52:00,480 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cathemi01'), ('cardset_id', 20)] 2025-02-09 10:52:00,580 - card_creation - INFO - session info: 2025-02-09 10:52:00,580 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11092, 'p_name': 'Mike Cather', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ae230d19_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cathemi01', 'fangr_id': '1002082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4070, 'first_name': 'Mike', 'last_name': 'Cather', 'key_fangraphs': 1002082, 'key_bbref': 'cathemi01', 'key_retro': 'cathm001', 'key_mlbam': 112134, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37668, 'team': 33, 'player': 11092, 'created': 1733172010978}, {'id': 37680, 'team': 47 [ S N I P P E D ] 2025-02-09 10:52:00,580 - card_creation - INFO - patch: players [('cost', '353'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11092/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:00,683 - card_creation - INFO - return: {'player_id': 11092, 'p_name': 'Mike Cather', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ae230d19_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cathemi01', 'fangr_id': '1002082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4070, 'first_name': 'Mike', 'last_name': 'Cather', 'key_fangraphs': 1002082, 'key_bbref': 'cathemi01', 'key_retro': 'cathm001', 'key_mlbam': 112134, 'offense_col': 2}} 2025-02-09 10:52:00,683 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wohlema01'), ('cardset_id', 20)] 2025-02-09 10:52:00,817 - card_creation - INFO - session info: 2025-02-09 10:52:00,817 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:00,817 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'wohlm001')] 2025-02-09 10:52:00,915 - card_creation - INFO - session info: 2025-02-09 10:52:00,915 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:00,915 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mark', 'last_name': 'Wohlers', 'key_mlbam': 124498, 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001'} type: 2025-02-09 10:52:01,000 - card_creation - INFO - return: {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3} 2025-02-09 10:52:01,001 - card_creation - INFO - post: players payload: {'p_name': 'Mark Wohlers', 'cost': '402', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 20, 'set_num': 414, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'wohlema01', 'fangr_id': 414, 'mlbplayer_id': 4314, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-09 10:52:01,099 - card_creation - INFO - return: {'player_id': 11520, 'p_name': 'Mark Wohlers', 'cost': 402, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 414, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wohlema01', 'fangr_id': '414', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3}} 2025-02-09 10:52:01,099 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11520/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:01,192 - card_creation - INFO - return: {'player_id': 11520, 'p_name': 'Mark Wohlers', 'cost': 402, 'image': 'https://pd.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 414, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wohlema01', 'fangr_id': '414', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3}} 2025-02-09 10:52:01,192 - card_creation - INFO - get: players id: None params: [('bbref_id', 'glavito02'), ('cardset_id', 20)] 2025-02-09 10:52:01,288 - card_creation - INFO - session info: 2025-02-09 10:52:01,288 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10862, 'p_name': 'Tom Glavine', 'cost': 690, 'image': 'https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 90, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8c1de61_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glavito02', 'fangr_id': '90', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2828, 'first_name': 'Tom', 'last_name': 'Glavine', 'key_fangraphs': 90, 'key_bbref': 'glavito02', 'key_retro': 'glavt001', 'key_mlbam': 114849, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:01,288 - card_creation - INFO - patch: players [('cost', '673'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10862/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:01,407 - card_creation - INFO - return: {'player_id': 10862, 'p_name': 'Tom Glavine', 'cost': 673, 'image': 'https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 90, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8c1de61_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glavito02', 'fangr_id': '90', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2828, 'first_name': 'Tom', 'last_name': 'Glavine', 'key_fangraphs': 90, 'key_bbref': 'glavito02', 'key_retro': 'glavt001', 'key_mlbam': 114849, 'offense_col': 2}} 2025-02-09 10:52:01,408 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martide01'), ('cardset_id', 20)] 2025-02-09 10:52:01,511 - card_creation - INFO - session info: 2025-02-09 10:52:01,511 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10863, 'p_name': 'Dennis Martinez', 'cost': 441, 'image': 'https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05148239_br_wsn.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martide01', 'fangr_id': '1008161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3886, 'first_name': 'Dennis', 'last_name': 'Martinez', 'key_fangraphs': 1008161, 'key_bbref': 'martide01', 'key_retro': 'martd001', 'key_mlbam': 118371, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35401, 'team': 33, 'player': 10863, 'created': 1730616941935}, {'id': 35655, ' [ S N I P P E D ] 2025-02-09 10:52:01,512 - card_creation - INFO - patch: players [('cost', '1028'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10863/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:01,594 - card_creation - INFO - return: {'player_id': 10863, 'p_name': 'Dennis Martinez', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008161, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05148239_br_wsn.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martide01', 'fangr_id': '1008161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3886, 'first_name': 'Dennis', 'last_name': 'Martinez', 'key_fangraphs': 1008161, 'key_bbref': 'martide01', 'key_retro': 'martd001', 'key_mlbam': 118371, 'offense_col': 1}} 2025-02-09 10:52:01,594 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodke02'), ('cardset_id', 20)] 2025-02-09 10:52:01,684 - card_creation - INFO - session info: 2025-02-09 10:52:01,684 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10864, 'p_name': 'Kerry Wood', 'cost': 802, 'image': 'https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b6f7150e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodke02', 'fangr_id': '304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2715, 'first_name': 'Kerry', 'last_name': 'Wood', 'key_fangraphs': 304, 'key_bbref': 'woodke02', 'key_retro': 'woodk002', 'key_mlbam': 134268, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35567, 'team': 69, 'player': 10864, 'created': 1730616941189}, {'id': 35956, 'team': 55, 'player': 10864, 'create [ S N I P P E D ] 2025-02-09 10:52:01,684 - card_creation - INFO - patch: players [('cost', '944'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10864/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:01,759 - card_creation - INFO - return: {'player_id': 10864, 'p_name': 'Kerry Wood', 'cost': 944, 'image': 'https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b6f7150e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodke02', 'fangr_id': '304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2715, 'first_name': 'Kerry', 'last_name': 'Wood', 'key_fangraphs': 304, 'key_bbref': 'woodke02', 'key_retro': 'woodk002', 'key_mlbam': 134268, 'offense_col': 3}} 2025-02-09 10:52:01,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'adamste01'), ('cardset_id', 20)] 2025-02-09 10:52:01,851 - card_creation - INFO - session info: 2025-02-09 10:52:01,852 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11016, 'p_name': 'Terry Adams', 'cost': 1073, 'image': 'https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 946, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8bb86104_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamste01', 'fangr_id': '946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4000, 'first_name': 'Terry', 'last_name': 'Adams', 'key_fangraphs': 946, 'key_bbref': 'adamste01', 'key_retro': 'adamt001', 'key_mlbam': 110067, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37681, 'team': 47, 'player': 11016, 'created': 1731963342609}]}}]} 2025-02-09 10:52:01,852 - card_creation - INFO - patch: players [('cost', '3481'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11016/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:01,950 - card_creation - INFO - return: {'player_id': 11016, 'p_name': 'Terry Adams', 'cost': 3481, 'image': 'https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 946, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8bb86104_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamste01', 'fangr_id': '946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4000, 'first_name': 'Terry', 'last_name': 'Adams', 'key_fangraphs': 946, 'key_bbref': 'adamste01', 'key_retro': 'adamt001', 'key_mlbam': 110067, 'offense_col': 2}} 2025-02-09 10:52:01,950 - card_creation - INFO - get: players id: None params: [('bbref_id', 'beckro01'), ('cardset_id', 20)] 2025-02-09 10:52:02,034 - card_creation - INFO - session info: 2025-02-09 10:52:02,054 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11189, 'p_name': 'Rod Beck', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1730, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4ec27006_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beckro01', 'fangr_id': '1730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4154, 'first_name': 'Rod', 'last_name': 'Beck', 'key_fangraphs': 1730, 'key_bbref': 'beckro01', 'key_retro': 'beckr001', 'key_mlbam': 110763, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:02,054 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11189/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:02,165 - card_creation - INFO - return: {'player_id': 11189, 'p_name': 'Rod Beck', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1730, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4ec27006_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beckro01', 'fangr_id': '1730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4154, 'first_name': 'Rod', 'last_name': 'Beck', 'key_fangraphs': 1730, 'key_bbref': 'beckro01', 'key_retro': 'beckr001', 'key_mlbam': 110763, 'offense_col': 2}} 2025-02-09 10:52:02,165 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mulhote01'), ('cardset_id', 20)] 2025-02-09 10:52:02,280 - card_creation - INFO - session info: 2025-02-09 10:52:02,280 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11093, 'p_name': 'Terry Mulholland', 'cost': 392, 'image': 'https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 665, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d2a7a610_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mulhote01', 'fangr_id': '665', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4071, 'first_name': 'Terry', 'last_name': 'Mulholland', 'key_fangraphs': 665, 'key_bbref': 'mulhote01', 'key_retro': 'mulht001', 'key_mlbam': 119488, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38889, 'team': 49, 'player': 11093, 'created': 1738533340064}]}}]} 2025-02-09 10:52:02,280 - card_creation - INFO - patch: players [('cost', '416'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11093/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:02,363 - card_creation - INFO - return: {'player_id': 11093, 'p_name': 'Terry Mulholland', 'cost': 416, 'image': 'https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 665, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d2a7a610_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mulhote01', 'fangr_id': '665', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4071, 'first_name': 'Terry', 'last_name': 'Mulholland', 'key_fangraphs': 665, 'key_bbref': 'mulhote01', 'key_retro': 'mulht001', 'key_mlbam': 119488, 'offense_col': 1}} 2025-02-09 10:52:02,363 - card_creation - INFO - get: players id: None params: [('bbref_id', 'piscima01'), ('cardset_id', 20)] 2025-02-09 10:52:02,446 - card_creation - INFO - session info: 2025-02-09 10:52:02,446 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10865, 'p_name': 'Marc Pisciotta', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eddec851_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piscima01', 'fangr_id': '1010369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3887, 'first_name': 'Marc', 'last_name': 'Pisciotta', 'key_fangraphs': 1010369, 'key_bbref': 'piscima01', 'key_retro': 'piscm001', 'key_mlbam': 120599, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35498, 'team': 47, 'player': 10865, 'created': 1730616941189}, {'id': 35731, 'team': 38, [ S N I P P E D ] 2025-02-09 10:52:02,446 - card_creation - INFO - patch: players [('cost', '120'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10865/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:02,574 - card_creation - INFO - return: {'player_id': 10865, 'p_name': 'Marc Pisciotta', 'cost': 120, 'image': 'https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010369, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eddec851_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piscima01', 'fangr_id': '1010369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3887, 'first_name': 'Marc', 'last_name': 'Pisciotta', 'key_fangraphs': 1010369, 'key_bbref': 'piscima01', 'key_retro': 'piscm001', 'key_mlbam': 120599, 'offense_col': 1}} 2025-02-09 10:52:02,575 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pattebo01'), ('cardset_id', 20)] 2025-02-09 10:52:02,663 - card_creation - INFO - session info: 2025-02-09 10:52:02,664 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11307, 'p_name': 'Bob Patterson', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010055, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pattebo01', 'fangr_id': '1010055', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4242, 'first_name': 'Bob', 'last_name': 'Patterson', 'key_fangraphs': 1010055, 'key_bbref': 'pattebo01', 'key_retro': 'pattb001', 'key_mlbam': 120297, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:02,664 - card_creation - INFO - patch: players [('cost', '12'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11307/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:02,763 - card_creation - INFO - return: {'player_id': 11307, 'p_name': 'Bob Patterson', 'cost': 12, 'image': 'https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010055, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pattebo01', 'fangr_id': '1010055', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4242, 'first_name': 'Bob', 'last_name': 'Patterson', 'key_fangraphs': 1010055, 'key_bbref': 'pattebo01', 'key_retro': 'pattb001', 'key_mlbam': 120297, 'offense_col': 2}} 2025-02-09 10:52:02,763 - card_creation - INFO - get: players id: None params: [('bbref_id', 'myersmi01'), ('cardset_id', 20)] 2025-02-09 10:52:02,867 - card_creation - INFO - session info: 2025-02-09 10:52:02,867 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11234, 'p_name': 'Mike Myers', 'cost': 1218, 'image': 'https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 68, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersmi01', 'fangr_id': '68', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4190, 'first_name': 'Mike', 'last_name': 'Myers', 'key_fangraphs': 68, 'key_bbref': 'myersmi01', 'key_retro': 'myerm001', 'key_mlbam': 119624, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:02,868 - card_creation - INFO - patch: players [('cost', '146'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11234/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:02,961 - card_creation - INFO - return: {'player_id': 11234, 'p_name': 'Mike Myers', 'cost': 146, 'image': 'https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 68, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersmi01', 'fangr_id': '68', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4190, 'first_name': 'Mike', 'last_name': 'Myers', 'key_fangraphs': 68, 'key_bbref': 'myersmi01', 'key_retro': 'myerm001', 'key_mlbam': 119624, 'offense_col': 2}} 2025-02-09 10:52:02,961 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wickmbo01'), ('cardset_id', 20)] 2025-02-09 10:52:03,049 - card_creation - INFO - session info: 2025-02-09 10:52:03,049 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11017, 'p_name': 'Bob Wickman', 'cost': 455, 'image': 'https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 413, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9cd7e366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wickmbo01', 'fangr_id': '413', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4001, 'first_name': 'Bob', 'last_name': 'Wickman', 'key_fangraphs': 413, 'key_bbref': 'wickmbo01', 'key_retro': 'wickb001', 'key_mlbam': 124233, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:03,049 - card_creation - INFO - patch: players [('cost', '409'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11017/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:03,141 - card_creation - INFO - return: {'player_id': 11017, 'p_name': 'Bob Wickman', 'cost': 409, 'image': 'https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 413, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9cd7e366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wickmbo01', 'fangr_id': '413', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4001, 'first_name': 'Bob', 'last_name': 'Wickman', 'key_fangraphs': 413, 'key_bbref': 'wickmbo01', 'key_retro': 'wickb001', 'key_mlbam': 124233, 'offense_col': 2}} 2025-02-09 10:52:03,141 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eldreca01'), ('cardset_id', 20)] 2025-02-09 10:52:03,243 - card_creation - INFO - session info: 2025-02-09 10:52:03,243 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10866, 'p_name': 'Cal Eldred', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b7378c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eldreca01', 'fangr_id': '1653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3888, 'first_name': 'Cal', 'last_name': 'Eldred', 'key_fangraphs': 1653, 'key_bbref': 'eldreca01', 'key_retro': 'eldrc001', 'key_mlbam': 113793, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36419, 'team': 69, 'player': 10866, 'created': 1730920176630}, {'id': 37425, 'team': 31, 'playe [ S N I P P E D ] 2025-02-09 10:52:03,244 - card_creation - INFO - patch: players [('cost', '79'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10866/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:03,327 - card_creation - INFO - return: {'player_id': 10866, 'p_name': 'Cal Eldred', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b7378c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eldreca01', 'fangr_id': '1653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3888, 'first_name': 'Cal', 'last_name': 'Eldred', 'key_fangraphs': 1653, 'key_bbref': 'eldreca01', 'key_retro': 'eldrc001', 'key_mlbam': 113793, 'offense_col': 2}} 2025-02-09 10:52:03,327 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodabr01'), ('cardset_id', 20)] 2025-02-09 10:52:03,410 - card_creation - INFO - session info: 2025-02-09 10:52:03,410 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11269, 'p_name': 'Brad Woodall', 'cost': 81, 'image': 'https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/67d26984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38329, 'team': 47, 'player': 11269, 'created': 1736205194812}]}}]} 2025-02-09 10:52:03,410 - card_creation - INFO - patch: players [('cost', '99'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11269/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:03,512 - card_creation - INFO - return: {'player_id': 11269, 'p_name': 'Brad Woodall', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/67d26984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}} 2025-02-09 10:52:03,513 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordofr01'), ('cardset_id', 20)] 2025-02-09 10:52:03,620 - card_creation - INFO - session info: 2025-02-09 10:52:03,620 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10867, 'p_name': 'Francisco Cordova', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002623, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aeec2bd8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordofr01', 'fangr_id': '1002623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3889, 'first_name': 'Francisco', 'last_name': 'Cordova', 'key_fangraphs': 1002623, 'key_bbref': 'cordofr01', 'key_retro': 'cordf001', 'key_mlbam': 112681, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35902, 'team': 53, 'player': 10867, 'created': 1730748267594}, {'id': [ S N I P P E D ] 2025-02-09 10:52:03,621 - card_creation - INFO - patch: players [('cost', '325'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10867/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:03,746 - card_creation - INFO - return: {'player_id': 10867, 'p_name': 'Francisco Cordova', 'cost': 325, 'image': 'https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002623, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aeec2bd8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordofr01', 'fangr_id': '1002623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3889, 'first_name': 'Francisco', 'last_name': 'Cordova', 'key_fangraphs': 1002623, 'key_bbref': 'cordofr01', 'key_retro': 'cordf001', 'key_mlbam': 112681, 'offense_col': 2}} 2025-02-09 10:52:03,746 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martija02'), ('cardset_id', 20)] 2025-02-09 10:52:03,826 - card_creation - INFO - session info: 2025-02-09 10:52:03,826 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11308, 'p_name': 'Javier Martinez', 'cost': 138, 'image': 'https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/623152fd_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martija02', 'fangr_id': '1008172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4243, 'first_name': 'Javier', 'last_name': 'Martinez', 'key_fangraphs': 1008172, 'key_bbref': 'martija02', 'key_retro': 'martj003', 'key_mlbam': 131660, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:03,826 - card_creation - INFO - patch: players [('cost', '369'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11308/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:03,912 - card_creation - INFO - return: {'player_id': 11308, 'p_name': 'Javier Martinez', 'cost': 369, 'image': 'https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008172, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/623152fd_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martija02', 'fangr_id': '1008172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4243, 'first_name': 'Javier', 'last_name': 'Martinez', 'key_fangraphs': 1008172, 'key_bbref': 'martija02', 'key_retro': 'martj003', 'key_mlbam': 131660, 'offense_col': 2}} 2025-02-09 10:52:03,913 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tabakje01'), ('cardset_id', 20)] 2025-02-09 10:52:04,000 - card_creation - INFO - session info: 2025-02-09 10:52:04,000 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11154, 'p_name': 'Jeff Tabaka', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012802, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/f556d537_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tabakje01', 'fangr_id': '1012802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4121, 'first_name': 'Jeff', 'last_name': 'Tabaka', 'key_fangraphs': 1012802, 'key_bbref': 'tabakje01', 'key_retro': 'tabaj001', 'key_mlbam': 123068, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:04,001 - card_creation - INFO - patch: players [('cost', '4133'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11154/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:04,099 - card_creation - INFO - return: {'player_id': 11154, 'p_name': 'Jeff Tabaka', 'cost': 4133, 'image': 'https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/f556d537_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tabakje01', 'fangr_id': '1012802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4121, 'first_name': 'Jeff', 'last_name': 'Tabaka', 'key_fangraphs': 1012802, 'key_bbref': 'tabakje01', 'key_retro': 'tabaj001', 'key_mlbam': 123068, 'offense_col': 1}} 2025-02-09 10:52:04,099 - card_creation - INFO - get: players id: None params: [('bbref_id', 'peterch01'), ('cardset_id', 20)] 2025-02-09 10:52:04,194 - card_creation - INFO - session info: 2025-02-09 10:52:04,194 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10868, 'p_name': 'Chris Peters', 'cost': 2293, 'image': 'https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010225, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/802f904f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'peterch01', 'fangr_id': '1010225', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3890, 'first_name': 'Chris', 'last_name': 'Peters', 'key_fangraphs': 1010225, 'key_bbref': 'peterch01', 'key_retro': 'petec001', 'key_mlbam': 120454, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:04,195 - card_creation - INFO - patch: players [('cost', '873'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10868/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:04,319 - card_creation - INFO - return: {'player_id': 10868, 'p_name': 'Chris Peters', 'cost': 873, 'image': 'https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010225, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/802f904f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'peterch01', 'fangr_id': '1010225', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3890, 'first_name': 'Chris', 'last_name': 'Peters', 'key_fangraphs': 1010225, 'key_bbref': 'peterch01', 'key_retro': 'petec001', 'key_mlbam': 120454, 'offense_col': 2}} 2025-02-09 10:52:04,319 - card_creation - INFO - get: players id: None params: [('bbref_id', 'schmija01'), ('cardset_id', 20)] 2025-02-09 10:52:04,426 - card_creation - INFO - session info: 2025-02-09 10:52:04,426 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10869, 'p_name': 'Jason Schmidt', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1131, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/77282f7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schmija01', 'fangr_id': '1131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3891, 'first_name': 'Jason', 'last_name': 'Schmidt', 'key_fangraphs': 1131, 'key_bbref': 'schmija01', 'key_retro': 'schmj001', 'key_mlbam': 121834, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35515, 'team': 47, 'player': 10869, 'created': 1730616941189}, {'id': 35528, 'team': 3 [ S N I P P E D ] 2025-02-09 10:52:04,427 - card_creation - INFO - patch: players [('cost', '292'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10869/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:04,527 - card_creation - INFO - return: {'player_id': 10869, 'p_name': 'Jason Schmidt', 'cost': 292, 'image': 'https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1131, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/77282f7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schmija01', 'fangr_id': '1131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3891, 'first_name': 'Jason', 'last_name': 'Schmidt', 'key_fangraphs': 1131, 'key_bbref': 'schmija01', 'key_retro': 'schmj001', 'key_mlbam': 121834, 'offense_col': 2}} 2025-02-09 10:52:04,527 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chrisja01'), ('cardset_id', 20)] 2025-02-09 10:52:04,641 - card_creation - INFO - session info: 2025-02-09 10:52:04,641 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11094, 'p_name': 'Jason Christiansen', 'cost': 3334, 'image': 'https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/972e945a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisja01', 'fangr_id': '1111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4072, 'first_name': 'Jason', 'last_name': 'Christiansen', 'key_fangraphs': 1111, 'key_bbref': 'chrisja01', 'key_retro': 'chrij002', 'key_mlbam': 112270, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37848, 'team': 38, 'player': 11094, 'created': 1733700057396}]}}]} 2025-02-09 10:52:04,641 - card_creation - INFO - patch: players [('cost', '4914'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11094/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:04,740 - card_creation - INFO - return: {'player_id': 11094, 'p_name': 'Jason Christiansen', 'cost': 4914, 'image': 'https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/972e945a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisja01', 'fangr_id': '1111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4072, 'first_name': 'Jason', 'last_name': 'Christiansen', 'key_fangraphs': 1111, 'key_bbref': 'chrisja01', 'key_retro': 'chrij002', 'key_mlbam': 112270, 'offense_col': 1}} 2025-02-09 10:52:04,740 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rincori01'), ('cardset_id', 20)] 2025-02-09 10:52:04,843 - card_creation - INFO - session info: 2025-02-09 10:52:04,843 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11190, 'p_name': 'Ricardo Rincon', 'cost': 4479, 'image': 'https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 401, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rincori01', 'fangr_id': '401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4155, 'first_name': 'Ricardo', 'last_name': 'Rincon', 'key_fangraphs': 401, 'key_bbref': 'rincori01', 'key_retro': 'rincr001', 'key_mlbam': 121215, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:04,844 - card_creation - INFO - patch: players [('cost', '4541'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11190/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:04,937 - card_creation - INFO - return: {'player_id': 11190, 'p_name': 'Ricardo Rincon', 'cost': 4541, 'image': 'https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 401, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rincori01', 'fangr_id': '401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4155, 'first_name': 'Ricardo', 'last_name': 'Rincon', 'key_fangraphs': 401, 'key_bbref': 'rincori01', 'key_retro': 'rincr001', 'key_mlbam': 121215, 'offense_col': 2}} 2025-02-09 10:52:04,937 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loiseri01'), ('cardset_id', 20)] 2025-02-09 10:52:05,043 - card_creation - INFO - session info: 2025-02-09 10:52:05,043 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11018, 'p_name': 'Rich Loiselle', 'cost': 458, 'image': 'https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007711, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecef0d90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loiseri01', 'fangr_id': '1007711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4002, 'first_name': 'Rich', 'last_name': 'Loiselle', 'key_fangraphs': 1007711, 'key_bbref': 'loiseri01', 'key_retro': 'loisr001', 'key_mlbam': 117874, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37224, 'team': 33, 'player': 11018, 'created': 1731963342604}]}}]} 2025-02-09 10:52:05,044 - card_creation - INFO - patch: players [('cost', '112'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11018/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:05,137 - card_creation - INFO - return: {'player_id': 11018, 'p_name': 'Rich Loiselle', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007711, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecef0d90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loiseri01', 'fangr_id': '1007711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4002, 'first_name': 'Rich', 'last_name': 'Loiselle', 'key_fangraphs': 1007711, 'key_bbref': 'loiseri01', 'key_retro': 'loisr001', 'key_mlbam': 117874, 'offense_col': 2}} 2025-02-09 10:52:05,137 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loaizes01'), ('cardset_id', 20)] 2025-02-09 10:52:05,266 - card_creation - INFO - session info: 2025-02-09 10:52:05,266 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10870, 'p_name': 'Esteban Loaiza', 'cost': 76, 'image': 'https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1310, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ce98352e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loaizes01', 'fangr_id': '1310', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3176, 'first_name': 'Esteban', 'last_name': 'Loaiza', 'key_fangraphs': 1310, 'key_bbref': 'loaizes01', 'key_retro': 'loaie001', 'key_mlbam': 117842, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36562, 'team': 33, 'player': 10870, 'created': 1731297998536}, {'id': 37796, 'team': 38, 'playe [ S N I P P E D ] 2025-02-09 10:52:05,267 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10870/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:05,356 - card_creation - INFO - return: {'player_id': 10870, 'p_name': 'Esteban Loaiza', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1310, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ce98352e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loaizes01', 'fangr_id': '1310', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3176, 'first_name': 'Esteban', 'last_name': 'Loaiza', 'key_fangraphs': 1310, 'key_bbref': 'loaizes01', 'key_retro': 'loaie001', 'key_mlbam': 117842, 'offense_col': 2}} 2025-02-09 10:52:05,356 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telemam01'), ('cardset_id', 20)] 2025-02-09 10:52:05,457 - card_creation - INFO - session info: 2025-02-09 10:52:05,457 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10871, 'p_name': 'Amaury Telemaco', 'cost': 3228, 'image': 'https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eadd714c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telemam01', 'fangr_id': '1802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3892, 'first_name': 'Amaury', 'last_name': 'Telemaco', 'key_fangraphs': 1802, 'key_bbref': 'telemam01', 'key_retro': 'telea001', 'key_mlbam': 123176, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35782, 'team': 47, 'player': 10871, 'created': 1730616941935}]}}]} 2025-02-09 10:52:05,458 - card_creation - INFO - patch: players [('cost', '37'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10871/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:05,589 - card_creation - INFO - return: {'player_id': 10871, 'p_name': 'Amaury Telemaco', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1802, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eadd714c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telemam01', 'fangr_id': '1802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3892, 'first_name': 'Amaury', 'last_name': 'Telemaco', 'key_fangraphs': 1802, 'key_bbref': 'telemam01', 'key_retro': 'telea001', 'key_mlbam': 123176, 'offense_col': 1}} 2025-02-09 10:52:05,589 - card_creation - INFO - get: players id: None params: [('bbref_id', 'liebejo01'), ('cardset_id', 20)] 2025-02-09 10:52:05,682 - card_creation - INFO - session info: 2025-02-09 10:52:05,682 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10872, 'p_name': 'Jon Lieber', 'cost': 315, 'image': 'https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 287, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5580d86_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebejo01', 'fangr_id': '287', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2688, 'first_name': 'Jon', 'last_name': 'Lieber', 'key_fangraphs': 287, 'key_bbref': 'liebejo01', 'key_retro': 'liebj001', 'key_mlbam': 117758, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36482, 'team': 47, 'player': 10872, 'created': 1730920176625}, {'id': 36498, 'team': 38, 'play [ S N I P P E D ] 2025-02-09 10:52:05,683 - card_creation - INFO - patch: players [('cost', '888'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10872/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:05,816 - card_creation - INFO - return: {'player_id': 10872, 'p_name': 'Jon Lieber', 'cost': 888, 'image': 'https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 287, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5580d86_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebejo01', 'fangr_id': '287', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2688, 'first_name': 'Jon', 'last_name': 'Lieber', 'key_fangraphs': 287, 'key_bbref': 'liebejo01', 'key_retro': 'liebj001', 'key_mlbam': 117758, 'offense_col': 1}} 2025-02-09 10:52:05,817 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dreifda01'), ('cardset_id', 20)] 2025-02-09 10:52:05,913 - card_creation - INFO - session info: 2025-02-09 10:52:05,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10873, 'p_name': 'Darren Dreifort', 'cost': 266, 'image': 'https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 647, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/59ec883f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dreifda01', 'fangr_id': '647', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3893, 'first_name': 'Darren', 'last_name': 'Dreifort', 'key_fangraphs': 647, 'key_bbref': 'dreifda01', 'key_retro': 'dreid001', 'key_mlbam': 113554, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37861, 'team': 47, 'player': 10873, 'created': 1733700057449}]}}]} 2025-02-09 10:52:05,914 - card_creation - INFO - patch: players [('cost', '2266'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10873/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:06,007 - card_creation - INFO - return: {'player_id': 10873, 'p_name': 'Darren Dreifort', 'cost': 2266, 'image': 'https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 647, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/59ec883f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dreifda01', 'fangr_id': '647', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3893, 'first_name': 'Darren', 'last_name': 'Dreifort', 'key_fangraphs': 647, 'key_bbref': 'dreifda01', 'key_retro': 'dreid001', 'key_mlbam': 113554, 'offense_col': 1}} 2025-02-09 10:52:06,008 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martira02'), ('cardset_id', 20)] 2025-02-09 10:52:06,108 - card_creation - INFO - session info: 2025-02-09 10:52:06,109 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10874, 'p_name': 'Ramon Martinez', 'cost': 880, 'image': 'https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/57348fe2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martira02', 'fangr_id': '1008193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3894, 'first_name': 'Ramon', 'last_name': 'Martinez', 'key_fangraphs': 1008193, 'key_bbref': 'martira02', 'key_retro': 'martr002', 'key_mlbam': 118378, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35693, 'team': 47, 'player': 10874, 'created': 1730616941189}, {'id': 36007, [ S N I P P E D ] 2025-02-09 10:52:06,109 - card_creation - INFO - patch: players [('cost', '880'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10874/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:06,208 - card_creation - INFO - return: {'player_id': 10874, 'p_name': 'Ramon Martinez', 'cost': 880, 'image': 'https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/57348fe2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martira02', 'fangr_id': '1008193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3894, 'first_name': 'Ramon', 'last_name': 'Martinez', 'key_fangraphs': 1008193, 'key_bbref': 'martira02', 'key_retro': 'martr002', 'key_mlbam': 118378, 'offense_col': 1}} 2025-02-09 10:52:06,209 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parkch01'), ('cardset_id', 20)] 2025-02-09 10:52:06,302 - card_creation - INFO - session info: 2025-02-09 10:52:06,303 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10875, 'p_name': 'Chan Ho Park', 'cost': 251, 'image': 'https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1267, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b8cfc51_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parkch01', 'fangr_id': '1267', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2561, 'first_name': 'Chan Ho', 'last_name': 'Park', 'key_fangraphs': 1267, 'key_bbref': 'parkch01', 'key_retro': 'parkc002', 'key_mlbam': 120221, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35942, 'team': 55, 'player': 10875, 'created': 1730748268271}]}}]} 2025-02-09 10:52:06,303 - card_creation - INFO - patch: players [('cost', '99'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10875/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:06,371 - card_creation - INFO - return: {'player_id': 10875, 'p_name': 'Chan Ho Park', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1267, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b8cfc51_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parkch01', 'fangr_id': '1267', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2561, 'first_name': 'Chan Ho', 'last_name': 'Park', 'key_fangraphs': 1267, 'key_bbref': 'parkch01', 'key_retro': 'parkc002', 'key_mlbam': 120221, 'offense_col': 3}} 2025-02-09 10:52:06,371 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesde01'), ('cardset_id', 20)] 2025-02-09 10:52:06,448 - card_creation - INFO - session info: 2025-02-09 10:52:06,448 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11471, 'p_name': 'Dennys Reyes', 'cost': 100, 'image': 'https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9d2752ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesde01', 'fangr_id': '444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2591, 'first_name': 'Dennys', 'last_name': 'Reyes', 'key_fangraphs': 444, 'key_bbref': 'reyesde01', 'key_retro': 'reyed001', 'key_mlbam': 121096, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38323, 'team': 47, 'player': 11471, 'created': 1735336764577}]}}]} 2025-02-09 10:52:06,448 - card_creation - INFO - patch: players [('cost', '100'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11471/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:06,559 - card_creation - INFO - return: {'player_id': 11471, 'p_name': 'Dennys Reyes', 'cost': 100, 'image': 'https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9d2752ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesde01', 'fangr_id': '444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2591, 'first_name': 'Dennys', 'last_name': 'Reyes', 'key_fangraphs': 444, 'key_bbref': 'reyesde01', 'key_retro': 'reyed001', 'key_mlbam': 121096, 'offense_col': 1}} 2025-02-09 10:52:06,559 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ashbyan01'), ('cardset_id', 20)] 2025-02-09 10:52:06,647 - card_creation - INFO - session info: 2025-02-09 10:52:06,647 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 758, 'image': 'https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:06,647 - card_creation - INFO - patch: players [('cost', '296'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10876/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:06,748 - card_creation - INFO - return: {'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}} 2025-02-09 10:52:06,749 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 20)] 2025-02-09 10:52:06,839 - card_creation - INFO - session info: 2025-02-09 10:52:06,839 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 335, 'image': 'https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36756, 'team': 49, 'player': 10877, 'created': 1731602869931}, {'id': 38849, 'team': 38, 'player [ S N I P P E D ] 2025-02-09 10:52:06,839 - card_creation - INFO - patch: players [('cost', '864'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10877/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:06,919 - card_creation - INFO - return: {'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 864, 'image': 'https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-09 10:52:06,919 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hitchst01'), ('cardset_id', 20)] 2025-02-09 10:52:07,002 - card_creation - INFO - session info: 2025-02-09 10:52:07,002 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11019, 'p_name': 'Sterling Hitchcock', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 824, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0eb7eb88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hitchst01', 'fangr_id': '824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4003, 'first_name': 'Sterling', 'last_name': 'Hitchcock', 'key_fangraphs': 824, 'key_bbref': 'hitchst01', 'key_retro': 'hitcs001', 'key_mlbam': 115982, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36495, 'team': 47, 'player': 11019, 'created': 1730920176625}, {'id': 36515, 'te [ S N I P P E D ] 2025-02-09 10:52:07,003 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11019/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:07,081 - card_creation - INFO - return: {'player_id': 11019, 'p_name': 'Sterling Hitchcock', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0eb7eb88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hitchst01', 'fangr_id': '824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4003, 'first_name': 'Sterling', 'last_name': 'Hitchcock', 'key_fangraphs': 824, 'key_bbref': 'hitchst01', 'key_retro': 'hitcs001', 'key_mlbam': 115982, 'offense_col': 2}} 2025-02-09 10:52:07,081 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walldo01'), ('cardset_id', 20)] 2025-02-09 10:52:07,163 - card_creation - INFO - session info: 2025-02-09 10:52:07,174 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11191, 'p_name': 'Donne Wall', 'cost': 453, 'image': 'https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 39, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walldo01', 'fangr_id': '39', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4156, 'first_name': 'Donne', 'last_name': 'Wall', 'key_fangraphs': 39, 'key_bbref': 'walldo01', 'key_retro': 'walld002', 'key_mlbam': 123849, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:07,174 - card_creation - INFO - patch: players [('cost', '1429'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11191/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:07,246 - card_creation - INFO - return: {'player_id': 11191, 'p_name': 'Donne Wall', 'cost': 1429, 'image': 'https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 39, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walldo01', 'fangr_id': '39', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4156, 'first_name': 'Donne', 'last_name': 'Wall', 'key_fangraphs': 39, 'key_bbref': 'walldo01', 'key_retro': 'walld002', 'key_mlbam': 123849, 'offense_col': 2}} 2025-02-09 10:52:07,246 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boehrbr01'), ('cardset_id', 20)] 2025-02-09 10:52:07,374 - card_creation - INFO - session info: 2025-02-09 10:52:07,375 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11020, 'p_name': 'Brian Boehringer', 'cost': 131, 'image': 'https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 984, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3aa1ba2f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boehrbr01', 'fangr_id': '984', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4004, 'first_name': 'Brian', 'last_name': 'Boehringer', 'key_fangraphs': 984, 'key_bbref': 'boehrbr01', 'key_retro': 'boehb001', 'key_mlbam': 111145, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37338, 'team': 47, 'player': 11020, 'created': 1731963342630}]}}]} 2025-02-09 10:52:07,375 - card_creation - INFO - patch: players [('cost', '42'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11020/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:07,450 - card_creation - INFO - return: {'player_id': 11020, 'p_name': 'Brian Boehringer', 'cost': 42, 'image': 'https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 984, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3aa1ba2f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boehrbr01', 'fangr_id': '984', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4004, 'first_name': 'Brian', 'last_name': 'Boehringer', 'key_fangraphs': 984, 'key_bbref': 'boehrbr01', 'key_retro': 'boehb001', 'key_mlbam': 111145, 'offense_col': 2}} 2025-02-09 10:52:07,451 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hoffmtr01'), ('cardset_id', 20)] 2025-02-09 10:52:07,524 - card_creation - INFO - session info: 2025-02-09 10:52:07,524 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11192, 'p_name': 'Trevor Hoffman', 'cost': 4049, 'image': 'https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1035, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoffmtr01', 'fangr_id': '1035', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2833, 'first_name': 'Trevor', 'last_name': 'Hoffman', 'key_fangraphs': 1035, 'key_bbref': 'hoffmtr01', 'key_retro': 'hofft001', 'key_mlbam': 116034, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:07,525 - card_creation - INFO - patch: players [('cost', '4778'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11192/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:07,615 - card_creation - INFO - return: {'player_id': 11192, 'p_name': 'Trevor Hoffman', 'cost': 4778, 'image': 'https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1035, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoffmtr01', 'fangr_id': '1035', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2833, 'first_name': 'Trevor', 'last_name': 'Hoffman', 'key_fangraphs': 1035, 'key_bbref': 'hoffmtr01', 'key_retro': 'hofft001', 'key_mlbam': 116034, 'offense_col': 3}} 2025-02-09 10:52:07,616 - card_creation - INFO - get: players id: None params: [('bbref_id', 'paintla01'), ('cardset_id', 20)] 2025-02-09 10:52:07,695 - card_creation - INFO - session info: 2025-02-09 10:52:07,695 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11270, 'p_name': 'Lance Painter', 'cost': 42, 'image': 'https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1675, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b4f46e5a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'paintla01', 'fangr_id': '1675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4220, 'first_name': 'Lance', 'last_name': 'Painter', 'key_fangraphs': 1675, 'key_bbref': 'paintla01', 'key_retro': 'painl001', 'key_mlbam': 120183, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38311, 'team': 47, 'player': 11270, 'created': 1736205194812}, {'id': 38822, 'team': 38 [ S N I P P E D ] 2025-02-09 10:52:07,695 - card_creation - INFO - patch: players [('cost', '1343'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11270/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:07,777 - card_creation - INFO - return: {'player_id': 11270, 'p_name': 'Lance Painter', 'cost': 1343, 'image': 'https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1675, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b4f46e5a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'paintla01', 'fangr_id': '1675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4220, 'first_name': 'Lance', 'last_name': 'Painter', 'key_fangraphs': 1675, 'key_bbref': 'paintla01', 'key_retro': 'painl001', 'key_mlbam': 120183, 'offense_col': 2}} 2025-02-09 10:52:07,778 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brantje01'), ('cardset_id', 20)] 2025-02-09 10:52:07,886 - card_creation - INFO - session info: 2025-02-09 10:52:07,886 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11271, 'p_name': 'Jeff Brantley', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001358, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brantje01', 'fangr_id': '1001358', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4221, 'first_name': 'Jeff', 'last_name': 'Brantley', 'key_fangraphs': 1001358, 'key_bbref': 'brantje01', 'key_retro': 'branj001', 'key_mlbam': 111397, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:07,887 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11271/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:07,983 - card_creation - INFO - return: {'player_id': 11271, 'p_name': 'Jeff Brantley', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001358, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brantje01', 'fangr_id': '1001358', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4221, 'first_name': 'Jeff', 'last_name': 'Brantley', 'key_fangraphs': 1001358, 'key_bbref': 'brantje01', 'key_retro': 'branj001', 'key_mlbam': 111397, 'offense_col': 2}} 2025-02-09 10:52:07,983 - card_creation - INFO - get: players id: None params: [('bbref_id', 'merckke01'), ('cardset_id', 20)] 2025-02-09 10:52:08,083 - card_creation - INFO - session info: 2025-02-09 10:52:08,083 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11021, 'p_name': 'Kent Mercker', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 439, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/32142138_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merckke01', 'fangr_id': '439', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4005, 'first_name': 'Kent', 'last_name': 'Mercker', 'key_fangraphs': 439, 'key_bbref': 'merckke01', 'key_retro': 'merck001', 'key_mlbam': 118967, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:08,083 - card_creation - INFO - patch: players [('cost', '97'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11021/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:08,212 - card_creation - INFO - return: {'player_id': 11021, 'p_name': 'Kent Mercker', 'cost': 97, 'image': 'https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 439, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/32142138_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merckke01', 'fangr_id': '439', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4005, 'first_name': 'Kent', 'last_name': 'Mercker', 'key_fangraphs': 439, 'key_bbref': 'merckke01', 'key_retro': 'merck001', 'key_mlbam': 118967, 'offense_col': 2}} 2025-02-09 10:52:08,213 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crousri01'), ('cardset_id', 20)] 2025-02-09 10:52:08,294 - card_creation - INFO - session info: 2025-02-09 10:52:08,295 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11472, 'p_name': 'Rich Croushore', 'cost': 4786, 'image': 'https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002819, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crousri01', 'fangr_id': '1002819', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4269, 'first_name': 'Rich', 'last_name': 'Croushore', 'key_fangraphs': 1002819, 'key_bbref': 'crousri01', 'key_retro': 'crour001', 'key_mlbam': 131701, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:08,295 - card_creation - INFO - patch: players [('cost', '3761'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11472/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:08,402 - card_creation - INFO - return: {'player_id': 11472, 'p_name': 'Rich Croushore', 'cost': 3761, 'image': 'https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002819, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crousri01', 'fangr_id': '1002819', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4269, 'first_name': 'Rich', 'last_name': 'Croushore', 'key_fangraphs': 1002819, 'key_bbref': 'crousri01', 'key_retro': 'crour001', 'key_mlbam': 131701, 'offense_col': 3}} 2025-02-09 10:52:08,402 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kingcu01'), ('cardset_id', 20)] 2025-02-09 10:52:08,501 - card_creation - INFO - session info: 2025-02-09 10:52:08,501 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11272, 'p_name': 'Curtis King', 'cost': 408, 'image': 'https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006926, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a8fa4d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingcu01', 'fangr_id': '1006926', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4222, 'first_name': 'Curtis', 'last_name': 'King', 'key_fangraphs': 1006926, 'key_bbref': 'kingcu01', 'key_retro': 'kingc001', 'key_mlbam': 117076, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37990, 'team': 47, 'player': 11272, 'created': 1734921897621}]}}]} 2025-02-09 10:52:08,501 - card_creation - INFO - patch: players [('cost', '462'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11272/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:08,587 - card_creation - INFO - return: {'player_id': 11272, 'p_name': 'Curtis King', 'cost': 462, 'image': 'https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006926, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a8fa4d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingcu01', 'fangr_id': '1006926', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4222, 'first_name': 'Curtis', 'last_name': 'King', 'key_fangraphs': 1006926, 'key_bbref': 'kingcu01', 'key_retro': 'kingc001', 'key_mlbam': 117076, 'offense_col': 2}} 2025-02-09 10:52:08,587 - card_creation - INFO - get: players id: None params: [('bbref_id', 'frascjo01'), ('cardset_id', 20)] 2025-02-09 10:52:08,693 - card_creation - INFO - session info: 2025-02-09 10:52:08,693 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11022, 'p_name': 'John Frascatore', 'cost': 1098, 'image': 'https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/29e06a2d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frascjo01', 'fangr_id': '1004304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4006, 'first_name': 'John', 'last_name': 'Frascatore', 'key_fangraphs': 1004304, 'key_bbref': 'frascjo01', 'key_retro': 'frasj001', 'key_mlbam': 114388, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:08,693 - card_creation - INFO - patch: players [('cost', '423'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11022/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:08,786 - card_creation - INFO - return: {'player_id': 11022, 'p_name': 'John Frascatore', 'cost': 423, 'image': 'https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004304, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/29e06a2d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frascjo01', 'fangr_id': '1004304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4006, 'first_name': 'John', 'last_name': 'Frascatore', 'key_fangraphs': 1004304, 'key_bbref': 'frascjo01', 'key_retro': 'frasj001', 'key_mlbam': 114388, 'offense_col': 2}} 2025-02-09 10:52:08,786 - card_creation - INFO - get: players id: None params: [('bbref_id', 'petkoma01'), ('cardset_id', 20)] 2025-02-09 10:52:08,885 - card_creation - INFO - session info: 2025-02-09 10:52:08,886 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11095, 'p_name': 'Mark Petkovsek', 'cost': 40, 'image': 'https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010242, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5cf5a136_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'petkoma01', 'fangr_id': '1010242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4073, 'first_name': 'Mark', 'last_name': 'Petkovsek', 'key_fangraphs': 1010242, 'key_bbref': 'petkoma01', 'key_retro': 'petkm001', 'key_mlbam': 120472, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37334, 'team': 47, 'player': 11095, 'created': 1731963342633}, {'id': 37652, [ S N I P P E D ] 2025-02-09 10:52:08,886 - card_creation - INFO - patch: players [('cost', '5'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11095/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:08,969 - card_creation - INFO - return: {'player_id': 11095, 'p_name': 'Mark Petkovsek', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5cf5a136_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'petkoma01', 'fangr_id': '1010242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4073, 'first_name': 'Mark', 'last_name': 'Petkovsek', 'key_fangraphs': 1010242, 'key_bbref': 'petkoma01', 'key_retro': 'petkm001', 'key_mlbam': 120472, 'offense_col': 2}} 2025-02-09 10:52:08,969 - card_creation - INFO - get: players id: None params: [('bbref_id', 'botteke01'), ('cardset_id', 20)] 2025-02-09 10:52:09,075 - card_creation - INFO - session info: 2025-02-09 10:52:09,075 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10878, 'p_name': 'Kent Bottenfield', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001226, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/151e6406_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'botteke01', 'fangr_id': '1001226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3897, 'first_name': 'Kent', 'last_name': 'Bottenfield', 'key_fangraphs': 1001226, 'key_bbref': 'botteke01', 'key_retro': 'bottk001', 'key_mlbam': 111264, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36490, 'team': 47, 'player': 10878, 'created': 1730920177283}]}}]} 2025-02-09 10:52:09,075 - card_creation - INFO - patch: players [('cost', '349'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10878/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:09,164 - card_creation - INFO - return: {'player_id': 10878, 'p_name': 'Kent Bottenfield', 'cost': 349, 'image': 'https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001226, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/151e6406_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'botteke01', 'fangr_id': '1001226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3897, 'first_name': 'Kent', 'last_name': 'Bottenfield', 'key_fangraphs': 1001226, 'key_bbref': 'botteke01', 'key_retro': 'bottk001', 'key_mlbam': 111264, 'offense_col': 1}} 2025-02-09 10:52:09,164 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chouibo01'), ('cardset_id', 20)] 2025-02-09 10:52:09,261 - card_creation - INFO - session info: 2025-02-09 10:52:09,262 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11500, 'p_name': 'Bobby Chouinard', 'cost': 5553, 'image': 'https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002204, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chouibo01', 'fangr_id': '1002204', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4295, 'first_name': 'Bobby', 'last_name': 'Chouinard', 'key_fangraphs': 1002204, 'key_bbref': 'chouibo01', 'key_retro': 'choub001', 'key_mlbam': 112257, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:09,262 - card_creation - INFO - patch: players [('cost', '15'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11500/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:09,366 - card_creation - INFO - return: {'player_id': 11500, 'p_name': 'Bobby Chouinard', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002204, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chouibo01', 'fangr_id': '1002204', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4295, 'first_name': 'Bobby', 'last_name': 'Chouinard', 'key_fangraphs': 1002204, 'key_bbref': 'chouibo01', 'key_retro': 'choub001', 'key_mlbam': 112257, 'offense_col': 3}} 2025-02-09 10:52:09,366 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tomkobr01'), ('cardset_id', 20)] 2025-02-09 10:52:09,466 - card_creation - INFO - session info: 2025-02-09 10:52:09,466 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10879, 'p_name': 'Brett Tomko', 'cost': 117, 'image': 'https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1056, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/69576679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tomkobr01', 'fangr_id': '1056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2540, 'first_name': 'Brett', 'last_name': 'Tomko', 'key_fangraphs': 1056, 'key_bbref': 'tomkobr01', 'key_retro': 'tomkb001', 'key_mlbam': 123387, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36216, 'team': 53, 'player': 10879, 'created': 1730920177137}, {'id': 37870, 'team': 47, 'player [ S N I P P E D ] 2025-02-09 10:52:09,466 - card_creation - INFO - patch: players [('cost', '110'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10879/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:09,570 - card_creation - INFO - return: {'player_id': 10879, 'p_name': 'Brett Tomko', 'cost': 110, 'image': 'https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1056, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/69576679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tomkobr01', 'fangr_id': '1056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2540, 'first_name': 'Brett', 'last_name': 'Tomko', 'key_fangraphs': 1056, 'key_bbref': 'tomkobr01', 'key_retro': 'tomkb001', 'key_mlbam': 123387, 'offense_col': 2}} 2025-02-09 10:52:09,570 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitega01'), ('cardset_id', 20)] 2025-02-09 10:52:09,671 - card_creation - INFO - session info: 2025-02-09 10:52:09,671 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11023, 'p_name': 'Gabe White', 'cost': 3969, 'image': 'https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5ece7bc4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitega01', 'fangr_id': '360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4007, 'first_name': 'Gabe', 'last_name': 'White', 'key_fangraphs': 360, 'key_bbref': 'whitega01', 'key_retro': 'whitg001', 'key_mlbam': 124171, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36523, 'team': 38, 'player': 11023, 'created': 1731272300483}, {'id': 37430, 'team': 31, 'play [ S N I P P E D ] 2025-02-09 10:52:09,671 - card_creation - INFO - patch: players [('cost', '386'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11023/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:09,771 - card_creation - INFO - return: {'player_id': 11023, 'p_name': 'Gabe White', 'cost': 386, 'image': 'https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 360, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5ece7bc4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitega01', 'fangr_id': '360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4007, 'first_name': 'Gabe', 'last_name': 'White', 'key_fangraphs': 360, 'key_bbref': 'whitega01', 'key_retro': 'whitg001', 'key_mlbam': 124171, 'offense_col': 2}} 2025-02-09 10:52:09,771 - card_creation - INFO - get: players id: None params: [('bbref_id', 'graveda01'), ('cardset_id', 20)] 2025-02-09 10:52:09,866 - card_creation - INFO - session info: 2025-02-09 10:52:09,866 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11273, 'p_name': 'Danny Graves', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 326, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e09a8d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graveda01', 'fangr_id': '326', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4223, 'first_name': 'Danny', 'last_name': 'Graves', 'key_fangraphs': 326, 'key_bbref': 'graveda01', 'key_retro': 'gravd001', 'key_mlbam': 115056, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38092, 'team': 69, 'player': 11273, 'created': 1735046474667}]}}]} 2025-02-09 10:52:09,866 - card_creation - INFO - patch: players [('cost', '433'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11273/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:09,970 - card_creation - INFO - return: {'player_id': 11273, 'p_name': 'Danny Graves', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 326, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e09a8d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graveda01', 'fangr_id': '326', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4223, 'first_name': 'Danny', 'last_name': 'Graves', 'key_fangraphs': 326, 'key_bbref': 'graveda01', 'key_retro': 'gravd001', 'key_mlbam': 115056, 'offense_col': 1}} 2025-02-09 10:52:09,970 - card_creation - INFO - get: players id: None params: [('bbref_id', 'remlimi01'), ('cardset_id', 20)] 2025-02-09 10:52:10,102 - card_creation - INFO - session info: 2025-02-09 10:52:10,102 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11024, 'p_name': 'Mike Remlinger', 'cost': 2151, 'image': 'https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4996b815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'remlimi01', 'fangr_id': '111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4008, 'first_name': 'Mike', 'last_name': 'Remlinger', 'key_fangraphs': 111, 'key_bbref': 'remlimi01', 'key_retro': 'remlm001', 'key_mlbam': 121060, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:10,103 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11024/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:10,189 - card_creation - INFO - return: {'player_id': 11024, 'p_name': 'Mike Remlinger', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 111, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4996b815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'remlimi01', 'fangr_id': '111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4008, 'first_name': 'Mike', 'last_name': 'Remlinger', 'key_fangraphs': 111, 'key_bbref': 'remlimi01', 'key_retro': 'remlm001', 'key_mlbam': 121060, 'offense_col': 2}} 2025-02-09 10:52:10,190 - card_creation - INFO - get: players id: None params: [('bbref_id', 'harnipe01'), ('cardset_id', 20)] 2025-02-09 10:52:10,281 - card_creation - INFO - session info: 2025-02-09 10:52:10,281 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10880, 'p_name': 'Pete Harnisch', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005374, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8d81ad8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harnipe01', 'fangr_id': '1005374', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3898, 'first_name': 'Pete', 'last_name': 'Harnisch', 'key_fangraphs': 1005374, 'key_bbref': 'harnipe01', 'key_retro': 'harnp001', 'key_mlbam': 115487, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36010, 'team': 69, 'player': 10880, 'created': 1730785303408}]}}]} 2025-02-09 10:52:10,281 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10880/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:10,380 - card_creation - INFO - return: {'player_id': 10880, 'p_name': 'Pete Harnisch', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005374, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8d81ad8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harnipe01', 'fangr_id': '1005374', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3898, 'first_name': 'Pete', 'last_name': 'Harnisch', 'key_fangraphs': 1005374, 'key_bbref': 'harnipe01', 'key_retro': 'harnp001', 'key_mlbam': 115487, 'offense_col': 1}} 2025-02-09 10:52:10,381 - card_creation - INFO - get: players id: None params: [('bbref_id', 'krivdri01'), ('cardset_id', 20)] 2025-02-09 10:52:10,475 - card_creation - INFO - session info: 2025-02-09 10:52:10,475 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11096, 'p_name': 'Rick Krivda', 'cost': 3, 'image': 'https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/24838f07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'krivdri01', 'fangr_id': '1007168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4074, 'first_name': 'Rick', 'last_name': 'Krivda', 'key_fangraphs': 1007168, 'key_bbref': 'krivdri01', 'key_retro': 'krivr001', 'key_mlbam': 117322, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38338, 'team': 47, 'player': 11096, 'created': 1736205194812}, {'id': 38569, 'team': [ S N I P P E D ] 2025-02-09 10:52:10,476 - card_creation - INFO - patch: players [('cost', '5'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11096/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:10,579 - card_creation - INFO - return: {'player_id': 11096, 'p_name': 'Rick Krivda', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/24838f07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'krivdri01', 'fangr_id': '1007168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4074, 'first_name': 'Rick', 'last_name': 'Krivda', 'key_fangraphs': 1007168, 'key_bbref': 'krivdri01', 'key_retro': 'krivr001', 'key_mlbam': 117322, 'offense_col': 2}} 2025-02-09 10:52:10,580 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hudekjo01'), ('cardset_id', 20)] 2025-02-09 10:52:10,660 - card_creation - INFO - session info: 2025-02-09 10:52:10,660 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11235, 'p_name': 'John Hudek', 'cost': 1238, 'image': 'https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006128, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hudekjo01', 'fangr_id': '1006128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4191, 'first_name': 'John', 'last_name': 'Hudek', 'key_fangraphs': 1006128, 'key_bbref': 'hudekjo01', 'key_retro': 'hudej001', 'key_mlbam': 116255, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:10,660 - card_creation - INFO - patch: players [('cost', '414'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11235/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:10,765 - card_creation - INFO - return: {'player_id': 11235, 'p_name': 'John Hudek', 'cost': 414, 'image': 'https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hudekjo01', 'fangr_id': '1006128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4191, 'first_name': 'John', 'last_name': 'Hudek', 'key_fangraphs': 1006128, 'key_bbref': 'hudekjo01', 'key_retro': 'hudej001', 'key_mlbam': 116255, 'offense_col': 2}} 2025-02-09 10:52:10,765 - card_creation - INFO - get: players id: None params: [('bbref_id', 'schoupe01'), ('cardset_id', 20)] 2025-02-09 10:52:10,849 - card_creation - INFO - session info: 2025-02-09 10:52:10,850 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11236, 'p_name': 'Pete Schourek', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011608, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schoupe01', 'fangr_id': '1011608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4192, 'first_name': 'Pete', 'last_name': 'Schourek', 'key_fangraphs': 1011608, 'key_bbref': 'schoupe01', 'key_retro': 'schop001', 'key_mlbam': 121860, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:10,850 - card_creation - INFO - patch: players [('cost', '278'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11236/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:10,933 - card_creation - INFO - return: {'player_id': 11236, 'p_name': 'Pete Schourek', 'cost': 278, 'image': 'https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011608, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schoupe01', 'fangr_id': '1011608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4192, 'first_name': 'Pete', 'last_name': 'Schourek', 'key_fangraphs': 1011608, 'key_bbref': 'schoupe01', 'key_retro': 'schop001', 'key_mlbam': 121860, 'offense_col': 1}} 2025-02-09 10:52:10,934 - card_creation - INFO - get: players id: None params: [('bbref_id', 'magnami01'), ('cardset_id', 20)] 2025-02-09 10:52:11,022 - card_creation - INFO - session info: 2025-02-09 10:52:11,022 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11237, 'p_name': 'Mike Magnante', 'cost': 1319, 'image': 'https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 929, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dcf2d1f0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'magnami01', 'fangr_id': '929', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4193, 'first_name': 'Mike', 'last_name': 'Magnante', 'key_fangraphs': 929, 'key_bbref': 'magnami01', 'key_retro': 'magnm001', 'key_mlbam': 118141, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:11,022 - card_creation - INFO - patch: players [('cost', '3949'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11237/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:11,111 - card_creation - INFO - return: {'player_id': 11237, 'p_name': 'Mike Magnante', 'cost': 3949, 'image': 'https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 929, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dcf2d1f0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'magnami01', 'fangr_id': '929', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4193, 'first_name': 'Mike', 'last_name': 'Magnante', 'key_fangraphs': 929, 'key_bbref': 'magnami01', 'key_retro': 'magnm001', 'key_mlbam': 118141, 'offense_col': 2}} 2025-02-09 10:52:11,111 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reynosh01'), ('cardset_id', 20)] 2025-02-09 10:52:11,217 - card_creation - INFO - session info: 2025-02-09 10:52:11,217 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10881, 'p_name': 'Shane Reynolds', 'cost': 102, 'image': 'https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 574, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/213014d9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reynosh01', 'fangr_id': '574', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3899, 'first_name': 'Shane', 'last_name': 'Reynolds', 'key_fangraphs': 574, 'key_bbref': 'reynosh01', 'key_retro': 'reyns001', 'key_mlbam': 121110, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35633, 'team': 47, 'player': 10881, 'created': 1730616941935}]}}]} 2025-02-09 10:52:11,217 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10881/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:11,297 - card_creation - INFO - return: {'player_id': 10881, 'p_name': 'Shane Reynolds', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 574, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/213014d9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reynosh01', 'fangr_id': '574', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3899, 'first_name': 'Shane', 'last_name': 'Reynolds', 'key_fangraphs': 574, 'key_bbref': 'reynosh01', 'key_retro': 'reyns001', 'key_mlbam': 121110, 'offense_col': 2}} 2025-02-09 10:52:11,298 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henrydo01'), ('cardset_id', 20)] 2025-02-09 10:52:11,405 - card_creation - INFO - session info: 2025-02-09 10:52:11,405 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11155, 'p_name': 'Doug Henry', 'cost': 406, 'image': 'https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005668, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8c1534c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrydo01', 'fangr_id': '1005668', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4122, 'first_name': 'Doug', 'last_name': 'Henry', 'key_fangraphs': 1005668, 'key_bbref': 'henrydo01', 'key_retro': 'henrd002', 'key_mlbam': 115790, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:11,406 - card_creation - INFO - patch: players [('cost', '412'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11155/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:11,483 - card_creation - INFO - return: {'player_id': 11155, 'p_name': 'Doug Henry', 'cost': 412, 'image': 'https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005668, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8c1534c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrydo01', 'fangr_id': '1005668', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4122, 'first_name': 'Doug', 'last_name': 'Henry', 'key_fangraphs': 1005668, 'key_bbref': 'henrydo01', 'key_retro': 'henrd002', 'key_mlbam': 115790, 'offense_col': 2}} 2025-02-09 10:52:11,483 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wagnebi02'), ('cardset_id', 20)] 2025-02-09 10:52:11,562 - card_creation - INFO - session info: 2025-02-09 10:52:11,562 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11309, 'p_name': 'Billy Wagner', 'cost': 437, 'image': 'https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 578, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnebi02', 'fangr_id': '578', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3166, 'first_name': 'Billy', 'last_name': 'Wagner', 'key_fangraphs': 578, 'key_bbref': 'wagnebi02', 'key_retro': 'wagnb001', 'key_mlbam': 123790, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:11,562 - card_creation - INFO - patch: players [('cost', '418'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11309/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:11,641 - card_creation - INFO - return: {'player_id': 11309, 'p_name': 'Billy Wagner', 'cost': 418, 'image': 'https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 578, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnebi02', 'fangr_id': '578', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3166, 'first_name': 'Billy', 'last_name': 'Wagner', 'key_fangraphs': 578, 'key_bbref': 'wagnebi02', 'key_retro': 'wagnb001', 'key_mlbam': 123790, 'offense_col': 2}} 2025-02-09 10:52:11,641 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamptmi01'), ('cardset_id', 20)] 2025-02-09 10:52:11,727 - card_creation - INFO - session info: 2025-02-09 10:52:11,727 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10882, 'p_name': 'Mike Hampton', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a3c09e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamptmi01', 'fangr_id': '430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2747, 'first_name': 'Mike', 'last_name': 'Hampton', 'key_fangraphs': 430, 'key_bbref': 'hamptmi01', 'key_retro': 'hampm001', 'key_mlbam': 115399, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35645, 'team': 47, 'player': 10882, 'created': 1730616942106}, {'id': 36119, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-09 10:52:11,727 - card_creation - INFO - patch: players [('cost', '315'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10882/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:11,808 - card_creation - INFO - return: {'player_id': 10882, 'p_name': 'Mike Hampton', 'cost': 315, 'image': 'https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 430, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a3c09e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamptmi01', 'fangr_id': '430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2747, 'first_name': 'Mike', 'last_name': 'Hampton', 'key_fangraphs': 430, 'key_bbref': 'hamptmi01', 'key_retro': 'hampm001', 'key_mlbam': 115399, 'offense_col': 2}} 2025-02-09 10:52:11,809 - card_creation - INFO - get: players id: None params: [('bbref_id', 'elartsc01'), ('cardset_id', 20)] 2025-02-09 10:52:11,901 - card_creation - INFO - session info: 2025-02-09 10:52:11,901 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11501, 'p_name': 'Scott Elarton', 'cost': 5992, 'image': 'https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 426, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5c1a337c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elartsc01', 'fangr_id': '426', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4296, 'first_name': 'Scott', 'last_name': 'Elarton', 'key_fangraphs': 426, 'key_bbref': 'elartsc01', 'key_retro': 'elars001', 'key_mlbam': 134003, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:11,901 - card_creation - INFO - patch: players [('cost', '5373'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11501/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:12,008 - card_creation - INFO - return: {'player_id': 11501, 'p_name': 'Scott Elarton', 'cost': 5373, 'image': 'https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 426, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5c1a337c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elartsc01', 'fangr_id': '426', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4296, 'first_name': 'Scott', 'last_name': 'Elarton', 'key_fangraphs': 426, 'key_bbref': 'elartsc01', 'key_retro': 'elars001', 'key_mlbam': 134003, 'offense_col': 3}} 2025-02-09 10:52:12,009 - card_creation - INFO - get: players id: None params: [('bbref_id', 'milletr02'), ('cardset_id', 20)] 2025-02-09 10:52:12,102 - card_creation - INFO - session info: 2025-02-09 10:52:12,102 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11193, 'p_name': 'Trever Miller', 'cost': 400, 'image': 'https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1672, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/afce593f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milletr02', 'fangr_id': '1672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2832, 'first_name': 'Trever', 'last_name': 'Miller', 'key_fangraphs': 1672, 'key_bbref': 'milletr02', 'key_retro': 'millt002', 'key_mlbam': 119125, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38320, 'team': 47, 'player': 11193, 'created': 1736205194812}]}}]} 2025-02-09 10:52:12,102 - card_creation - INFO - patch: players [('cost', '1103'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11193/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:12,175 - card_creation - INFO - return: {'player_id': 11193, 'p_name': 'Trever Miller', 'cost': 1103, 'image': 'https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1672, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/afce593f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milletr02', 'fangr_id': '1672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2832, 'first_name': 'Trever', 'last_name': 'Miller', 'key_fangraphs': 1672, 'key_bbref': 'milletr02', 'key_retro': 'millt002', 'key_mlbam': 119125, 'offense_col': 2}} 2025-02-09 10:52:12,176 - card_creation - INFO - get: players id: None params: [('bbref_id', 'munozmi01'), ('cardset_id', 20)] 2025-02-09 10:52:12,275 - card_creation - INFO - session info: 2025-02-09 10:52:12,295 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11473, 'p_name': 'Mike Munoz', 'cost': 397, 'image': 'https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009328, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/c/c2335ebb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'munozmi01', 'fangr_id': '1009328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4270, 'first_name': 'Mike', 'last_name': 'Munoz', 'key_fangraphs': 1009328, 'key_bbref': 'munozmi01', 'key_retro': 'munom001', 'key_mlbam': 119525, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:12,295 - card_creation - INFO - patch: players [('cost', '129'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11473/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:12,367 - card_creation - INFO - return: {'player_id': 11473, 'p_name': 'Mike Munoz', 'cost': 129, 'image': 'https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009328, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/c/c2335ebb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'munozmi01', 'fangr_id': '1009328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4270, 'first_name': 'Mike', 'last_name': 'Munoz', 'key_fangraphs': 1009328, 'key_bbref': 'munozmi01', 'key_retro': 'munom001', 'key_mlbam': 119525, 'offense_col': 3}} 2025-02-09 10:52:12,367 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trachst01'), ('cardset_id', 20)] 2025-02-09 10:52:12,453 - card_creation - INFO - session info: 2025-02-09 10:52:12,453 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10883, 'p_name': 'Steve Trachsel', 'cost': 312, 'image': 'https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 898, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e87b0e16_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trachst01', 'fangr_id': '898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2818, 'first_name': 'Steve', 'last_name': 'Trachsel', 'key_fangraphs': 898, 'key_bbref': 'trachst01', 'key_retro': 'tracs001', 'key_mlbam': 123431, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35611, 'team': 69, 'player': 10883, 'created': 1730616941060}, {'id': 35672, 'team': 38, 'player': [ S N I P P E D ] 2025-02-09 10:52:12,454 - card_creation - INFO - patch: players [('cost', '309'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10883/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:12,539 - card_creation - INFO - return: {'player_id': 10883, 'p_name': 'Steve Trachsel', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 898, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e87b0e16_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trachst01', 'fangr_id': '898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2818, 'first_name': 'Steve', 'last_name': 'Trachsel', 'key_fangraphs': 898, 'key_bbref': 'trachst01', 'key_retro': 'tracs001', 'key_mlbam': 123431, 'offense_col': 2}} 2025-02-09 10:52:12,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkma01'), ('cardset_id', 20)] 2025-02-09 10:52:12,665 - card_creation - INFO - session info: 2025-02-09 10:52:12,665 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10884, 'p_name': 'Mark Clark', 'cost': 655, 'image': 'https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ac085a5e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkma01', 'fangr_id': '1002296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3900, 'first_name': 'Mark', 'last_name': 'Clark', 'key_fangraphs': 1002296, 'key_bbref': 'clarkma01', 'key_retro': 'clarm002', 'key_mlbam': 112332, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35598, 'team': 47, 'player': 10884, 'created': 1730616940558}, {'id': 35831, 'team': 33, 'player': [ S N I P P E D ] 2025-02-09 10:52:12,666 - card_creation - INFO - patch: players [('cost', '320'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10884/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:12,759 - card_creation - INFO - return: {'player_id': 10884, 'p_name': 'Mark Clark', 'cost': 320, 'image': 'https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002296, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ac085a5e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkma01', 'fangr_id': '1002296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3900, 'first_name': 'Mark', 'last_name': 'Clark', 'key_fangraphs': 1002296, 'key_bbref': 'clarkma01', 'key_retro': 'clarm002', 'key_mlbam': 112332, 'offense_col': 1}} 2025-02-09 10:52:12,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wengedo01'), ('cardset_id', 20)] 2025-02-09 10:52:12,850 - card_creation - INFO - session info: 2025-02-09 10:52:12,850 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11156, 'p_name': 'Don Wengert', 'cost': 1038, 'image': 'https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013777, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b8710865_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wengedo01', 'fangr_id': '1013777', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4123, 'first_name': 'Don', 'last_name': 'Wengert', 'key_fangraphs': 1013777, 'key_bbref': 'wengedo01', 'key_retro': 'wengd001', 'key_mlbam': 124085, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37488, 'team': 33, 'player': 11156, 'created': 1731963342630}, {'id': 37706, 'team': 47, 'player [ S N I P P E D ] 2025-02-09 10:52:12,850 - card_creation - INFO - patch: players [('cost', '376'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11156/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:12,927 - card_creation - INFO - return: {'player_id': 11156, 'p_name': 'Don Wengert', 'cost': 376, 'image': 'https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013777, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b8710865_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wengedo01', 'fangr_id': '1013777', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4123, 'first_name': 'Don', 'last_name': 'Wengert', 'key_fangraphs': 1013777, 'key_bbref': 'wengedo01', 'key_retro': 'wengd001', 'key_mlbam': 124085, 'offense_col': 1}} 2025-02-09 10:52:12,927 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tapanke01'), ('cardset_id', 20)] 2025-02-09 10:52:13,010 - card_creation - INFO - session info: 2025-02-09 10:52:13,010 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10885, 'p_name': 'Kevin Tapani', 'cost': 105, 'image': 'https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b77281f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tapanke01', 'fangr_id': '1012824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3901, 'first_name': 'Kevin', 'last_name': 'Tapani', 'key_fangraphs': 1012824, 'key_bbref': 'tapanke01', 'key_retro': 'tapak001', 'key_mlbam': 123090, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36484, 'team': 47, 'player': 10885, 'created': 1730920176625}, {'id': 36527, 'team': 38, 'p [ S N I P P E D ] 2025-02-09 10:52:13,010 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10885/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:13,102 - card_creation - INFO - return: {'player_id': 10885, 'p_name': 'Kevin Tapani', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b77281f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tapanke01', 'fangr_id': '1012824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3901, 'first_name': 'Kevin', 'last_name': 'Tapani', 'key_fangraphs': 1012824, 'key_bbref': 'tapanke01', 'key_retro': 'tapak001', 'key_mlbam': 123090, 'offense_col': 2}} 2025-02-09 10:52:13,102 - card_creation - INFO - get: players id: None params: [('bbref_id', 'schilcu01'), ('cardset_id', 20)] 2025-02-09 10:52:13,193 - card_creation - INFO - session info: 2025-02-09 10:52:13,193 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10886, 'p_name': 'Curt Schilling', 'cost': 788, 'image': 'https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 73, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44885ff3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schilcu01', 'fangr_id': '73', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3902, 'first_name': 'Curt', 'last_name': 'Schilling', 'key_fangraphs': 73, 'key_bbref': 'schilcu01', 'key_retro': 'schic002', 'key_mlbam': 121811, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:13,193 - card_creation - INFO - patch: players [('cost', '769'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10886/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:13,285 - card_creation - INFO - return: {'player_id': 10886, 'p_name': 'Curt Schilling', 'cost': 769, 'image': 'https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 73, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44885ff3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schilcu01', 'fangr_id': '73', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3902, 'first_name': 'Curt', 'last_name': 'Schilling', 'key_fangraphs': 73, 'key_bbref': 'schilcu01', 'key_retro': 'schic002', 'key_mlbam': 121811, 'offense_col': 2}} 2025-02-09 10:52:13,286 - card_creation - INFO - get: players id: None params: [('bbref_id', 'portuma01'), ('cardset_id', 20)] 2025-02-09 10:52:13,386 - card_creation - INFO - session info: 2025-02-09 10:52:13,386 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11194, 'p_name': 'Mark Portugal', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010460, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'portuma01', 'fangr_id': '1010460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4157, 'first_name': 'Mark', 'last_name': 'Portugal', 'key_fangraphs': 1010460, 'key_bbref': 'portuma01', 'key_retro': 'portm001', 'key_mlbam': 120690, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:13,387 - card_creation - INFO - patch: players [('cost', '294'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11194/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:13,478 - card_creation - INFO - return: {'player_id': 11194, 'p_name': 'Mark Portugal', 'cost': 294, 'image': 'https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010460, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'portuma01', 'fangr_id': '1010460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4157, 'first_name': 'Mark', 'last_name': 'Portugal', 'key_fangraphs': 1010460, 'key_bbref': 'portuma01', 'key_retro': 'portm001', 'key_mlbam': 120690, 'offense_col': 3}} 2025-02-09 10:52:13,478 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spradje01'), ('cardset_id', 20)] 2025-02-09 10:52:13,579 - card_creation - INFO - session info: 2025-02-09 10:52:13,579 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11025, 'p_name': 'Jerry Spradlin', 'cost': 1029, 'image': 'https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012353, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/9d22136e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spradje01', 'fangr_id': '1012353', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4009, 'first_name': 'Jerry', 'last_name': 'Spradlin', 'key_fangraphs': 1012353, 'key_bbref': 'spradje01', 'key_retro': 'spraj001', 'key_mlbam': 122609, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:13,579 - card_creation - INFO - patch: players [('cost', '413'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11025/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:13,674 - card_creation - INFO - return: {'player_id': 11025, 'p_name': 'Jerry Spradlin', 'cost': 413, 'image': 'https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012353, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/9d22136e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spradje01', 'fangr_id': '1012353', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4009, 'first_name': 'Jerry', 'last_name': 'Spradlin', 'key_fangraphs': 1012353, 'key_bbref': 'spradje01', 'key_retro': 'spraj001', 'key_mlbam': 122609, 'offense_col': 2}} 2025-02-09 10:52:13,674 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bottari01'), ('cardset_id', 20)] 2025-02-09 10:52:13,766 - card_creation - INFO - session info: 2025-02-09 10:52:13,766 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:13,766 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bottr001')] 2025-02-09 10:52:13,868 - card_creation - INFO - session info: 2025-02-09 10:52:13,869 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:13,869 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_mlbam': 111262, 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001'} type: 2025-02-09 10:52:13,954 - card_creation - INFO - return: {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1} 2025-02-09 10:52:13,955 - card_creation - INFO - post: players payload: {'p_name': 'Ricky Bottalico', 'cost': '2', 'image': 'change-me', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset_id': 20, 'set_num': 948, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'bottari01', 'fangr_id': 948, 'mlbplayer_id': 4315, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-09 10:52:14,043 - card_creation - INFO - return: {'player_id': 11521, 'p_name': 'Ricky Bottalico', 'cost': 2, 'image': 'change-me', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 948, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bottari01', 'fangr_id': '948', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1}} 2025-02-09 10:52:14,043 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11521/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:14,138 - card_creation - INFO - return: {'player_id': 11521, 'p_name': 'Ricky Bottalico', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 948, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bottari01', 'fangr_id': '948', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1}} 2025-02-09 10:52:14,138 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gracemi02'), ('cardset_id', 20)] 2025-02-09 10:52:14,242 - card_creation - INFO - session info: 2025-02-09 10:52:14,242 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10887, 'p_name': 'Mike Grace', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004915, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f8ced42_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracemi02', 'fangr_id': '1004915', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3903, 'first_name': 'Mike', 'last_name': 'Grace', 'key_fangraphs': 1004915, 'key_bbref': 'gracemi02', 'key_retro': 'gracm002', 'key_mlbam': 115008, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:14,243 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10887/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:14,382 - card_creation - INFO - return: {'player_id': 10887, 'p_name': 'Mike Grace', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004915, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f8ced42_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracemi02', 'fangr_id': '1004915', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3903, 'first_name': 'Mike', 'last_name': 'Grace', 'key_fangraphs': 1004915, 'key_bbref': 'gracemi02', 'key_retro': 'gracm002', 'key_mlbam': 115008, 'offense_col': 1}} 2025-02-09 10:52:14,382 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gomeswa01'), ('cardset_id', 20)] 2025-02-09 10:52:14,464 - card_creation - INFO - session info: 2025-02-09 10:52:14,464 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11026, 'p_name': 'Wayne Gomes', 'cost': 440, 'image': 'https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 191, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/74124ae5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomeswa01', 'fangr_id': '191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4010, 'first_name': 'Wayne', 'last_name': 'Gomes', 'key_fangraphs': 191, 'key_bbref': 'gomeswa01', 'key_retro': 'gomew001', 'key_mlbam': 114908, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37328, 'team': 47, 'player': 11026, 'created': 1731963342633}]}}]} 2025-02-09 10:52:14,465 - card_creation - INFO - patch: players [('cost', '455'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11026/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:14,562 - card_creation - INFO - return: {'player_id': 11026, 'p_name': 'Wayne Gomes', 'cost': 455, 'image': 'https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 191, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/74124ae5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomeswa01', 'fangr_id': '191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4010, 'first_name': 'Wayne', 'last_name': 'Gomes', 'key_fangraphs': 191, 'key_bbref': 'gomeswa01', 'key_retro': 'gomew001', 'key_mlbam': 114908, 'offense_col': 2}} 2025-02-09 10:52:14,562 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leitema01'), ('cardset_id', 20)] 2025-02-09 10:52:14,664 - card_creation - INFO - session info: 2025-02-09 10:52:14,664 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11097, 'p_name': 'Mark Leiter', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007501, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/562dd674_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leitema01', 'fangr_id': '1007501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4075, 'first_name': 'Mark', 'last_name': 'Leiter', 'key_fangraphs': 1007501, 'key_bbref': 'leitema01', 'key_retro': 'leitm001', 'key_mlbam': 117653, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38328, 'team': 47, 'player': 11097, 'created': 1735337233607}]}}]} 2025-02-09 10:52:14,664 - card_creation - INFO - patch: players [('cost', '131'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11097/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:14,759 - card_creation - INFO - return: {'player_id': 11097, 'p_name': 'Mark Leiter', 'cost': 131, 'image': 'https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007501, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/562dd674_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leitema01', 'fangr_id': '1007501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4075, 'first_name': 'Mark', 'last_name': 'Leiter', 'key_fangraphs': 1007501, 'key_bbref': 'leitema01', 'key_retro': 'leitm001', 'key_mlbam': 117653, 'offense_col': 2}} 2025-02-09 10:52:14,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reedri01'), ('cardset_id', 20)] 2025-02-09 10:52:14,854 - card_creation - INFO - session info: 2025-02-09 10:52:14,854 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10888, 'p_name': 'Rick Reed', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 750, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eb66f4e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedri01', 'fangr_id': '750', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3904, 'first_name': 'Rick', 'last_name': 'Reed', 'key_fangraphs': 750, 'key_bbref': 'reedri01', 'key_retro': 'reedr002', 'key_mlbam': 120999, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36056, 'team': 47, 'player': 10888, 'created': 1730785303408}]}}]} 2025-02-09 10:52:14,854 - card_creation - INFO - patch: players [('cost', '708'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10888/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:14,955 - card_creation - INFO - return: {'player_id': 10888, 'p_name': 'Rick Reed', 'cost': 708, 'image': 'https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 750, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eb66f4e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedri01', 'fangr_id': '750', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3904, 'first_name': 'Rick', 'last_name': 'Reed', 'key_fangraphs': 750, 'key_bbref': 'reedri01', 'key_retro': 'reedr002', 'key_mlbam': 120999, 'offense_col': 2}} 2025-02-09 10:52:14,955 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cookde01'), ('cardset_id', 20)] 2025-02-09 10:52:15,042 - card_creation - INFO - session info: 2025-02-09 10:52:15,043 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11274, 'p_name': 'Dennis Cook', 'cost': 1339, 'image': 'https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cookde01', 'fangr_id': '8', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4224, 'first_name': 'Dennis', 'last_name': 'Cook', 'key_fangraphs': 8, 'key_bbref': 'cookde01', 'key_retro': 'cookd001', 'key_mlbam': 112621, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:15,043 - card_creation - INFO - patch: players [('cost', '415'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11274/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:15,136 - card_creation - INFO - return: {'player_id': 11274, 'p_name': 'Dennis Cook', 'cost': 415, 'image': 'https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cookde01', 'fangr_id': '8', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4224, 'first_name': 'Dennis', 'last_name': 'Cook', 'key_fangraphs': 8, 'key_bbref': 'cookde01', 'key_retro': 'cookd001', 'key_mlbam': 112621, 'offense_col': 2}} 2025-02-09 10:52:15,136 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wendetu01'), ('cardset_id', 20)] 2025-02-09 10:52:15,223 - card_creation - INFO - session info: 2025-02-09 10:52:15,223 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11157, 'p_name': 'Turk Wendell', 'cost': 132, 'image': 'https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 975, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7b4953d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wendetu01', 'fangr_id': '975', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4124, 'first_name': 'Turk', 'last_name': 'Wendell', 'key_fangraphs': 975, 'key_bbref': 'wendetu01', 'key_retro': 'wendt001', 'key_mlbam': 124084, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37624, 'team': 33, 'player': 11157, 'created': 1731963342642}]}}]} 2025-02-09 10:52:15,223 - card_creation - INFO - patch: players [('cost', '340'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11157/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:15,353 - card_creation - INFO - return: {'player_id': 11157, 'p_name': 'Turk Wendell', 'cost': 340, 'image': 'https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 975, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7b4953d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wendetu01', 'fangr_id': '975', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4124, 'first_name': 'Turk', 'last_name': 'Wendell', 'key_fangraphs': 975, 'key_bbref': 'wendetu01', 'key_retro': 'wendt001', 'key_mlbam': 124084, 'offense_col': 2}} 2025-02-09 10:52:15,353 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rojasme01'), ('cardset_id', 20)] 2025-02-09 10:52:15,462 - card_creation - INFO - session info: 2025-02-09 10:52:15,462 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11158, 'p_name': 'Mel Rojas', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011153, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ad8fc8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rojasme01', 'fangr_id': '1011153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4125, 'first_name': 'Mel', 'last_name': 'Rojas', 'key_fangraphs': 1011153, 'key_bbref': 'rojasme01', 'key_retro': 'rojam001', 'key_mlbam': 121404, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38312, 'team': 47, 'player': 11158, 'created': 1736205194812}]}}]} 2025-02-09 10:52:15,463 - card_creation - INFO - patch: players [('cost', '126'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11158/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:15,577 - card_creation - INFO - return: {'player_id': 11158, 'p_name': 'Mel Rojas', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011153, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ad8fc8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rojasme01', 'fangr_id': '1011153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4125, 'first_name': 'Mel', 'last_name': 'Rojas', 'key_fangraphs': 1011153, 'key_bbref': 'rojasme01', 'key_retro': 'rojam001', 'key_mlbam': 121404, 'offense_col': 2}} 2025-02-09 10:52:15,577 - card_creation - INFO - get: players id: None params: [('bbref_id', 'francjo01'), ('cardset_id', 20)] 2025-02-09 10:52:15,671 - card_creation - INFO - session info: 2025-02-09 10:52:15,671 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11275, 'p_name': 'John Franco', 'cost': 377, 'image': 'https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 874, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'francjo01', 'fangr_id': '874', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4225, 'first_name': 'John', 'last_name': 'Franco', 'key_fangraphs': 874, 'key_bbref': 'francjo01', 'key_retro': 'franj001', 'key_mlbam': 114374, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:15,672 - card_creation - INFO - patch: players [('cost', '130'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11275/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:15,760 - card_creation - INFO - return: {'player_id': 11275, 'p_name': 'John Franco', 'cost': 130, 'image': 'https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 874, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'francjo01', 'fangr_id': '874', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4225, 'first_name': 'John', 'last_name': 'Franco', 'key_fangraphs': 874, 'key_bbref': 'francjo01', 'key_retro': 'franj001', 'key_mlbam': 114374, 'offense_col': 2}} 2025-02-09 10:52:15,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nomohi01'), ('cardset_id', 20)] 2025-02-09 10:52:15,846 - card_creation - INFO - session info: 2025-02-09 10:52:15,846 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10889, 'p_name': 'Hideo Nomo', 'cost': 992, 'image': 'https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 666, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/770b6679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nomohi01', 'fangr_id': '666', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3905, 'first_name': 'Hideo', 'last_name': 'Nomo', 'key_fangraphs': 666, 'key_bbref': 'nomohi01', 'key_retro': 'nomoh001', 'key_mlbam': 119827, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38352, 'team': 38, 'player': 10889, 'created': 1736220417147}]}}]} 2025-02-09 10:52:15,847 - card_creation - INFO - patch: players [('cost', '2489'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10889/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:15,931 - card_creation - INFO - return: {'player_id': 10889, 'p_name': 'Hideo Nomo', 'cost': 2489, 'image': 'https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 666, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/770b6679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nomohi01', 'fangr_id': '666', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3905, 'first_name': 'Hideo', 'last_name': 'Nomo', 'key_fangraphs': 666, 'key_bbref': 'nomohi01', 'key_retro': 'nomoh001', 'key_mlbam': 119827, 'offense_col': 2}} 2025-02-09 10:52:15,932 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telfoan01'), ('cardset_id', 20)] 2025-02-09 10:52:16,030 - card_creation - INFO - session info: 2025-02-09 10:52:16,030 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11027, 'p_name': 'Anthony Telford', 'cost': 148, 'image': 'https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1282, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5dbaafe1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telfoan01', 'fangr_id': '1282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4011, 'first_name': 'Anthony', 'last_name': 'Telford', 'key_fangraphs': 1282, 'key_bbref': 'telfoan01', 'key_retro': 'telfa001', 'key_mlbam': 123177, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37231, 'team': 33, 'player': 11027, 'created': 1731963342642}, {'id': 37686, 'team': [ S N I P P E D ] 2025-02-09 10:52:16,030 - card_creation - INFO - patch: players [('cost', '338'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11027/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:16,128 - card_creation - INFO - return: {'player_id': 11027, 'p_name': 'Anthony Telford', 'cost': 338, 'image': 'https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1282, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5dbaafe1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telfoan01', 'fangr_id': '1282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4011, 'first_name': 'Anthony', 'last_name': 'Telford', 'key_fangraphs': 1282, 'key_bbref': 'telfoan01', 'key_retro': 'telfa001', 'key_mlbam': 123177, 'offense_col': 2}} 2025-02-09 10:52:16,129 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klinest02'), ('cardset_id', 20)] 2025-02-09 10:52:16,234 - card_creation - INFO - session info: 2025-02-09 10:52:16,235 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11098, 'p_name': 'Steve Kline', 'cost': 397, 'image': 'https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1164, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a46688a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klinest02', 'fangr_id': '1164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4076, 'first_name': 'Steve', 'last_name': 'Kline', 'key_fangraphs': 1164, 'key_bbref': 'klinest02', 'key_retro': 'klins002', 'key_mlbam': 117157, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37336, 'team': 47, 'player': 11098, 'created': 1731963342633}]}}]} 2025-02-09 10:52:16,235 - card_creation - INFO - patch: players [('cost', '140'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11098/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:16,325 - card_creation - INFO - return: {'player_id': 11098, 'p_name': 'Steve Kline', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1164, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a46688a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klinest02', 'fangr_id': '1164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4076, 'first_name': 'Steve', 'last_name': 'Kline', 'key_fangraphs': 1164, 'key_bbref': 'klinest02', 'key_retro': 'klins002', 'key_mlbam': 117157, 'offense_col': 1}} 2025-02-09 10:52:16,325 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vazquja01'), ('cardset_id', 20)] 2025-02-09 10:52:16,421 - card_creation - INFO - session info: 2025-02-09 10:52:16,421 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10890, 'p_name': 'Javier Vazquez', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 801, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e5f63ffa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vazquja01', 'fangr_id': '801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2662, 'first_name': 'Javier', 'last_name': 'Vazquez', 'key_fangraphs': 801, 'key_bbref': 'vazquja01', 'key_retro': 'vazqj001', 'key_mlbam': 134320, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36496, 'team': 47, 'player': 10890, 'created': 1730920176625}, {'id': 36610, 'team': 49, ' [ S N I P P E D ] 2025-02-09 10:52:16,422 - card_creation - INFO - patch: players [('cost', '116'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10890/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:16,521 - card_creation - INFO - return: {'player_id': 10890, 'p_name': 'Javier Vazquez', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e5f63ffa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vazquja01', 'fangr_id': '801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2662, 'first_name': 'Javier', 'last_name': 'Vazquez', 'key_fangraphs': 801, 'key_bbref': 'vazquja01', 'key_retro': 'vazqj001', 'key_mlbam': 134320, 'offense_col': 3}} 2025-02-09 10:52:16,521 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hermadu01'), ('cardset_id', 20)] 2025-02-09 10:52:16,623 - card_creation - INFO - session info: 2025-02-09 10:52:16,623 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10891, 'p_name': 'Dustin Hermanson', 'cost': 926, 'image': 'https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 195, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44b2a676_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hermadu01', 'fangr_id': '195', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3906, 'first_name': 'Dustin', 'last_name': 'Hermanson', 'key_fangraphs': 195, 'key_bbref': 'hermadu01', 'key_retro': 'hermd001', 'key_mlbam': 115812, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36457, 'team': 47, 'player': 10891, 'created': 1731272300483}, {'id': 37589, 'team': 33, [ S N I P P E D ] 2025-02-09 10:52:16,623 - card_creation - INFO - patch: players [('cost', '308'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10891/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:16,718 - card_creation - INFO - return: {'player_id': 10891, 'p_name': 'Dustin Hermanson', 'cost': 308, 'image': 'https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 195, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44b2a676_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hermadu01', 'fangr_id': '195', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3906, 'first_name': 'Dustin', 'last_name': 'Hermanson', 'key_fangraphs': 195, 'key_bbref': 'hermadu01', 'key_retro': 'hermd001', 'key_mlbam': 115812, 'offense_col': 2}} 2025-02-09 10:52:16,718 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bennesh01'), ('cardset_id', 20)] 2025-02-09 10:52:16,801 - card_creation - INFO - session info: 2025-02-09 10:52:16,801 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11028, 'p_name': 'Shayne Bennett', 'cost': 3756, 'image': 'https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000847, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/02467606_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bennesh01', 'fangr_id': '1000847', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4012, 'first_name': 'Shayne', 'last_name': 'Bennett', 'key_fangraphs': 1000847, 'key_bbref': 'bennesh01', 'key_retro': 'benns001', 'key_mlbam': 110875, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:16,801 - card_creation - INFO - patch: players [('cost', '4734'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11028/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:16,908 - card_creation - INFO - return: {'player_id': 11028, 'p_name': 'Shayne Bennett', 'cost': 4734, 'image': 'https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000847, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/02467606_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bennesh01', 'fangr_id': '1000847', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4012, 'first_name': 'Shayne', 'last_name': 'Bennett', 'key_fangraphs': 1000847, 'key_bbref': 'bennesh01', 'key_retro': 'benns001', 'key_mlbam': 110875, 'offense_col': 2}} 2025-02-09 10:52:16,909 - card_creation - INFO - get: players id: None params: [('bbref_id', 'urbinug01'), ('cardset_id', 20)] 2025-02-09 10:52:16,981 - card_creation - INFO - session info: 2025-02-09 10:52:16,981 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11159, 'p_name': 'Ugueth Urbina', 'cost': 3716, 'image': 'https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 216, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'urbinug01', 'fangr_id': '216', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4126, 'first_name': 'Ugueth', 'last_name': 'Urbina', 'key_fangraphs': 216, 'key_bbref': 'urbinug01', 'key_retro': 'urbiu001', 'key_mlbam': 123584, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:16,981 - card_creation - INFO - patch: players [('cost', '348'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11159/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:17,056 - card_creation - INFO - return: {'player_id': 11159, 'p_name': 'Ugueth Urbina', 'cost': 348, 'image': 'https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 216, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'urbinug01', 'fangr_id': '216', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4126, 'first_name': 'Ugueth', 'last_name': 'Urbina', 'key_fangraphs': 216, 'key_bbref': 'urbinug01', 'key_retro': 'urbiu001', 'key_mlbam': 123584, 'offense_col': 2}} 2025-02-09 10:52:17,057 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willimi03'), ('cardset_id', 20)] 2025-02-09 10:52:17,163 - card_creation - INFO - session info: 2025-02-09 10:52:17,163 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11502, 'p_name': 'Mike Williams', 'cost': 333, 'image': 'https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willimi03', 'fangr_id': '1014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4297, 'first_name': 'Mike', 'last_name': 'Williams', 'key_fangraphs': 1014, 'key_bbref': 'willimi03', 'key_retro': 'willm005', 'key_mlbam': 124328, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:17,164 - card_creation - INFO - patch: players [('cost', '1094'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11502/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:17,256 - card_creation - INFO - return: {'player_id': 11502, 'p_name': 'Mike Williams', 'cost': 1094, 'image': 'https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willimi03', 'fangr_id': '1014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4297, 'first_name': 'Mike', 'last_name': 'Williams', 'key_fangraphs': 1014, 'key_bbref': 'willimi03', 'key_retro': 'willm005', 'key_mlbam': 124328, 'offense_col': 1}} 2025-02-09 10:52:17,256 - card_creation - INFO - get: players id: None params: [('bbref_id', 'plunker01'), ('cardset_id', 20)] 2025-02-09 10:52:17,354 - card_creation - INFO - session info: 2025-02-09 10:52:17,354 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11029, 'p_name': 'Eric Plunk', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010400, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c4fce22e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plunker01', 'fangr_id': '1010400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4013, 'first_name': 'Eric', 'last_name': 'Plunk', 'key_fangraphs': 1010400, 'key_bbref': 'plunker01', 'key_retro': 'plune001', 'key_mlbam': 120631, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:17,354 - card_creation - INFO - patch: players [('cost', '46'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11029/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:17,439 - card_creation - INFO - return: {'player_id': 11029, 'p_name': 'Eric Plunk', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010400, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c4fce22e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plunker01', 'fangr_id': '1010400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4013, 'first_name': 'Eric', 'last_name': 'Plunk', 'key_fangraphs': 1010400, 'key_bbref': 'plunker01', 'key_retro': 'plune001', 'key_mlbam': 120631, 'offense_col': 3}} 2025-02-09 10:52:17,439 - card_creation - INFO - get: players id: None params: [('bbref_id', 'patribr01'), ('cardset_id', 20)] 2025-02-09 10:52:17,520 - card_creation - INFO - session info: 2025-02-09 10:52:17,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11310, 'p_name': 'Bronswell Patrick', 'cost': 3636, 'image': 'https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010054, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patribr01', 'fangr_id': '1010054', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4244, 'first_name': 'Bronswell', 'last_name': 'Patrick', 'key_fangraphs': 1010054, 'key_bbref': 'patribr01', 'key_retro': 'patrb001', 'key_mlbam': 132940, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:17,520 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11310/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:17,607 - card_creation - INFO - return: {'player_id': 11310, 'p_name': 'Bronswell Patrick', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010054, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patribr01', 'fangr_id': '1010054', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4244, 'first_name': 'Bronswell', 'last_name': 'Patrick', 'key_fangraphs': 1010054, 'key_bbref': 'patribr01', 'key_retro': 'patrb001', 'key_mlbam': 132940, 'offense_col': 3}} 2025-02-09 10:52:17,608 - card_creation - INFO - get: players id: None params: [('bbref_id', 'weathda01'), ('cardset_id', 20)] 2025-02-09 10:52:17,693 - card_creation - INFO - session info: 2025-02-09 10:52:17,693 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10892, 'p_name': 'David Weathers', 'cost': 149, 'image': 'https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 902, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62bb7c79_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weathda01', 'fangr_id': '902', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2588, 'first_name': 'David', 'last_name': 'Weathers', 'key_fangraphs': 902, 'key_bbref': 'weathda01', 'key_retro': 'weatd001', 'key_mlbam': 124000, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35533, 'team': 38, 'player': 10892, 'created': 1730616941935}, {'id': 35717, 'team': 47, [ S N I P P E D ] 2025-02-09 10:52:17,693 - card_creation - INFO - patch: players [('cost', '351'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10892/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:17,788 - card_creation - INFO - return: {'player_id': 10892, 'p_name': 'David Weathers', 'cost': 351, 'image': 'https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 902, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62bb7c79_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weathda01', 'fangr_id': '902', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2588, 'first_name': 'David', 'last_name': 'Weathers', 'key_fangraphs': 902, 'key_bbref': 'weathda01', 'key_retro': 'weatd001', 'key_mlbam': 124000, 'offense_col': 1}} 2025-02-09 10:52:17,788 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodast01'), ('cardset_id', 20)] 2025-02-09 10:52:17,886 - card_creation - INFO - session info: 2025-02-09 10:52:17,886 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11099, 'p_name': 'Steve Woodard', 'cost': 264, 'image': 'https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1285, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/aa3f3d11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodast01', 'fangr_id': '1285', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4077, 'first_name': 'Steve', 'last_name': 'Woodard', 'key_fangraphs': 1285, 'key_bbref': 'woodast01', 'key_retro': 'woods001', 'key_mlbam': 124548, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:17,887 - card_creation - INFO - patch: players [('cost', '111'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11099/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:17,999 - card_creation - INFO - return: {'player_id': 11099, 'p_name': 'Steve Woodard', 'cost': 111, 'image': 'https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1285, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/aa3f3d11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodast01', 'fangr_id': '1285', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4077, 'first_name': 'Steve', 'last_name': 'Woodard', 'key_fangraphs': 1285, 'key_bbref': 'woodast01', 'key_retro': 'woods001', 'key_mlbam': 124548, 'offense_col': 3}} 2025-02-09 10:52:17,999 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karlsc01'), ('cardset_id', 20)] 2025-02-09 10:52:18,093 - card_creation - INFO - session info: 2025-02-09 10:52:18,094 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10893, 'p_name': 'Scott Karl', 'cost': 328, 'image': 'https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006703, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fec73111_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karlsc01', 'fangr_id': '1006703', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3907, 'first_name': 'Scott', 'last_name': 'Karl', 'key_fangraphs': 1006703, 'key_bbref': 'karlsc01', 'key_retro': 'karls001', 'key_mlbam': 116845, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37508, 'team': 33, 'player': 10893, 'created': 1731963342633}]}}]} 2025-02-09 10:52:18,094 - card_creation - INFO - patch: players [('cost', '654'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10893/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:18,176 - card_creation - INFO - return: {'player_id': 10893, 'p_name': 'Scott Karl', 'cost': 654, 'image': 'https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006703, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fec73111_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karlsc01', 'fangr_id': '1006703', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3907, 'first_name': 'Scott', 'last_name': 'Karl', 'key_fangraphs': 1006703, 'key_bbref': 'karlsc01', 'key_retro': 'karls001', 'key_mlbam': 116845, 'offense_col': 1}} 2025-02-09 10:52:18,176 - card_creation - INFO - get: players id: None params: [('bbref_id', 'limajo01'), ('cardset_id', 20)] 2025-02-09 10:52:18,323 - card_creation - INFO - session info: 2025-02-09 10:52:18,323 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10894, 'p_name': 'Jose Lima', 'cost': 661, 'image': 'https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 475, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/be226b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'limajo01', 'fangr_id': '475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3908, 'first_name': 'Jose', 'last_name': 'Lima', 'key_fangraphs': 475, 'key_bbref': 'limajo01', 'key_retro': 'limaj001', 'key_mlbam': 117769, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36227, 'team': 53, 'player': 10894, 'created': 1730920176630}, {'id': 37003, 'team': 47, 'player': 10894, 'crea [ S N I P P E D ] 2025-02-09 10:52:18,324 - card_creation - INFO - patch: players [('cost', '38'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10894/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:18,420 - card_creation - INFO - return: {'player_id': 10894, 'p_name': 'Jose Lima', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 475, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/be226b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'limajo01', 'fangr_id': '475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3908, 'first_name': 'Jose', 'last_name': 'Lima', 'key_fangraphs': 475, 'key_bbref': 'limajo01', 'key_retro': 'limaj001', 'key_mlbam': 117769, 'offense_col': 1}} 2025-02-09 10:52:18,420 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nitkoc.01'), ('cardset_id', 20)] 2025-02-09 10:52:18,521 - card_creation - INFO - session info: 2025-02-09 10:52:18,521 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11030, 'p_name': 'CJ Nitkowski', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8c89e06e_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nitkoc.01', 'fangr_id': '570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4014, 'first_name': 'CJ', 'last_name': 'Nitkowski', 'key_fangraphs': 570, 'key_bbref': 'nitkoc.01', 'key_retro': 'nitkc001', 'key_mlbam': 119809, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36980, 'team': 47, 'player': 11030, 'created': 1731602870133}, {'id': 37792, 'team': 33, 'playe [ S N I P P E D ] 2025-02-09 10:52:18,522 - card_creation - INFO - patch: players [('cost', '399'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11030/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:18,623 - card_creation - INFO - return: {'player_id': 11030, 'p_name': 'CJ Nitkowski', 'cost': 399, 'image': 'https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 570, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8c89e06e_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nitkoc.01', 'fangr_id': '570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4014, 'first_name': 'CJ', 'last_name': 'Nitkowski', 'key_fangraphs': 570, 'key_bbref': 'nitkoc.01', 'key_retro': 'nitkc001', 'key_mlbam': 119809, 'offense_col': 2}} 2025-02-09 10:52:18,624 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 20)] 2025-02-09 10:52:18,736 - card_creation - INFO - session info: 2025-02-09 10:52:18,737 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11100, 'p_name': 'Jeff Shaw', 'cost': 5203, 'image': 'https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:18,737 - card_creation - INFO - patch: players [('cost', '3644'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11100/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:18,829 - card_creation - INFO - return: {'player_id': 11100, 'p_name': 'Jeff Shaw', 'cost': 3644, 'image': 'https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-09 10:52:18,830 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezca01'), ('cardset_id', 20)] 2025-02-09 10:52:18,948 - card_creation - INFO - session info: 2025-02-09 10:52:18,949 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10895, 'p_name': 'Carlos Perez', 'cost': 805, 'image': 'https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010179, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f809b14b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezca01', 'fangr_id': '1010179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3909, 'first_name': 'Carlos', 'last_name': 'Perez', 'key_fangraphs': 1010179, 'key_bbref': 'perezca01', 'key_retro': 'perec001', 'key_mlbam': 120405, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35604, 'team': 47, 'player': 10895, 'created': 1730616941189}, {'id': 35873, 'tea [ S N I P P E D ] 2025-02-09 10:52:18,949 - card_creation - INFO - patch: players [('cost', '980'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10895/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:19,042 - card_creation - INFO - return: {'player_id': 10895, 'p_name': 'Carlos Perez', 'cost': 980, 'image': 'https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010179, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f809b14b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezca01', 'fangr_id': '1010179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3909, 'first_name': 'Carlos', 'last_name': 'Perez', 'key_fangraphs': 1010179, 'key_bbref': 'perezca01', 'key_retro': 'perec001', 'key_mlbam': 120405, 'offense_col': 1}} 2025-02-09 10:52:19,043 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mormaal01'), ('cardset_id', 20)] 2025-02-09 10:52:19,140 - card_creation - INFO - session info: 2025-02-09 10:52:19,141 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11483, 'p_name': 'Alvin Morman', 'cost': 145, 'image': 'https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009193, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mormaal01', 'fangr_id': '1009193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4280, 'first_name': 'Alvin', 'last_name': 'Morman', 'key_fangraphs': 1009193, 'key_bbref': 'mormaal01', 'key_retro': 'morma001', 'key_mlbam': 119387, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:19,141 - card_creation - INFO - patch: players [('cost', '400'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11483/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:19,233 - card_creation - INFO - return: {'player_id': 11483, 'p_name': 'Alvin Morman', 'cost': 400, 'image': 'https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009193, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mormaal01', 'fangr_id': '1009193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4280, 'first_name': 'Alvin', 'last_name': 'Morman', 'key_fangraphs': 1009193, 'key_bbref': 'mormaal01', 'key_retro': 'morma001', 'key_mlbam': 119387, 'offense_col': 3}} 2025-02-09 10:52:19,233 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hershor01'), ('cardset_id', 20)] 2025-02-09 10:52:19,364 - card_creation - INFO - session info: 2025-02-09 10:52:19,364 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10896, 'p_name': 'Orel Hershiser', 'cost': 705, 'image': 'https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005741, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/044d4ede_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hershor01', 'fangr_id': '1005741', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3910, 'first_name': 'Orel', 'last_name': 'Hershiser', 'key_fangraphs': 1005741, 'key_bbref': 'hershor01', 'key_retro': 'herso001', 'key_mlbam': 115861, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38845, 'team': 38, 'player': 10896, 'created': 1738533340064}]}}]} 2025-02-09 10:52:19,364 - card_creation - INFO - patch: players [('cost', '282'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10896/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:19,458 - card_creation - INFO - return: {'player_id': 10896, 'p_name': 'Orel Hershiser', 'cost': 282, 'image': 'https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005741, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/044d4ede_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hershor01', 'fangr_id': '1005741', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3910, 'first_name': 'Orel', 'last_name': 'Hershiser', 'key_fangraphs': 1005741, 'key_bbref': 'hershor01', 'key_retro': 'herso001', 'key_mlbam': 115861, 'offense_col': 1}} 2025-02-09 10:52:19,458 - card_creation - INFO - get: players id: None params: [('bbref_id', 'neaglde01'), ('cardset_id', 20)] 2025-02-09 10:52:19,590 - card_creation - INFO - session info: 2025-02-09 10:52:19,591 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10897, 'p_name': 'Denny Neagle', 'cost': 839, 'image': 'https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 441, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12dde0e3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'neaglde01', 'fangr_id': '441', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3911, 'first_name': 'Denny', 'last_name': 'Neagle', 'key_fangraphs': 441, 'key_bbref': 'neaglde01', 'key_retro': 'neagd001', 'key_mlbam': 119673, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36470, 'team': 47, 'player': 10897, 'created': 1730920177137}]}}]} 2025-02-09 10:52:19,591 - card_creation - INFO - patch: players [('cost', '104'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10897/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:19,683 - card_creation - INFO - return: {'player_id': 10897, 'p_name': 'Denny Neagle', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 441, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12dde0e3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'neaglde01', 'fangr_id': '441', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3911, 'first_name': 'Denny', 'last_name': 'Neagle', 'key_fangraphs': 441, 'key_bbref': 'neaglde01', 'key_retro': 'neagd001', 'key_mlbam': 119673, 'offense_col': 2}} 2025-02-09 10:52:19,683 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rockejo01'), ('cardset_id', 20)] 2025-02-09 10:52:19,766 - card_creation - INFO - session info: 2025-02-09 10:52:19,767 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:19,767 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'rockj001')] 2025-02-09 10:52:19,866 - card_creation - INFO - session info: 2025-02-09 10:52:19,866 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:19,866 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'John', 'last_name': 'Rocker', 'key_mlbam': 132340, 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001'} type: 2025-02-09 10:52:19,946 - card_creation - INFO - return: {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1} 2025-02-09 10:52:19,947 - card_creation - INFO - post: players payload: {'p_name': 'John Rocker', 'cost': '5119', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 20, 'set_num': 1273, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'rockejo01', 'fangr_id': 1273, 'mlbplayer_id': 4316, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-09 10:52:20,052 - card_creation - INFO - return: {'player_id': 11522, 'p_name': 'John Rocker', 'cost': 5119, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1273, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rockejo01', 'fangr_id': '1273', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1}} 2025-02-09 10:52:20,052 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11522/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:20,176 - card_creation - INFO - return: {'player_id': 11522, 'p_name': 'John Rocker', 'cost': 5119, 'image': 'https://pd.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1273, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rockejo01', 'fangr_id': '1273', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1}} 2025-02-09 10:52:20,177 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 20)] 2025-02-09 10:52:20,266 - card_creation - INFO - session info: 2025-02-09 10:52:20,266 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10898, 'p_name': 'Greg Maddux', 'cost': 2183, 'image': 'https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:20,267 - card_creation - INFO - patch: players [('cost', '2346'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10898/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:20,342 - card_creation - INFO - return: {'player_id': 10898, 'p_name': 'Greg Maddux', 'cost': 2346, 'image': 'https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-09 10:52:20,343 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sandesc02'), ('cardset_id', 20)] 2025-02-09 10:52:20,406 - card_creation - INFO - session info: 2025-02-09 10:52:20,406 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:20,406 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'sands002')] 2025-02-09 10:52:20,477 - card_creation - INFO - session info: 2025-02-09 10:52:20,477 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:20,477 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Scott', 'last_name': 'Sanders', 'key_mlbam': 121676, 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002'} type: 2025-02-09 10:52:20,553 - card_creation - INFO - return: {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1} 2025-02-09 10:52:20,554 - card_creation - INFO - post: players payload: {'p_name': 'Scott Sanders', 'cost': '107', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 20, 'set_num': 1011423, 'rarity_id': 3, 'description': 'Live', 'bbref_id': 'sandesc02', 'fangr_id': 1011423, 'mlbplayer_id': 4317, 'pos_1': 'RP'} type: 2025-02-09 10:52:20,635 - card_creation - INFO - return: {'player_id': 11523, 'p_name': 'Scott Sanders', 'cost': 107, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011423, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandesc02', 'fangr_id': '1011423', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1}} 2025-02-09 10:52:20,635 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11523/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:20,718 - card_creation - INFO - return: {'player_id': 11523, 'p_name': 'Scott Sanders', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011423, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandesc02', 'fangr_id': '1011423', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1}} 2025-02-09 10:52:20,719 - card_creation - INFO - get: players id: None params: [('bbref_id', 'langsma01'), ('cardset_id', 20)] 2025-02-09 10:52:20,808 - card_creation - INFO - session info: 2025-02-09 10:52:20,809 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11474, 'p_name': 'Mark Langston', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007323, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a816a2ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'langsma01', 'fangr_id': '1007323', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4271, 'first_name': 'Mark', 'last_name': 'Langston', 'key_fangraphs': 1007323, 'key_bbref': 'langsma01', 'key_retro': 'langm001', 'key_mlbam': 117480, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38744, 'team': 31, 'player': 11474, 'created': 1738533340064}]}}]} 2025-02-09 10:52:20,809 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11474/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:20,932 - card_creation - INFO - return: {'player_id': 11474, 'p_name': 'Mark Langston', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007323, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a816a2ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'langsma01', 'fangr_id': '1007323', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4271, 'first_name': 'Mark', 'last_name': 'Langston', 'key_fangraphs': 1007323, 'key_bbref': 'langsma01', 'key_retro': 'langm001', 'key_mlbam': 117480, 'offense_col': 3}} 2025-02-09 10:52:20,932 - card_creation - INFO - get: players id: None params: [('bbref_id', 'micelda01'), ('cardset_id', 20)] 2025-02-09 10:52:21,028 - card_creation - INFO - session info: 2025-02-09 10:52:21,029 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11031, 'p_name': 'Dan Miceli', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1463, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bc7329b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'micelda01', 'fangr_id': '1463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4015, 'first_name': 'Dan', 'last_name': 'Miceli', 'key_fangraphs': 1463, 'key_bbref': 'micelda01', 'key_retro': 'miced001', 'key_mlbam': 119023, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36997, 'team': 47, 'player': 11031, 'created': 1731602869931}, {'id': 37671, 'team': 33, 'player' [ S N I P P E D ] 2025-02-09 10:52:21,029 - card_creation - INFO - patch: players [('cost', '129'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11031/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:21,107 - card_creation - INFO - return: {'player_id': 11031, 'p_name': 'Dan Miceli', 'cost': 129, 'image': 'https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bc7329b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'micelda01', 'fangr_id': '1463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4015, 'first_name': 'Dan', 'last_name': 'Miceli', 'key_fangraphs': 1463, 'key_bbref': 'micelda01', 'key_retro': 'miced001', 'key_mlbam': 119023, 'offense_col': 2}} 2025-02-09 10:52:21,108 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamiljo02'), ('cardset_id', 20)] 2025-02-09 10:52:21,191 - card_creation - INFO - session info: 2025-02-09 10:52:21,191 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10899, 'p_name': 'Joey Hamilton', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 328, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0bb8e5b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamiljo02', 'fangr_id': '328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3912, 'first_name': 'Joey', 'last_name': 'Hamilton', 'key_fangraphs': 328, 'key_bbref': 'hamiljo02', 'key_retro': 'hamij002', 'key_mlbam': 115383, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35632, 'team': 47, 'player': 10899, 'created': 1730616941189}, {'id': 35952, 'team': 55, 'pla [ S N I P P E D ] 2025-02-09 10:52:21,191 - card_creation - INFO - patch: players [('cost', '326'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10899/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:21,288 - card_creation - INFO - return: {'player_id': 10899, 'p_name': 'Joey Hamilton', 'cost': 326, 'image': 'https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 328, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0bb8e5b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamiljo02', 'fangr_id': '328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3912, 'first_name': 'Joey', 'last_name': 'Hamilton', 'key_fangraphs': 328, 'key_bbref': 'hamiljo02', 'key_retro': 'hamij002', 'key_mlbam': 115383, 'offense_col': 2}} 2025-02-09 10:52:21,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foxch02'), ('cardset_id', 20)] 2025-02-09 10:52:21,378 - card_creation - INFO - session info: 2025-02-09 10:52:21,378 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11032, 'p_name': 'Chad Fox', 'cost': 410, 'image': 'https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 684, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/11b2aef8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxch02', 'fangr_id': '684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4016, 'first_name': 'Chad', 'last_name': 'Fox', 'key_fangraphs': 684, 'key_bbref': 'foxch02', 'key_retro': 'fox-c001', 'key_mlbam': 114354, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36734, 'team': 47, 'player': 11032, 'created': 1731602869923}]}}]} 2025-02-09 10:52:21,378 - card_creation - INFO - patch: players [('cost', '416'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11032/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:21,458 - card_creation - INFO - return: {'player_id': 11032, 'p_name': 'Chad Fox', 'cost': 416, 'image': 'https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 684, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/11b2aef8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxch02', 'fangr_id': '684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4016, 'first_name': 'Chad', 'last_name': 'Fox', 'key_fangraphs': 684, 'key_bbref': 'foxch02', 'key_retro': 'fox-c001', 'key_mlbam': 114354, 'offense_col': 2}} 2025-02-09 10:52:21,458 - card_creation - INFO - get: players id: None params: [('bbref_id', 'edmonbr01'), ('cardset_id', 20)] 2025-02-09 10:52:21,545 - card_creation - INFO - session info: 2025-02-09 10:52:21,545 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11276, 'p_name': 'Brian Edmondson', 'cost': 3801, 'image': 'https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003677, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2347728f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonbr01', 'fangr_id': '1003677', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4226, 'first_name': 'Brian', 'last_name': 'Edmondson', 'key_fangraphs': 1003677, 'key_bbref': 'edmonbr01', 'key_retro': 'edmob001', 'key_mlbam': 133228, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:21,545 - card_creation - INFO - patch: players [('cost', '105'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11276/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:21,625 - card_creation - INFO - return: {'player_id': 11276, 'p_name': 'Brian Edmondson', 'cost': 105, 'image': 'https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003677, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2347728f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonbr01', 'fangr_id': '1003677', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4226, 'first_name': 'Brian', 'last_name': 'Edmondson', 'key_fangraphs': 1003677, 'key_bbref': 'edmonbr01', 'key_retro': 'edmob001', 'key_mlbam': 133228, 'offense_col': 2}} 2025-02-09 10:52:21,625 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesal01'), ('cardset_id', 20)] 2025-02-09 10:52:21,729 - card_creation - INFO - session info: 2025-02-09 10:52:21,729 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11101, 'p_name': 'Alberto Reyes', 'cost': 123, 'image': 'https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d8d2a063_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesal01', 'fangr_id': '1005', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3170, 'first_name': 'Alberto', 'last_name': 'Reyes', 'key_fangraphs': 1005, 'key_bbref': 'reyesal01', 'key_retro': 'reyea001', 'key_mlbam': 121099, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38461, 'team': 38, 'player': 11101, 'created': 1735337233607}]}}]} 2025-02-09 10:52:21,729 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11101/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:21,809 - card_creation - INFO - return: {'player_id': 11101, 'p_name': 'Alberto Reyes', 'cost': 44, 'image': 'https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d8d2a063_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesal01', 'fangr_id': '1005', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3170, 'first_name': 'Alberto', 'last_name': 'Reyes', 'key_fangraphs': 1005, 'key_bbref': 'reyesal01', 'key_retro': 'reyea001', 'key_mlbam': 121099, 'offense_col': 1}} 2025-02-09 10:52:21,809 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winstda01'), ('cardset_id', 20)] 2025-02-09 10:52:21,881 - card_creation - INFO - session info: 2025-02-09 10:52:21,881 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11160, 'p_name': 'Darrin Winston', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014142, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b5a6dc6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winstda01', 'fangr_id': '1014142', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4127, 'first_name': 'Darrin', 'last_name': 'Winston', 'key_fangraphs': 1014142, 'key_bbref': 'winstda01', 'key_retro': 'winsd001', 'key_mlbam': 124461, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37995, 'team': 47, 'player': 11160, 'created': 1734921897621}, {'id': [ S N I P P E D ] 2025-02-09 10:52:21,881 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11160/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:21,958 - card_creation - INFO - return: {'player_id': 11160, 'p_name': 'Darrin Winston', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014142, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b5a6dc6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winstda01', 'fangr_id': '1014142', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4127, 'first_name': 'Darrin', 'last_name': 'Winston', 'key_fangraphs': 1014142, 'key_bbref': 'winstda01', 'key_retro': 'winsd001', 'key_mlbam': 124461, 'offense_col': 2}} 2025-02-09 10:52:21,959 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitema02'), ('cardset_id', 20)] 2025-02-09 10:52:22,052 - card_creation - INFO - session info: 2025-02-09 10:52:22,052 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11161, 'p_name': 'Matt Whiteside', 'cost': 145, 'image': 'https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b8129b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema02', 'fangr_id': '1956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4128, 'first_name': 'Matt', 'last_name': 'Whiteside', 'key_fangraphs': 1956, 'key_bbref': 'whitema02', 'key_retro': 'whitm002', 'key_mlbam': 124209, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:22,053 - card_creation - INFO - patch: players [('cost', '145'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11161/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:22,131 - card_creation - INFO - return: {'player_id': 11161, 'p_name': 'Matt Whiteside', 'cost': 145, 'image': 'https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b8129b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema02', 'fangr_id': '1956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4128, 'first_name': 'Matt', 'last_name': 'Whiteside', 'key_fangraphs': 1956, 'key_bbref': 'whitema02', 'key_retro': 'whitm002', 'key_mlbam': 124209, 'offense_col': 2}} 2025-02-09 10:52:22,131 - card_creation - INFO - get: players id: None params: [('bbref_id', 'millwke01'), ('cardset_id', 20)] 2025-02-09 10:52:22,223 - card_creation - INFO - session info: 2025-02-09 10:52:22,223 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10900, 'p_name': 'Kevin Millwood', 'cost': 1015, 'image': 'https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 106, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aef4886_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millwke01', 'fangr_id': '106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2291, 'first_name': 'Kevin', 'last_name': 'Millwood', 'key_fangraphs': 106, 'key_bbref': 'millwke01', 'key_retro': 'millk004', 'key_mlbam': 119154, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36058, 'team': 47, 'player': 10900, 'created': 1730785303408}]}}]} 2025-02-09 10:52:22,223 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10900/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:22,308 - card_creation - INFO - return: {'player_id': 10900, 'p_name': 'Kevin Millwood', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aef4886_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millwke01', 'fangr_id': '106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2291, 'first_name': 'Kevin', 'last_name': 'Millwood', 'key_fangraphs': 106, 'key_bbref': 'millwke01', 'key_retro': 'millk004', 'key_mlbam': 119154, 'offense_col': 2}} 2025-02-09 10:52:22,308 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greenty01'), ('cardset_id', 20)] 2025-02-09 10:52:22,384 - card_creation - INFO - session info: 2025-02-09 10:52:22,384 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10901, 'p_name': 'Tyler Green', 'cost': 639, 'image': 'https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005014, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1902d4a2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenty01', 'fangr_id': '1005014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3913, 'first_name': 'Tyler', 'last_name': 'Green', 'key_fangraphs': 1005014, 'key_bbref': 'greenty01', 'key_retro': 'greet002', 'key_mlbam': 115095, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36511, 'team': 38, 'player': 10901, 'created': 1731272300483}, {'id': 36984, 't [ S N I P P E D ] 2025-02-09 10:52:22,384 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10901/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:22,461 - card_creation - INFO - return: {'player_id': 10901, 'p_name': 'Tyler Green', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005014, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1902d4a2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenty01', 'fangr_id': '1005014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3913, 'first_name': 'Tyler', 'last_name': 'Green', 'key_fangraphs': 1005014, 'key_bbref': 'greenty01', 'key_retro': 'greet002', 'key_mlbam': 115095, 'offense_col': 1}} 2025-02-09 10:52:22,461 - card_creation - INFO - get: players id: None params: [('bbref_id', 'silvajo01'), ('cardset_id', 20)] 2025-02-09 10:52:22,539 - card_creation - INFO - session info: 2025-02-09 10:52:22,540 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10902, 'p_name': 'Jose Silva', 'cost': 286, 'image': 'https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 354, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4a323b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'silvajo01', 'fangr_id': '354', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3914, 'first_name': 'Jose', 'last_name': 'Silva', 'key_fangraphs': 354, 'key_bbref': 'silvajo01', 'key_retro': 'silvj001', 'key_mlbam': 122231, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35654, 'team': 47, 'player': 10902, 'created': 1730616941406}, {'id': 35737, 'team': 38, 'play [ S N I P P E D ] 2025-02-09 10:52:22,540 - card_creation - INFO - patch: players [('cost', '286'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10902/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:22,646 - card_creation - INFO - return: {'player_id': 10902, 'p_name': 'Jose Silva', 'cost': 286, 'image': 'https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 354, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4a323b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'silvajo01', 'fangr_id': '354', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3914, 'first_name': 'Jose', 'last_name': 'Silva', 'key_fangraphs': 354, 'key_bbref': 'silvajo01', 'key_retro': 'silvj001', 'key_mlbam': 122231, 'offense_col': 2}} 2025-02-09 10:52:22,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clontbr01'), ('cardset_id', 20)] 2025-02-09 10:52:22,735 - card_creation - INFO - session info: 2025-02-09 10:52:22,735 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11102, 'p_name': 'Brad Clontz', 'cost': 4813, 'image': 'https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dc0b140f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clontbr01', 'fangr_id': '1002360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4079, 'first_name': 'Brad', 'last_name': 'Clontz', 'key_fangraphs': 1002360, 'key_bbref': 'clontbr01', 'key_retro': 'clonb001', 'key_mlbam': 112413, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:22,735 - card_creation - INFO - patch: players [('cost', '4813'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11102/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:22,859 - card_creation - INFO - return: {'player_id': 11102, 'p_name': 'Brad Clontz', 'cost': 4813, 'image': 'https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dc0b140f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clontbr01', 'fangr_id': '1002360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4079, 'first_name': 'Brad', 'last_name': 'Clontz', 'key_fangraphs': 1002360, 'key_bbref': 'clontbr01', 'key_retro': 'clonb001', 'key_mlbam': 112413, 'offense_col': 2}} 2025-02-09 10:52:22,859 - card_creation - INFO - get: players id: None params: [('bbref_id', 'osunaan01'), ('cardset_id', 20)] 2025-02-09 10:52:22,957 - card_creation - INFO - session info: 2025-02-09 10:52:22,957 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11162, 'p_name': 'Antonio Osuna', 'cost': 118, 'image': 'https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 249, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osunaan01', 'fangr_id': '249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4129, 'first_name': 'Antonio', 'last_name': 'Osuna', 'key_fangraphs': 249, 'key_bbref': 'osunaan01', 'key_retro': 'osuna002', 'key_mlbam': 120107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:22,958 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11162/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:23,060 - card_creation - INFO - return: {'player_id': 11162, 'p_name': 'Antonio Osuna', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osunaan01', 'fangr_id': '249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4129, 'first_name': 'Antonio', 'last_name': 'Osuna', 'key_fangraphs': 249, 'key_bbref': 'osunaan01', 'key_retro': 'osuna002', 'key_mlbam': 120107, 'offense_col': 2}} 2025-02-09 10:52:23,060 - card_creation - INFO - get: players id: None params: [('bbref_id', 'batismi01'), ('cardset_id', 20)] 2025-02-09 10:52:23,165 - card_creation - INFO - session info: 2025-02-09 10:52:23,165 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10903, 'p_name': 'Miguel Batista', 'cost': 397, 'image': 'https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 46, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44e39fc7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batismi01', 'fangr_id': '46', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2300, 'first_name': 'Miguel', 'last_name': 'Batista', 'key_fangraphs': 46, 'key_bbref': 'batismi01', 'key_retro': 'batim001', 'key_mlbam': 110683, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36660, 'team': 33, 'player': 10903, 'created': 1731602869931}]}}]} 2025-02-09 10:52:23,165 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10903/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:23,263 - card_creation - INFO - return: {'player_id': 10903, 'p_name': 'Miguel Batista', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 46, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44e39fc7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batismi01', 'fangr_id': '46', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2300, 'first_name': 'Miguel', 'last_name': 'Batista', 'key_fangraphs': 46, 'key_bbref': 'batismi01', 'key_retro': 'batim001', 'key_mlbam': 110683, 'offense_col': 2}} 2025-02-09 10:52:23,263 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valdema01'), ('cardset_id', 20)] 2025-02-09 10:52:23,357 - card_creation - INFO - session info: 2025-02-09 10:52:23,357 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10904, 'p_name': 'Marc Valdes', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013313, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/dfa02a2b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdema01', 'fangr_id': '1013313', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3915, 'first_name': 'Marc', 'last_name': 'Valdes', 'key_fangraphs': 1013313, 'key_bbref': 'valdema01', 'key_retro': 'valdm001', 'key_mlbam': 123596, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35542, 'team': 38, 'player': 10904, 'created': 1730616940558}, {'id': 36070, 'team' [ S N I P P E D ] 2025-02-09 10:52:23,357 - card_creation - INFO - patch: players [('cost', '144'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10904/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:23,462 - card_creation - INFO - return: {'player_id': 10904, 'p_name': 'Marc Valdes', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013313, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/dfa02a2b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdema01', 'fangr_id': '1013313', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3915, 'first_name': 'Marc', 'last_name': 'Valdes', 'key_fangraphs': 1013313, 'key_bbref': 'valdema01', 'key_retro': 'valdm001', 'key_mlbam': 123596, 'offense_col': 1}} 2025-02-09 10:52:23,463 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddumi01'), ('cardset_id', 20)] 2025-02-09 10:52:23,561 - card_creation - INFO - session info: 2025-02-09 10:52:23,561 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11238, 'p_name': 'Mike Maddux', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007951, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddumi01', 'fangr_id': '1007951', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4194, 'first_name': 'Mike', 'last_name': 'Maddux', 'key_fangraphs': 1007951, 'key_bbref': 'maddumi01', 'key_retro': 'maddm002', 'key_mlbam': 118121, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:23,562 - card_creation - INFO - patch: players [('cost', '1248'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11238/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:23,653 - card_creation - INFO - return: {'player_id': 11238, 'p_name': 'Mike Maddux', 'cost': 1248, 'image': 'https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007951, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddumi01', 'fangr_id': '1007951', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4194, 'first_name': 'Mike', 'last_name': 'Maddux', 'key_fangraphs': 1007951, 'key_bbref': 'maddumi01', 'key_retro': 'maddm002', 'key_mlbam': 118121, 'offense_col': 2}} 2025-02-09 10:52:23,654 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pavanca01'), ('cardset_id', 20)] 2025-02-09 10:52:23,771 - card_creation - INFO - session info: 2025-02-09 10:52:23,771 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11239, 'p_name': 'Carl Pavano', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 790, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pavanca01', 'fangr_id': '790', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2321, 'first_name': 'Carl', 'last_name': 'Pavano', 'key_fangraphs': 790, 'key_bbref': 'pavanca01', 'key_retro': 'pavac001', 'key_mlbam': 134321, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:23,772 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11239/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:23,876 - card_creation - INFO - return: {'player_id': 11239, 'p_name': 'Carl Pavano', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 790, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pavanca01', 'fangr_id': '790', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2321, 'first_name': 'Carl', 'last_name': 'Pavano', 'key_fangraphs': 790, 'key_bbref': 'pavanca01', 'key_retro': 'pavac001', 'key_mlbam': 134321, 'offense_col': 3}} 2025-02-09 10:52:23,877 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mahayro01'), ('cardset_id', 20)] 2025-02-09 10:52:24,009 - card_creation - INFO - session info: 2025-02-09 10:52:24,010 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11277, 'p_name': 'Ron Mahay', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 290, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/49a406d1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mahayro01', 'fangr_id': '290', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2786, 'first_name': 'Ron', 'last_name': 'Mahay', 'key_fangraphs': 290, 'key_bbref': 'mahayro01', 'key_retro': 'mahar001', 'key_mlbam': 118158, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:24,010 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11277/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:24,135 - card_creation - INFO - return: {'player_id': 11277, 'p_name': 'Ron Mahay', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 290, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/49a406d1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mahayro01', 'fangr_id': '290', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2786, 'first_name': 'Ron', 'last_name': 'Mahay', 'key_fangraphs': 290, 'key_bbref': 'mahayro01', 'key_retro': 'mahar001', 'key_mlbam': 118158, 'offense_col': 3}} 2025-02-09 10:52:24,136 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fontejo01'), ('cardset_id', 20)] 2025-02-09 10:52:24,213 - card_creation - INFO - session info: 2025-02-09 10:52:24,213 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11278, 'p_name': 'Joe Fontenot', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fontejo01', 'fangr_id': '1004206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4227, 'first_name': 'Joe', 'last_name': 'Fontenot', 'key_fangraphs': 1004206, 'key_bbref': 'fontejo01', 'key_retro': 'fontj001', 'key_mlbam': 133227, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:24,214 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11278/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:24,289 - card_creation - INFO - return: {'player_id': 11278, 'p_name': 'Joe Fontenot', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fontejo01', 'fangr_id': '1004206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4227, 'first_name': 'Joe', 'last_name': 'Fontenot', 'key_fangraphs': 1004206, 'key_bbref': 'fontejo01', 'key_retro': 'fontj001', 'key_mlbam': 133227, 'offense_col': 2}} 2025-02-09 10:52:24,289 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mantema01'), ('cardset_id', 20)] 2025-02-09 10:52:24,377 - card_creation - INFO - session info: 2025-02-09 10:52:24,377 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11475, 'p_name': 'Matt Mantei', 'cost': 426, 'image': 'https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 64, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mantema01', 'fangr_id': '64', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4272, 'first_name': 'Matt', 'last_name': 'Mantei', 'key_fangraphs': 64, 'key_bbref': 'mantema01', 'key_retro': 'mantm001', 'key_mlbam': 118256, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:24,378 - card_creation - INFO - patch: players [('cost', '4261'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11475/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:24,472 - card_creation - INFO - return: {'player_id': 11475, 'p_name': 'Matt Mantei', 'cost': 4261, 'image': 'https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 64, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mantema01', 'fangr_id': '64', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4272, 'first_name': 'Matt', 'last_name': 'Mantei', 'key_fangraphs': 64, 'key_bbref': 'mantema01', 'key_retro': 'mantm001', 'key_mlbam': 118256, 'offense_col': 3}} 2025-02-09 10:52:24,472 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dempsry01'), ('cardset_id', 20)] 2025-02-09 10:52:24,549 - card_creation - INFO - session info: 2025-02-09 10:52:24,549 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11311, 'p_name': 'Ryan Dempster', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 517, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dempsry01', 'fangr_id': '517', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1933, 'first_name': 'Ryan', 'last_name': 'Dempster', 'key_fangraphs': 517, 'key_bbref': 'dempsry01', 'key_retro': 'dempr002', 'key_mlbam': 133225, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:24,550 - card_creation - INFO - patch: players [('cost', '25'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11311/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:24,640 - card_creation - INFO - return: {'player_id': 11311, 'p_name': 'Ryan Dempster', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 517, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dempsry01', 'fangr_id': '517', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1933, 'first_name': 'Ryan', 'last_name': 'Dempster', 'key_fangraphs': 517, 'key_bbref': 'dempsry01', 'key_retro': 'dempr002', 'key_mlbam': 133225, 'offense_col': 3}} 2025-02-09 10:52:24,640 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hentgpa01'), ('cardset_id', 20)] 2025-02-09 10:52:24,726 - card_creation - INFO - session info: 2025-02-09 10:52:24,726 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10905, 'p_name': 'Pat Hentgen', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 145, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10aa412a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hentgpa01', 'fangr_id': '145', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3916, 'first_name': 'Pat', 'last_name': 'Hentgen', 'key_fangraphs': 145, 'key_bbref': 'hentgpa01', 'key_retro': 'hentp001', 'key_mlbam': 115797, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35575, 'team': 69, 'player': 10905, 'created': 1730616941189}, {'id': 35668, 'team': 38, 'pl [ S N I P P E D ] 2025-02-09 10:52:24,726 - card_creation - INFO - patch: players [('cost', '38'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10905/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:24,798 - card_creation - INFO - return: {'player_id': 10905, 'p_name': 'Pat Hentgen', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 145, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10aa412a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hentgpa01', 'fangr_id': '145', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3916, 'first_name': 'Pat', 'last_name': 'Hentgen', 'key_fangraphs': 145, 'key_bbref': 'hentgpa01', 'key_retro': 'hentp001', 'key_mlbam': 115797, 'offense_col': 2}} 2025-02-09 10:52:24,798 - card_creation - INFO - get: players id: None params: [('bbref_id', 'persoro01'), ('cardset_id', 20)] 2025-02-09 10:52:24,878 - card_creation - INFO - session info: 2025-02-09 10:52:24,878 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11484, 'p_name': 'Robert Person', 'cost': 3, 'image': 'https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 966, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'persoro01', 'fangr_id': '966', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4281, 'first_name': 'Robert', 'last_name': 'Person', 'key_fangraphs': 966, 'key_bbref': 'persoro01', 'key_retro': 'persr001', 'key_mlbam': 120447, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:24,879 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11484/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:24,941 - card_creation - INFO - return: {'player_id': 11484, 'p_name': 'Robert Person', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 966, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'persoro01', 'fangr_id': '966', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4281, 'first_name': 'Robert', 'last_name': 'Person', 'key_fangraphs': 966, 'key_bbref': 'persoro01', 'key_retro': 'persr001', 'key_mlbam': 120447, 'offense_col': 2}} 2025-02-09 10:52:24,941 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bohanbr01'), ('cardset_id', 20)] 2025-02-09 10:52:25,025 - card_creation - INFO - session info: 2025-02-09 10:52:25,025 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11033, 'p_name': 'Brian Bohanon', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001126, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/add83de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bohanbr01', 'fangr_id': '1001126', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4017, 'first_name': 'Brian', 'last_name': 'Bohanon', 'key_fangraphs': 1001126, 'key_bbref': 'bohanbr01', 'key_retro': 'bohab001', 'key_mlbam': 111155, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:25,025 - card_creation - INFO - patch: players [('cost', '2076'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11033/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:25,105 - card_creation - INFO - return: {'player_id': 11033, 'p_name': 'Brian Bohanon', 'cost': 2076, 'image': 'https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001126, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/add83de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bohanbr01', 'fangr_id': '1001126', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4017, 'first_name': 'Brian', 'last_name': 'Bohanon', 'key_fangraphs': 1001126, 'key_bbref': 'bohanbr01', 'key_retro': 'bohab001', 'key_mlbam': 111155, 'offense_col': 2}} 2025-02-09 10:52:25,105 - card_creation - INFO - get: players id: None params: [('bbref_id', 'yoshima01'), ('cardset_id', 20)] 2025-02-09 10:52:25,178 - card_creation - INFO - session info: 2025-02-09 10:52:25,178 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10906, 'p_name': 'Masato Yoshii', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 807, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7d2e479a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yoshima01', 'fangr_id': '807', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3917, 'first_name': 'Masato', 'last_name': 'Yoshii', 'key_fangraphs': 807, 'key_bbref': 'yoshima01', 'key_retro': 'yoshm001', 'key_mlbam': 134180, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37654, 'team': 33, 'player': 10906, 'created': 1731963342633}, {'id': 37714, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-09 10:52:25,179 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10906/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:25,267 - card_creation - INFO - return: {'player_id': 10906, 'p_name': 'Masato Yoshii', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 807, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7d2e479a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yoshima01', 'fangr_id': '807', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3917, 'first_name': 'Masato', 'last_name': 'Yoshii', 'key_fangraphs': 807, 'key_bbref': 'yoshima01', 'key_retro': 'yoshm001', 'key_mlbam': 134180, 'offense_col': 2}} 2025-02-09 10:52:25,267 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wittbo01'), ('cardset_id', 20)] 2025-02-09 10:52:25,353 - card_creation - INFO - session info: 2025-02-09 10:52:25,354 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10907, 'p_name': 'Bobby Witt', 'cost': 76, 'image': 'https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014170, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52c6226a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wittbo01', 'fangr_id': '1014170', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3918, 'first_name': 'Bobby', 'last_name': 'Witt', 'key_fangraphs': 1014170, 'key_bbref': 'wittbo01', 'key_retro': 'wittb001', 'key_mlbam': 124492, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36066, 'team': 33, 'player': 10907, 'created': 1730785303729}, {'id': 36270, 'team': [ S N I P P E D ] 2025-02-09 10:52:25,354 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10907/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:25,424 - card_creation - INFO - return: {'player_id': 10907, 'p_name': 'Bobby Witt', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014170, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52c6226a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wittbo01', 'fangr_id': '1014170', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3918, 'first_name': 'Bobby', 'last_name': 'Witt', 'key_fangraphs': 1014170, 'key_bbref': 'wittbo01', 'key_retro': 'wittb001', 'key_mlbam': 124492, 'offense_col': 2}} 2025-02-09 10:52:25,424 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parrist01'), ('cardset_id', 20)] 2025-02-09 10:52:25,515 - card_creation - INFO - session info: 2025-02-09 10:52:25,515 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11503, 'p_name': 'Steve Parris', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1316, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parrist01', 'fangr_id': '1316', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4298, 'first_name': 'Steve', 'last_name': 'Parris', 'key_fangraphs': 1316, 'key_bbref': 'parrist01', 'key_retro': 'parrs001', 'key_mlbam': 120247, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:25,516 - card_creation - INFO - patch: players [('cost', '2751'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11503/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:25,597 - card_creation - INFO - return: {'player_id': 11503, 'p_name': 'Steve Parris', 'cost': 2751, 'image': 'https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1316, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parrist01', 'fangr_id': '1316', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4298, 'first_name': 'Steve', 'last_name': 'Parris', 'key_fangraphs': 1316, 'key_bbref': 'parrist01', 'key_retro': 'parrs001', 'key_mlbam': 120247, 'offense_col': 3}} 2025-02-09 10:52:25,597 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sullisc01'), ('cardset_id', 20)] 2025-02-09 10:52:25,711 - card_creation - INFO - session info: 2025-02-09 10:52:25,711 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11034, 'p_name': 'Scott Sullivan', 'cost': 1160, 'image': 'https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 357, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6c57c9ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sullisc01', 'fangr_id': '357', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4018, 'first_name': 'Scott', 'last_name': 'Sullivan', 'key_fangraphs': 357, 'key_bbref': 'sullisc01', 'key_retro': 'sulls001', 'key_mlbam': 122975, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:25,712 - card_creation - INFO - patch: players [('cost', '401'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11034/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:25,793 - card_creation - INFO - return: {'player_id': 11034, 'p_name': 'Scott Sullivan', 'cost': 401, 'image': 'https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 357, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6c57c9ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sullisc01', 'fangr_id': '357', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4018, 'first_name': 'Scott', 'last_name': 'Sullivan', 'key_fangraphs': 357, 'key_bbref': 'sullisc01', 'key_retro': 'sulls001', 'key_mlbam': 122975, 'offense_col': 3}} 2025-02-09 10:52:25,793 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belinst01'), ('cardset_id', 20)] 2025-02-09 10:52:25,876 - card_creation - INFO - session info: 2025-02-09 10:52:25,876 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10908, 'p_name': 'Stan Belinda', 'cost': 41, 'image': 'https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000792, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/73f463a7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belinst01', 'fangr_id': '1000792', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3919, 'first_name': 'Stan', 'last_name': 'Belinda', 'key_fangraphs': 1000792, 'key_bbref': 'belinst01', 'key_retro': 'belis001', 'key_mlbam': 110811, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38827, 'team': 38, 'player': 10908, 'created': 1738533340064}]}}]} 2025-02-09 10:52:25,876 - card_creation - INFO - patch: players [('cost', '48'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10908/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:25,966 - card_creation - INFO - return: {'player_id': 10908, 'p_name': 'Stan Belinda', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000792, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/73f463a7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belinst01', 'fangr_id': '1000792', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3919, 'first_name': 'Stan', 'last_name': 'Belinda', 'key_fangraphs': 1000792, 'key_bbref': 'belinst01', 'key_retro': 'belis001', 'key_mlbam': 110811, 'offense_col': 2}} 2025-02-09 10:52:25,967 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bergmse01'), ('cardset_id', 20)] 2025-02-09 10:52:26,049 - card_creation - INFO - session info: 2025-02-09 10:52:26,049 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11035, 'p_name': 'Sean Bergman', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000881, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/faddf258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergmse01', 'fangr_id': '1000881', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4019, 'first_name': 'Sean', 'last_name': 'Bergman', 'key_fangraphs': 1000881, 'key_bbref': 'bergmse01', 'key_retro': 'bergs001', 'key_mlbam': 110909, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:26,050 - card_creation - INFO - patch: players [('cost', '306'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11035/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:26,161 - card_creation - INFO - return: {'player_id': 11035, 'p_name': 'Sean Bergman', 'cost': 306, 'image': 'https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000881, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/faddf258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergmse01', 'fangr_id': '1000881', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4019, 'first_name': 'Sean', 'last_name': 'Bergman', 'key_fangraphs': 1000881, 'key_bbref': 'bergmse01', 'key_retro': 'bergs001', 'key_mlbam': 110909, 'offense_col': 3}} 2025-02-09 10:52:26,161 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsra05'), ('cardset_id', 20)] 2025-02-09 10:52:26,253 - card_creation - INFO - session info: 2025-02-09 10:52:26,253 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11036, 'p_name': 'Randy Johnson', 'cost': 2376, 'image': 'https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 60, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e905e1ef_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsra05', 'fangr_id': '60', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2776, 'first_name': 'Randy', 'last_name': 'Johnson', 'key_fangraphs': 60, 'key_bbref': 'johnsra05', 'key_retro': 'johnr005', 'key_mlbam': 116615, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37997, 'team': 47, 'player': 11036, 'created': 1734921897621}]}}]} 2025-02-09 10:52:26,253 - card_creation - INFO - patch: players [('cost', '2201'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11036/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:26,346 - card_creation - INFO - return: {'player_id': 11036, 'p_name': 'Randy Johnson', 'cost': 2201, 'image': 'https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 60, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e905e1ef_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsra05', 'fangr_id': '60', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2776, 'first_name': 'Randy', 'last_name': 'Johnson', 'key_fangraphs': 60, 'key_bbref': 'johnsra05', 'key_retro': 'johnr005', 'key_mlbam': 116615, 'offense_col': 3}} 2025-02-09 10:52:26,346 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ludwier01'), ('cardset_id', 20)] 2025-02-09 10:52:26,429 - card_creation - INFO - session info: 2025-02-09 10:52:26,429 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11504, 'p_name': 'Eric Ludwick', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007816, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ludwier01', 'fangr_id': '1007816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4299, 'first_name': 'Eric', 'last_name': 'Ludwick', 'key_fangraphs': 1007816, 'key_bbref': 'ludwier01', 'key_retro': 'ludwe001', 'key_mlbam': 117984, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:26,429 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11504/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:26,524 - card_creation - INFO - return: {'player_id': 11504, 'p_name': 'Eric Ludwick', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007816, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ludwier01', 'fangr_id': '1007816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4299, 'first_name': 'Eric', 'last_name': 'Ludwick', 'key_fangraphs': 1007816, 'key_bbref': 'ludwier01', 'key_retro': 'ludwe001', 'key_mlbam': 117984, 'offense_col': 3}} 2025-02-09 10:52:26,524 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezyo01'), ('cardset_id', 20)] 2025-02-09 10:52:26,606 - card_creation - INFO - session info: 2025-02-09 10:52:26,606 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11476, 'p_name': 'Yorkis Perez', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1513, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/98fef4bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezyo01', 'fangr_id': '1513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4273, 'first_name': 'Yorkis', 'last_name': 'Perez', 'key_fangraphs': 1513, 'key_bbref': 'perezyo01', 'key_retro': 'perey001', 'key_mlbam': 120417, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38332, 'team': 47, 'player': 11476, 'created': 1736205194812}]}}]} 2025-02-09 10:52:26,606 - card_creation - INFO - patch: players [('cost', '4011'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11476/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:26,679 - card_creation - INFO - return: {'player_id': 11476, 'p_name': 'Yorkis Perez', 'cost': 4011, 'image': 'https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1513, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/98fef4bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezyo01', 'fangr_id': '1513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4273, 'first_name': 'Yorkis', 'last_name': 'Perez', 'key_fangraphs': 1513, 'key_bbref': 'perezyo01', 'key_retro': 'perey001', 'key_mlbam': 120417, 'offense_col': 3}} 2025-02-09 10:52:26,679 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loeweca01'), ('cardset_id', 20)] 2025-02-09 10:52:26,804 - card_creation - INFO - session info: 2025-02-09 10:52:26,804 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11477, 'p_name': 'Carlton Loewer', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1713, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loeweca01', 'fangr_id': '1713', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4274, 'first_name': 'Carlton', 'last_name': 'Loewer', 'key_fangraphs': 1713, 'key_bbref': 'loeweca01', 'key_retro': 'loewc001', 'key_mlbam': 133780, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:26,804 - card_creation - INFO - patch: players [('cost', '5'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11477/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:26,877 - card_creation - INFO - return: {'player_id': 11477, 'p_name': 'Carlton Loewer', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1713, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loeweca01', 'fangr_id': '1713', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4274, 'first_name': 'Carlton', 'last_name': 'Loewer', 'key_fangraphs': 1713, 'key_bbref': 'loeweca01', 'key_retro': 'loewc001', 'key_mlbam': 133780, 'offense_col': 3}} 2025-02-09 10:52:26,877 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leiteal01'), ('cardset_id', 20)] 2025-02-09 10:52:26,985 - card_creation - INFO - session info: 2025-02-09 10:52:26,985 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10909, 'p_name': 'Al Leiter', 'cost': 699, 'image': 'https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 883, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b348f411_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leiteal01', 'fangr_id': '883', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3920, 'first_name': 'Al', 'last_name': 'Leiter', 'key_fangraphs': 883, 'key_bbref': 'leiteal01', 'key_retro': 'leita001', 'key_mlbam': 117652, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36344, 'team': 69, 'player': 10909, 'created': 1730920177137}, {'id': 36735, 'team': 47, 'player': 10909, 'crea [ S N I P P E D ] 2025-02-09 10:52:26,985 - card_creation - INFO - patch: players [('cost', '321'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10909/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:27,075 - card_creation - INFO - return: {'player_id': 10909, 'p_name': 'Al Leiter', 'cost': 321, 'image': 'https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 883, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b348f411_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leiteal01', 'fangr_id': '883', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3920, 'first_name': 'Al', 'last_name': 'Leiter', 'key_fangraphs': 883, 'key_bbref': 'leiteal01', 'key_retro': 'leita001', 'key_mlbam': 117652, 'offense_col': 1}} 2025-02-09 10:52:27,076 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morgami01'), ('cardset_id', 20)] 2025-02-09 10:52:27,181 - card_creation - INFO - session info: 2025-02-09 10:52:27,182 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10910, 'p_name': 'Mike Morgan', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 67, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a7727193_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morgami01', 'fangr_id': '67', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3921, 'first_name': 'Mike', 'last_name': 'Morgan', 'key_fangraphs': 67, 'key_bbref': 'morgami01', 'key_retro': 'morgm001', 'key_mlbam': 119374, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35725, 'team': 38, 'player': 10910, 'created': 1730616941935}, {'id': 36973, 'team': 47, 'player': 10910, 'cr [ S N I P P E D ] 2025-02-09 10:52:27,182 - card_creation - INFO - patch: players [('cost', '77'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10910/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:27,307 - card_creation - INFO - return: {'player_id': 10910, 'p_name': 'Mike Morgan', 'cost': 77, 'image': 'https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 67, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a7727193_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morgami01', 'fangr_id': '67', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3921, 'first_name': 'Mike', 'last_name': 'Morgan', 'key_fangraphs': 67, 'key_bbref': 'morgami01', 'key_retro': 'morgm001', 'key_mlbam': 119374, 'offense_col': 1}} 2025-02-09 10:52:27,307 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ruschgl01'), ('cardset_id', 20)] 2025-02-09 10:52:27,416 - card_creation - INFO - session info: 2025-02-09 10:52:27,416 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10911, 'p_name': 'Glendon Rusch', 'cost': 2426, 'image': 'https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 707, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cd4ca593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ruschgl01', 'fangr_id': '707', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2638, 'first_name': 'Glendon', 'last_name': 'Rusch', 'key_fangraphs': 707, 'key_bbref': 'ruschgl01', 'key_retro': 'ruscg001', 'key_mlbam': 121556, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35551, 'team': 69, 'player': 10911, 'created': 1730616941189}, {'id': 35715, 'team [ S N I P P E D ] 2025-02-09 10:52:27,416 - card_creation - INFO - patch: players [('cost', '697'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/10911/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:27,512 - card_creation - INFO - return: {'player_id': 10911, 'p_name': 'Glendon Rusch', 'cost': 697, 'image': 'https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 707, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cd4ca593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ruschgl01', 'fangr_id': '707', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2638, 'first_name': 'Glendon', 'last_name': 'Rusch', 'key_fangraphs': 707, 'key_bbref': 'ruschgl01', 'key_retro': 'ruscg001', 'key_mlbam': 121556, 'offense_col': 3}} 2025-02-09 10:52:27,512 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pittsji01'), ('cardset_id', 20)] 2025-02-09 10:52:27,617 - card_creation - INFO - session info: 2025-02-09 10:52:27,617 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11163, 'p_name': 'Jim Pittsley', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7fa478ae_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pittsji01', 'fangr_id': '1010379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4130, 'first_name': 'Jim', 'last_name': 'Pittsley', 'key_fangraphs': 1010379, 'key_bbref': 'pittsji01', 'key_retro': 'pittj002', 'key_mlbam': 120609, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:27,618 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11163/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:27,705 - card_creation - INFO - return: {'player_id': 11163, 'p_name': 'Jim Pittsley', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7fa478ae_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pittsji01', 'fangr_id': '1010379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4130, 'first_name': 'Jim', 'last_name': 'Pittsley', 'key_fangraphs': 1010379, 'key_bbref': 'pittsji01', 'key_retro': 'pittj002', 'key_mlbam': 120609, 'offense_col': 1}} 2025-02-09 10:52:27,705 - card_creation - INFO - get: players id: None params: [('bbref_id', 'keyji01'), ('cardset_id', 20)] 2025-02-09 10:52:27,802 - card_creation - INFO - session info: 2025-02-09 10:52:27,802 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10912, 'p_name': 'Jimmy Key', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006885, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eee5289f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keyji01', 'fangr_id': '1006885', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3922, 'first_name': 'Jimmy', 'last_name': 'Key', 'key_fangraphs': 1006885, 'key_bbref': 'keyji01', 'key_retro': 'key-j001', 'key_mlbam': 117032, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:27,803 - card_creation - INFO - patch: players [('cost', '433'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10912/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:27,915 - card_creation - INFO - return: {'player_id': 10912, 'p_name': 'Jimmy Key', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006885, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eee5289f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keyji01', 'fangr_id': '1006885', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3922, 'first_name': 'Jimmy', 'last_name': 'Key', 'key_fangraphs': 1006885, 'key_bbref': 'keyji01', 'key_retro': 'key-j001', 'key_mlbam': 117032, 'offense_col': 1}} 2025-02-09 10:52:27,915 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kamiesc01'), ('cardset_id', 20)] 2025-02-09 10:52:28,011 - card_creation - INFO - session info: 2025-02-09 10:52:28,011 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11103, 'p_name': 'Scott Kamieniecki', 'cost': 113, 'image': 'https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006681, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4ef2b981_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kamiesc01', 'fangr_id': '1006681', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4080, 'first_name': 'Scott', 'last_name': 'Kamieniecki', 'key_fangraphs': 1006681, 'key_bbref': 'kamiesc01', 'key_retro': 'kamis001', 'key_mlbam': 116824, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37212, 'team': 33, 'player': 11103, 'created': 1731963342633}, {'id': 3 [ S N I P P E D ] 2025-02-09 10:52:28,012 - card_creation - INFO - patch: players [('cost', '112'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11103/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:28,096 - card_creation - INFO - return: {'player_id': 11103, 'p_name': 'Scott Kamieniecki', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006681, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4ef2b981_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kamiesc01', 'fangr_id': '1006681', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4080, 'first_name': 'Scott', 'last_name': 'Kamieniecki', 'key_fangraphs': 1006681, 'key_bbref': 'kamiesc01', 'key_retro': 'kamis001', 'key_mlbam': 116824, 'offense_col': 2}} 2025-02-09 10:52:28,096 - card_creation - INFO - get: players id: None params: [('bbref_id', 'keaglgr01'), ('cardset_id', 20)] 2025-02-09 10:52:28,182 - card_creation - INFO - session info: 2025-02-09 10:52:28,182 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10913, 'p_name': 'Greg Keagle', 'cost': 317, 'image': 'https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006726, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/04856254_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keaglgr01', 'fangr_id': '1006726', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3923, 'first_name': 'Greg', 'last_name': 'Keagle', 'key_fangraphs': 1006726, 'key_bbref': 'keaglgr01', 'key_retro': 'keagg001', 'key_mlbam': 116871, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:28,183 - card_creation - INFO - patch: players [('cost', '316'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10913/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:28,271 - card_creation - INFO - return: {'player_id': 10913, 'p_name': 'Greg Keagle', 'cost': 316, 'image': 'https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006726, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/04856254_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keaglgr01', 'fangr_id': '1006726', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3923, 'first_name': 'Greg', 'last_name': 'Keagle', 'key_fangraphs': 1006726, 'key_bbref': 'keaglgr01', 'key_retro': 'keagg001', 'key_mlbam': 116871, 'offense_col': 1}} 2025-02-09 10:52:28,272 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 20)] 2025-02-09 10:52:28,365 - card_creation - INFO - session info: 2025-02-09 10:52:28,365 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11195, 'p_name': 'Doug Brocail', 'cost': 380, 'image': 'https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/117b6258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:28,366 - card_creation - INFO - patch: players [('cost', '1319'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11195/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:28,478 - card_creation - INFO - return: {'player_id': 11195, 'p_name': 'Doug Brocail', 'cost': 1319, 'image': 'https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/117b6258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-09 10:52:28,478 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesto02'), ('cardset_id', 20)] 2025-02-09 10:52:28,571 - card_creation - INFO - session info: 2025-02-09 10:52:28,572 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11240, 'p_name': 'Todd Jones', 'cost': 1119, 'image': 'https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 436, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5ec10c72_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesto02', 'fangr_id': '436', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2826, 'first_name': 'Todd', 'last_name': 'Jones', 'key_fangraphs': 436, 'key_bbref': 'jonesto02', 'key_retro': 'jonet003', 'key_mlbam': 116734, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:28,572 - card_creation - INFO - patch: players [('cost', '3376'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11240/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:28,652 - card_creation - INFO - return: {'player_id': 11240, 'p_name': 'Todd Jones', 'cost': 3376, 'image': 'https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 436, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5ec10c72_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesto02', 'fangr_id': '436', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2826, 'first_name': 'Todd', 'last_name': 'Jones', 'key_fangraphs': 436, 'key_bbref': 'jonesto02', 'key_retro': 'jonet003', 'key_mlbam': 116734, 'offense_col': 1}} 2025-02-09 10:52:28,652 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eyresc01'), ('cardset_id', 20)] 2025-02-09 10:52:28,740 - card_creation - INFO - session info: 2025-02-09 10:52:28,741 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10914, 'p_name': 'Scott Eyre', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1300, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e4cf4bb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eyresc01', 'fangr_id': '1300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3175, 'first_name': 'Scott', 'last_name': 'Eyre', 'key_fangraphs': 1300, 'key_bbref': 'eyresc01', 'key_retro': 'eyres001', 'key_mlbam': 113961, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35540, 'team': 38, 'player': 10914, 'created': 1730616940558}, {'id': 35603, 'team': 47, 'pla [ S N I P P E D ] 2025-02-09 10:52:28,741 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10914/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:28,818 - card_creation - INFO - return: {'player_id': 10914, 'p_name': 'Scott Eyre', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1300, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e4cf4bb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eyresc01', 'fangr_id': '1300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3175, 'first_name': 'Scott', 'last_name': 'Eyre', 'key_fangraphs': 1300, 'key_bbref': 'eyresc01', 'key_retro': 'eyres001', 'key_mlbam': 113961, 'offense_col': 2}} 2025-02-09 10:52:28,818 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aguilri01'), ('cardset_id', 20)] 2025-02-09 10:52:28,902 - card_creation - INFO - session info: 2025-02-09 10:52:28,902 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11037, 'p_name': 'Rick Aguilera', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000086, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c29fd34b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aguilri01', 'fangr_id': '1000086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4020, 'first_name': 'Rick', 'last_name': 'Aguilera', 'key_fangraphs': 1000086, 'key_bbref': 'aguilri01', 'key_retro': 'aguir001', 'key_mlbam': 110090, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36982, 'team': 47, 'player': 11037, 'created': 1731602870133}]}}]} 2025-02-09 10:52:28,902 - card_creation - INFO - patch: players [('cost', '116'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11037/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:28,984 - card_creation - INFO - return: {'player_id': 11037, 'p_name': 'Rick Aguilera', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000086, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c29fd34b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aguilri01', 'fangr_id': '1000086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4020, 'first_name': 'Rick', 'last_name': 'Aguilera', 'key_fangraphs': 1000086, 'key_bbref': 'aguilri01', 'key_retro': 'aguir001', 'key_mlbam': 110090, 'offense_col': 2}} 2025-02-09 10:52:28,984 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 20)] 2025-02-09 10:52:29,053 - card_creation - INFO - session info: 2025-02-09 10:52:29,053 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35915, 'team': 55, 'player': 10915, 'created': 1730748268221}, {'id': 36416, 'team': 69, 'player': [ S N I P P E D ] 2025-02-09 10:52:29,053 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10915/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:29,135 - card_creation - INFO - return: {'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-09 10:52:29,135 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ogeach01'), ('cardset_id', 20)] 2025-02-09 10:52:29,219 - card_creation - INFO - session info: 2025-02-09 10:52:29,219 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11104, 'p_name': 'Chad Ogea', 'cost': 684, 'image': 'https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009744, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/e634356a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ogeach01', 'fangr_id': '1009744', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4081, 'first_name': 'Chad', 'last_name': 'Ogea', 'key_fangraphs': 1009744, 'key_bbref': 'ogeach01', 'key_retro': 'ogeac001', 'key_mlbam': 119952, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:29,220 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11104/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:29,294 - card_creation - INFO - return: {'player_id': 11104, 'p_name': 'Chad Ogea', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009744, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/e634356a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ogeach01', 'fangr_id': '1009744', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4081, 'first_name': 'Chad', 'last_name': 'Ogea', 'key_fangraphs': 1009744, 'key_bbref': 'ogeach01', 'key_retro': 'ogeac001', 'key_mlbam': 119952, 'offense_col': 1}} 2025-02-09 10:52:29,294 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aldresc01'), ('cardset_id', 20)] 2025-02-09 10:52:29,360 - card_creation - INFO - session info: 2025-02-09 10:52:29,360 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:29,361 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'aldrs001')] 2025-02-09 10:52:29,442 - card_creation - INFO - session info: 2025-02-09 10:52:29,442 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:29,442 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Scott', 'last_name': 'Aldred', 'key_mlbam': 110118, 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001'} type: 2025-02-09 10:52:29,529 - card_creation - INFO - return: {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1} 2025-02-09 10:52:29,530 - card_creation - INFO - post: players payload: {'p_name': 'Scott Aldred', 'cost': '370', 'image': 'change-me', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset_id': 20, 'set_num': 1000115, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'aldresc01', 'fangr_id': 1000115, 'mlbplayer_id': 4318, 'pos_1': 'RP'} type: 2025-02-09 10:52:29,640 - card_creation - INFO - return: {'player_id': 11524, 'p_name': 'Scott Aldred', 'cost': 370, 'image': 'change-me', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000115, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aldresc01', 'fangr_id': '1000115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1}} 2025-02-09 10:52:29,640 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11524/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:29,743 - card_creation - INFO - return: {'player_id': 11524, 'p_name': 'Scott Aldred', 'cost': 370, 'image': 'https://pd.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000115, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aldresc01', 'fangr_id': '1000115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1}} 2025-02-09 10:52:29,743 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsja02'), ('cardset_id', 20)] 2025-02-09 10:52:29,825 - card_creation - INFO - session info: 2025-02-09 10:52:29,825 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11164, 'p_name': 'Jason Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 147, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/64b40203_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsja02', 'fangr_id': '147', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3160, 'first_name': 'Jason', 'last_name': 'Johnson', 'key_fangraphs': 147, 'key_bbref': 'johnsja02', 'key_retro': 'johnj007', 'key_mlbam': 116595, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37486, 'team': 33, 'player': 11164, 'created': 1731963342642}]}}]} 2025-02-09 10:52:29,825 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11164/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:29,909 - card_creation - INFO - return: {'player_id': 11164, 'p_name': 'Jason Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 147, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/64b40203_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsja02', 'fangr_id': '147', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3160, 'first_name': 'Jason', 'last_name': 'Johnson', 'key_fangraphs': 147, 'key_bbref': 'johnsja02', 'key_retro': 'johnj007', 'key_mlbam': 116595, 'offense_col': 1}} 2025-02-09 10:52:29,909 - card_creation - INFO - get: players id: None params: [('bbref_id', 'santaju01'), ('cardset_id', 20)] 2025-02-09 10:52:30,002 - card_creation - INFO - session info: 2025-02-09 10:52:30,002 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11165, 'p_name': 'Julio Santana', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 496, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d69ec2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaju01', 'fangr_id': '496', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4131, 'first_name': 'Julio', 'last_name': 'Santana', 'key_fangraphs': 496, 'key_bbref': 'santaju01', 'key_retro': 'santj001', 'key_mlbam': 121690, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:30,003 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/11165/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:30,093 - card_creation - INFO - return: {'player_id': 11165, 'p_name': 'Julio Santana', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 496, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d69ec2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaju01', 'fangr_id': '496', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4131, 'first_name': 'Julio', 'last_name': 'Santana', 'key_fangraphs': 496, 'key_bbref': 'santaju01', 'key_retro': 'santj001', 'key_mlbam': 121690, 'offense_col': 1}} 2025-02-09 10:52:30,094 - card_creation - INFO - get: players id: None params: [('bbref_id', 'seleaa01'), ('cardset_id', 20)] 2025-02-09 10:52:30,183 - card_creation - INFO - session info: 2025-02-09 10:52:30,183 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10916, 'p_name': 'Aaron Sele', 'cost': 739, 'image': 'https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 34, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/50974fb9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seleaa01', 'fangr_id': '34', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3925, 'first_name': 'Aaron', 'last_name': 'Sele', 'key_fangraphs': 34, 'key_bbref': 'seleaa01', 'key_retro': 'selea001', 'key_mlbam': 121986, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35410, 'team': 33, 'player': 10916, 'created': 1730616940558}, {'id': 35730, 'team': 38, 'player': 10916, 'created [ S N I P P E D ] 2025-02-09 10:52:30,184 - card_creation - INFO - patch: players [('cost', '307'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10916/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:30,285 - card_creation - INFO - return: {'player_id': 10916, 'p_name': 'Aaron Sele', 'cost': 307, 'image': 'https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 34, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/50974fb9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seleaa01', 'fangr_id': '34', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3925, 'first_name': 'Aaron', 'last_name': 'Sele', 'key_fangraphs': 34, 'key_bbref': 'seleaa01', 'key_retro': 'selea001', 'key_mlbam': 121986, 'offense_col': 1}} 2025-02-09 10:52:30,285 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oliveda02'), ('cardset_id', 20)] 2025-02-09 10:52:30,365 - card_creation - INFO - session info: 2025-02-09 10:52:30,365 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11038, 'p_name': 'Darren Oliver', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2c3ca278_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oliveda02', 'fangr_id': '206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1930, 'first_name': 'Darren', 'last_name': 'Oliver', 'key_fangraphs': 206, 'key_bbref': 'oliveda02', 'key_retro': 'olivd001', 'key_mlbam': 119984, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36998, 'team': 47, 'player': 11038, 'created': 1731602869923}, {'id': 37103, 'team': 49, [ S N I P P E D ] 2025-02-09 10:52:30,366 - card_creation - INFO - patch: players [('cost', '84'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11038/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:30,494 - card_creation - INFO - return: {'player_id': 11038, 'p_name': 'Darren Oliver', 'cost': 84, 'image': 'https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2c3ca278_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oliveda02', 'fangr_id': '206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1930, 'first_name': 'Darren', 'last_name': 'Oliver', 'key_fangraphs': 206, 'key_bbref': 'oliveda02', 'key_retro': 'olivd001', 'key_mlbam': 119984, 'offense_col': 1}} 2025-02-09 10:52:30,494 - card_creation - INFO - get: players id: None params: [('bbref_id', 'irabuhi01'), ('cardset_id', 20)] 2025-02-09 10:52:30,582 - card_creation - INFO - session info: 2025-02-09 10:52:30,583 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11105, 'p_name': 'Hideki Irabu', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1255, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c862a1cb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'irabuhi01', 'fangr_id': '1255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4082, 'first_name': 'Hideki', 'last_name': 'Irabu', 'key_fangraphs': 1255, 'key_bbref': 'irabuhi01', 'key_retro': 'irabh001', 'key_mlbam': 116400, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:30,583 - card_creation - INFO - patch: players [('cost', '649'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11105/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:30,677 - card_creation - INFO - return: {'player_id': 11105, 'p_name': 'Hideki Irabu', 'cost': 649, 'image': 'https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1255, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c862a1cb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'irabuhi01', 'fangr_id': '1255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4082, 'first_name': 'Hideki', 'last_name': 'Irabu', 'key_fangraphs': 1255, 'key_bbref': 'irabuhi01', 'key_retro': 'irabh001', 'key_mlbam': 116400, 'offense_col': 1}} 2025-02-09 10:52:30,677 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clemero02'), ('cardset_id', 20)] 2025-02-09 10:52:30,767 - card_creation - INFO - session info: 2025-02-09 10:52:30,767 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10917, 'p_name': 'Roger Clemens', 'cost': 1004, 'image': 'https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 815, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b5a2be2f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clemero02', 'fangr_id': '815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3926, 'first_name': 'Roger', 'last_name': 'Clemens', 'key_fangraphs': 815, 'key_bbref': 'clemero02', 'key_retro': 'clemr001', 'key_mlbam': 112388, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36736, 'team': 47, 'player': 10917, 'created': 1731602870070}, {'id': 37579, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:52:30,767 - card_creation - INFO - patch: players [('cost', '2111'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/10917/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:30,872 - card_creation - INFO - return: {'player_id': 10917, 'p_name': 'Roger Clemens', 'cost': 2111, 'image': 'https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b5a2be2f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clemero02', 'fangr_id': '815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3926, 'first_name': 'Roger', 'last_name': 'Clemens', 'key_fangraphs': 815, 'key_bbref': 'clemero02', 'key_retro': 'clemr001', 'key_mlbam': 112388, 'offense_col': 1}} 2025-02-09 10:52:30,872 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesbo03'), ('cardset_id', 20)] 2025-02-09 10:52:31,034 - card_creation - INFO - session info: 2025-02-09 10:52:31,034 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10918, 'p_name': 'Bobby Jones', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1039, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8b599437_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo03', 'fangr_id': '1039', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3927, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1039, 'key_bbref': 'jonesbo03', 'key_retro': 'joneb003', 'key_mlbam': 116717, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36613, 'team': 53, 'player': 10918, 'created': 1731297998339}]}}]} 2025-02-09 10:52:31,034 - card_creation - INFO - patch: players [('cost', '309'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10918/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:31,119 - card_creation - INFO - return: {'player_id': 10918, 'p_name': 'Bobby Jones', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1039, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8b599437_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo03', 'fangr_id': '1039', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3927, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1039, 'key_bbref': 'jonesbo03', 'key_retro': 'joneb003', 'key_mlbam': 116717, 'offense_col': 2}} 2025-02-09 10:52:31,119 - card_creation - INFO - get: players id: None params: [('bbref_id', 'choji01'), ('cardset_id', 20)] 2025-02-09 10:52:31,215 - card_creation - INFO - session info: 2025-02-09 10:52:31,215 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:31,215 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'cho-j001')] 2025-02-09 10:52:31,310 - card_creation - INFO - session info: 2025-02-09 10:52:31,310 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:31,311 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_mlbam': 135380, 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001'} type: 2025-02-09 10:52:31,409 - card_creation - INFO - return: {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1} 2025-02-09 10:52:31,410 - card_creation - INFO - post: players payload: {'p_name': 'Jin Ho Cho', 'cost': '93', 'image': 'change-me', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset_id': 20, 'set_num': 1002203, 'rarity_id': 3, 'description': 'Live', 'bbref_id': 'choji01', 'fangr_id': 1002203, 'mlbplayer_id': 4319, 'pos_1': 'SP'} type: 2025-02-09 10:52:31,523 - card_creation - INFO - return: {'player_id': 11525, 'p_name': 'Jin Ho Cho', 'cost': 93, 'image': 'change-me', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002203, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'choji01', 'fangr_id': '1002203', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1}} 2025-02-09 10:52:31,523 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11525/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:31,614 - card_creation - INFO - return: {'player_id': 11525, 'p_name': 'Jin Ho Cho', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002203, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'choji01', 'fangr_id': '1002203', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1}} 2025-02-09 10:52:31,614 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodedw01'), ('cardset_id', 20)] 2025-02-09 10:52:31,710 - card_creation - INFO - session info: 2025-02-09 10:52:31,710 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11279, 'p_name': 'Dwight Gooden', 'cost': 103, 'image': 'https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004852, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d9e52fa4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodedw01', 'fangr_id': '1004852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4228, 'first_name': 'Dwight', 'last_name': 'Gooden', 'key_fangraphs': 1004852, 'key_bbref': 'goodedw01', 'key_retro': 'goodd001', 'key_mlbam': 114947, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38842, 'team': 38, 'player': 11279, 'created': 1738533340064}]}}]} 2025-02-09 10:52:31,710 - card_creation - INFO - patch: players [('cost', '108'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11279/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:31,834 - card_creation - INFO - return: {'player_id': 11279, 'p_name': 'Dwight Gooden', 'cost': 108, 'image': 'https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004852, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d9e52fa4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodedw01', 'fangr_id': '1004852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4228, 'first_name': 'Dwight', 'last_name': 'Gooden', 'key_fangraphs': 1004852, 'key_bbref': 'goodedw01', 'key_retro': 'goodd001', 'key_mlbam': 114947, 'offense_col': 2}} 2025-02-09 10:52:31,835 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rosebr01'), ('cardset_id', 20)] 2025-02-09 10:52:31,930 - card_creation - INFO - session info: 2025-02-09 10:52:31,930 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10919, 'p_name': 'Brian Rose', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011201, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1bcb5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosebr01', 'fangr_id': '1011201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3928, 'first_name': 'Brian', 'last_name': 'Rose', 'key_fangraphs': 1011201, 'key_bbref': 'rosebr01', 'key_retro': 'roseb002', 'key_mlbam': 121450, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35509, 'team': 47, 'player': 10919, 'created': 1730616941189}, {'id': 35959, 'team': 55, 'pl [ S N I P P E D ] 2025-02-09 10:52:31,930 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10919/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:32,109 - card_creation - INFO - return: {'player_id': 10919, 'p_name': 'Brian Rose', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011201, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1bcb5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosebr01', 'fangr_id': '1011201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3928, 'first_name': 'Brian', 'last_name': 'Rose', 'key_fangraphs': 1011201, 'key_bbref': 'rosebr01', 'key_retro': 'roseb002', 'key_mlbam': 121450, 'offense_col': 2}} 2025-02-09 10:52:32,110 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walkeja01'), ('cardset_id', 20)] 2025-02-09 10:52:32,200 - card_creation - INFO - session info: 2025-02-09 10:52:32,200 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11312, 'p_name': 'Jamie Walker', 'cost': 16, 'image': 'https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 502, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkeja01', 'fangr_id': '502', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2655, 'first_name': 'Jamie', 'last_name': 'Walker', 'key_fangraphs': 502, 'key_bbref': 'walkeja01', 'key_retro': 'walkj001', 'key_mlbam': 123828, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:32,200 - card_creation - INFO - patch: players [('cost', '16'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11312/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:32,296 - card_creation - INFO - return: {'player_id': 11312, 'p_name': 'Jamie Walker', 'cost': 16, 'image': 'https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 502, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkeja01', 'fangr_id': '502', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2655, 'first_name': 'Jamie', 'last_name': 'Walker', 'key_fangraphs': 502, 'key_bbref': 'walkeja01', 'key_retro': 'walkj001', 'key_mlbam': 123828, 'offense_col': 1}} 2025-02-09 10:52:32,296 - card_creation - INFO - get: players id: None params: [('bbref_id', 'deharri01'), ('cardset_id', 20)] 2025-02-09 10:52:32,401 - card_creation - INFO - session info: 2025-02-09 10:52:32,401 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11478, 'p_name': 'Rick DeHart', 'cost': 1048, 'image': 'https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1723, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deharri01', 'fangr_id': '1723', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4275, 'first_name': 'Rick', 'last_name': 'DeHart', 'key_fangraphs': 1723, 'key_bbref': 'deharri01', 'key_retro': 'dehar001', 'key_mlbam': 113204, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:32,401 - card_creation - INFO - patch: players [('cost', '1048'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11478/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:32,494 - card_creation - INFO - return: {'player_id': 11478, 'p_name': 'Rick DeHart', 'cost': 1048, 'image': 'https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1723, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deharri01', 'fangr_id': '1723', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4275, 'first_name': 'Rick', 'last_name': 'DeHart', 'key_fangraphs': 1723, 'key_bbref': 'deharri01', 'key_retro': 'dehar001', 'key_mlbam': 113204, 'offense_col': 3}} 2025-02-09 10:52:32,494 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sprinde01'), ('cardset_id', 20)] 2025-02-09 10:52:32,599 - card_creation - INFO - session info: 2025-02-09 10:52:32,600 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10920, 'p_name': 'Dennis Springer', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/31ea019a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinde01', 'fangr_id': '672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3929, 'first_name': 'Dennis', 'last_name': 'Springer', 'key_fangraphs': 672, 'key_bbref': 'sprinde01', 'key_retro': 'sprid001', 'key_mlbam': 122618, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35416, 'team': 33, 'player': 10920, 'created': 1730616942106}, {'id': 36472, 'team': 47, [ S N I P P E D ] 2025-02-09 10:52:32,600 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10920/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:32,706 - card_creation - INFO - return: {'player_id': 10920, 'p_name': 'Dennis Springer', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/31ea019a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinde01', 'fangr_id': '672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3929, 'first_name': 'Dennis', 'last_name': 'Springer', 'key_fangraphs': 672, 'key_bbref': 'sprinde01', 'key_retro': 'sprid001', 'key_mlbam': 122618, 'offense_col': 2}} 2025-02-09 10:52:32,706 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lirafe01'), ('cardset_id', 20)] 2025-02-09 10:52:32,794 - card_creation - INFO - session info: 2025-02-09 10:52:32,794 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11166, 'p_name': 'Felipe Lira', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007649, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7ad04cff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lirafe01', 'fangr_id': '1007649', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4132, 'first_name': 'Felipe', 'last_name': 'Lira', 'key_fangraphs': 1007649, 'key_bbref': 'lirafe01', 'key_retro': 'liraf001', 'key_mlbam': 117809, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37322, 'team': 47, 'player': 11166, 'created': 1731963342633}, {'id': 37619, 'team': [ S N I P P E D ] 2025-02-09 10:52:32,794 - card_creation - INFO - patch: players [('cost', '14'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11166/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:32,890 - card_creation - INFO - return: {'player_id': 11166, 'p_name': 'Felipe Lira', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007649, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7ad04cff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lirafe01', 'fangr_id': '1007649', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4132, 'first_name': 'Felipe', 'last_name': 'Lira', 'key_fangraphs': 1007649, 'key_bbref': 'lirafe01', 'key_retro': 'liraf001', 'key_mlbam': 117809, 'offense_col': 1}} 2025-02-09 10:52:32,890 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aceveju01'), ('cardset_id', 20)] 2025-02-09 10:52:32,991 - card_creation - INFO - session info: 2025-02-09 10:52:32,991 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11167, 'p_name': 'Juan Acevedo', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 458, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fd0e33d4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aceveju01', 'fangr_id': '458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4133, 'first_name': 'Juan', 'last_name': 'Acevedo', 'key_fangraphs': 458, 'key_bbref': 'aceveju01', 'key_retro': 'acevj001', 'key_mlbam': 110032, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37461, 'team': 33, 'player': 11167, 'created': 1731963342630}, {'id': 38818, 'team': 38, 'p [ S N I P P E D ] 2025-02-09 10:52:32,991 - card_creation - INFO - patch: players [('cost', '1176'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11167/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:33,078 - card_creation - INFO - return: {'player_id': 11167, 'p_name': 'Juan Acevedo', 'cost': 1176, 'image': 'https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 458, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fd0e33d4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aceveju01', 'fangr_id': '458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4133, 'first_name': 'Juan', 'last_name': 'Acevedo', 'key_fangraphs': 458, 'key_bbref': 'aceveju01', 'key_retro': 'acevj001', 'key_mlbam': 110032, 'offense_col': 2}} 2025-02-09 10:52:33,079 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aybarma01'), ('cardset_id', 20)] 2025-02-09 10:52:33,170 - card_creation - INFO - session info: 2025-02-09 10:52:33,170 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10921, 'p_name': 'Manny Aybar', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1107, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5547195_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aybarma01', 'fangr_id': '1107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3930, 'first_name': 'Manny', 'last_name': 'Aybar', 'key_fangraphs': 1107, 'key_bbref': 'aybarma01', 'key_retro': 'aybam001', 'key_mlbam': 110403, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36561, 'team': 33, 'player': 10921, 'created': 1731297998536}, {'id': 37695, 'team': 47, 'p [ S N I P P E D ] 2025-02-09 10:52:33,170 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10921/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:33,251 - card_creation - INFO - return: {'player_id': 10921, 'p_name': 'Manny Aybar', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1107, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5547195_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aybarma01', 'fangr_id': '1107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3930, 'first_name': 'Manny', 'last_name': 'Aybar', 'key_fangraphs': 1107, 'key_bbref': 'aybarma01', 'key_retro': 'aybam001', 'key_mlbam': 110403, 'offense_col': 1}} 2025-02-09 10:52:33,251 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winchsc01'), ('cardset_id', 20)] 2025-02-09 10:52:33,334 - card_creation - INFO - session info: 2025-02-09 10:52:33,334 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11106, 'p_name': 'Scott Winchester', 'cost': 12, 'image': 'https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/27060b2d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winchsc01', 'fangr_id': '1014120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4083, 'first_name': 'Scott', 'last_name': 'Winchester', 'key_fangraphs': 1014120, 'key_bbref': 'winchsc01', 'key_retro': 'wincs001', 'key_mlbam': 124441, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37877, 'team': 47, 'player': 11106, 'created': 1733700057145}]}}]} 2025-02-09 10:52:33,335 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11106/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:33,421 - card_creation - INFO - return: {'player_id': 11106, 'p_name': 'Scott Winchester', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/27060b2d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winchsc01', 'fangr_id': '1014120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4083, 'first_name': 'Scott', 'last_name': 'Winchester', 'key_fangraphs': 1014120, 'key_bbref': 'winchsc01', 'key_retro': 'wincs001', 'key_mlbam': 124441, 'offense_col': 1}} 2025-02-09 10:52:33,421 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greisse01'), ('cardset_id', 20)] 2025-02-09 10:52:33,509 - card_creation - INFO - session info: 2025-02-09 10:52:33,509 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11313, 'p_name': 'Seth Greisinger', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 467, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greisse01', 'fangr_id': '467', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4245, 'first_name': 'Seth', 'last_name': 'Greisinger', 'key_fangraphs': 467, 'key_bbref': 'greisse01', 'key_retro': 'greis001', 'key_mlbam': 133960, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:33,509 - card_creation - INFO - patch: players [('cost', '640'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11313/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:33,586 - card_creation - INFO - return: {'player_id': 11313, 'p_name': 'Seth Greisinger', 'cost': 640, 'image': 'https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 467, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greisse01', 'fangr_id': '467', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4245, 'first_name': 'Seth', 'last_name': 'Greisinger', 'key_fangraphs': 467, 'key_bbref': 'greisse01', 'key_retro': 'greis001', 'key_mlbam': 133960, 'offense_col': 2}} 2025-02-09 10:52:33,586 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mooretr01'), ('cardset_id', 20)] 2025-02-09 10:52:33,685 - card_creation - INFO - session info: 2025-02-09 10:52:33,685 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10922, 'p_name': 'Trey Moore', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009130, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78d4f9e2_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mooretr01', 'fangr_id': '1009130', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3931, 'first_name': 'Trey', 'last_name': 'Moore', 'key_fangraphs': 1009130, 'key_bbref': 'mooretr01', 'key_retro': 'moort001', 'key_mlbam': 134340, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35414, 'team': 33, 'player': 10922, 'created': 1730616942106}, {'id': 35510, 'team': [ S N I P P E D ] 2025-02-09 10:52:33,685 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10922/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:33,761 - card_creation - INFO - return: {'player_id': 10922, 'p_name': 'Trey Moore', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009130, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78d4f9e2_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mooretr01', 'fangr_id': '1009130', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3931, 'first_name': 'Trey', 'last_name': 'Moore', 'key_fangraphs': 1009130, 'key_bbref': 'mooretr01', 'key_retro': 'moort001', 'key_mlbam': 134340, 'offense_col': 1}} 2025-02-09 10:52:33,761 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaje01'), ('cardset_id', 20)] 2025-02-09 10:52:33,847 - card_creation - INFO - session info: 2025-02-09 10:52:33,847 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10923, 'p_name': 'Geremi Gonzalez', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1711, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/247e3c87_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaje01', 'fangr_id': '1711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3932, 'first_name': 'Geremi', 'last_name': 'Gonzalez', 'key_fangraphs': 1711, 'key_bbref': 'gonzaje01', 'key_retro': 'gonzj003', 'key_mlbam': 114928, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36456, 'team': 47, 'player': 10923, 'created': 1731272300483}, {'id': 36524, 'team': 38, 'playe [ S N I P P E D ] 2025-02-09 10:52:33,848 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pd.manticorum.com/api/v2/players/10923/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:33,936 - card_creation - INFO - return: {'player_id': 10923, 'p_name': 'Geremi Gonzalez', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1711, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/247e3c87_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaje01', 'fangr_id': '1711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3932, 'first_name': 'Geremi', 'last_name': 'Gonzalez', 'key_fangraphs': 1711, 'key_bbref': 'gonzaje01', 'key_retro': 'gonzj003', 'key_mlbam': 114928, 'offense_col': 1}} 2025-02-09 10:52:33,937 - card_creation - INFO - get: players id: None params: [('bbref_id', 'osbordo01'), ('cardset_id', 20)] 2025-02-09 10:52:34,022 - card_creation - INFO - session info: 2025-02-09 10:52:34,022 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11039, 'p_name': 'Donovan Osborne', 'cost': 3920, 'image': 'https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 299, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c906a1ed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osbordo01', 'fangr_id': '299', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4021, 'first_name': 'Donovan', 'last_name': 'Osborne', 'key_fangraphs': 299, 'key_bbref': 'osbordo01', 'key_retro': 'osbod001', 'key_mlbam': 120085, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:34,022 - card_creation - INFO - patch: players [('cost', '3919'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11039/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:34,102 - card_creation - INFO - return: {'player_id': 11039, 'p_name': 'Donovan Osborne', 'cost': 3919, 'image': 'https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 299, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c906a1ed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osbordo01', 'fangr_id': '299', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4021, 'first_name': 'Donovan', 'last_name': 'Osborne', 'key_fangraphs': 299, 'key_bbref': 'osbordo01', 'key_retro': 'osbod001', 'key_mlbam': 120085, 'offense_col': 2}} 2025-02-09 10:52:34,102 - card_creation - INFO - get: players id: None params: [('bbref_id', 'busbymi01'), ('cardset_id', 20)] 2025-02-09 10:52:34,194 - card_creation - INFO - session info: 2025-02-09 10:52:34,195 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11040, 'p_name': 'Mike Busby', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001743, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/477d7fd9_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'busbymi01', 'fangr_id': '1001743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4022, 'first_name': 'Mike', 'last_name': 'Busby', 'key_fangraphs': 1001743, 'key_bbref': 'busbymi01', 'key_retro': 'busbm001', 'key_mlbam': 111785, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:34,195 - card_creation - INFO - patch: players [('cost', '457'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11040/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:34,275 - card_creation - INFO - return: {'player_id': 11040, 'p_name': 'Mike Busby', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001743, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/477d7fd9_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'busbymi01', 'fangr_id': '1001743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4022, 'first_name': 'Mike', 'last_name': 'Busby', 'key_fangraphs': 1001743, 'key_bbref': 'busbymi01', 'key_retro': 'busbm001', 'key_mlbam': 111785, 'offense_col': 3}} 2025-02-09 10:52:34,275 - card_creation - INFO - get: players id: None params: [('bbref_id', 'politcl01'), ('cardset_id', 20)] 2025-02-09 10:52:34,358 - card_creation - INFO - session info: 2025-02-09 10:52:34,358 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10924, 'p_name': 'Cliff Politte', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 967, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9955a526_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'politcl01', 'fangr_id': '967', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3933, 'first_name': 'Cliff', 'last_name': 'Politte', 'key_fangraphs': 967, 'key_bbref': 'politcl01', 'key_retro': 'polic001', 'key_mlbam': 131700, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35517, 'team': 47, 'player': 10924, 'created': 1730616941189}, {'id': 35734, 'team': 3 [ S N I P P E D ] 2025-02-09 10:52:34,359 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10924/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:34,441 - card_creation - INFO - return: {'player_id': 10924, 'p_name': 'Cliff Politte', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 967, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9955a526_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'politcl01', 'fangr_id': '967', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3933, 'first_name': 'Cliff', 'last_name': 'Politte', 'key_fangraphs': 967, 'key_bbref': 'politcl01', 'key_retro': 'polic001', 'key_mlbam': 131700, 'offense_col': 3}} 2025-02-09 10:52:34,441 - card_creation - INFO - get: players id: None params: [('bbref_id', 'beechma01'), ('cardset_id', 20)] 2025-02-09 10:52:34,527 - card_creation - INFO - session info: 2025-02-09 10:52:34,527 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11241, 'p_name': 'Matt Beech', 'cost': 102, 'image': 'https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000770, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/08896b81_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beechma01', 'fangr_id': '1000770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4195, 'first_name': 'Matt', 'last_name': 'Beech', 'key_fangraphs': 1000770, 'key_bbref': 'beechma01', 'key_retro': 'beecm001', 'key_mlbam': 110788, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38833, 'team': 38, 'player': 11241, 'created': 1738533340064}]}}]} 2025-02-09 10:52:34,527 - card_creation - INFO - patch: players [('cost', '991'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11241/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:34,616 - card_creation - INFO - return: {'player_id': 11241, 'p_name': 'Matt Beech', 'cost': 991, 'image': 'https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000770, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/08896b81_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beechma01', 'fangr_id': '1000770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4195, 'first_name': 'Matt', 'last_name': 'Beech', 'key_fangraphs': 1000770, 'key_bbref': 'beechma01', 'key_retro': 'beecm001', 'key_mlbam': 110788, 'offense_col': 1}} 2025-02-09 10:52:34,616 - card_creation - INFO - get: players id: None params: [('bbref_id', 'desseel01'), ('cardset_id', 20)] 2025-02-09 10:52:34,705 - card_creation - INFO - session info: 2025-02-09 10:52:34,705 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11280, 'p_name': 'Elmer Dessens', 'cost': 1377, 'image': 'https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 317, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'desseel01', 'fangr_id': '317', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4229, 'first_name': 'Elmer', 'last_name': 'Dessens', 'key_fangraphs': 317, 'key_bbref': 'desseel01', 'key_retro': 'desse001', 'key_mlbam': 113296, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:34,705 - card_creation - INFO - patch: players [('cost', '387'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11280/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:34,783 - card_creation - INFO - return: {'player_id': 11280, 'p_name': 'Elmer Dessens', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 317, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'desseel01', 'fangr_id': '317', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4229, 'first_name': 'Elmer', 'last_name': 'Dessens', 'key_fangraphs': 317, 'key_bbref': 'desseel01', 'key_retro': 'desse001', 'key_mlbam': 113296, 'offense_col': 3}} 2025-02-09 10:52:34,783 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ortizru01'), ('cardset_id', 20)] 2025-02-09 10:52:34,870 - card_creation - INFO - session info: 2025-02-09 10:52:34,870 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:34,870 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'ortir001')] 2025-02-09 10:52:34,939 - card_creation - INFO - session info: 2025-02-09 10:52:34,939 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:34,939 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Russ', 'last_name': 'Ortiz', 'key_mlbam': 133460, 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001'} type: 2025-02-09 10:52:35,022 - card_creation - INFO - return: {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1} 2025-02-09 10:52:35,022 - card_creation - INFO - post: players payload: {'p_name': 'Russ Ortiz', 'cost': '3024', 'image': 'change-me', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset_id': 20, 'set_num': 1124, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'ortizru01', 'fangr_id': 1124, 'mlbplayer_id': 4320, 'pos_1': 'SP'} type: 2025-02-09 10:52:35,127 - card_creation - INFO - return: {'player_id': 11526, 'p_name': 'Russ Ortiz', 'cost': 3024, 'image': 'change-me', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1124, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizru01', 'fangr_id': '1124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1}} 2025-02-09 10:52:35,127 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11526/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:35,245 - card_creation - INFO - return: {'player_id': 11526, 'p_name': 'Russ Ortiz', 'cost': 3024, 'image': 'https://pd.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1124, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizru01', 'fangr_id': '1124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1}} 2025-02-09 10:52:35,245 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huttoma01'), ('cardset_id', 20)] 2025-02-09 10:52:35,334 - card_creation - INFO - session info: 2025-02-09 10:52:35,335 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11107, 'p_name': 'Mark Hutton', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006245, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e5a952ff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huttoma01', 'fangr_id': '1006245', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4084, 'first_name': 'Mark', 'last_name': 'Hutton', 'key_fangraphs': 1006245, 'key_bbref': 'huttoma01', 'key_retro': 'huttm001', 'key_mlbam': 116373, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37868, 'team': 47, 'player': 11107, 'created': 1733700057282}]}}]} 2025-02-09 10:52:35,335 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11107/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:35,423 - card_creation - INFO - return: {'player_id': 11107, 'p_name': 'Mark Hutton', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006245, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e5a952ff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huttoma01', 'fangr_id': '1006245', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4084, 'first_name': 'Mark', 'last_name': 'Hutton', 'key_fangraphs': 1006245, 'key_bbref': 'huttoma01', 'key_retro': 'huttm001', 'key_mlbam': 116373, 'offense_col': 2}} 2025-02-09 10:52:35,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stephga01'), ('cardset_id', 20)] 2025-02-09 10:52:35,514 - card_creation - INFO - session info: 2025-02-09 10:52:35,514 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10925, 'p_name': 'Garrett Stephenson', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1185, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cba9b416_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stephga01', 'fangr_id': '1185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3934, 'first_name': 'Garrett', 'last_name': 'Stephenson', 'key_fangraphs': 1185, 'key_bbref': 'stephga01', 'key_retro': 'stepg001', 'key_mlbam': 122751, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35621, 'team': 69, 'player': 10925, 'created': 1730616941935}, {'id': [ S N I P P E D ] 2025-02-09 10:52:35,514 - card_creation - INFO - patch: players [('cost', '296'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/10925/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:35,612 - card_creation - INFO - return: {'player_id': 10925, 'p_name': 'Garrett Stephenson', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1185, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cba9b416_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stephga01', 'fangr_id': '1185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3934, 'first_name': 'Garrett', 'last_name': 'Stephenson', 'key_fangraphs': 1185, 'key_bbref': 'stephga01', 'key_retro': 'stepg001', 'key_mlbam': 122751, 'offense_col': 1}} 2025-02-09 10:52:35,612 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klingsc01'), ('cardset_id', 20)] 2025-02-09 10:52:35,715 - card_creation - INFO - session info: 2025-02-09 10:52:35,715 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11314, 'p_name': 'Scott Klingenbeck', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f1854d94_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klingsc01', 'fangr_id': '1007011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4246, 'first_name': 'Scott', 'last_name': 'Klingenbeck', 'key_fangraphs': 1007011, 'key_bbref': 'klingsc01', 'key_retro': 'klins001', 'key_mlbam': 117161, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:35,715 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11314/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:35,813 - card_creation - INFO - return: {'player_id': 11314, 'p_name': 'Scott Klingenbeck', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f1854d94_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klingsc01', 'fangr_id': '1007011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4246, 'first_name': 'Scott', 'last_name': 'Klingenbeck', 'key_fangraphs': 1007011, 'key_bbref': 'klingsc01', 'key_retro': 'klins001', 'key_mlbam': 117161, 'offense_col': 2}} 2025-02-09 10:52:35,813 - card_creation - INFO - get: players id: None params: [('bbref_id', 'scanlbo01'), ('cardset_id', 20)] 2025-02-09 10:52:35,918 - card_creation - INFO - session info: 2025-02-09 10:52:35,918 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11196, 'p_name': 'Bob Scanlan', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011489, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fea6d27b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'scanlbo01', 'fangr_id': '1011489', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4158, 'first_name': 'Bob', 'last_name': 'Scanlan', 'key_fangraphs': 1011489, 'key_bbref': 'scanlbo01', 'key_retro': 'scanb001', 'key_mlbam': 121743, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-09 10:52:35,918 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/11196/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:36,030 - card_creation - INFO - return: {'player_id': 11196, 'p_name': 'Bob Scanlan', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011489, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fea6d27b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'scanlbo01', 'fangr_id': '1011489', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4158, 'first_name': 'Bob', 'last_name': 'Scanlan', 'key_fangraphs': 1011489, 'key_bbref': 'scanlbo01', 'key_retro': 'scanb001', 'key_mlbam': 121743, 'offense_col': 1}} 2025-02-09 10:52:36,030 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pichahi01'), ('cardset_id', 20)] 2025-02-09 10:52:36,141 - card_creation - INFO - session info: 2025-02-09 10:52:36,141 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10926, 'p_name': 'Hipolito Pichardo', 'cost': 264, 'image': 'https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1472, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91f829ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pichahi01', 'fangr_id': '1472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3935, 'first_name': 'Hipolito', 'last_name': 'Pichardo', 'key_fangraphs': 1472, 'key_bbref': 'pichahi01', 'key_retro': 'pichh001', 'key_mlbam': 120539, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35569, 'team': 69, 'player': 10926, 'created': 1730616941189}]}}]} 2025-02-09 10:52:36,141 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10926/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:36,235 - card_creation - INFO - return: {'player_id': 10926, 'p_name': 'Hipolito Pichardo', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91f829ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pichahi01', 'fangr_id': '1472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3935, 'first_name': 'Hipolito', 'last_name': 'Pichardo', 'key_fangraphs': 1472, 'key_bbref': 'pichahi01', 'key_retro': 'pichh001', 'key_mlbam': 120539, 'offense_col': 1}} 2025-02-09 10:52:36,235 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thompma01'), ('cardset_id', 20)] 2025-02-09 10:52:36,344 - card_creation - INFO - session info: 2025-02-09 10:52:36,344 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10927, 'p_name': 'Mark Thompson', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013019, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/369db8ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompma01', 'fangr_id': '1013019', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3936, 'first_name': 'Mark', 'last_name': 'Thompson', 'key_fangraphs': 1013019, 'key_bbref': 'thompma01', 'key_retro': 'thomm002', 'key_mlbam': 123296, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37499, 'team': 33, 'player': 10927, 'created': 1731963342633}]}}]} 2025-02-09 10:52:36,344 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10927/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:36,443 - card_creation - INFO - return: {'player_id': 10927, 'p_name': 'Mark Thompson', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013019, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/369db8ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompma01', 'fangr_id': '1013019', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3936, 'first_name': 'Mark', 'last_name': 'Thompson', 'key_fangraphs': 1013019, 'key_bbref': 'thompma01', 'key_retro': 'thomm002', 'key_mlbam': 123296, 'offense_col': 1}} 2025-02-09 10:52:36,444 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wagnepa01'), ('cardset_id', 20)] 2025-02-09 10:52:36,563 - card_creation - INFO - session info: 2025-02-09 10:52:36,563 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11041, 'p_name': 'Paul Wagner', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013490, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9a806f8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnepa01', 'fangr_id': '1013490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4023, 'first_name': 'Paul', 'last_name': 'Wagner', 'key_fangraphs': 1013490, 'key_bbref': 'wagnepa01', 'key_retro': 'wagnp001', 'key_mlbam': 123789, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38825, 'team': 38, 'player': 11041, 'created': 1738533340064}]}}]} 2025-02-09 10:52:36,563 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11041/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:36,647 - card_creation - INFO - return: {'player_id': 11041, 'p_name': 'Paul Wagner', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013490, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9a806f8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnepa01', 'fangr_id': '1013490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4023, 'first_name': 'Paul', 'last_name': 'Wagner', 'key_fangraphs': 1013490, 'key_bbref': 'wagnepa01', 'key_retro': 'wagnp001', 'key_mlbam': 123789, 'offense_col': 2}} 2025-02-09 10:52:36,647 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morrima01'), ('cardset_id', 20)] 2025-02-09 10:52:36,716 - card_creation - INFO - session info: 2025-02-09 10:52:36,716 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-09 10:52:36,716 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'morrm001')] 2025-02-09 10:52:36,789 - card_creation - INFO - session info: 2025-02-09 10:52:36,789 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}]} 2025-02-09 10:52:36,790 - card_creation - INFO - post: players payload: {'p_name': 'Matt Morris', 'cost': '2408', 'image': 'change-me', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset_id': 20, 'set_num': 1172, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'morrima01', 'fangr_id': 1172, 'mlbplayer_id': 3172, 'pos_1': 'SP'} type: 2025-02-09 10:52:36,874 - card_creation - INFO - return: {'player_id': 11527, 'p_name': 'Matt Morris', 'cost': 2408, 'image': 'change-me', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morrima01', 'fangr_id': '1172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}} 2025-02-09 10:52:36,874 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11527/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:36,954 - card_creation - INFO - return: {'player_id': 11527, 'p_name': 'Matt Morris', 'cost': 2408, 'image': 'https://pd.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morrima01', 'fangr_id': '1172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}} 2025-02-09 10:52:36,954 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mercejo02'), ('cardset_id', 20)] 2025-02-09 10:52:37,057 - card_creation - INFO - session info: 2025-02-09 10:52:37,057 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10928, 'p_name': 'Jose Mercedes', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 396, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5eb20646_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mercejo02', 'fangr_id': '396', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3937, 'first_name': 'Jose', 'last_name': 'Mercedes', 'key_fangraphs': 396, 'key_bbref': 'mercejo02', 'key_retro': 'mercj001', 'key_mlbam': 118960, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35778, 'team': 47, 'player': 10928, 'created': 1730616941189}, {'id': 36519, 'team': 38, 'p [ S N I P P E D ] 2025-02-09 10:52:37,058 - card_creation - INFO - patch: players [('cost', '104'), ('rarity_id', 3), ('image', 'https://pd.manticorum.com/api/v2/players/10928/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:37,135 - card_creation - INFO - return: {'player_id': 10928, 'p_name': 'Jose Mercedes', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 396, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5eb20646_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mercejo02', 'fangr_id': '396', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3937, 'first_name': 'Jose', 'last_name': 'Mercedes', 'key_fangraphs': 396, 'key_bbref': 'mercejo02', 'key_retro': 'mercj001', 'key_mlbam': 118960, 'offense_col': 1}} 2025-02-09 10:52:37,136 - card_creation - INFO - get: players id: None params: [('bbref_id', 'halamjo01'), ('cardset_id', 20)] 2025-02-09 10:52:37,220 - card_creation - INFO - session info: 2025-02-09 10:52:37,220 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10929, 'p_name': 'John Halama', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1080, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b38f5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'halamjo01', 'fangr_id': '1080', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3938, 'first_name': 'John', 'last_name': 'Halama', 'key_fangraphs': 1080, 'key_bbref': 'halamjo01', 'key_retro': 'halaj001', 'key_mlbam': 134280, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35789, 'team': 47, 'player': 10929, 'created': 1730616941189}, {'id': 37582, 'team': 33, 'player [ S N I P P E D ] 2025-02-09 10:52:37,220 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/10929/pitchingcard%3Fd%3D2025-2-9')] 2025-02-09 10:52:37,310 - card_creation - INFO - return: {'player_id': 10929, 'p_name': 'John Halama', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1080, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b38f5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'halamjo01', 'fangr_id': '1080', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3938, 'first_name': 'John', 'last_name': 'Halama', 'key_fangraphs': 1080, 'key_bbref': 'halamjo01', 'key_retro': 'halaj001', 'key_mlbam': 134280, 'offense_col': 1}} 2025-02-09 10:52:37,320 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 10785, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10786, 'balk': 0, 'wild_pitch': 5, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11218, 'balk': 0, 'wild_pitch': 4, 'hold': 4, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11219, 'balk': 0, 'wild_pitch': 9, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10787, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10788, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10989, 'balk': 2, 'wild_pitch': 20, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10789, 'balk': 0, 'wild_pitch': 10, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11461, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10790, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10791, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10990, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10792, 'balk': 0, 'wild_pitch': 20, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10793, 'balk': 2, 'wild_pitch': 13, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10794, 'balk': 0, 'wild_pitch': 4, 'hold': 6, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11071, 'balk': 3, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10991, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10795, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11220, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11177, 'balk': 8, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10796, 'balk': 0, 'wild_pitch': 8, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11258, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11140, 'balk': 0, 'wild_pitch': 0, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11141, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10797, 'balk': 1, 'wild_pitch': 6, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11142, 'balk': 0, 'wild_pitch': 2, 'hold': 5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10798, 'balk': 0, 'wild_pitch': 13, 'hold': 0, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11072, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10799, 'balk': 1, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11073, 'balk': 0, 'wild_pitch': 14, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11221, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11178, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11074, 'balk': 0, 'wild_pitch': 13, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11075, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10800, 'balk': 0, 'wild_pitch': 6, 'hold': -4, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10801, 'balk': 1, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10802, 'balk': 0, 'wild_pitch': 2, 'hold': 5, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11179, 'balk': 0, 'wild_pitch': 10, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11259, 'balk': 3, 'wild_pitch': 11, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11222, 'balk': 0, 'wild_pitch': 0, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11143, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10992, 'balk': 1, 'wild_pitch': 6, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10993, 'balk': 2, 'wild_pitch': 3, 'hold': 3, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11076, 'balk': 0, 'wild_pitch': 20, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10803, 'balk': 0, 'wild_pitch': 3, 'hold': 3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11462, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10804, 'balk': 1, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11077, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11078, 'balk': 0, 'wild_pitch': 4, 'hold': -5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10994, 'balk': 5, 'wild_pitch': 8, 'hold': 4, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10805, 'balk': 1, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11260, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10806, 'balk': 0, 'wild_pitch': 13, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11261, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11144, 'balk': 2, 'wild_pitch': 9, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11223, 'balk': 0, 'wild_pitch': 3, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10807, 'balk': 0, 'wild_pitch': 20, 'hold': 3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10808, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11463, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10809, 'balk': 3, 'wild_pitch': 11, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11464, 'balk': 0, 'wild_pitch': 0, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10995, 'balk': 0, 'wild_pitch': 2, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11224, 'balk': 0, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10810, 'balk': 3, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10811, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11465, 'balk': 0, 'wild_pitch': 20, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11225, 'balk': 0, 'wild_pitch': 18, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11145, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11079, 'balk': 0, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10996, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11146, 'balk': 0, 'wild_pitch': 14, 'hold': 1, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10812, 'balk': 1, 'wild_pitch': 4, 'hold': -4, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11080, 'balk': 0, 'wild_pitch': 3, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11147, 'balk': 2, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10813, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11226, 'balk': 3, 'wild_pitch': 10, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11081, 'balk': 0, 'wild_pitch': 12, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11148, 'balk': 0, 'wild_pitch': 20, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11227, 'balk': 0, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11228, 'balk': 8, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10814, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11180, 'balk': 0, 'wild_pitch': 20, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11303, 'balk': 0, 'wild_pitch': 0, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10815, 'balk': 2, 'wild_pitch': 11, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11229, 'balk': 0, 'wild_pitch': 6, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10816, 'balk': 2, 'wild_pitch': 12, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10997, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10817, 'balk': 1, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10818, 'balk': 1, 'wild_pitch': 5, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11230, 'balk': 3, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10819, 'balk': 1, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10998, 'balk': 1, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10820, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10999, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11000, 'balk': 2, 'wild_pitch': 8, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10821, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11466, 'balk': 0, 'wild_pitch': 0, 'hold': 4, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10822, 'balk': 2, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11082, 'balk': 0, 'wild_pitch': 20, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10823, 'balk': 2, 'wild_pitch': 1, 'hold': 5, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11181, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10824, 'balk': 0, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11083, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11001, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10825, 'balk': 1, 'wild_pitch': 3, 'hold': 5, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10826, 'balk': 0, 'wild_pitch': 11, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10827, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11231, 'balk': 0, 'wild_pitch': 10, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11262, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11467, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11496, 'balk': 7, 'wild_pitch': 20, 'hold': 6, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11263, 'balk': 0, 'wild_pitch': 17, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11149, 'balk': 0, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11232, 'balk': 0, 'wild_pitch': 15, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11084, 'balk': 0, 'wild_pitch': 12, 'hold': -5, 'starter_rating': 0, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11304, 'balk': 0, 'wild_pitch': 14, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10828, 'balk': 2, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11182, 'balk': 8, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11085, 'balk': 2, 'wild_pitch': 18, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11264, 'balk': 0, 'wild_pitch': 7, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11086, 'balk': 0, 'wild_pitch': 10, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10829, 'balk': 0, 'wild_pitch': 11, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10830, 'balk': 1, 'wild_pitch': 8, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11002, 'balk': 2, 'wild_pitch': 2, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10831, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10832, 'balk': 0, 'wild_pitch': 9, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11265, 'balk': 0, 'wild_pitch': 9, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11003, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11183, 'balk': 0, 'wild_pitch': 10, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11087, 'balk': 0, 'wild_pitch': 7, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10833, 'balk': 0, 'wild_pitch': 6, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10834, 'balk': 0, 'wild_pitch': 14, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10835, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11233, 'balk': 0, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11305, 'balk': 0, 'wild_pitch': 9, 'hold': -5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11004, 'balk': 2, 'wild_pitch': 18, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10836, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10837, 'balk': 0, 'wild_pitch': 6, 'hold': 1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11005, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11468, 'balk': 2, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10838, 'balk': 0, 'wild_pitch': 5, 'hold': -5, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11306, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11006, 'balk': 0, 'wild_pitch': 5, 'hold': -4, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11150, 'balk': 4, 'wild_pitch': 4, 'hold': 4, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11184, 'balk': 2, 'wild_pitch': 9, 'hold': -4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10839, 'balk': 0, 'wild_pitch': 6, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11007, 'balk': 2, 'wild_pitch': 0, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11469, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11518, 'balk': 0, 'wild_pitch': 12, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11266, 'balk': 4, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11519, 'balk': 0, 'wild_pitch': 5, 'hold': -5, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11497, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10840, 'balk': 0, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11498, 'balk': 0, 'wild_pitch': 7, 'hold': -5, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11470, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10841, 'balk': 0, 'wild_pitch': 11, 'hold': 7, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11008, 'balk': 0, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10842, 'balk': 1, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10843, 'balk': 0, 'wild_pitch': 15, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11009, 'balk': 2, 'wild_pitch': 8, 'hold': 4, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11010, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11499, 'balk': 0, 'wild_pitch': 8, 'hold': 3, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10844, 'balk': 2, 'wild_pitch': 20, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11267, 'balk': 0, 'wild_pitch': 20, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11482, 'balk': 0, 'wild_pitch': 5, 'hold': 5, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10845, 'balk': 1, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11088, 'balk': 0, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10846, 'balk': 1, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10847, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10848, 'balk': 1, 'wild_pitch': 8, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11089, 'balk': 4, 'wild_pitch': 10, 'hold': 5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11185, 'balk': 0, 'wild_pitch': 0, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11151, 'balk': 0, 'wild_pitch': 19, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10849, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10850, 'balk': 2, 'wild_pitch': 5, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11186, 'balk': 0, 'wild_pitch': 6, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11090, 'balk': 1, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10851, 'balk': 5, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10852, 'balk': 0, 'wild_pitch': 2, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11011, 'balk': 4, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11187, 'balk': 7, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10853, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10854, 'balk': 1, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10855, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10856, 'balk': 0, 'wild_pitch': 15, 'hold': 9, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10857, 'balk': 5, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11012, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11188, 'balk': 0, 'wild_pitch': 10, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11013, 'balk': 0, 'wild_pitch': 11, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10858, 'balk': 0, 'wild_pitch': 8, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11091, 'balk': 0, 'wild_pitch': 3, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10859, 'balk': 3, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 0, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10860, 'balk': 1, 'wild_pitch': 6, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11014, 'balk': 0, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11152, 'balk': 0, 'wild_pitch': 4, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10861, 'balk': 2, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11015, 'balk': 1, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11153, 'balk': 0, 'wild_pitch': 8, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11268, 'balk': 0, 'wild_pitch': 11, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11092, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11520, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10862, 'balk': 0, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10863, 'balk': 0, 'wild_pitch': 4, 'hold': 1, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10864, 'balk': 3, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11016, 'balk': 7, 'wild_pitch': 11, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11189, 'balk': 0, 'wild_pitch': 5, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11093, 'balk': 0, 'wild_pitch': 7, 'hold': 5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10865, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11307, 'balk': 0, 'wild_pitch': 0, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11234, 'balk': 3, 'wild_pitch': 8, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11017, 'balk': 0, 'wild_pitch': 2, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10866, 'balk': 0, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11269, 'balk': 0, 'wild_pitch': 4, 'hold': 0, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10867, 'balk': 1, 'wild_pitch': 1, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11308, 'balk': 0, 'wild_pitch': 20, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11154, 'balk': 0, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10868, 'balk': 1, 'wild_pitch': 5, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10869, 'balk': 1, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11094, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11190, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11018, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10870, 'balk': 2, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10871, 'balk': 0, 'wild_pitch': 9, 'hold': 1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10872, 'balk': 3, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10873, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 6, 'relief_rating': 5, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10874, 'balk': 0, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10875, 'balk': 1, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11471, 'balk': 2, 'wild_pitch': 18, 'hold': -3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10876, 'balk': 0, 'wild_pitch': 6, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10877, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11019, 'balk': 1, 'wild_pitch': 12, 'hold': 5, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11191, 'balk': 2, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11020, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11192, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11270, 'balk': 0, 'wild_pitch': 8, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11271, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11021, 'balk': 4, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11472, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11272, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11022, 'balk': 0, 'wild_pitch': 4, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11095, 'balk': 2, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10878, 'balk': 2, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11500, 'balk': 0, 'wild_pitch': 20, 'hold': 3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10879, 'balk': 1, 'wild_pitch': 9, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11023, 'balk': 0, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11273, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11024, 'balk': 1, 'wild_pitch': 13, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10880, 'balk': 1, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11096, 'balk': 6, 'wild_pitch': 8, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11235, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11236, 'balk': 0, 'wild_pitch': 11, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11237, 'balk': 0, 'wild_pitch': 12, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10881, 'balk': 0, 'wild_pitch': 4, 'hold': -4, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11155, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11309, 'balk': 0, 'wild_pitch': 7, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10882, 'balk': 2, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11501, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11193, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11473, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10883, 'balk': 2, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10884, 'balk': 2, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11156, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10885, 'balk': 0, 'wild_pitch': 6, 'hold': 3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10886, 'balk': 0, 'wild_pitch': 9, 'hold': -1, 'starter_rating': 8, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11194, 'balk': 0, 'wild_pitch': 5, 'hold': 1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11025, 'balk': 2, 'wild_pitch': 15, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11521, 'balk': 0, 'wild_pitch': 9, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10887, 'balk': 2, 'wild_pitch': 2, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11026, 'balk': 0, 'wild_pitch': 13, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11097, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10888, 'balk': 0, 'wild_pitch': 1, 'hold': -5, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11274, 'balk': 2, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11157, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11158, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11275, 'balk': 0, 'wild_pitch': 6, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10889, 'balk': 4, 'wild_pitch': 17, 'hold': 0, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11027, 'balk': 2, 'wild_pitch': 18, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11098, 'balk': 0, 'wild_pitch': 14, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10890, 'balk': 0, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10891, 'balk': 3, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11028, 'balk': 2, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11159, 'balk': 5, 'wild_pitch': 9, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11502, 'balk': 0, 'wild_pitch': 12, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11029, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11310, 'balk': 0, 'wild_pitch': 5, 'hold': 0, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10892, 'balk': 3, 'wild_pitch': 13, 'hold': 1, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11099, 'balk': 2, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10893, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10894, 'balk': 0, 'wild_pitch': 3, 'hold': 0, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11030, 'balk': 3, 'wild_pitch': 10, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11100, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10895, 'balk': 1, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11483, 'balk': 0, 'wild_pitch': 14, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10896, 'balk': 0, 'wild_pitch': 12, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10897, 'balk': 1, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11522, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10898, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11523, 'balk': 0, 'wild_pitch': 10, 'hold': 6, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11474, 'balk': 2, 'wild_pitch': 7, 'hold': 3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11031, 'balk': 2, 'wild_pitch': 14, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10899, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11032, 'balk': 0, 'wild_pitch': 18, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11276, 'balk': 0, 'wild_pitch': 13, 'hold': -4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11101, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11160, 'balk': 0, 'wild_pitch': 8, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11161, 'balk': 9, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10900, 'balk': 1, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10901, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10902, 'balk': 3, 'wild_pitch': 4, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11102, 'balk': 0, 'wild_pitch': 0, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11162, 'balk': 0, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10903, 'balk': 1, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10904, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11238, 'balk': 3, 'wild_pitch': 11, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11239, 'balk': 0, 'wild_pitch': 1, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11277, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11278, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11475, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11311, 'balk': 0, 'wild_pitch': 18, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10905, 'balk': 1, 'wild_pitch': 8, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11484, 'balk': 0, 'wild_pitch': 0, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11033, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10906, 'balk': 1, 'wild_pitch': 6, 'hold': 4, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10907, 'balk': 3, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11503, 'balk': 2, 'wild_pitch': 2, 'hold': -1, 'starter_rating': 6, 'relief_rating': 5, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11034, 'balk': 0, 'wild_pitch': 8, 'hold': 0, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10908, 'balk': 0, 'wild_pitch': 10, 'hold': -1, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11035, 'balk': 1, 'wild_pitch': 9, 'hold': 3, 'starter_rating': 6, 'relief_rating': 5, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11036, 'balk': 1, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11504, 'balk': 0, 'wild_pitch': 12, 'hold': 4, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11476, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11477, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10909, 'balk': 1, 'wild_pitch': 4, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10910, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10911, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11163, 'balk': 0, 'wild_pitch': 18, 'hold': 0, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10912, 'balk': 2, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11103, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10913, 'balk': 0, 'wild_pitch': 10, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11195, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11240, 'balk': 0, 'wild_pitch': 16, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10914, 'balk': 0, 'wild_pitch': 13, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11037, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10915, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11104, 'balk': 0, 'wild_pitch': 0, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11524, 'balk': 0, 'wild_pitch': 13, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11164, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11165, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10916, 'balk': 0, 'wild_pitch': 4, 'hold': -5, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11038, 'balk': 4, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11105, 'balk': 1, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10917, 'balk': 0, 'wild_pitch': 5, 'hold': 0, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10918, 'balk': 2, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11525, 'balk': 0, 'wild_pitch': 11, 'hold': 9, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11279, 'balk': 0, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10919, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11312, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11478, 'balk': 6, 'wild_pitch': 7, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10920, 'balk': 0, 'wild_pitch': 10, 'hold': 1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11166, 'balk': 0, 'wild_pitch': 13, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11167, 'balk': 0, 'wild_pitch': 6, 'hold': -5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10921, 'balk': 0, 'wild_pitch': 5, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11106, 'balk': 0, 'wild_pitch': 8, 'hold': 6, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11313, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10922, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10923, 'balk': 4, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11039, 'balk': 0, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11040, 'balk': 0, 'wild_pitch': 13, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10924, 'balk': 4, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11241, 'balk': 0, 'wild_pitch': 14, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11280, 'balk': 0, 'wild_pitch': 3, 'hold': 3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11526, 'balk': 0, 'wild_pitch': 7, 'hold': -1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11107, 'balk': 0, 'wild_pitch': 12, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10925, 'balk': 7, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11314, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11196, 'balk': 0, 'wild_pitch': 20, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10926, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10927, 'balk': 0, 'wild_pitch': 9, 'hold': -5, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11041, 'balk': 0, 'wild_pitch': 11, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11527, 'balk': 0, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10928, 'balk': 0, 'wild_pitch': 0, 'hold': 3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10929, 'balk': 5, 'wild_pitch': 12, 'hold': 9, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-09 10:52:38,057 - card_creation - INFO - return: Updated cards: 372; new cards: 10 2025-02-09 10:52:38,058 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 20)] 2025-02-09 10:52:39,409 - card_creation - INFO - session info: 2025-02-09 10:52:39,704 - card_creation - INFO - return: {'count': 382, 'cards': [{'id': 5667, 'player': {'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}}, 'variant': 0, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, [ S N I P P E D ] 2025-02-09 10:52:39,714 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 5667, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.1, 'strikeout': 23.849999999999994, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 6.1, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18981, 'obp': 0.37593, 'slg': 0.28981, 'player_id': 10785}, {'pitchingcard_id': 5667, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.35, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 29.000000000000004, 'flyout_lf_b': 1.5, 'flyout_cf_b': 6.85, 'flyout_rf_b': 0.0, 'groundout_a': 7.5, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14583, 'obp': 0.26343, 'slg': 0.225, 'player_id': 10785}, {'pitchingcard_id': 5668, 'vs_hand': 'L', 'homerun': 4.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.1, 'strikeout': 28.85, 'flyout_lf_b': 0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0.0, 'groundout_a': 4.25, 'groundout_b': 6.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25648, 'obp': 0.35, 'slg': 0.39722, 'player_id': 10786}, {'pitchingcard_id': 5668, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 24.2, 'flyout_lf_b': 0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 0.0, 'groundout_a': 10.95, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13009, 'obp': 0.25741, 'slg': 0.24444, 'player_id': 10786}, {'pitchingcard_id': 5669, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.05, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.65, 'strikeout': 15.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.2, 'flyout_rf_b': 2.25, 'groundout_a': 7.2, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21574, 'obp': 0.35139, 'slg': 0.40926, 'player_id': 10787}, {'pitchingcard_id': 5669, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 7.65, 'single_one': 7.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.85, 'strikeout': 21.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 8.75, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23657, 'obp': 0.33704, 'slg': 0.32222, 'player_id': 10787}, {'pitchingcard_id': 5670, 'vs_hand': 'L', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 22.2, 'flyout_lf_b': 1.9, 'flyout_cf_b': 5.050000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 12.2, 'groundout_b': 13.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.22176, 'slg': 0.28241, 'player_id': 10788}, {'pitchingcard_id': 5670, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 22.75, 'flyout_lf_b': 1.5, 'flyout_cf_b': 8.2, 'flyout_rf_b': 0.0, 'groundout_a': 8.25, 'groundout_b': 14.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19213, 'obp': 0.22176, 'slg': 0.33981, 'player_id': 10788}, {'pitchingcard_id': 5671, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.1, 'double_cf': 0.0, 'single_two': 7.3, 'single_one': 7.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.3, 'strikeout': 24.499999999999993, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 1.9, 'groundout_a': 4.75, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26574, 'obp': 0.35185, 'slg': 0.45833, 'player_id': 10789}, {'pitchingcard_id': 5671, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.35, 'strikeout': 21.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 9.15, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.33287, 'slg': 0.30093, 'player_id': 10789}, {'pitchingcard_id': 5672, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 29.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.25, 'groundout_a': 5.7, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18935, 'obp': 0.26852, 'slg': 0.30556, 'player_id': 10790}, {'pitchingcard_id': 5672, 'vs_hand': 'R', 'homerun': 3.5999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.35, 'single_two': 8.0, 'single_one': 0.0, 'single_center': 7.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 15.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 2.1, 'groundout_a': 2.2, 'groundout_b': 14.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.32315, 'obp': 0.35278, 'slg': 0.41528, 'player_id': 10790}, {'pitchingcard_id': 5673, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.25, 'strikeout': 22.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.450000000000001, 'flyout_rf_b': 2.1, 'groundout_a': 7.7, 'groundout_b': 8.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19907, 'obp': 0.27546, 'slg': 0.29722, 'player_id': 10791}, {'pitchingcard_id': 5673, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 17.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0, 'groundout_a': 14.1, 'groundout_b': 14.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15972, 'obp': 0.24352, 'slg': 0.30278, 'player_id': 10791}, {'pitchingcard_id': 5674, 'vs_hand': 'L', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 8.1, 'single_one': 8.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.1, 'strikeout': 10.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.500000000000002, 'flyout_rf_b': 5.1, 'groundout_a': 11.95, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21574, 'obp': 0.29074, 'slg': 0.21204, 'player_id': 10792}, {'pitchingcard_id': 5674, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.75, 'strikeout': 23.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 2.7, 'groundout_a': 17.85, 'groundout_b': 11.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07083, 'obp': 0.14259, 'slg': 0.10278, 'player_id': 10792}, {'pitchingcard_id': 5675, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.199999999999999, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 14.1, 'flyout_lf_b': 0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0.0, 'groundout_a': 21.05, 'groundout_b': 17.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.19398, 'slg': 0.27037, 'player_id': 10793}, {'pitchingcard_id': 5675, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.85, 'double_cf': 0.0, 'single_two': 8.85, 'single_one': 8.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 12.95, 'flyout_lf_b': 3.2, 'flyout_cf_b': 7.05, 'flyout_rf_b': 0.0, 'groundout_a': 5.1, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.30093, 'obp': 0.40278, 'slg': 0.51296, 'player_id': 10793}, {'pitchingcard_id': 5676, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 27.150000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.9, 'flyout_rf_b': 2.1, 'groundout_a': 7.6, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1912, 'obp': 0.25417, 'slg': 0.29537, 'player_id': 10794}, {'pitchingcard_id': 5676, 'vs_hand': 'R', 'homerun': 3.5, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 26.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 9.95, 'groundout_b': 17.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.19537, 'slg': 0.24167, 'player_id': 10794}, {'pitchingcard_id': 5677, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.95, 'strikeout': 19.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.15, 'flyout_rf_b': 1.4, 'groundout_a': 11.0, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13333, 'obp': 0.23472, 'slg': 0.23611, 'player_id': 10795}, {'pitchingcard_id': 5677, 'vs_hand': 'R', 'homerun': 2.05, 'bp_homerun': 2.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.35, 'strikeout': 13.600000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.95, 'flyout_rf_b': 0, 'groundout_a': 9.5, 'groundout_b': 17.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.29815, 'slg': 0.36481, 'player_id': 10795}, {'pitchingcard_id': 5678, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 25.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.95, 'flyout_rf_b': 1.7, 'groundout_a': 5.1, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19259, 'obp': 0.30324, 'slg': 0.34907, 'player_id': 10796}, {'pitchingcard_id': 5678, 'vs_hand': 'R', 'homerun': 2.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.65, 'strikeout': 36.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8, 'flyout_rf_b': 1.05, 'groundout_a': 5.7, 'groundout_b': 9.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11806, 'obp': 0.17963, 'slg': 0.20093, 'player_id': 10796}, {'pitchingcard_id': 5679, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 29.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 1.9, 'groundout_a': 4.5, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21204, 'obp': 0.26944, 'slg': 0.36574, 'player_id': 10797}, {'pitchingcard_id': 5679, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.85, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.9, 'strikeout': 21.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.100000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 13.0, 'groundout_b': 9.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12176, 'obp': 0.23194, 'slg': 0.23333, 'player_id': 10797}, {'pitchingcard_id': 5680, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.65, 'double_cf': 0.0, 'single_two': 8.8, 'single_one': 8.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 11.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.199999999999999, 'flyout_rf_b': 2.1, 'groundout_a': 15.2, 'groundout_b': 10.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26111, 'obp': 0.32315, 'slg': 0.37685, 'player_id': 10798}, {'pitchingcard_id': 5680, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.85, 'strikeout': 35.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 10.15, 'groundout_b': 8.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16713, 'obp': 0.2213, 'slg': 0.34537, 'player_id': 10798}, {'pitchingcard_id': 5681, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 11.0, 'strikeout': 25.95, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.32037, 'slg': 0.225, 'player_id': 10799}, {'pitchingcard_id': 5681, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.7, 'strikeout': 27.200000000000003, 'flyout_lf_b': 0, 'flyout_cf_b': 6.2, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 3.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.33935, 'slg': 0.22963, 'player_id': 10799}, {'pitchingcard_id': 5682, 'vs_hand': 'L', 'homerun': 9.25, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 11.35, 'single_two': 8.4, 'single_one': 0.0, 'single_center': 8.45, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.3, 'strikeout': 14.649999999999999, 'flyout_lf_b': 0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.39306, 'obp': 0.49769, 'slg': 0.59954, 'player_id': 10800}, {'pitchingcard_id': 5682, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.6, 'strikeout': 21.35, 'flyout_lf_b': 1.7, 'flyout_cf_b': 8.5, 'flyout_rf_b': 0.0, 'groundout_a': 6.05, 'groundout_b': 10.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15324, 'obp': 0.28843, 'slg': 0.31389, 'player_id': 10800}, {'pitchingcard_id': 5683, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 6.05, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.15, 'strikeout': 19.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.449999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 7.25, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.225, 'obp': 0.32824, 'slg': 0.36296, 'player_id': 10801}, {'pitchingcard_id': 5683, 'vs_hand': 'R', 'homerun': 2.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.85, 'strikeout': 35.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 4.5, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1537, 'obp': 0.25417, 'slg': 0.26574, 'player_id': 10801}, {'pitchingcard_id': 5684, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.6, 'strikeout': 17.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.2, 'flyout_rf_b': 2.7, 'groundout_a': 14.15, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19306, 'obp': 0.25417, 'slg': 0.24907, 'player_id': 10802}, {'pitchingcard_id': 5684, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 20.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.5, 'groundout_a': 7.0, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.2838, 'slg': 0.3787, 'player_id': 10802}, {'pitchingcard_id': 5685, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 17.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.3, 'flyout_rf_b': 1.95, 'groundout_a': 12.55, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.28796, 'slg': 0.35463, 'player_id': 10803}, {'pitchingcard_id': 5685, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 37.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 14.05, 'groundout_b': 7.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12037, 'obp': 0.15, 'slg': 0.12315, 'player_id': 10803}, {'pitchingcard_id': 5686, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 30.74999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 1.75, 'groundout_a': 5.7, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18889, 'obp': 0.27269, 'slg': 0.34167, 'player_id': 10804}, {'pitchingcard_id': 5686, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.65, 'strikeout': 30.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 9.7, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16343, 'obp': 0.25278, 'slg': 0.23889, 'player_id': 10804}, {'pitchingcard_id': 5687, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 25.4, 'flyout_lf_b': 1.9, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0.0, 'groundout_a': 12.25, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15833, 'obp': 0.21898, 'slg': 0.25833, 'player_id': 10805}, {'pitchingcard_id': 5687, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 20.25, 'flyout_lf_b': 2.75, 'flyout_cf_b': 10.5, 'flyout_rf_b': 0.0, 'groundout_a': 10.25, 'groundout_b': 11.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.21852, 'slg': 0.28519, 'player_id': 10805}, {'pitchingcard_id': 5688, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.9, 'strikeout': 18.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.85, 'flyout_rf_b': 1.9, 'groundout_a': 3.3, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21991, 'obp': 0.39491, 'slg': 0.36204, 'player_id': 10806}, {'pitchingcard_id': 5688, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 18.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8999999999999995, 'flyout_rf_b': 1.95, 'groundout_a': 10.15, 'groundout_b': 13.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.25741, 'slg': 0.21574, 'player_id': 10806}, {'pitchingcard_id': 5689, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.85, 'strikeout': 12.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.4, 'flyout_rf_b': 4.5, 'groundout_a': 7.1, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23333, 'obp': 0.29676, 'slg': 0.41019, 'player_id': 10807}, {'pitchingcard_id': 5689, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.8, 'strikeout': 10.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.7, 'groundout_a': 13.6, 'groundout_b': 17.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16389, 'obp': 0.28241, 'slg': 0.29722, 'player_id': 10807}, {'pitchingcard_id': 5690, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 15.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.649999999999999, 'flyout_rf_b': 2.55, 'groundout_a': 8.6, 'groundout_b': 9.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20556, 'obp': 0.31991, 'slg': 0.30648, 'player_id': 10808}, {'pitchingcard_id': 5690, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.199999999999999, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.35, 'strikeout': 39.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 5.4, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1037, 'obp': 0.23657, 'slg': 0.23426, 'player_id': 10808}, {'pitchingcard_id': 5691, 'vs_hand': 'L', 'homerun': 6.65, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.75, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 14.15, 'strikeout': 12.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.95, 'flyout_rf_b': 2.2, 'groundout_a': 1.9, 'groundout_b': 16.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.30093, 'slg': 0.2875, 'player_id': 10809}, {'pitchingcard_id': 5691, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 39.35000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 2.75, 'groundout_b': 2.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19213, 'obp': 0.29907, 'slg': 0.28056, 'player_id': 10809}, {'pitchingcard_id': 5692, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_cf': 0.0, 'single_two': 8.0, 'single_one': 8.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 8.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.8999999999999995, 'flyout_rf_b': 2.7, 'groundout_a': 8.85, 'groundout_b': 12.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28056, 'obp': 0.36204, 'slg': 0.4787, 'player_id': 10810}, {'pitchingcard_id': 5692, 'vs_hand': 'R', 'homerun': 5.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.6, 'strikeout': 16.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 14.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19722, 'obp': 0.35093, 'slg': 0.41019, 'player_id': 10810}, {'pitchingcard_id': 5693, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 21.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.850000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 6.75, 'groundout_b': 10.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17083, 'obp': 0.24028, 'slg': 0.2787, 'player_id': 10811}, {'pitchingcard_id': 5693, 'vs_hand': 'R', 'homerun': 2.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.3, 'strikeout': 19.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 1.7, 'groundout_a': 7.7, 'groundout_b': 17.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17269, 'obp': 0.24028, 'slg': 0.30833, 'player_id': 10811}, {'pitchingcard_id': 5694, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 18.5, 'strikeout': 23.45, 'flyout_lf_b': 0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0.0, 'groundout_a': 5.9, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15093, 'obp': 0.35926, 'slg': 0.36759, 'player_id': 10812}, {'pitchingcard_id': 5694, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 13.399999999999999, 'flyout_lf_b': 2.75, 'flyout_cf_b': 9.35, 'flyout_rf_b': 0.0, 'groundout_a': 16.75, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15787, 'obp': 0.21852, 'slg': 0.26019, 'player_id': 10812}, {'pitchingcard_id': 5695, 'vs_hand': 'L', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 21.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.3, 'flyout_rf_b': 4.2, 'groundout_a': 8.0, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15278, 'obp': 0.23056, 'slg': 0.21667, 'player_id': 10813}, {'pitchingcard_id': 5695, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 15.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.45, 'flyout_rf_b': 3.2, 'groundout_a': 10.4, 'groundout_b': 12.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.27963, 'slg': 0.33426, 'player_id': 10813}, {'pitchingcard_id': 5696, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.5, 'strikeout': 15.449999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.55, 'flyout_rf_b': 2.5, 'groundout_a': 12.8, 'groundout_b': 14.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20926, 'slg': 0.27685, 'player_id': 10814}, {'pitchingcard_id': 5696, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.7, 'strikeout': 9.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.199999999999999, 'flyout_rf_b': 2.5, 'groundout_a': 11.15, 'groundout_b': 21.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22685, 'obp': 0.25185, 'slg': 0.35463, 'player_id': 10814}, {'pitchingcard_id': 5697, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 19.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.5, 'flyout_rf_b': 4.2, 'groundout_a': 7.9, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.24907, 'slg': 0.30833, 'player_id': 10815}, {'pitchingcard_id': 5697, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 6.8, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.15, 'strikeout': 15.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.299999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 11.05, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22083, 'obp': 0.32407, 'slg': 0.30463, 'player_id': 10815}, {'pitchingcard_id': 5698, 'vs_hand': 'L', 'homerun': 3.0999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.65, 'single_two': 3.4, 'single_one': 0.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 19.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.5, 'flyout_rf_b': 2.5, 'groundout_a': 2.2, 'groundout_b': 12.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22731, 'obp': 0.2713, 'slg': 0.26944, 'player_id': 10816}, {'pitchingcard_id': 5698, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.05, 'strikeout': 17.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.049999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 13.3, 'groundout_b': 7.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06667, 'obp': 0.25231, 'slg': 0.08611, 'player_id': 10816}, {'pitchingcard_id': 5699, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.85, 'double_cf': 0.0, 'single_two': 5.85, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 18.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.65, 'flyout_rf_b': 3.6, 'groundout_a': 6.9, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22731, 'obp': 0.28981, 'slg': 0.38519, 'player_id': 10817}, {'pitchingcard_id': 5699, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.65, 'strikeout': 20.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 17.35, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18333, 'obp': 0.25417, 'slg': 0.2287, 'player_id': 10817}, {'pitchingcard_id': 5700, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.25, 'strikeout': 18.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.100000000000001, 'flyout_rf_b': 2.2, 'groundout_a': 7.85, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.30417, 'slg': 0.25, 'player_id': 10818}, {'pitchingcard_id': 5700, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 21.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.05, 'flyout_rf_b': 2.5, 'groundout_a': 8.55, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17083, 'obp': 0.24028, 'slg': 0.28981, 'player_id': 10818}, {'pitchingcard_id': 5701, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.9, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.3, 'strikeout': 38.55000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0.0, 'groundout_a': 12.6, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09537, 'obp': 0.18148, 'slg': 0.07685, 'player_id': 10819}, {'pitchingcard_id': 5701, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 17.799999999999997, 'flyout_lf_b': 2.7, 'flyout_cf_b': 10.100000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 7.0, 'groundout_b': 10.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20231, 'obp': 0.28704, 'slg': 0.35093, 'player_id': 10819}, {'pitchingcard_id': 5702, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 21.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.55, 'flyout_rf_b': 3.75, 'groundout_a': 17.0, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.15278, 'slg': 0.14537, 'player_id': 10820}, {'pitchingcard_id': 5702, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.1, 'double_cf': 0.0, 'single_two': 1.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 16.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.95, 'flyout_rf_b': 0, 'groundout_a': 15.55, 'groundout_b': 17.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.2162, 'slg': 0.30833, 'player_id': 10820}, {'pitchingcard_id': 5703, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 15.250000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1499999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 6.05, 'groundout_b': 11.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22222, 'obp': 0.33056, 'slg': 0.4213, 'player_id': 10821}, {'pitchingcard_id': 5703, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.2, 'strikeout': 25.750000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.199999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 12.9, 'groundout_b': 10.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10509, 'obp': 0.19028, 'slg': 0.12963, 'player_id': 10821}, {'pitchingcard_id': 5704, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.05, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.3, 'strikeout': 9.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.450000000000001, 'flyout_rf_b': 1.95, 'groundout_a': 19.1, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14861, 'obp': 0.2625, 'slg': 0.23796, 'player_id': 10822}, {'pitchingcard_id': 5704, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.95, 'double_cf': 0.0, 'single_two': 7.7, 'single_one': 7.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 13.850000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 0, 'groundout_a': 9.95, 'groundout_b': 11.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27593, 'obp': 0.3787, 'slg': 0.49352, 'player_id': 10822}, {'pitchingcard_id': 5705, 'vs_hand': 'L', 'homerun': 7.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.7, 'single_two': 6.2, 'single_one': 0.0, 'single_center': 6.15, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.45, 'strikeout': 12.499999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.3999999999999995, 'flyout_rf_b': 1.7, 'groundout_a': 1.65, 'groundout_b': 14.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28657, 'obp': 0.38333, 'slg': 0.4875, 'player_id': 10823}, {'pitchingcard_id': 5705, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.75, 'strikeout': 21.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 8.8, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23056, 'obp': 0.30231, 'slg': 0.40648, 'player_id': 10823}, {'pitchingcard_id': 5706, 'vs_hand': 'L', 'homerun': 1.45, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 25.650000000000002, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 11.35, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.28148, 'slg': 0.21944, 'player_id': 10824}, {'pitchingcard_id': 5706, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6500000000000004, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.5, 'strikeout': 30.450000000000003, 'flyout_lf_b': 1.25, 'flyout_cf_b': 7.6, 'flyout_rf_b': 0.0, 'groundout_a': 6.95, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.26713, 'slg': 0.24167, 'player_id': 10824}, {'pitchingcard_id': 5707, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.05, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.4, 'strikeout': 18.55, 'flyout_lf_b': 1.75, 'flyout_cf_b': 8.2, 'flyout_rf_b': 0.0, 'groundout_a': 15.55, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.2213, 'slg': 0.27037, 'player_id': 10825}, {'pitchingcard_id': 5707, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 24.65, 'flyout_lf_b': 1.5, 'flyout_cf_b': 9.5, 'flyout_rf_b': 0.0, 'groundout_a': 6.85, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.23889, 'slg': 0.29167, 'player_id': 10825}, {'pitchingcard_id': 5708, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.25, 'double_cf': 0.0, 'single_two': 1.05, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 25.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.350000000000001, 'flyout_rf_b': 5.7, 'groundout_a': 4.5, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.20463, 'slg': 0.42407, 'player_id': 10826}, {'pitchingcard_id': 5708, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 43.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 4.25, 'groundout_b': 2.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18981, 'obp': 0.2287, 'slg': 0.27315, 'player_id': 10826}, {'pitchingcard_id': 5709, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 16.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 16.6, 'flyout_rf_b': 4.25, 'groundout_a': 4.75, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1912, 'obp': 0.26481, 'slg': 0.33241, 'player_id': 10827}, {'pitchingcard_id': 5709, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.6, 'strikeout': 23.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.5, 'flyout_rf_b': 2.7, 'groundout_a': 10.75, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.20463, 'slg': 0.21574, 'player_id': 10827}, {'pitchingcard_id': 5710, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.85, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 24.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.5, 'groundout_a': 5.7, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19259, 'obp': 0.28796, 'slg': 0.41019, 'player_id': 10828}, {'pitchingcard_id': 5710, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9499999999999997, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.65, 'strikeout': 23.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 2.75, 'groundout_a': 10.75, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15324, 'obp': 0.24259, 'slg': 0.20278, 'player_id': 10828}, {'pitchingcard_id': 5711, 'vs_hand': 'L', 'homerun': 2.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 14.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.75, 'flyout_rf_b': 2.25, 'groundout_a': 4.75, 'groundout_b': 13.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2375, 'obp': 0.34352, 'slg': 0.44537, 'player_id': 10829}, {'pitchingcard_id': 5711, 'vs_hand': 'R', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.7, 'strikeout': 25.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.4, 'flyout_rf_b': 1.1, 'groundout_a': 8.85, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17639, 'obp': 0.25694, 'slg': 0.29722, 'player_id': 10829}, {'pitchingcard_id': 5712, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.9, 'strikeout': 36.050000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 9.45, 'groundout_b': 4.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12778, 'obp': 0.26574, 'slg': 0.19352, 'player_id': 10830}, {'pitchingcard_id': 5712, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 29.750000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 7.65, 'groundout_b': 6.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17176, 'obp': 0.27546, 'slg': 0.26574, 'player_id': 10830}, {'pitchingcard_id': 5713, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 17.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.600000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 10.35, 'groundout_b': 10.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15324, 'obp': 0.2088, 'slg': 0.22685, 'player_id': 10831}, {'pitchingcard_id': 5713, 'vs_hand': 'R', 'homerun': 2.3499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 21.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 5.4, 'groundout_b': 13.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23935, 'obp': 0.32176, 'slg': 0.45278, 'player_id': 10831}, {'pitchingcard_id': 5714, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 28.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21944, 'obp': 0.31019, 'slg': 0.35093, 'player_id': 10832}, {'pitchingcard_id': 5714, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1499999999999995, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.2, 'strikeout': 35.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 6.45, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12917, 'obp': 0.24213, 'slg': 0.25833, 'player_id': 10832}, {'pitchingcard_id': 5715, 'vs_hand': 'L', 'homerun': 3.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.25, 'strikeout': 38.7, 'flyout_lf_b': 0, 'flyout_cf_b': 1.9, 'flyout_rf_b': 0.0, 'groundout_a': 11.2, 'groundout_b': 9.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13796, 'obp': 0.16806, 'slg': 0.20093, 'player_id': 10833}, {'pitchingcard_id': 5715, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 5.95, 'single_one': 5.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 16.75, 'flyout_lf_b': 2.75, 'flyout_cf_b': 9.45, 'flyout_rf_b': 0.0, 'groundout_a': 9.0, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21065, 'obp': 0.26806, 'slg': 0.29444, 'player_id': 10833}, {'pitchingcard_id': 5716, 'vs_hand': 'L', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 15.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 2.1, 'groundout_a': 13.5, 'groundout_b': 12.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19213, 'obp': 0.25, 'slg': 0.28611, 'player_id': 10834}, {'pitchingcard_id': 5716, 'vs_hand': 'R', 'homerun': 3.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.8, 'strikeout': 11.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.25, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 17.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22593, 'obp': 0.32593, 'slg': 0.4213, 'player_id': 10834}, {'pitchingcard_id': 5717, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.6499999999999995, 'double_cf': 0.0, 'single_two': 6.8, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 14.499999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.6, 'flyout_rf_b': 1.6, 'groundout_a': 10.5, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.225, 'obp': 0.36806, 'slg': 0.35833, 'player_id': 10835}, {'pitchingcard_id': 5717, 'vs_hand': 'R', 'homerun': 2.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 23.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 1.4, 'groundout_a': 8.6, 'groundout_b': 14.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18333, 'obp': 0.23611, 'slg': 0.28426, 'player_id': 10835}, {'pitchingcard_id': 5718, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 1.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 42.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 1.2, 'groundout_a': 5.1, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.16806, 'slg': 0.30833, 'player_id': 10836}, {'pitchingcard_id': 5718, 'vs_hand': 'R', 'homerun': 1.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.25, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 1.75, 'strikeout': 22.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.9, 'flyout_rf_b': 1.4, 'groundout_a': 13.3, 'groundout_b': 13.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.21944, 'slg': 0.25093, 'player_id': 10836}, {'pitchingcard_id': 5719, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 6.45, 'single_one': 6.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.9, 'strikeout': 30.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.7, 'flyout_rf_b': 1.2, 'groundout_a': 5.85, 'groundout_b': 5.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.28981, 'slg': 0.31111, 'player_id': 10837}, {'pitchingcard_id': 5719, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 43.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 7.85, 'groundout_b': 6.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10463, 'obp': 0.1588, 'slg': 0.25648, 'player_id': 10837}, {'pitchingcard_id': 5720, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 13.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.35, 'flyout_rf_b': 1.6, 'groundout_a': 9.45, 'groundout_b': 16.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19907, 'obp': 0.26111, 'slg': 0.38241, 'player_id': 10838}, {'pitchingcard_id': 5720, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 22.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 19.8, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17222, 'obp': 0.19444, 'slg': 0.23241, 'player_id': 10838}, {'pitchingcard_id': 5721, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.3, 'strikeout': 15.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.95, 'flyout_rf_b': 2.4, 'groundout_a': 8.45, 'groundout_b': 10.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21204, 'obp': 0.29815, 'slg': 0.41019, 'player_id': 10839}, {'pitchingcard_id': 5721, 'vs_hand': 'R', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.8, 'strikeout': 16.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0, 'groundout_a': 16.8, 'groundout_b': 9.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.28519, 'slg': 0.15278, 'player_id': 10839}, {'pitchingcard_id': 5722, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 7.25, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.3, 'strikeout': 29.35, 'flyout_lf_b': 0, 'flyout_cf_b': 1.7, 'flyout_rf_b': 0.0, 'groundout_a': 7.15, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22037, 'obp': 0.325, 'slg': 0.29815, 'player_id': 10840}, {'pitchingcard_id': 5722, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 24.3, 'flyout_lf_b': 0, 'flyout_cf_b': 8.0, 'flyout_rf_b': 0.0, 'groundout_a': 11.55, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.25139, 'slg': 0.27315, 'player_id': 10840}, {'pitchingcard_id': 5723, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 16.75, 'strikeout': 21.200000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 2.75, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.40046, 'slg': 0.40833, 'player_id': 10841}, {'pitchingcard_id': 5723, 'vs_hand': 'R', 'homerun': 2.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.65, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.35, 'strikeout': 21.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.35, 'flyout_rf_b': 1.2, 'groundout_a': 4.2, 'groundout_b': 13.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23241, 'obp': 0.30972, 'slg': 0.48056, 'player_id': 10841}, {'pitchingcard_id': 5724, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.95, 'strikeout': 23.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.05, 'flyout_rf_b': 2.8, 'groundout_a': 4.75, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.26204, 'slg': 0.35648, 'player_id': 10842}, {'pitchingcard_id': 5724, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.85, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 23.150000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 1.2, 'groundout_a': 8.0, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17778, 'obp': 0.27778, 'slg': 0.35278, 'player_id': 10842}, {'pitchingcard_id': 5725, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 7.4, 'single_one': 7.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 22.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 9.95, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2125, 'obp': 0.32222, 'slg': 0.2787, 'player_id': 10843}, {'pitchingcard_id': 5725, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.85, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.55, 'strikeout': 23.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 1.1, 'groundout_a': 12.4, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.23056, 'slg': 0.20741, 'player_id': 10843}, {'pitchingcard_id': 5726, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 33.25000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 3.25, 'groundout_a': 6.7, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14444, 'obp': 0.23426, 'slg': 0.27315, 'player_id': 10844}, {'pitchingcard_id': 5726, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.6, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.9, 'strikeout': 50.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 1.7, 'groundout_b': 1.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.22361, 'slg': 0.30463, 'player_id': 10844}, {'pitchingcard_id': 5727, 'vs_hand': 'L', 'homerun': 1.45, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.0, 'single_two': 2.75, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 21.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.8, 'flyout_rf_b': 2.25, 'groundout_a': 1.65, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.35417, 'slg': 0.25, 'player_id': 10845}, {'pitchingcard_id': 5727, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 21.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.95, 'flyout_rf_b': 3.25, 'groundout_a': 8.05, 'groundout_b': 14.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13426, 'obp': 0.21296, 'slg': 0.225, 'player_id': 10845}, {'pitchingcard_id': 5728, 'vs_hand': 'L', 'homerun': 3.0, 'bp_homerun': 2.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.6, 'strikeout': 17.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.05, 'flyout_rf_b': 2.2, 'groundout_a': 3.5, 'groundout_b': 14.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19306, 'obp': 0.30046, 'slg': 0.29491, 'player_id': 10846}, {'pitchingcard_id': 5728, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 36.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 10.1, 'groundout_b': 7.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.19537, 'slg': 0.26667, 'player_id': 10846}, {'pitchingcard_id': 5729, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 1.5500000000000003, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 22.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.9, 'flyout_rf_b': 1.95, 'groundout_a': 7.2, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19491, 'obp': 0.25278, 'slg': 0.34769, 'player_id': 10847}, {'pitchingcard_id': 5729, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 22.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 13.4, 'groundout_b': 11.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20093, 'obp': 0.24259, 'slg': 0.34722, 'player_id': 10847}, {'pitchingcard_id': 5730, 'vs_hand': 'L', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.05, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 16.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.25, 'groundout_a': 7.1, 'groundout_b': 12.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21713, 'obp': 0.30926, 'slg': 0.47407, 'player_id': 10848}, {'pitchingcard_id': 5730, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.25, 'strikeout': 24.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.45, 'flyout_rf_b': 1.05, 'groundout_a': 12.1, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15787, 'obp': 0.23426, 'slg': 0.24352, 'player_id': 10848}, {'pitchingcard_id': 5731, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.85, 'strikeout': 9.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.0, 'flyout_rf_b': 2.25, 'groundout_a': 12.8, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19352, 'obp': 0.30324, 'slg': 0.28611, 'player_id': 10849}, {'pitchingcard_id': 5731, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 18.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 1.2, 'groundout_a': 11.05, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21019, 'obp': 0.27083, 'slg': 0.325, 'player_id': 10849}, {'pitchingcard_id': 5732, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 23.449999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.3, 'flyout_rf_b': 1.95, 'groundout_a': 10.7, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1625, 'obp': 0.2412, 'slg': 0.24259, 'player_id': 10850}, {'pitchingcard_id': 5732, 'vs_hand': 'R', 'homerun': 2.6500000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.0, 'strikeout': 26.950000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.8999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 6.0, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20602, 'obp': 0.28009, 'slg': 0.33611, 'player_id': 10850}, {'pitchingcard_id': 5733, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_cf': 0.0, 'single_two': 1.6, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 16.55, 'flyout_lf_b': 1.65, 'flyout_cf_b': 3.4499999999999997, 'flyout_rf_b': 0.0, 'groundout_a': 18.15, 'groundout_b': 21.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.16296, 'slg': 0.33426, 'player_id': 10851}, {'pitchingcard_id': 5733, 'vs_hand': 'R', 'homerun': 3.1500000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.5, 'strikeout': 16.45, 'flyout_lf_b': 3.6, 'flyout_cf_b': 14.6, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 14.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.22315, 'slg': 0.36204, 'player_id': 10851}, {'pitchingcard_id': 5734, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.8, 'strikeout': 15.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.549999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 8.75, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21944, 'obp': 0.33796, 'slg': 0.375, 'player_id': 10852}, {'pitchingcard_id': 5734, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.6, 'strikeout': 37.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17824, 'obp': 0.25787, 'slg': 0.29722, 'player_id': 10852}, {'pitchingcard_id': 5735, 'vs_hand': 'L', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 18.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.75, 'flyout_rf_b': 2.75, 'groundout_a': 11.9, 'groundout_b': 10.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14722, 'obp': 0.22731, 'slg': 0.23426, 'player_id': 10853}, {'pitchingcard_id': 5735, 'vs_hand': 'R', 'homerun': 4.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.05, 'strikeout': 19.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 6.8, 'groundout_b': 15.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22731, 'obp': 0.29259, 'slg': 0.43056, 'player_id': 10853}, {'pitchingcard_id': 5736, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 19.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.149999999999999, 'flyout_rf_b': 4.2, 'groundout_a': 13.85, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12639, 'obp': 0.21759, 'slg': 0.21574, 'player_id': 10854}, {'pitchingcard_id': 5736, 'vs_hand': 'R', 'homerun': 1.5499999999999998, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.0, 'strikeout': 19.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.7, 'flyout_rf_b': 1.25, 'groundout_a': 13.7, 'groundout_b': 15.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.22407, 'slg': 0.27778, 'player_id': 10854}, {'pitchingcard_id': 5737, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 10.7, 'single_one': 10.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 11.2, 'strikeout': 5.75, 'flyout_lf_b': 1.75, 'flyout_cf_b': 5.25, 'flyout_rf_b': 0.0, 'groundout_a': 16.6, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24398, 'obp': 0.39398, 'slg': 0.2213, 'player_id': 10855}, {'pitchingcard_id': 5737, 'vs_hand': 'R', 'homerun': 2.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.25, 'strikeout': 21.7, 'flyout_lf_b': 1.5, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.3088, 'slg': 0.31204, 'player_id': 10855}, {'pitchingcard_id': 5738, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 2.95, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 13.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.05, 'groundout_a': 5.1, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25556, 'obp': 0.43519, 'slg': 0.44769, 'player_id': 10856}, {'pitchingcard_id': 5738, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.15, 'strikeout': 18.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.35, 'flyout_rf_b': 1.35, 'groundout_a': 6.45, 'groundout_b': 10.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24537, 'obp': 0.32083, 'slg': 0.41759, 'player_id': 10856}, {'pitchingcard_id': 5739, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.8999999999999995, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.5, 'strikeout': 6.45, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 24.7, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.31019, 'slg': 0.13241, 'player_id': 10857}, {'pitchingcard_id': 5739, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 27.25, 'flyout_lf_b': 1.95, 'flyout_cf_b': 8.350000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 6.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19676, 'obp': 0.28657, 'slg': 0.28611, 'player_id': 10857}, {'pitchingcard_id': 5740, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 13.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 19.0, 'flyout_rf_b': 4.75, 'groundout_a': 14.9, 'groundout_b': 9.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0537, 'obp': 0.16435, 'slg': 0.07222, 'player_id': 10858}, {'pitchingcard_id': 5740, 'vs_hand': 'R', 'homerun': 2.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.75, 'strikeout': 16.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.3, 'flyout_rf_b': 1.2, 'groundout_a': 9.45, 'groundout_b': 18.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.25602, 'slg': 0.34907, 'player_id': 10858}, {'pitchingcard_id': 5741, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.6499999999999995, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 33.75, 'flyout_lf_b': 2.7, 'flyout_cf_b': 8.600000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 12.05, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07824, 'obp': 0.11713, 'slg': 0.23519, 'player_id': 10859}, {'pitchingcard_id': 5741, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.1, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 24.099999999999998, 'flyout_lf_b': 1.5, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 7.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15833, 'obp': 0.30463, 'slg': 0.23426, 'player_id': 10859}, {'pitchingcard_id': 5742, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 16.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.15, 'flyout_rf_b': 2.75, 'groundout_a': 5.4, 'groundout_b': 9.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23657, 'obp': 0.30648, 'slg': 0.40093, 'player_id': 10860}, {'pitchingcard_id': 5742, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 14.549999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.5, 'groundout_a': 20.0, 'groundout_b': 10.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17917, 'obp': 0.22917, 'slg': 0.175, 'player_id': 10860}, {'pitchingcard_id': 5743, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 24.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.999999999999999, 'flyout_rf_b': 1.2, 'groundout_a': 5.1, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18472, 'obp': 0.2963, 'slg': 0.33611, 'player_id': 10861}, {'pitchingcard_id': 5743, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 6.1, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.9, 'strikeout': 25.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 6.95, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22361, 'obp': 0.31528, 'slg': 0.35648, 'player_id': 10861}, {'pitchingcard_id': 5744, 'vs_hand': 'L', 'homerun': 4.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 36.650000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 1.9, 'flyout_rf_b': 0.0, 'groundout_a': 8.15, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14722, 'obp': 0.17778, 'slg': 0.26574, 'player_id': 10862}, {'pitchingcard_id': 5744, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.95, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.95, 'strikeout': 23.999999999999996, 'flyout_lf_b': 2.4, 'flyout_cf_b': 9.799999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 9.95, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16852, 'obp': 0.25139, 'slg': 0.25741, 'player_id': 10862}, {'pitchingcard_id': 5745, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 7.4, 'single_one': 7.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 1.35, 'strikeout': 10.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.0, 'flyout_rf_b': 3.5, 'groundout_a': 16.95, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20139, 'obp': 0.26019, 'slg': 0.19722, 'player_id': 10863}, {'pitchingcard_id': 5745, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 23.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 3.2, 'groundout_a': 12.35, 'groundout_b': 11.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11944, 'obp': 0.19028, 'slg': 0.18056, 'player_id': 10863}, {'pitchingcard_id': 5746, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 19.8, 'strikeout': 36.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 2.75, 'groundout_b': 1.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1213, 'obp': 0.33241, 'slg': 0.18981, 'player_id': 10864}, {'pitchingcard_id': 5746, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.3, 'strikeout': 57.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10231, 'obp': 0.19769, 'slg': 0.16389, 'player_id': 10864}, {'pitchingcard_id': 5747, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 27.8, 'strikeout': 19.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 2.25, 'groundout_a': 5.1, 'groundout_b': 6.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09028, 'obp': 0.35694, 'slg': 0.16204, 'player_id': 10865}, {'pitchingcard_id': 5747, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 24.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0, 'groundout_a': 12.15, 'groundout_b': 8.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19583, 'obp': 0.25787, 'slg': 0.28056, 'player_id': 10865}, {'pitchingcard_id': 5748, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.649999999999999, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 21.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 1.5, 'groundout_a': 6.25, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22685, 'obp': 0.30648, 'slg': 0.45648, 'player_id': 10866}, {'pitchingcard_id': 5748, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 16.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.950000000000001, 'flyout_rf_b': 2.1, 'groundout_a': 12.35, 'groundout_b': 11.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16389, 'obp': 0.27176, 'slg': 0.23796, 'player_id': 10866}, {'pitchingcard_id': 5749, 'vs_hand': 'L', 'homerun': 2.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.65, 'strikeout': 21.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 1.2, 'groundout_a': 6.6, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19907, 'obp': 0.28843, 'slg': 0.31389, 'player_id': 10867}, {'pitchingcard_id': 5749, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 25.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.6, 'flyout_rf_b': 1.65, 'groundout_a': 15.7, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13009, 'obp': 0.19306, 'slg': 0.225, 'player_id': 10867}, {'pitchingcard_id': 5750, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 20.75, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 20.4, 'groundout_b': 13.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15556, 'obp': 0.18519, 'slg': 0.15648, 'player_id': 10868}, {'pitchingcard_id': 5750, 'vs_hand': 'R', 'homerun': 2.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 19.849999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 0.0, 'groundout_a': 9.7, 'groundout_b': 15.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19074, 'obp': 0.24722, 'slg': 0.35463, 'player_id': 10868}, {'pitchingcard_id': 5751, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 17.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.350000000000001, 'flyout_rf_b': 4.75, 'groundout_a': 11.75, 'groundout_b': 10.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.21574, 'slg': 0.24907, 'player_id': 10869}, {'pitchingcard_id': 5751, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 27.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9999999999999996, 'flyout_rf_b': 1.1, 'groundout_a': 10.2, 'groundout_b': 10.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17269, 'obp': 0.23935, 'slg': 0.325, 'player_id': 10869}, {'pitchingcard_id': 5752, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.0, 'double_cf': 0.0, 'single_two': 8.1, 'single_one': 8.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 18.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.300000000000001, 'flyout_rf_b': 1.5, 'groundout_a': 7.35, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26157, 'obp': 0.34398, 'slg': 0.37685, 'player_id': 10870}, {'pitchingcard_id': 5752, 'vs_hand': 'R', 'homerun': 1.9500000000000002, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 6.05, 'single_one': 6.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 22.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 9.95, 'groundout_b': 13.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21065, 'obp': 0.25, 'slg': 0.30741, 'player_id': 10870}, {'pitchingcard_id': 5753, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.5, 'double_cf': 0.0, 'single_two': 7.1, 'single_one': 7.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.45, 'strikeout': 17.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6000000000000005, 'flyout_rf_b': 2.2, 'groundout_a': 10.15, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23843, 'obp': 0.30741, 'slg': 0.37685, 'player_id': 10871}, {'pitchingcard_id': 5753, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.45, 'double_cf': 0.0, 'single_two': 1.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 19.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.3, 'flyout_rf_b': 3.3, 'groundout_a': 9.45, 'groundout_b': 15.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.18981, 'slg': 0.37315, 'player_id': 10871}, {'pitchingcard_id': 5754, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 16.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.15, 'flyout_rf_b': 3.5, 'groundout_a': 10.25, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20556, 'obp': 0.26204, 'slg': 0.29537, 'player_id': 10872}, {'pitchingcard_id': 5754, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 31.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 16.2, 'groundout_b': 9.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.15694, 'slg': 0.20278, 'player_id': 10872}, {'pitchingcard_id': 5755, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 35.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.55, 'flyout_rf_b': 1.2, 'groundout_a': 7.3, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15231, 'obp': 0.21111, 'slg': 0.2963, 'player_id': 10873}, {'pitchingcard_id': 5755, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 26.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.45, 'flyout_rf_b': 1.2, 'groundout_a': 15.85, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08889, 'obp': 0.18148, 'slg': 0.14722, 'player_id': 10873}, {'pitchingcard_id': 5756, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.9, 'strikeout': 21.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.5, 'flyout_rf_b': 2.5, 'groundout_a': 7.6, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12917, 'obp': 0.25787, 'slg': 0.24167, 'player_id': 10874}, {'pitchingcard_id': 5756, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 39.25000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 9.25, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11806, 'obp': 0.20556, 'slg': 0.18519, 'player_id': 10874}, {'pitchingcard_id': 5757, 'vs_hand': 'L', 'homerun': 2.3, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.75, 'strikeout': 27.200000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.2, 'flyout_rf_b': 1.7, 'groundout_a': 6.4, 'groundout_b': 8.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15278, 'obp': 0.27083, 'slg': 0.26944, 'player_id': 10875}, {'pitchingcard_id': 5757, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 40.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16713, 'obp': 0.27269, 'slg': 0.32685, 'player_id': 10875}, {'pitchingcard_id': 5758, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.8999999999999995, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 25.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.45, 'flyout_rf_b': 2.2, 'groundout_a': 12.35, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.19537, 'slg': 0.30185, 'player_id': 10876}, {'pitchingcard_id': 5758, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 3.4, 'strikeout': 32.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 7.75, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16806, 'obp': 0.23657, 'slg': 0.25833, 'player_id': 10876}, {'pitchingcard_id': 5759, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 7.0, 'single_one': 7.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 28.249999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 11.65, 'groundout_b': 5.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20185, 'obp': 0.25463, 'slg': 0.25648, 'player_id': 10877}, {'pitchingcard_id': 5759, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.15, 'strikeout': 41.75000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 6.8, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14259, 'obp': 0.19954, 'slg': 0.18981, 'player_id': 10877}, {'pitchingcard_id': 5760, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.15, 'strikeout': 19.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.45, 'flyout_rf_b': 3.3, 'groundout_a': 10.85, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.25139, 'slg': 0.14722, 'player_id': 10878}, {'pitchingcard_id': 5760, 'vs_hand': 'R', 'homerun': 2.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 21.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.35, 'flyout_rf_b': 1.9, 'groundout_a': 5.7, 'groundout_b': 16.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16667, 'obp': 0.23889, 'slg': 0.36204, 'player_id': 10878}, {'pitchingcard_id': 5761, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.0, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.25, 'strikeout': 30.699999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.25, 'flyout_rf_b': 1.65, 'groundout_a': 7.5, 'groundout_b': 6.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.23796, 'slg': 0.28704, 'player_id': 10879}, {'pitchingcard_id': 5761, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 22.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.15, 'flyout_rf_b': 1.9, 'groundout_a': 7.85, 'groundout_b': 11.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17963, 'obp': 0.25324, 'slg': 0.32037, 'player_id': 10879}, {'pitchingcard_id': 5762, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.35, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 20.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.5, 'flyout_rf_b': 3.2, 'groundout_a': 6.3, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.28102, 'slg': 0.39259, 'player_id': 10880}, {'pitchingcard_id': 5762, 'vs_hand': 'R', 'homerun': 4.65, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.4, 'strikeout': 25.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 14.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21991, 'obp': 0.28843, 'slg': 0.48426, 'player_id': 10880}, {'pitchingcard_id': 5763, 'vs_hand': 'L', 'homerun': 2.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 25.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 6.3, 'groundout_b': 10.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24213, 'obp': 0.29907, 'slg': 0.48611, 'player_id': 10881}, {'pitchingcard_id': 5763, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 24.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 12.15, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.23333, 'slg': 0.3, 'player_id': 10881}, {'pitchingcard_id': 5764, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 9.85, 'flyout_lf_b': 1.25, 'flyout_cf_b': 4.45, 'flyout_rf_b': 0.0, 'groundout_a': 22.75, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09722, 'obp': 0.26481, 'slg': 0.13519, 'player_id': 10882}, {'pitchingcard_id': 5764, 'vs_hand': 'R', 'homerun': 2.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 18.6, 'flyout_lf_b': 0, 'flyout_cf_b': 6.75, 'flyout_rf_b': 0.0, 'groundout_a': 8.65, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22269, 'obp': 0.29074, 'slg': 0.36389, 'player_id': 10882}, {'pitchingcard_id': 5765, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 19.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.750000000000001, 'flyout_rf_b': 2.55, 'groundout_a': 13.85, 'groundout_b': 8.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15417, 'obp': 0.25, 'slg': 0.20278, 'player_id': 10883}, {'pitchingcard_id': 5765, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 28.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.449999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 5.8, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16435, 'obp': 0.24491, 'slg': 0.31481, 'player_id': 10883}, {'pitchingcard_id': 5766, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.6499999999999995, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.700000000000001, 'flyout_rf_b': 3.6, 'groundout_a': 9.75, 'groundout_b': 7.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14491, 'obp': 0.19769, 'slg': 0.2787, 'player_id': 10884}, {'pitchingcard_id': 5766, 'vs_hand': 'R', 'homerun': 2.25, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 25.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.7, 'groundout_a': 10.5, 'groundout_b': 14.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.19676, 'slg': 0.2963, 'player_id': 10884}, {'pitchingcard_id': 5767, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 19.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 2.5, 'groundout_a': 7.4, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2213, 'obp': 0.28009, 'slg': 0.36944, 'player_id': 10885}, {'pitchingcard_id': 5767, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 19.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 1.5, 'groundout_a': 11.6, 'groundout_b': 14.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.23426, 'slg': 0.29259, 'player_id': 10885}, {'pitchingcard_id': 5768, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 44.699999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1463, 'obp': 0.19352, 'slg': 0.25185, 'player_id': 10886}, {'pitchingcard_id': 5768, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.8, 'strikeout': 36.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 7.55, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14907, 'obp': 0.19352, 'slg': 0.25833, 'player_id': 10886}, {'pitchingcard_id': 5769, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.25, 'strikeout': 11.699999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.65, 'flyout_rf_b': 2.4, 'groundout_a': 8.25, 'groundout_b': 14.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23241, 'obp': 0.3088, 'slg': 0.43056, 'player_id': 10887}, {'pitchingcard_id': 5769, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.15, 'strikeout': 20.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.75, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15463, 'obp': 0.28565, 'slg': 0.3037, 'player_id': 10887}, {'pitchingcard_id': 5770, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.95, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 27.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 2.5, 'groundout_a': 10.95, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.1912, 'slg': 0.27593, 'player_id': 10888}, {'pitchingcard_id': 5770, 'vs_hand': 'R', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.1, 'strikeout': 31.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 11.0, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.21852, 'slg': 0.23611, 'player_id': 10888}, {'pitchingcard_id': 5771, 'vs_hand': 'L', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 36.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1463, 'obp': 0.26065, 'slg': 0.17778, 'player_id': 10889}, {'pitchingcard_id': 5771, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.3, 'strikeout': 43.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 6.05, 'groundout_b': 3.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.20648, 'slg': 0.13611, 'player_id': 10889}, {'pitchingcard_id': 5772, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 32.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.350000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 4.75, 'groundout_b': 5.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14769, 'obp': 0.23657, 'slg': 0.23889, 'player_id': 10890}, {'pitchingcard_id': 5772, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.45, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.3, 'strikeout': 31.449999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 6.15, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.31944, 'slg': 0.325, 'player_id': 10890}, {'pitchingcard_id': 5773, 'vs_hand': 'L', 'homerun': 3.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 18.649999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.6, 'flyout_rf_b': 1.4, 'groundout_a': 3.2, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23796, 'obp': 0.38889, 'slg': 0.39722, 'player_id': 10891}, {'pitchingcard_id': 5773, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 31.999999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 0, 'groundout_a': 13.6, 'groundout_b': 7.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12685, 'obp': 0.18194, 'slg': 0.15833, 'player_id': 10891}, {'pitchingcard_id': 5774, 'vs_hand': 'L', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.0, 'strikeout': 24.949999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.550000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 11.85, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17778, 'obp': 0.25185, 'slg': 0.24537, 'player_id': 10892}, {'pitchingcard_id': 5774, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.8, 'strikeout': 20.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 17.2, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15463, 'obp': 0.22685, 'slg': 0.22222, 'player_id': 10892}, {'pitchingcard_id': 5775, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.75, 'strikeout': 24.2, 'flyout_lf_b': 0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0.0, 'groundout_a': 18.1, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14769, 'obp': 0.19167, 'slg': 0.24815, 'player_id': 10893}, {'pitchingcard_id': 5775, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 15.0, 'flyout_lf_b': 2.55, 'flyout_cf_b': 11.0, 'flyout_rf_b': 0.0, 'groundout_a': 11.85, 'groundout_b': 12.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14769, 'obp': 0.23981, 'slg': 0.28704, 'player_id': 10893}, {'pitchingcard_id': 5776, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 16.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.35, 'flyout_rf_b': 1.6, 'groundout_a': 15.9, 'groundout_b': 12.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19907, 'obp': 0.2287, 'slg': 0.34537, 'player_id': 10894}, {'pitchingcard_id': 5776, 'vs_hand': 'R', 'homerun': 6.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.25, 'single_two': 4.2, 'single_one': 0.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 2.95, 'strikeout': 28.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.3999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 2.4, 'groundout_b': 13.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.26806, 'slg': 0.3875, 'player_id': 10894}, {'pitchingcard_id': 5777, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 21.55, 'flyout_lf_b': 1.1, 'flyout_cf_b': 5.65, 'flyout_rf_b': 0.0, 'groundout_a': 21.05, 'groundout_b': 11.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.16667, 'slg': 0.20093, 'player_id': 10895}, {'pitchingcard_id': 5777, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 20.25, 'flyout_lf_b': 2.7, 'flyout_cf_b': 11.600000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 11.1, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.22824, 'slg': 0.26204, 'player_id': 10895}, {'pitchingcard_id': 5778, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 9.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.5, 'groundout_a': 22.7, 'groundout_b': 12.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15509, 'obp': 0.24769, 'slg': 0.21759, 'player_id': 10896}, {'pitchingcard_id': 5778, 'vs_hand': 'R', 'homerun': 2.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.3, 'strikeout': 20.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 11.7, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.26389, 'slg': 0.31574, 'player_id': 10896}, {'pitchingcard_id': 5779, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.550000000000001, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.6, 'strikeout': 18.349999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0.0, 'groundout_a': 10.45, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21343, 'obp': 0.34861, 'slg': 0.38426, 'player_id': 10897}, {'pitchingcard_id': 5779, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.35, 'strikeout': 32.550000000000004, 'flyout_lf_b': 2.25, 'flyout_cf_b': 9.2, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1412, 'obp': 0.21852, 'slg': 0.24259, 'player_id': 10897}, {'pitchingcard_id': 5780, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3500000000000005, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 31.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 9.8, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19074, 'obp': 0.23241, 'slg': 0.3463, 'player_id': 10898}, {'pitchingcard_id': 5780, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.85, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 31.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 18.95, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11065, 'obp': 0.14676, 'slg': 0.13889, 'player_id': 10898}, {'pitchingcard_id': 5781, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.25, 'strikeout': 29.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.35, 'flyout_rf_b': 1.2, 'groundout_a': 6.55, 'groundout_b': 6.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15787, 'obp': 0.2713, 'slg': 0.33241, 'player_id': 10899}, {'pitchingcard_id': 5781, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.0, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 25.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.949999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 15.1, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13009, 'obp': 0.19815, 'slg': 0.21852, 'player_id': 10899}, {'pitchingcard_id': 5782, 'vs_hand': 'L', 'homerun': 1.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 25.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.95, 'flyout_rf_b': 1.7, 'groundout_a': 6.85, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17685, 'obp': 0.26204, 'slg': 0.275, 'player_id': 10900}, {'pitchingcard_id': 5782, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 29.450000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 8.45, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21157, 'obp': 0.27176, 'slg': 0.37685, 'player_id': 10900}, {'pitchingcard_id': 5783, 'vs_hand': 'L', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.65, 'strikeout': 22.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.15, 'flyout_rf_b': 1.1, 'groundout_a': 8.25, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1875, 'obp': 0.27685, 'slg': 0.33241, 'player_id': 10901}, {'pitchingcard_id': 5783, 'vs_hand': 'R', 'homerun': 7.25, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.9, 'single_two': 2.4, 'single_one': 0.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.35, 'strikeout': 29.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.28056, 'slg': 0.35833, 'player_id': 10901}, {'pitchingcard_id': 5784, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.6, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 26.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.9, 'flyout_rf_b': 2.4, 'groundout_a': 7.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19815, 'obp': 0.27824, 'slg': 0.31204, 'player_id': 10902}, {'pitchingcard_id': 5784, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.45, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 21.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1499999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 17.15, 'groundout_b': 11.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.19074, 'slg': 0.26574, 'player_id': 10902}, {'pitchingcard_id': 5785, 'vs_hand': 'L', 'homerun': 4.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.9, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.7, 'strikeout': 12.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.05, 'groundout_a': 4.5, 'groundout_b': 14.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24259, 'obp': 0.38796, 'slg': 0.51389, 'player_id': 10903}, {'pitchingcard_id': 5785, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.05, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.8, 'strikeout': 21.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.5, 'groundout_a': 17.05, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15278, 'obp': 0.225, 'slg': 0.21481, 'player_id': 10903}, {'pitchingcard_id': 5786, 'vs_hand': 'L', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 7.3, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.75, 'strikeout': 22.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.35741, 'slg': 0.33611, 'player_id': 10904}, {'pitchingcard_id': 5786, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.9, 'strikeout': 26.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 15.45, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14167, 'obp': 0.23333, 'slg': 0.14722, 'player_id': 10904}, {'pitchingcard_id': 5787, 'vs_hand': 'L', 'homerun': 2.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 20.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.8, 'flyout_rf_b': 1.7, 'groundout_a': 6.3, 'groundout_b': 13.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.27407, 'slg': 0.40648, 'player_id': 10905}, {'pitchingcard_id': 5787, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.05, 'strikeout': 15.899999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.65, 'flyout_rf_b': 2.4, 'groundout_a': 12.75, 'groundout_b': 14.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.23102, 'slg': 0.32963, 'player_id': 10905}, {'pitchingcard_id': 5788, 'vs_hand': 'L', 'homerun': 2.1, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.2, 'strikeout': 17.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 1.9, 'groundout_a': 8.2, 'groundout_b': 10.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20185, 'obp': 0.31481, 'slg': 0.33796, 'player_id': 10906}, {'pitchingcard_id': 5788, 'vs_hand': 'R', 'homerun': 2.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 18.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 10.75, 'groundout_b': 19.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15602, 'obp': 0.19537, 'slg': 0.33056, 'player_id': 10906}, {'pitchingcard_id': 5789, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 17.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.5, 'flyout_rf_b': 2.25, 'groundout_a': 7.4, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20787, 'obp': 0.33287, 'slg': 0.33241, 'player_id': 10907}, {'pitchingcard_id': 5789, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 13.850000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.3999999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 14.0, 'groundout_b': 15.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17222, 'obp': 0.2287, 'slg': 0.29537, 'player_id': 10907}, {'pitchingcard_id': 5790, 'vs_hand': 'L', 'homerun': 2.9000000000000004, 'bp_homerun': 2.0, 'triple': 4.2, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 21.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.6, 'flyout_rf_b': 3.6, 'groundout_a': 1.35, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14306, 'obp': 0.28611, 'slg': 0.29676, 'player_id': 10908}, {'pitchingcard_id': 5790, 'vs_hand': 'R', 'homerun': 2.4, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 34.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 8.25, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.19769, 'slg': 0.33889, 'player_id': 10908}, {'pitchingcard_id': 5791, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 35.35, 'flyout_lf_b': 0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0.0, 'groundout_a': 9.15, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12963, 'obp': 0.21852, 'slg': 0.29537, 'player_id': 10909}, {'pitchingcard_id': 5791, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.4, 'strikeout': 27.55, 'flyout_lf_b': 0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0.0, 'groundout_a': 12.8, 'groundout_b': 6.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.25, 'slg': 0.21574, 'player_id': 10909}, {'pitchingcard_id': 5792, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.1, 'strikeout': 13.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 2.25, 'groundout_a': 8.7, 'groundout_b': 15.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22361, 'obp': 0.28935, 'slg': 0.38241, 'player_id': 10910}, {'pitchingcard_id': 5792, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 0, 'groundout_a': 11.15, 'groundout_b': 14.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.24676, 'slg': 0.31296, 'player_id': 10910}, {'pitchingcard_id': 5793, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 34.25, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 13.6, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.19444, 'slg': 0.13981, 'player_id': 10911}, {'pitchingcard_id': 5793, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_cf': 0.0, 'single_two': 6.7, 'single_one': 6.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 14.549999999999997, 'flyout_lf_b': 3.3, 'flyout_cf_b': 11.8, 'flyout_rf_b': 0.0, 'groundout_a': 7.9, 'groundout_b': 7.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2375, 'obp': 0.31528, 'slg': 0.39907, 'player_id': 10911}, {'pitchingcard_id': 5794, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 0.4, 'strikeout': 30.55, 'flyout_lf_b': 1.1, 'flyout_cf_b': 3.1, 'flyout_rf_b': 0.0, 'groundout_a': 17.95, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.15741, 'slg': 0.20093, 'player_id': 10912}, {'pitchingcard_id': 5794, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 22.599999999999998, 'flyout_lf_b': 2.75, 'flyout_cf_b': 10.8, 'flyout_rf_b': 0.0, 'groundout_a': 7.25, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18611, 'obp': 0.25417, 'slg': 0.28796, 'player_id': 10912}, {'pitchingcard_id': 5795, 'vs_hand': 'L', 'homerun': 3.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.35, 'strikeout': 19.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.1, 'groundout_a': 1.95, 'groundout_b': 7.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25093, 'obp': 0.37454, 'slg': 0.48611, 'player_id': 10913}, {'pitchingcard_id': 5795, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.65, 'strikeout': 22.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 1.1, 'groundout_a': 19.35, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0912, 'obp': 0.19907, 'slg': 0.09722, 'player_id': 10913}, {'pitchingcard_id': 5796, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 1.25, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 8.399999999999999, 'flyout_lf_b': 3.25, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 10.6, 'groundout_b': 21.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13889, 'obp': 0.25509, 'slg': 0.26852, 'player_id': 10914}, {'pitchingcard_id': 5796, 'vs_hand': 'R', 'homerun': 6.35, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.75, 'single_two': 2.55, 'single_one': 0.0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 21.099999999999998, 'flyout_lf_b': 1.65, 'flyout_cf_b': 8.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17731, 'obp': 0.31481, 'slg': 0.3287, 'player_id': 10914}, {'pitchingcard_id': 5797, 'vs_hand': 'L', 'homerun': 5.0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.65, 'single_two': 4.75, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.7, 'strikeout': 28.25, 'flyout_lf_b': 1.9, 'flyout_cf_b': 6.4, 'flyout_rf_b': 0.0, 'groundout_a': 1.5, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23287, 'obp': 0.25787, 'slg': 0.41435, 'player_id': 10915}, {'pitchingcard_id': 5797, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.7, 'strikeout': 20.25, 'flyout_lf_b': 3.75, 'flyout_cf_b': 13.55, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.25648, 'slg': 0.26944, 'player_id': 10915}, {'pitchingcard_id': 5798, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.65, 'strikeout': 32.25000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 3.25, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2213, 'obp': 0.32917, 'slg': 0.39722, 'player_id': 10916}, {'pitchingcard_id': 5798, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5499999999999998, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.35, 'strikeout': 26.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.7, 'flyout_rf_b': 1.2, 'groundout_a': 15.75, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.21296, 'slg': 0.15833, 'player_id': 10916}, {'pitchingcard_id': 5799, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.7, 'strikeout': 40.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09907, 'obp': 0.22593, 'slg': 0.18981, 'player_id': 10917}, {'pitchingcard_id': 5799, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.35, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.05, 'strikeout': 27.900000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.6499999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 14.65, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11713, 'obp': 0.20093, 'slg': 0.18796, 'player_id': 10917}, {'pitchingcard_id': 5800, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5500000000000003, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.55, 'strikeout': 22.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.25, 'flyout_rf_b': 3.4, 'groundout_a': 11.65, 'groundout_b': 7.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13843, 'obp': 0.21759, 'slg': 0.19537, 'player_id': 10918}, {'pitchingcard_id': 5800, 'vs_hand': 'R', 'homerun': 2.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.1, 'strikeout': 19.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.800000000000001, 'flyout_rf_b': 1.1, 'groundout_a': 8.4, 'groundout_b': 15.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18102, 'obp': 0.27454, 'slg': 0.36481, 'player_id': 10918}, {'pitchingcard_id': 5801, 'vs_hand': 'L', 'homerun': 3.4000000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.75, 'single_two': 3.75, 'single_one': 0.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 14.25, 'strikeout': 11.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.100000000000001, 'flyout_rf_b': 5.95, 'groundout_a': 2.2, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20972, 'obp': 0.35093, 'slg': 0.29028, 'player_id': 10919}, {'pitchingcard_id': 5801, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 18.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.35, 'flyout_rf_b': 2.1, 'groundout_a': 13.0, 'groundout_b': 12.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16343, 'obp': 0.20509, 'slg': 0.25926, 'player_id': 10919}, {'pitchingcard_id': 5802, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.7, 'strikeout': 8.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.55, 'flyout_rf_b': 3.25, 'groundout_a': 8.25, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.33009, 'slg': 0.31296, 'player_id': 10920}, {'pitchingcard_id': 5802, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 9.9, 'strikeout': 14.049999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.100000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 10.3, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16944, 'obp': 0.29815, 'slg': 0.29537, 'player_id': 10920}, {'pitchingcard_id': 5803, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 15.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.600000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 9.55, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15463, 'obp': 0.2963, 'slg': 0.27685, 'player_id': 10921}, {'pitchingcard_id': 5803, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.4, 'strikeout': 23.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 9.45, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22269, 'obp': 0.31898, 'slg': 0.37685, 'player_id': 10921}, {'pitchingcard_id': 5804, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 22.95, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 9.0, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23565, 'obp': 0.2912, 'slg': 0.41759, 'player_id': 10922}, {'pitchingcard_id': 5804, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.15, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 17.45, 'flyout_lf_b': 2.4, 'flyout_cf_b': 12.0, 'flyout_rf_b': 0.0, 'groundout_a': 10.1, 'groundout_b': 11.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19861, 'obp': 0.24028, 'slg': 0.37315, 'player_id': 10922}, {'pitchingcard_id': 5805, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.1000000000000005, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 23.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.0, 'flyout_rf_b': 2.7, 'groundout_a': 7.2, 'groundout_b': 7.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.27176, 'slg': 0.36944, 'player_id': 10923}, {'pitchingcard_id': 5805, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 16.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.550000000000001, 'flyout_rf_b': 2.5, 'groundout_a': 8.8, 'groundout_b': 14.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19722, 'obp': 0.26944, 'slg': 0.3213, 'player_id': 10923}, {'pitchingcard_id': 5806, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.85, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 15.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.0, 'flyout_rf_b': 3.6, 'groundout_a': 9.65, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.30648, 'slg': 0.31944, 'player_id': 10924}, {'pitchingcard_id': 5806, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.15, 'strikeout': 19.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 1.2, 'groundout_a': 4.2, 'groundout_b': 14.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.33102, 'slg': 0.45926, 'player_id': 10924}, {'pitchingcard_id': 5807, 'vs_hand': 'L', 'homerun': 2.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 10.8, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 20.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.7, 'flyout_rf_b': 0, 'groundout_a': 2.5, 'groundout_b': 9.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25, 'obp': 0.35417, 'slg': 0.20833, 'player_id': 10925}, {'pitchingcard_id': 5807, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.6, 'strikeout': 25.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.2, 'flyout_rf_b': 0, 'groundout_a': 11.05, 'groundout_b': 5.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.27454, 'slg': 0.18796, 'player_id': 10925}, {'pitchingcard_id': 5808, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8500000000000005, 'double_cf': 0.0, 'single_two': 6.8, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 10.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.2, 'flyout_rf_b': 2.7, 'groundout_a': 17.0, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.29074, 'slg': 0.3287, 'player_id': 10926}, {'pitchingcard_id': 5808, 'vs_hand': 'R', 'homerun': 3.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.9, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.1, 'strikeout': 16.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 7.15, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23704, 'obp': 0.36759, 'slg': 0.46574, 'player_id': 10926}, {'pitchingcard_id': 5809, 'vs_hand': 'L', 'homerun': 6.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.8, 'single_two': 3.25, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 29.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.1, 'groundout_a': 1.2, 'groundout_b': 10.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23194, 'obp': 0.26204, 'slg': 0.36481, 'player_id': 10927}, {'pitchingcard_id': 5809, 'vs_hand': 'R', 'homerun': 5.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 7.35, 'single_one': 7.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 14.35, 'strikeout': 12.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26667, 'obp': 0.45509, 'slg': 0.4963, 'player_id': 10927}, {'pitchingcard_id': 5810, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 7.05, 'single_one': 7.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.0, 'strikeout': 7.950000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.35, 'flyout_rf_b': 5.4, 'groundout_a': 10.9, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20417, 'obp': 0.31528, 'slg': 0.24444, 'player_id': 10928}, {'pitchingcard_id': 5810, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 12.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.25, 'flyout_rf_b': 3.2, 'groundout_a': 14.0, 'groundout_b': 14.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.23657, 'slg': 0.31019, 'player_id': 10928}, {'pitchingcard_id': 5811, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 13.5, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.15, 'strikeout': 40.800000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 1.4, 'groundout_b': 1.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21944, 'obp': 0.32269, 'slg': 0.57315, 'player_id': 10929}, {'pitchingcard_id': 5811, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.95, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.1, 'strikeout': 14.850000000000001, 'flyout_lf_b': 2.2, 'flyout_cf_b': 9.5, 'flyout_rf_b': 0.0, 'groundout_a': 11.3, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17454, 'obp': 0.28657, 'slg': 0.33981, 'player_id': 10929}, {'pitchingcard_id': 5816, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 14.95, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 6.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 18.6, 'strikeout': 20.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.30463, 'obp': 0.53241, 'slg': 0.69722, 'player_id': 10989}, {'pitchingcard_id': 5816, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 29.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 3.2, 'groundout_a': 6.85, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.20046, 'slg': 0.23056, 'player_id': 10989}, {'pitchingcard_id': 5817, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 6.75, 'single_one': 6.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.1, 'strikeout': 17.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.7, 'flyout_rf_b': 1.5, 'groundout_a': 7.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20185, 'obp': 0.38796, 'slg': 0.25185, 'player_id': 10990}, {'pitchingcard_id': 5817, 'vs_hand': 'R', 'homerun': 4.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.0, 'strikeout': 27.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 6.35, 'groundout_b': 14.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16667, 'obp': 0.24074, 'slg': 0.38148, 'player_id': 10990}, {'pitchingcard_id': 5818, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 14.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.65, 'flyout_rf_b': 1.5, 'groundout_a': 7.85, 'groundout_b': 12.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19352, 'obp': 0.32824, 'slg': 0.36111, 'player_id': 10991}, {'pitchingcard_id': 5818, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.55, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.55, 'strikeout': 19.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.15, 'flyout_rf_b': 1.75, 'groundout_a': 10.8, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19907, 'obp': 0.25972, 'slg': 0.41759, 'player_id': 10991}, {'pitchingcard_id': 5819, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 21.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.350000000000001, 'flyout_rf_b': 4.2, 'groundout_a': 5.4, 'groundout_b': 10.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17454, 'obp': 0.23148, 'slg': 0.28148, 'player_id': 10992}, {'pitchingcard_id': 5819, 'vs_hand': 'R', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 30.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 8.15, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15833, 'obp': 0.21111, 'slg': 0.3, 'player_id': 10992}, {'pitchingcard_id': 5820, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 50.800000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 2.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.20139, 'slg': 0.15463, 'player_id': 10993}, {'pitchingcard_id': 5820, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.5, 'strikeout': 31.2, 'flyout_lf_b': 1.65, 'flyout_cf_b': 6.199999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 5.1, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.27269, 'slg': 0.24907, 'player_id': 10993}, {'pitchingcard_id': 5821, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 23.950000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.55, 'flyout_rf_b': 2.55, 'groundout_a': 7.15, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15556, 'obp': 0.25741, 'slg': 0.24259, 'player_id': 10994}, {'pitchingcard_id': 5821, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.05, 'strikeout': 17.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.450000000000001, 'flyout_rf_b': 3.6, 'groundout_a': 9.55, 'groundout_b': 11.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12639, 'obp': 0.20093, 'slg': 0.21667, 'player_id': 10994}, {'pitchingcard_id': 5822, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 4.55, 'strikeout': 25.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1499999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 7.4, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20231, 'obp': 0.3, 'slg': 0.30463, 'player_id': 10995}, {'pitchingcard_id': 5822, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.35, 'strikeout': 33.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 9.1, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17037, 'obp': 0.23843, 'slg': 0.23611, 'player_id': 10995}, {'pitchingcard_id': 5823, 'vs_hand': 'L', 'homerun': 6.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.5, 'single_two': 4.5, 'single_one': 0.0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 14.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.65, 'flyout_rf_b': 2.25, 'groundout_a': 4.2, 'groundout_b': 18.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2213, 'obp': 0.27778, 'slg': 0.38519, 'player_id': 10996}, {'pitchingcard_id': 5823, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 33.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 8.15, 'groundout_b': 13.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11991, 'obp': 0.16713, 'slg': 0.29907, 'player_id': 10996}, {'pitchingcard_id': 5824, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 16.75, 'flyout_lf_b': 2.5, 'flyout_cf_b': 9.6, 'flyout_rf_b': 0.0, 'groundout_a': 16.95, 'groundout_b': 12.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14861, 'obp': 0.1875, 'slg': 0.21481, 'player_id': 10997}, {'pitchingcard_id': 5824, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.7, 'strikeout': 22.200000000000006, 'flyout_lf_b': 2.7, 'flyout_cf_b': 6.3, 'flyout_rf_b': 0.0, 'groundout_a': 6.75, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21852, 'obp': 0.33611, 'slg': 0.36204, 'player_id': 10997}, {'pitchingcard_id': 5825, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.75, 'strikeout': 10.2, 'flyout_lf_b': 0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0.0, 'groundout_a': 25.75, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16204, 'obp': 0.25231, 'slg': 0.18056, 'player_id': 10998}, {'pitchingcard_id': 5825, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.6, 'strikeout': 21.349999999999998, 'flyout_lf_b': 1.2, 'flyout_cf_b': 6.95, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22176, 'obp': 0.32917, 'slg': 0.36389, 'player_id': 10998}, {'pitchingcard_id': 5826, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.85, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 42.3, 'flyout_lf_b': 0, 'flyout_cf_b': 2.75, 'flyout_rf_b': 0.0, 'groundout_a': 3.9, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19769, 'obp': 0.23935, 'slg': 0.42963, 'player_id': 10999}, {'pitchingcard_id': 5826, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 30.099999999999994, 'flyout_lf_b': 3.2, 'flyout_cf_b': 8.600000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 8.95, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.21898, 'slg': 0.13241, 'player_id': 10999}, {'pitchingcard_id': 5827, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 11.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.850000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 6.2, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23148, 'obp': 0.38241, 'slg': 0.36296, 'player_id': 11000}, {'pitchingcard_id': 5827, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 20.7, 'strikeout': 28.249999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 10.75, 'groundout_b': 6.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06389, 'obp': 0.25556, 'slg': 0.11204, 'player_id': 11000}, {'pitchingcard_id': 5828, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 5.75, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.9, 'strikeout': 26.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 2.4, 'groundout_a': 12.65, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18148, 'obp': 0.21759, 'slg': 0.22593, 'player_id': 11001}, {'pitchingcard_id': 5828, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.3499999999999996, 'double_cf': 0.0, 'single_two': 1.35, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 30.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.699999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 12.65, 'groundout_b': 6.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09167, 'obp': 0.18657, 'slg': 0.13519, 'player_id': 11001}, {'pitchingcard_id': 5829, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 8.55, 'single_one': 8.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 14.399999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 9.5, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27315, 'obp': 0.36157, 'slg': 0.41852, 'player_id': 11002}, {'pitchingcard_id': 5829, 'vs_hand': 'R', 'homerun': 0.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.25, 'strikeout': 24.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 19.0, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11296, 'obp': 0.19861, 'slg': 0.18241, 'player_id': 11002}, {'pitchingcard_id': 5830, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 6.25, 'strikeout': 26.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 2.4, 'groundout_a': 15.1, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.075, 'obp': 0.14213, 'slg': 0.16667, 'player_id': 11003}, {'pitchingcard_id': 5830, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 42.400000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 10.55, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0875, 'obp': 0.16435, 'slg': 0.09815, 'player_id': 11003}, {'pitchingcard_id': 5831, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 9.8, 'single_one': 9.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 16.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 1.65, 'groundout_a': 9.5, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25741, 'obp': 0.36343, 'slg': 0.30648, 'player_id': 11004}, {'pitchingcard_id': 5831, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 21.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.850000000000001, 'flyout_rf_b': 2.2, 'groundout_a': 11.8, 'groundout_b': 10.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14444, 'obp': 0.22407, 'slg': 0.22685, 'player_id': 11004}, {'pitchingcard_id': 5832, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.1, 'strikeout': 29.849999999999998, 'flyout_lf_b': 1.7, 'flyout_cf_b': 9.3, 'flyout_rf_b': 0.0, 'groundout_a': 9.85, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.19537, 'slg': 0.11389, 'player_id': 11005}, {'pitchingcard_id': 5832, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.5499999999999998, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 17.35, 'strikeout': 24.6, 'flyout_lf_b': 1.65, 'flyout_cf_b': 8.65, 'flyout_rf_b': 0.0, 'groundout_a': 10.05, 'groundout_b': 5.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09213, 'obp': 0.26204, 'slg': 0.08889, 'player_id': 11005}, {'pitchingcard_id': 5833, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 25.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.399999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 4.75, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1875, 'obp': 0.23148, 'slg': 0.36944, 'player_id': 11006}, {'pitchingcard_id': 5833, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 29.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.95, 'flyout_rf_b': 0, 'groundout_a': 13.05, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13796, 'obp': 0.16759, 'slg': 0.2463, 'player_id': 11006}, {'pitchingcard_id': 5834, 'vs_hand': 'L', 'homerun': 8.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.65, 'single_two': 2.8, 'single_one': 0.0, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 16.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.0, 'flyout_rf_b': 2.25, 'groundout_a': 1.6, 'groundout_b': 14.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19583, 'obp': 0.32083, 'slg': 0.43056, 'player_id': 11007}, {'pitchingcard_id': 5834, 'vs_hand': 'R', 'homerun': 7.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.9, 'single_two': 1.9, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.75, 'strikeout': 34.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 9.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.26528, 'slg': 0.34259, 'player_id': 11007}, {'pitchingcard_id': 5835, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 27.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.9, 'flyout_rf_b': 1.4, 'groundout_a': 8.4, 'groundout_b': 7.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19352, 'obp': 0.27222, 'slg': 0.34167, 'player_id': 11008}, {'pitchingcard_id': 5835, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.35, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 25.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 15.3, 'groundout_b': 9.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14583, 'obp': 0.22083, 'slg': 0.24352, 'player_id': 11008}, {'pitchingcard_id': 5836, 'vs_hand': 'L', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 46.45000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0.0, 'groundout_a': 6.4, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1463, 'obp': 0.1963, 'slg': 0.14722, 'player_id': 11009}, {'pitchingcard_id': 5836, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 6.9, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.9, 'strikeout': 17.049999999999997, 'flyout_lf_b': 2.5, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 11.4, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2162, 'obp': 0.28009, 'slg': 0.30278, 'player_id': 11009}, {'pitchingcard_id': 5837, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.3, 'strikeout': 31.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 0, 'groundout_a': 3.8, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1875, 'obp': 0.31065, 'slg': 0.24537, 'player_id': 11010}, {'pitchingcard_id': 5837, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.45, 'strikeout': 42.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 2.4, 'groundout_b': 2.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.27593, 'slg': 0.2787, 'player_id': 11010}, {'pitchingcard_id': 5838, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 40.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.9, 'flyout_rf_b': 0, 'groundout_a': 8.5, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06574, 'obp': 0.17824, 'slg': 0.10093, 'player_id': 11011}, {'pitchingcard_id': 5838, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 32.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 10.15, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16944, 'obp': 0.26065, 'slg': 0.16019, 'player_id': 11011}, {'pitchingcard_id': 5839, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.25, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 22.950000000000003, 'flyout_lf_b': 1.2, 'flyout_cf_b': 7.8500000000000005, 'flyout_rf_b': 0.0, 'groundout_a': 7.85, 'groundout_b': 11.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16713, 'obp': 0.25972, 'slg': 0.22315, 'player_id': 11012}, {'pitchingcard_id': 5839, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 19.5, 'strikeout': 21.449999999999996, 'flyout_lf_b': 1.9, 'flyout_cf_b': 13.7, 'flyout_rf_b': 0.0, 'groundout_a': 8.05, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07037, 'obp': 0.25093, 'slg': 0.11111, 'player_id': 11012}, {'pitchingcard_id': 5840, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 44.300000000000004, 'flyout_lf_b': 1.4, 'flyout_cf_b': 4.300000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 9.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07917, 'obp': 0.12917, 'slg': 0.06944, 'player_id': 11013}, {'pitchingcard_id': 5840, 'vs_hand': 'R', 'homerun': 7.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.4, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 47.650000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.22593, 'slg': 0.36713, 'player_id': 11013}, {'pitchingcard_id': 5841, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 0.0, 'hbp': 6.0, 'walk': 7.4, 'strikeout': 45.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 0, 'groundout_a': 7.75, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.01806, 'obp': 0.14213, 'slg': 0.02778, 'player_id': 11014}, {'pitchingcard_id': 5841, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.65, 'strikeout': 11.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.8500000000000005, 'flyout_rf_b': 1.2, 'groundout_a': 18.0, 'groundout_b': 15.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08935, 'obp': 0.23426, 'slg': 0.09722, 'player_id': 11014}, {'pitchingcard_id': 5842, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.45, 'strikeout': 29.499999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6499999999999995, 'flyout_rf_b': 2.2, 'groundout_a': 9.25, 'groundout_b': 9.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13148, 'obp': 0.1912, 'slg': 0.19907, 'player_id': 11015}, {'pitchingcard_id': 5842, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 43.400000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 6.85, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.17454, 'slg': 0.21574, 'player_id': 11015}, {'pitchingcard_id': 5843, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 1.65, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 40.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.2, 'groundout_a': 12.1, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03889, 'obp': 0.125, 'slg': 0.04722, 'player_id': 11016}, {'pitchingcard_id': 5843, 'vs_hand': 'R', 'homerun': 2.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 24.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 10.85, 'groundout_b': 11.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16806, 'obp': 0.26296, 'slg': 0.33241, 'player_id': 11016}, {'pitchingcard_id': 5844, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 9.3, 'single_one': 9.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.85, 'strikeout': 33.949999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 7.6, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23565, 'obp': 0.29907, 'slg': 0.26574, 'player_id': 11017}, {'pitchingcard_id': 5844, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.55, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.4, 'strikeout': 25.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.7499999999999996, 'flyout_rf_b': 1.35, 'groundout_a': 17.25, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13935, 'obp': 0.20787, 'slg': 0.15926, 'player_id': 11017}, {'pitchingcard_id': 5845, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 12.65, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.7, 'strikeout': 35.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25139, 'obp': 0.40602, 'slg': 0.57963, 'player_id': 11018}, {'pitchingcard_id': 5845, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.0, 'strikeout': 24.950000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.6, 'flyout_rf_b': 1.2, 'groundout_a': 14.7, 'groundout_b': 6.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.25, 'slg': 0.06481, 'player_id': 11018}, {'pitchingcard_id': 5846, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.2, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 4.55, 'strikeout': 14.4, 'flyout_lf_b': 1.9, 'flyout_cf_b': 4.449999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 15.15, 'groundout_b': 19.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1338, 'obp': 0.22222, 'slg': 0.275, 'player_id': 11019}, {'pitchingcard_id': 5846, 'vs_hand': 'R', 'homerun': 5.25, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.7, 'strikeout': 33.25000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.25, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20509, 'obp': 0.28565, 'slg': 0.425, 'player_id': 11019}, {'pitchingcard_id': 5847, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 28.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 8.85, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.28148, 'slg': 0.20833, 'player_id': 11020}, {'pitchingcard_id': 5847, 'vs_hand': 'R', 'homerun': 7.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.1, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.35, 'strikeout': 25.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.55, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23704, 'obp': 0.37917, 'slg': 0.375, 'player_id': 11020}, {'pitchingcard_id': 5848, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 6.200000000000001, 'flyout_lf_b': 4.2, 'flyout_cf_b': 7.1000000000000005, 'flyout_rf_b': 0.0, 'groundout_a': 24.25, 'groundout_b': 14.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.21528, 'slg': 0.29537, 'player_id': 11021}, {'pitchingcard_id': 5848, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 7.7, 'single_one': 7.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 9.299999999999999, 'flyout_lf_b': 3.3, 'flyout_cf_b': 11.0, 'flyout_rf_b': 0.0, 'groundout_a': 10.25, 'groundout_b': 11.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24537, 'obp': 0.3162, 'slg': 0.35463, 'player_id': 11021}, {'pitchingcard_id': 5849, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 14.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.15, 'flyout_rf_b': 3.75, 'groundout_a': 16.2, 'groundout_b': 14.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10833, 'obp': 0.19861, 'slg': 0.25278, 'player_id': 11022}, {'pitchingcard_id': 5849, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.95, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.5, 'strikeout': 24.450000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.9, 'flyout_rf_b': 0, 'groundout_a': 14.45, 'groundout_b': 9.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12269, 'obp': 0.21991, 'slg': 0.19167, 'player_id': 11022}, {'pitchingcard_id': 5850, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.15, 'strikeout': 48.75000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0.0, 'groundout_a': 3.25, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08565, 'obp': 0.21667, 'slg': 0.16204, 'player_id': 11023}, {'pitchingcard_id': 5850, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.2, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 27.849999999999998, 'flyout_lf_b': 3.75, 'flyout_cf_b': 13.7, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17176, 'obp': 0.21898, 'slg': 0.36019, 'player_id': 11023}, {'pitchingcard_id': 5851, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 11.9, 'single_one': 11.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.5, 'strikeout': 14.45, 'flyout_lf_b': 0, 'flyout_cf_b': 2.2, 'flyout_rf_b': 0.0, 'groundout_a': 15.3, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29583, 'obp': 0.36528, 'slg': 0.36204, 'player_id': 11024}, {'pitchingcard_id': 5851, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.75, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 26.950000000000003, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 4.75, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19583, 'obp': 0.33241, 'slg': 0.38796, 'player_id': 11024}, {'pitchingcard_id': 5852, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 39.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14074, 'obp': 0.22963, 'slg': 0.20602, 'player_id': 11025}, {'pitchingcard_id': 5852, 'vs_hand': 'R', 'homerun': 2.6500000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.55, 'strikeout': 22.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.549999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 9.8, 'groundout_b': 19.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15093, 'obp': 0.17454, 'slg': 0.2537, 'player_id': 11025}, {'pitchingcard_id': 5853, 'vs_hand': 'L', 'homerun': 4.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 36.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 2.2, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20139, 'obp': 0.32546, 'slg': 0.36019, 'player_id': 11026}, {'pitchingcard_id': 5853, 'vs_hand': 'R', 'homerun': 1.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 33.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 18.15, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10463, 'obp': 0.13472, 'slg': 0.13333, 'player_id': 11026}, {'pitchingcard_id': 5854, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.9, 'double_cf': 0.0, 'single_two': 8.5, 'single_one': 8.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 16.2, 'strikeout': 13.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.45, 'flyout_rf_b': 1.2, 'groundout_a': 5.7, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26806, 'obp': 0.42731, 'slg': 0.41759, 'player_id': 11027}, {'pitchingcard_id': 5854, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 15.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.05, 'flyout_rf_b': 0, 'groundout_a': 24.95, 'groundout_b': 17.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09815, 'obp': 0.13704, 'slg': 0.14907, 'player_id': 11027}, {'pitchingcard_id': 5855, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 26.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 16.65, 'flyout_rf_b': 2.75, 'groundout_a': 9.9, 'groundout_b': 6.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04398, 'obp': 0.16157, 'slg': 0.11296, 'player_id': 11028}, {'pitchingcard_id': 5855, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.6, 'strikeout': 24.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.65, 'flyout_rf_b': 2.4, 'groundout_a': 17.85, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07407, 'obp': 0.16296, 'slg': 0.0537, 'player_id': 11028}, {'pitchingcard_id': 5856, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 3.25, 'strikeout': 16.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 18.5, 'flyout_rf_b': 5.1, 'groundout_a': 4.5, 'groundout_b': 6.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15463, 'obp': 0.2588, 'slg': 0.36389, 'player_id': 11029}, {'pitchingcard_id': 5856, 'vs_hand': 'R', 'homerun': 1.55, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 30.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.1, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.24352, 'slg': 0.28611, 'player_id': 11029}, {'pitchingcard_id': 5857, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 16.4, 'strikeout': 17.55, 'flyout_lf_b': 0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0.0, 'groundout_a': 14.8, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15185, 'obp': 0.31296, 'slg': 0.25463, 'player_id': 11030}, {'pitchingcard_id': 5857, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 42.6, 'flyout_lf_b': 1.05, 'flyout_cf_b': 4.3500000000000005, 'flyout_rf_b': 0.0, 'groundout_a': 6.3, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12176, 'obp': 0.1787, 'slg': 0.19537, 'player_id': 11030}, {'pitchingcard_id': 5858, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.850000000000001, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 32.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.05, 'flyout_rf_b': 1.05, 'groundout_a': 4.5, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25231, 'obp': 0.28843, 'slg': 0.53056, 'player_id': 11031}, {'pitchingcard_id': 5858, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 34.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0, 'groundout_a': 9.45, 'groundout_b': 7.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08472, 'obp': 0.19815, 'slg': 0.15833, 'player_id': 11031}, {'pitchingcard_id': 5859, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.950000000000001, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 58.89999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.18611, 'slg': 0.37685, 'player_id': 11032}, {'pitchingcard_id': 5859, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 29.600000000000005, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.45, 'flyout_rf_b': 0, 'groundout_a': 11.25, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.21852, 'slg': 0.14352, 'player_id': 11032}, {'pitchingcard_id': 5860, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 1.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.0, 'strikeout': 30.95, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 7.15, 'groundout_b': 7.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11204, 'obp': 0.2787, 'slg': 0.2287, 'player_id': 11033}, {'pitchingcard_id': 5860, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 22.049999999999997, 'flyout_lf_b': 1.95, 'flyout_cf_b': 9.700000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 11.8, 'groundout_b': 12.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08704, 'obp': 0.19722, 'slg': 0.14907, 'player_id': 11033}, {'pitchingcard_id': 5861, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.3, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.45, 'strikeout': 21.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.049999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 9.95, 'groundout_b': 10.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18796, 'obp': 0.25694, 'slg': 0.39537, 'player_id': 11034}, {'pitchingcard_id': 5861, 'vs_hand': 'R', 'homerun': 2.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.25, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 5.45, 'strikeout': 47.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07778, 'obp': 0.1375, 'slg': 0.19259, 'player_id': 11034}, {'pitchingcard_id': 5862, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.15, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.45, 'strikeout': 15.499999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.4, 'flyout_rf_b': 1.75, 'groundout_a': 10.35, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23796, 'obp': 0.29769, 'slg': 0.46944, 'player_id': 11035}, {'pitchingcard_id': 5862, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.35, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 21.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.5, 'groundout_a': 18.85, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12037, 'obp': 0.15046, 'slg': 0.20093, 'player_id': 11035}, {'pitchingcard_id': 5863, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.0, 'strikeout': 59.45, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06991, 'obp': 0.18102, 'slg': 0.11759, 'player_id': 11036}, {'pitchingcard_id': 5863, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.0, 'strikeout': 37.85000000000001, 'flyout_lf_b': 1.1, 'flyout_cf_b': 5.050000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 3.75, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.24537, 'slg': 0.33426, 'player_id': 11036}, {'pitchingcard_id': 5864, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6500000000000004, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 32.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 2.4, 'groundout_a': 8.05, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.2162, 'slg': 0.23056, 'player_id': 11037}, {'pitchingcard_id': 5864, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.45, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 37.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 4.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.25972, 'slg': 0.44167, 'player_id': 11037}, {'pitchingcard_id': 5865, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 34.550000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0.0, 'groundout_a': 8.95, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14398, 'obp': 0.23102, 'slg': 0.22315, 'player_id': 11038}, {'pitchingcard_id': 5865, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.4, 'double_cf': 0.0, 'single_two': 6.85, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 4.5, 'strikeout': 17.45, 'flyout_lf_b': 1.4, 'flyout_cf_b': 6.949999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 6.8, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26944, 'obp': 0.34815, 'slg': 0.49815, 'player_id': 11038}, {'pitchingcard_id': 5866, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 25.95, 'flyout_lf_b': 0, 'flyout_cf_b': 2.75, 'flyout_rf_b': 0.0, 'groundout_a': 29.05, 'groundout_b': 12.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08148, 'obp': 0.08148, 'slg': 0.05833, 'player_id': 11039}, {'pitchingcard_id': 5866, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.7, 'flyout_lf_b': 1.5, 'flyout_cf_b': 7.15, 'flyout_rf_b': 0.0, 'groundout_a': 10.05, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.24676, 'slg': 0.33241, 'player_id': 11039}, {'pitchingcard_id': 5867, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.65, 'strikeout': 26.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.25, 'groundout_a': 13.1, 'groundout_b': 6.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.22361, 'slg': 0.16019, 'player_id': 11040}, {'pitchingcard_id': 5867, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 19.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.299999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 11.0, 'groundout_b': 18.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13426, 'obp': 0.17593, 'slg': 0.275, 'player_id': 11040}, {'pitchingcard_id': 5868, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 6.9, 'single_one': 6.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 21.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 4.5, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27778, 'obp': 0.35741, 'slg': 0.56574, 'player_id': 11041}, {'pitchingcard_id': 5868, 'vs_hand': 'R', 'homerun': 6.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 22.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 17.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.26111, 'slg': 0.36389, 'player_id': 11041}, {'pitchingcard_id': 5869, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 26.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.35, 'flyout_rf_b': 5.1, 'groundout_a': 6.9, 'groundout_b': 9.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10648, 'obp': 0.18889, 'slg': 0.22685, 'player_id': 11071}, {'pitchingcard_id': 5869, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.25, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 24.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 1.2, 'groundout_a': 5.1, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20972, 'obp': 0.31944, 'slg': 0.43704, 'player_id': 11071}, {'pitchingcard_id': 5870, 'vs_hand': 'L', 'homerun': 1.55, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 23.949999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.15, 'flyout_rf_b': 2.1, 'groundout_a': 14.15, 'groundout_b': 10.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11481, 'obp': 0.21667, 'slg': 0.18056, 'player_id': 11072}, {'pitchingcard_id': 5870, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 28.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.55, 'flyout_rf_b': 1.2, 'groundout_a': 11.85, 'groundout_b': 12.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13102, 'obp': 0.18565, 'slg': 0.19167, 'player_id': 11072}, {'pitchingcard_id': 5871, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 7.05, 'single_one': 6.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.85, 'strikeout': 32.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 6.0, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16852, 'obp': 0.30602, 'slg': 0.1537, 'player_id': 11073}, {'pitchingcard_id': 5871, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.05, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.55, 'flyout_rf_b': 1.6, 'groundout_a': 14.05, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09954, 'obp': 0.18981, 'slg': 0.09815, 'player_id': 11073}, {'pitchingcard_id': 5872, 'vs_hand': 'L', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.15, 'strikeout': 29.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.100000000000001, 'flyout_rf_b': 4.2, 'groundout_a': 4.25, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.22963, 'slg': 0.29167, 'player_id': 11074}, {'pitchingcard_id': 5872, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.05, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 25.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0, 'groundout_a': 15.8, 'groundout_b': 10.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16806, 'obp': 0.20417, 'slg': 0.28796, 'player_id': 11074}, {'pitchingcard_id': 5873, 'vs_hand': 'L', 'homerun': 3.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.75, 'single_two': 1.9, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.9, 'strikeout': 26.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.36389, 'slg': 0.25556, 'player_id': 11075}, {'pitchingcard_id': 5873, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.05, 'strikeout': 28.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 4.8, 'groundout_b': 2.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24398, 'obp': 0.38333, 'slg': 0.34537, 'player_id': 11075}, {'pitchingcard_id': 5874, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.5, 'strikeout': 29.400000000000002, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0.0, 'groundout_a': 4.5, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09769, 'obp': 0.31528, 'slg': 0.19167, 'player_id': 11076}, {'pitchingcard_id': 5874, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.45, 'strikeout': 40.5, 'flyout_lf_b': 0, 'flyout_cf_b': 2.75, 'flyout_rf_b': 0.0, 'groundout_a': 1.7, 'groundout_b': 1.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18241, 'obp': 0.29769, 'slg': 0.28981, 'player_id': 11076}, {'pitchingcard_id': 5875, 'vs_hand': 'L', 'homerun': 2.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.5, 'strikeout': 21.45, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 7.7, 'groundout_b': 14.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.29028, 'slg': 0.43426, 'player_id': 11077}, {'pitchingcard_id': 5875, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.45, 'strikeout': 11.500000000000002, 'flyout_lf_b': 0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 0.0, 'groundout_a': 11.65, 'groundout_b': 12.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.32731, 'slg': 0.28981, 'player_id': 11077}, {'pitchingcard_id': 5876, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.4, 'strikeout': 17.55, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 10.45, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1463, 'obp': 0.36296, 'slg': 0.24537, 'player_id': 11078}, {'pitchingcard_id': 5876, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.35, 'strikeout': 12.6, 'flyout_lf_b': 2.8, 'flyout_cf_b': 12.3, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17778, 'obp': 0.32917, 'slg': 0.25602, 'player_id': 11078}, {'pitchingcard_id': 5877, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.65, 'strikeout': 17.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.5, 'flyout_rf_b': 1.5, 'groundout_a': 13.15, 'groundout_b': 9.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09676, 'obp': 0.2787, 'slg': 0.13981, 'player_id': 11079}, {'pitchingcard_id': 5877, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.95, 'double_cf': 0.0, 'single_two': 7.0, 'single_one': 7.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 21.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 13.55, 'groundout_b': 10.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23148, 'obp': 0.27083, 'slg': 0.35463, 'player_id': 11079}, {'pitchingcard_id': 5878, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.75, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.95, 'strikeout': 9.900000000000007, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.75, 'flyout_rf_b': 3.2, 'groundout_a': 3.9, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28333, 'obp': 0.44028, 'slg': 0.44722, 'player_id': 11080}, {'pitchingcard_id': 5878, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0999999999999996, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 3.7, 'strikeout': 35.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.049999999999999, 'flyout_rf_b': 3.4, 'groundout_a': 10.65, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06204, 'obp': 0.11481, 'slg': 0.13148, 'player_id': 11080}, {'pitchingcard_id': 5879, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.3, 'strikeout': 24.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.05, 'flyout_rf_b': 3.25, 'groundout_a': 16.4, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08472, 'obp': 0.16157, 'slg': 0.10648, 'player_id': 11081}, {'pitchingcard_id': 5879, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 10.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.3, 'flyout_rf_b': 1.05, 'groundout_a': 16.95, 'groundout_b': 16.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.25833, 'slg': 0.38796, 'player_id': 11081}, {'pitchingcard_id': 5880, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.45, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.9, 'strikeout': 26.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 1.6, 'groundout_a': 5.1, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.225, 'obp': 0.28889, 'slg': 0.49259, 'player_id': 11082}, {'pitchingcard_id': 5880, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 18.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 12.7, 'groundout_b': 12.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22315, 'obp': 0.27778, 'slg': 0.37685, 'player_id': 11082}, {'pitchingcard_id': 5881, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.65, 'strikeout': 22.3, 'flyout_lf_b': 0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0.0, 'groundout_a': 13.95, 'groundout_b': 10.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.27454, 'slg': 0.31019, 'player_id': 11083}, {'pitchingcard_id': 5881, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 23.299999999999997, 'flyout_lf_b': 2.7, 'flyout_cf_b': 12.649999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 6.0, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16389, 'obp': 0.24398, 'slg': 0.2787, 'player_id': 11083}, {'pitchingcard_id': 5882, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 28.849999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 16.15, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1537, 'obp': 0.20093, 'slg': 0.21389, 'player_id': 11084}, {'pitchingcard_id': 5882, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 12.7, 'flyout_lf_b': 5.4, 'flyout_cf_b': 17.25, 'flyout_rf_b': 0.0, 'groundout_a': 9.45, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19352, 'obp': 0.21435, 'slg': 0.34815, 'player_id': 11084}, {'pitchingcard_id': 5883, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.25, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.25, 'strikeout': 17.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.45, 'flyout_rf_b': 0, 'groundout_a': 25.8, 'groundout_b': 12.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08009, 'obp': 0.14722, 'slg': 0.09167, 'player_id': 11085}, {'pitchingcard_id': 5883, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 6.9, 'single_one': 6.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 26.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 14.7, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19352, 'obp': 0.23519, 'slg': 0.2287, 'player_id': 11085}, {'pitchingcard_id': 5884, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.85, 'strikeout': 22.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.699999999999999, 'flyout_rf_b': 2.75, 'groundout_a': 11.1, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15833, 'obp': 0.27731, 'slg': 0.28611, 'player_id': 11086}, {'pitchingcard_id': 5884, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.55, 'strikeout': 14.399999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.6, 'flyout_rf_b': 1.65, 'groundout_a': 13.85, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09167, 'obp': 0.26343, 'slg': 0.18611, 'player_id': 11086}, {'pitchingcard_id': 5885, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 11.450000000000001, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.8, 'strikeout': 38.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.24769, 'slg': 0.48889, 'player_id': 11087}, {'pitchingcard_id': 5885, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 60.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05741, 'obp': 0.0963, 'slg': 0.07778, 'player_id': 11087}, {'pitchingcard_id': 5886, 'vs_hand': 'L', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 21.149999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.699999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 5.7, 'groundout_b': 5.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18472, 'obp': 0.34954, 'slg': 0.30093, 'player_id': 11088}, {'pitchingcard_id': 5886, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 1.35, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 27.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 1.4, 'groundout_a': 14.55, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09398, 'obp': 0.20324, 'slg': 0.14259, 'player_id': 11088}, {'pitchingcard_id': 5887, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.6, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.4, 'strikeout': 17.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.4, 'flyout_rf_b': 2.75, 'groundout_a': 14.35, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09815, 'obp': 0.25926, 'slg': 0.14722, 'player_id': 11089}, {'pitchingcard_id': 5887, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 7.6, 'single_one': 7.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 4.25, 'strikeout': 16.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 14.1, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23194, 'obp': 0.33611, 'slg': 0.34352, 'player_id': 11089}, {'pitchingcard_id': 5888, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.95, 'strikeout': 24.999999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 13.8, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.27917, 'slg': 0.25278, 'player_id': 11090}, {'pitchingcard_id': 5888, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.7, 'strikeout': 28.05, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 8.45, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.30741, 'slg': 0.25463, 'player_id': 11090}, {'pitchingcard_id': 5889, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.55, 'double_cf': 0.0, 'single_two': 9.35, 'single_one': 9.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.45, 'strikeout': 12.500000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.6, 'groundout_a': 7.9, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.30694, 'obp': 0.38519, 'slg': 0.52778, 'player_id': 11091}, {'pitchingcard_id': 5889, 'vs_hand': 'R', 'homerun': 4.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 1.4, 'strikeout': 46.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 3.75, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15231, 'obp': 0.17454, 'slg': 0.28796, 'player_id': 11091}, {'pitchingcard_id': 5890, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 2.8, 'groundout_a': 15.45, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14676, 'obp': 0.21806, 'slg': 0.29167, 'player_id': 11092}, {'pitchingcard_id': 5890, 'vs_hand': 'R', 'homerun': 4.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 36.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11852, 'obp': 0.19907, 'slg': 0.24167, 'player_id': 11092}, {'pitchingcard_id': 5891, 'vs_hand': 'L', 'homerun': 2.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 5.85, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.85, 'strikeout': 22.099999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 12.1, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1912, 'obp': 0.30093, 'slg': 0.27778, 'player_id': 11093}, {'pitchingcard_id': 5891, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.3, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.2, 'strikeout': 20.75, 'flyout_lf_b': 0, 'flyout_cf_b': 7.05, 'flyout_rf_b': 0.0, 'groundout_a': 19.55, 'groundout_b': 10.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.19907, 'slg': 0.15463, 'player_id': 11093}, {'pitchingcard_id': 5892, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 53.050000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0.0, 'groundout_a': 6.95, 'groundout_b': 3.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07037, 'obp': 0.10648, 'slg': 0.06759, 'player_id': 11094}, {'pitchingcard_id': 5892, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 27.7, 'flyout_lf_b': 2.7, 'flyout_cf_b': 12.399999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 7.95, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08796, 'obp': 0.17361, 'slg': 0.15278, 'player_id': 11094}, {'pitchingcard_id': 5893, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 2.0999999999999996, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 9.15, 'single_one': 9.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 6.400000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.85, 'flyout_rf_b': 2.4, 'groundout_a': 14.0, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26806, 'obp': 0.33796, 'slg': 0.36389, 'player_id': 11095}, {'pitchingcard_id': 5893, 'vs_hand': 'R', 'homerun': 2.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 15.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24028, 'obp': 0.31157, 'slg': 0.4787, 'player_id': 11095}, {'pitchingcard_id': 5894, 'vs_hand': 'L', 'homerun': 8.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.7, 'strikeout': 19.25, 'flyout_lf_b': 1.5, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0.0, 'groundout_a': 2.1, 'groundout_b': 18.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1588, 'obp': 0.29491, 'slg': 0.35463, 'player_id': 11096}, {'pitchingcard_id': 5894, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.9, 'double_cf': 0.0, 'single_two': 7.7, 'single_one': 7.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 9.55, 'strikeout': 20.199999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 6.4, 'flyout_rf_b': 0.0, 'groundout_a': 5.1, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27083, 'obp': 0.3963, 'slg': 0.49537, 'player_id': 11096}, {'pitchingcard_id': 5895, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 42.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11296, 'obp': 0.17454, 'slg': 0.28148, 'player_id': 11097}, {'pitchingcard_id': 5895, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 21.85, 'strikeout': 29.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 1.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14722, 'obp': 0.39583, 'slg': 0.21389, 'player_id': 11097}, {'pitchingcard_id': 5896, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.05, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 9.9, 'strikeout': 41.75000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0.0, 'groundout_a': 5.75, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09398, 'obp': 0.2412, 'slg': 0.07963, 'player_id': 11098}, {'pitchingcard_id': 5896, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.65, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.55, 'strikeout': 26.35, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 2.7, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23241, 'obp': 0.41343, 'slg': 0.4213, 'player_id': 11098}, {'pitchingcard_id': 5897, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.2, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 20.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.15, 'flyout_rf_b': 4.5, 'groundout_a': 12.2, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14398, 'obp': 0.19398, 'slg': 0.32037, 'player_id': 11099}, {'pitchingcard_id': 5897, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.4, 'strikeout': 29.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 11.3, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.21852, 'slg': 0.375, 'player_id': 11099}, {'pitchingcard_id': 5898, 'vs_hand': 'L', 'homerun': 5.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 0, 'groundout_a': 8.15, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18981, 'obp': 0.22454, 'slg': 0.30278, 'player_id': 11100}, {'pitchingcard_id': 5898, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.9, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 44.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 12.6, 'groundout_b': 5.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09352, 'obp': 0.11435, 'slg': 0.07685, 'player_id': 11100}, {'pitchingcard_id': 5899, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.85, 'strikeout': 28.000000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.7, 'flyout_rf_b': 2.5, 'groundout_a': 2.8, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15787, 'obp': 0.28611, 'slg': 0.34259, 'player_id': 11101}, {'pitchingcard_id': 5899, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.75, 'strikeout': 32.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4499999999999997, 'flyout_rf_b': 1.65, 'groundout_a': 8.4, 'groundout_b': 7.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18657, 'obp': 0.23981, 'slg': 0.30185, 'player_id': 11101}, {'pitchingcard_id': 5900, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 1.25, 'single_one': 1.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 16.9, 'strikeout': 19.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 15.299999999999999, 'flyout_rf_b': 5.4, 'groundout_a': 5.9, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06991, 'obp': 0.22639, 'slg': 0.17315, 'player_id': 11102}, {'pitchingcard_id': 5900, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 0.0, 'hbp': 4.0, 'walk': 4.45, 'strikeout': 26.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.5, 'flyout_rf_b': 1.1, 'groundout_a': 16.55, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.02963, 'obp': 0.10787, 'slg': 0.03889, 'player_id': 11102}, {'pitchingcard_id': 5901, 'vs_hand': 'L', 'homerun': 1.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 18.85, 'strikeout': 14.099999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.4, 'flyout_rf_b': 2.25, 'groundout_a': 12.15, 'groundout_b': 10.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07731, 'obp': 0.27037, 'slg': 0.2037, 'player_id': 11103}, {'pitchingcard_id': 5901, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 7.5, 'single_one': 7.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.95, 'strikeout': 16.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 0, 'groundout_a': 13.55, 'groundout_b': 10.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2338, 'obp': 0.30741, 'slg': 0.35833, 'player_id': 11103}, {'pitchingcard_id': 5902, 'vs_hand': 'L', 'homerun': 3.0999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.5, 'strikeout': 31.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.350000000000001, 'flyout_rf_b': 2.8, 'groundout_a': 2.2, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.24074, 'slg': 0.375, 'player_id': 11104}, {'pitchingcard_id': 5902, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.649999999999999, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 16.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6, 'flyout_rf_b': 2.4, 'groundout_a': 12.85, 'groundout_b': 11.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.26019, 'slg': 0.42685, 'player_id': 11104}, {'pitchingcard_id': 5903, 'vs_hand': 'L', 'homerun': 4.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.25, 'single_two': 1.1, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.6, 'strikeout': 25.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.45, 'flyout_rf_b': 2.2, 'groundout_a': 1.7, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1537, 'obp': 0.31667, 'slg': 0.23796, 'player_id': 11105}, {'pitchingcard_id': 5903, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.3, 'strikeout': 16.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 1.5, 'groundout_a': 17.25, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14769, 'obp': 0.2338, 'slg': 0.19352, 'player_id': 11105}, {'pitchingcard_id': 5904, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.95, 'double_cf': 0.0, 'single_two': 11.4, 'single_one': 11.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.45, 'strikeout': 5.499999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 8.0, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.34306, 'obp': 0.47685, 'slg': 0.53981, 'player_id': 11106}, {'pitchingcard_id': 5904, 'vs_hand': 'R', 'homerun': 8.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.95, 'single_two': 2.1, 'single_one': 0.0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.7, 'strikeout': 23.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 16.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23287, 'obp': 0.30417, 'slg': 0.37778, 'player_id': 11106}, {'pitchingcard_id': 5905, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 10.9, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.2, 'strikeout': 3.750000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 3.5, 'groundout_a': 2.5, 'groundout_b': 9.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26991, 'obp': 0.50324, 'slg': 0.19167, 'player_id': 11107}, {'pitchingcard_id': 5905, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 6.45, 'single_one': 6.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.75, 'strikeout': 5.200000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.8999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 11.15, 'groundout_b': 16.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23889, 'obp': 0.38472, 'slg': 0.38148, 'player_id': 11107}, {'pitchingcard_id': 5907, 'vs_hand': 'L', 'homerun': 21.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.7, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': -0.8999999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.600000000000001, 'flyout_rf_b': 4.5, 'groundout_a': 0, 'groundout_b': 18.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.35, 'obp': 0.40417, 'slg': 0.89259, 'player_id': 11140}, {'pitchingcard_id': 5907, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.1, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': -0.45, 'strikeout': 25.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 2.1, 'groundout_a': 6.6, 'groundout_b': 11.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23241, 'obp': 0.25602, 'slg': 0.49167, 'player_id': 11140}, {'pitchingcard_id': 5908, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 37.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.0, 'flyout_rf_b': 1.2, 'groundout_a': 14.95, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.075, 'obp': 0.12963, 'slg': 0.05833, 'player_id': 11141}, {'pitchingcard_id': 5908, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.05, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 27.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.15, 'flyout_rf_b': 1.4, 'groundout_a': 13.0, 'groundout_b': 6.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.22778, 'slg': 0.225, 'player_id': 11141}, {'pitchingcard_id': 5909, 'vs_hand': 'L', 'homerun': 3.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.1, 'single_two': 1.9, 'single_one': 0.0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.9, 'strikeout': 6.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.85, 'flyout_rf_b': 5.1, 'groundout_a': 3.2, 'groundout_b': 20.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.3037, 'slg': 0.25972, 'player_id': 11142}, {'pitchingcard_id': 5909, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.35, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 25.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 8.55, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28889, 'obp': 0.28889, 'slg': 0.48796, 'player_id': 11142}, {'pitchingcard_id': 5910, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 4.0, 'strikeout': 18.95, 'flyout_lf_b': 2.1, 'flyout_cf_b': 7.300000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 4.5, 'groundout_b': 15.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18657, 'obp': 0.28843, 'slg': 0.28333, 'player_id': 11143}, {'pitchingcard_id': 5910, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.2, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.35, 'strikeout': 8.599999999999998, 'flyout_lf_b': 2.2, 'flyout_cf_b': 7.45, 'flyout_rf_b': 0.0, 'groundout_a': 7.55, 'groundout_b': 13.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26296, 'obp': 0.36806, 'slg': 0.50648, 'player_id': 11143}, {'pitchingcard_id': 5911, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 31.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.999999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 14.3, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06944, 'obp': 0.12731, 'slg': 0.14444, 'player_id': 11144}, {'pitchingcard_id': 5911, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 3.7, 'strikeout': 24.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.15, 'flyout_rf_b': 3.75, 'groundout_a': 19.8, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03611, 'obp': 0.08889, 'slg': 0.0463, 'player_id': 11144}, {'pitchingcard_id': 5912, 'vs_hand': 'L', 'homerun': 5.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 16.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.35, 'flyout_rf_b': 1.9, 'groundout_a': 4.75, 'groundout_b': 13.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20093, 'obp': 0.32176, 'slg': 0.43333, 'player_id': 11145}, {'pitchingcard_id': 5912, 'vs_hand': 'R', 'homerun': 5.2, 'bp_homerun': 0.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 1.7, 'strikeout': 14.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 5.4, 'groundout_b': 20.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26667, 'obp': 0.31944, 'slg': 0.52454, 'player_id': 11145}, {'pitchingcard_id': 5913, 'vs_hand': 'L', 'homerun': 4.65, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 8.549999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8500000000000005, 'flyout_rf_b': 1.7, 'groundout_a': 10.1, 'groundout_b': 24.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20278, 'obp': 0.25278, 'slg': 0.41481, 'player_id': 11146}, {'pitchingcard_id': 5913, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6500000000000004, 'double_cf': 0.0, 'single_two': 7.2, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 19.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 17.3, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21389, 'obp': 0.25787, 'slg': 0.29167, 'player_id': 11146}, {'pitchingcard_id': 5914, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 17.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.25, 'flyout_rf_b': 2.1, 'groundout_a': 14.1, 'groundout_b': 9.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.24259, 'slg': 0.21852, 'player_id': 11147}, {'pitchingcard_id': 5914, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.3499999999999999, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 28.999999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.75, 'flyout_rf_b': 0, 'groundout_a': 13.65, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14861, 'obp': 0.2037, 'slg': 0.175, 'player_id': 11147}, {'pitchingcard_id': 5915, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.65, 'strikeout': 19.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.899999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 4.75, 'groundout_b': 6.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.3412, 'slg': 0.28426, 'player_id': 11148}, {'pitchingcard_id': 5915, 'vs_hand': 'R', 'homerun': 4.25, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.3, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 24.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.25, 'groundout_a': 1.2, 'groundout_b': 10.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24028, 'obp': 0.34074, 'slg': 0.325, 'player_id': 11148}, {'pitchingcard_id': 5916, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 13.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.699999999999999, 'flyout_rf_b': 3.25, 'groundout_a': 18.15, 'groundout_b': 11.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.2412, 'slg': 0.24537, 'player_id': 11149}, {'pitchingcard_id': 5916, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.15, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.6, 'strikeout': 19.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0, 'groundout_a': 17.25, 'groundout_b': 8.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.2588, 'slg': 0.19722, 'player_id': 11149}, {'pitchingcard_id': 5917, 'vs_hand': 'L', 'homerun': 6.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.75, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.4, 'strikeout': 13.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 1.75, 'groundout_a': 1.9, 'groundout_b': 16.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.35046, 'slg': 0.29259, 'player_id': 11150}, {'pitchingcard_id': 5917, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.65, 'strikeout': 27.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 0, 'groundout_a': 11.05, 'groundout_b': 9.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08056, 'obp': 0.2162, 'slg': 0.14167, 'player_id': 11150}, {'pitchingcard_id': 5918, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.25, 'strikeout': 53.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 3.5, 'groundout_b': 1.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05556, 'obp': 0.13194, 'slg': 0.04167, 'player_id': 11151}, {'pitchingcard_id': 5918, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 35.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.28519, 'slg': 0.29722, 'player_id': 11151}, {'pitchingcard_id': 5919, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.3499999999999999, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.2, 'strikeout': 5.749999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.2, 'flyout_rf_b': 4.2, 'groundout_a': 10.5, 'groundout_b': 5.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.37454, 'slg': 0.15648, 'player_id': 11152}, {'pitchingcard_id': 5919, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.9, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.2, 'strikeout': 26.750000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 1.2, 'groundout_a': 13.0, 'groundout_b': 6.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07315, 'obp': 0.21389, 'slg': 0.13056, 'player_id': 11152}, {'pitchingcard_id': 5920, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.85, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 42.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.949999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 6.4, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13056, 'obp': 0.18056, 'slg': 0.21574, 'player_id': 11153}, {'pitchingcard_id': 5920, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.25, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 41.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 5.85, 'groundout_b': 4.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12593, 'obp': 0.23611, 'slg': 0.17037, 'player_id': 11153}, {'pitchingcard_id': 5921, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 4.9, 'strikeout': 11.049999999999997, 'flyout_lf_b': 6.0, 'flyout_cf_b': 15.7, 'flyout_rf_b': 0.0, 'groundout_a': 26.65, 'groundout_b': 12.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.06389, 'slg': 0.0, 'player_id': 11154}, {'pitchingcard_id': 5921, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.55, 'strikeout': 19.400000000000002, 'flyout_lf_b': 2.2, 'flyout_cf_b': 7.8999999999999995, 'flyout_rf_b': 0.0, 'groundout_a': 3.4, 'groundout_b': 7.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17037, 'obp': 0.36065, 'slg': 0.33056, 'player_id': 11154}, {'pitchingcard_id': 5922, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.05, 'strikeout': 33.80000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 8.6, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12593, 'obp': 0.25602, 'slg': 0.11204, 'player_id': 11155}, {'pitchingcard_id': 5922, 'vs_hand': 'R', 'homerun': 8.7, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 25.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.0, 'flyout_rf_b': 2.25, 'groundout_a': 1.9, 'groundout_b': 16.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.19722, 'slg': 0.36065, 'player_id': 11155}, {'pitchingcard_id': 5923, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 7.35, 'single_one': 7.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 24.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 7.95, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19815, 'obp': 0.3412, 'slg': 0.22222, 'player_id': 11156}, {'pitchingcard_id': 5923, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.45, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 43.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 9.05, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12454, 'obp': 0.14213, 'slg': 0.25278, 'player_id': 11156}, {'pitchingcard_id': 5924, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 13.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 0, 'groundout_a': 12.15, 'groundout_b': 12.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1963, 'obp': 0.3213, 'slg': 0.31944, 'player_id': 11157}, {'pitchingcard_id': 5924, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 16.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.9, 'flyout_rf_b': 2.25, 'groundout_a': 22.9, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13796, 'obp': 0.17407, 'slg': 0.21204, 'player_id': 11157}, {'pitchingcard_id': 5925, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 13.399999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.55, 'flyout_rf_b': 1.5, 'groundout_a': 21.0, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11157, 'obp': 0.25556, 'slg': 0.13333, 'player_id': 11158}, {'pitchingcard_id': 5925, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.15, 'double_cf': 0.0, 'single_two': 9.65, 'single_one': 9.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 19.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 9.55, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27269, 'obp': 0.37639, 'slg': 0.39259, 'player_id': 11158}, {'pitchingcard_id': 5926, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.3, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 34.70000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 1.4, 'groundout_a': 8.05, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10833, 'obp': 0.21157, 'slg': 0.20463, 'player_id': 11159}, {'pitchingcard_id': 5926, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.1, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 51.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15556, 'obp': 0.2588, 'slg': 0.30833, 'player_id': 11159}, {'pitchingcard_id': 5927, 'vs_hand': 'L', 'homerun': 7.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.5, 'single_two': 4.75, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.05, 'strikeout': 13.9, 'flyout_lf_b': 1.25, 'flyout_cf_b': 4.45, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 21.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26806, 'obp': 0.33333, 'slg': 0.44954, 'player_id': 11160}, {'pitchingcard_id': 5927, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 13.249999999999998, 'flyout_lf_b': 3.25, 'flyout_cf_b': 12.3, 'flyout_rf_b': 0.0, 'groundout_a': 10.3, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.24352, 'slg': 0.29352, 'player_id': 11160}, {'pitchingcard_id': 5928, 'vs_hand': 'L', 'homerun': 2.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.85, 'flyout_rf_b': 2.4, 'groundout_a': 14.55, 'groundout_b': 13.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.1838, 'slg': 0.18519, 'player_id': 11161}, {'pitchingcard_id': 5928, 'vs_hand': 'R', 'homerun': 8.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.5, 'single_two': 3.3, 'single_one': 0.0, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 32.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 10.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.29769, 'slg': 0.41296, 'player_id': 11161}, {'pitchingcard_id': 5929, 'vs_hand': 'L', 'homerun': 0.8, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.85, 'strikeout': 25.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 2.7, 'groundout_b': 1.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16991, 'obp': 0.4463, 'slg': 0.24722, 'player_id': 11162}, {'pitchingcard_id': 5929, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.65, 'single_two': 5.7, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 28.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.25, 'groundout_a': 2.8, 'groundout_b': 11.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.225, 'obp': 0.28241, 'slg': 0.41296, 'player_id': 11162}, {'pitchingcard_id': 5930, 'vs_hand': 'L', 'homerun': 3.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.2, 'single_two': 4.5, 'single_one': 0.0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 22.400000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.949999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2537, 'obp': 0.38843, 'slg': 0.31065, 'player_id': 11163}, {'pitchingcard_id': 5930, 'vs_hand': 'R', 'homerun': 9.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.4, 'single_two': 2.75, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.55, 'strikeout': 11.399999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6, 'flyout_rf_b': 2.1, 'groundout_a': 2.25, 'groundout_b': 19.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20509, 'obp': 0.33056, 'slg': 0.44352, 'player_id': 11163}, {'pitchingcard_id': 5931, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.299999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 6.55, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21204, 'obp': 0.32037, 'slg': 0.36019, 'player_id': 11164}, {'pitchingcard_id': 5931, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 15.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.9, 'groundout_a': 5.7, 'groundout_b': 13.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23843, 'obp': 0.34259, 'slg': 0.41944, 'player_id': 11164}, {'pitchingcard_id': 5932, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 3.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 9.95, 'single_one': 9.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 13.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 1.9, 'groundout_a': 5.1, 'groundout_b': 10.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.32176, 'obp': 0.3838, 'slg': 0.49583, 'player_id': 11165}, {'pitchingcard_id': 5932, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 7.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.65, 'flyout_rf_b': 1.9, 'groundout_a': 20.75, 'groundout_b': 18.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.20926, 'slg': 0.27685, 'player_id': 11165}, {'pitchingcard_id': 5933, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 34.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.20694, 'slg': 0.39352, 'player_id': 11166}, {'pitchingcard_id': 5933, 'vs_hand': 'R', 'homerun': 4.15, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.4, 'single_two': 5.7, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 25.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 8.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27361, 'obp': 0.39861, 'slg': 0.41667, 'player_id': 11166}, {'pitchingcard_id': 5934, 'vs_hand': 'L', 'homerun': 0.8, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 25.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 1.35, 'groundout_a': 11.95, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18333, 'obp': 0.23333, 'slg': 0.23611, 'player_id': 11167}, {'pitchingcard_id': 5934, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.95, 'strikeout': 13.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 1.9, 'groundout_a': 23.85, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12685, 'obp': 0.20972, 'slg': 0.11389, 'player_id': 11167}, {'pitchingcard_id': 5935, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.75, 'strikeout': 28.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.15, 'flyout_rf_b': 4.75, 'groundout_a': 9.9, 'groundout_b': 6.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.17593, 'slg': 0.21574, 'player_id': 11177}, {'pitchingcard_id': 5935, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 42.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.1, 'flyout_rf_b': 1.4, 'groundout_a': 13.75, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09722, 'obp': 0.09722, 'slg': 0.1037, 'player_id': 11177}, {'pitchingcard_id': 5936, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.45, 'strikeout': 45.400000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 2.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11019, 'obp': 0.18843, 'slg': 0.10093, 'player_id': 11178}, {'pitchingcard_id': 5936, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.0, 'strikeout': 23.949999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 9.95, 'groundout_b': 6.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.31806, 'slg': 0.3213, 'player_id': 11178}, {'pitchingcard_id': 5937, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 1.85, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 16.75, 'single_one': 16.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.05, 'strikeout': 7.850000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 2.7, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.38287, 'obp': 0.5963, 'slg': 0.40324, 'player_id': 11179}, {'pitchingcard_id': 5937, 'vs_hand': 'R', 'homerun': 3.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 34.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 1.25, 'groundout_a': 4.2, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09722, 'obp': 0.22454, 'slg': 0.18981, 'player_id': 11179}, {'pitchingcard_id': 5938, 'vs_hand': 'L', 'homerun': 1.7999999999999998, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 8.2, 'single_one': 8.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.25, 'strikeout': 17.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.6, 'flyout_rf_b': 1.5, 'groundout_a': 14.65, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22361, 'obp': 0.29074, 'slg': 0.26019, 'player_id': 11180}, {'pitchingcard_id': 5938, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 21.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.300000000000001, 'flyout_rf_b': 1.1, 'groundout_a': 11.85, 'groundout_b': 6.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18565, 'obp': 0.31157, 'slg': 0.28056, 'player_id': 11180}, {'pitchingcard_id': 5939, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.4, 'single_two': 3.5, 'single_one': 0.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.15, 'strikeout': 14.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.649999999999999, 'flyout_rf_b': 2.8, 'groundout_a': 1.6, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25185, 'obp': 0.32731, 'slg': 0.375, 'player_id': 11181}, {'pitchingcard_id': 5939, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 28.399999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.7, 'flyout_rf_b': 1.5, 'groundout_a': 12.95, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07269, 'obp': 0.15185, 'slg': 0.09167, 'player_id': 11181}, {'pitchingcard_id': 5940, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.45, 'strikeout': 37.349999999999994, 'flyout_lf_b': 1.4, 'flyout_cf_b': 3.1, 'flyout_rf_b': 0.0, 'groundout_a': 8.8, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1588, 'obp': 0.21852, 'slg': 0.23241, 'player_id': 11182}, {'pitchingcard_id': 5940, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.0, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 12.75, 'strikeout': 25.900000000000002, 'flyout_lf_b': 2.25, 'flyout_cf_b': 8.05, 'flyout_rf_b': 0.0, 'groundout_a': 10.65, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08981, 'obp': 0.24491, 'slg': 0.0787, 'player_id': 11182}, {'pitchingcard_id': 5941, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 13.450000000000001, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.6, 'flyout_rf_b': 0.0, 'groundout_a': 22.1, 'groundout_b': 12.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17037, 'obp': 0.23056, 'slg': 0.30463, 'player_id': 11183}, {'pitchingcard_id': 5941, 'vs_hand': 'R', 'homerun': 2.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 19.55, 'flyout_lf_b': 2.5, 'flyout_cf_b': 10.5, 'flyout_rf_b': 0.0, 'groundout_a': 8.0, 'groundout_b': 14.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20648, 'obp': 0.21944, 'slg': 0.36296, 'player_id': 11183}, {'pitchingcard_id': 5942, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 24.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.3, 'flyout_rf_b': 5.7, 'groundout_a': 11.6, 'groundout_b': 6.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08241, 'obp': 0.15556, 'slg': 0.06019, 'player_id': 11184}, {'pitchingcard_id': 5942, 'vs_hand': 'R', 'homerun': 4.25, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.35, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 4.0, 'strikeout': 21.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 15.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21944, 'obp': 0.31204, 'slg': 0.49352, 'player_id': 11184}, {'pitchingcard_id': 5943, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.9, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 22.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 4.5, 'groundout_a': 8.4, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.25833, 'slg': 0.28241, 'player_id': 11185}, {'pitchingcard_id': 5943, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.200000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 22.45, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05926, 'obp': 0.12593, 'slg': 0.02315, 'player_id': 11185}, {'pitchingcard_id': 5944, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 23.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.1, 'flyout_rf_b': 2.5, 'groundout_a': 20.75, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03009, 'obp': 0.11898, 'slg': 0.05, 'player_id': 11186}, {'pitchingcard_id': 5944, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 9.5, 'single_one': 9.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.65, 'strikeout': 19.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 9.0, 'groundout_b': 9.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27639, 'obp': 0.34722, 'slg': 0.36435, 'player_id': 11186}, {'pitchingcard_id': 5945, 'vs_hand': 'L', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.2, 'strikeout': 27.700000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.55, 'flyout_rf_b': 1.2, 'groundout_a': 1.5, 'groundout_b': 3.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18935, 'obp': 0.38565, 'slg': 0.30833, 'player_id': 11187}, {'pitchingcard_id': 5945, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 24.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.8499999999999996, 'flyout_rf_b': 1.25, 'groundout_a': 14.3, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.26528, 'slg': 0.16759, 'player_id': 11187}, {'pitchingcard_id': 5946, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.8, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.2, 'strikeout': 38.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 1.6, 'groundout_b': 1.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.3463, 'slg': 0.40833, 'player_id': 11188}, {'pitchingcard_id': 5946, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 16.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.5, 'groundout_a': 5.7, 'groundout_b': 15.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.28843, 'slg': 0.35, 'player_id': 11188}, {'pitchingcard_id': 5947, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.5, 'strikeout': 48.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 3.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.18009, 'slg': 0.22037, 'player_id': 11189}, {'pitchingcard_id': 5947, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 13.3, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 28.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.9, 'flyout_rf_b': 1.35, 'groundout_a': 3.75, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26574, 'obp': 0.28611, 'slg': 0.63056, 'player_id': 11189}, {'pitchingcard_id': 5948, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.95, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 45.650000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0.0, 'groundout_a': 11.9, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03611, 'obp': 0.1037, 'slg': 0.07222, 'player_id': 11190}, {'pitchingcard_id': 5948, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.55, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.05, 'strikeout': 35.900000000000006, 'flyout_lf_b': 1.9, 'flyout_cf_b': 7.6, 'flyout_rf_b': 0.0, 'groundout_a': 9.3, 'groundout_b': 6.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09769, 'obp': 0.16296, 'slg': 0.2287, 'player_id': 11190}, {'pitchingcard_id': 5949, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.0, 'strikeout': 33.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 3.8, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17593, 'obp': 0.32407, 'slg': 0.25926, 'player_id': 11191}, {'pitchingcard_id': 5949, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 18.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.5, 'flyout_rf_b': 3.3, 'groundout_a': 20.45, 'groundout_b': 11.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07407, 'obp': 0.13056, 'slg': 0.06574, 'player_id': 11191}, {'pitchingcard_id': 5950, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.45, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 29.249999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.4, 'flyout_rf_b': 3.6, 'groundout_a': 7.6, 'groundout_b': 3.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.18843, 'slg': 0.12407, 'player_id': 11192}, {'pitchingcard_id': 5950, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 56.25000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 6.35, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06806, 'obp': 0.08333, 'slg': 0.11019, 'player_id': 11192}, {'pitchingcard_id': 5951, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 14.75, 'flyout_lf_b': 2.2, 'flyout_cf_b': 4.55, 'flyout_rf_b': 0.0, 'groundout_a': 31.45, 'groundout_b': 17.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04398, 'obp': 0.08287, 'slg': 0.09815, 'player_id': 11193}, {'pitchingcard_id': 5951, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.45, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 6.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 12.899999999999999, 'flyout_lf_b': 3.3, 'flyout_cf_b': 8.600000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 7.85, 'groundout_b': 9.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25463, 'obp': 0.33843, 'slg': 0.45648, 'player_id': 11193}, {'pitchingcard_id': 5952, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.7, 'strikeout': 26.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.65, 'flyout_rf_b': 2.1, 'groundout_a': 7.5, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17963, 'obp': 0.20463, 'slg': 0.30278, 'player_id': 11194}, {'pitchingcard_id': 5952, 'vs_hand': 'R', 'homerun': 3.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 2.3, 'strikeout': 20.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 12.15, 'groundout_b': 18.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14676, 'obp': 0.20509, 'slg': 0.28611, 'player_id': 11194}, {'pitchingcard_id': 5953, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 28.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 9.35, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.30556, 'slg': 0.20833, 'player_id': 11195}, {'pitchingcard_id': 5953, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.55, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.6, 'strikeout': 30.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.85, 'flyout_rf_b': 1.2, 'groundout_a': 17.5, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.15417, 'slg': 0.10741, 'player_id': 11195}, {'pitchingcard_id': 5954, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 19.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.75, 'flyout_rf_b': 3.4, 'groundout_a': 10.3, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10139, 'obp': 0.24769, 'slg': 0.15556, 'player_id': 11196}, {'pitchingcard_id': 5954, 'vs_hand': 'R', 'homerun': 6.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.0, 'strikeout': 4.950000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.45, 'flyout_rf_b': 1.25, 'groundout_a': 8.65, 'groundout_b': 26.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.31111, 'slg': 0.38796, 'player_id': 11196}, {'pitchingcard_id': 5956, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.3, 'double_cf': 0.0, 'single_two': 8.05, 'single_one': 8.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 8.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.049999999999999, 'flyout_rf_b': 3.4, 'groundout_a': 8.65, 'groundout_b': 14.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.30278, 'obp': 0.33241, 'slg': 0.56481, 'player_id': 11218}, {'pitchingcard_id': 5956, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.800000000000001, 'flyout_rf_b': 2.75, 'groundout_a': 14.0, 'groundout_b': 7.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.20139, 'slg': 0.18519, 'player_id': 11218}, {'pitchingcard_id': 5957, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 15.45, 'strikeout': 35.40000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.25, 'flyout_rf_b': 5.7, 'groundout_a': 3.3, 'groundout_b': 1.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.00926, 'obp': 0.17083, 'slg': 0.01852, 'player_id': 11219}, {'pitchingcard_id': 5957, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 40.30000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 2.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09722, 'obp': 0.25972, 'slg': 0.15093, 'player_id': 11219}, {'pitchingcard_id': 5958, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.2, 'strikeout': 33.75, 'flyout_lf_b': 1.35, 'flyout_cf_b': 5.35, 'flyout_rf_b': 0.0, 'groundout_a': 15.95, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09537, 'obp': 0.125, 'slg': 0.12315, 'player_id': 11220}, {'pitchingcard_id': 5958, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 28.650000000000002, 'flyout_lf_b': 0, 'flyout_cf_b': 16.45, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.23333, 'slg': 0.37963, 'player_id': 11220}, {'pitchingcard_id': 5959, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.35, 'strikeout': 40.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 6.1, 'groundout_b': 3.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09676, 'obp': 0.22963, 'slg': 0.14167, 'player_id': 11221}, {'pitchingcard_id': 5959, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 32.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 12.5, 'groundout_b': 6.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.2037, 'slg': 0.13056, 'player_id': 11221}, {'pitchingcard_id': 5960, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.95, 'strikeout': 39.90000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09398, 'obp': 0.36204, 'slg': 0.08241, 'player_id': 11222}, {'pitchingcard_id': 5960, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 48.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.3, 'flyout_rf_b': 1.25, 'groundout_a': 5.75, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05278, 'obp': 0.12315, 'slg': 0.08241, 'player_id': 11222}, {'pitchingcard_id': 5961, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 9.6, 'single_one': 9.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.25, 'strikeout': 19.499999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.15, 'flyout_rf_b': 0, 'groundout_a': 8.35, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24306, 'obp': 0.36574, 'slg': 0.23796, 'player_id': 11223}, {'pitchingcard_id': 5961, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 12.65, 'strikeout': 35.20000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 4.5, 'groundout_b': 2.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0912, 'obp': 0.31019, 'slg': 0.14167, 'player_id': 11223}, {'pitchingcard_id': 5962, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.8500000000000005, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 14.0, 'walk': 3.65, 'strikeout': 38.20000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.25, 'groundout_b': 2.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15833, 'obp': 0.32176, 'slg': 0.30833, 'player_id': 11224}, {'pitchingcard_id': 5962, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 11.0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.6, 'strikeout': 26.349999999999998, 'flyout_lf_b': 1.6, 'flyout_cf_b': 5.65, 'flyout_rf_b': 0.0, 'groundout_a': 4.25, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20139, 'obp': 0.31806, 'slg': 0.51852, 'player_id': 11224}, {'pitchingcard_id': 5963, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 23.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.75, 'flyout_rf_b': 3.75, 'groundout_a': 3.3, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.25463, 'slg': 0.27593, 'player_id': 11225}, {'pitchingcard_id': 5963, 'vs_hand': 'R', 'homerun': 3.3, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 1.9, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 21.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 3.5, 'groundout_a': 2.5, 'groundout_b': 16.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16944, 'obp': 0.25556, 'slg': 0.2537, 'player_id': 11225}, {'pitchingcard_id': 5964, 'vs_hand': 'L', 'homerun': 1.5499999999999998, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.15, 'double_cf': 0.0, 'single_two': 10.2, 'single_one': 10.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 17.95, 'strikeout': 21.999999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.35231, 'obp': 0.52778, 'slg': 0.66389, 'player_id': 11226}, {'pitchingcard_id': 5964, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1500000000000004, 'double_cf': 0.0, 'single_two': 1.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 29.75, 'flyout_lf_b': 1.2, 'flyout_cf_b': 10.9, 'flyout_rf_b': 0.0, 'groundout_a': 13.4, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08565, 'obp': 0.15231, 'slg': 0.14167, 'player_id': 11226}, {'pitchingcard_id': 5965, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9000000000000004, 'double_cf': 0.0, 'single_two': 1.75, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.95, 'strikeout': 12.999999999999998, 'flyout_lf_b': 3.75, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0.0, 'groundout_a': 22.05, 'groundout_b': 13.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11481, 'obp': 0.18843, 'slg': 0.2, 'player_id': 11227}, {'pitchingcard_id': 5965, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.6, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 25.449999999999996, 'flyout_lf_b': 3.2, 'flyout_cf_b': 8.7, 'flyout_rf_b': 0.0, 'groundout_a': 13.55, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.19306, 'slg': 0.17315, 'player_id': 11227}, {'pitchingcard_id': 5966, 'vs_hand': 'L', 'homerun': 8.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.2, 'single_two': 1.7, 'single_one': 0.0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.05, 'strikeout': 11.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.4, 'flyout_rf_b': 3.9, 'groundout_a': 2.1, 'groundout_b': 17.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.175, 'obp': 0.26806, 'slg': 0.37778, 'player_id': 11228}, {'pitchingcard_id': 5966, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 7.3, 'strikeout': -0.3499999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.95, 'flyout_rf_b': 2.7, 'groundout_a': 29.55, 'groundout_b': 15.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07407, 'obp': 0.16944, 'slg': 0.16296, 'player_id': 11228}, {'pitchingcard_id': 5967, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 30.4, 'flyout_lf_b': 3.5, 'flyout_cf_b': 9.75, 'flyout_rf_b': 0.0, 'groundout_a': 8.1, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07917, 'obp': 0.17685, 'slg': 0.22222, 'player_id': 11229}, {'pitchingcard_id': 5967, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 32.400000000000006, 'flyout_lf_b': 1.05, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 5.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15185, 'obp': 0.2588, 'slg': 0.22778, 'player_id': 11229}, {'pitchingcard_id': 5968, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 40.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 0, 'groundout_a': 3.3, 'groundout_b': 3.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18287, 'obp': 0.23565, 'slg': 0.24352, 'player_id': 11230}, {'pitchingcard_id': 5968, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.45, 'strikeout': 34.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 8.65, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12639, 'obp': 0.26944, 'slg': 0.16574, 'player_id': 11230}, {'pitchingcard_id': 5969, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 7.6, 'single_one': 7.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.4, 'strikeout': 33.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 2.4, 'groundout_a': 2.25, 'groundout_b': 3.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24028, 'obp': 0.29028, 'slg': 0.31019, 'player_id': 11231}, {'pitchingcard_id': 5969, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 15.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 0, 'groundout_a': 25.95, 'groundout_b': 16.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07639, 'obp': 0.13657, 'slg': 0.125, 'player_id': 11231}, {'pitchingcard_id': 5970, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 29.85, 'flyout_lf_b': 0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0.0, 'groundout_a': 10.9, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10972, 'obp': 0.22176, 'slg': 0.25833, 'player_id': 11232}, {'pitchingcard_id': 5970, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.95, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.849999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 0.0, 'groundout_a': 4.5, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29398, 'obp': 0.3412, 'slg': 0.48981, 'player_id': 11232}, {'pitchingcard_id': 5971, 'vs_hand': 'L', 'homerun': 7.35, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 3.3, 'single_one': 0.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 17.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.299999999999999, 'flyout_rf_b': 3.4, 'groundout_a': 2.4, 'groundout_b': 21.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20602, 'obp': 0.23148, 'slg': 0.38796, 'player_id': 11233}, {'pitchingcard_id': 5971, 'vs_hand': 'R', 'homerun': 5.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.7, 'strikeout': 35.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 1.25, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21852, 'obp': 0.34537, 'slg': 0.41759, 'player_id': 11233}, {'pitchingcard_id': 5972, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.5999999999999996, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 35.4, 'flyout_lf_b': 0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0.0, 'groundout_a': 10.5, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04167, 'obp': 0.2213, 'slg': 0.04815, 'player_id': 11234}, {'pitchingcard_id': 5972, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.25, 'double_cf': 0.0, 'single_two': 12.2, 'single_one': 12.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 1.3, 'strikeout': 15.550000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 6.55, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.33009, 'obp': 0.44398, 'slg': 0.46204, 'player_id': 11234}, {'pitchingcard_id': 5973, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.7, 'strikeout': 14.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.799999999999999, 'flyout_rf_b': 3.9, 'groundout_a': 5.1, 'groundout_b': 2.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15278, 'obp': 0.4, 'slg': 0.18519, 'player_id': 11235}, {'pitchingcard_id': 5973, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 18.0, 'strikeout': 51.85000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 1.65, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05833, 'obp': 0.225, 'slg': 0.12778, 'player_id': 11235}, {'pitchingcard_id': 5974, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.9, 'single_two': 2.2, 'single_one': 0.0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.75, 'strikeout': 23.2, 'flyout_lf_b': 1.75, 'flyout_cf_b': 4.6, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 16.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1963, 'obp': 0.28657, 'slg': 0.26574, 'player_id': 11236}, {'pitchingcard_id': 5974, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 26.3, 'flyout_lf_b': 2.5, 'flyout_cf_b': 11.5, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 7.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.24213, 'slg': 0.23981, 'player_id': 11236}, {'pitchingcard_id': 5975, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 12.249999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 0.0, 'groundout_a': 32.4, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08796, 'obp': 0.15926, 'slg': 0.06481, 'player_id': 11237}, {'pitchingcard_id': 5975, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.9, 'strikeout': 25.89999999999999, 'flyout_lf_b': 1.35, 'flyout_cf_b': 10.450000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 8.8, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10046, 'obp': 0.25694, 'slg': 0.14815, 'player_id': 11237}, {'pitchingcard_id': 5976, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.7, 'strikeout': 18.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 16.25, 'flyout_rf_b': 2.25, 'groundout_a': 15.7, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.16852, 'slg': 0.13889, 'player_id': 11238}, {'pitchingcard_id': 5976, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 8.5, 'strikeout': 9.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.950000000000001, 'flyout_rf_b': 1.1, 'groundout_a': 17.25, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.24583, 'slg': 0.21574, 'player_id': 11238}, {'pitchingcard_id': 5977, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 8.3, 'single_one': 8.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.05, 'strikeout': 11.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.3, 'flyout_rf_b': 1.25, 'groundout_a': 7.0, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2375, 'obp': 0.41389, 'slg': 0.29167, 'player_id': 11239}, {'pitchingcard_id': 5977, 'vs_hand': 'R', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 4.4, 'strikeout': 11.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.3500000000000005, 'flyout_rf_b': 1.2, 'groundout_a': 16.0, 'groundout_b': 15.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17222, 'obp': 0.25, 'slg': 0.27315, 'player_id': 11239}, {'pitchingcard_id': 5978, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.800000000000001, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 23.399999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.05, 'flyout_rf_b': 2.25, 'groundout_a': 10.3, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.26481, 'slg': 0.14907, 'player_id': 11240}, {'pitchingcard_id': 5978, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 43.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 10.9, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07963, 'obp': 0.16065, 'slg': 0.11204, 'player_id': 11240}, {'pitchingcard_id': 5979, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.9, 'strikeout': 18.05, 'flyout_lf_b': 1.9, 'flyout_cf_b': 3.5000000000000004, 'flyout_rf_b': 0.0, 'groundout_a': 21.6, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11944, 'obp': 0.19259, 'slg': 0.125, 'player_id': 11241}, {'pitchingcard_id': 5979, 'vs_hand': 'R', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 22.250000000000004, 'flyout_lf_b': 2.5, 'flyout_cf_b': 7.050000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 6.6, 'groundout_b': 7.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18611, 'obp': 0.3037, 'slg': 0.28056, 'player_id': 11241}, {'pitchingcard_id': 5980, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 12.35, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 12.25, 'flyout_lf_b': 0, 'flyout_cf_b': 7.55, 'flyout_rf_b': 0.0, 'groundout_a': 13.65, 'groundout_b': 16.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2125, 'obp': 0.26528, 'slg': 0.53241, 'player_id': 11258}, {'pitchingcard_id': 5980, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.0, 'strikeout': 7.95, 'flyout_lf_b': 2.55, 'flyout_cf_b': 13.25, 'flyout_rf_b': 0.0, 'groundout_a': 5.1, 'groundout_b': 17.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14861, 'obp': 0.30602, 'slg': 0.28981, 'player_id': 11258}, {'pitchingcard_id': 5981, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 42.150000000000006, 'flyout_lf_b': 1.6, 'flyout_cf_b': 4.300000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 11.75, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09028, 'obp': 0.1162, 'slg': 0.10093, 'player_id': 11259}, {'pitchingcard_id': 5981, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 24.15, 'flyout_lf_b': 2.1, 'flyout_cf_b': 10.25, 'flyout_rf_b': 0.0, 'groundout_a': 7.1, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15185, 'obp': 0.27778, 'slg': 0.21389, 'player_id': 11259}, {'pitchingcard_id': 5982, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 28.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.85, 'flyout_rf_b': 1.35, 'groundout_a': 10.45, 'groundout_b': 5.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15231, 'obp': 0.24306, 'slg': 0.19444, 'player_id': 11260}, {'pitchingcard_id': 5982, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 1.3, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.05, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.25, 'strikeout': 26.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.3, 'flyout_rf_b': 3.2, 'groundout_a': 20.3, 'groundout_b': 10.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07731, 'obp': 0.10741, 'slg': 0.09722, 'player_id': 11260}, {'pitchingcard_id': 5983, 'vs_hand': 'L', 'homerun': 9.55, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.1, 'single_two': 1.65, 'single_one': 0.0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.65, 'strikeout': 40.25000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.30185, 'slg': 0.42269, 'player_id': 11261}, {'pitchingcard_id': 5983, 'vs_hand': 'R', 'homerun': 7.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.4, 'single_two': 5.7, 'single_one': 0.0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 29.25, 'flyout_lf_b': 1.65, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28657, 'obp': 0.35602, 'slg': 0.45463, 'player_id': 11261}, {'pitchingcard_id': 5984, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 26.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.85, 'flyout_rf_b': 1.65, 'groundout_a': 12.25, 'groundout_b': 10.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.20741, 'slg': 0.27176, 'player_id': 11262}, {'pitchingcard_id': 5984, 'vs_hand': 'R', 'homerun': 2.15, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 53.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06435, 'obp': 0.09583, 'slg': 0.13333, 'player_id': 11262}, {'pitchingcard_id': 5985, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': -0.24999999999999928, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.75, 'flyout_rf_b': 3.8, 'groundout_a': 20.85, 'groundout_b': 17.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11343, 'obp': 0.23565, 'slg': 0.20093, 'player_id': 11263}, {'pitchingcard_id': 5985, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 14.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.75, 'flyout_rf_b': 2.5, 'groundout_a': 12.1, 'groundout_b': 16.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16898, 'obp': 0.19861, 'slg': 0.26759, 'player_id': 11263}, {'pitchingcard_id': 5986, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.15, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 22.75, 'flyout_lf_b': 1.4, 'flyout_cf_b': 4.0, 'flyout_rf_b': 0.0, 'groundout_a': 13.6, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2088, 'obp': 0.24769, 'slg': 0.35648, 'player_id': 11264}, {'pitchingcard_id': 5986, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.95, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 30.699999999999992, 'flyout_lf_b': 1.7, 'flyout_cf_b': 12.600000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 7.25, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12454, 'obp': 0.2088, 'slg': 0.18333, 'player_id': 11264}, {'pitchingcard_id': 5987, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 44.7, 'flyout_lf_b': 0, 'flyout_cf_b': 1.9, 'flyout_rf_b': 0.0, 'groundout_a': 14.0, 'groundout_b': 7.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05833, 'obp': 0.09769, 'slg': 0.11481, 'player_id': 11265}, {'pitchingcard_id': 5987, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.45, 'strikeout': 25.500000000000004, 'flyout_lf_b': 2.25, 'flyout_cf_b': 8.7, 'flyout_rf_b': 0.0, 'groundout_a': 8.25, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14769, 'obp': 0.24444, 'slg': 0.17407, 'player_id': 11265}, {'pitchingcard_id': 5988, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 43.45, 'flyout_lf_b': 0, 'flyout_cf_b': 2.2, 'flyout_rf_b': 0.0, 'groundout_a': 3.75, 'groundout_b': 7.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17222, 'obp': 0.20463, 'slg': 0.33241, 'player_id': 11266}, {'pitchingcard_id': 5988, 'vs_hand': 'R', 'homerun': 2.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.5, 'strikeout': 26.450000000000003, 'flyout_lf_b': 0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20972, 'obp': 0.33472, 'slg': 0.42685, 'player_id': 11266}, {'pitchingcard_id': 5989, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 15.7, 'strikeout': 28.249999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 18.5, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03148, 'obp': 0.18611, 'slg': 0.03148, 'player_id': 11267}, {'pitchingcard_id': 5989, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.3, 'strikeout': 49.6, 'flyout_lf_b': 0, 'flyout_cf_b': 1.65, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 1.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07731, 'obp': 0.24676, 'slg': 0.08426, 'player_id': 11267}, {'pitchingcard_id': 5990, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 31.749999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 14.45, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.19583, 'slg': 0.23611, 'player_id': 11268}, {'pitchingcard_id': 5990, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.0, 'strikeout': 23.95, 'flyout_lf_b': 2.4, 'flyout_cf_b': 5.9, 'flyout_rf_b': 0.0, 'groundout_a': 11.65, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14861, 'obp': 0.25972, 'slg': 0.2213, 'player_id': 11268}, {'pitchingcard_id': 5991, 'vs_hand': 'L', 'homerun': 6.35, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.2, 'single_two': 2.2, 'single_one': 0.0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 12.25, 'flyout_lf_b': 1.4, 'flyout_cf_b': 2.35, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 33.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.21898, 'slg': 0.31944, 'player_id': 11269}, {'pitchingcard_id': 5991, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.25, 'single_two': 4.2, 'single_one': 0.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 19.55, 'flyout_lf_b': 0, 'flyout_cf_b': 11.9, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 14.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.27593, 'slg': 0.32824, 'player_id': 11269}, {'pitchingcard_id': 5992, 'vs_hand': 'L', 'homerun': 3.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 11.5, 'strikeout': 33.45, 'flyout_lf_b': 0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0.0, 'groundout_a': 6.15, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09907, 'obp': 0.22407, 'slg': 0.2713, 'player_id': 11270}, {'pitchingcard_id': 5992, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.55, 'strikeout': 40.400000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 7.05, 'flyout_rf_b': 0.0, 'groundout_a': 9.4, 'groundout_b': 6.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.075, 'obp': 0.14491, 'slg': 0.11944, 'player_id': 11270}, {'pitchingcard_id': 5993, 'vs_hand': 'L', 'homerun': 10.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.55, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.2, 'strikeout': 35.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 3.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16343, 'obp': 0.35046, 'slg': 0.39722, 'player_id': 11271}, {'pitchingcard_id': 5993, 'vs_hand': 'R', 'homerun': 8.55, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.7, 'single_two': 3.5, 'single_one': 0.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 30.200000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 1.4, 'groundout_a': 1.2, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24213, 'obp': 0.27685, 'slg': 0.43611, 'player_id': 11271}, {'pitchingcard_id': 5994, 'vs_hand': 'L', 'homerun': 1.8, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 25.400000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.2, 'flyout_rf_b': 0, 'groundout_a': 15.1, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11528, 'obp': 0.18519, 'slg': 0.17593, 'player_id': 11272}, {'pitchingcard_id': 5994, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 13.2, 'strikeout': 31.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 9.55, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14444, 'obp': 0.29444, 'slg': 0.19352, 'player_id': 11272}, {'pitchingcard_id': 5995, 'vs_hand': 'L', 'homerun': 10.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.15, 'strikeout': 12.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8999999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 2.55, 'groundout_b': 22.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15278, 'obp': 0.2838, 'slg': 0.42685, 'player_id': 11273}, {'pitchingcard_id': 5995, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 27.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 17.55, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1, 'obp': 0.1787, 'slg': 0.09537, 'player_id': 11273}, {'pitchingcard_id': 5996, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.45, 'strikeout': 15.5, 'flyout_lf_b': 2.25, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 21.2, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16343, 'obp': 0.22315, 'slg': 0.21944, 'player_id': 11274}, {'pitchingcard_id': 5996, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.95, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 41.800000000000004, 'flyout_lf_b': 1.75, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 2.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1375, 'obp': 0.19398, 'slg': 0.2287, 'player_id': 11274}, {'pitchingcard_id': 5997, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 16.1, 'single_one': 16.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.8, 'strikeout': 16.1, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 4.75, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.34491, 'obp': 0.51898, 'slg': 0.3213, 'player_id': 11275}, {'pitchingcard_id': 5997, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 30.849999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 0.0, 'groundout_a': 14.0, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14167, 'obp': 0.18889, 'slg': 0.15463, 'player_id': 11275}, {'pitchingcard_id': 5998, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 14.199999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 21.65, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17778, 'obp': 0.24028, 'slg': 0.26019, 'player_id': 11276}, {'pitchingcard_id': 5998, 'vs_hand': 'R', 'homerun': 2.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 6.249999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 0, 'groundout_a': 11.35, 'groundout_b': 18.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20926, 'obp': 0.32685, 'slg': 0.3213, 'player_id': 11276}, {'pitchingcard_id': 5999, 'vs_hand': 'L', 'homerun': 13.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.5, 'single_two': 2.2, 'single_one': 0.0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 19.15, 'flyout_lf_b': 2.2, 'flyout_cf_b': 4.1, 'flyout_rf_b': 0.0, 'groundout_a': 1.9, 'groundout_b': 17.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22083, 'obp': 0.32083, 'slg': 0.57083, 'player_id': 11277}, {'pitchingcard_id': 5999, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.6000000000000005, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.4, 'strikeout': 10.399999999999995, 'flyout_lf_b': 5.1, 'flyout_cf_b': 21.5, 'flyout_rf_b': 0.0, 'groundout_a': 9.55, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.25324, 'slg': 0.16389, 'player_id': 11277}, {'pitchingcard_id': 6000, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 15.299999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.9, 'flyout_rf_b': 2.1, 'groundout_a': 7.5, 'groundout_b': 11.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.33148, 'slg': 0.375, 'player_id': 11278}, {'pitchingcard_id': 6000, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.25, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 7.35, 'strikeout': 17.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 7.85, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22917, 'obp': 0.35278, 'slg': 0.4537, 'player_id': 11278}, {'pitchingcard_id': 6001, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.5, 'strikeout': 6.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.750000000000002, 'flyout_rf_b': 5.85, 'groundout_a': 8.5, 'groundout_b': 17.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12685, 'obp': 0.24259, 'slg': 0.21389, 'player_id': 11279}, {'pitchingcard_id': 6001, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 9.85, 'strikeout': 19.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 10.1, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21296, 'obp': 0.35046, 'slg': 0.37315, 'player_id': 11279}, {'pitchingcard_id': 6002, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 18.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 2.25, 'groundout_a': 17.25, 'groundout_b': 11.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.20278, 'slg': 0.22407, 'player_id': 11280}, {'pitchingcard_id': 6002, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.85, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 6.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 32.75000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 9.3, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1838, 'obp': 0.26852, 'slg': 0.21204, 'player_id': 11280}, {'pitchingcard_id': 6007, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.7, 'single_two': 2.25, 'single_one': 0.0, 'single_center': 2.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 20.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.3, 'flyout_rf_b': 3.75, 'groundout_a': 1.9, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.2662, 'slg': 0.23472, 'player_id': 11303}, {'pitchingcard_id': 6007, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 19.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.350000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 9.8, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.27176, 'slg': 0.28056, 'player_id': 11303}, {'pitchingcard_id': 6008, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 7.55, 'single_one': 7.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 35.8, 'strikeout': 10.150000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.15, 'flyout_rf_b': 1.4, 'groundout_a': 3.2, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1912, 'obp': 0.53194, 'slg': 0.18148, 'player_id': 11304}, {'pitchingcard_id': 6008, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.35, 'strikeout': 18.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 18.2, 'flyout_rf_b': 4.75, 'groundout_a': 18.65, 'groundout_b': 9.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05556, 'obp': 0.08657, 'slg': 0.04167, 'player_id': 11304}, {'pitchingcard_id': 6009, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.7, 'strikeout': 11.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6499999999999995, 'flyout_rf_b': 2.55, 'groundout_a': 19.5, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13843, 'obp': 0.21898, 'slg': 0.18796, 'player_id': 11305}, {'pitchingcard_id': 6009, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.1, 'strikeout': 20.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.800000000000001, 'flyout_rf_b': 2.75, 'groundout_a': 16.75, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16852, 'obp': 0.21574, 'slg': 0.19352, 'player_id': 11305}, {'pitchingcard_id': 6010, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.45, 'strikeout': 3.500000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.9, 'flyout_rf_b': 4.5, 'groundout_a': 31.1, 'groundout_b': 15.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03611, 'obp': 0.13287, 'slg': 0.07778, 'player_id': 11306}, {'pitchingcard_id': 6010, 'vs_hand': 'R', 'homerun': 9.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.5, 'single_two': 1.65, 'single_one': 0.0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 18.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.8, 'flyout_rf_b': 1.7, 'groundout_a': 2.75, 'groundout_b': 24.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14444, 'obp': 0.20602, 'slg': 0.41019, 'player_id': 11306}, {'pitchingcard_id': 6011, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 26.2, 'flyout_lf_b': 2.75, 'flyout_cf_b': 4.95, 'flyout_rf_b': 0.0, 'groundout_a': 8.9, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20278, 'obp': 0.26528, 'slg': 0.34815, 'player_id': 11307}, {'pitchingcard_id': 6011, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_cf': 0.0, 'single_two': 9.0, 'single_one': 9.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 24.55, 'flyout_lf_b': 1.5, 'flyout_cf_b': 4.65, 'flyout_rf_b': 0.0, 'groundout_a': 3.5, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29074, 'obp': 0.37593, 'slg': 0.46204, 'player_id': 11307}, {'pitchingcard_id': 6012, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.35, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 17.65, 'strikeout': 27.250000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.34769, 'slg': 0.35926, 'player_id': 11308}, {'pitchingcard_id': 6012, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.35, 'single_one': 1.2, 'single_center': 0, 'bp_single': 0.0, 'hbp': 4.0, 'walk': 22.0, 'strikeout': 44.95000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 2.25, 'groundout_b': 1.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03148, 'obp': 0.27222, 'slg': 0.05648, 'player_id': 11308}, {'pitchingcard_id': 6013, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 7.2, 'single_one': 7.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.9, 'strikeout': 39.500000000000014, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20926, 'obp': 0.36574, 'slg': 0.27685, 'player_id': 11309}, {'pitchingcard_id': 6013, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 54.2, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 1.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10741, 'obp': 0.21574, 'slg': 0.10463, 'player_id': 11309}, {'pitchingcard_id': 6014, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.8, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.8, 'strikeout': 4.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.9, 'flyout_rf_b': 4.75, 'groundout_a': 15.2, 'groundout_b': 14.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22778, 'obp': 0.27222, 'slg': 0.44907, 'player_id': 11310}, {'pitchingcard_id': 6014, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 6.9, 'single_one': 6.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 22.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 0, 'groundout_a': 16.3, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19259, 'obp': 0.26111, 'slg': 0.225, 'player_id': 11310}, {'pitchingcard_id': 6015, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 13.85, 'single_one': 13.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 12.750000000000005, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 2.5, 'groundout_b': 2.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.36065, 'obp': 0.52824, 'slg': 0.47407, 'player_id': 11311}, {'pitchingcard_id': 6015, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.95, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.3, 'strikeout': 22.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.949999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 14.6, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.25231, 'slg': 0.24722, 'player_id': 11311}, {'pitchingcard_id': 6016, 'vs_hand': 'L', 'homerun': 7.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 55.50000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.21759, 'slg': 0.37407, 'player_id': 11312}, {'pitchingcard_id': 6016, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.35, 'double_cf': 0.0, 'single_two': 7.3, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 3.7, 'strikeout': 14.25, 'flyout_lf_b': 2.7, 'flyout_cf_b': 9.45, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2713, 'obp': 0.34259, 'slg': 0.46389, 'player_id': 11312}, {'pitchingcard_id': 6017, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.300000000000001, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.4, 'strikeout': 22.500000000000007, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6, 'flyout_rf_b': 1.4, 'groundout_a': 4.75, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1912, 'obp': 0.34306, 'slg': 0.36296, 'player_id': 11313}, {'pitchingcard_id': 6017, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 12.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.049999999999999, 'flyout_rf_b': 3.9, 'groundout_a': 17.55, 'groundout_b': 12.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11944, 'obp': 0.21991, 'slg': 0.13426, 'player_id': 11313}, {'pitchingcard_id': 6018, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.75, 'strikeout': 22.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 13.3, 'groundout_b': 15.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.2125, 'slg': 0.26759, 'player_id': 11314}, {'pitchingcard_id': 6018, 'vs_hand': 'R', 'homerun': 7.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.85, 'single_two': 3.4, 'single_one': 0.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 13.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.95, 'flyout_rf_b': 1.2, 'groundout_a': 1.95, 'groundout_b': 17.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25417, 'obp': 0.35417, 'slg': 0.40648, 'player_id': 11314}, {'pitchingcard_id': 6068, 'vs_hand': 'L', 'homerun': 1.8, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.5, 'strikeout': 21.450000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 13.15, 'groundout_b': 11.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14769, 'obp': 0.25417, 'slg': 0.25093, 'player_id': 11461}, {'pitchingcard_id': 6068, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.9, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 12.25, 'strikeout': 31.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.7, 'flyout_rf_b': 1.95, 'groundout_a': 11.0, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06667, 'obp': 0.20787, 'slg': 0.14815, 'player_id': 11461}, {'pitchingcard_id': 6069, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 15.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.799999999999999, 'flyout_rf_b': 5.1, 'groundout_a': 13.15, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.2213, 'slg': 0.2213, 'player_id': 11462}, {'pitchingcard_id': 6069, 'vs_hand': 'R', 'homerun': 7.55, 'bp_homerun': 0.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.2, 'single_two': 5.1, 'single_one': 0.0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 16.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.0, 'flyout_rf_b': 1.75, 'groundout_a': 2.2, 'groundout_b': 18.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2625, 'obp': 0.31806, 'slg': 0.48333, 'player_id': 11462}, {'pitchingcard_id': 6070, 'vs_hand': 'L', 'homerun': 4.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 12.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.649999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 7.55, 'groundout_b': 24.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13889, 'obp': 0.19537, 'slg': 0.35463, 'player_id': 11463}, {'pitchingcard_id': 6070, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 23.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 1.2, 'groundout_a': 19.6, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13102, 'obp': 0.16343, 'slg': 0.20278, 'player_id': 11463}, {'pitchingcard_id': 6071, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 53.150000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 1.95, 'flyout_rf_b': 0.0, 'groundout_a': 3.75, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14167, 'obp': 0.16713, 'slg': 0.22685, 'player_id': 11464}, {'pitchingcard_id': 6071, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.1, 'double_cf': 0.0, 'single_two': 1.25, 'single_one': 1.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 35.45, 'flyout_lf_b': 0, 'flyout_cf_b': 14.05, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12593, 'obp': 0.19352, 'slg': 0.39722, 'player_id': 11464}, {'pitchingcard_id': 6072, 'vs_hand': 'L', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.15, 'strikeout': 33.6, 'flyout_lf_b': 0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0.0, 'groundout_a': 8.75, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12639, 'obp': 0.25741, 'slg': 0.13981, 'player_id': 11465}, {'pitchingcard_id': 6072, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.3, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.5, 'strikeout': 29.450000000000003, 'flyout_lf_b': 0, 'flyout_cf_b': 7.0, 'flyout_rf_b': 0.0, 'groundout_a': 8.45, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18657, 'obp': 0.20972, 'slg': 0.40278, 'player_id': 11465}, {'pitchingcard_id': 6073, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.05, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 25.849999999999998, 'flyout_lf_b': 2.5, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0.0, 'groundout_a': 23.55, 'groundout_b': 12.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03009, 'obp': 0.07731, 'slg': 0.04074, 'player_id': 11466}, {'pitchingcard_id': 6073, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.7, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.6, 'strikeout': 21.35, 'flyout_lf_b': 1.7, 'flyout_cf_b': 9.75, 'flyout_rf_b': 0.0, 'groundout_a': 2.5, 'groundout_b': 6.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19537, 'obp': 0.34907, 'slg': 0.44074, 'player_id': 11466}, {'pitchingcard_id': 6074, 'vs_hand': 'L', 'homerun': 1.95, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 8.35, 'single_one': 8.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.35, 'strikeout': 29.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 2.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23148, 'obp': 0.37361, 'slg': 0.3, 'player_id': 11467}, {'pitchingcard_id': 6074, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.35, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 4.95, 'strikeout': 29.999999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 12.9, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.20787, 'slg': 0.225, 'player_id': 11467}, {'pitchingcard_id': 6075, 'vs_hand': 'L', 'homerun': 2.15, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.35, 'strikeout': 19.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 0, 'groundout_a': 6.1, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21157, 'obp': 0.33519, 'slg': 0.37685, 'player_id': 11468}, {'pitchingcard_id': 6075, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 53.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 1.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10602, 'obp': 0.19676, 'slg': 0.21204, 'player_id': 11468}, {'pitchingcard_id': 6076, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.55, 'strikeout': 19.4, 'flyout_lf_b': 0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0.0, 'groundout_a': 19.7, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06157, 'obp': 0.25185, 'slg': 0.02315, 'player_id': 11469}, {'pitchingcard_id': 6076, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 12.45, 'flyout_lf_b': 1.6, 'flyout_cf_b': 8.65, 'flyout_rf_b': 0.0, 'groundout_a': 7.6, 'groundout_b': 12.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.33194, 'slg': 0.42037, 'player_id': 11469}, {'pitchingcard_id': 6077, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.5, 'strikeout': 18.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 19.799999999999997, 'flyout_rf_b': 5.1, 'groundout_a': 5.4, 'groundout_b': 7.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.20741, 'slg': 0.225, 'player_id': 11470}, {'pitchingcard_id': 6077, 'vs_hand': 'R', 'homerun': 4.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 3.6500000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 0, 'groundout_a': 10.75, 'groundout_b': 25.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20787, 'obp': 0.27546, 'slg': 0.31574, 'player_id': 11470}, {'pitchingcard_id': 6078, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.2, 'double_cf': 0.0, 'single_two': 3.6, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 33.85000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 7.95, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.26204, 'slg': 0.35648, 'player_id': 11471}, {'pitchingcard_id': 6078, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.45, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.4, 'strikeout': 38.550000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0.0, 'groundout_a': 3.4, 'groundout_b': 1.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.28102, 'slg': 0.24815, 'player_id': 11471}, {'pitchingcard_id': 6079, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.8499999999999996, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 39.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 17.25, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04398, 'obp': 0.09398, 'slg': 0.05278, 'player_id': 11472}, {'pitchingcard_id': 6079, 'vs_hand': 'R', 'homerun': 3.4000000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 2.4, 'single_one': 0.0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.8, 'strikeout': 23.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.95, 'flyout_rf_b': 0, 'groundout_a': 1.35, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17824, 'obp': 0.32454, 'slg': 0.26991, 'player_id': 11472}, {'pitchingcard_id': 6080, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 10.8, 'single_one': 10.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.6, 'strikeout': 11.149999999999999, 'flyout_lf_b': 0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0.0, 'groundout_a': 10.5, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28519, 'obp': 0.43889, 'slg': 0.3787, 'player_id': 11473}, {'pitchingcard_id': 6080, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 17.849999999999998, 'flyout_lf_b': 1.4, 'flyout_cf_b': 9.2, 'flyout_rf_b': 0.0, 'groundout_a': 18.1, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12315, 'obp': 0.18889, 'slg': 0.16759, 'player_id': 11473}, {'pitchingcard_id': 6081, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 18.0, 'single_two': 13.0, 'single_one': 0.0, 'single_center': 13.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.6, 'strikeout': 11.349999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.47269, 'obp': 0.62639, 'slg': 0.42176, 'player_id': 11474}, {'pitchingcard_id': 6081, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 23.3, 'flyout_lf_b': 2.25, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21296, 'obp': 0.32083, 'slg': 0.41343, 'player_id': 11474}, {'pitchingcard_id': 6082, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.45, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 42.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.75, 'flyout_rf_b': 2.2, 'groundout_a': 7.55, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08009, 'obp': 0.13519, 'slg': 0.06852, 'player_id': 11475}, {'pitchingcard_id': 6082, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 9.0, 'walk': 2.3, 'strikeout': 54.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09167, 'obp': 0.1963, 'slg': 0.19167, 'player_id': 11475}, {'pitchingcard_id': 6083, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.65, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 33.800000000000004, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.55, 'flyout_rf_b': 0.0, 'groundout_a': 15.05, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05602, 'obp': 0.15, 'slg': 0.06759, 'player_id': 11476}, {'pitchingcard_id': 6083, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 19.8, 'flyout_lf_b': 1.9, 'flyout_cf_b': 19.85, 'flyout_rf_b': 0.0, 'groundout_a': 8.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08796, 'obp': 0.21667, 'slg': 0.18981, 'player_id': 11476}, {'pitchingcard_id': 6084, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.799999999999999, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 16.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 0, 'groundout_a': 9.85, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2588, 'obp': 0.30278, 'slg': 0.48889, 'player_id': 11477}, {'pitchingcard_id': 6084, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 27.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.75, 'flyout_rf_b': 0, 'groundout_a': 6.55, 'groundout_b': 7.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2213, 'obp': 0.31898, 'slg': 0.38611, 'player_id': 11477}, {'pitchingcard_id': 6085, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.6, 'strikeout': 5.35, 'flyout_lf_b': 1.25, 'flyout_cf_b': 6.9, 'flyout_rf_b': 0.0, 'groundout_a': 24.0, 'groundout_b': 10.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.28889, 'slg': 0.11204, 'player_id': 11478}, {'pitchingcard_id': 6085, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 13.649999999999999, 'flyout_lf_b': 3.75, 'flyout_cf_b': 11.9, 'flyout_rf_b': 0.0, 'groundout_a': 13.0, 'groundout_b': 17.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.18148, 'slg': 0.21204, 'player_id': 11478}, {'pitchingcard_id': 6086, 'vs_hand': 'L', 'homerun': 5.75, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 0.0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 12.45, 'flyout_lf_b': 4.2, 'flyout_cf_b': 10.850000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 21.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22222, 'obp': 0.25463, 'slg': 0.43981, 'player_id': 11482}, {'pitchingcard_id': 6086, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 25.599999999999998, 'flyout_lf_b': 1.2, 'flyout_cf_b': 8.15, 'flyout_rf_b': 0.0, 'groundout_a': 5.95, 'groundout_b': 8.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.27639, 'slg': 0.31481, 'player_id': 11482}, {'pitchingcard_id': 6087, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 32.5, 'flyout_lf_b': 1.9, 'flyout_cf_b': 7.699999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 9.05, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.2162, 'slg': 0.14352, 'player_id': 11483}, {'pitchingcard_id': 6087, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 18.7, 'flyout_lf_b': 2.2, 'flyout_cf_b': 7.95, 'flyout_rf_b': 0.0, 'groundout_a': 7.35, 'groundout_b': 9.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.30741, 'slg': 0.28611, 'player_id': 11483}, {'pitchingcard_id': 6088, 'vs_hand': 'L', 'homerun': 8.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.1, 'single_two': 8.75, 'single_one': 0.0, 'single_center': 8.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 30.000000000000007, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.3037, 'obp': 0.4537, 'slg': 0.56991, 'player_id': 11484}, {'pitchingcard_id': 6088, 'vs_hand': 'R', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 10.35, 'strikeout': 21.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.2, 'flyout_rf_b': 1.2, 'groundout_a': 8.8, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14074, 'obp': 0.29213, 'slg': 0.2213, 'player_id': 11484}, {'pitchingcard_id': 6089, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 4.0, 'triple': 2.0500000000000003, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 11.2, 'single_two': 7.85, 'single_one': 0.0, 'single_center': 7.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 2.1500000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.25, 'flyout_rf_b': 2.75, 'groundout_a': 1.75, 'groundout_b': 10.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.35139, 'obp': 0.45139, 'slg': 0.37222, 'player_id': 11496}, {'pitchingcard_id': 6089, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 31.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.149999999999999, 'flyout_rf_b': 3.3, 'groundout_a': 9.15, 'groundout_b': 5.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.16111, 'slg': 0.14815, 'player_id': 11496}, {'pitchingcard_id': 6090, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 61.199999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 7.75, 'groundout_b': 3.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.03472, 'slg': 0.0, 'player_id': 11497}, {'pitchingcard_id': 6090, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.7, 'strikeout': 46.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 1.75, 'groundout_a': 7.0, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07222, 'obp': 0.125, 'slg': 0.12685, 'player_id': 11497}, {'pitchingcard_id': 6091, 'vs_hand': 'L', 'homerun': 3.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.7, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 26.400000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.599999999999998, 'flyout_rf_b': 3.3, 'groundout_a': 1.35, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1625, 'obp': 0.23241, 'slg': 0.20093, 'player_id': 11498}, {'pitchingcard_id': 6091, 'vs_hand': 'R', 'homerun': 9.65, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.4, 'single_two': 1.2, 'single_one': 0.0, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 10.0, 'walk': 10.05, 'strikeout': 7.8999999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.55, 'flyout_rf_b': 0, 'groundout_a': 2.75, 'groundout_b': 24.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.34722, 'slg': 0.39074, 'player_id': 11498}, {'pitchingcard_id': 6092, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 8.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 3.75, 'groundout_a': 19.0, 'groundout_b': 8.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13241, 'obp': 0.28241, 'slg': 0.14537, 'player_id': 11499}, {'pitchingcard_id': 6092, 'vs_hand': 'R', 'homerun': 3.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 23.400000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.95, 'flyout_rf_b': 0, 'groundout_a': 3.9, 'groundout_b': 11.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17917, 'obp': 0.25833, 'slg': 0.31852, 'player_id': 11499}, {'pitchingcard_id': 6093, 'vs_hand': 'L', 'homerun': 9.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 10.65, 'single_one': 0.0, 'single_center': 10.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 31.250000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 2.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.32824, 'obp': 0.40787, 'slg': 0.65787, 'player_id': 11500}, {'pitchingcard_id': 6093, 'vs_hand': 'R', 'homerun': 2.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.5, 'strikeout': 16.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.149999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 9.95, 'groundout_b': 20.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17315, 'obp': 0.18704, 'slg': 0.2787, 'player_id': 11500}, {'pitchingcard_id': 6094, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 31.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.850000000000001, 'flyout_rf_b': 4.2, 'groundout_a': 20.45, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.03889, 'slg': 0.0, 'player_id': 11501}, {'pitchingcard_id': 6094, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.45, 'strikeout': 19.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.850000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 11.3, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16944, 'obp': 0.24769, 'slg': 0.26389, 'player_id': 11501}, {'pitchingcard_id': 6095, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 20.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6499999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 19.15, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.19306, 'slg': 0.14444, 'player_id': 11502}, {'pitchingcard_id': 6095, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.45, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 39.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 9.9, 'groundout_b': 8.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.15093, 'slg': 0.33611, 'player_id': 11502}, {'pitchingcard_id': 6096, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 7.2, 'single_one': 7.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 9.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.850000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 14.25, 'groundout_b': 11.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23981, 'obp': 0.29259, 'slg': 0.39722, 'player_id': 11503}, {'pitchingcard_id': 6096, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.5, 'strikeout': 19.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.25, 'flyout_rf_b': 2.55, 'groundout_a': 21.45, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08704, 'obp': 0.11019, 'slg': 0.08241, 'player_id': 11503}, {'pitchingcard_id': 6097, 'vs_hand': 'L', 'homerun': 3.6500000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 18.6, 'single_one': 18.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.6, 'strikeout': 6.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.47269, 'obp': 0.67269, 'slg': 0.64167, 'player_id': 11504}, {'pitchingcard_id': 6097, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 2.1, 'strikeout': 33.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.05, 'flyout_rf_b': 0, 'groundout_a': 15.65, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08102, 'obp': 0.10046, 'slg': 0.19907, 'player_id': 11504}, {'pitchingcard_id': 6098, 'vs_hand': 'L', 'homerun': 4.8, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.95, 'single_two': 6.2, 'single_one': 0.0, 'single_center': 6.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.75, 'strikeout': 6.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 15.599999999999998, 'flyout_rf_b': 6.05, 'groundout_a': 2.2, 'groundout_b': 18.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25139, 'obp': 0.28611, 'slg': 0.4287, 'player_id': 11518}, {'pitchingcard_id': 6098, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.05, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 39.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.7, 'flyout_rf_b': 1.25, 'groundout_a': 6.2, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05787, 'obp': 0.19259, 'slg': 0.18704, 'player_id': 11518}, {'pitchingcard_id': 6099, 'vs_hand': 'L', 'homerun': 11.35, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 9.1, 'single_one': 0.0, 'single_center': 9.15, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 22.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.32037, 'obp': 0.36435, 'slg': 0.69676, 'player_id': 11519}, {'pitchingcard_id': 6099, 'vs_hand': 'R', 'homerun': 2.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.9, 'strikeout': 22.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 3.5, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18565, 'obp': 0.37917, 'slg': 0.29352, 'player_id': 11519}, {'pitchingcard_id': 6100, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.1, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 13.45, 'strikeout': 31.499999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.5, 'flyout_rf_b': 1.35, 'groundout_a': 7.3, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05926, 'obp': 0.20231, 'slg': 0.1, 'player_id': 11520}, {'pitchingcard_id': 6100, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 29.85, 'single_two': 1.65, 'single_one': 0.0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 32.25, 'strikeout': 4.6999999999999975, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.325, 'obp': 0.62361, 'slg': 0.08241, 'player_id': 11520}, {'pitchingcard_id': 6101, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.35, 'double_cf': 0.0, 'single_two': 8.85, 'single_one': 8.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.0, 'strikeout': 13.900000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.799999999999999, 'flyout_rf_b': 3.9, 'groundout_a': 1.35, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2875, 'obp': 0.46343, 'slg': 0.4963, 'player_id': 11521}, {'pitchingcard_id': 6101, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 18.65, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.95, 'strikeout': 21.999999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 2.7, 'groundout_b': 8.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27361, 'obp': 0.40278, 'slg': 0.77685, 'player_id': 11521}, {'pitchingcard_id': 6102, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 57.2, 'flyout_lf_b': 0, 'flyout_cf_b': 2.2, 'flyout_rf_b': 0.0, 'groundout_a': 3.25, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.13611, 'slg': 0.06944, 'player_id': 11522}, {'pitchingcard_id': 6102, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 21.55, 'flyout_lf_b': 2.2, 'flyout_cf_b': 10.7, 'flyout_rf_b': 0.0, 'groundout_a': 18.55, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08009, 'obp': 0.16713, 'slg': 0.05833, 'player_id': 11522}, {'pitchingcard_id': 6103, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.6, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 31.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.5, 'flyout_rf_b': 2.5, 'groundout_a': 6.85, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18611, 'obp': 0.22222, 'slg': 0.37407, 'player_id': 11523}, {'pitchingcard_id': 6103, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 29.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.300000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 12.65, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20278, 'obp': 0.225, 'slg': 0.29722, 'player_id': 11523}, {'pitchingcard_id': 6104, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 25.75, 'flyout_lf_b': 3.2, 'flyout_cf_b': 3.8499999999999996, 'flyout_rf_b': 0.0, 'groundout_a': 19.3, 'groundout_b': 10.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11759, 'obp': 0.15648, 'slg': 0.18333, 'player_id': 11524}, {'pitchingcard_id': 6104, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 8.8, 'single_one': 8.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.0, 'strikeout': 10.950000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0.0, 'groundout_a': 14.8, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2537, 'obp': 0.33704, 'slg': 0.34722, 'player_id': 11524}, {'pitchingcard_id': 6105, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 17.45, 'single_two': 9.95, 'single_one': 0.0, 'single_center': 9.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 8.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.600000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 1.9, 'groundout_b': 11.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.42917, 'obp': 0.42917, 'slg': 0.37361, 'player_id': 11525}, {'pitchingcard_id': 6105, 'vs_hand': 'R', 'homerun': 2.5999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 0.4, 'strikeout': 43.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.21759, 'slg': 0.23519, 'player_id': 11525}, {'pitchingcard_id': 6106, 'vs_hand': 'L', 'homerun': 4.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 31.150000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 8.6, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08194, 'obp': 0.1912, 'slg': 0.19444, 'player_id': 11526}, {'pitchingcard_id': 6106, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 32.6, 'strikeout': 38.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 3.25, 'groundout_b': 1.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.01759, 'obp': 0.31944, 'slg': 0.0, 'player_id': 11526}, {'pitchingcard_id': 6107, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 19.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.700000000000001, 'flyout_rf_b': 5.1, 'groundout_a': 17.05, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13009, 'obp': 0.16019, 'slg': 0.16296, 'player_id': 11527}, {'pitchingcard_id': 6107, 'vs_hand': 'R', 'homerun': 6.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.9, 'strikeout': 33.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 16.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11065, 'obp': 0.21157, 'slg': 0.28056, 'player_id': 11527}]} type: 2025-02-09 10:52:43,005 - card_creation - INFO - return: Updated ratings: 744; new ratings: 20 2025-02-09 10:52:43,031 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}, 'position': 'P', 'innings': 223.1, 'range': 4, 'error': 22}, {'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}, 'position': 'P', 'innings': 216.1, 'range': 3, 'error': 6}, {'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}, 'position': 'P', 'innings': 51.1, 'range': 3, 'error': 30}, {'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 4294, 'image': 'https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}, 'position': 'P', 'innings': 66.2, 'range': 5, 'error': 42}, {'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}, 'position': 'P', 'innings': 103.0, 'range': 1, 'error': 0}, {'player_id': 10788, 'p_name': 'David Wells', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'position': 'P', 'innings': 214.1, 'range': 4, 'error': 23}, {'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}, 'position': 'P', 'innings': 71.2, 'range': 5, 'error': 0}, {'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}, 'position': 'P', 'innings': 40.1, 'range': 1, 'error': 0}, {'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 458, 'image': 'https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}, 'position': 'P', 'innings': 76.0, 'range': 3, 'error': 0}, {'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 102, 'image': 'https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}, 'position': 'P', 'innings': 203.2, 'range': 3, 'error': 13}, {'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}, 'position': 'P', 'innings': 183.0, 'range': 1, 'error': 23}, {'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 1398, 'image': 'https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}, 'position': 'P', 'innings': 84.2, 'range': 3, 'error': 33}, {'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}, 'position': 'P', 'innings': 92.1, 'range': 3, 'error': 0}, {'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 623, 'image': 'https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}, 'position': 'P', 'innings': 204.0, 'range': 3, 'error': 6}, {'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 117, 'image': 'https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}, 'position': 'P', 'innings': 97.1, 'range': 3, 'error': 0}, {'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}, 'position': 'P', 'innings': 122.0, 'range': 4, 'error': 15}, {'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}, 'position': 'P', 'innings': 210.1, 'range': 1, 'error': 10}, {'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 1189, 'image': 'https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}, 'position': 'P', 'innings': 47.0, 'range': 4, 'error': 0}, {'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 4271, 'image': 'https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}, 'position': 'P', 'innings': 64.0, 'range': 2, 'error': 16}, {'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 642, 'image': 'https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}, 'position': 'P', 'innings': 233.2, 'range': 4, 'error': 36}, {'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}, 'position': 'P', 'innings': 123.2, 'range': 1, 'error': 6}, {'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}, 'position': 'P', 'innings': 39.2, 'range': 4, 'error': 42}, {'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 4081, 'image': 'https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}, 'position': 'P', 'innings': 79.1, 'range': 5, 'error': 0}, {'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 249, 'image': 'https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}, 'position': 'P', 'innings': 216.0, 'range': 3, 'error': 21}, {'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}, 'position': 'P', 'innings': 96.0, 'range': 3, 'error': 14}, {'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}, 'position': 'P', 'innings': 123.0, 'range': 1, 'error': 30}, {'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 1113, 'image': 'https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}, 'position': 'P', 'innings': 66.0, 'range': 2, 'error': 28}, {'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 103, 'image': 'https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}, 'position': 'P', 'innings': 192.1, 'range': 4, 'error': 10}, {'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 1322, 'image': 'https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}, 'position': 'P', 'innings': 88.2, 'range': 3, 'error': 14}, {'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 1314, 'image': 'https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}, 'position': 'P', 'innings': 84.0, 'range': 1, 'error': 0}, {'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}, 'position': 'P', 'innings': 71.1, 'range': 3, 'error': 21}, {'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}, 'position': 'P', 'innings': 79.2, 'range': 3, 'error': 0}, {'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}, 'position': 'P', 'innings': 17.2, 'range': 4, 'error': 0}, {'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}, 'position': 'P', 'innings': 142.2, 'range': 5, 'error': 0}, {'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}, 'position': 'P', 'innings': 202.0, 'range': 2, 'error': 19}, {'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}, 'position': 'P', 'innings': 108.2, 'range': 3, 'error': 12}, {'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}, 'position': 'P', 'innings': 77.0, 'range': 3, 'error': 0}, {'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 3556, 'image': 'https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}, 'position': 'P', 'innings': 56.2, 'range': 5, 'error': 0}, {'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 3936, 'image': 'https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}, 'position': 'P', 'innings': 68.1, 'range': 4, 'error': 0}, {'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}, 'position': 'P', 'innings': 86.2, 'range': 1, 'error': 10}, {'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 267, 'image': 'https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}, 'position': 'P', 'innings': 135.0, 'range': 4, 'error': 13}, {'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}, 'position': 'P', 'innings': 77.0, 'range': 5, 'error': 51}, {'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}, 'position': 'P', 'innings': 48.0, 'range': 1, 'error': 18}, {'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 2136, 'image': 'https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}, 'position': 'P', 'innings': 251.1, 'range': 1, 'error': 11}, {'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}, 'position': 'P', 'innings': 20.1, 'range': 1, 'error': 0}, {'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}, 'position': 'P', 'innings': 159.0, 'range': 4, 'error': 51}, {'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}, 'position': 'P', 'innings': 27.0, 'range': 1, 'error': 0}, {'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}, 'position': 'P', 'innings': 48.0, 'range': 1, 'error': 0}, {'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}, 'position': 'P', 'innings': 100.1, 'range': 3, 'error': 13}, {'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 313, 'image': 'https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}, 'position': 'P', 'innings': 211.2, 'range': 3, 'error': 6}, {'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 3983, 'image': 'https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}, 'position': 'P', 'innings': 70.2, 'range': 3, 'error': 0}, {'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}, 'position': 'P', 'innings': 127.1, 'range': 4, 'error': 15}, {'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}, 'position': 'P', 'innings': 44.2, 'range': 4, 'error': 0}, {'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 5628, 'image': 'https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}, 'position': 'P', 'innings': 65.1, 'range': 4, 'error': 51}, {'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}, 'position': 'P', 'innings': 64.2, 'range': 3, 'error': 0}, {'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}, 'position': 'P', 'innings': 172.2, 'range': 4, 'error': 10}, {'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 247, 'image': 'https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}, 'position': 'P', 'innings': 211.0, 'range': 4, 'error': 34}, {'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 419, 'image': 'https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}, 'position': 'P', 'innings': 60.0, 'range': 2, 'error': 31}, {'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}, 'position': 'P', 'innings': 54.2, 'range': 5, 'error': 0}, {'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 361, 'image': 'https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}, 'position': 'P', 'innings': 50.0, 'range': 5, 'error': 0}, {'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}, 'position': 'P', 'innings': 80.0, 'range': 3, 'error': 0}, {'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}, 'position': 'P', 'innings': 56.2, 'range': 5, 'error': 0}, {'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}, 'position': 'P', 'innings': 49.0, 'range': 1, 'error': 0}, {'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 236, 'image': 'https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}, 'position': 'P', 'innings': 221.1, 'range': 3, 'error': 6}, {'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 344, 'image': 'https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}, 'position': 'P', 'innings': 50.1, 'range': 5, 'error': 0}, {'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 125, 'image': 'https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}, 'position': 'P', 'innings': 67.1, 'range': 4, 'error': 50}, {'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}, 'position': 'P', 'innings': 116.0, 'range': 3, 'error': 0}, {'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 143, 'image': 'https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}, 'position': 'P', 'innings': 133.0, 'range': 2, 'error': 23}, {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 40, 'image': 'https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}, 'position': 'P', 'innings': 59.1, 'range': 2, 'error': 0}, {'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 98, 'image': 'https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}, 'position': 'P', 'innings': 238.2, 'range': 1, 'error': 6}, {'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 360, 'image': 'https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}, 'position': 'P', 'innings': 72.2, 'range': 4, 'error': 26}, {'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}, 'position': 'P', 'innings': 73.0, 'range': 4, 'error': 0}, {'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 283, 'image': 'https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}, 'position': 'P', 'innings': 175.0, 'range': 4, 'error': 0}, {'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}, 'position': 'P', 'innings': 61.0, 'range': 4, 'error': 33}, {'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 1058, 'image': 'https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}, 'position': 'P', 'innings': 67.2, 'range': 5, 'error': 0}, {'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}, 'position': 'P', 'innings': 117.1, 'range': 4, 'error': 18}, {'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1168, 'image': 'https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}, 'position': 'P', 'innings': 57.1, 'range': 4, 'error': 0}, {'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}, 'position': 'P', 'innings': 20.0, 'range': 5, 'error': 0}, {'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}, 'position': 'P', 'innings': 148.1, 'range': 1, 'error': 13}, {'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}, 'position': 'P', 'innings': 61.2, 'range': 2, 'error': 0}, {'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}, 'position': 'P', 'innings': 23.2, 'range': 5, 'error': 0}, {'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}, 'position': 'P', 'innings': 190.1, 'range': 2, 'error': 0}, {'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 417, 'image': 'https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}, 'position': 'P', 'innings': 65.2, 'range': 3, 'error': 0}, {'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}, 'position': 'P', 'innings': 96.2, 'range': 4, 'error': 0}, {'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}, 'position': 'P', 'innings': 90.1, 'range': 3, 'error': 0}, {'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}, 'position': 'P', 'innings': 213.2, 'range': 3, 'error': 6}, {'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}, 'position': 'P', 'innings': 234.0, 'range': 4, 'error': 16}, {'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 378, 'image': 'https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}, 'position': 'P', 'innings': 56.0, 'range': 4, 'error': 0}, {'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2321, 'image': 'https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}, 'position': 'P', 'innings': 174.2, 'range': 3, 'error': 15}, {'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}, 'position': 'P', 'innings': 141.1, 'range': 3, 'error': 31}, {'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 1169, 'image': 'https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}, 'position': 'P', 'innings': 74.1, 'range': 4, 'error': 0}, {'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 365, 'image': 'https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}, 'position': 'P', 'innings': 68.1, 'range': 5, 'error': 0}, {'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 139, 'image': 'https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}, 'position': 'P', 'innings': 75.2, 'range': 3, 'error': 0}, {'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 681, 'image': 'https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}, 'position': 'P', 'innings': 230.1, 'range': 3, 'error': 15}, {'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 3016, 'image': 'https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}, 'position': 'P', 'innings': 74.0, 'range': 4, 'error': 0}, {'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}, 'position': 'P', 'innings': 206.1, 'range': 2, 'error': 10}, {'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}, 'position': 'P', 'innings': 71.1, 'range': 4, 'error': 0}, {'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}, 'position': 'P', 'innings': 144.2, 'range': 1, 'error': 24}, {'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 1045, 'image': 'https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}, 'position': 'P', 'innings': 51.2, 'range': 3, 'error': 0}, {'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 133, 'image': 'https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}, 'position': 'P', 'innings': 83.1, 'range': 4, 'error': 0}, {'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}, 'position': 'P', 'innings': 224.2, 'range': 3, 'error': 13}, {'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 1229, 'image': 'https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}, 'position': 'P', 'innings': 79.1, 'range': 1, 'error': 0}, {'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 280, 'image': 'https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}, 'position': 'P', 'innings': 234.1, 'range': 3, 'error': 6}, {'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}, 'position': 'P', 'innings': 75.1, 'range': 3, 'error': 51}, {'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 325, 'image': 'https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}, 'position': 'P', 'innings': 216.1, 'range': 5, 'error': 14}, {'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 1164, 'image': 'https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}, 'position': 'P', 'innings': 60.2, 'range': 3, 'error': 0}, {'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 3494, 'image': 'https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}, 'position': 'P', 'innings': 62.0, 'range': 4, 'error': 30}, {'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 264, 'image': 'https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}, 'position': 'P', 'innings': 128.2, 'range': 1, 'error': 0}, {'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 147, 'image': 'https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}, 'position': 'P', 'innings': 66.1, 'range': 5, 'error': 0}, {'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}, 'position': 'P', 'innings': 58.0, 'range': 3, 'error': 0}, {'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 349, 'image': 'https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}, 'position': 'P', 'innings': 85.1, 'range': 4, 'error': 23}, {'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}, 'position': 'P', 'innings': 40.1, 'range': 4, 'error': 50}, {'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}, 'position': 'P', 'innings': 67.2, 'range': 3, 'error': 0}, {'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 3319, 'image': 'https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 5, 'error': 0}, {'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 235, 'image': 'https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}, 'position': 'P', 'innings': 174.0, 'range': 3, 'error': 8}, {'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 1209, 'image': 'https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}, 'position': 'P', 'innings': 61.2, 'range': 3, 'error': 26}, {'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 3471, 'image': 'https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}, 'position': 'P', 'innings': 68.0, 'range': 1, 'error': 0}, {'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 355, 'image': 'https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}, 'position': 'P', 'innings': 54.0, 'range': 3, 'error': 23}, {'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 142, 'image': 'https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}, 'position': 'P', 'innings': 60.0, 'range': 4, 'error': 0}, {'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}, 'position': 'P', 'innings': 181.1, 'range': 3, 'error': 6}, {'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}, 'position': 'P', 'innings': 149.1, 'range': 3, 'error': 17}, {'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}, 'position': 'P', 'innings': 85.1, 'range': 4, 'error': 20}, {'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}, 'position': 'P', 'innings': 148.2, 'range': 3, 'error': 16}, {'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}, 'position': 'P', 'innings': 88.0, 'range': 4, 'error': 0}, {'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 4001, 'image': 'https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}, 'position': 'P', 'innings': 65.2, 'range': 1, 'error': 14}, {'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 4053, 'image': 'https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}, 'position': 'P', 'innings': 80.1, 'range': 4, 'error': 23}, {'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}, 'position': 'P', 'innings': 39.1, 'range': 2, 'error': 0}, {'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 1233, 'image': 'https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}, 'position': 'P', 'innings': 88.2, 'range': 4, 'error': 23}, {'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 845, 'image': 'https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}, 'position': 'P', 'innings': 187.2, 'range': 2, 'error': 11}, {'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}, 'position': 'P', 'innings': 201.0, 'range': 2, 'error': 6}, {'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 82, 'image': 'https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-9', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}, 'position': 'P', 'innings': 194.1, 'range': 4, 'error': 10}, {'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}, 'position': 'P', 'innings': 58.2, 'range': 1, 'error': 31}, {'player_id': 11305, 'p_name': 'Rick White', 'cost': 454, 'image': 'https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}, 'position': 'P', 'innings': 68.2, 'range': 3, 'error': 33}, {'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 121, 'image': 'https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}, 'position': 'P', 'innings': 88.1, 'range': 2, 'error': 13}, {'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 635, 'image': 'https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}, 'position': 'P', 'innings': 206.1, 'range': 2, 'error': 0}, {'player_id': 10837, 'p_name': 'David Cone', 'cost': 329, 'image': 'https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}, 'position': 'P', 'innings': 207.2, 'range': 3, 'error': 7}, {'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 3321, 'image': 'https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}, 'position': 'P', 'innings': 79.0, 'range': 4, 'error': 21}, {'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}, 'position': 'P', 'innings': 141.0, 'range': 3, 'error': 0}, {'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}, 'position': 'P', 'innings': 130.1, 'range': 2, 'error': 8}, {'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 1318, 'image': 'https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}, 'position': 'P', 'innings': 61.1, 'range': 2, 'error': 0}, {'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 331, 'image': 'https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}, 'position': 'P', 'innings': 175.0, 'range': 3, 'error': 8}, {'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 373, 'image': 'https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}, 'position': 'P', 'innings': 46.0, 'range': 4, 'error': 0}, {'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 446, 'image': 'https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}, 'position': 'P', 'innings': 66.0, 'range': 3, 'error': 0}, {'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}, 'position': 'P', 'innings': 192.2, 'range': 3, 'error': 6}, {'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}, 'position': 'P', 'innings': 85.1, 'range': 3, 'error': 15}, {'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 407, 'image': 'https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}, 'position': 'P', 'innings': 27.0, 'range': 3, 'error': 0}, {'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}, 'position': 'P', 'innings': 51.0, 'range': 4, 'error': 33}, {'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}, 'position': 'P', 'innings': 113.0, 'range': 3, 'error': 0}, {'player_id': 11519, 'p_name': 'John Snyder', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}, 'position': 'P', 'innings': 86.1, 'range': 2, 'error': 13}, {'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 6821, 'image': 'https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}, 'position': 'P', 'innings': 54.1, 'range': 4, 'error': 30}, {'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}, 'position': 'P', 'innings': 222.0, 'range': 3, 'error': 0}, {'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}, 'position': 'P', 'innings': 83.2, 'range': 3, 'error': 20}, {'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}, 'position': 'P', 'innings': 45.2, 'range': 3, 'error': 0}, {'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-9', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}, 'position': 'P', 'innings': 178.1, 'range': 4, 'error': 30}, {'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 262, 'image': 'https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}, 'position': 'P', 'innings': 175.0, 'range': 3, 'error': 8}, {'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}, 'position': 'P', 'innings': 209.2, 'range': 4, 'error': 27}, {'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 302, 'image': 'https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}, 'position': 'P', 'innings': 188.1, 'range': 3, 'error': 6}, {'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 426, 'image': 'https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}, 'position': 'P', 'innings': 102.1, 'range': 2, 'error': 0}, {'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}, 'position': 'P', 'innings': 40.0, 'range': 5, 'error': 0}, {'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 149, 'image': 'https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}, 'position': 'P', 'innings': 53.1, 'range': 1, 'error': 12}, {'player_id': 10844, 'p_name': 'Scott Service', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}, 'position': 'P', 'innings': 82.2, 'range': 3, 'error': 15}, {'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 4419, 'image': 'https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}, 'position': 'P', 'innings': 60.2, 'range': 3, 'error': 0}, {'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}, 'position': 'P', 'innings': 75.0, 'range': 4, 'error': 0}, {'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}, 'position': 'P', 'innings': 155.1, 'range': 3, 'error': 21}, {'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 383, 'image': 'https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}, 'position': 'P', 'innings': 67.2, 'range': 3, 'error': 18}, {'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 276, 'image': 'https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}, 'position': 'P', 'innings': 221.2, 'range': 3, 'error': 6}, {'player_id': 10847, 'p_name': 'John Burkett', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}, 'position': 'P', 'innings': 195.0, 'range': 4, 'error': 10}, {'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}, 'position': 'P', 'innings': 231.1, 'range': 3, 'error': 0}, {'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}, 'position': 'P', 'innings': 77.2, 'range': 3, 'error': 17}, {'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}, 'position': 'P', 'innings': 21.1, 'range': 2, 'error': 42}, {'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 3536, 'image': 'https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}, 'position': 'P', 'innings': 52.2, 'range': 5, 'error': 51}, {'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}, 'position': 'P', 'innings': 175.1, 'range': 2, 'error': 6}, {'player_id': 10850, 'p_name': 'John Thomson', 'cost': 238, 'image': 'https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}, 'position': 'P', 'innings': 161.0, 'range': 3, 'error': 0}, {'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}, 'position': 'P', 'innings': 68.2, 'range': 4, 'error': 0}, {'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 110, 'image': 'https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}, 'position': 'P', 'innings': 162.2, 'range': 3, 'error': 7}, {'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 240, 'image': 'https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}, 'position': 'P', 'innings': 208.0, 'range': 2, 'error': 10}, {'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}, 'position': 'P', 'innings': 209.1, 'range': 2, 'error': 0}, {'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 1423, 'image': 'https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}, 'position': 'P', 'innings': 76.1, 'range': 3, 'error': 0}, {'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 123, 'image': 'https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}, 'position': 'P', 'innings': 44.0, 'range': 1, 'error': 0}, {'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}, 'position': 'P', 'innings': 78.2, 'range': 1, 'error': 0}, {'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 723, 'image': 'https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}, 'position': 'P', 'innings': 212.0, 'range': 3, 'error': 0}, {'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}, 'position': 'P', 'innings': 23.0, 'range': 3, 'error': 51}, {'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}, 'position': 'P', 'innings': 67.1, 'range': 4, 'error': 0}, {'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 313, 'image': 'https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}, 'position': 'P', 'innings': 173.0, 'range': 3, 'error': 14}, {'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 464, 'image': 'https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}, 'position': 'P', 'innings': 125.0, 'range': 2, 'error': 26}, {'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}, 'position': 'P', 'innings': 20.0, 'range': 5, 'error': 0}, {'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1403, 'image': 'https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}, 'position': 'P', 'innings': 71.0, 'range': 5, 'error': 0}, {'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 2734, 'image': 'https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}, 'position': 'P', 'innings': 74.2, 'range': 3, 'error': 0}, {'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}, 'position': 'P', 'innings': 70.2, 'range': 4, 'error': 27}, {'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 442, 'image': 'https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}, 'position': 'P', 'innings': 58.2, 'range': 4, 'error': 38}, {'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 279, 'image': 'https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}, 'position': 'P', 'innings': 174.1, 'range': 3, 'error': 7}, {'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4931, 'image': 'https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}, 'position': 'P', 'innings': 70.1, 'range': 3, 'error': 0}, {'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 456, 'image': 'https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}, 'position': 'P', 'innings': 48.0, 'range': 3, 'error': 30}, {'player_id': 10861, 'p_name': 'Livan Hernandez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1116, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0017ebab_sabr.jpg', 'fangr_id': '1116', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2294, 'first_name': 'Livan', 'last_name': 'Hernandez', 'key_fangraphs': 1116, 'key_bbref': 'hernali01', 'key_retro': 'hernl003', 'key_mlbam': 115817, 'offense_col': 2}, 'position': 'P', 'innings': 234.1, 'range': 3, 'error': 0}, {'player_id': 11015, 'p_name': 'John Smoltz', 'cost': 2234, 'image': 'https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 115, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/bf321b07_sabr.jpg', 'fangr_id': '115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3159, 'first_name': 'John', 'last_name': 'Smoltz', 'key_fangraphs': 115, 'key_bbref': 'smoltjo01', 'key_retro': 'smolj001', 'key_mlbam': 122477, 'offense_col': 1}, 'position': 'P', 'innings': 167.2, 'range': 3, 'error': 0}, {'player_id': 11153, 'p_name': 'Kerry Ligtenberg', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 100, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/95a3fec7_sabr.jpg', 'fangr_id': '100', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4120, 'first_name': 'Kerry', 'last_name': 'Ligtenberg', 'key_fangraphs': 100, 'key_bbref': 'ligteke01', 'key_retro': 'ligtk001', 'key_mlbam': 117763, 'offense_col': 1}, 'position': 'P', 'innings': 73.0, 'range': 5, 'error': 51}, {'player_id': 11268, 'p_name': 'Alan Embree', 'cost': 381, 'image': 'https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1030, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1030', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2508, 'first_name': 'Alan', 'last_name': 'Embree', 'key_fangraphs': 1030, 'key_bbref': 'embreal01', 'key_retro': 'embra001', 'key_mlbam': 113833, 'offense_col': 2}, 'position': 'P', 'innings': 53.2, 'range': 4, 'error': 0}, {'player_id': 11092, 'p_name': 'Mike Cather', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ae230d19_davis.jpg', 'fangr_id': '1002082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4070, 'first_name': 'Mike', 'last_name': 'Cather', 'key_fangraphs': 1002082, 'key_bbref': 'cathemi01', 'key_retro': 'cathm001', 'key_mlbam': 112134, 'offense_col': 2}, 'position': 'P', 'innings': 41.1, 'range': 3, 'error': 38}, {'player_id': 11520, 'p_name': 'Mark Wohlers', 'cost': 402, 'image': 'https://pd.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 414, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '414', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3}, 'position': 'P', 'innings': 20.1, 'range': 3, 'error': 0}, {'player_id': 10862, 'p_name': 'Tom Glavine', 'cost': 673, 'image': 'https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 90, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8c1de61_br.jpg', 'fangr_id': '90', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2828, 'first_name': 'Tom', 'last_name': 'Glavine', 'key_fangraphs': 90, 'key_bbref': 'glavito02', 'key_retro': 'glavt001', 'key_mlbam': 114849, 'offense_col': 2}, 'position': 'P', 'innings': 229.1, 'range': 2, 'error': 4}, {'player_id': 10863, 'p_name': 'Dennis Martinez', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008161, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05148239_br_wsn.jpg', 'fangr_id': '1008161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3886, 'first_name': 'Dennis', 'last_name': 'Martinez', 'key_fangraphs': 1008161, 'key_bbref': 'martide01', 'key_retro': 'martd001', 'key_mlbam': 118371, 'offense_col': 1}, 'position': 'P', 'innings': 91.0, 'range': 2, 'error': 13}, {'player_id': 10864, 'p_name': 'Kerry Wood', 'cost': 944, 'image': 'https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b6f7150e_sabr.jpg', 'fangr_id': '304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2715, 'first_name': 'Kerry', 'last_name': 'Wood', 'key_fangraphs': 304, 'key_bbref': 'woodke02', 'key_retro': 'woodk002', 'key_mlbam': 134268, 'offense_col': 3}, 'position': 'P', 'innings': 166.2, 'range': 5, 'error': 0}, {'player_id': 11016, 'p_name': 'Terry Adams', 'cost': 3481, 'image': 'https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 946, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8bb86104_sabr.jpg', 'fangr_id': '946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4000, 'first_name': 'Terry', 'last_name': 'Adams', 'key_fangraphs': 946, 'key_bbref': 'adamste01', 'key_retro': 'adamt001', 'key_mlbam': 110067, 'offense_col': 2}, 'position': 'P', 'innings': 72.2, 'range': 3, 'error': 46}, {'player_id': 11189, 'p_name': 'Rod Beck', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1730, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4ec27006_sabr.jpg', 'fangr_id': '1730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4154, 'first_name': 'Rod', 'last_name': 'Beck', 'key_fangraphs': 1730, 'key_bbref': 'beckro01', 'key_retro': 'beckr001', 'key_mlbam': 110763, 'offense_col': 2}, 'position': 'P', 'innings': 80.1, 'range': 3, 'error': 0}, {'player_id': 11093, 'p_name': 'Terry Mulholland', 'cost': 416, 'image': 'https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 665, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d2a7a610_sabr.jpg', 'fangr_id': '665', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4071, 'first_name': 'Terry', 'last_name': 'Mulholland', 'key_fangraphs': 665, 'key_bbref': 'mulhote01', 'key_retro': 'mulht001', 'key_mlbam': 119488, 'offense_col': 1}, 'position': 'P', 'innings': 112.0, 'range': 4, 'error': 51}, {'player_id': 10865, 'p_name': 'Marc Pisciotta', 'cost': 120, 'image': 'https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010369, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eddec851_sabr.jpg', 'fangr_id': '1010369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3887, 'first_name': 'Marc', 'last_name': 'Pisciotta', 'key_fangraphs': 1010369, 'key_bbref': 'piscima01', 'key_retro': 'piscm001', 'key_mlbam': 120599, 'offense_col': 1}, 'position': 'P', 'innings': 44.0, 'range': 4, 'error': 0}, {'player_id': 11307, 'p_name': 'Bob Patterson', 'cost': 12, 'image': 'https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010055, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1010055', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4242, 'first_name': 'Bob', 'last_name': 'Patterson', 'key_fangraphs': 1010055, 'key_bbref': 'pattebo01', 'key_retro': 'pattb001', 'key_mlbam': 120297, 'offense_col': 2}, 'position': 'P', 'innings': 20.1, 'range': 5, 'error': 0}, {'player_id': 11234, 'p_name': 'Mike Myers', 'cost': 146, 'image': 'https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 68, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '68', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4190, 'first_name': 'Mike', 'last_name': 'Myers', 'key_fangraphs': 68, 'key_bbref': 'myersmi01', 'key_retro': 'myerm001', 'key_mlbam': 119624, 'offense_col': 2}, 'position': 'P', 'innings': 50.0, 'range': 2, 'error': 38}, {'player_id': 11017, 'p_name': 'Bob Wickman', 'cost': 409, 'image': 'https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 413, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9cd7e366_sabr.jpg', 'fangr_id': '413', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4001, 'first_name': 'Bob', 'last_name': 'Wickman', 'key_fangraphs': 413, 'key_bbref': 'wickmbo01', 'key_retro': 'wickb001', 'key_mlbam': 124233, 'offense_col': 2}, 'position': 'P', 'innings': 82.1, 'range': 2, 'error': 24}, {'player_id': 10866, 'p_name': 'Cal Eldred', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b7378c8_sabr.jpg', 'fangr_id': '1653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3888, 'first_name': 'Cal', 'last_name': 'Eldred', 'key_fangraphs': 1653, 'key_bbref': 'eldreca01', 'key_retro': 'eldrc001', 'key_mlbam': 113793, 'offense_col': 2}, 'position': 'P', 'innings': 133.0, 'range': 4, 'error': 26}, {'player_id': 11269, 'p_name': 'Brad Woodall', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/67d26984_sabr.jpg', 'fangr_id': '1014206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}, 'position': 'P', 'innings': 138.0, 'range': 3, 'error': 18}, {'player_id': 10867, 'p_name': 'Francisco Cordova', 'cost': 325, 'image': 'https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002623, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aeec2bd8_sabr.jpg', 'fangr_id': '1002623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3889, 'first_name': 'Francisco', 'last_name': 'Cordova', 'key_fangraphs': 1002623, 'key_bbref': 'cordofr01', 'key_retro': 'cordf001', 'key_mlbam': 112681, 'offense_col': 2}, 'position': 'P', 'innings': 220.1, 'range': 3, 'error': 6}, {'player_id': 11308, 'p_name': 'Javier Martinez', 'cost': 369, 'image': 'https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008172, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/623152fd_davis.jpg', 'fangr_id': '1008172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4243, 'first_name': 'Javier', 'last_name': 'Martinez', 'key_fangraphs': 1008172, 'key_bbref': 'martija02', 'key_retro': 'martj003', 'key_mlbam': 131660, 'offense_col': 2}, 'position': 'P', 'innings': 41.0, 'range': 5, 'error': 51}, {'player_id': 11154, 'p_name': 'Jeff Tabaka', 'cost': 4133, 'image': 'https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/f556d537_sabr.jpg', 'fangr_id': '1012802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4121, 'first_name': 'Jeff', 'last_name': 'Tabaka', 'key_fangraphs': 1012802, 'key_bbref': 'tabakje01', 'key_retro': 'tabaj001', 'key_mlbam': 123068, 'offense_col': 1}, 'position': 'P', 'innings': 50.2, 'range': 3, 'error': 26}, {'player_id': 10868, 'p_name': 'Chris Peters', 'cost': 873, 'image': 'https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010225, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/802f904f_sabr.jpg', 'fangr_id': '1010225', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3890, 'first_name': 'Chris', 'last_name': 'Peters', 'key_fangraphs': 1010225, 'key_bbref': 'peterch01', 'key_retro': 'petec001', 'key_mlbam': 120454, 'offense_col': 2}, 'position': 'P', 'innings': 148.0, 'range': 4, 'error': 40}, {'player_id': 10869, 'p_name': 'Jason Schmidt', 'cost': 292, 'image': 'https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1131, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/77282f7a_sabr.jpg', 'fangr_id': '1131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3891, 'first_name': 'Jason', 'last_name': 'Schmidt', 'key_fangraphs': 1131, 'key_bbref': 'schmija01', 'key_retro': 'schmj001', 'key_mlbam': 121834, 'offense_col': 2}, 'position': 'P', 'innings': 214.1, 'range': 5, 'error': 24}, {'player_id': 11094, 'p_name': 'Jason Christiansen', 'cost': 4914, 'image': 'https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/972e945a_sabr.jpg', 'fangr_id': '1111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4072, 'first_name': 'Jason', 'last_name': 'Christiansen', 'key_fangraphs': 1111, 'key_bbref': 'chrisja01', 'key_retro': 'chrij002', 'key_mlbam': 112270, 'offense_col': 1}, 'position': 'P', 'innings': 64.2, 'range': 5, 'error': 38}, {'player_id': 11190, 'p_name': 'Ricardo Rincon', 'cost': 4541, 'image': 'https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 401, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4155, 'first_name': 'Ricardo', 'last_name': 'Rincon', 'key_fangraphs': 401, 'key_bbref': 'rincori01', 'key_retro': 'rincr001', 'key_mlbam': 121215, 'offense_col': 2}, 'position': 'P', 'innings': 65.0, 'range': 3, 'error': 42}, {'player_id': 11018, 'p_name': 'Rich Loiselle', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007711, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecef0d90_sabr.jpg', 'fangr_id': '1007711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4002, 'first_name': 'Rich', 'last_name': 'Loiselle', 'key_fangraphs': 1007711, 'key_bbref': 'loiseri01', 'key_retro': 'loisr001', 'key_mlbam': 117874, 'offense_col': 2}, 'position': 'P', 'innings': 55.0, 'range': 3, 'error': 0}, {'player_id': 10870, 'p_name': 'Esteban Loaiza', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1310, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ce98352e_sabr.jpg', 'fangr_id': '1310', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3176, 'first_name': 'Esteban', 'last_name': 'Loaiza', 'key_fangraphs': 1310, 'key_bbref': 'loaizes01', 'key_retro': 'loaie001', 'key_mlbam': 117842, 'offense_col': 2}, 'position': 'P', 'innings': 171.0, 'range': 2, 'error': 0}, {'player_id': 10871, 'p_name': 'Amaury Telemaco', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-9', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1802, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eadd714c_sabr.jpg', 'fangr_id': '1802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3892, 'first_name': 'Amaury', 'last_name': 'Telemaco', 'key_fangraphs': 1802, 'key_bbref': 'telemam01', 'key_retro': 'telea001', 'key_mlbam': 123176, 'offense_col': 1}, 'position': 'P', 'innings': 148.2, 'range': 3, 'error': 17}, {'player_id': 10872, 'p_name': 'Jon Lieber', 'cost': 888, 'image': 'https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 287, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5580d86_sabr.jpg', 'fangr_id': '287', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2688, 'first_name': 'Jon', 'last_name': 'Lieber', 'key_fangraphs': 287, 'key_bbref': 'liebejo01', 'key_retro': 'liebj001', 'key_mlbam': 117758, 'offense_col': 1}, 'position': 'P', 'innings': 171.0, 'range': 3, 'error': 0}, {'player_id': 10873, 'p_name': 'Darren Dreifort', 'cost': 2266, 'image': 'https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 647, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/59ec883f_davis.jpg', 'fangr_id': '647', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3893, 'first_name': 'Darren', 'last_name': 'Dreifort', 'key_fangraphs': 647, 'key_bbref': 'dreifda01', 'key_retro': 'dreid001', 'key_mlbam': 113554, 'offense_col': 1}, 'position': 'P', 'innings': 180.0, 'range': 1, 'error': 18}, {'player_id': 10874, 'p_name': 'Ramon Martinez', 'cost': 880, 'image': 'https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/57348fe2_sabr.jpg', 'fangr_id': '1008193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3894, 'first_name': 'Ramon', 'last_name': 'Martinez', 'key_fangraphs': 1008193, 'key_bbref': 'martira02', 'key_retro': 'martr002', 'key_mlbam': 118378, 'offense_col': 1}, 'position': 'P', 'innings': 101.2, 'range': 2, 'error': 0}, {'player_id': 10875, 'p_name': 'Chan Ho Park', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1267, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b8cfc51_sabr.jpg', 'fangr_id': '1267', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2561, 'first_name': 'Chan Ho', 'last_name': 'Park', 'key_fangraphs': 1267, 'key_bbref': 'parkch01', 'key_retro': 'parkc002', 'key_mlbam': 120221, 'offense_col': 3}, 'position': 'P', 'innings': 220.2, 'range': 3, 'error': 23}, {'player_id': 11471, 'p_name': 'Dennys Reyes', 'cost': 100, 'image': 'https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9d2752ea_sabr.jpg', 'fangr_id': '444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2591, 'first_name': 'Dennys', 'last_name': 'Reyes', 'key_fangraphs': 444, 'key_bbref': 'reyesde01', 'key_retro': 'reyed001', 'key_mlbam': 121096, 'offense_col': 1}, 'position': 'P', 'innings': 67.1, 'range': 3, 'error': 51}, {'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}, 'position': 'P', 'innings': 226.2, 'range': 3, 'error': 6}, {'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 864, 'image': 'https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 11019, 'p_name': 'Sterling Hitchcock', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0eb7eb88_sabr.jpg', 'fangr_id': '824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4003, 'first_name': 'Sterling', 'last_name': 'Hitchcock', 'key_fangraphs': 824, 'key_bbref': 'hitchst01', 'key_retro': 'hitcs001', 'key_mlbam': 115982, 'offense_col': 2}, 'position': 'P', 'innings': 176.1, 'range': 4, 'error': 0}, {'player_id': 11191, 'p_name': 'Donne Wall', 'cost': 1429, 'image': 'https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 39, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '39', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4156, 'first_name': 'Donne', 'last_name': 'Wall', 'key_fangraphs': 39, 'key_bbref': 'walldo01', 'key_retro': 'walld002', 'key_mlbam': 123849, 'offense_col': 2}, 'position': 'P', 'innings': 70.1, 'range': 3, 'error': 0}, {'player_id': 11020, 'p_name': 'Brian Boehringer', 'cost': 42, 'image': 'https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 984, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3aa1ba2f_sabr.jpg', 'fangr_id': '984', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4004, 'first_name': 'Brian', 'last_name': 'Boehringer', 'key_fangraphs': 984, 'key_bbref': 'boehrbr01', 'key_retro': 'boehb001', 'key_mlbam': 111145, 'offense_col': 2}, 'position': 'P', 'innings': 76.1, 'range': 3, 'error': 0}, {'player_id': 11192, 'p_name': 'Trevor Hoffman', 'cost': 4778, 'image': 'https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1035, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1035', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2833, 'first_name': 'Trevor', 'last_name': 'Hoffman', 'key_fangraphs': 1035, 'key_bbref': 'hoffmtr01', 'key_retro': 'hofft001', 'key_mlbam': 116034, 'offense_col': 3}, 'position': 'P', 'innings': 73.0, 'range': 5, 'error': 0}, {'player_id': 11270, 'p_name': 'Lance Painter', 'cost': 1343, 'image': 'https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1675, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b4f46e5a_sabr.jpg', 'fangr_id': '1675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4220, 'first_name': 'Lance', 'last_name': 'Painter', 'key_fangraphs': 1675, 'key_bbref': 'paintla01', 'key_retro': 'painl001', 'key_mlbam': 120183, 'offense_col': 2}, 'position': 'P', 'innings': 47.1, 'range': 1, 'error': 0}, {'player_id': 11271, 'p_name': 'Jeff Brantley', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001358, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1001358', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4221, 'first_name': 'Jeff', 'last_name': 'Brantley', 'key_fangraphs': 1001358, 'key_bbref': 'brantje01', 'key_retro': 'branj001', 'key_mlbam': 111397, 'offense_col': 2}, 'position': 'P', 'innings': 50.2, 'range': 5, 'error': 0}, {'player_id': 11021, 'p_name': 'Kent Mercker', 'cost': 97, 'image': 'https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 439, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/32142138_sabr.jpg', 'fangr_id': '439', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4005, 'first_name': 'Kent', 'last_name': 'Mercker', 'key_fangraphs': 439, 'key_bbref': 'merckke01', 'key_retro': 'merck001', 'key_mlbam': 118967, 'offense_col': 2}, 'position': 'P', 'innings': 161.2, 'range': 3, 'error': 19}, {'player_id': 11472, 'p_name': 'Rich Croushore', 'cost': 3761, 'image': 'https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002819, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1002819', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4269, 'first_name': 'Rich', 'last_name': 'Croushore', 'key_fangraphs': 1002819, 'key_bbref': 'crousri01', 'key_retro': 'crour001', 'key_mlbam': 131701, 'offense_col': 3}, 'position': 'P', 'innings': 54.1, 'range': 2, 'error': 0}, {'player_id': 11272, 'p_name': 'Curtis King', 'cost': 462, 'image': 'https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006926, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a8fa4d0b_sabr.jpg', 'fangr_id': '1006926', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4222, 'first_name': 'Curtis', 'last_name': 'King', 'key_fangraphs': 1006926, 'key_bbref': 'kingcu01', 'key_retro': 'kingc001', 'key_mlbam': 117076, 'offense_col': 2}, 'position': 'P', 'innings': 51.0, 'range': 1, 'error': 0}, {'player_id': 11022, 'p_name': 'John Frascatore', 'cost': 423, 'image': 'https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004304, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/29e06a2d_sabr.jpg', 'fangr_id': '1004304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4006, 'first_name': 'John', 'last_name': 'Frascatore', 'key_fangraphs': 1004304, 'key_bbref': 'frascjo01', 'key_retro': 'frasj001', 'key_mlbam': 114388, 'offense_col': 2}, 'position': 'P', 'innings': 95.2, 'range': 3, 'error': 26}, {'player_id': 11095, 'p_name': 'Mark Petkovsek', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5cf5a136_sabr.jpg', 'fangr_id': '1010242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4073, 'first_name': 'Mark', 'last_name': 'Petkovsek', 'key_fangraphs': 1010242, 'key_bbref': 'petkoma01', 'key_retro': 'petkm001', 'key_mlbam': 120472, 'offense_col': 2}, 'position': 'P', 'innings': 105.2, 'range': 3, 'error': 15}, {'player_id': 10878, 'p_name': 'Kent Bottenfield', 'cost': 349, 'image': 'https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001226, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/151e6406_sabr.jpg', 'fangr_id': '1001226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3897, 'first_name': 'Kent', 'last_name': 'Bottenfield', 'key_fangraphs': 1001226, 'key_bbref': 'botteke01', 'key_retro': 'bottk001', 'key_mlbam': 111264, 'offense_col': 1}, 'position': 'P', 'innings': 133.2, 'range': 3, 'error': 0}, {'player_id': 11500, 'p_name': 'Bobby Chouinard', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002204, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1002204', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4295, 'first_name': 'Bobby', 'last_name': 'Chouinard', 'key_fangraphs': 1002204, 'key_bbref': 'chouibo01', 'key_retro': 'choub001', 'key_mlbam': 112257, 'offense_col': 3}, 'position': 'P', 'innings': 41.1, 'range': 3, 'error': 0}, {'player_id': 10879, 'p_name': 'Brett Tomko', 'cost': 110, 'image': 'https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1056, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/69576679_sabr.jpg', 'fangr_id': '1056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2540, 'first_name': 'Brett', 'last_name': 'Tomko', 'key_fangraphs': 1056, 'key_bbref': 'tomkobr01', 'key_retro': 'tomkb001', 'key_mlbam': 123387, 'offense_col': 2}, 'position': 'P', 'innings': 210.2, 'range': 3, 'error': 7}, {'player_id': 11023, 'p_name': 'Gabe White', 'cost': 386, 'image': 'https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 360, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5ece7bc4_sabr.jpg', 'fangr_id': '360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4007, 'first_name': 'Gabe', 'last_name': 'White', 'key_fangraphs': 360, 'key_bbref': 'whitega01', 'key_retro': 'whitg001', 'key_mlbam': 124171, 'offense_col': 2}, 'position': 'P', 'innings': 98.2, 'range': 4, 'error': 0}, {'player_id': 11273, 'p_name': 'Danny Graves', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 326, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e09a8d27_sabr.jpg', 'fangr_id': '326', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4223, 'first_name': 'Danny', 'last_name': 'Graves', 'key_fangraphs': 326, 'key_bbref': 'graveda01', 'key_retro': 'gravd001', 'key_mlbam': 115056, 'offense_col': 1}, 'position': 'P', 'innings': 81.1, 'range': 2, 'error': 26}, {'player_id': 11024, 'p_name': 'Mike Remlinger', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 111, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4996b815_sabr.jpg', 'fangr_id': '111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4008, 'first_name': 'Mike', 'last_name': 'Remlinger', 'key_fangraphs': 111, 'key_bbref': 'remlimi01', 'key_retro': 'remlm001', 'key_mlbam': 121060, 'offense_col': 2}, 'position': 'P', 'innings': 164.1, 'range': 4, 'error': 24}, {'player_id': 10880, 'p_name': 'Pete Harnisch', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005374, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8d81ad8_sabr.jpg', 'fangr_id': '1005374', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3898, 'first_name': 'Pete', 'last_name': 'Harnisch', 'key_fangraphs': 1005374, 'key_bbref': 'harnipe01', 'key_retro': 'harnp001', 'key_mlbam': 115487, 'offense_col': 1}, 'position': 'P', 'innings': 209.0, 'range': 3, 'error': 0}, {'player_id': 11096, 'p_name': 'Rick Krivda', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/24838f07_sabr.jpg', 'fangr_id': '1007168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4074, 'first_name': 'Rick', 'last_name': 'Krivda', 'key_fangraphs': 1007168, 'key_bbref': 'krivdri01', 'key_retro': 'krivr001', 'key_mlbam': 117322, 'offense_col': 2}, 'position': 'P', 'innings': 51.1, 'range': 3, 'error': 0}, {'player_id': 11235, 'p_name': 'John Hudek', 'cost': 414, 'image': 'https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '1006128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4191, 'first_name': 'John', 'last_name': 'Hudek', 'key_fangraphs': 1006128, 'key_bbref': 'hudekjo01', 'key_retro': 'hudej001', 'key_mlbam': 116255, 'offense_col': 2}, 'position': 'P', 'innings': 64.0, 'range': 4, 'error': 0}, {'player_id': 11236, 'p_name': 'Pete Schourek', 'cost': 278, 'image': 'https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011608, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '1011608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4192, 'first_name': 'Pete', 'last_name': 'Schourek', 'key_fangraphs': 1011608, 'key_bbref': 'schoupe01', 'key_retro': 'schop001', 'key_mlbam': 121860, 'offense_col': 1}, 'position': 'P', 'innings': 124.0, 'range': 5, 'error': 0}, {'player_id': 11237, 'p_name': 'Mike Magnante', 'cost': 3949, 'image': 'https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 929, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dcf2d1f0_sabr.jpg', 'fangr_id': '929', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4193, 'first_name': 'Mike', 'last_name': 'Magnante', 'key_fangraphs': 929, 'key_bbref': 'magnami01', 'key_retro': 'magnm001', 'key_mlbam': 118141, 'offense_col': 2}, 'position': 'P', 'innings': 51.2, 'range': 1, 'error': 0}, {'player_id': 10881, 'p_name': 'Shane Reynolds', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 574, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/213014d9_sabr.jpg', 'fangr_id': '574', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3899, 'first_name': 'Shane', 'last_name': 'Reynolds', 'key_fangraphs': 574, 'key_bbref': 'reynosh01', 'key_retro': 'reyns001', 'key_mlbam': 121110, 'offense_col': 2}, 'position': 'P', 'innings': 233.1, 'range': 2, 'error': 10}, {'player_id': 11155, 'p_name': 'Doug Henry', 'cost': 412, 'image': 'https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005668, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8c1534c4_sabr.jpg', 'fangr_id': '1005668', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4122, 'first_name': 'Doug', 'last_name': 'Henry', 'key_fangraphs': 1005668, 'key_bbref': 'henrydo01', 'key_retro': 'henrd002', 'key_mlbam': 115790, 'offense_col': 2}, 'position': 'P', 'innings': 71.0, 'range': 4, 'error': 0}, {'player_id': 11309, 'p_name': 'Billy Wagner', 'cost': 418, 'image': 'https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 578, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '578', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3166, 'first_name': 'Billy', 'last_name': 'Wagner', 'key_fangraphs': 578, 'key_bbref': 'wagnebi02', 'key_retro': 'wagnb001', 'key_mlbam': 123790, 'offense_col': 2}, 'position': 'P', 'innings': 60.0, 'range': 5, 'error': 51}, {'player_id': 10882, 'p_name': 'Mike Hampton', 'cost': 315, 'image': 'https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 430, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a3c09e_sabr.jpg', 'fangr_id': '430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2747, 'first_name': 'Mike', 'last_name': 'Hampton', 'key_fangraphs': 430, 'key_bbref': 'hamptmi01', 'key_retro': 'hampm001', 'key_mlbam': 115399, 'offense_col': 2}, 'position': 'P', 'innings': 211.2, 'range': 2, 'error': 18}, {'player_id': 11501, 'p_name': 'Scott Elarton', 'cost': 5373, 'image': 'https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 426, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5c1a337c_sabr.jpg', 'fangr_id': '426', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4296, 'first_name': 'Scott', 'last_name': 'Elarton', 'key_fangraphs': 426, 'key_bbref': 'elartsc01', 'key_retro': 'elars001', 'key_mlbam': 134003, 'offense_col': 3}, 'position': 'P', 'innings': 57.0, 'range': 4, 'error': 0}, {'player_id': 11193, 'p_name': 'Trever Miller', 'cost': 1103, 'image': 'https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1672, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/afce593f_sabr.jpg', 'fangr_id': '1672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2832, 'first_name': 'Trever', 'last_name': 'Miller', 'key_fangraphs': 1672, 'key_bbref': 'milletr02', 'key_retro': 'millt002', 'key_mlbam': 119125, 'offense_col': 2}, 'position': 'P', 'innings': 53.1, 'range': 3, 'error': 0}, {'player_id': 11473, 'p_name': 'Mike Munoz', 'cost': 129, 'image': 'https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009328, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/c/c2335ebb_sabr.jpg', 'fangr_id': '1009328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4270, 'first_name': 'Mike', 'last_name': 'Munoz', 'key_fangraphs': 1009328, 'key_bbref': 'munozmi01', 'key_retro': 'munom001', 'key_mlbam': 119525, 'offense_col': 3}, 'position': 'P', 'innings': 41.1, 'range': 3, 'error': 0}, {'player_id': 10883, 'p_name': 'Steve Trachsel', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 898, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e87b0e16_sabr.jpg', 'fangr_id': '898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2818, 'first_name': 'Steve', 'last_name': 'Trachsel', 'key_fangraphs': 898, 'key_bbref': 'trachst01', 'key_retro': 'tracs001', 'key_mlbam': 123431, 'offense_col': 2}, 'position': 'P', 'innings': 208.0, 'range': 2, 'error': 10}, {'player_id': 10884, 'p_name': 'Mark Clark', 'cost': 320, 'image': 'https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002296, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ac085a5e_sabr.jpg', 'fangr_id': '1002296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3900, 'first_name': 'Mark', 'last_name': 'Clark', 'key_fangraphs': 1002296, 'key_bbref': 'clarkma01', 'key_retro': 'clarm002', 'key_mlbam': 112332, 'offense_col': 1}, 'position': 'P', 'innings': 213.2, 'range': 4, 'error': 0}, {'player_id': 11156, 'p_name': 'Don Wengert', 'cost': 376, 'image': 'https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013777, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b8710865_sabr.jpg', 'fangr_id': '1013777', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4123, 'first_name': 'Don', 'last_name': 'Wengert', 'key_fangraphs': 1013777, 'key_bbref': 'wengedo01', 'key_retro': 'wengd001', 'key_mlbam': 124085, 'offense_col': 1}, 'position': 'P', 'innings': 63.1, 'range': 4, 'error': 0}, {'player_id': 10885, 'p_name': 'Kevin Tapani', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b77281f7_sabr.jpg', 'fangr_id': '1012824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3901, 'first_name': 'Kevin', 'last_name': 'Tapani', 'key_fangraphs': 1012824, 'key_bbref': 'tapanke01', 'key_retro': 'tapak001', 'key_mlbam': 123090, 'offense_col': 2}, 'position': 'P', 'innings': 219.0, 'range': 3, 'error': 0}, {'player_id': 10886, 'p_name': 'Curt Schilling', 'cost': 769, 'image': 'https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 73, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44885ff3_sabr.jpg', 'fangr_id': '73', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3902, 'first_name': 'Curt', 'last_name': 'Schilling', 'key_fangraphs': 73, 'key_bbref': 'schilcu01', 'key_retro': 'schic002', 'key_mlbam': 121811, 'offense_col': 2}, 'position': 'P', 'innings': 268.2, 'range': 3, 'error': 11}, {'player_id': 11194, 'p_name': 'Mark Portugal', 'cost': 294, 'image': 'https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010460, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '1010460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4157, 'first_name': 'Mark', 'last_name': 'Portugal', 'key_fangraphs': 1010460, 'key_bbref': 'portuma01', 'key_retro': 'portm001', 'key_mlbam': 120690, 'offense_col': 3}, 'position': 'P', 'innings': 166.1, 'range': 2, 'error': 20}, {'player_id': 11025, 'p_name': 'Jerry Spradlin', 'cost': 413, 'image': 'https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012353, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/9d22136e_sabr.jpg', 'fangr_id': '1012353', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4009, 'first_name': 'Jerry', 'last_name': 'Spradlin', 'key_fangraphs': 1012353, 'key_bbref': 'spradje01', 'key_retro': 'spraj001', 'key_mlbam': 122609, 'offense_col': 2}, 'position': 'P', 'innings': 81.2, 'range': 3, 'error': 0}, {'player_id': 11521, 'p_name': 'Ricky Bottalico', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 948, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '948', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1}, 'position': 'P', 'innings': 43.1, 'range': 2, 'error': 0}, {'player_id': 10887, 'p_name': 'Mike Grace', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004915, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f8ced42_davis.jpg', 'fangr_id': '1004915', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3903, 'first_name': 'Mike', 'last_name': 'Grace', 'key_fangraphs': 1004915, 'key_bbref': 'gracemi02', 'key_retro': 'gracm002', 'key_mlbam': 115008, 'offense_col': 1}, 'position': 'P', 'innings': 90.1, 'range': 4, 'error': 0}, {'player_id': 11026, 'p_name': 'Wayne Gomes', 'cost': 455, 'image': 'https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 191, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/74124ae5_sabr.jpg', 'fangr_id': '191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4010, 'first_name': 'Wayne', 'last_name': 'Gomes', 'key_fangraphs': 191, 'key_bbref': 'gomeswa01', 'key_retro': 'gomew001', 'key_mlbam': 114908, 'offense_col': 2}, 'position': 'P', 'innings': 93.1, 'range': 3, 'error': 15}, {'player_id': 11097, 'p_name': 'Mark Leiter', 'cost': 131, 'image': 'https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007501, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/562dd674_sabr.jpg', 'fangr_id': '1007501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4075, 'first_name': 'Mark', 'last_name': 'Leiter', 'key_fangraphs': 1007501, 'key_bbref': 'leitema01', 'key_retro': 'leitm001', 'key_mlbam': 117653, 'offense_col': 2}, 'position': 'P', 'innings': 88.2, 'range': 3, 'error': 14}, {'player_id': 10888, 'p_name': 'Rick Reed', 'cost': 708, 'image': 'https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 750, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eb66f4e9_sabr.jpg', 'fangr_id': '750', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3904, 'first_name': 'Rick', 'last_name': 'Reed', 'key_fangraphs': 750, 'key_bbref': 'reedri01', 'key_retro': 'reedr002', 'key_mlbam': 120999, 'offense_col': 2}, 'position': 'P', 'innings': 212.1, 'range': 3, 'error': 6}, {'player_id': 11274, 'p_name': 'Dennis Cook', 'cost': 415, 'image': 'https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '8', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4224, 'first_name': 'Dennis', 'last_name': 'Cook', 'key_fangraphs': 8, 'key_bbref': 'cookde01', 'key_retro': 'cookd001', 'key_mlbam': 112621, 'offense_col': 2}, 'position': 'P', 'innings': 68.0, 'range': 4, 'error': 26}, {'player_id': 11157, 'p_name': 'Turk Wendell', 'cost': 340, 'image': 'https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 975, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7b4953d_sabr.jpg', 'fangr_id': '975', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4124, 'first_name': 'Turk', 'last_name': 'Wendell', 'key_fangraphs': 975, 'key_bbref': 'wendetu01', 'key_retro': 'wendt001', 'key_mlbam': 124084, 'offense_col': 2}, 'position': 'P', 'innings': 76.2, 'range': 3, 'error': 16}, {'player_id': 11158, 'p_name': 'Mel Rojas', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011153, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ad8fc8c1_sabr.jpg', 'fangr_id': '1011153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4125, 'first_name': 'Mel', 'last_name': 'Rojas', 'key_fangraphs': 1011153, 'key_bbref': 'rojasme01', 'key_retro': 'rojam001', 'key_mlbam': 121404, 'offense_col': 2}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 16}, {'player_id': 11275, 'p_name': 'John Franco', 'cost': 130, 'image': 'https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 874, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '874', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4225, 'first_name': 'John', 'last_name': 'Franco', 'key_fangraphs': 874, 'key_bbref': 'francjo01', 'key_retro': 'franj001', 'key_mlbam': 114374, 'offense_col': 2}, 'position': 'P', 'innings': 64.2, 'range': 1, 'error': 0}, {'player_id': 10889, 'p_name': 'Hideo Nomo', 'cost': 2489, 'image': 'https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 666, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/770b6679_sabr.jpg', 'fangr_id': '666', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3905, 'first_name': 'Hideo', 'last_name': 'Nomo', 'key_fangraphs': 666, 'key_bbref': 'nomohi01', 'key_retro': 'nomoh001', 'key_mlbam': 119827, 'offense_col': 2}, 'position': 'P', 'innings': 157.1, 'range': 4, 'error': 0}, {'player_id': 11027, 'p_name': 'Anthony Telford', 'cost': 338, 'image': 'https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1282, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5dbaafe1_sabr.jpg', 'fangr_id': '1282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4011, 'first_name': 'Anthony', 'last_name': 'Telford', 'key_fangraphs': 1282, 'key_bbref': 'telfoan01', 'key_retro': 'telfa001', 'key_mlbam': 123177, 'offense_col': 2}, 'position': 'P', 'innings': 91.0, 'range': 2, 'error': 12}, {'player_id': 11098, 'p_name': 'Steve Kline', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1164, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a46688a0_sabr.jpg', 'fangr_id': '1164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4076, 'first_name': 'Steve', 'last_name': 'Kline', 'key_fangraphs': 1164, 'key_bbref': 'klinest02', 'key_retro': 'klins002', 'key_mlbam': 117157, 'offense_col': 1}, 'position': 'P', 'innings': 71.2, 'range': 3, 'error': 21}, {'player_id': 10890, 'p_name': 'Javier Vazquez', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e5f63ffa_sabr.jpg', 'fangr_id': '801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2662, 'first_name': 'Javier', 'last_name': 'Vazquez', 'key_fangraphs': 801, 'key_bbref': 'vazquja01', 'key_retro': 'vazqj001', 'key_mlbam': 134320, 'offense_col': 3}, 'position': 'P', 'innings': 172.1, 'range': 3, 'error': 0}, {'player_id': 10891, 'p_name': 'Dustin Hermanson', 'cost': 308, 'image': 'https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 195, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44b2a676_sabr.jpg', 'fangr_id': '195', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3906, 'first_name': 'Dustin', 'last_name': 'Hermanson', 'key_fangraphs': 195, 'key_bbref': 'hermadu01', 'key_retro': 'hermd001', 'key_mlbam': 115812, 'offense_col': 2}, 'position': 'P', 'innings': 187.0, 'range': 3, 'error': 26}, {'player_id': 11028, 'p_name': 'Shayne Bennett', 'cost': 4734, 'image': 'https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000847, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/02467606_sabr.jpg', 'fangr_id': '1000847', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4012, 'first_name': 'Shayne', 'last_name': 'Bennett', 'key_fangraphs': 1000847, 'key_bbref': 'bennesh01', 'key_retro': 'benns001', 'key_mlbam': 110875, 'offense_col': 2}, 'position': 'P', 'innings': 91.2, 'range': 3, 'error': 0}, {'player_id': 11159, 'p_name': 'Ugueth Urbina', 'cost': 348, 'image': 'https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 216, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '216', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4126, 'first_name': 'Ugueth', 'last_name': 'Urbina', 'key_fangraphs': 216, 'key_bbref': 'urbinug01', 'key_retro': 'urbiu001', 'key_mlbam': 123584, 'offense_col': 2}, 'position': 'P', 'innings': 69.1, 'range': 5, 'error': 0}, {'player_id': 11502, 'p_name': 'Mike Williams', 'cost': 1094, 'image': 'https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '1014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4297, 'first_name': 'Mike', 'last_name': 'Williams', 'key_fangraphs': 1014, 'key_bbref': 'willimi03', 'key_retro': 'willm005', 'key_mlbam': 124328, 'offense_col': 1}, 'position': 'P', 'innings': 51.0, 'range': 2, 'error': 21}, {'player_id': 11029, 'p_name': 'Eric Plunk', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010400, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c4fce22e_sabr.jpg', 'fangr_id': '1010400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4013, 'first_name': 'Eric', 'last_name': 'Plunk', 'key_fangraphs': 1010400, 'key_bbref': 'plunker01', 'key_retro': 'plune001', 'key_mlbam': 120631, 'offense_col': 3}, 'position': 'P', 'innings': 72.2, 'range': 5, 'error': 50}, {'player_id': 11310, 'p_name': 'Bronswell Patrick', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010054, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'fangr_id': '1010054', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4244, 'first_name': 'Bronswell', 'last_name': 'Patrick', 'key_fangraphs': 1010054, 'key_bbref': 'patribr01', 'key_retro': 'patrb001', 'key_mlbam': 132940, 'offense_col': 3}, 'position': 'P', 'innings': 78.2, 'range': 4, 'error': 0}, {'player_id': 10892, 'p_name': 'David Weathers', 'cost': 351, 'image': 'https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 902, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62bb7c79_sabr.jpg', 'fangr_id': '902', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2588, 'first_name': 'David', 'last_name': 'Weathers', 'key_fangraphs': 902, 'key_bbref': 'weathda01', 'key_retro': 'weatd001', 'key_mlbam': 124000, 'offense_col': 1}, 'position': 'P', 'innings': 110.0, 'range': 3, 'error': 0}, {'player_id': 11099, 'p_name': 'Steve Woodard', 'cost': 111, 'image': 'https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1285, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/aa3f3d11_sabr.jpg', 'fangr_id': '1285', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4077, 'first_name': 'Steve', 'last_name': 'Woodard', 'key_fangraphs': 1285, 'key_bbref': 'woodast01', 'key_retro': 'woods001', 'key_mlbam': 124548, 'offense_col': 3}, 'position': 'P', 'innings': 165.2, 'range': 4, 'error': 12}, {'player_id': 10893, 'p_name': 'Scott Karl', 'cost': 654, 'image': 'https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006703, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fec73111_sabr.jpg', 'fangr_id': '1006703', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3907, 'first_name': 'Scott', 'last_name': 'Karl', 'key_fangraphs': 1006703, 'key_bbref': 'karlsc01', 'key_retro': 'karls001', 'key_mlbam': 116845, 'offense_col': 1}, 'position': 'P', 'innings': 192.1, 'range': 2, 'error': 0}, {'player_id': 10894, 'p_name': 'Jose Lima', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 475, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/be226b55_sabr.jpg', 'fangr_id': '475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3908, 'first_name': 'Jose', 'last_name': 'Lima', 'key_fangraphs': 475, 'key_bbref': 'limajo01', 'key_retro': 'limaj001', 'key_mlbam': 117769, 'offense_col': 1}, 'position': 'P', 'innings': 233.1, 'range': 3, 'error': 15}, {'player_id': 11030, 'p_name': 'CJ Nitkowski', 'cost': 399, 'image': 'https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 570, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8c89e06e_davis.jpg', 'fangr_id': '570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4014, 'first_name': 'CJ', 'last_name': 'Nitkowski', 'key_fangraphs': 570, 'key_bbref': 'nitkoc.01', 'key_retro': 'nitkc001', 'key_mlbam': 119809, 'offense_col': 2}, 'position': 'P', 'innings': 59.2, 'range': 3, 'error': 0}, {'player_id': 11100, 'p_name': 'Jeff Shaw', 'cost': 3644, 'image': 'https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'position': 'P', 'innings': 85.0, 'range': 1, 'error': 31}, {'player_id': 10895, 'p_name': 'Carlos Perez', 'cost': 980, 'image': 'https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010179, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f809b14b_sabr.jpg', 'fangr_id': '1010179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3909, 'first_name': 'Carlos', 'last_name': 'Perez', 'key_fangraphs': 1010179, 'key_bbref': 'perezca01', 'key_retro': 'perec001', 'key_mlbam': 120405, 'offense_col': 1}, 'position': 'P', 'innings': 241.0, 'range': 3, 'error': 0}, {'player_id': 11483, 'p_name': 'Alvin Morman', 'cost': 400, 'image': 'https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009193, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '1009193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4280, 'first_name': 'Alvin', 'last_name': 'Morman', 'key_fangraphs': 1009193, 'key_bbref': 'mormaal01', 'key_retro': 'morma001', 'key_mlbam': 119387, 'offense_col': 3}, 'position': 'P', 'innings': 29.0, 'range': 3, 'error': 0}, {'player_id': 10896, 'p_name': 'Orel Hershiser', 'cost': 282, 'image': 'https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005741, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/044d4ede_sabr.jpg', 'fangr_id': '1005741', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3910, 'first_name': 'Orel', 'last_name': 'Hershiser', 'key_fangraphs': 1005741, 'key_bbref': 'hershor01', 'key_retro': 'herso001', 'key_mlbam': 115861, 'offense_col': 1}, 'position': 'P', 'innings': 202.0, 'range': 2, 'error': 6}, {'player_id': 10897, 'p_name': 'Denny Neagle', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 441, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12dde0e3_sabr.jpg', 'fangr_id': '441', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3911, 'first_name': 'Denny', 'last_name': 'Neagle', 'key_fangraphs': 441, 'key_bbref': 'neaglde01', 'key_retro': 'neagd001', 'key_mlbam': 119673, 'offense_col': 2}, 'position': 'P', 'innings': 210.1, 'range': 4, 'error': 0}, {'player_id': 11522, 'p_name': 'John Rocker', 'cost': 5119, 'image': 'https://pd.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1273, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1273', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1}, 'position': 'P', 'innings': 38.0, 'range': 3, 'error': 0}, {'player_id': 10898, 'p_name': 'Greg Maddux', 'cost': 2346, 'image': 'https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d13d4022_sabr.jpg', 'fangr_id': '104', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'position': 'P', 'innings': 251.0, 'range': 1, 'error': 12}, {'player_id': 11523, 'p_name': 'Scott Sanders', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011423, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1011423', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1}, 'position': 'P', 'innings': 40.1, 'range': 2, 'error': 27}, {'player_id': 11474, 'p_name': 'Mark Langston', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007323, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a816a2ac_sabr.jpg', 'fangr_id': '1007323', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4271, 'first_name': 'Mark', 'last_name': 'Langston', 'key_fangraphs': 1007323, 'key_bbref': 'langsma01', 'key_retro': 'langm001', 'key_mlbam': 117480, 'offense_col': 3}, 'position': 'P', 'innings': 81.1, 'range': 3, 'error': 15}, {'player_id': 11031, 'p_name': 'Dan Miceli', 'cost': 129, 'image': 'https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bc7329b_sabr.jpg', 'fangr_id': '1463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4015, 'first_name': 'Dan', 'last_name': 'Miceli', 'key_fangraphs': 1463, 'key_bbref': 'micelda01', 'key_retro': 'miced001', 'key_mlbam': 119023, 'offense_col': 2}, 'position': 'P', 'innings': 72.2, 'range': 5, 'error': 0}, {'player_id': 10899, 'p_name': 'Joey Hamilton', 'cost': 326, 'image': 'https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-9', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 328, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0bb8e5b_sabr.jpg', 'fangr_id': '328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3912, 'first_name': 'Joey', 'last_name': 'Hamilton', 'key_fangraphs': 328, 'key_bbref': 'hamiljo02', 'key_retro': 'hamij002', 'key_mlbam': 115383, 'offense_col': 2}, 'position': 'P', 'innings': 217.1, 'range': 3, 'error': 18}, {'player_id': 11032, 'p_name': 'Chad Fox', 'cost': 416, 'image': 'https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 684, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/11b2aef8_sabr.jpg', 'fangr_id': '684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4016, 'first_name': 'Chad', 'last_name': 'Fox', 'key_fangraphs': 684, 'key_bbref': 'foxch02', 'key_retro': 'fox-c001', 'key_mlbam': 114354, 'offense_col': 2}, 'position': 'P', 'innings': 57.0, 'range': 4, 'error': 0}, {'player_id': 11276, 'p_name': 'Brian Edmondson', 'cost': 105, 'image': 'https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-9', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003677, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2347728f_sabr.jpg', 'fangr_id': '1003677', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4226, 'first_name': 'Brian', 'last_name': 'Edmondson', 'key_fangraphs': 1003677, 'key_bbref': 'edmonbr01', 'key_retro': 'edmob001', 'key_mlbam': 133228, 'offense_col': 2}, 'position': 'P', 'innings': 76.0, 'range': 3, 'error': 33}, {'player_id': 11101, 'p_name': 'Alberto Reyes', 'cost': 44, 'image': 'https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d8d2a063_sabr.jpg', 'fangr_id': '1005', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3170, 'first_name': 'Alberto', 'last_name': 'Reyes', 'key_fangraphs': 1005, 'key_bbref': 'reyesal01', 'key_retro': 'reyea001', 'key_mlbam': 121099, 'offense_col': 1}, 'position': 'P', 'innings': 57.0, 'range': 4, 'error': 51}, {'player_id': 11160, 'p_name': 'Darrin Winston', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014142, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b5a6dc6_davis.jpg', 'fangr_id': '1014142', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4127, 'first_name': 'Darrin', 'last_name': 'Winston', 'key_fangraphs': 1014142, 'key_bbref': 'winstda01', 'key_retro': 'winsd001', 'key_mlbam': 124461, 'offense_col': 2}, 'position': 'P', 'innings': 25.0, 'range': 3, 'error': 0}, {'player_id': 11161, 'p_name': 'Matt Whiteside', 'cost': 145, 'image': 'https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b8129b5_sabr.jpg', 'fangr_id': '1956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4128, 'first_name': 'Matt', 'last_name': 'Whiteside', 'key_fangraphs': 1956, 'key_bbref': 'whitema02', 'key_retro': 'whitm002', 'key_mlbam': 124209, 'offense_col': 2}, 'position': 'P', 'innings': 18.0, 'range': 3, 'error': 0}, {'player_id': 10900, 'p_name': 'Kevin Millwood', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-9', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aef4886_sabr.jpg', 'fangr_id': '106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2291, 'first_name': 'Kevin', 'last_name': 'Millwood', 'key_fangraphs': 106, 'key_bbref': 'millwke01', 'key_retro': 'millk004', 'key_mlbam': 119154, 'offense_col': 2}, 'position': 'P', 'innings': 174.1, 'range': 4, 'error': 11}, {'player_id': 10901, 'p_name': 'Tyler Green', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005014, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1902d4a2_sabr.jpg', 'fangr_id': '1005014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3913, 'first_name': 'Tyler', 'last_name': 'Green', 'key_fangraphs': 1005014, 'key_bbref': 'greenty01', 'key_retro': 'greet002', 'key_mlbam': 115095, 'offense_col': 1}, 'position': 'P', 'innings': 159.1, 'range': 3, 'error': 38}, {'player_id': 10902, 'p_name': 'Jose Silva', 'cost': 286, 'image': 'https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 354, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4a323b55_sabr.jpg', 'fangr_id': '354', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3914, 'first_name': 'Jose', 'last_name': 'Silva', 'key_fangraphs': 354, 'key_bbref': 'silvajo01', 'key_retro': 'silvj001', 'key_mlbam': 122231, 'offense_col': 2}, 'position': 'P', 'innings': 100.1, 'range': 3, 'error': 0}, {'player_id': 11102, 'p_name': 'Brad Clontz', 'cost': 4813, 'image': 'https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dc0b140f_sabr.jpg', 'fangr_id': '1002360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4079, 'first_name': 'Brad', 'last_name': 'Clontz', 'key_fangraphs': 1002360, 'key_bbref': 'clontbr01', 'key_retro': 'clonb001', 'key_mlbam': 112413, 'offense_col': 2}, 'position': 'P', 'innings': 23.2, 'range': 5, 'error': 51}, {'player_id': 11162, 'p_name': 'Antonio Osuna', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4129, 'first_name': 'Antonio', 'last_name': 'Osuna', 'key_fangraphs': 249, 'key_bbref': 'osunaan01', 'key_retro': 'osuna002', 'key_mlbam': 120107, 'offense_col': 2}, 'position': 'P', 'innings': 64.2, 'range': 3, 'error': 26}, {'player_id': 10903, 'p_name': 'Miguel Batista', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 46, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44e39fc7_sabr.jpg', 'fangr_id': '46', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2300, 'first_name': 'Miguel', 'last_name': 'Batista', 'key_fangraphs': 46, 'key_bbref': 'batismi01', 'key_retro': 'batim001', 'key_mlbam': 110683, 'offense_col': 2}, 'position': 'P', 'innings': 135.0, 'range': 3, 'error': 10}, {'player_id': 10904, 'p_name': 'Marc Valdes', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013313, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/dfa02a2b_sabr.jpg', 'fangr_id': '1013313', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3915, 'first_name': 'Marc', 'last_name': 'Valdes', 'key_fangraphs': 1013313, 'key_bbref': 'valdema01', 'key_retro': 'valdm001', 'key_mlbam': 123596, 'offense_col': 1}, 'position': 'P', 'innings': 36.1, 'range': 2, 'error': 0}, {'player_id': 11238, 'p_name': 'Mike Maddux', 'cost': 1248, 'image': 'https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007951, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1007951', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4194, 'first_name': 'Mike', 'last_name': 'Maddux', 'key_fangraphs': 1007951, 'key_bbref': 'maddumi01', 'key_retro': 'maddm002', 'key_mlbam': 118121, 'offense_col': 2}, 'position': 'P', 'innings': 55.2, 'range': 3, 'error': 0}, {'player_id': 11239, 'p_name': 'Carl Pavano', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 790, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'fangr_id': '790', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2321, 'first_name': 'Carl', 'last_name': 'Pavano', 'key_fangraphs': 790, 'key_bbref': 'pavanca01', 'key_retro': 'pavac001', 'key_mlbam': 134321, 'offense_col': 3}, 'position': 'P', 'innings': 134.2, 'range': 3, 'error': 20}, {'player_id': 11277, 'p_name': 'Ron Mahay', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 290, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/49a406d1_sabr.jpg', 'fangr_id': '290', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2786, 'first_name': 'Ron', 'last_name': 'Mahay', 'key_fangraphs': 290, 'key_bbref': 'mahayro01', 'key_retro': 'mahar001', 'key_mlbam': 118158, 'offense_col': 3}, 'position': 'P', 'innings': 26.0, 'range': 4, 'error': 51}, {'player_id': 11278, 'p_name': 'Joe Fontenot', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '1004206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4227, 'first_name': 'Joe', 'last_name': 'Fontenot', 'key_fangraphs': 1004206, 'key_bbref': 'fontejo01', 'key_retro': 'fontj001', 'key_mlbam': 133227, 'offense_col': 2}, 'position': 'P', 'innings': 42.2, 'range': 1, 'error': 0}, {'player_id': 11475, 'p_name': 'Matt Mantei', 'cost': 4261, 'image': 'https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 64, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '64', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4272, 'first_name': 'Matt', 'last_name': 'Mantei', 'key_fangraphs': 64, 'key_bbref': 'mantema01', 'key_retro': 'mantm001', 'key_mlbam': 118256, 'offense_col': 3}, 'position': 'P', 'innings': 54.2, 'range': 4, 'error': 0}, {'player_id': 11311, 'p_name': 'Ryan Dempster', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 517, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '517', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1933, 'first_name': 'Ryan', 'last_name': 'Dempster', 'key_fangraphs': 517, 'key_bbref': 'dempsry01', 'key_retro': 'dempr002', 'key_mlbam': 133225, 'offense_col': 3}, 'position': 'P', 'innings': 54.2, 'range': 2, 'error': 0}, {'player_id': 10905, 'p_name': 'Pat Hentgen', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 145, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10aa412a_sabr.jpg', 'fangr_id': '145', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3916, 'first_name': 'Pat', 'last_name': 'Hentgen', 'key_fangraphs': 145, 'key_bbref': 'hentgpa01', 'key_retro': 'hentp001', 'key_mlbam': 115797, 'offense_col': 2}, 'position': 'P', 'innings': 177.2, 'range': 3, 'error': 15}, {'player_id': 11484, 'p_name': 'Robert Person', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 966, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '966', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4281, 'first_name': 'Robert', 'last_name': 'Person', 'key_fangraphs': 966, 'key_bbref': 'persoro01', 'key_retro': 'persr001', 'key_mlbam': 120447, 'offense_col': 2}, 'position': 'P', 'innings': 38.1, 'range': 5, 'error': 51}, {'player_id': 11033, 'p_name': 'Brian Bohanon', 'cost': 2076, 'image': 'https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-9', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001126, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/add83de2_sabr.jpg', 'fangr_id': '1001126', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4017, 'first_name': 'Brian', 'last_name': 'Bohanon', 'key_fangraphs': 1001126, 'key_bbref': 'bohanbr01', 'key_retro': 'bohab001', 'key_mlbam': 111155, 'offense_col': 2}, 'position': 'P', 'innings': 151.2, 'range': 1, 'error': 12}, {'player_id': 10906, 'p_name': 'Masato Yoshii', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 807, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7d2e479a_sabr.jpg', 'fangr_id': '807', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3917, 'first_name': 'Masato', 'last_name': 'Yoshii', 'key_fangraphs': 807, 'key_bbref': 'yoshima01', 'key_retro': 'yoshm001', 'key_mlbam': 134180, 'offense_col': 2}, 'position': 'P', 'innings': 171.2, 'range': 3, 'error': 24}, {'player_id': 10907, 'p_name': 'Bobby Witt', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014170, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52c6226a_sabr.jpg', 'fangr_id': '1014170', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3918, 'first_name': 'Bobby', 'last_name': 'Witt', 'key_fangraphs': 1014170, 'key_bbref': 'wittbo01', 'key_retro': 'wittb001', 'key_mlbam': 124492, 'offense_col': 2}, 'position': 'P', 'innings': 116.2, 'range': 4, 'error': 31}, {'player_id': 11503, 'p_name': 'Steve Parris', 'cost': 2751, 'image': 'https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1316, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '1316', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4298, 'first_name': 'Steve', 'last_name': 'Parris', 'key_fangraphs': 1316, 'key_bbref': 'parrist01', 'key_retro': 'parrs001', 'key_mlbam': 120247, 'offense_col': 3}, 'position': 'P', 'innings': 99.0, 'range': 2, 'error': 0}, {'player_id': 11034, 'p_name': 'Scott Sullivan', 'cost': 401, 'image': 'https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 357, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6c57c9ce_sabr.jpg', 'fangr_id': '357', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4018, 'first_name': 'Scott', 'last_name': 'Sullivan', 'key_fangraphs': 357, 'key_bbref': 'sullisc01', 'key_retro': 'sulls001', 'key_mlbam': 122975, 'offense_col': 3}, 'position': 'P', 'innings': 102.0, 'range': 3, 'error': 14}, {'player_id': 10908, 'p_name': 'Stan Belinda', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000792, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/73f463a7_sabr.jpg', 'fangr_id': '1000792', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3919, 'first_name': 'Stan', 'last_name': 'Belinda', 'key_fangraphs': 1000792, 'key_bbref': 'belinst01', 'key_retro': 'belis001', 'key_mlbam': 110811, 'offense_col': 2}, 'position': 'P', 'innings': 61.1, 'range': 3, 'error': 42}, {'player_id': 11035, 'p_name': 'Sean Bergman', 'cost': 306, 'image': 'https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000881, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/faddf258_sabr.jpg', 'fangr_id': '1000881', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4019, 'first_name': 'Sean', 'last_name': 'Bergman', 'key_fangraphs': 1000881, 'key_bbref': 'bergmse01', 'key_retro': 'bergs001', 'key_mlbam': 110909, 'offense_col': 3}, 'position': 'P', 'innings': 172.0, 'range': 3, 'error': 10}, {'player_id': 11036, 'p_name': 'Randy Johnson', 'cost': 2201, 'image': 'https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 60, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e905e1ef_br.jpg', 'fangr_id': '60', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2776, 'first_name': 'Randy', 'last_name': 'Johnson', 'key_fangraphs': 60, 'key_bbref': 'johnsra05', 'key_retro': 'johnr005', 'key_mlbam': 116615, 'offense_col': 3}, 'position': 'P', 'innings': 244.1, 'range': 4, 'error': 51}, {'player_id': 11504, 'p_name': 'Eric Ludwick', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-9', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007816, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1007816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4299, 'first_name': 'Eric', 'last_name': 'Ludwick', 'key_fangraphs': 1007816, 'key_bbref': 'ludwier01', 'key_retro': 'ludwe001', 'key_mlbam': 117984, 'offense_col': 3}, 'position': 'P', 'innings': 32.2, 'range': 3, 'error': 42}, {'player_id': 11476, 'p_name': 'Yorkis Perez', 'cost': 4011, 'image': 'https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1513, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/98fef4bf_sabr.jpg', 'fangr_id': '1513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4273, 'first_name': 'Yorkis', 'last_name': 'Perez', 'key_fangraphs': 1513, 'key_bbref': 'perezyo01', 'key_retro': 'perey001', 'key_mlbam': 120417, 'offense_col': 3}, 'position': 'P', 'innings': 52.0, 'range': 3, 'error': 27}, {'player_id': 11477, 'p_name': 'Carlton Loewer', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1713, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '1713', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4274, 'first_name': 'Carlton', 'last_name': 'Loewer', 'key_fangraphs': 1713, 'key_bbref': 'loeweca01', 'key_retro': 'loewc001', 'key_mlbam': 133780, 'offense_col': 3}, 'position': 'P', 'innings': 122.2, 'range': 3, 'error': 13}, {'player_id': 10909, 'p_name': 'Al Leiter', 'cost': 321, 'image': 'https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 883, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b348f411_sabr.jpg', 'fangr_id': '883', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3920, 'first_name': 'Al', 'last_name': 'Leiter', 'key_fangraphs': 883, 'key_bbref': 'leiteal01', 'key_retro': 'leita001', 'key_mlbam': 117652, 'offense_col': 1}, 'position': 'P', 'innings': 193.0, 'range': 4, 'error': 0}, {'player_id': 10910, 'p_name': 'Mike Morgan', 'cost': 77, 'image': 'https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 67, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a7727193_sabr.jpg', 'fangr_id': '67', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3921, 'first_name': 'Mike', 'last_name': 'Morgan', 'key_fangraphs': 67, 'key_bbref': 'morgami01', 'key_retro': 'morgm001', 'key_mlbam': 119374, 'offense_col': 1}, 'position': 'P', 'innings': 120.2, 'range': 1, 'error': 8}, {'player_id': 10911, 'p_name': 'Glendon Rusch', 'cost': 697, 'image': 'https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 707, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cd4ca593_sabr.jpg', 'fangr_id': '707', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2638, 'first_name': 'Glendon', 'last_name': 'Rusch', 'key_fangraphs': 707, 'key_bbref': 'ruschgl01', 'key_retro': 'ruscg001', 'key_mlbam': 121556, 'offense_col': 3}, 'position': 'P', 'innings': 154.2, 'range': 3, 'error': 10}, {'player_id': 11163, 'p_name': 'Jim Pittsley', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7fa478ae_davis.jpg', 'fangr_id': '1010379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4130, 'first_name': 'Jim', 'last_name': 'Pittsley', 'key_fangraphs': 1010379, 'key_bbref': 'pittsji01', 'key_retro': 'pittj002', 'key_mlbam': 120609, 'offense_col': 1}, 'position': 'P', 'innings': 68.1, 'range': 3, 'error': 33}, {'player_id': 10912, 'p_name': 'Jimmy Key', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006885, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eee5289f_sabr.jpg', 'fangr_id': '1006885', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3922, 'first_name': 'Jimmy', 'last_name': 'Key', 'key_fangraphs': 1006885, 'key_bbref': 'keyji01', 'key_retro': 'key-j001', 'key_mlbam': 117032, 'offense_col': 1}, 'position': 'P', 'innings': 79.1, 'range': 3, 'error': 0}, {'player_id': 11103, 'p_name': 'Scott Kamieniecki', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-9', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006681, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4ef2b981_sabr.jpg', 'fangr_id': '1006681', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4080, 'first_name': 'Scott', 'last_name': 'Kamieniecki', 'key_fangraphs': 1006681, 'key_bbref': 'kamiesc01', 'key_retro': 'kamis001', 'key_mlbam': 116824, 'offense_col': 2}, 'position': 'P', 'innings': 54.2, 'range': 1, 'error': 0}, {'player_id': 10913, 'p_name': 'Greg Keagle', 'cost': 316, 'image': 'https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006726, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/04856254_davis.jpg', 'fangr_id': '1006726', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3923, 'first_name': 'Greg', 'last_name': 'Keagle', 'key_fangraphs': 1006726, 'key_bbref': 'keaglgr01', 'key_retro': 'keagg001', 'key_mlbam': 116871, 'offense_col': 1}, 'position': 'P', 'innings': 38.2, 'range': 3, 'error': 0}, {'player_id': 11195, 'p_name': 'Doug Brocail', 'cost': 1319, 'image': 'https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/117b6258_sabr.jpg', 'fangr_id': '551', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'position': 'P', 'innings': 62.2, 'range': 3, 'error': 0}, {'player_id': 11240, 'p_name': 'Todd Jones', 'cost': 3376, 'image': 'https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 436, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5ec10c72_sabr.jpg', 'fangr_id': '436', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2826, 'first_name': 'Todd', 'last_name': 'Jones', 'key_fangraphs': 436, 'key_bbref': 'jonesto02', 'key_retro': 'jonet003', 'key_mlbam': 116734, 'offense_col': 1}, 'position': 'P', 'innings': 63.1, 'range': 3, 'error': 0}, {'player_id': 10914, 'p_name': 'Scott Eyre', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1300, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e4cf4bb_sabr.jpg', 'fangr_id': '1300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3175, 'first_name': 'Scott', 'last_name': 'Eyre', 'key_fangraphs': 1300, 'key_bbref': 'eyresc01', 'key_retro': 'eyres001', 'key_mlbam': 113961, 'offense_col': 2}, 'position': 'P', 'innings': 107.0, 'range': 3, 'error': 15}, {'player_id': 11037, 'p_name': 'Rick Aguilera', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000086, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c29fd34b_sabr.jpg', 'fangr_id': '1000086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4020, 'first_name': 'Rick', 'last_name': 'Aguilera', 'key_fangraphs': 1000086, 'key_bbref': 'aguilri01', 'key_retro': 'aguir001', 'key_mlbam': 110090, 'offense_col': 2}, 'position': 'P', 'innings': 74.1, 'range': 4, 'error': 0}, {'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-9', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}, {'player_id': 11104, 'p_name': 'Chad Ogea', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009744, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/e634356a_sabr.jpg', 'fangr_id': '1009744', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4081, 'first_name': 'Chad', 'last_name': 'Ogea', 'key_fangraphs': 1009744, 'key_bbref': 'ogeach01', 'key_retro': 'ogeac001', 'key_mlbam': 119952, 'offense_col': 1}, 'position': 'P', 'innings': 69.0, 'range': 4, 'error': 0}, {'player_id': 11524, 'p_name': 'Scott Aldred', 'cost': 370, 'image': 'https://pd.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000115, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '1000115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1}, 'position': 'P', 'innings': 31.1, 'range': 1, 'error': 0}, {'player_id': 11164, 'p_name': 'Jason Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 147, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/64b40203_sabr.jpg', 'fangr_id': '147', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3160, 'first_name': 'Jason', 'last_name': 'Johnson', 'key_fangraphs': 147, 'key_bbref': 'johnsja02', 'key_retro': 'johnj007', 'key_mlbam': 116595, 'offense_col': 1}, 'position': 'P', 'innings': 60.0, 'range': 5, 'error': 0}, {'player_id': 11165, 'p_name': 'Julio Santana', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 496, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d69ec2be_sabr.jpg', 'fangr_id': '496', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4131, 'first_name': 'Julio', 'last_name': 'Santana', 'key_fangraphs': 496, 'key_bbref': 'santaju01', 'key_retro': 'santj001', 'key_mlbam': 121690, 'offense_col': 1}, 'position': 'P', 'innings': 145.2, 'range': 4, 'error': 31}, {'player_id': 10916, 'p_name': 'Aaron Sele', 'cost': 307, 'image': 'https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-9', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 34, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/50974fb9_sabr.jpg', 'fangr_id': '34', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3925, 'first_name': 'Aaron', 'last_name': 'Sele', 'key_fangraphs': 34, 'key_bbref': 'seleaa01', 'key_retro': 'selea001', 'key_mlbam': 121986, 'offense_col': 1}, 'position': 'P', 'innings': 212.2, 'range': 3, 'error': 15}, {'player_id': 11038, 'p_name': 'Darren Oliver', 'cost': 84, 'image': 'https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2c3ca278_sabr.jpg', 'fangr_id': '206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1930, 'first_name': 'Darren', 'last_name': 'Oliver', 'key_fangraphs': 206, 'key_bbref': 'oliveda02', 'key_retro': 'olivd001', 'key_mlbam': 119984, 'offense_col': 1}, 'position': 'P', 'innings': 160.1, 'range': 3, 'error': 10}, {'player_id': 11105, 'p_name': 'Hideki Irabu', 'cost': 649, 'image': 'https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1255, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c862a1cb_sabr.jpg', 'fangr_id': '1255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4082, 'first_name': 'Hideki', 'last_name': 'Irabu', 'key_fangraphs': 1255, 'key_bbref': 'irabuhi01', 'key_retro': 'irabh001', 'key_mlbam': 116400, 'offense_col': 1}, 'position': 'P', 'innings': 173.0, 'range': 4, 'error': 24}, {'player_id': 10917, 'p_name': 'Roger Clemens', 'cost': 2111, 'image': 'https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-9', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b5a2be2f_br.jpg', 'fangr_id': '815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3926, 'first_name': 'Roger', 'last_name': 'Clemens', 'key_fangraphs': 815, 'key_bbref': 'clemero02', 'key_retro': 'clemr001', 'key_mlbam': 112388, 'offense_col': 1}, 'position': 'P', 'innings': 234.2, 'range': 4, 'error': 8}, {'player_id': 10918, 'p_name': 'Bobby Jones', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-9', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1039, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8b599437_sabr.jpg', 'fangr_id': '1039', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3927, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1039, 'key_bbref': 'jonesbo03', 'key_retro': 'joneb003', 'key_mlbam': 116717, 'offense_col': 2}, 'position': 'P', 'innings': 195.1, 'range': 2, 'error': 11}, {'player_id': 11525, 'p_name': 'Jin Ho Cho', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002203, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'fangr_id': '1002203', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1}, 'position': 'P', 'innings': 18.2, 'range': 4, 'error': 0}, {'player_id': 11279, 'p_name': 'Dwight Gooden', 'cost': 108, 'image': 'https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-9', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004852, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d9e52fa4_sabr.jpg', 'fangr_id': '1004852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4228, 'first_name': 'Dwight', 'last_name': 'Gooden', 'key_fangraphs': 1004852, 'key_bbref': 'goodedw01', 'key_retro': 'goodd001', 'key_mlbam': 114947, 'offense_col': 2}, 'position': 'P', 'innings': 134.0, 'range': 3, 'error': 0}, {'player_id': 10919, 'p_name': 'Brian Rose', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-9', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011201, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1bcb5a3e_sabr.jpg', 'fangr_id': '1011201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3928, 'first_name': 'Brian', 'last_name': 'Rose', 'key_fangraphs': 1011201, 'key_bbref': 'rosebr01', 'key_retro': 'roseb002', 'key_mlbam': 121450, 'offense_col': 2}, 'position': 'P', 'innings': 37.2, 'range': 3, 'error': 0}, {'player_id': 11312, 'p_name': 'Jamie Walker', 'cost': 16, 'image': 'https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 502, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '502', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2655, 'first_name': 'Jamie', 'last_name': 'Walker', 'key_fangraphs': 502, 'key_bbref': 'walkeja01', 'key_retro': 'walkj001', 'key_mlbam': 123828, 'offense_col': 1}, 'position': 'P', 'innings': 17.1, 'range': 1, 'error': 0}, {'player_id': 11478, 'p_name': 'Rick DeHart', 'cost': 1048, 'image': 'https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1723, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1723', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4275, 'first_name': 'Rick', 'last_name': 'DeHart', 'key_fangraphs': 1723, 'key_bbref': 'deharri01', 'key_retro': 'dehar001', 'key_mlbam': 113204, 'offense_col': 3}, 'position': 'P', 'innings': 28.0, 'range': 1, 'error': 0}, {'player_id': 10920, 'p_name': 'Dennis Springer', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-9', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/31ea019a_sabr.jpg', 'fangr_id': '672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3929, 'first_name': 'Dennis', 'last_name': 'Springer', 'key_fangraphs': 672, 'key_bbref': 'sprinde01', 'key_retro': 'sprid001', 'key_mlbam': 122618, 'offense_col': 2}, 'position': 'P', 'innings': 115.2, 'range': 4, 'error': 0}, {'player_id': 11166, 'p_name': 'Felipe Lira', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-9', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007649, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7ad04cff_sabr.jpg', 'fangr_id': '1007649', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4132, 'first_name': 'Felipe', 'last_name': 'Lira', 'key_fangraphs': 1007649, 'key_bbref': 'lirafe01', 'key_retro': 'liraf001', 'key_mlbam': 117809, 'offense_col': 1}, 'position': 'P', 'innings': 15.2, 'range': 2, 'error': 0}, {'player_id': 11167, 'p_name': 'Juan Acevedo', 'cost': 1176, 'image': 'https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 458, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fd0e33d4_sabr.jpg', 'fangr_id': '458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4133, 'first_name': 'Juan', 'last_name': 'Acevedo', 'key_fangraphs': 458, 'key_bbref': 'aceveju01', 'key_retro': 'acevj001', 'key_mlbam': 110032, 'offense_col': 2}, 'position': 'P', 'innings': 98.1, 'range': 2, 'error': 12}, {'player_id': 10921, 'p_name': 'Manny Aybar', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1107, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5547195_sabr.jpg', 'fangr_id': '1107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3930, 'first_name': 'Manny', 'last_name': 'Aybar', 'key_fangraphs': 1107, 'key_bbref': 'aybarma01', 'key_retro': 'aybam001', 'key_mlbam': 110403, 'offense_col': 1}, 'position': 'P', 'innings': 81.1, 'range': 3, 'error': 0}, {'player_id': 11106, 'p_name': 'Scott Winchester', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/27060b2d_davis.jpg', 'fangr_id': '1014120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4083, 'first_name': 'Scott', 'last_name': 'Winchester', 'key_fangraphs': 1014120, 'key_bbref': 'winchsc01', 'key_retro': 'wincs001', 'key_mlbam': 124441, 'offense_col': 1}, 'position': 'P', 'innings': 79.0, 'range': 3, 'error': 0}, {'player_id': 11313, 'p_name': 'Seth Greisinger', 'cost': 640, 'image': 'https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-9', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 467, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'fangr_id': '467', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4245, 'first_name': 'Seth', 'last_name': 'Greisinger', 'key_fangraphs': 467, 'key_bbref': 'greisse01', 'key_retro': 'greis001', 'key_mlbam': 133960, 'offense_col': 2}, 'position': 'P', 'innings': 130.0, 'range': 4, 'error': 30}, {'player_id': 10922, 'p_name': 'Trey Moore', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-9', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009130, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78d4f9e2_davis.jpg', 'fangr_id': '1009130', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3931, 'first_name': 'Trey', 'last_name': 'Moore', 'key_fangraphs': 1009130, 'key_bbref': 'mooretr01', 'key_retro': 'moort001', 'key_mlbam': 134340, 'offense_col': 1}, 'position': 'P', 'innings': 61.0, 'range': 2, 'error': 0}, {'player_id': 10923, 'p_name': 'Geremi Gonzalez', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-9', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1711, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/247e3c87_sabr.jpg', 'fangr_id': '1711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3932, 'first_name': 'Geremi', 'last_name': 'Gonzalez', 'key_fangraphs': 1711, 'key_bbref': 'gonzaje01', 'key_retro': 'gonzj003', 'key_mlbam': 114928, 'offense_col': 1}, 'position': 'P', 'innings': 110.0, 'range': 3, 'error': 15}, {'player_id': 11039, 'p_name': 'Donovan Osborne', 'cost': 3919, 'image': 'https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 299, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c906a1ed_sabr.jpg', 'fangr_id': '299', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4021, 'first_name': 'Donovan', 'last_name': 'Osborne', 'key_fangraphs': 299, 'key_bbref': 'osbordo01', 'key_retro': 'osbod001', 'key_mlbam': 120085, 'offense_col': 2}, 'position': 'P', 'innings': 83.2, 'range': 4, 'error': 51}, {'player_id': 11040, 'p_name': 'Mike Busby', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001743, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/477d7fd9_davis.jpg', 'fangr_id': '1001743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4022, 'first_name': 'Mike', 'last_name': 'Busby', 'key_fangraphs': 1001743, 'key_bbref': 'busbymi01', 'key_retro': 'busbm001', 'key_mlbam': 111785, 'offense_col': 3}, 'position': 'P', 'innings': 46.0, 'range': 4, 'error': 0}, {'player_id': 10924, 'p_name': 'Cliff Politte', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 967, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9955a526_sabr.jpg', 'fangr_id': '967', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3933, 'first_name': 'Cliff', 'last_name': 'Politte', 'key_fangraphs': 967, 'key_bbref': 'politcl01', 'key_retro': 'polic001', 'key_mlbam': 131700, 'offense_col': 3}, 'position': 'P', 'innings': 37.0, 'range': 3, 'error': 38}, {'player_id': 11241, 'p_name': 'Matt Beech', 'cost': 991, 'image': 'https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000770, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/08896b81_sabr.jpg', 'fangr_id': '1000770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4195, 'first_name': 'Matt', 'last_name': 'Beech', 'key_fangraphs': 1000770, 'key_bbref': 'beechma01', 'key_retro': 'beecm001', 'key_mlbam': 110788, 'offense_col': 1}, 'position': 'P', 'innings': 117.0, 'range': 5, 'error': 0}, {'player_id': 11280, 'p_name': 'Elmer Dessens', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-9', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 317, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '317', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4229, 'first_name': 'Elmer', 'last_name': 'Dessens', 'key_fangraphs': 317, 'key_bbref': 'desseel01', 'key_retro': 'desse001', 'key_mlbam': 113296, 'offense_col': 3}, 'position': 'P', 'innings': 74.2, 'range': 3, 'error': 21}, {'player_id': 11526, 'p_name': 'Russ Ortiz', 'cost': 3024, 'image': 'https://pd.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-9', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1124, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '1124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1}, 'position': 'P', 'innings': 88.1, 'range': 2, 'error': 13}, {'player_id': 11107, 'p_name': 'Mark Hutton', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006245, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e5a952ff_sabr.jpg', 'fangr_id': '1006245', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4084, 'first_name': 'Mark', 'last_name': 'Hutton', 'key_fangraphs': 1006245, 'key_bbref': 'huttoma01', 'key_retro': 'huttm001', 'key_mlbam': 116373, 'offense_col': 2}, 'position': 'P', 'innings': 17.0, 'range': 1, 'error': 0}, {'player_id': 10925, 'p_name': 'Garrett Stephenson', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-9', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1185, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cba9b416_sabr.jpg', 'fangr_id': '1185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3934, 'first_name': 'Garrett', 'last_name': 'Stephenson', 'key_fangraphs': 1185, 'key_bbref': 'stephga01', 'key_retro': 'stepg001', 'key_mlbam': 122751, 'offense_col': 1}, 'position': 'P', 'innings': 23.0, 'range': 3, 'error': 0}, {'player_id': 11314, 'p_name': 'Scott Klingenbeck', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-9', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f1854d94_davis.jpg', 'fangr_id': '1007011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4246, 'first_name': 'Scott', 'last_name': 'Klingenbeck', 'key_fangraphs': 1007011, 'key_bbref': 'klingsc01', 'key_retro': 'klins001', 'key_mlbam': 117161, 'offense_col': 2}, 'position': 'P', 'innings': 22.2, 'range': 1, 'error': 0}, {'player_id': 11196, 'p_name': 'Bob Scanlan', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011489, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fea6d27b_sabr.jpg', 'fangr_id': '1011489', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4158, 'first_name': 'Bob', 'last_name': 'Scanlan', 'key_fangraphs': 1011489, 'key_bbref': 'scanlbo01', 'key_retro': 'scanb001', 'key_mlbam': 121743, 'offense_col': 1}, 'position': 'P', 'innings': 26.1, 'range': 3, 'error': 50}, {'player_id': 10926, 'p_name': 'Hipolito Pichardo', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-9', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91f829ee_sabr.jpg', 'fangr_id': '1472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3935, 'first_name': 'Hipolito', 'last_name': 'Pichardo', 'key_fangraphs': 1472, 'key_bbref': 'pichahi01', 'key_retro': 'pichh001', 'key_mlbam': 120539, 'offense_col': 1}, 'position': 'P', 'innings': 112.1, 'range': 2, 'error': 0}, {'player_id': 10927, 'p_name': 'Mark Thompson', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-9', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013019, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/369db8ee_sabr.jpg', 'fangr_id': '1013019', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3936, 'first_name': 'Mark', 'last_name': 'Thompson', 'key_fangraphs': 1013019, 'key_bbref': 'thompma01', 'key_retro': 'thomm002', 'key_mlbam': 123296, 'offense_col': 1}, 'position': 'P', 'innings': 23.1, 'range': 3, 'error': 0}, {'player_id': 11041, 'p_name': 'Paul Wagner', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013490, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9a806f8e_sabr.jpg', 'fangr_id': '1013490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4023, 'first_name': 'Paul', 'last_name': 'Wagner', 'key_fangraphs': 1013490, 'key_bbref': 'wagnepa01', 'key_retro': 'wagnp001', 'key_mlbam': 123789, 'offense_col': 2}, 'position': 'P', 'innings': 55.2, 'range': 3, 'error': 0}, {'player_id': 11527, 'p_name': 'Matt Morris', 'cost': 2408, 'image': 'https://pd.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-9', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '1172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}, 'position': 'P', 'innings': 113.2, 'range': 3, 'error': 13}, {'player_id': 10928, 'p_name': 'Jose Mercedes', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-9', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 396, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5eb20646_sabr.jpg', 'fangr_id': '396', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3937, 'first_name': 'Jose', 'last_name': 'Mercedes', 'key_fangraphs': 396, 'key_bbref': 'mercejo02', 'key_retro': 'mercj001', 'key_mlbam': 118960, 'offense_col': 1}, 'position': 'P', 'innings': 32.0, 'range': 5, 'error': 0}, {'player_id': 10929, 'p_name': 'John Halama', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-9', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1080, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b38f5a3e_sabr.jpg', 'fangr_id': '1080', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3938, 'first_name': 'John', 'last_name': 'Halama', 'key_fangraphs': 1080, 'key_bbref': 'halamjo01', 'key_retro': 'halaj001', 'key_mlbam': 134280, 'offense_col': 1}, 'position': 'P', 'innings': 32.1, 'range': 3, 'error': 0}]} type: 2025-02-09 10:52:44,110 - card_creation - INFO - return: Updated cards: 372; new cards: 10 2025-02-09 10:52:44,112 - card_creation - INFO - Posted 382 pitchers to the database 2025-02-09 11:00:58,779 - card_creation - INFO - starting timer - Starting main 2025-02-09 11:00:58,779 - card_creation - INFO - starting timer - Checking for cardset 1998 Live 2025-02-09 11:00:58,779 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Live')] 2025-02-09 11:00:58,919 - card_creation - INFO - session info: 2025-02-09 11:00:58,919 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-09 11:00:58,920 - card_creation - INFO - ending timer - Got the cardset: 0.14s 2025-02-09 11:00:58,920 - card_creation - INFO - starting timer - Pulling all players 2025-02-09 11:00:58,920 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 20), ('short_output', True)] 2025-02-09 11:00:59,308 - card_creation - INFO - session info: 2025-02-09 11:00:59,396 - card_creation - INFO - return: {'count': 742, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 609, 'rarity': 4, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': 3699}, {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 1009818, 'rarity': 4, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id [ S N I P P E D ] 2025-02-09 11:00:59,396 - card_creation - INFO - ending timer - Got 742 players: 0.48s 2025-02-09 11:00:59,397 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 11:00:59,398 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,398 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9 2025-02-09 11:00:59,398 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,398 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9 2025-02-09 11:00:59,398 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,398 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-9 2025-02-09 11:00:59,398 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,399 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9 2025-02-09 11:00:59,399 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,399 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-9 2025-02-09 11:00:59,399 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,399 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-9 2025-02-09 11:00:59,399 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,399 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-9 2025-02-09 11:00:59,399 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,399 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-9 2025-02-09 11:00:59,399 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,399 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-9 2025-02-09 11:00:59,400 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,400 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-9 2025-02-09 11:00:59,400 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,400 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9 2025-02-09 11:00:59,400 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,400 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-9 2025-02-09 11:00:59,400 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,400 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-9 2025-02-09 11:00:59,400 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,400 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-9 2025-02-09 11:00:59,401 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,401 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-9 2025-02-09 11:00:59,402 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,402 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-9 2025-02-09 11:00:59,402 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,402 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9 2025-02-09 11:00:59,402 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,402 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-9 2025-02-09 11:00:59,402 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,402 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-9 2025-02-09 11:00:59,402 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,402 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-9 2025-02-09 11:00:59,403 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,403 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-9 2025-02-09 11:00:59,403 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,403 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9 2025-02-09 11:00:59,403 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,403 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-9 2025-02-09 11:00:59,403 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,403 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-9 2025-02-09 11:00:59,404 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,404 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-9 2025-02-09 11:00:59,404 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,404 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9 2025-02-09 11:00:59,404 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,404 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-9 2025-02-09 11:00:59,404 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,404 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-9 2025-02-09 11:00:59,404 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,404 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9 2025-02-09 11:00:59,405 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,405 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-9 2025-02-09 11:00:59,405 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,405 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-9 2025-02-09 11:00:59,405 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,405 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-9 2025-02-09 11:00:59,405 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,405 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-9 2025-02-09 11:00:59,406 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,406 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-9 2025-02-09 11:00:59,406 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,406 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-9 2025-02-09 11:00:59,406 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,406 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-9 2025-02-09 11:00:59,406 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,406 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-9 2025-02-09 11:00:59,406 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,407 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-9 2025-02-09 11:00:59,407 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,407 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-9 2025-02-09 11:00:59,407 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,407 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-9 2025-02-09 11:00:59,407 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,407 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-9 2025-02-09 11:00:59,407 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,408 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-9 2025-02-09 11:00:59,408 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,408 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-9 2025-02-09 11:00:59,408 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,408 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-9 2025-02-09 11:00:59,408 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,408 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-9 2025-02-09 11:00:59,408 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,408 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-9 2025-02-09 11:00:59,409 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,409 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-9 2025-02-09 11:00:59,409 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,409 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-9 2025-02-09 11:00:59,409 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,409 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-9 2025-02-09 11:00:59,409 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,409 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-9 2025-02-09 11:00:59,409 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,409 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-9 2025-02-09 11:00:59,409 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,410 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-9 2025-02-09 11:00:59,410 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,410 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-9 2025-02-09 11:00:59,410 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,410 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-9 2025-02-09 11:00:59,410 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,410 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-9 2025-02-09 11:00:59,410 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,410 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9 2025-02-09 11:00:59,410 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,410 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-9 2025-02-09 11:00:59,410 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-9 2025-02-09 11:00:59,411 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-9 2025-02-09 11:00:59,411 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-9 2025-02-09 11:00:59,411 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-9 2025-02-09 11:00:59,411 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-9 2025-02-09 11:00:59,411 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-9 2025-02-09 11:00:59,411 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,411 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,412 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,412 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,412 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,412 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,412 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,412 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-9 2025-02-09 11:00:59,412 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,413 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-9 2025-02-09 11:00:59,413 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,413 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-9 2025-02-09 11:00:59,413 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,413 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-9 2025-02-09 11:00:59,413 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,413 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-9 2025-02-09 11:00:59,413 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,413 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-9 2025-02-09 11:00:59,414 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,414 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-9 2025-02-09 11:00:59,414 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,414 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-9 2025-02-09 11:00:59,414 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,414 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-9 2025-02-09 11:00:59,414 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,414 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-9 2025-02-09 11:00:59,415 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,415 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-9 2025-02-09 11:00:59,415 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,415 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9 2025-02-09 11:00:59,415 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,415 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-9 2025-02-09 11:00:59,415 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,415 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-9 2025-02-09 11:00:59,416 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,416 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-9 2025-02-09 11:00:59,416 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,416 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-9 2025-02-09 11:00:59,416 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,416 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-9 2025-02-09 11:00:59,416 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,416 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-9 2025-02-09 11:00:59,416 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,416 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-9 2025-02-09 11:00:59,416 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,416 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-9 2025-02-09 11:00:59,417 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,417 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-9 2025-02-09 11:00:59,418 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,418 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-9 2025-02-09 11:00:59,418 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,418 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-9 2025-02-09 11:00:59,418 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,418 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-9 2025-02-09 11:00:59,418 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,418 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-9 2025-02-09 11:00:59,418 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,418 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-9 2025-02-09 11:00:59,419 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,419 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-9 2025-02-09 11:00:59,419 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,419 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-9 2025-02-09 11:00:59,419 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,419 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-9 2025-02-09 11:00:59,419 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,419 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-9 2025-02-09 11:00:59,419 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,419 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-9 2025-02-09 11:00:59,419 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,419 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-9 2025-02-09 11:00:59,420 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,420 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-9 2025-02-09 11:00:59,420 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,420 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-9 2025-02-09 11:00:59,420 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,420 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-9 2025-02-09 11:00:59,420 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,420 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-9 2025-02-09 11:00:59,420 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,421 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-9 2025-02-09 11:00:59,421 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,421 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-9 2025-02-09 11:00:59,421 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,421 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-9 2025-02-09 11:00:59,421 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,421 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-9 2025-02-09 11:00:59,421 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,421 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-9 2025-02-09 11:00:59,422 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,422 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-9 2025-02-09 11:00:59,422 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,422 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-9 2025-02-09 11:00:59,422 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,422 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-9 2025-02-09 11:00:59,422 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,422 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-9 2025-02-09 11:00:59,422 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,422 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-9 2025-02-09 11:00:59,422 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,423 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-9 2025-02-09 11:00:59,423 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,423 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-9 2025-02-09 11:00:59,423 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,423 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-9 2025-02-09 11:00:59,423 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,423 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-9 2025-02-09 11:00:59,423 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,424 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-9 2025-02-09 11:00:59,424 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,424 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-9 2025-02-09 11:00:59,425 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,425 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-9 2025-02-09 11:00:59,425 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,425 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-9 2025-02-09 11:00:59,425 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,425 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-9 2025-02-09 11:00:59,425 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,425 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-9 2025-02-09 11:00:59,425 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,425 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9 2025-02-09 11:00:59,426 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,426 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-9 2025-02-09 11:00:59,427 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,427 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-9 2025-02-09 11:00:59,427 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,427 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-9 2025-02-09 11:00:59,427 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,427 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-9 2025-02-09 11:00:59,427 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,427 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-9 2025-02-09 11:00:59,427 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,427 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-9 2025-02-09 11:00:59,427 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,428 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-9 2025-02-09 11:00:59,428 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,428 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-9 2025-02-09 11:00:59,428 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,428 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,428 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,428 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,428 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,428 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,429 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,429 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,429 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,429 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,429 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,429 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,429 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,429 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,429 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,429 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,430 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,430 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,430 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,430 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,430 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,430 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,430 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,430 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,430 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,430 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,430 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,430 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,431 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,431 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,431 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,431 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,431 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,431 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,431 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,432 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,432 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,432 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,432 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,432 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,432 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,432 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,432 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,432 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,432 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,432 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,432 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,433 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,433 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,433 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,433 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,433 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,433 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,433 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,433 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,433 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,433 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,433 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,433 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,434 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,434 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,434 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,434 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,434 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,434 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,434 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,434 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,434 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,434 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,435 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,435 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,435 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,435 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,435 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,435 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,435 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,436 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,436 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,436 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,436 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,436 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,436 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,436 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,437 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,437 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,437 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,437 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,437 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,437 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,437 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,438 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,438 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,438 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,438 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,438 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,438 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,439 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,439 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,439 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,439 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,439 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,440 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,440 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,440 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,440 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,440 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,440 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,440 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,441 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,441 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,441 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,441 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,441 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,441 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,442 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,442 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,443 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,443 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,443 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,443 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,443 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,443 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,443 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,444 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,444 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,444 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,444 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,444 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,444 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,444 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,445 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,445 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,446 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,446 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,446 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,446 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,446 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,447 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,447 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,448 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,448 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,448 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,448 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,448 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,448 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,448 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,449 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,449 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,450 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,450 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,450 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,450 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,450 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,451 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,451 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,451 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,451 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,451 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,451 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,451 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,452 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,452 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,453 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,453 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,453 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-9 2025-02-09 11:00:59,453 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9 2025-02-09 11:00:59,453 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-9 2025-02-09 11:00:59,453 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,453 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-9 2025-02-09 11:00:59,454 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-9 2025-02-09 11:00:59,454 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-9 2025-02-09 11:00:59,454 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9 2025-02-09 11:00:59,454 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-9 2025-02-09 11:00:59,454 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,454 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-9 2025-02-09 11:00:59,454 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-9 2025-02-09 11:00:59,455 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-9 2025-02-09 11:00:59,455 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-9 2025-02-09 11:00:59,455 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-9 2025-02-09 11:00:59,455 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,455 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-9 2025-02-09 11:00:59,456 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-9 2025-02-09 11:00:59,456 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9 2025-02-09 11:00:59,456 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9 2025-02-09 11:00:59,456 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-9 2025-02-09 11:00:59,456 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,456 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-9 2025-02-09 11:00:59,456 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-9 2025-02-09 11:00:59,457 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-9 2025-02-09 11:00:59,457 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-9 2025-02-09 11:00:59,457 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-9 2025-02-09 11:00:59,457 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-9 2025-02-09 11:00:59,457 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,457 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-9 2025-02-09 11:00:59,457 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-9 2025-02-09 11:00:59,458 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-9 2025-02-09 11:00:59,458 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-9 2025-02-09 11:00:59,458 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-9 2025-02-09 11:00:59,458 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9 2025-02-09 11:00:59,458 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-9 2025-02-09 11:00:59,458 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,458 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-9 2025-02-09 11:00:59,459 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-9 2025-02-09 11:00:59,459 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-9 2025-02-09 11:00:59,459 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-9 2025-02-09 11:00:59,459 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-9 2025-02-09 11:00:59,459 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,459 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,460 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-9 2025-02-09 11:00:59,460 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-9 2025-02-09 11:00:59,461 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-9 2025-02-09 11:00:59,461 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-9 2025-02-09 11:00:59,461 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-9 2025-02-09 11:00:59,461 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,461 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-9 2025-02-09 11:00:59,461 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-9 2025-02-09 11:00:59,462 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-9 2025-02-09 11:00:59,462 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-9 2025-02-09 11:00:59,462 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,462 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,462 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,462 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,463 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,463 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,463 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,463 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,463 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,463 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,463 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,464 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,464 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,464 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,464 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,464 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,464 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,465 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,465 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,465 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,465 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,465 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,465 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,466 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,466 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,467 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,467 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,467 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,467 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,467 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,467 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,467 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,468 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,468 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,468 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,468 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,468 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,468 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,468 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,469 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,469 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,469 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,469 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,469 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,469 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,469 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,470 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,470 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,470 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,470 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,470 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,470 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,470 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,471 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,471 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,471 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,471 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9 2025-02-09 11:00:59,471 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,471 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9 2025-02-09 11:00:59,471 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-9 2025-02-09 11:00:59,472 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-9 2025-02-09 11:00:59,472 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9 2025-02-09 11:00:59,472 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-9 2025-02-09 11:00:59,472 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-9 2025-02-09 11:00:59,472 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,472 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-9 2025-02-09 11:00:59,473 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-9 2025-02-09 11:00:59,473 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9 2025-02-09 11:00:59,473 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-9 2025-02-09 11:00:59,473 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,473 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9 2025-02-09 11:00:59,474 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-9 2025-02-09 11:00:59,474 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,474 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-9 2025-02-09 11:00:59,496 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,496 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-9 2025-02-09 11:00:59,497 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-9 2025-02-09 11:00:59,497 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9 2025-02-09 11:00:59,497 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9 2025-02-09 11:00:59,497 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-9 2025-02-09 11:00:59,497 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,497 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-9 2025-02-09 11:00:59,497 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,498 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9 2025-02-09 11:00:59,498 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-9 2025-02-09 11:00:59,499 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-9 2025-02-09 11:00:59,499 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,499 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,499 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,499 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,499 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,500 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,500 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,501 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,501 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,501 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,501 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,501 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,501 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,501 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,502 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,502 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,502 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,502 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,502 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,502 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,502 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,503 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,503 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,503 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,503 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,503 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,503 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,504 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,504 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,504 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,504 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,504 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,504 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,505 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,505 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,505 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,505 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,505 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,505 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-9 2025-02-09 11:00:59,505 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-9 2025-02-09 11:00:59,506 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-9 2025-02-09 11:00:59,506 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-9 2025-02-09 11:00:59,506 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-9 2025-02-09 11:00:59,506 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,506 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-9 2025-02-09 11:00:59,506 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-9 2025-02-09 11:00:59,507 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9 2025-02-09 11:00:59,507 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-9 2025-02-09 11:00:59,507 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-9 2025-02-09 11:00:59,507 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,507 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9 2025-02-09 11:00:59,507 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-9 2025-02-09 11:00:59,508 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-9 2025-02-09 11:00:59,508 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-9 2025-02-09 11:00:59,508 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,508 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-9 2025-02-09 11:00:59,509 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-9 2025-02-09 11:00:59,509 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-9 2025-02-09 11:00:59,509 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9 2025-02-09 11:00:59,509 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,509 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9 2025-02-09 11:00:59,510 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9 2025-02-09 11:00:59,510 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-9 2025-02-09 11:00:59,510 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-9 2025-02-09 11:00:59,510 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-9 2025-02-09 11:00:59,510 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,510 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,511 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,511 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,512 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,512 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,512 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,512 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,512 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,512 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,512 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,513 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,513 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,513 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,513 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,513 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,513 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,514 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,514 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,514 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,514 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,514 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,514 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,514 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,515 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,515 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,515 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,515 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,515 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,515 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,516 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,516 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,516 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,516 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,516 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-9 2025-02-09 11:00:59,516 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,516 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9 2025-02-09 11:00:59,517 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9 2025-02-09 11:00:59,517 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-9 2025-02-09 11:00:59,517 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-9 2025-02-09 11:00:59,517 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-9 2025-02-09 11:00:59,517 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,517 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,518 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,518 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,519 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,519 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,519 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,519 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,519 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,519 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,519 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,520 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,520 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,520 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,520 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,520 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,520 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,521 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,521 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,521 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,521 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,521 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,522 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-9 2025-02-09 11:00:59,522 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-9 2025-02-09 11:00:59,522 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-9 2025-02-09 11:00:59,522 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9 2025-02-09 11:00:59,522 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,522 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-9 2025-02-09 11:00:59,523 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-9 2025-02-09 11:00:59,523 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9 2025-02-09 11:00:59,523 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-9 2025-02-09 11:00:59,523 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-9 2025-02-09 11:00:59,523 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-9 2025-02-09 11:00:59,523 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,523 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-9 2025-02-09 11:00:59,524 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9 2025-02-09 11:00:59,524 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9 2025-02-09 11:00:59,524 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9 2025-02-09 11:00:59,524 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-9 2025-02-09 11:00:59,524 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,524 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9 2025-02-09 11:00:59,525 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9 2025-02-09 11:00:59,525 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-9 2025-02-09 11:00:59,525 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9 2025-02-09 11:00:59,525 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,525 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,525 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,526 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,526 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,526 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,526 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,526 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,526 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,526 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,527 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,527 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,527 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,527 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,527 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,527 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,527 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,527 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,527 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,527 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,527 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,528 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,528 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,528 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,528 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,528 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,528 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,528 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,529 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,529 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,529 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,529 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,529 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,529 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,529 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,529 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,529 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,529 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,529 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-9 2025-02-09 11:00:59,529 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,530 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-9 2025-02-09 11:00:59,530 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,530 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9 2025-02-09 11:00:59,530 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,530 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-9 2025-02-09 11:00:59,530 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,530 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-9 2025-02-09 11:00:59,530 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,530 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-9 2025-02-09 11:00:59,530 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,530 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-9 2025-02-09 11:00:59,531 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,531 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9 2025-02-09 11:00:59,531 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,531 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9 2025-02-09 11:00:59,531 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,531 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-9 2025-02-09 11:00:59,531 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,531 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9 2025-02-09 11:00:59,531 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,531 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-9 2025-02-09 11:00:59,531 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,532 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9 2025-02-09 11:00:59,532 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,532 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9 2025-02-09 11:00:59,532 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,532 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9 2025-02-09 11:00:59,532 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,532 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,533 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,533 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,534 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,534 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,534 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,534 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,534 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,534 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,534 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,534 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,534 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,534 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,535 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,535 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,535 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,535 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,535 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,535 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,535 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,535 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,535 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,535 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,536 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,536 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,536 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,536 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,536 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,536 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,536 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,537 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-9 2025-02-09 11:00:59,537 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,537 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-9 2025-02-09 11:00:59,537 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,537 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9 2025-02-09 11:00:59,537 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,537 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-9 2025-02-09 11:00:59,537 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,537 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9 2025-02-09 11:00:59,537 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,537 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9 2025-02-09 11:00:59,538 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,538 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9 2025-02-09 11:00:59,538 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,538 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-9 2025-02-09 11:00:59,538 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,538 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9 2025-02-09 11:00:59,538 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,538 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-9 2025-02-09 11:00:59,538 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,538 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9 2025-02-09 11:00:59,538 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,538 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-9 2025-02-09 11:00:59,539 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,539 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-9 2025-02-09 11:00:59,539 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,539 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,539 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,539 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,539 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,539 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,539 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,539 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,540 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,540 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,540 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,540 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,540 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,540 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,540 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,540 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,540 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,540 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,541 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,541 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,541 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,541 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,541 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,541 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,541 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,541 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-9 2025-02-09 11:00:59,541 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,541 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-9 2025-02-09 11:00:59,541 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,542 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9 2025-02-09 11:00:59,542 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,542 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-9 2025-02-09 11:00:59,542 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,542 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-9 2025-02-09 11:00:59,542 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,542 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-9 2025-02-09 11:00:59,542 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,542 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-9 2025-02-09 11:00:59,542 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,542 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-9 2025-02-09 11:00:59,543 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,543 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9 2025-02-09 11:00:59,543 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,543 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9 2025-02-09 11:00:59,543 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,543 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9 2025-02-09 11:00:59,543 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,543 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9 2025-02-09 11:00:59,543 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,543 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-9 2025-02-09 11:00:59,543 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,543 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9 2025-02-09 11:00:59,544 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-9 2025-02-09 11:00:59,544 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,544 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,544 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,544 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,545 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,545 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,545 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,545 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,545 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,545 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,545 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,546 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,546 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,546 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,546 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,546 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,546 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,547 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,547 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,547 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,547 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,547 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,547 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-9 2025-02-09 11:00:59,548 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-9 2025-02-09 11:00:59,548 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-9 2025-02-09 11:00:59,548 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,548 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,548 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,548 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,549 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-9 2025-02-09 11:00:59,549 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,549 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-9 2025-02-09 11:00:59,549 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9 2025-02-09 11:00:59,551 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9 2025-02-09 11:00:59,551 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-9 2025-02-09 11:00:59,551 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-9 2025-02-09 11:00:59,551 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,551 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9 2025-02-09 11:00:59,551 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-9 2025-02-09 11:00:59,552 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9 2025-02-09 11:00:59,552 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9 2025-02-09 11:00:59,552 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-9 2025-02-09 11:00:59,552 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,552 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,552 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,553 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,553 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,553 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,553 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,553 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,553 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,553 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,554 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,554 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-9 2025-02-09 11:00:59,554 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-9 2025-02-09 11:00:59,554 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,554 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-9 2025-02-09 11:00:59,555 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9 2025-02-09 11:00:59,555 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-9 2025-02-09 11:00:59,555 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-9 2025-02-09 11:00:59,555 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,555 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-9 2025-02-09 11:00:59,555 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9 2025-02-09 11:00:59,556 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9 2025-02-09 11:00:59,556 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-9 2025-02-09 11:00:59,556 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-9 2025-02-09 11:00:59,556 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9 2025-02-09 11:00:59,556 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,556 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-9 2025-02-09 11:00:59,556 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,557 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,557 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,557 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,557 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,557 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,558 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,558 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,558 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,558 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,558 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-9 2025-02-09 11:00:59,559 - card_creation - INFO - calling the card url 2025-02-09 11:00:59,559 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-9 2025-02-09 11:01:09,438 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:09,438 - card_creation - ERROR - Jeff Kent - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:20,556 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:20,556 - card_creation - ERROR - Danny Klassen - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:34,257 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:34,258 - card_creation - ERROR - Mike Munoz - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:37,893 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:01:37,894 - card_creation - ERROR - Greg Maddux - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:02:05,532 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:02:05,532 - card_creation - ERROR - Frank Thomas - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:02:22,531 - card_creation - ERROR - 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:02:22,531 - card_creation - ERROR - Rico Brogna - DB: 502 Bad Gateway

502 Bad Gateway


cloudflare
2025-02-09 11:02:29,864 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,864 - card_creation - ERROR - Alan Mills - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,871 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,871 - card_creation - ERROR - Rich Butler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,872 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,872 - card_creation - ERROR - Jay Bell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,881 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,881 - card_creation - ERROR - Jason Kendall - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,885 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,885 - card_creation - ERROR - Fernando Vina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,887 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,887 - card_creation - ERROR - Aaron Sele - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,890 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,890 - card_creation - ERROR - Dave Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,893 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,893 - card_creation - ERROR - Scott Servais - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,897 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,897 - card_creation - ERROR - Tony Fernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,898 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,898 - card_creation - ERROR - Bobby Witt - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,900 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,900 - card_creation - ERROR - Quinton McCracken - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,902 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,902 - card_creation - ERROR - Denny Neagle - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,904 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,904 - card_creation - ERROR - Ellis Burks - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,905 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,905 - card_creation - ERROR - Kenny Lofton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,906 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,906 - card_creation - ERROR - Fred McGriff - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,908 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,908 - card_creation - ERROR - Bill Mueller - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,910 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,910 - card_creation - ERROR - Hal Morris - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,913 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,913 - card_creation - ERROR - Quilvio Veras - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,915 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,915 - card_creation - ERROR - Garrett Stephenson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,917 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,917 - card_creation - ERROR - Bobby Higginson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,918 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,918 - card_creation - ERROR - Matt Stairs - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,919 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,919 - card_creation - ERROR - Gregg Jefferies - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,923 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,923 - card_creation - ERROR - Jeff Conine - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,924 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,924 - card_creation - ERROR - Stan Javier - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,926 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,926 - card_creation - ERROR - AJ Hinch - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,929 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,929 - card_creation - ERROR - Mike Cameron - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,931 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,931 - card_creation - ERROR - Kevin Orie - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,931 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,932 - card_creation - ERROR - Mark Thompson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,933 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,933 - card_creation - ERROR - Pat Meares - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,935 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,935 - card_creation - ERROR - Doug Glanville - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,936 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,936 - card_creation - ERROR - Will Clark - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,938 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,938 - card_creation - ERROR - Chipper Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,938 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,938 - card_creation - ERROR - Mike Lansing - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,944 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,944 - card_creation - ERROR - Scott Hatteberg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,945 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,945 - card_creation - ERROR - Roberto Kelly - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,946 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,946 - card_creation - ERROR - Tim Raines - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,947 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,948 - card_creation - ERROR - Mark McLemore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,949 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,949 - card_creation - ERROR - Darryl Strawberry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,952 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,952 - card_creation - ERROR - Paul Konerko - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,952 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,952 - card_creation - ERROR - Darren Dreifort - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,955 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,955 - card_creation - ERROR - Paul Assenmacher - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,957 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,957 - card_creation - ERROR - Tim Bogar - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,958 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,958 - card_creation - ERROR - Darryl Hamilton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,970 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,970 - card_creation - ERROR - Mike Sweeney - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,971 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,971 - card_creation - ERROR - Jose Valentin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,976 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,976 - card_creation - ERROR - Tom Pagnozzi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,977 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,978 - card_creation - ERROR - Miguel Tejada - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,978 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,978 - card_creation - ERROR - Robin Ventura - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,980 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,980 - card_creation - ERROR - Bobby Bonilla - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,982 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,982 - card_creation - ERROR - Juan Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,985 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,985 - card_creation - ERROR - Trever Miller - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,986 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,986 - card_creation - ERROR - Travis Lee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,987 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,987 - card_creation - ERROR - Geremi Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,990 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,990 - card_creation - ERROR - Matt Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,991 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,991 - card_creation - ERROR - Eric Ludwick - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,993 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,993 - card_creation - ERROR - Sammy Sosa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,993 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,994 - card_creation - ERROR - Tony Gwynn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,996 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,996 - card_creation - ERROR - Mark Grace - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,997 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,997 - card_creation - ERROR - JT Snow - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,998 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,998 - card_creation - ERROR - Mark McGwire - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,998 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:29,998 - card_creation - ERROR - John Flaherty - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,000 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,000 - card_creation - ERROR - Ryan Christenson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,004 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,004 - card_creation - ERROR - Oscar Henriquez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,007 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,007 - card_creation - ERROR - Dante Bichette - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,010 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,010 - card_creation - ERROR - Willie Banks - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,010 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,010 - card_creation - ERROR - Kevin Young - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,015 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,015 - card_creation - ERROR - Chris Gomez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,018 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,018 - card_creation - ERROR - Brad Fullmer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,018 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,018 - card_creation - ERROR - Al Leiter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,018 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,018 - card_creation - ERROR - Anthony Telford - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,020 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,020 - card_creation - ERROR - Pat Hentgen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,023 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,023 - card_creation - ERROR - Jerry Spradlin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,024 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,024 - card_creation - ERROR - Stan Belinda - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,027 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,027 - card_creation - ERROR - Mark Grudzielanek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,033 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,033 - card_creation - ERROR - Eric Milton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,034 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,034 - card_creation - ERROR - Jeff Cirillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,034 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,034 - card_creation - ERROR - Barry Larkin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,034 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,034 - card_creation - ERROR - Tyler Green - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,037 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,037 - card_creation - ERROR - Delino DeShields Sr - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,037 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,037 - card_creation - ERROR - Denny Hocking - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,038 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,038 - card_creation - ERROR - Wayne Gomes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,041 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,041 - card_creation - ERROR - Rondell White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,049 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,050 - card_creation - ERROR - Scott Brow - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,053 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,053 - card_creation - ERROR - FP Santangelo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,059 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,059 - card_creation - ERROR - Mark Portugal - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,060 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,060 - card_creation - ERROR - Sal Fasano - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,062 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,062 - card_creation - ERROR - Chris Snopek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,063 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,064 - card_creation - ERROR - Chad Ogea - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,066 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,066 - card_creation - ERROR - Justin Baughman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,069 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,069 - card_creation - ERROR - Trey Moore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,071 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,071 - card_creation - ERROR - Ricky Gutierrez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,074 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,074 - card_creation - ERROR - Randy Myers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,074 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,074 - card_creation - ERROR - Gerald Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,078 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,078 - card_creation - ERROR - Gregg Olson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,080 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,080 - card_creation - ERROR - Tony Batista - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,082 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,083 - card_creation - ERROR - Henry Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,083 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,083 - card_creation - ERROR - Harold Baines - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,084 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,084 - card_creation - ERROR - Darren Holmes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,084 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,084 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,085 - card_creation - ERROR - Julio Santana - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,085 - card_creation - ERROR - Gary Sheffield - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,085 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,085 - card_creation - ERROR - Edgar Renteria - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,085 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,085 - card_creation - ERROR - Carlos Reyes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,096 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,097 - card_creation - ERROR - Scott Radinsky - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,100 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,100 - card_creation - ERROR - Andy Fox - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,100 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,101 - card_creation - ERROR - Gregg Zaun - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,101 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,101 - card_creation - ERROR - Jim Poole - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,101 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,101 - card_creation - ERROR - Mike Bordick - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,102 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,102 - card_creation - ERROR - Kevin Jordan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,102 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,103 - card_creation - ERROR - Jose Cruz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,103 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,103 - card_creation - ERROR - Pep Harris - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,105 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,105 - card_creation - ERROR - Matt Morris - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,105 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,105 - card_creation - ERROR - Tony Womack - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,106 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,107 - card_creation - ERROR - David Dellucci - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,107 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,107 - card_creation - ERROR - Shawn Green - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,110 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,110 - card_creation - ERROR - Ruben Rivera - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,110 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,110 - card_creation - ERROR - Rickey Henderson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,111 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,111 - card_creation - ERROR - Jin Ho Cho - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,112 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,112 - card_creation - ERROR - Eddie Guardado - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,113 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,113 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,114 - card_creation - ERROR - Brook Fordyce - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,114 - card_creation - ERROR - Scott Bailes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,114 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,114 - card_creation - ERROR - Rod Beck - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,114 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,114 - card_creation - ERROR - Ramon Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,115 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,116 - card_creation - ERROR - Gabe Alvarez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,116 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,116 - card_creation - ERROR - Eddie Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,118 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,118 - card_creation - ERROR - Donne Wall - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,119 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,119 - card_creation - ERROR - Bob Scanlan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,121 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,121 - card_creation - ERROR - Matt Mieske - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,124 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,124 - card_creation - ERROR - Terry Pendleton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,125 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,125 - card_creation - ERROR - Ozzie Guillen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,125 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,125 - card_creation - ERROR - Rick DeHart - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,127 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,127 - card_creation - ERROR - Charles Nagy - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,129 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,129 - card_creation - ERROR - Jorge Fabregas - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,130 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,130 - card_creation - ERROR - Jeff Nelson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,130 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,130 - card_creation - ERROR - Dmitri Young - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,131 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,131 - card_creation - ERROR - Ryan Jackson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,132 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,132 - card_creation - ERROR - Manny Alexander - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,134 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,134 - card_creation - ERROR - Domingo Cedeno - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,136 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,136 - card_creation - ERROR - Shannon Stewart - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,136 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,136 - card_creation - ERROR - Troy OLeary - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,139 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,139 - card_creation - ERROR - Scott Sanders - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,140 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,140 - card_creation - ERROR - Matt Karchner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,146 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,146 - card_creation - ERROR - Andy Pettitte - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,148 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,148 - card_creation - ERROR - Chuck Finley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,153 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,153 - card_creation - ERROR - Roger Clemens - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,155 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,155 - card_creation - ERROR - Jason Bere - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,156 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,156 - card_creation - ERROR - Chan Ho Park - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,156 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,156 - card_creation - ERROR - Bartolo Colon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,158 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,158 - card_creation - ERROR - Pat Borders - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,162 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,162 - card_creation - ERROR - Dave Burba - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,169 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,169 - card_creation - ERROR - Marc Valdes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,170 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,171 - card_creation - ERROR - Scott Eyre - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,178 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,178 - card_creation - ERROR - Joey Hamilton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,179 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,179 - card_creation - ERROR - Scott Aldred - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,184 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,184 - card_creation - ERROR - Phil Nevin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,185 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,185 - card_creation - ERROR - Todd Stottlemyre - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,185 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,185 - card_creation - ERROR - Darren Lewis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,188 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,188 - card_creation - ERROR - Chris Widger - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,189 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,189 - card_creation - ERROR - Tony Clark - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,189 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,189 - card_creation - ERROR - Chris Hoiles - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,191 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,191 - card_creation - ERROR - Jose Mercedes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,191 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,191 - card_creation - ERROR - Andy Larkin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,191 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,191 - card_creation - ERROR - Jason Giambi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,193 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,193 - card_creation - ERROR - Barry Bonds - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,194 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,194 - card_creation - ERROR - Sean Berry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,194 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,194 - card_creation - ERROR - LaTroy Hawkins - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,194 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,194 - card_creation - ERROR - Jeff Montgomery - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,195 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,195 - card_creation - ERROR - Jeff Suppan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,196 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,196 - card_creation - ERROR - Livan Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,200 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,200 - card_creation - ERROR - Terry Mathews - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,201 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,201 - card_creation - ERROR - Jose Offerman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,202 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,202 - card_creation - ERROR - Manny Aybar - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,205 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,205 - card_creation - ERROR - Joe Randa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,207 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,207 - card_creation - ERROR - Joel Adamson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,207 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,207 - card_creation - ERROR - Michael Jackson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,209 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,209 - card_creation - ERROR - Jesus Sanchez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,215 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,215 - card_creation - ERROR - Charles Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,215 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,216 - card_creation - ERROR - Ivan Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,216 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,216 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,216 - card_creation - ERROR - Ricardo Rincon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,216 - card_creation - ERROR - Bob Wells - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,218 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,218 - card_creation - ERROR - Carlos Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,221 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,221 - card_creation - ERROR - Mike Hampton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,225 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,225 - card_creation - ERROR - Brian Anderson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,230 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,230 - card_creation - ERROR - Javy Lopez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,236 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,236 - card_creation - ERROR - Ron Coomer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,242 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,243 - card_creation - ERROR - Tony Graffanino - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,246 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,246 - card_creation - ERROR - Doug Drabek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,247 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,248 - card_creation - ERROR - Paul Spoljaric - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,249 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,249 - card_creation - ERROR - Bernard Gilkey - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,249 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,249 - card_creation - ERROR - David Cone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,253 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,253 - card_creation - ERROR - Derek Jeter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,253 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,254 - card_creation - ERROR - Brad Ausmus - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,254 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,254 - card_creation - ERROR - Shane Reynolds - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,256 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,256 - card_creation - ERROR - Chris Peters - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,257 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,257 - card_creation - ERROR - Bobby Ayala - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - Matt Lawton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - Todd Zeile - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - Pat Rapp - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,259 - card_creation - ERROR - Jose Vidro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,260 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,260 - card_creation - ERROR - Mike Cather - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,260 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,260 - card_creation - ERROR - Greg McMichael - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,261 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,261 - card_creation - ERROR - Ryan Klesko - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,261 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,261 - card_creation - ERROR - Armando Benitez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,263 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,263 - card_creation - ERROR - Heathcliff Slocumb - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,263 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,263 - card_creation - ERROR - Reggie Sanders - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,265 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,265 - card_creation - ERROR - Rafael Bournigal - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,265 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,265 - card_creation - ERROR - Edgar Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,266 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,266 - card_creation - ERROR - Brent Gates - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,268 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,268 - card_creation - ERROR - Craig Biggio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,268 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,268 - card_creation - ERROR - Doug Brocail - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,270 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,270 - card_creation - ERROR - Kurt Abbott - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,273 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,273 - card_creation - ERROR - Tom Fordham - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,273 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,273 - card_creation - ERROR - Tom Lampkin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,274 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,274 - card_creation - ERROR - Bryce Florie - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,275 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,275 - card_creation - ERROR - Mike Macfarlane - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,275 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,276 - card_creation - ERROR - Jason McDonald - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,278 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,278 - card_creation - ERROR - Richard Hidalgo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,279 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,279 - card_creation - ERROR - Andy Stankiewicz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,279 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,279 - card_creation - ERROR - John Burkett - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,280 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,280 - card_creation - ERROR - Jerry DiPoto - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,281 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,281 - card_creation - ERROR - Eric Plunk - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,281 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,281 - card_creation - ERROR - Mark Petkovsek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,283 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,283 - card_creation - ERROR - Jose Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,284 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,284 - card_creation - ERROR - Kelly Stinnett - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,287 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,287 - card_creation - ERROR - Russ Ortiz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,288 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,288 - card_creation - ERROR - Jim Corsi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,289 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,289 - card_creation - ERROR - Brent Brede - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,290 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,290 - card_creation - ERROR - Mark Kotsay - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,290 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,290 - card_creation - ERROR - Shane Halter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,290 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,290 - card_creation - ERROR - Juan Castro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,292 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,292 - card_creation - ERROR - Jeff King - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,302 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,302 - card_creation - ERROR - Omar Daal - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,313 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,314 - card_creation - ERROR - Jarrod Washburn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,315 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,315 - card_creation - ERROR - Todd Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,316 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,316 - card_creation - ERROR - Jason Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,317 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,317 - card_creation - ERROR - Steve Avery - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,317 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,317 - card_creation - ERROR - Carlos Delgado - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,321 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,321 - card_creation - ERROR - Russ Springer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,321 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,321 - card_creation - ERROR - Aramis Ramirez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,321 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,322 - card_creation - ERROR - Mel Rojas - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,322 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,322 - card_creation - ERROR - Todd Walker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,323 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,324 - card_creation - ERROR - Damon Buford - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,324 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,324 - card_creation - ERROR - Billy Taylor - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,327 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,327 - card_creation - ERROR - Orel Hershiser - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,329 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,329 - card_creation - ERROR - Ron Villone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,329 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,329 - card_creation - ERROR - Andy Sheets - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,333 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,333 - card_creation - ERROR - Hipolito Pichardo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,339 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,339 - card_creation - ERROR - Jesse Orosco - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,340 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,340 - card_creation - ERROR - Terry Steinbach - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,341 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,341 - card_creation - ERROR - Blake Stein - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,342 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,342 - card_creation - ERROR - Butch Huskey - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,346 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,346 - card_creation - ERROR - Mike Lieberthal - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,347 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,347 - card_creation - ERROR - Royce Clayton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,348 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,348 - card_creation - ERROR - Carl Pavano - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,348 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,348 - card_creation - ERROR - Luis Alicea - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,349 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,349 - card_creation - ERROR - Dennys Reyes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,350 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,350 - card_creation - ERROR - Rey Ordonez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,353 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,353 - card_creation - ERROR - Kevin Polcovich - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,353 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,353 - card_creation - ERROR - Mo Vaughn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,355 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,355 - card_creation - ERROR - Frank Castillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,358 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,358 - card_creation - ERROR - Greg Vaughn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,358 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,358 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,359 - card_creation - ERROR - Pat Watkins - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,359 - card_creation - ERROR - Mike Magnante - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,359 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,360 - card_creation - ERROR - Tino Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,361 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,361 - card_creation - ERROR - Willie McGee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,361 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,362 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,362 - card_creation - ERROR - BJ Surhoff - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,362 - card_creation - ERROR - Brad Radke - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,363 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,364 - card_creation - ERROR - Brian Powell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,365 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,365 - card_creation - ERROR - Ed Sprague - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,367 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,367 - card_creation - ERROR - Rich Garces - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,368 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,368 - card_creation - ERROR - Pedro Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,368 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,368 - card_creation - ERROR - Kenny Rogers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,370 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,370 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,370 - card_creation - ERROR - Bill Spiers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,370 - card_creation - ERROR - David Howard - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,374 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,374 - card_creation - ERROR - Shawon Dunston - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,374 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,374 - card_creation - ERROR - Todd Helton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,379 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,379 - card_creation - ERROR - Mike DeJean - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,380 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,380 - card_creation - ERROR - Mike Mordecai - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,385 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,385 - card_creation - ERROR - Jeromy Burnitz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,387 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,387 - card_creation - ERROR - Norberto Martin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,389 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,389 - card_creation - ERROR - Darryl Kile - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,391 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,391 - card_creation - ERROR - Rolando Arrojo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,392 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,392 - card_creation - ERROR - Jose Vizcaino - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,393 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,393 - card_creation - ERROR - Albert Belle - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,394 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,394 - card_creation - ERROR - Ken Cloude - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,395 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,395 - card_creation - ERROR - Andy Benes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,396 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,396 - card_creation - ERROR - Justin Thompson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,397 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,397 - card_creation - ERROR - Neifi Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,399 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,400 - card_creation - ERROR - Kirk Rueter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,400 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,400 - card_creation - ERROR - Bill Swift - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,400 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,400 - card_creation - ERROR - Willie Greene - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,402 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,402 - card_creation - ERROR - Eli Marrero - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,405 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,405 - card_creation - ERROR - Tom Glavine - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,407 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,407 - card_creation - ERROR - Tim Salmon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,407 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,407 - card_creation - ERROR - Matt Whiteside - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,407 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - Raul Mondesi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - Ramiro Mendoza - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - Ricky Bottalico - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - Felix Heredia - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - Rafael Medina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,408 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,409 - card_creation - ERROR - Amaury Telemaco - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,410 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,411 - card_creation - ERROR - Damion Easley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,411 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,411 - card_creation - ERROR - Mike Trombley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,411 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,411 - card_creation - ERROR - Brian Hunter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,412 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,412 - card_creation - ERROR - Ken Griffey - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,418 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,418 - card_creation - ERROR - CJ Nitkowski - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,418 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,418 - card_creation - ERROR - Carlos Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,421 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,421 - card_creation - ERROR - Andruw Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,422 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,422 - card_creation - ERROR - Russ Davis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,424 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,424 - card_creation - ERROR - Devon White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,426 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,426 - card_creation - ERROR - Mike Mussina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,428 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,428 - card_creation - ERROR - Dan Wilson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,429 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,429 - card_creation - ERROR - Dan Miceli - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,430 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,430 - card_creation - ERROR - Mark Lewis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,431 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,431 - card_creation - ERROR - Ismael Valdez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,433 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,433 - card_creation - ERROR - John Halama - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,434 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,434 - card_creation - ERROR - Bret Boone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,436 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,436 - card_creation - ERROR - Walt Weiss - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,439 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,439 - card_creation - ERROR - Dan Serafini - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,439 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,440 - card_creation - ERROR - Mike Piazza - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,440 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,440 - card_creation - ERROR - Todd Hollandsworth - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,443 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,444 - card_creation - ERROR - Larry Walker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,444 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,444 - card_creation - ERROR - Cliff Floyd - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,446 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,446 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,446 - card_creation - ERROR - Jim Mecir - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,446 - card_creation - ERROR - John Rocker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,447 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,447 - card_creation - ERROR - Darin Erstad - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,449 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,449 - card_creation - ERROR - Roberto Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,449 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,449 - card_creation - ERROR - Ray Lankford - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,455 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,455 - card_creation - ERROR - Willie Blair - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,455 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,455 - card_creation - ERROR - Jaret Wright - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,456 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,457 - card_creation - ERROR - Jason Schmidt - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,462 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,462 - card_creation - ERROR - Kirt Manwaring - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,464 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,464 - card_creation - ERROR - Carlos Baerga - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,465 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,465 - card_creation - ERROR - Chad Curtis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,467 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,467 - card_creation - ERROR - Antonio Osuna - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,470 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,471 - card_creation - ERROR - Danny Patterson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,475 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,475 - card_creation - ERROR - David Ortiz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,475 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,475 - card_creation - ERROR - Mike Blowers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,475 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,476 - card_creation - ERROR - Chad Fox - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,477 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,477 - card_creation - ERROR - John Smoltz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,481 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,481 - card_creation - ERROR - Mike Morgan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,483 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,483 - card_creation - ERROR - Mike Difelice - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,484 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,484 - card_creation - ERROR - Woody Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,484 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,484 - card_creation - ERROR - Brad Clontz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,485 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,485 - card_creation - ERROR - Felix Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,486 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,486 - card_creation - ERROR - Glendon Rusch - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,490 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,490 - card_creation - ERROR - Aaron Ledesma - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,490 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,490 - card_creation - ERROR - John Hudek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,491 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,491 - card_creation - ERROR - Jim Pittsley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,492 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,492 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,492 - card_creation - ERROR - Jeff Tabaka - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,492 - card_creation - ERROR - Mike Maddux - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,492 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,493 - card_creation - ERROR - Kerry Ligtenberg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,498 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,498 - card_creation - ERROR - Steve Kline - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,500 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,500 - card_creation - ERROR - Randy Winn - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,500 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,500 - card_creation - ERROR - Kimera Bartee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,500 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,500 - card_creation - ERROR - Mike Fetters - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,504 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,504 - card_creation - ERROR - Kevin Brown - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,505 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,505 - card_creation - ERROR - Dave Berg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,505 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,505 - card_creation - ERROR - Mike Mohler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Billy Ripken - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Dennis Eckersley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Carl Everett - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Danny Darwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Don Wengert - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Turk Wendell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,506 - card_creation - ERROR - Johnny Damon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,507 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,507 - card_creation - ERROR - Bill Simas - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,507 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,507 - card_creation - ERROR - Vladimir Guerrero - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,507 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,507 - card_creation - ERROR - David Bell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,509 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,509 - card_creation - ERROR - Dave Telgheder - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,511 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,511 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,511 - card_creation - ERROR - Matt Walbeck - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,511 - card_creation - ERROR - David Segui - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,511 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,511 - card_creation - ERROR - Keith Foulke - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,512 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,512 - card_creation - ERROR - Jorge Posada - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,515 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,515 - card_creation - ERROR - Alvin Morman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,516 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,516 - card_creation - ERROR - Andy Ashby - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,516 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,516 - card_creation - ERROR - Tony Castillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,517 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,517 - card_creation - ERROR - Shigetoshi Hasegawa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,518 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,518 - card_creation - ERROR - John Wasdin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,518 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,518 - card_creation - ERROR - Albie Lopez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,519 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,519 - card_creation - ERROR - AJ Sager - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,520 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,520 - card_creation - ERROR - Mark Lemke - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,521 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,521 - card_creation - ERROR - Dan Naulty - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,521 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,521 - card_creation - ERROR - Alberto Reyes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,522 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,522 - card_creation - ERROR - Matt Whisenant - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,522 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,522 - card_creation - ERROR - Deivi Cruz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,526 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,526 - card_creation - ERROR - Felix Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - Rey Sanchez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - Keith Lockhart - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,527 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - Hector Carrasco - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - Juan Acevedo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - Rich Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - Tom Gordon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - Craig Grebeck - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - Greg Norton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,528 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - Marc Newfield - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - Mark Smith - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - Scott Kamieniecki - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,529 - card_creation - ERROR - Doug Johns - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,530 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,530 - card_creation - ERROR - Wade Boggs - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,530 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,530 - card_creation - ERROR - Scott Erickson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,533 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,533 - card_creation - ERROR - Dan Carlson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,534 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,534 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,534 - card_creation - ERROR - Ryan McGuire - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,534 - card_creation - ERROR - Brady Anderson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,535 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,535 - card_creation - ERROR - Pokey Reese - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,535 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,535 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,535 - card_creation - ERROR - Ed Taubensee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,535 - card_creation - ERROR - Felipe Lira - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,536 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,536 - card_creation - ERROR - Sean Runyan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,537 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,537 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,537 - card_creation - ERROR - Dean Crow - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,537 - card_creation - ERROR - Pete Schourek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,537 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,537 - card_creation - ERROR - Lance Painter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - Lou Merloni - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - Steve Sparks - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - Melvin Nieves - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,538 - card_creation - ERROR - Pete Smith - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,539 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,539 - card_creation - ERROR - Tim Belcher - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,539 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,540 - card_creation - ERROR - John Cangelosi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,540 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,540 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,540 - card_creation - ERROR - Jeff Abbott - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,540 - card_creation - ERROR - Orlando Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,541 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,541 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,541 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,541 - card_creation - ERROR - Mike Myers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,541 - card_creation - ERROR - Elmer Dessens - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,541 - card_creation - ERROR - Jim Parque - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,543 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,543 - card_creation - ERROR - Eric Gunderson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,546 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,546 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,546 - card_creation - ERROR - Ken Caminiti - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,546 - card_creation - ERROR - Steve Finley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,546 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,547 - card_creation - ERROR - Doug Henry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,549 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,549 - card_creation - ERROR - Ken Hill - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,550 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,550 - card_creation - ERROR - Bernie Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,550 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,550 - card_creation - ERROR - Wilson Alvarez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,550 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,551 - card_creation - ERROR - Bobby Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,552 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,552 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,552 - card_creation - ERROR - Jim Leyritz - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,552 - card_creation - ERROR - Otis Nixon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,553 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,554 - card_creation - ERROR - Jim Bruske - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,555 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,556 - card_creation - ERROR - Tom Candiotti - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,556 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,556 - card_creation - ERROR - Eric Karros - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,556 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,556 - card_creation - ERROR - Derek Lowe - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,557 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,557 - card_creation - ERROR - Chuck Knoblauch - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,557 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,558 - card_creation - ERROR - Dwight Gooden - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,562 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,562 - card_creation - ERROR - Michael Tucker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,562 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,563 - card_creation - ERROR - Rich Amaral - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,563 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,563 - card_creation - ERROR - Alberto Castillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,564 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,565 - card_creation - ERROR - Troy Percival - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,565 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,565 - card_creation - ERROR - Andres Galarraga - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,568 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,568 - card_creation - ERROR - Brian Jordan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,571 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,571 - card_creation - ERROR - Jeff Bagwell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,571 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,571 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,571 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,571 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,572 - card_creation - ERROR - Roberto Alomar - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,572 - card_creation - ERROR - Chuck McElroy - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,572 - card_creation - ERROR - Jack McDowell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,572 - card_creation - ERROR - Chad Kreuter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,573 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,573 - card_creation - ERROR - Shawn Estes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,573 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,573 - card_creation - ERROR - Rich Aurilia - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,574 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,574 - card_creation - ERROR - Brad Woodall - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,574 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,574 - card_creation - ERROR - Dave Mlicki - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,576 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,576 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,576 - card_creation - ERROR - Doug Bochtler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,576 - card_creation - ERROR - Buddy Groom - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,581 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,582 - card_creation - ERROR - John Jaha - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,582 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,582 - card_creation - ERROR - Derek Bell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,584 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,584 - card_creation - ERROR - Ray Durham - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,584 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,584 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,584 - card_creation - ERROR - Alex Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,584 - card_creation - ERROR - Jon Lieber - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,589 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,590 - card_creation - ERROR - Curt Leskanic - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,590 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,590 - card_creation - ERROR - Mike Matheny - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,590 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,591 - card_creation - ERROR - Joey Cora - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,591 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,591 - card_creation - ERROR - Mark Wohlers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,591 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,591 - card_creation - ERROR - John Snyder - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,592 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,592 - card_creation - ERROR - Gary Gaetti - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,592 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,592 - card_creation - ERROR - Paul Bako - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,597 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,597 - card_creation - ERROR - Scott Elarton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,597 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,598 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,598 - card_creation - ERROR - Paul Sorrento - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,598 - card_creation - ERROR - Edgardo Alfonzo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,598 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,599 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,599 - card_creation - ERROR - John Mabry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,599 - card_creation - ERROR - Scott Rolen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,602 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,602 - card_creation - ERROR - Brian McRae - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,602 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,602 - card_creation - ERROR - Tom Goodwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,603 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,603 - card_creation - ERROR - Norm Charlton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,608 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,608 - card_creation - ERROR - Rick Krivda - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,608 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,608 - card_creation - ERROR - Jeff Blauser - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,608 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,608 - card_creation - ERROR - Lance Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,609 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,609 - card_creation - ERROR - Jose Canseco - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,614 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,614 - card_creation - ERROR - John Wetteland - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,615 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,615 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,615 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,615 - card_creation - ERROR - Jimmy Haynes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,615 - card_creation - ERROR - Cecil Fielder - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,616 - card_creation - ERROR - Mike Williams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,620 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,621 - card_creation - ERROR - Mike Remlinger - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,621 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,621 - card_creation - ERROR - John Johnstone - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,621 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,621 - card_creation - ERROR - Paul Shuey - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,624 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,624 - card_creation - ERROR - Jamie Moyer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,629 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,629 - card_creation - ERROR - Jeff Fassero - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,629 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,629 - card_creation - ERROR - Brian Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,632 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,632 - card_creation - ERROR - Mark Hutton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,634 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,634 - card_creation - ERROR - Charlie OBrien - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,636 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,636 - card_creation - ERROR - Scott Service - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,636 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,636 - card_creation - ERROR - Antonio Alfonseca - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,637 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,637 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,637 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,637 - card_creation - ERROR - Jaime Navarro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,637 - card_creation - ERROR - Vinny Castilla - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,637 - card_creation - ERROR - Mike Oquist - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,638 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,638 - card_creation - ERROR - Robb Nen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,640 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,641 - card_creation - ERROR - Jose Mesa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,641 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,642 - card_creation - ERROR - Luis Lopez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,642 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,642 - card_creation - ERROR - Alex Ochoa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,642 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,642 - card_creation - ERROR - Scott Spiezio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,643 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,643 - card_creation - ERROR - Jose Rosado - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,644 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,644 - card_creation - ERROR - Todd Van Poppel - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,645 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,645 - card_creation - ERROR - Roger Cedeno - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,646 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,647 - card_creation - ERROR - Steve Woodard - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,647 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,647 - card_creation - ERROR - James Baldwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,647 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,647 - card_creation - ERROR - Rick Helling - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,648 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,648 - card_creation - ERROR - Wally Joyner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,648 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,648 - card_creation - ERROR - Jimmy Key - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,648 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,648 - card_creation - ERROR - Lou Collier - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,649 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,649 - card_creation - ERROR - Al Martin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,649 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,649 - card_creation - ERROR - Erik Hanson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,653 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,653 - card_creation - ERROR - John Frascatore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,653 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,653 - card_creation - ERROR - Mark Leiter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,654 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,654 - card_creation - ERROR - Dave Veres - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,659 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,659 - card_creation - ERROR - Miguel Batista - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,661 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,661 - card_creation - ERROR - Clint Sodowsky - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,661 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,661 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,661 - card_creation - ERROR - Dennis Springer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,662 - card_creation - ERROR - Fernando Tatis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,662 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,662 - card_creation - ERROR - Brian Rose - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,662 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,662 - card_creation - ERROR - Damon Mashore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,664 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,665 - card_creation - ERROR - Mark Loretta - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,665 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,666 - card_creation - ERROR - Bob Tewksbury - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,670 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,670 - card_creation - ERROR - Jeff Juden - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,671 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,672 - card_creation - ERROR - Tim Crabtree - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,672 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,672 - card_creation - ERROR - Esteban Loaiza - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,672 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,672 - card_creation - ERROR - Cal Ripken - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,673 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,673 - card_creation - ERROR - Kerry Wood - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,676 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,676 - card_creation - ERROR - Shayne Bennett - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,677 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,677 - card_creation - ERROR - Darrin Fletcher - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,678 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,678 - card_creation - ERROR - Esteban Yan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,678 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,678 - card_creation - ERROR - Greg Keagle - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,682 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,682 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,683 - card_creation - ERROR - Jeff Shaw - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,683 - card_creation - ERROR - Eduardo Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,683 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,683 - card_creation - ERROR - Chris Haney - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,685 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,685 - card_creation - ERROR - Bill Risley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,689 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,689 - card_creation - ERROR - Juan Guzman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,690 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,690 - card_creation - ERROR - Jose Lima - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,690 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,690 - card_creation - ERROR - Bip Roberts - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,690 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,690 - card_creation - ERROR - Mark Guthrie - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,693 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,693 - card_creation - ERROR - Jason Christiansen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,695 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,695 - card_creation - ERROR - Bobby Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,700 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,700 - card_creation - ERROR - Rob Stanifer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,701 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,701 - card_creation - ERROR - Marty Cordova - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,702 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,702 - card_creation - ERROR - Charlie Hayes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,702 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,702 - card_creation - ERROR - Craig Counsell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,703 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,704 - card_creation - ERROR - Mark Gardner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,706 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,706 - card_creation - ERROR - Matt Beech - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,706 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,706 - card_creation - ERROR - Jeffrey Hammonds - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,710 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,710 - card_creation - ERROR - Darrin Winston - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,712 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,712 - card_creation - ERROR - Ugueth Urbina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,712 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,713 - card_creation - ERROR - Luis Gonzalez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,713 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,713 - card_creation - ERROR - Julian Tavarez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,714 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,714 - card_creation - ERROR - Curtis Goodwin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,715 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,716 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,716 - card_creation - ERROR - Mike Stanley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,716 - card_creation - ERROR - Chris Stynes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,716 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,716 - card_creation - ERROR - Brett Tomko - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,721 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,721 - card_creation - ERROR - Brian Moehler - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,723 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,723 - card_creation - ERROR - Mike Sirotka - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,723 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,723 - card_creation - ERROR - Steve Parris - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,724 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,724 - card_creation - ERROR - Terry Mulholland - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,731 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,731 - card_creation - ERROR - Cliff Politte - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,745 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,745 - card_creation - ERROR - Yamil Benitez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,745 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,746 - card_creation - ERROR - Al Levine - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,746 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,746 - card_creation - ERROR - Derrek Lee - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,746 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,746 - card_creation - ERROR - Kevin Brown - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,749 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,749 - card_creation - ERROR - Joe Oliver - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,750 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,750 - card_creation - ERROR - Glenallen Hill - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,751 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,751 - card_creation - ERROR - Donovan Osborne - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,752 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,752 - card_creation - ERROR - Wilton Guerrero - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,754 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,754 - card_creation - ERROR - Darrin Jackson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,756 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,756 - card_creation - ERROR - Brian Giles - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,757 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,757 - card_creation - ERROR - Mike Busby - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,758 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,758 - card_creation - ERROR - Mike Kelly - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,758 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,758 - card_creation - ERROR - Greg Cadaret - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,760 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,760 - card_creation - ERROR - Paul Wagner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,761 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,761 - card_creation - ERROR - Brian Hunter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,762 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,762 - card_creation - ERROR - Rich Croushore - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,764 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,764 - card_creation - ERROR - Dave Nilsson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,765 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,765 - card_creation - ERROR - Dan Plesac - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,766 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,766 - card_creation - ERROR - Robert Person - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,768 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,768 - card_creation - ERROR - Darren Bragg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,770 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,770 - card_creation - ERROR - TJ Mathews - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,771 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,771 - card_creation - ERROR - Seth Greisinger - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,774 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,774 - card_creation - ERROR - Reggie Jefferson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,774 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,774 - card_creation - ERROR - Jamie Walker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,774 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,775 - card_creation - ERROR - Billy Wagner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,776 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,776 - card_creation - ERROR - Brant Brown - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,780 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,780 - card_creation - ERROR - Alan Embree - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,781 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,781 - card_creation - ERROR - Scott Winchester - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,782 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,783 - card_creation - ERROR - Scott Klingenbeck - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,783 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,783 - card_creation - ERROR - Hideki Irabu - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,786 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,786 - card_creation - ERROR - Carlton Loewer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,787 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,787 - card_creation - ERROR - Brent Mayne - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,788 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,788 - card_creation - ERROR - Wil Cordero - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,790 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,790 - card_creation - ERROR - Jose Guillen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,792 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,792 - card_creation - ERROR - Todd Dunwoody - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,792 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,792 - card_creation - ERROR - Mark Langston - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,795 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,795 - card_creation - ERROR - Yorkis Perez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,796 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,796 - card_creation - ERROR - Aaron Small - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,796 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,796 - card_creation - ERROR - Jermaine Dye - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,798 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,798 - card_creation - ERROR - Mark Whiten - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,800 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,800 - card_creation - ERROR - Jay Buhner - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,803 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,803 - card_creation - ERROR - Terry Adams - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,804 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,804 - card_creation - ERROR - Jason Varitek - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,805 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,805 - card_creation - ERROR - Xavier Hernandez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,806 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,806 - card_creation - ERROR - Ron Mahay - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,807 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,808 - card_creation - ERROR - Darren Oliver - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,809 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,809 - card_creation - ERROR - Rick Aguilera - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,812 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,812 - card_creation - ERROR - Lenny Webster - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,814 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,814 - card_creation - ERROR - John Franco - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,816 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,816 - card_creation - ERROR - Geronimo Berroa - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,819 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,819 - card_creation - ERROR - Sidney Ponson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,819 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,819 - card_creation - ERROR - Brian Edmondson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,823 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,823 - card_creation - ERROR - Javier Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,824 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,824 - card_creation - ERROR - Sean Bergman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,825 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,825 - card_creation - ERROR - Jason Dickson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,827 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,827 - card_creation - ERROR - Omar Olivares - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,828 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,828 - card_creation - ERROR - Doug Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,829 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,829 - card_creation - ERROR - Randy Johnson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,830 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,830 - card_creation - ERROR - Chris Jones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,833 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,833 - card_creation - ERROR - Mike Caruso - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,834 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,834 - card_creation - ERROR - Mike Timlin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,836 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,837 - card_creation - ERROR - Omar Vizquel - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,838 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,838 - card_creation - ERROR - Rick White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,838 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,839 - card_creation - ERROR - Marquis Grissom - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,842 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,843 - card_creation - ERROR - Tim Worrell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,844 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,844 - card_creation - ERROR - Miguel Cairo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,844 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,845 - card_creation - ERROR - Mariano Rivera - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,847 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,847 - card_creation - ERROR - Moises Alou - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,851 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,851 - card_creation - ERROR - Francisco Cordova - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,851 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,851 - card_creation - ERROR - Eric Davis - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,852 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,852 - card_creation - ERROR - Jose Silva - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,854 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,855 - card_creation - ERROR - Desi Relaford - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,855 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,855 - card_creation - ERROR - Kevin Elster - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,857 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,857 - card_creation - ERROR - Mike Stanton - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,858 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,858 - card_creation - ERROR - Bob Howry - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,859 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,859 - card_creation - ERROR - Mike Grace - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,859 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,860 - card_creation - ERROR - Felipe Crespo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,860 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,860 - card_creation - ERROR - Marc Pisciotta - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,864 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,864 - card_creation - ERROR - Danny Graves - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,864 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,864 - card_creation - ERROR - Brian Boehringer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,864 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - Rick Reed - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - Ryan Dempster - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - Jeff Brantley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - Jamey Wright - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,865 - card_creation - ERROR - Craig Shipley - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,867 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,867 - card_creation - ERROR - Bill Haselman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,870 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,871 - card_creation - ERROR - Bobby Chouinard - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,872 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,872 - card_creation - ERROR - Shane Andrews - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,872 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,872 - card_creation - ERROR - Vic Darensbourg - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,872 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,873 - card_creation - ERROR - Kevin Sefcik - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,874 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,875 - card_creation - ERROR - Rich DeLucia - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,875 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,875 - card_creation - ERROR - Paul Quantrill - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,876 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,876 - card_creation - ERROR - Mark Clark - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,877 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,877 - card_creation - ERROR - Sterling Hitchcock - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - Carlos Castillo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - Jim Edmonds - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - Ricky Bones - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,879 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,880 - card_creation - ERROR - Jay Powell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,883 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,883 - card_creation - ERROR - Bob Patterson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,883 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,883 - card_creation - ERROR - Curt Schilling - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,886 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,886 - card_creation - ERROR - Kent Bottenfield - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,888 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,888 - card_creation - ERROR - Turner Ward - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,888 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,889 - card_creation - ERROR - Steve Trachsel - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,890 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,890 - card_creation - ERROR - Kevin Tapani - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,892 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,892 - card_creation - ERROR - Karim Garcia - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,893 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,893 - card_creation - ERROR - Steve Reed - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,893 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,893 - card_creation - ERROR - Bobby Hughes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,896 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,896 - card_creation - ERROR - Kirt Ojala - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,897 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,897 - card_creation - ERROR - Brian Meadows - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,899 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,899 - card_creation - ERROR - Jeff Reboulet - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,900 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,900 - card_creation - ERROR - Joe Carter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,902 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,902 - card_creation - ERROR - Greg Swindell - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,904 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,905 - card_creation - ERROR - Kevin Millwood - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,907 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,907 - card_creation - ERROR - Tony Eusebio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,907 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,908 - card_creation - ERROR - Bobby Abreu - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,909 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,909 - card_creation - ERROR - John Olerud - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,909 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,909 - card_creation - ERROR - Ron Gant - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,912 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,912 - card_creation - ERROR - Brian Bevil - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,923 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,924 - card_creation - ERROR - Arthur Rhodes - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,924 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,924 - card_creation - ERROR - Matt Mantei - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,939 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,940 - card_creation - ERROR - Mike Benjamin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,946 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,946 - card_creation - ERROR - Eric Young - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,947 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,947 - card_creation - ERROR - Gabe White - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,951 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,951 - card_creation - ERROR - Bronswell Patrick - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,952 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,952 - card_creation - ERROR - John Valentin - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,957 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - Brian Bohanon - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - Joe Girardi - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - Scott Karl - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - Kent Mercker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,958 - card_creation - ERROR - Chris Carpenter - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,965 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,965 - card_creation - ERROR - Hideo Nomo - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,965 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,965 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - Pedro Astacio - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - Bob Wickman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - Curtis King - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - Dustin Hermanson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - Scott Sullivan - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,966 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,967 - card_creation - ERROR - Rich Loiselle - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,994 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:30,994 - card_creation - ERROR - Trevor Hoffman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,036 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,037 - card_creation - ERROR - Manny Ramirez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,037 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,037 - card_creation - ERROR - Kevin Stocker - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,041 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,041 - card_creation - ERROR - Nomar Garciaparra - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,051 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,051 - card_creation - ERROR - Dave Hollins - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,052 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,052 - card_creation - ERROR - Travis Fryman - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,056 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,056 - card_creation - ERROR - Jim Thome - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,067 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,067 - card_creation - ERROR - Paul ONeill - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,068 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,068 - card_creation - ERROR - Joe Fontenot - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,097 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,097 - card_creation - ERROR - Gary Disarcina - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,098 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,098 - card_creation - ERROR - Garret Anderson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,132 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,133 - card_creation - ERROR - Tony Saunders - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,134 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,134 - card_creation - ERROR - Shane Mack - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,167 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,168 - card_creation - ERROR - David Wells - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,176 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,176 - card_creation - ERROR - Allen Watson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,181 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,181 - card_creation - ERROR - Mickey Morandini - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,186 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,186 - card_creation - ERROR - Tim Wakefield - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,197 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,198 - card_creation - ERROR - Javier Vazquez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,198 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,198 - card_creation - ERROR - Jermaine Allensworth - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,203 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,203 - card_creation - ERROR - Dennis Cook - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,218 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,219 - card_creation - ERROR - Masato Yoshii - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,233 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,233 - card_creation - ERROR - Sandy Alomar - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,254 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,254 - card_creation - ERROR - Cal Eldred - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,270 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,271 - card_creation - ERROR - Pete Harnisch - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,302 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - Dennis Martinez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - Bret Saberhagen - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - Rusty Greer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,303 - card_creation - ERROR - David Justice - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,368 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,368 - card_creation - ERROR - Dean Palmer - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,373 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,374 - card_creation - ERROR - Rafael Palmeiro - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,391 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,391 - card_creation - ERROR - Bob Smith - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,398 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,398 - card_creation - ERROR - Magglio Ordonez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,561 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,561 - card_creation - ERROR - Alex Rodriguez - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,614 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,614 - card_creation - ERROR - Ben Grieve - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,670 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,670 - card_creation - ERROR - Paul Molitor - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,698 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,698 - card_creation - ERROR - John Thomson - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:30 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,759 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,759 - card_creation - ERROR - David Weathers - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:31 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,913 - card_creation - ERROR - pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,913 - card_creation - ERROR - Scott Brosius - DB: pd.manticorum.com | 504: Gateway time-out

Gateway time-out Error code 504

Visit cloudflare.com for more information.
2025-02-09 17:02:29 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a gateway time-out error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:02:31,913 - card_creation - INFO - ending timer - Done checking players - errors: 742 / success: 0: 92.52s 2025-02-09 11:02:31,913 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 11:02:31,915 - card_creation - INFO - ending timer - All done!: 93.14s 2025-02-09 11:09:20,033 - card_creation - INFO - starting timer - Starting main 2025-02-09 11:09:20,033 - card_creation - INFO - starting timer - Checking for cardset 1998 Live 2025-02-09 11:09:20,033 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Live')] 2025-02-09 11:10:04,951 - card_creation - INFO - session info: 2025-02-09 11:10:04,952 - card_creation - ERROR - pd.manticorum.com | 502: Bad gateway

Bad gateway Error code 502

Visit cloudflare.com for more information.
2025-02-09 17:10:04 UTC
You

Browser

Working
Chicago

Cloudflare

Working
pd.manticorum.com

Host

Error

What happened?

The web server reported a bad gateway error.

What can I do?

Please try again in a few minutes.

2025-02-09 11:12:17,988 - card_creation - INFO - starting timer - Starting main 2025-02-09 11:12:17,988 - card_creation - INFO - starting timer - Checking for cardset 1998 Live 2025-02-09 11:12:17,988 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Live')] 2025-02-09 11:12:18,124 - card_creation - INFO - session info: 2025-02-09 11:12:18,124 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-09 11:12:18,124 - card_creation - INFO - ending timer - Got the cardset: 0.14s 2025-02-09 11:12:18,124 - card_creation - INFO - starting timer - Pulling all players 2025-02-09 11:12:18,124 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 20), ('short_output', True)] 2025-02-09 11:12:18,848 - card_creation - INFO - session info: 2025-02-09 11:12:18,933 - card_creation - INFO - return: {'count': 742, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 609, 'rarity': 4, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': 3699}, {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': 20, 'set_num': 1009818, 'rarity': 4, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id [ S N I P P E D ] 2025-02-09 11:12:18,933 - card_creation - INFO - ending timer - Got 742 players: 0.81s 2025-02-09 11:12:18,933 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 11:12:18,935 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,935 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,935 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,935 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,935 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,935 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,935 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,936 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,936 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,936 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,936 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,936 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,936 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,936 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,937 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,937 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,937 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,937 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,937 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,937 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,937 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,938 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,938 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,939 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,939 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,939 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,939 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,939 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,939 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,939 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,939 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,939 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,940 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,940 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,940 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,940 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,940 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,940 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,940 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,941 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,941 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,941 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,941 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,941 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,941 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,941 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,941 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,941 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,942 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,942 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,942 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,942 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,942 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,942 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,942 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,942 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,942 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,942 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,942 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,943 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,943 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,943 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,943 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,943 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,943 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,943 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,943 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,943 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,943 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,943 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,944 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,944 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,944 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,944 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,944 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,944 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,944 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,944 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,944 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,944 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,944 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,945 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,945 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,945 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,945 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,945 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,945 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,945 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,945 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,945 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,945 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,945 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,946 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,946 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,946 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,946 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,946 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,946 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,946 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,946 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,946 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,947 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,947 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,947 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,947 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,947 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,947 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,947 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,947 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,947 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,948 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,948 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,948 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,948 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,948 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,948 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,948 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,948 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,948 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,948 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,949 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,949 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,949 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,949 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,949 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,949 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,949 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,949 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,949 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,949 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,950 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,950 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,950 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,950 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,950 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,950 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,950 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,950 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,950 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,950 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,951 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,951 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,951 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,951 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,951 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,951 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,952 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,952 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,952 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,952 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,952 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,952 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,952 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,952 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,952 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,952 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,952 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,952 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,953 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,953 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,953 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,953 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,953 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,953 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,953 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,953 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,953 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,953 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,953 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,954 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,954 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,954 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,954 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,954 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,954 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,954 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,954 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,954 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,954 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,954 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,954 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,955 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,955 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,955 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,955 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,955 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,955 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,955 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,955 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,955 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,955 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,955 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,956 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,956 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,957 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,957 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,958 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,958 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,958 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,958 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,958 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,958 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,959 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,959 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,959 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,960 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,960 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,960 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,960 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,960 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,960 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,960 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,960 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,960 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,960 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,960 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,960 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,961 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,961 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,961 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,961 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,961 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,961 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,961 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,961 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,961 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,961 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,961 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,962 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,962 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,962 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,962 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,962 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,962 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,962 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,962 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,962 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,962 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,963 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,963 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,963 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,963 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,963 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,963 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,963 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,963 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,963 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,963 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,964 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,964 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,964 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,964 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,964 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,964 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,964 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,964 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,964 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,964 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,965 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,965 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,965 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,965 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,965 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,966 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,966 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,966 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,966 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,966 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,966 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,966 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,966 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,966 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,966 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,966 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,967 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,967 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,967 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,967 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,967 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,968 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,968 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,968 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,968 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,968 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,968 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,969 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,969 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,969 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,969 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,969 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,970 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,970 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,970 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,970 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,970 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,971 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,971 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,971 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,971 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,971 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,972 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,972 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,972 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,972 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,972 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,972 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,972 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,972 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,972 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,973 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,973 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,973 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,973 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,973 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,973 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,973 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,973 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,973 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,973 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,973 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,974 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,974 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,975 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,975 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,975 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,975 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,975 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,975 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,975 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,975 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,975 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,975 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,976 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,976 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,976 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,976 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,976 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,976 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,976 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,977 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,977 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,978 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,978 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,978 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,978 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,978 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,978 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,978 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,978 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,978 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,978 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,978 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,978 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,979 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,979 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,979 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,979 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,979 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,979 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,979 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,979 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,979 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,979 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,979 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,980 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,980 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,980 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,980 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,980 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,980 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,980 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,980 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,980 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,980 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,980 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,980 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,981 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,981 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,981 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,981 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,981 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,981 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,981 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,981 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,981 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,981 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,982 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,982 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,982 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,982 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,982 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,982 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,982 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,982 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,982 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,982 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,982 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,983 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,983 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,983 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,983 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,983 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,983 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,983 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,983 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,983 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,983 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,983 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,984 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,984 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,984 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,984 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,984 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,984 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,984 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,984 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,984 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,984 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,985 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,985 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,985 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,985 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,985 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,986 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,986 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,986 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,986 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,986 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,986 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,986 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,986 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,986 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,986 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,986 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,986 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,987 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,987 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,987 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,987 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,987 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,988 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,988 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,988 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,988 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,988 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,989 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,990 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,990 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,990 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,990 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,990 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,990 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,991 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,992 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,992 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,992 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,992 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,992 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,992 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,992 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,992 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,992 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,992 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,993 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,993 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,993 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,993 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,993 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,993 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,993 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,993 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,993 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,993 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,993 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,994 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,994 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,994 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,994 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,994 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,994 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,994 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,994 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,994 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,994 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,994 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,995 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,995 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,996 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,996 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,996 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,996 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,996 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,996 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,996 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,997 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,997 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,997 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,997 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,997 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,997 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,997 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,997 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,997 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,997 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,998 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,998 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,998 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,998 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,998 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,998 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,998 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,998 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,998 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,998 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,998 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,998 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,999 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,999 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,999 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,999 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,999 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,999 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,999 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,999 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:18,999 - card_creation - INFO - calling the card url 2025-02-09 11:12:18,999 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,000 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,000 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,000 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,000 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,000 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,000 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,000 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,000 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,000 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,000 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,001 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,001 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,001 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,001 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,001 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,001 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,001 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,001 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,001 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,001 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,001 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,002 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,002 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,002 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,002 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,002 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,002 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,002 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,002 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,002 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,002 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,002 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,002 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,003 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,003 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,003 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,003 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,003 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,003 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,003 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,004 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,004 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,004 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,004 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,004 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,004 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,004 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,004 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,005 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,005 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,005 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,005 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,005 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,005 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,005 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,005 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,005 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,005 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,006 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,006 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,006 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,006 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,006 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,006 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,006 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,006 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,006 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,006 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,006 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,006 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,007 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,007 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,007 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,007 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,007 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,007 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,007 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,007 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,007 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,007 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,007 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,008 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,008 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,008 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,008 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,008 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,008 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,008 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,008 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,008 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,008 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,008 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,009 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,009 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,009 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,009 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,009 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,009 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,009 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,009 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,009 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,009 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,009 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,010 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,010 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,010 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,010 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,010 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,010 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,010 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,010 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,010 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,011 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,011 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,011 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,011 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,011 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,011 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,011 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,011 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,011 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,011 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,011 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,012 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,036 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,036 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,036 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,036 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,036 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,036 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,037 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,037 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,037 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,037 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,037 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,037 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,037 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,037 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,037 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,037 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,037 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,037 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,038 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,038 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,038 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,038 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,038 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,038 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,038 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,038 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,038 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,038 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,038 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,038 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,039 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,039 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,039 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,039 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,039 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,039 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,039 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,039 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,039 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,039 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,039 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,039 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,040 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,040 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,040 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,040 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,040 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,040 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,040 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,041 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,041 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,041 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,041 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,041 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,041 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,041 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,041 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,041 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,041 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,041 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,041 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,042 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,042 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,042 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,042 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,042 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,042 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,042 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,042 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,042 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,042 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,042 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,042 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,043 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,043 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,044 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,044 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,044 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,044 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,044 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,044 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,044 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,045 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,045 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,046 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,046 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,046 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,046 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,046 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,046 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,046 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,046 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,046 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,046 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,047 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,047 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,047 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,047 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,047 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,047 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,047 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,047 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,047 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,048 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,048 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,048 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,048 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,048 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,048 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,048 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,048 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,049 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,049 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,049 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,049 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,049 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,049 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,049 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,050 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,050 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,050 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,050 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,050 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,050 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,050 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,050 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,050 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,050 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,051 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,051 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,051 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,051 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,051 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,051 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,051 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,051 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,051 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,051 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,051 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,052 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,052 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,053 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,053 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,053 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,053 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,053 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,053 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,053 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,054 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,054 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,054 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,054 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,054 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,054 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,054 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,054 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,054 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,054 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,055 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,055 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,055 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,055 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,055 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,055 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,055 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,055 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,055 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,055 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,055 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,055 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,056 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,056 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,056 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,056 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,056 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,056 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,056 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,056 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,056 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,056 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,056 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,056 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,057 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,057 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,057 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,057 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,057 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,057 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,057 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,057 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,057 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,057 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,058 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,058 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,058 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,058 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,058 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,058 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,058 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,059 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,059 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,059 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,059 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,059 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,059 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,059 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,059 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,059 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,059 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,059 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,060 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,060 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,060 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,060 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,060 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,060 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,060 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,060 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,060 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,060 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,060 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,060 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,061 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,061 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,062 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,062 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,062 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,062 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,062 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,062 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,062 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,062 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,062 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,062 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,062 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,062 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,063 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,063 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,063 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,063 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,063 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,063 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,063 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,063 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,063 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,063 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,063 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,063 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,064 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,064 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,064 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,064 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,064 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,064 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,064 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,064 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,064 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,064 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,065 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,065 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,065 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,065 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,065 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,065 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,065 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,065 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,065 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,065 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,065 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,066 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,066 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,066 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,066 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,066 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,066 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,066 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,066 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,066 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,066 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,066 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,067 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,067 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,067 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,067 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,067 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,067 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,067 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,067 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,067 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,067 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,067 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,068 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,068 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,068 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,068 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,068 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,068 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,068 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,068 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,068 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,068 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,068 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,068 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,069 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,069 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,069 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,069 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,069 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,069 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,069 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,070 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,070 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,070 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,070 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,070 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,070 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,071 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,071 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,072 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,072 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,072 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,072 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,072 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,072 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,072 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,073 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,073 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,074 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,074 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,075 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,075 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,075 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,075 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,075 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,075 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,075 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,075 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,075 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,075 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,075 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,075 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,076 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,076 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,076 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,076 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,076 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,076 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,076 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,076 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,076 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,076 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,076 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,076 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,077 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,077 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,077 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,077 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,077 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,077 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,077 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,077 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,077 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,077 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,077 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,077 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,078 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,078 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,079 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,079 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,079 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,079 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,079 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,079 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,079 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,079 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,080 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,080 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,080 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,080 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,080 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,080 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,080 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,080 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,081 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,081 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,081 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,081 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,081 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,081 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,081 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,081 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,081 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,081 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,082 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,082 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,082 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,082 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,082 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,082 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,082 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,083 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,083 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,083 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,083 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,083 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,083 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,083 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,083 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,083 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,083 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,084 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,084 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,084 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,084 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,084 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,084 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,084 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,084 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,084 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,084 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,084 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,085 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,085 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,085 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,085 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,085 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,085 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,085 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,085 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,085 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,085 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,085 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,085 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,086 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,086 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,087 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,087 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,087 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,087 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,087 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,087 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,087 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,087 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,087 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,087 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,087 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,087 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,088 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,088 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,088 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,088 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,088 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,088 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,088 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,088 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,088 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,088 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,088 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,088 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,089 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,089 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,089 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,089 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,089 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,089 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,089 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,089 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,089 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,089 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,089 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,089 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,090 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,090 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,090 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,090 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,090 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,090 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,090 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,090 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,090 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,090 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,090 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,090 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,091 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,091 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,091 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,091 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,091 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,091 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,091 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,091 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,091 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,091 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,091 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,092 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,092 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,092 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,092 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,092 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,092 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,092 - card_creation - INFO - calling the card url 2025-02-09 11:12:19,092 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-9&html=true 2025-02-09 11:12:19,569 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,570 - card_creation - INFO - Rich Aurilia - complete 2025-02-09 11:12:19,621 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,641 - card_creation - INFO - Darryl Hamilton - complete 2025-02-09 11:12:19,641 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,641 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,673 - card_creation - INFO - Matt Stairs - complete 2025-02-09 11:12:19,673 - card_creation - INFO - Mike Lieberthal - complete 2025-02-09 11:12:19,674 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,674 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,675 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,675 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,675 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,739 - card_creation - INFO - Rondell White - complete 2025-02-09 11:12:19,739 - card_creation - INFO - Jose Canseco - complete 2025-02-09 11:12:19,739 - card_creation - INFO - Dave Burba - complete 2025-02-09 11:12:19,739 - card_creation - INFO - Jeff Shaw - complete 2025-02-09 11:12:19,739 - card_creation - INFO - James Baldwin - complete 2025-02-09 11:12:19,739 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,741 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,741 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,772 - card_creation - INFO - Pedro Martinez - complete 2025-02-09 11:12:19,773 - card_creation - INFO - Mickey Morandini - complete 2025-02-09 11:12:19,773 - card_creation - INFO - Jose Mercedes - complete 2025-02-09 11:12:19,774 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,774 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,777 - card_creation - INFO - Royce Clayton - complete 2025-02-09 11:12:19,778 - card_creation - INFO - Tim Salmon - complete 2025-02-09 11:12:19,778 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,779 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,779 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,779 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,779 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,779 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,779 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,782 - card_creation - INFO - Mike Sirotka - complete 2025-02-09 11:12:19,782 - card_creation - INFO - Jeromy Burnitz - complete 2025-02-09 11:12:19,782 - card_creation - INFO - Luis Gonzalez - complete 2025-02-09 11:12:19,782 - card_creation - INFO - Gregg Jefferies - complete 2025-02-09 11:12:19,782 - card_creation - INFO - Ron Coomer - complete 2025-02-09 11:12:19,782 - card_creation - INFO - Walt Weiss - complete 2025-02-09 11:12:19,782 - card_creation - INFO - Carl Everett - complete 2025-02-09 11:12:19,786 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,787 - card_creation - INFO - Vic Darensbourg - complete 2025-02-09 11:12:19,843 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,843 - card_creation - INFO - Sal Fasano - complete 2025-02-09 11:12:19,846 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,846 - card_creation - INFO - Jeff King - complete 2025-02-09 11:12:19,847 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,847 - card_creation - INFO - Kevin Orie - complete 2025-02-09 11:12:19,851 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,851 - card_creation - INFO - Scott Servais - complete 2025-02-09 11:12:19,851 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,851 - card_creation - INFO - Michael Jackson - complete 2025-02-09 11:12:19,865 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,865 - card_creation - INFO - Derek Bell - complete 2025-02-09 11:12:19,883 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,885 - card_creation - INFO - Devon White - complete 2025-02-09 11:12:19,890 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,890 - card_creation - INFO - Mo Vaughn - complete 2025-02-09 11:12:19,894 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,895 - card_creation - INFO - Jaime Navarro - complete 2025-02-09 11:12:19,906 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,915 - card_creation - INFO - Juan Acevedo - complete 2025-02-09 11:12:19,915 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,915 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,916 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,925 - card_creation - INFO - Quinton McCracken - complete 2025-02-09 11:12:19,925 - card_creation - INFO - Ricky Gutierrez - complete 2025-02-09 11:12:19,926 - card_creation - INFO - John Flaherty - complete 2025-02-09 11:12:19,926 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,926 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,931 - card_creation - INFO - Joey Hamilton - complete 2025-02-09 11:12:19,931 - card_creation - INFO - Chipper Jones - complete 2025-02-09 11:12:19,935 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,936 - card_creation - INFO - Mike Difelice - complete 2025-02-09 11:12:19,937 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,937 - card_creation - INFO - Aaron Ledesma - complete 2025-02-09 11:12:19,943 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,943 - card_creation - INFO - Barry Larkin - complete 2025-02-09 11:12:19,965 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,965 - card_creation - INFO - Moises Alou - complete 2025-02-09 11:12:19,982 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,982 - card_creation - INFO - Bret Boone - complete 2025-02-09 11:12:19,983 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,984 - card_creation - INFO - Tony Gwynn - complete 2025-02-09 11:12:19,986 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,986 - card_creation - INFO - Ricardo Rincon - complete 2025-02-09 11:12:19,988 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,988 - card_creation - INFO - David Weathers - complete 2025-02-09 11:12:19,990 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,990 - card_creation - INFO - John Wetteland - complete 2025-02-09 11:12:19,996 - card_creation - INFO - return: 200 received 2025-02-09 11:12:19,996 - card_creation - INFO - Alan Mills - complete 2025-02-09 11:12:20,023 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,023 - card_creation - INFO - Bob Wells - complete 2025-02-09 11:12:20,037 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,038 - card_creation - INFO - Jermaine Dye - complete 2025-02-09 11:12:20,038 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,038 - card_creation - INFO - Denny Hocking - complete 2025-02-09 11:12:20,040 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,040 - card_creation - INFO - Al Levine - complete 2025-02-09 11:12:20,041 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,041 - card_creation - INFO - Ivan Rodriguez - complete 2025-02-09 11:12:20,041 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,041 - card_creation - INFO - Chuck Finley - complete 2025-02-09 11:12:20,041 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,041 - card_creation - INFO - Hal Morris - complete 2025-02-09 11:12:20,042 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,042 - card_creation - INFO - Darren Lewis - complete 2025-02-09 11:12:20,046 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,046 - card_creation - INFO - Javy Lopez - complete 2025-02-09 11:12:20,053 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,053 - card_creation - INFO - Felipe Crespo - complete 2025-02-09 11:12:20,054 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,054 - card_creation - INFO - Bill Haselman - complete 2025-02-09 11:12:20,061 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,061 - card_creation - INFO - Mike Mohler - complete 2025-02-09 11:12:20,066 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,066 - card_creation - INFO - Tim Bogar - complete 2025-02-09 11:12:20,066 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,066 - card_creation - INFO - Donne Wall - complete 2025-02-09 11:12:20,087 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,087 - card_creation - INFO - Ken Hill - complete 2025-02-09 11:12:20,089 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,089 - card_creation - INFO - Tony Fernandez - complete 2025-02-09 11:12:20,091 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,091 - card_creation - INFO - Neifi Perez - complete 2025-02-09 11:12:20,093 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,093 - card_creation - INFO - Paul ONeill - complete 2025-02-09 11:12:20,096 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,096 - card_creation - INFO - Alberto Castillo - complete 2025-02-09 11:12:20,099 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,099 - card_creation - INFO - Matt Beech - complete 2025-02-09 11:12:20,104 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,104 - card_creation - INFO - Quilvio Veras - complete 2025-02-09 11:12:20,105 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,105 - card_creation - INFO - Rico Brogna - complete 2025-02-09 11:12:20,109 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,109 - card_creation - INFO - Buddy Groom - complete 2025-02-09 11:12:20,116 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,116 - card_creation - INFO - Carlos Reyes - complete 2025-02-09 11:12:20,123 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,123 - card_creation - INFO - Miguel Cairo - complete 2025-02-09 11:12:20,128 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,128 - card_creation - INFO - Ryan Christenson - complete 2025-02-09 11:12:20,129 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,129 - card_creation - INFO - Armando Benitez - complete 2025-02-09 11:12:20,139 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,139 - card_creation - INFO - John Rocker - complete 2025-02-09 11:12:20,139 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,140 - card_creation - INFO - John Hudek - complete 2025-02-09 11:12:20,142 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,142 - card_creation - INFO - Jeff Montgomery - complete 2025-02-09 11:12:20,157 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,157 - card_creation - INFO - Scott Sanders - complete 2025-02-09 11:12:20,165 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,165 - card_creation - INFO - Darrin Winston - complete 2025-02-09 11:12:20,167 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,167 - card_creation - INFO - David Justice - complete 2025-02-09 11:12:20,170 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,170 - card_creation - INFO - Ryan Klesko - complete 2025-02-09 11:12:20,174 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,174 - card_creation - INFO - Troy Percival - complete 2025-02-09 11:12:20,177 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,177 - card_creation - INFO - Justin Baughman - complete 2025-02-09 11:12:20,181 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,181 - card_creation - INFO - Eddie Perez - complete 2025-02-09 11:12:20,201 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,201 - card_creation - INFO - Rich Amaral - complete 2025-02-09 11:12:20,203 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,203 - card_creation - INFO - Kevin Stocker - complete 2025-02-09 11:12:20,206 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,206 - card_creation - INFO - Matt Karchner - complete 2025-02-09 11:12:20,209 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,209 - card_creation - INFO - Bill Spiers - complete 2025-02-09 11:12:20,210 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,210 - card_creation - INFO - Roberto Hernandez - complete 2025-02-09 11:12:20,224 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,224 - card_creation - INFO - Matt Whiteside - complete 2025-02-09 11:12:20,229 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,230 - card_creation - INFO - Kevin Young - complete 2025-02-09 11:12:20,230 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,230 - card_creation - INFO - Trevor Hoffman - complete 2025-02-09 11:12:20,239 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,239 - card_creation - INFO - David Wells - complete 2025-02-09 11:12:20,239 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,239 - card_creation - INFO - Felipe Lira - complete 2025-02-09 11:12:20,241 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,241 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,242 - card_creation - INFO - Greg Maddux - complete 2025-02-09 11:12:20,242 - card_creation - INFO - Rey Sanchez - complete 2025-02-09 11:12:20,244 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,244 - card_creation - INFO - Alex Gonzalez - complete 2025-02-09 11:12:20,246 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,246 - card_creation - INFO - Jim Edmonds - complete 2025-02-09 11:12:20,250 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,251 - card_creation - INFO - Terry Adams - complete 2025-02-09 11:12:20,256 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,258 - card_creation - INFO - Barry Bonds - complete 2025-02-09 11:12:20,263 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,263 - card_creation - INFO - Willie Greene - complete 2025-02-09 11:12:20,267 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,273 - card_creation - INFO - Scott Spiezio - complete 2025-02-09 11:12:20,274 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,279 - card_creation - INFO - Damion Easley - complete 2025-02-09 11:12:20,279 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,279 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,279 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,288 - card_creation - INFO - Garrett Stephenson - complete 2025-02-09 11:12:20,288 - card_creation - INFO - Rafael Palmeiro - complete 2025-02-09 11:12:20,288 - card_creation - INFO - Robin Ventura - complete 2025-02-09 11:12:20,289 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,295 - card_creation - INFO - Steve Woodard - complete 2025-02-09 11:12:20,295 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,295 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,295 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,304 - card_creation - INFO - AJ Hinch - complete 2025-02-09 11:12:20,305 - card_creation - INFO - Bobby Jones - complete 2025-02-09 11:12:20,305 - card_creation - INFO - Matt Williams - complete 2025-02-09 11:12:20,305 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,314 - card_creation - INFO - Jeff Abbott - complete 2025-02-09 11:12:20,314 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,314 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,315 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,330 - card_creation - INFO - Joe Carter - complete 2025-02-09 11:12:20,330 - card_creation - INFO - Albert Belle - complete 2025-02-09 11:12:20,330 - card_creation - INFO - Charles Johnson - complete 2025-02-09 11:12:20,331 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,331 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,356 - card_creation - INFO - Mike Morgan - complete 2025-02-09 11:12:20,356 - card_creation - INFO - Domingo Cedeno - complete 2025-02-09 11:12:20,357 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,357 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,357 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,358 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,373 - card_creation - INFO - Jason Giambi - complete 2025-02-09 11:12:20,373 - card_creation - INFO - Tim Raines - complete 2025-02-09 11:12:20,373 - card_creation - INFO - Pat Meares - complete 2025-02-09 11:12:20,374 - card_creation - INFO - Manny Aybar - complete 2025-02-09 11:12:20,374 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,374 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,375 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,375 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,375 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,375 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,376 - card_creation - INFO - Shawon Dunston - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Hipolito Pichardo - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Charles Nagy - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Travis Fryman - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Bill Simas - complete 2025-02-09 11:12:20,376 - card_creation - INFO - John Valentin - complete 2025-02-09 11:12:20,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,376 - card_creation - INFO - Matt Walbeck - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Gregg Zaun - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Dan Wilson - complete 2025-02-09 11:12:20,376 - card_creation - INFO - John Halama - complete 2025-02-09 11:12:20,376 - card_creation - INFO - Greg Cadaret - complete 2025-02-09 11:12:20,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,377 - card_creation - INFO - Dmitri Young - complete 2025-02-09 11:12:20,386 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,386 - card_creation - INFO - Dave Berg - complete 2025-02-09 11:12:20,389 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,389 - card_creation - INFO - Joe Randa - complete 2025-02-09 11:12:20,396 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,396 - card_creation - INFO - Jose Valentin - complete 2025-02-09 11:12:20,398 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,398 - card_creation - INFO - Rich Butler - complete 2025-02-09 11:12:20,401 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,401 - card_creation - INFO - Bob Smith - complete 2025-02-09 11:12:20,405 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,406 - card_creation - INFO - Mike Stanley - complete 2025-02-09 11:12:20,412 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,412 - card_creation - INFO - Andy Stankiewicz - complete 2025-02-09 11:12:20,417 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,417 - card_creation - INFO - Mark Thompson - complete 2025-02-09 11:12:20,422 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,422 - card_creation - INFO - Melvin Nieves - complete 2025-02-09 11:12:20,432 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,432 - card_creation - INFO - Steve Kline - complete 2025-02-09 11:12:20,439 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,439 - card_creation - INFO - Brian Johnson - complete 2025-02-09 11:12:20,441 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,442 - card_creation - INFO - Kirt Ojala - complete 2025-02-09 11:12:20,444 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,444 - card_creation - INFO - Tony Batista - complete 2025-02-09 11:12:20,447 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,447 - card_creation - INFO - Matt Lawton - complete 2025-02-09 11:12:20,447 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,448 - card_creation - INFO - Andruw Jones - complete 2025-02-09 11:12:20,460 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,460 - card_creation - INFO - Billy Ripken - complete 2025-02-09 11:12:20,461 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,461 - card_creation - INFO - Dave Telgheder - complete 2025-02-09 11:12:20,466 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,466 - card_creation - INFO - Edgar Renteria - complete 2025-02-09 11:12:20,466 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,466 - card_creation - INFO - Russ Davis - complete 2025-02-09 11:12:20,470 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,470 - card_creation - INFO - Cliff Politte - complete 2025-02-09 11:12:20,478 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,478 - card_creation - INFO - Brian Powell - complete 2025-02-09 11:12:20,483 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,483 - card_creation - INFO - Delino DeShields Sr - complete 2025-02-09 11:12:20,484 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,484 - card_creation - INFO - John Mabry - complete 2025-02-09 11:12:20,500 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,500 - card_creation - INFO - Mike Myers - complete 2025-02-09 11:12:20,509 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,509 - card_creation - INFO - Todd Van Poppel - complete 2025-02-09 11:12:20,510 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,510 - card_creation - INFO - Brook Fordyce - complete 2025-02-09 11:12:20,517 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,517 - card_creation - INFO - Raul Mondesi - complete 2025-02-09 11:12:20,517 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,517 - card_creation - INFO - Bartolo Colon - complete 2025-02-09 11:12:20,520 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,520 - card_creation - INFO - Jeffrey Hammonds - complete 2025-02-09 11:12:20,521 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,521 - card_creation - INFO - Miguel Batista - complete 2025-02-09 11:12:20,521 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,521 - card_creation - INFO - Ryan McGuire - complete 2025-02-09 11:12:20,524 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,524 - card_creation - INFO - Mark Loretta - complete 2025-02-09 11:12:20,528 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,528 - card_creation - INFO - Todd Walker - complete 2025-02-09 11:12:20,544 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,544 - card_creation - INFO - Mark Guthrie - complete 2025-02-09 11:12:20,545 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,545 - card_creation - INFO - Paul Assenmacher - complete 2025-02-09 11:12:20,553 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,554 - card_creation - INFO - Kirt Manwaring - complete 2025-02-09 11:12:20,554 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,554 - card_creation - INFO - Dennis Springer - complete 2025-02-09 11:12:20,556 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,556 - card_creation - INFO - Sean Berry - complete 2025-02-09 11:12:20,557 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,557 - card_creation - INFO - Jin Ho Cho - complete 2025-02-09 11:12:20,565 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,566 - card_creation - INFO - Danny Patterson - complete 2025-02-09 11:12:20,569 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,569 - card_creation - INFO - Kevin Jordan - complete 2025-02-09 11:12:20,572 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,572 - card_creation - INFO - Gary Gaetti - complete 2025-02-09 11:12:20,580 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,581 - card_creation - INFO - Michael Tucker - complete 2025-02-09 11:12:20,583 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,583 - card_creation - INFO - Paul Konerko - complete 2025-02-09 11:12:20,587 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,587 - card_creation - INFO - Steve Avery - complete 2025-02-09 11:12:20,592 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,592 - card_creation - INFO - Scott Rolen - complete 2025-02-09 11:12:20,594 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,594 - card_creation - INFO - Darren Holmes - complete 2025-02-09 11:12:20,599 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,599 - card_creation - INFO - Randy Myers - complete 2025-02-09 11:12:20,610 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,610 - card_creation - INFO - Bobby Chouinard - complete 2025-02-09 11:12:20,613 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,613 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,613 - card_creation - INFO - Tom Pagnozzi - complete 2025-02-09 11:12:20,613 - card_creation - INFO - Dan Plesac - complete 2025-02-09 11:12:20,614 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,614 - card_creation - INFO - Doug Brocail - complete 2025-02-09 11:12:20,619 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,619 - card_creation - INFO - Todd Jones - complete 2025-02-09 11:12:20,623 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,623 - card_creation - INFO - Scott Bailes - complete 2025-02-09 11:12:20,626 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,626 - card_creation - INFO - Mike Fetters - complete 2025-02-09 11:12:20,630 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,631 - card_creation - INFO - Rod Beck - complete 2025-02-09 11:12:20,636 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,636 - card_creation - INFO - Ricky Bones - complete 2025-02-09 11:12:20,642 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,642 - card_creation - INFO - Greg Norton - complete 2025-02-09 11:12:20,646 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,646 - card_creation - INFO - Jeff Conine - complete 2025-02-09 11:12:20,656 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,657 - card_creation - INFO - Mike Maddux - complete 2025-02-09 11:12:20,657 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,658 - card_creation - INFO - Craig Counsell - complete 2025-02-09 11:12:20,660 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,660 - card_creation - INFO - Pat Watkins - complete 2025-02-09 11:12:20,660 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,660 - card_creation - INFO - Mike Grace - complete 2025-02-09 11:12:20,668 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,668 - card_creation - INFO - Jesse Orosco - complete 2025-02-09 11:12:20,675 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,675 - card_creation - INFO - Craig Grebeck - complete 2025-02-09 11:12:20,680 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,680 - card_creation - INFO - Doug Bochtler - complete 2025-02-09 11:12:20,680 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,681 - card_creation - INFO - Carl Pavano - complete 2025-02-09 11:12:20,684 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,684 - card_creation - INFO - Lou Merloni - complete 2025-02-09 11:12:20,689 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,689 - card_creation - INFO - Ricky Bottalico - complete 2025-02-09 11:12:20,690 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,690 - card_creation - INFO - Eddie Guardado - complete 2025-02-09 11:12:20,696 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,696 - card_creation - INFO - David Dellucci - complete 2025-02-09 11:12:20,702 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,702 - card_creation - INFO - Bob Howry - complete 2025-02-09 11:12:20,703 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,703 - card_creation - INFO - Curtis Goodwin - complete 2025-02-09 11:12:20,715 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,715 - card_creation - INFO - Keith Lockhart - complete 2025-02-09 11:12:20,718 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,719 - card_creation - INFO - Brian Hunter - complete 2025-02-09 11:12:20,721 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,721 - card_creation - INFO - Mike Magnante - complete 2025-02-09 11:12:20,729 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,729 - card_creation - INFO - Aramis Ramirez - complete 2025-02-09 11:12:20,737 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,738 - card_creation - INFO - Chris Stynes - complete 2025-02-09 11:12:20,746 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,746 - card_creation - INFO - Jim Mecir - complete 2025-02-09 11:12:20,747 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,747 - card_creation - INFO - Scott Aldred - complete 2025-02-09 11:12:20,749 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,749 - card_creation - INFO - Mark Portugal - complete 2025-02-09 11:12:20,749 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,750 - card_creation - INFO - Mark Smith - complete 2025-02-09 11:12:20,764 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,764 - card_creation - INFO - Russ Ortiz - complete 2025-02-09 11:12:20,774 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,774 - card_creation - INFO - Mark Wohlers - complete 2025-02-09 11:12:20,775 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,775 - card_creation - INFO - Julio Santana - complete 2025-02-09 11:12:20,775 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,775 - card_creation - INFO - Pete Schourek - complete 2025-02-09 11:12:20,777 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,777 - card_creation - INFO - Jim Leyritz - complete 2025-02-09 11:12:20,781 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,781 - card_creation - INFO - Ken Griffey - complete 2025-02-09 11:12:20,782 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,782 - card_creation - INFO - Juan Gonzalez - complete 2025-02-09 11:12:20,784 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,784 - card_creation - INFO - Willie Banks - complete 2025-02-09 11:12:20,790 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,790 - card_creation - INFO - Gary Sheffield - complete 2025-02-09 11:12:20,797 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,797 - card_creation - INFO - Antonio Osuna - complete 2025-02-09 11:12:20,804 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,804 - card_creation - INFO - Hector Carrasco - complete 2025-02-09 11:12:20,808 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,808 - card_creation - INFO - Dante Bichette - complete 2025-02-09 11:12:20,811 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,811 - card_creation - INFO - Jose Cruz - complete 2025-02-09 11:12:20,813 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,813 - card_creation - INFO - Bobby Ayala - complete 2025-02-09 11:12:20,815 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,815 - card_creation - INFO - Brian Moehler - complete 2025-02-09 11:12:20,817 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,817 - card_creation - INFO - Pep Harris - complete 2025-02-09 11:12:20,823 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,824 - card_creation - INFO - Orel Hershiser - complete 2025-02-09 11:12:20,833 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,833 - card_creation - INFO - Mike DeJean - complete 2025-02-09 11:12:20,836 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,836 - card_creation - INFO - Manny Ramirez - complete 2025-02-09 11:12:20,836 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,837 - card_creation - INFO - David Segui - complete 2025-02-09 11:12:20,840 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,840 - card_creation - INFO - Mike Mussina - complete 2025-02-09 11:12:20,842 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,842 - card_creation - INFO - Joey Cora - complete 2025-02-09 11:12:20,854 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,855 - card_creation - INFO - Mark Lewis - complete 2025-02-09 11:12:20,863 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,863 - card_creation - INFO - Mike Trombley - complete 2025-02-09 11:12:20,866 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,866 - card_creation - INFO - Jose Vizcaino - complete 2025-02-09 11:12:20,868 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,869 - card_creation - INFO - John Johnstone - complete 2025-02-09 11:12:20,875 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,875 - card_creation - INFO - Eric Karros - complete 2025-02-09 11:12:20,875 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,876 - card_creation - INFO - Ugueth Urbina - complete 2025-02-09 11:12:20,879 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,879 - card_creation - INFO - Chris Gomez - complete 2025-02-09 11:12:20,881 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,881 - card_creation - INFO - Gregg Olson - complete 2025-02-09 11:12:20,884 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,884 - card_creation - INFO - Bob Tewksbury - complete 2025-02-09 11:12:20,891 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,891 - card_creation - INFO - Erik Hanson - complete 2025-02-09 11:12:20,894 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,895 - card_creation - INFO - Justin Thompson - complete 2025-02-09 11:12:20,898 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,898 - card_creation - INFO - Mike Cameron - complete 2025-02-09 11:12:20,898 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,898 - card_creation - INFO - David Cone - complete 2025-02-09 11:12:20,911 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,911 - card_creation - INFO - Mark Leiter - complete 2025-02-09 11:12:20,911 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,911 - card_creation - INFO - Todd Stottlemyre - complete 2025-02-09 11:12:20,922 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,922 - card_creation - INFO - Brad Clontz - complete 2025-02-09 11:12:20,922 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,922 - card_creation - INFO - Carlos Hernandez - complete 2025-02-09 11:12:20,924 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,924 - card_creation - INFO - Scott Service - complete 2025-02-09 11:12:20,930 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,930 - card_creation - INFO - Cal Eldred - complete 2025-02-09 11:12:20,934 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,934 - card_creation - INFO - Andy Benes - complete 2025-02-09 11:12:20,937 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,937 - card_creation - INFO - Jeff Suppan - complete 2025-02-09 11:12:20,939 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,939 - card_creation - INFO - John Thomson - complete 2025-02-09 11:12:20,939 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,939 - card_creation - INFO - Craig Biggio - complete 2025-02-09 11:12:20,940 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,940 - card_creation - INFO - Pat Rapp - complete 2025-02-09 11:12:20,955 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,955 - card_creation - INFO - Chris Peters - complete 2025-02-09 11:12:20,958 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,958 - card_creation - INFO - Al Martin - complete 2025-02-09 11:12:20,966 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,966 - card_creation - INFO - Mark Gardner - complete 2025-02-09 11:12:20,969 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,969 - card_creation - INFO - Marc Pisciotta - complete 2025-02-09 11:12:20,981 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,981 - card_creation - INFO - Willie Blair - complete 2025-02-09 11:12:20,986 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,986 - card_creation - INFO - Jason Schmidt - complete 2025-02-09 11:12:20,987 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,987 - card_creation - INFO - Jaret Wright - complete 2025-02-09 11:12:20,989 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,989 - card_creation - INFO - Dennis Martinez - complete 2025-02-09 11:12:20,998 - card_creation - INFO - return: 200 received 2025-02-09 11:12:20,998 - card_creation - INFO - Joel Adamson - complete 2025-02-09 11:12:21,000 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,000 - card_creation - INFO - Brian Meadows - complete 2025-02-09 11:12:21,001 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,001 - card_creation - INFO - Jesus Sanchez - complete 2025-02-09 11:12:21,001 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,001 - card_creation - INFO - Bob Wickman - complete 2025-02-09 11:12:21,003 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,003 - card_creation - INFO - Esteban Loaiza - complete 2025-02-09 11:12:21,018 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,019 - card_creation - INFO - Pokey Reese - complete 2025-02-09 11:12:21,019 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,019 - card_creation - INFO - Jose Vidro - complete 2025-02-09 11:12:21,021 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,021 - card_creation - INFO - Kerry Wood - complete 2025-02-09 11:12:21,025 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,025 - card_creation - INFO - Chan Ho Park - complete 2025-02-09 11:12:21,025 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,025 - card_creation - INFO - Glendon Rusch - complete 2025-02-09 11:12:21,026 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,026 - card_creation - INFO - Chris Haney - complete 2025-02-09 11:12:21,031 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,031 - card_creation - INFO - Rickey Henderson - complete 2025-02-09 11:12:21,048 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,048 - card_creation - INFO - Paul Molitor - complete 2025-02-09 11:12:21,048 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,048 - card_creation - INFO - Curt Schilling - complete 2025-02-09 11:12:21,051 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,051 - card_creation - INFO - Carlos Perez - complete 2025-02-09 11:12:21,058 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,059 - card_creation - INFO - Kevin Brown - complete 2025-02-09 11:12:21,060 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,060 - card_creation - INFO - Larry Walker - complete 2025-02-09 11:12:21,061 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,061 - card_creation - INFO - Rich DeLucia - complete 2025-02-09 11:12:21,067 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,067 - card_creation - INFO - Felix Rodriguez - complete 2025-02-09 11:12:21,071 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,072 - card_creation - INFO - Jim Pittsley - complete 2025-02-09 11:12:21,072 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,072 - card_creation - INFO - Tom Glavine - complete 2025-02-09 11:12:21,081 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,081 - card_creation - INFO - Tyler Green - complete 2025-02-09 11:12:21,081 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,082 - card_creation - INFO - Trever Miller - complete 2025-02-09 11:12:21,087 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,088 - card_creation - INFO - Jose Lima - complete 2025-02-09 11:12:21,088 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,088 - card_creation - INFO - Jon Lieber - complete 2025-02-09 11:12:21,093 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,093 - card_creation - INFO - Scott Hatteberg - complete 2025-02-09 11:12:21,095 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,095 - card_creation - INFO - Ramon Martinez - complete 2025-02-09 11:12:21,096 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,096 - card_creation - INFO - Wally Joyner - complete 2025-02-09 11:12:21,111 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,111 - card_creation - INFO - Brett Tomko - complete 2025-02-09 11:12:21,115 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,115 - card_creation - INFO - Masato Yoshii - complete 2025-02-09 11:12:21,116 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,116 - card_creation - INFO - Eric Davis - complete 2025-02-09 11:12:21,123 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,123 - card_creation - INFO - Al Leiter - complete 2025-02-09 11:12:21,124 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,125 - card_creation - INFO - Bob Scanlan - complete 2025-02-09 11:12:21,128 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,128 - card_creation - INFO - Steve Trachsel - complete 2025-02-09 11:12:21,131 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,131 - card_creation - INFO - Greg Swindell - complete 2025-02-09 11:12:21,136 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,136 - card_creation - INFO - Kent Bottenfield - complete 2025-02-09 11:12:21,140 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,140 - card_creation - INFO - Jason Johnson - complete 2025-02-09 11:12:21,153 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,153 - card_creation - INFO - Marc Valdes - complete 2025-02-09 11:12:21,161 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,161 - card_creation - INFO - Shawn Estes - complete 2025-02-09 11:12:21,163 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,163 - card_creation - INFO - Shane Reynolds - complete 2025-02-09 11:12:21,165 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,165 - card_creation - INFO - Darryl Kile - complete 2025-02-09 11:12:21,167 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,167 - card_creation - INFO - Ken Cloude - complete 2025-02-09 11:12:21,170 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,171 - card_creation - INFO - Shane Andrews - complete 2025-02-09 11:12:21,182 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,182 - card_creation - INFO - Jeff Juden - complete 2025-02-09 11:12:21,185 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,185 - card_creation - INFO - Andy Larkin - complete 2025-02-09 11:12:21,185 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,186 - card_creation - INFO - Jose Rosado - complete 2025-02-09 11:12:21,186 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,186 - card_creation - INFO - Scott Radinsky - complete 2025-02-09 11:12:21,190 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,190 - card_creation - INFO - Brian Anderson - complete 2025-02-09 11:12:21,195 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,195 - card_creation - INFO - Pedro Astacio - complete 2025-02-09 11:12:21,195 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,196 - card_creation - INFO - Felix Heredia - complete 2025-02-09 11:12:21,201 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,201 - card_creation - INFO - Chris Hoiles - complete 2025-02-09 11:12:21,203 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,203 - card_creation - INFO - Rick Helling - complete 2025-02-09 11:12:21,214 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,214 - card_creation - INFO - Darren Dreifort - complete 2025-02-09 11:12:21,218 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,219 - card_creation - INFO - Ramiro Mendoza - complete 2025-02-09 11:12:21,223 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,223 - card_creation - INFO - Brian Bevil - complete 2025-02-09 11:12:21,223 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,224 - card_creation - INFO - Amaury Telemaco - complete 2025-02-09 11:12:21,237 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,237 - card_creation - INFO - Tim Worrell - complete 2025-02-09 11:12:21,242 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,242 - card_creation - INFO - Rafael Medina - complete 2025-02-09 11:12:21,245 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,245 - card_creation - INFO - John Burkett - complete 2025-02-09 11:12:21,247 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,247 - card_creation - INFO - Francisco Cordova - complete 2025-02-09 11:12:21,247 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,247 - card_creation - INFO - Livan Hernandez - complete 2025-02-09 11:12:21,247 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,247 - card_creation - INFO - Harold Baines - complete 2025-02-09 11:12:21,266 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,266 - card_creation - INFO - Manny Alexander - complete 2025-02-09 11:12:21,268 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,268 - card_creation - INFO - Gerald Williams - complete 2025-02-09 11:12:21,269 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,269 - card_creation - INFO - Andy Ashby - complete 2025-02-09 11:12:21,272 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,273 - card_creation - INFO - Pete Harnisch - complete 2025-02-09 11:12:21,274 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,275 - card_creation - INFO - Bobby Bonilla - complete 2025-02-09 11:12:21,278 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,278 - card_creation - INFO - Mike Kelly - complete 2025-02-09 11:12:21,285 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,285 - card_creation - INFO - Richard Hidalgo - complete 2025-02-09 11:12:21,290 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,290 - card_creation - INFO - Mike Piazza - complete 2025-02-09 11:12:21,293 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,293 - card_creation - INFO - Bobby Witt - complete 2025-02-09 11:12:21,298 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,298 - card_creation - INFO - Kevin Tapani - complete 2025-02-09 11:12:21,302 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,302 - card_creation - INFO - Brady Anderson - complete 2025-02-09 11:12:21,303 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,303 - card_creation - INFO - Stan Belinda - complete 2025-02-09 11:12:21,307 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,308 - card_creation - INFO - Mark Clark - complete 2025-02-09 11:12:21,308 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,308 - card_creation - INFO - Brad Ausmus - complete 2025-02-09 11:12:21,316 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,316 - card_creation - INFO - Dan Carlson - complete 2025-02-09 11:12:21,319 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,319 - card_creation - INFO - Pete Smith - complete 2025-02-09 11:12:21,333 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,333 - card_creation - INFO - Eduardo Perez - complete 2025-02-09 11:12:21,334 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,334 - card_creation - INFO - Arthur Rhodes - complete 2025-02-09 11:12:21,334 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,334 - card_creation - INFO - Aaron Small - complete 2025-02-09 11:12:21,337 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,337 - card_creation - INFO - Mike Hampton - complete 2025-02-09 11:12:21,341 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,342 - card_creation - INFO - Jim Corsi - complete 2025-02-09 11:12:21,345 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,345 - card_creation - INFO - Rick DeHart - complete 2025-02-09 11:12:21,350 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,350 - card_creation - INFO - Doug Jones - complete 2025-02-09 11:12:21,357 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,357 - card_creation - INFO - Andy Fox - complete 2025-02-09 11:12:21,358 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,359 - card_creation - INFO - Tony Castillo - complete 2025-02-09 11:12:21,361 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,361 - card_creation - INFO - Norm Charlton - complete 2025-02-09 11:12:21,362 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,362 - card_creation - INFO - Eric Gunderson - complete 2025-02-09 11:12:21,366 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,366 - card_creation - INFO - Bernard Gilkey - complete 2025-02-09 11:12:21,377 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,377 - card_creation - INFO - Lou Collier - complete 2025-02-09 11:12:21,379 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,379 - card_creation - INFO - Jeff Fassero - complete 2025-02-09 11:12:21,388 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,388 - card_creation - INFO - Mike Cather - complete 2025-02-09 11:12:21,391 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,391 - card_creation - INFO - Terry Mulholland - complete 2025-02-09 11:12:21,395 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,395 - card_creation - INFO - Glenallen Hill - complete 2025-02-09 11:12:21,404 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,405 - card_creation - INFO - Elmer Dessens - complete 2025-02-09 11:12:21,408 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,408 - card_creation - INFO - Sidney Ponson - complete 2025-02-09 11:12:21,412 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,412 - card_creation - INFO - Paul Quantrill - complete 2025-02-09 11:12:21,415 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,415 - card_creation - INFO - Esteban Yan - complete 2025-02-09 11:12:21,422 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,422 - card_creation - INFO - Albie Lopez - complete 2025-02-09 11:12:21,423 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,423 - card_creation - INFO - Bobby Jones - complete 2025-02-09 11:12:21,430 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,430 - card_creation - INFO - Jose Hernandez - complete 2025-02-09 11:12:21,434 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,435 - card_creation - INFO - Tom Fordham - complete 2025-02-09 11:12:21,435 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,435 - card_creation - INFO - Carlos Castillo - complete 2025-02-09 11:12:21,446 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,446 - card_creation - INFO - Darryl Strawberry - complete 2025-02-09 11:12:21,449 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,449 - card_creation - INFO - TJ Mathews - complete 2025-02-09 11:12:21,451 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,451 - card_creation - INFO - Felix Martinez - complete 2025-02-09 11:12:21,459 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,459 - card_creation - INFO - Andy Sheets - complete 2025-02-09 11:12:21,464 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,464 - card_creation - INFO - Scott Kamieniecki - complete 2025-02-09 11:12:21,468 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,468 - card_creation - INFO - Mark Kotsay - complete 2025-02-09 11:12:21,473 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,473 - card_creation - INFO - Kelly Stinnett - complete 2025-02-09 11:12:21,476 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,476 - card_creation - INFO - Antonio Alfonseca - complete 2025-02-09 11:12:21,479 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,479 - card_creation - INFO - Ed Taubensee - complete 2025-02-09 11:12:21,482 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,483 - card_creation - INFO - Omar Olivares - complete 2025-02-09 11:12:21,493 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,493 - card_creation - INFO - Jim Bruske - complete 2025-02-09 11:12:21,497 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,497 - card_creation - INFO - Tom Goodwin - complete 2025-02-09 11:12:21,501 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,502 - card_creation - INFO - Curt Leskanic - complete 2025-02-09 11:12:21,505 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,505 - card_creation - INFO - Charlie Hayes - complete 2025-02-09 11:12:21,522 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,522 - card_creation - INFO - Juan Castro - complete 2025-02-09 11:12:21,529 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,529 - card_creation - INFO - Dwight Gooden - complete 2025-02-09 11:12:21,530 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,531 - card_creation - INFO - Charlie OBrien - complete 2025-02-09 11:12:21,535 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,535 - card_creation - INFO - Alex Ochoa - complete 2025-02-09 11:12:21,552 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,552 - card_creation - INFO - Chuck McElroy - complete 2025-02-09 11:12:21,554 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,554 - card_creation - INFO - Chris Carpenter - complete 2025-02-09 11:12:21,556 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,556 - card_creation - INFO - Dennis Cook - complete 2025-02-09 11:12:21,560 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,560 - card_creation - INFO - Mark Lemke - complete 2025-02-09 11:12:21,562 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,562 - card_creation - INFO - Shigetoshi Hasegawa - complete 2025-02-09 11:12:21,565 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,565 - card_creation - INFO - Brent Brede - complete 2025-02-09 11:12:21,568 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,568 - card_creation - INFO - Mike Timlin - complete 2025-02-09 11:12:21,571 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,571 - card_creation - INFO - Mark Whiten - complete 2025-02-09 11:12:21,591 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,591 - card_creation - INFO - Bryce Florie - complete 2025-02-09 11:12:21,592 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,592 - card_creation - INFO - Ozzie Guillen - complete 2025-02-09 11:12:21,596 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,596 - card_creation - INFO - Paul Bako - complete 2025-02-09 11:12:21,598 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,598 - card_creation - INFO - Turner Ward - complete 2025-02-09 11:12:21,600 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,600 - card_creation - INFO - Brian Giles - complete 2025-02-09 11:12:21,604 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,604 - card_creation - INFO - Roger Cedeno - complete 2025-02-09 11:12:21,608 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,608 - card_creation - INFO - Tony Eusebio - complete 2025-02-09 11:12:21,610 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,610 - card_creation - INFO - Jerry DiPoto - complete 2025-02-09 11:12:21,614 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,614 - card_creation - INFO - Reggie Sanders - complete 2025-02-09 11:12:21,618 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,618 - card_creation - INFO - Dave Nilsson - complete 2025-02-09 11:12:21,624 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,624 - card_creation - INFO - Robb Nen - complete 2025-02-09 11:12:21,628 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,628 - card_creation - INFO - Tony Graffanino - complete 2025-02-09 11:12:21,629 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,630 - card_creation - INFO - Oscar Henriquez - complete 2025-02-09 11:12:21,632 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,633 - card_creation - INFO - Matt Mantei - complete 2025-02-09 11:12:21,634 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,634 - card_creation - INFO - Yamil Benitez - complete 2025-02-09 11:12:21,636 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,636 - card_creation - INFO - Matt Mieske - complete 2025-02-09 11:12:21,653 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,653 - card_creation - INFO - Eli Marrero - complete 2025-02-09 11:12:21,659 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,659 - card_creation - INFO - Jeff Reboulet - complete 2025-02-09 11:12:21,667 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,667 - card_creation - INFO - Eric Young - complete 2025-02-09 11:12:21,667 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,667 - card_creation - INFO - Dan Serafini - complete 2025-02-09 11:12:21,672 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,672 - card_creation - INFO - Todd Dunwoody - complete 2025-02-09 11:12:21,674 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,674 - card_creation - INFO - Brian Jordan - complete 2025-02-09 11:12:21,677 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,678 - card_creation - INFO - Wilton Guerrero - complete 2025-02-09 11:12:21,680 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,680 - card_creation - INFO - Karim Garcia - complete 2025-02-09 11:12:21,696 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,696 - card_creation - INFO - Kevin Brown - complete 2025-02-09 11:12:21,699 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,699 - card_creation - INFO - Chris Jones - complete 2025-02-09 11:12:21,703 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,703 - card_creation - INFO - Clint Sodowsky - complete 2025-02-09 11:12:21,706 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,706 - card_creation - INFO - Randy Winn - complete 2025-02-09 11:12:21,707 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,708 - card_creation - INFO - Jorge Fabregas - complete 2025-02-09 11:12:21,708 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,708 - card_creation - INFO - Kimera Bartee - complete 2025-02-09 11:12:21,713 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,713 - card_creation - INFO - Bobby Hughes - complete 2025-02-09 11:12:21,714 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,714 - card_creation - INFO - Seth Greisinger - complete 2025-02-09 11:12:21,725 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,725 - card_creation - INFO - Reggie Jefferson - complete 2025-02-09 11:12:21,735 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,735 - card_creation - INFO - Damon Buford - complete 2025-02-09 11:12:21,735 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,736 - card_creation - INFO - Alvin Morman - complete 2025-02-09 11:12:21,736 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,736 - card_creation - INFO - Kevin Sefcik - complete 2025-02-09 11:12:21,741 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,741 - card_creation - INFO - Luis Alicea - complete 2025-02-09 11:12:21,743 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,743 - card_creation - INFO - Miguel Tejada - complete 2025-02-09 11:12:21,747 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,747 - card_creation - INFO - Craig Shipley - complete 2025-02-09 11:12:21,749 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,749 - card_creation - INFO - Todd Hollandsworth - complete 2025-02-09 11:12:21,751 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,751 - card_creation - INFO - Rolando Arrojo - complete 2025-02-09 11:12:21,757 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,757 - card_creation - INFO - Darrin Jackson - complete 2025-02-09 11:12:21,758 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,758 - card_creation - INFO - Yorkis Perez - complete 2025-02-09 11:12:21,770 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,770 - card_creation - INFO - Heathcliff Slocumb - complete 2025-02-09 11:12:21,772 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,772 - card_creation - INFO - Chad Curtis - complete 2025-02-09 11:12:21,781 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,781 - card_creation - INFO - Jason Varitek - complete 2025-02-09 11:12:21,782 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,782 - card_creation - INFO - Juan Guzman - complete 2025-02-09 11:12:21,785 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,785 - card_creation - INFO - Greg McMichael - complete 2025-02-09 11:12:21,786 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,786 - card_creation - INFO - Eric Ludwick - complete 2025-02-09 11:12:21,790 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,791 - card_creation - INFO - Paul Spoljaric - complete 2025-02-09 11:12:21,795 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,795 - card_creation - INFO - Ismael Valdez - complete 2025-02-09 11:12:21,803 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,803 - card_creation - INFO - Tom Candiotti - complete 2025-02-09 11:12:21,806 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,806 - card_creation - INFO - Tim Belcher - complete 2025-02-09 11:12:21,811 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,812 - card_creation - INFO - Andy Pettitte - complete 2025-02-09 11:12:21,814 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,815 - card_creation - INFO - Brad Radke - complete 2025-02-09 11:12:21,820 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,820 - card_creation - INFO - Roberto Kelly - complete 2025-02-09 11:12:21,822 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,822 - card_creation - INFO - Jimmy Haynes - complete 2025-02-09 11:12:21,825 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,825 - card_creation - INFO - Danny Darwin - complete 2025-02-09 11:12:21,827 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,827 - card_creation - INFO - Roberto Alomar - complete 2025-02-09 11:12:21,831 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,831 - card_creation - INFO - Kenny Lofton - complete 2025-02-09 11:12:21,838 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,838 - card_creation - INFO - Jamie Moyer - complete 2025-02-09 11:12:21,839 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,840 - card_creation - INFO - Bill Swift - complete 2025-02-09 11:12:21,845 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,845 - card_creation - INFO - Troy OLeary - complete 2025-02-09 11:12:21,857 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,858 - card_creation - INFO - Dean Palmer - complete 2025-02-09 11:12:21,863 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,863 - card_creation - INFO - Jay Powell - complete 2025-02-09 11:12:21,865 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,865 - card_creation - INFO - Bill Risley - complete 2025-02-09 11:12:21,867 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,867 - card_creation - INFO - Brian Rose - complete 2025-02-09 11:12:21,871 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,871 - card_creation - INFO - Kirk Rueter - complete 2025-02-09 11:12:21,875 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,875 - card_creation - INFO - Terry Pendleton - complete 2025-02-09 11:12:21,883 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,883 - card_creation - INFO - Tino Martinez - complete 2025-02-09 11:12:21,888 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,888 - card_creation - INFO - Vinny Castilla - complete 2025-02-09 11:12:21,890 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,890 - card_creation - INFO - Dave Mlicki - complete 2025-02-09 11:12:21,891 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,891 - card_creation - INFO - LaTroy Hawkins - complete 2025-02-09 11:12:21,892 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,892 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,892 - card_creation - INFO - Cecil Fielder - complete 2025-02-09 11:12:21,892 - card_creation - INFO - Fred McGriff - complete 2025-02-09 11:12:21,894 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,895 - card_creation - INFO - Darin Erstad - complete 2025-02-09 11:12:21,907 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,907 - card_creation - INFO - Rusty Greer - complete 2025-02-09 11:12:21,917 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,917 - card_creation - INFO - Shawn Green - complete 2025-02-09 11:12:21,918 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,918 - card_creation - INFO - Terry Steinbach - complete 2025-02-09 11:12:21,919 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,919 - card_creation - INFO - Gary Disarcina - complete 2025-02-09 11:12:21,922 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,922 - card_creation - INFO - Brian Hunter - complete 2025-02-09 11:12:21,925 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,926 - card_creation - INFO - David Ortiz - complete 2025-02-09 11:12:21,933 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,933 - card_creation - INFO - Edgar Martinez - complete 2025-02-09 11:12:21,950 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,950 - card_creation - INFO - Jamie Walker - complete 2025-02-09 11:12:21,953 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,953 - card_creation - INFO - Gabe Alvarez - complete 2025-02-09 11:12:21,956 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,956 - card_creation - INFO - Shannon Stewart - complete 2025-02-09 11:12:21,957 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,957 - card_creation - INFO - BJ Surhoff - complete 2025-02-09 11:12:21,958 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,958 - card_creation - INFO - Mike Oquist - complete 2025-02-09 11:12:21,961 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,961 - card_creation - INFO - John Snyder - complete 2025-02-09 11:12:21,967 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,967 - card_creation - INFO - Jose Offerman - complete 2025-02-09 11:12:21,971 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,972 - card_creation - INFO - Will Clark - complete 2025-02-09 11:12:21,977 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,977 - card_creation - INFO - Mike Sweeney - complete 2025-02-09 11:12:21,983 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,983 - card_creation - INFO - Ellis Burks - complete 2025-02-09 11:12:21,989 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,989 - card_creation - INFO - Mike Lansing - complete 2025-02-09 11:12:21,991 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,991 - card_creation - INFO - Stan Javier - complete 2025-02-09 11:12:21,998 - card_creation - INFO - return: 200 received 2025-02-09 11:12:21,998 - card_creation - INFO - Ed Sprague - complete 2025-02-09 11:12:22,000 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,000 - card_creation - INFO - Tony Clark - complete 2025-02-09 11:12:22,002 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,003 - card_creation - INFO - Otis Nixon - complete 2025-02-09 11:12:22,003 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,003 - card_creation - INFO - Sammy Sosa - complete 2025-02-09 11:12:22,013 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,013 - card_creation - INFO - Johnny Damon - complete 2025-02-09 11:12:22,018 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,018 - card_creation - INFO - Frank Thomas - complete 2025-02-09 11:12:22,023 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,023 - card_creation - INFO - Henry Rodriguez - complete 2025-02-09 11:12:22,024 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,024 - card_creation - INFO - Kevin Elster - complete 2025-02-09 11:12:22,028 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,028 - card_creation - INFO - Marquis Grissom - complete 2025-02-09 11:12:22,028 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,029 - card_creation - INFO - Jamey Wright - complete 2025-02-09 11:12:22,030 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,030 - card_creation - INFO - Fernando Vina - complete 2025-02-09 11:12:22,039 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,039 - card_creation - INFO - Sandy Alomar - complete 2025-02-09 11:12:22,044 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,044 - card_creation - INFO - Tony Womack - complete 2025-02-09 11:12:22,047 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,047 - card_creation - INFO - Bernie Williams - complete 2025-02-09 11:12:22,051 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,051 - card_creation - INFO - Cliff Floyd - complete 2025-02-09 11:12:22,054 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,054 - card_creation - INFO - Cal Ripken - complete 2025-02-09 11:12:22,062 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,062 - card_creation - INFO - Garret Anderson - complete 2025-02-09 11:12:22,064 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,064 - card_creation - INFO - Jeff Kent - complete 2025-02-09 11:12:22,068 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,068 - card_creation - INFO - Travis Lee - complete 2025-02-09 11:12:22,071 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,071 - card_creation - INFO - Mike Matheny - complete 2025-02-09 11:12:22,073 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,073 - card_creation - INFO - Bill Mueller - complete 2025-02-09 11:12:22,075 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,075 - card_creation - INFO - JT Snow - complete 2025-02-09 11:12:22,085 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,085 - card_creation - INFO - Scott Karl - complete 2025-02-09 11:12:22,088 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,088 - card_creation - INFO - Jay Bell - complete 2025-02-09 11:12:22,090 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,090 - card_creation - INFO - Mark McGwire - complete 2025-02-09 11:12:22,094 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,094 - card_creation - INFO - Dave Martinez - complete 2025-02-09 11:12:22,099 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,099 - card_creation - INFO - Mark Grudzielanek - complete 2025-02-09 11:12:22,103 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,103 - card_creation - INFO - Jason Kendall - complete 2025-02-09 11:12:22,116 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,116 - card_creation - INFO - Mike Bordick - complete 2025-02-09 11:12:22,120 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,120 - card_creation - INFO - Mark McLemore - complete 2025-02-09 11:12:22,124 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,124 - card_creation - INFO - Paul Sorrento - complete 2025-02-09 11:12:22,130 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,130 - card_creation - INFO - Ron Gant - complete 2025-02-09 11:12:22,133 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,133 - card_creation - INFO - Scott Eyre - complete 2025-02-09 11:12:22,135 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,135 - card_creation - INFO - Jermaine Allensworth - complete 2025-02-09 11:12:22,139 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,139 - card_creation - INFO - John Olerud - complete 2025-02-09 11:12:22,148 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,148 - card_creation - INFO - Jeff Cirillo - complete 2025-02-09 11:12:22,151 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,151 - card_creation - INFO - Jim Poole - complete 2025-02-09 11:12:22,154 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,154 - card_creation - INFO - Steve Reed - complete 2025-02-09 11:12:22,157 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,157 - card_creation - INFO - Mark Grace - complete 2025-02-09 11:12:22,159 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,159 - card_creation - INFO - Scott Brow - complete 2025-02-09 11:12:22,162 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,162 - card_creation - INFO - Derek Lowe - complete 2025-02-09 11:12:22,164 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,164 - card_creation - INFO - Roger Clemens - complete 2025-02-09 11:12:22,170 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,170 - card_creation - INFO - FP Santangelo - complete 2025-02-09 11:12:22,172 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,172 - card_creation - INFO - Kevin Millwood - complete 2025-02-09 11:12:22,173 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,173 - card_creation - INFO - Ken Caminiti - complete 2025-02-09 11:12:22,190 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,190 - card_creation - INFO - Brad Fullmer - complete 2025-02-09 11:12:22,193 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,193 - card_creation - INFO - Jimmy Key - complete 2025-02-09 11:12:22,196 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,196 - card_creation - INFO - Jeff Blauser - complete 2025-02-09 11:12:22,198 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,198 - card_creation - INFO - Chris Widger - complete 2025-02-09 11:12:22,201 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,201 - card_creation - INFO - Desi Relaford - complete 2025-02-09 11:12:22,205 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,205 - card_creation - INFO - Rick Reed - complete 2025-02-09 11:12:22,208 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,208 - card_creation - INFO - John Jaha - complete 2025-02-09 11:12:22,211 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,211 - card_creation - INFO - Dustin Hermanson - complete 2025-02-09 11:12:22,226 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,226 - card_creation - INFO - Eric Milton - complete 2025-02-09 11:12:22,235 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,235 - card_creation - INFO - Jose Mesa - complete 2025-02-09 11:12:22,236 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,237 - card_creation - INFO - Allen Watson - complete 2025-02-09 11:12:22,237 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,237 - card_creation - INFO - Steve Finley - complete 2025-02-09 11:12:22,240 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,240 - card_creation - INFO - Brian McRae - complete 2025-02-09 11:12:22,240 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,240 - card_creation - INFO - Edgardo Alfonzo - complete 2025-02-09 11:12:22,241 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,241 - card_creation - INFO - Doug Drabek - complete 2025-02-09 11:12:22,243 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,243 - card_creation - INFO - Doug Glanville - complete 2025-02-09 11:12:22,262 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,263 - card_creation - INFO - Vladimir Guerrero - complete 2025-02-09 11:12:22,270 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,270 - card_creation - INFO - Tony Saunders - complete 2025-02-09 11:12:22,272 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,272 - card_creation - INFO - Jason Christiansen - complete 2025-02-09 11:12:22,272 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,272 - card_creation - INFO - Jeff Nelson - complete 2025-02-09 11:12:22,275 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,275 - card_creation - INFO - Jack McDowell - complete 2025-02-09 11:12:22,280 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,280 - card_creation - INFO - Bobby Abreu - complete 2025-02-09 11:12:22,286 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,286 - card_creation - INFO - Wilson Alvarez - complete 2025-02-09 11:12:22,290 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,290 - card_creation - INFO - Tim Wakefield - complete 2025-02-09 11:12:22,297 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,297 - card_creation - INFO - Geremi Gonzalez - complete 2025-02-09 11:12:22,301 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,301 - card_creation - INFO - Aaron Sele - complete 2025-02-09 11:12:22,303 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,303 - card_creation - INFO - Jason Dickson - complete 2025-02-09 11:12:22,306 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,306 - card_creation - INFO - Jose Silva - complete 2025-02-09 11:12:22,309 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,309 - card_creation - INFO - Shane Mack - complete 2025-02-09 11:12:22,312 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,312 - card_creation - INFO - Derek Jeter - complete 2025-02-09 11:12:22,314 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,314 - card_creation - INFO - Denny Neagle - complete 2025-02-09 11:12:22,317 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,317 - card_creation - INFO - Greg Vaughn - complete 2025-02-09 11:12:22,318 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,318 - card_creation - INFO - Greg Keagle - complete 2025-02-09 11:12:22,319 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,319 - card_creation - INFO - Luis Lopez - complete 2025-02-09 11:12:22,327 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,327 - card_creation - INFO - Todd Zeile - complete 2025-02-09 11:12:22,338 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,338 - card_creation - INFO - Mark Petkovsek - complete 2025-02-09 11:12:22,343 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,343 - card_creation - INFO - Scott Brosius - complete 2025-02-09 11:12:22,348 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,348 - card_creation - INFO - Trey Moore - complete 2025-02-09 11:12:22,349 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,349 - card_creation - INFO - Rick Krivda - complete 2025-02-09 11:12:22,351 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,352 - card_creation - INFO - Dave Veres - complete 2025-02-09 11:12:22,353 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,353 - card_creation - INFO - Rey Ordonez - complete 2025-02-09 11:12:22,359 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,359 - card_creation - INFO - Woody Williams - complete 2025-02-09 11:12:22,360 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,360 - card_creation - INFO - Ruben Rivera - complete 2025-02-09 11:12:22,368 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,368 - card_creation - INFO - Carlos Baerga - complete 2025-02-09 11:12:22,374 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,374 - card_creation - INFO - Hideo Nomo - complete 2025-02-09 11:12:22,375 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,375 - card_creation - INFO - Jeff Bagwell - complete 2025-02-09 11:12:22,376 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,377 - card_creation - INFO - Andres Galarraga - complete 2025-02-09 11:12:22,382 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,382 - card_creation - INFO - Willie McGee - complete 2025-02-09 11:12:22,389 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,389 - card_creation - INFO - Scott Elarton - complete 2025-02-09 11:12:22,394 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,395 - card_creation - INFO - Ray Lankford - complete 2025-02-09 11:12:22,400 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,401 - card_creation - INFO - Steve Parris - complete 2025-02-09 11:12:22,402 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,402 - card_creation - INFO - Lance Johnson - complete 2025-02-09 11:12:22,402 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,403 - card_creation - INFO - Paul Shuey - complete 2025-02-09 11:12:22,405 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,405 - card_creation - INFO - Tom Lampkin - complete 2025-02-09 11:12:22,414 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,414 - card_creation - INFO - Pat Hentgen - complete 2025-02-09 11:12:22,417 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,417 - card_creation - INFO - Todd Helton - complete 2025-02-09 11:12:22,422 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,423 - card_creation - INFO - Brent Gates - complete 2025-02-09 11:12:22,424 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,424 - card_creation - INFO - Derrek Lee - complete 2025-02-09 11:12:22,426 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,426 - card_creation - INFO - Bip Roberts - complete 2025-02-09 11:12:22,437 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,437 - card_creation - INFO - Brent Mayne - complete 2025-02-09 11:12:22,441 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,441 - card_creation - INFO - Mike Mordecai - complete 2025-02-09 11:12:22,444 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,444 - card_creation - INFO - David Bell - complete 2025-02-09 11:12:22,449 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,449 - card_creation - INFO - Pat Borders - complete 2025-02-09 11:12:22,454 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,454 - card_creation - INFO - Deivi Cruz - complete 2025-02-09 11:12:22,457 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,457 - card_creation - INFO - Kevin Polcovich - complete 2025-02-09 11:12:22,464 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,464 - card_creation - INFO - Kurt Abbott - complete 2025-02-09 11:12:22,474 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,475 - card_creation - INFO - Mike Munoz - complete 2025-02-09 11:12:22,476 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,476 - card_creation - INFO - Rich Croushore - complete 2025-02-09 11:12:22,477 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,477 - card_creation - INFO - Steve Sparks - complete 2025-02-09 11:12:22,481 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,481 - card_creation - INFO - Jason McDonald - complete 2025-02-09 11:12:22,483 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,483 - card_creation - INFO - Matt Morris - complete 2025-02-09 11:12:22,489 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,490 - card_creation - INFO - Scott Klingenbeck - complete 2025-02-09 11:12:22,498 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,498 - card_creation - INFO - Mike Williams - complete 2025-02-09 11:12:22,501 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,501 - card_creation - INFO - Danny Klassen - complete 2025-02-09 11:12:22,505 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,505 - card_creation - INFO - Rafael Bournigal - complete 2025-02-09 11:12:22,508 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,508 - card_creation - INFO - Geronimo Berroa - complete 2025-02-09 11:12:22,511 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,511 - card_creation - INFO - Mark Hutton - complete 2025-02-09 11:12:22,514 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,515 - card_creation - INFO - Robert Person - complete 2025-02-09 11:12:22,517 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,517 - card_creation - INFO - Mike Macfarlane - complete 2025-02-09 11:12:22,519 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,520 - card_creation - INFO - Ron Villone - complete 2025-02-09 11:12:22,528 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,528 - card_creation - INFO - Mike Blowers - complete 2025-02-09 11:12:22,529 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,529 - card_creation - INFO - Hideki Irabu - complete 2025-02-09 11:12:22,534 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,534 - card_creation - INFO - Darren Oliver - complete 2025-02-09 11:12:22,539 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,539 - card_creation - INFO - Phil Nevin - complete 2025-02-09 11:12:22,542 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,542 - card_creation - INFO - Jay Buhner - complete 2025-02-09 11:12:22,545 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,545 - card_creation - INFO - Carlton Loewer - complete 2025-02-09 11:12:22,553 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,553 - card_creation - INFO - Dennys Reyes - complete 2025-02-09 11:12:22,554 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,554 - card_creation - INFO - Marty Cordova - complete 2025-02-09 11:12:22,556 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,556 - card_creation - INFO - Jarrod Washburn - complete 2025-02-09 11:12:22,558 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,558 - card_creation - INFO - Terry Mathews - complete 2025-02-09 11:12:22,577 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,577 - card_creation - INFO - Dean Crow - complete 2025-02-09 11:12:22,581 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,581 - card_creation - INFO - Chad Kreuter - complete 2025-02-09 11:12:22,583 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,583 - card_creation - INFO - John Cangelosi - complete 2025-02-09 11:12:22,587 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,588 - card_creation - INFO - Mark Langston - complete 2025-02-09 11:12:22,589 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,589 - card_creation - INFO - Sean Runyan - complete 2025-02-09 11:12:22,593 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,593 - card_creation - INFO - Joe Girardi - complete 2025-02-09 11:12:22,594 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,594 - card_creation - INFO - Mike Caruso - complete 2025-02-09 11:12:22,598 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,598 - card_creation - INFO - Dan Naulty - complete 2025-02-09 11:12:22,601 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,601 - card_creation - INFO - Ron Mahay - complete 2025-02-09 11:12:22,613 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,613 - card_creation - INFO - Mariano Rivera - complete 2025-02-09 11:12:22,618 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,618 - card_creation - INFO - Orlando Hernandez - complete 2025-02-09 11:12:22,630 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,630 - card_creation - INFO - Scott Winchester - complete 2025-02-09 11:12:22,635 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,635 - card_creation - INFO - Wade Boggs - complete 2025-02-09 11:12:22,637 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,637 - card_creation - INFO - Carlos Delgado - complete 2025-02-09 11:12:22,640 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,640 - card_creation - INFO - Darrin Fletcher - complete 2025-02-09 11:12:22,640 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,640 - card_creation - INFO - Billy Wagner - complete 2025-02-09 11:12:22,644 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,645 - card_creation - INFO - Omar Daal - complete 2025-02-09 11:12:22,654 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,654 - card_creation - INFO - Brian Edmondson - complete 2025-02-09 11:12:22,658 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,658 - card_creation - INFO - Xavier Hernandez - complete 2025-02-09 11:12:22,666 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,666 - card_creation - INFO - Joe Oliver - complete 2025-02-09 11:12:22,671 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,671 - card_creation - INFO - Javier Martinez - complete 2025-02-09 11:12:22,674 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,674 - card_creation - INFO - Jerry Spradlin - complete 2025-02-09 11:12:22,681 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,681 - card_creation - INFO - Shane Halter - complete 2025-02-09 11:12:22,685 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,685 - card_creation - INFO - Lenny Webster - complete 2025-02-09 11:12:22,686 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,686 - card_creation - INFO - Chad Fox - complete 2025-02-09 11:12:22,689 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,689 - card_creation - INFO - Don Wengert - complete 2025-02-09 11:12:22,697 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,697 - card_creation - INFO - Alberto Reyes - complete 2025-02-09 11:12:22,702 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,702 - card_creation - INFO - Chad Ogea - complete 2025-02-09 11:12:22,705 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,705 - card_creation - INFO - Mike Benjamin - complete 2025-02-09 11:12:22,709 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,709 - card_creation - INFO - Ryan Dempster - complete 2025-02-09 11:12:22,711 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,712 - card_creation - INFO - Lance Painter - complete 2025-02-09 11:12:22,716 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,716 - card_creation - INFO - Joe Fontenot - complete 2025-02-09 11:12:22,722 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,723 - card_creation - INFO - Marc Newfield - complete 2025-02-09 11:12:22,724 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,724 - card_creation - INFO - Bronswell Patrick - complete 2025-02-09 11:12:22,730 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,730 - card_creation - INFO - Jorge Posada - complete 2025-02-09 11:12:22,735 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,735 - card_creation - INFO - Jeff Brantley - complete 2025-02-09 11:12:22,738 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,738 - card_creation - INFO - Jim Parque - complete 2025-02-09 11:12:22,741 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,741 - card_creation - INFO - Rich Loiselle - complete 2025-02-09 11:12:22,755 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,755 - card_creation - INFO - Tim Crabtree - complete 2025-02-09 11:12:22,756 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,756 - card_creation - INFO - Brant Brown - complete 2025-02-09 11:12:22,758 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,758 - card_creation - INFO - Rick White - complete 2025-02-09 11:12:22,762 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,762 - card_creation - INFO - Ben Grieve - complete 2025-02-09 11:12:22,783 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,783 - card_creation - INFO - Magglio Ordonez - complete 2025-02-09 11:12:22,786 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,786 - card_creation - INFO - Fernando Tatis - complete 2025-02-09 11:12:22,788 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,788 - card_creation - INFO - Dave Hollins - complete 2025-02-09 11:12:22,794 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,794 - card_creation - INFO - Damon Mashore - complete 2025-02-09 11:12:22,799 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,799 - card_creation - INFO - Bob Patterson - complete 2025-02-09 11:12:22,802 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,802 - card_creation - INFO - Nomar Garciaparra - complete 2025-02-09 11:12:22,804 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,804 - card_creation - INFO - Matt Whisenant - complete 2025-02-09 11:12:22,804 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,804 - card_creation - INFO - Kerry Ligtenberg - complete 2025-02-09 11:12:22,805 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,805 - card_creation - INFO - Ray Durham - complete 2025-02-09 11:12:22,807 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,807 - card_creation - INFO - Chris Snopek - complete 2025-02-09 11:12:22,811 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,811 - card_creation - INFO - Ryan Jackson - complete 2025-02-09 11:12:22,820 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,820 - card_creation - INFO - Blake Stein - complete 2025-02-09 11:12:22,822 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,822 - card_creation - INFO - Billy Taylor - complete 2025-02-09 11:12:22,825 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,825 - card_creation - INFO - Mike Busby - complete 2025-02-09 11:12:22,836 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,836 - card_creation - INFO - Rick Aguilera - complete 2025-02-09 11:12:22,840 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,840 - card_creation - INFO - Brian Bohanon - complete 2025-02-09 11:12:22,846 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,846 - card_creation - INFO - Omar Vizquel - complete 2025-02-09 11:12:22,849 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,849 - card_creation - INFO - Dan Miceli - complete 2025-02-09 11:12:22,850 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,850 - card_creation - INFO - Frank Castillo - complete 2025-02-09 11:12:22,853 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,853 - card_creation - INFO - Alex Rodriguez - complete 2025-02-09 11:12:22,856 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,856 - card_creation - INFO - Mike Stanton - complete 2025-02-09 11:12:22,869 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,869 - card_creation - INFO - Javier Vazquez - complete 2025-02-09 11:12:22,870 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,870 - card_creation - INFO - Donovan Osborne - complete 2025-02-09 11:12:22,874 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,874 - card_creation - INFO - Norberto Martin - complete 2025-02-09 11:12:22,877 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,877 - card_creation - INFO - Mel Rojas - complete 2025-02-09 11:12:22,881 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,881 - card_creation - INFO - Alan Embree - complete 2025-02-09 11:12:22,882 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,882 - card_creation - INFO - Jose Guillen - complete 2025-02-09 11:12:22,887 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,887 - card_creation - INFO - Danny Graves - complete 2025-02-09 11:12:22,901 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,901 - card_creation - INFO - Rich Garces - complete 2025-02-09 11:12:22,905 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,905 - card_creation - INFO - Jeff Tabaka - complete 2025-02-09 11:12:22,909 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,909 - card_creation - INFO - Chuck Knoblauch - complete 2025-02-09 11:12:22,912 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,913 - card_creation - INFO - Kent Mercker - complete 2025-02-09 11:12:22,914 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,914 - card_creation - INFO - Doug Henry - complete 2025-02-09 11:12:22,917 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,917 - card_creation - INFO - Keith Foulke - complete 2025-02-09 11:12:22,918 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,918 - card_creation - INFO - Rich Rodriguez - complete 2025-02-09 11:12:22,925 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,925 - card_creation - INFO - Turk Wendell - complete 2025-02-09 11:12:22,931 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,931 - card_creation - INFO - CJ Nitkowski - complete 2025-02-09 11:12:22,937 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,937 - card_creation - INFO - John Franco - complete 2025-02-09 11:12:22,942 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,942 - card_creation - INFO - Wil Cordero - complete 2025-02-09 11:12:22,946 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,947 - card_creation - INFO - Jim Thome - complete 2025-02-09 11:12:22,950 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,950 - card_creation - INFO - AJ Sager - complete 2025-02-09 11:12:22,950 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,950 - card_creation - INFO - Paul Wagner - complete 2025-02-09 11:12:22,953 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,953 - card_creation - INFO - Jason Bere - complete 2025-02-09 11:12:22,954 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,954 - card_creation - INFO - Russ Springer - complete 2025-02-09 11:12:22,960 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,960 - card_creation - INFO - Bobby Higginson - complete 2025-02-09 11:12:22,968 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,968 - card_creation - INFO - Brad Woodall - complete 2025-02-09 11:12:22,970 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,970 - card_creation - INFO - Sean Bergman - complete 2025-02-09 11:12:22,973 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,973 - card_creation - INFO - Randy Johnson - complete 2025-02-09 11:12:22,974 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,974 - card_creation - INFO - Scott Sullivan - complete 2025-02-09 11:12:22,979 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,979 - card_creation - INFO - Darren Bragg - complete 2025-02-09 11:12:22,990 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,990 - card_creation - INFO - John Wasdin - complete 2025-02-09 11:12:22,995 - card_creation - INFO - return: 200 received 2025-02-09 11:12:22,995 - card_creation - INFO - Curtis King - complete 2025-02-09 11:12:23,009 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,010 - card_creation - INFO - Eric Plunk - complete 2025-02-09 11:12:23,017 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,017 - card_creation - INFO - Wayne Gomes - complete 2025-02-09 11:12:23,028 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,028 - card_creation - INFO - Gabe White - complete 2025-02-09 11:12:23,034 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,035 - card_creation - INFO - Butch Huskey - complete 2025-02-09 11:12:23,036 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,036 - card_creation - INFO - Scott Erickson - complete 2025-02-09 11:12:23,041 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,041 - card_creation - INFO - Mike Remlinger - complete 2025-02-09 11:12:23,044 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,044 - card_creation - INFO - Rob Stanifer - complete 2025-02-09 11:12:23,046 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,046 - card_creation - INFO - Anthony Telford - complete 2025-02-09 11:12:23,049 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,049 - card_creation - INFO - Sterling Hitchcock - complete 2025-02-09 11:12:23,052 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,052 - card_creation - INFO - David Howard - complete 2025-02-09 11:12:23,056 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,057 - card_creation - INFO - Brian Boehringer - complete 2025-02-09 11:12:23,057 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,057 - card_creation - INFO - Julian Tavarez - complete 2025-02-09 11:12:23,059 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,060 - card_creation - INFO - Bret Saberhagen - complete 2025-02-09 11:12:23,068 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,069 - card_creation - INFO - Tom Gordon - complete 2025-02-09 11:12:23,072 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,072 - card_creation - INFO - Doug Johns - complete 2025-02-09 11:12:23,075 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,075 - card_creation - INFO - John Smoltz - complete 2025-02-09 11:12:23,076 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,077 - card_creation - INFO - Kenny Rogers - complete 2025-02-09 11:12:23,079 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,079 - card_creation - INFO - Shayne Bennett - complete 2025-02-09 11:12:23,081 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,081 - card_creation - INFO - John Frascatore - complete 2025-02-09 11:12:23,088 - card_creation - INFO - return: 200 received 2025-02-09 11:12:23,088 - card_creation - INFO - Dennis Eckersley - complete 2025-02-09 11:12:23,088 - card_creation - INFO - ending timer - Done checking players - errors: 0 / success: 742: 4.15s 2025-02-09 11:12:23,088 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-09 11:12:23,090 - card_creation - INFO - ending timer - All done!: 5.10s 2025-02-09 12:16:29,912 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 12:16:29,912 - card_creation - INFO - starting timer - Pulling all pitching card ratings and positions 2025-02-09 12:16:29,912 - card_creation - INFO - starting timer - 2025-02-09 12:16:29,913 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 12:16:29,913 - card_creation - INFO - starting timer - 2025-02-09 12:16:29,914 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 12:16:29,914 - card_creation - INFO - starting timer - 2025-02-09 12:16:29,914 - card_creation - INFO - get: cardpositions id: None params: [('position', 'P'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 12:16:52,330 - card_creation - INFO - session info: 2025-02-09 12:16:54,768 - card_creation - INFO - return: {'count': 6209, 'positions': [{'id': 14818, 'player': {'player_id': 1844, 'p_name': 'Jacob deGrom', 'cost': 3392, 'image': 'https://pd.manticorum.com/api/v2/players/1844/pitchingcard?d=2024-7-12', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 4, 'name': '2022 Promos', 'description': 'Special cards from the 2022 MLB season', 'event': None, 'for_purchase': True, 'total_cards': 0, 'in_packs': False, 'ranked_legal': False}, 'set_num': 10029, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202208030/images/headshots/a/a4f0935e_mlbam.jpg', 'vanity_card': None, 'strat_code': '10954', 'bbref_id': 'degroja01', 'fangr_id': None, 'description': '22 PotM', 'quantity': 999, 'mlbplayer': {'id': 135, 'first_name': 'Jacob', 'last_name': 'Degrom', 'key_fangraphs': 10954, 'key_bbref': 'degroja01', 'key_retro': 'degrj001', 'key_mlbam': 594798, 'offense_col': 3}}, 'variant': 0, 'position': 'P', 'innings': 1200, 'range': 2, 'error': 0, 'arm': None, 'pb': None, [ S N I P P E D ] 2025-02-09 12:16:54,769 - card_creation - INFO - ending timer - : 24.85s 2025-02-09 12:16:58,087 - card_creation - INFO - session info: 2025-02-09 12:16:58,774 - card_creation - INFO - session info: 2025-02-09 12:17:00,819 - card_creation - INFO - return: {'count': 6107, 'ratings': [{'id': 2, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 12:17:00,821 - card_creation - INFO - ending timer - : 30.91s 2025-02-09 12:17:02,668 - card_creation - INFO - return: {'count': 6107, 'ratings': [{'id': 1, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-09 12:17:02,668 - card_creation - INFO - ending timer - : 32.76s 2025-02-09 12:17:02,669 - card_creation - INFO - ending timer - Pulled 12214 batting card ratings and 6209 positions: 32.76s 2025-02-09 12:17:02,669 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 12:17:02,730 - card_creation - INFO - ending timer - Base dataframes are complete: 0.06s 2025-02-09 12:17:02,730 - card_creation - INFO - starting timer - Building defense series 2025-02-09 12:17:02,751 - card_creation - INFO - ending timer - Processed 6209 defense series: 0.02s 2025-02-09 12:17:02,752 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6209, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64] 2025-02-09 12:17:02,788 - card_creation - INFO - ending timer - Pulled scouting data: 32.88s 2025-02-09 12:17:02,788 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 12:17:02,788 - card_creation - INFO - starting timer - Beginning Control L calcs 2025-02-09 12:17:02,830 - card_creation - INFO - ending timer - Done Control L calcs: 0.04s 2025-02-09 12:17:02,830 - card_creation - INFO - starting timer - Beginning Control R calcs 2025-02-09 12:17:02,872 - card_creation - INFO - ending timer - Done Control R calcs: 0.04s 2025-02-09 12:17:02,872 - card_creation - INFO - starting timer - Beginning Stuff L calcs 2025-02-09 12:17:02,922 - card_creation - INFO - ending timer - Done Stuff L calcs: 0.05s 2025-02-09 12:17:02,922 - card_creation - INFO - starting timer - Beginning Stuff R calcs 2025-02-09 12:17:02,971 - card_creation - INFO - ending timer - Done Stuff R calcs: 0.05s 2025-02-09 12:17:02,971 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-09 12:17:03,007 - card_creation - INFO - max fld: 100 / min fld: 9 2025-02-09 12:17:03,008 - card_creation - INFO - ending timer - Done Fielding calcs: 0.04s 2025-02-09 12:17:03,008 - card_creation - INFO - starting timer - Beginning Stamina calcs 2025-02-09 12:17:03,058 - card_creation - INFO - ending timer - Done Stamina calcs: 0.05s 2025-02-09 12:17:03,058 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-09 12:17:03,094 - card_creation - INFO - ending timer - Done H/9 calcs: 0.04s 2025-02-09 12:17:03,094 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-09 12:17:03,130 - card_creation - INFO - ending timer - Done H/9 calcs: 0.04s 2025-02-09 12:17:03,130 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-09 12:17:03,167 - card_creation - INFO - ending timer - Done BB/9 calcs: 0.04s 2025-02-09 12:17:03,167 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-09 12:17:03,224 - card_creation - INFO - ending timer - Done HR/9 calcs: 0.06s 2025-02-09 12:17:03,224 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-09 12:17:03,325 - card_creation - INFO - ending timer - Done Rating calcs: 0.10s 2025-02-09 12:17:03,325 - card_creation - INFO - starting timer - Beginning write csv 2025-02-09 12:17:03,358 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-09 12:17:03,359 - card_creation - INFO - ending timer - Completed pitching scouting: 0.57s 2025-02-09 12:17:03,359 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-09 12:17:03,359 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-09 12:17:03,360 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-09 12:17:03,360 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 12:17:03,551 - card_creation - INFO - ending timer - Done writing to file: 0.19s 2025-02-09 12:17:03,551 - card_creation - INFO - ending timer - Completed ratings guide: 0.19s 2025-02-09 12:17:03,551 - card_creation - INFO - ending timer - Total pitcher scouting: 33.64s 2025-02-09 12:20:52,555 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-09 12:20:52,556 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-09 12:20:52,556 - card_creation - INFO - starting timer - 2025-02-09 12:20:52,556 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 12:20:52,556 - card_creation - INFO - starting timer - 2025-02-09 12:20:52,556 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 12:20:52,557 - card_creation - INFO - starting timer - 2025-02-09 12:20:52,557 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-09 12:21:16,922 - card_creation - INFO - session info: 2025-02-09 12:21:18,071 - card_creation - INFO - session info: 2025-02-09 12:21:19,080 - card_creation - INFO - return: {'count': 5316, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 12:21:19,081 - card_creation - INFO - ending timer - : 26.53s 2025-02-09 12:21:20,967 - card_creation - INFO - return: {'count': 5316, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-09 12:21:20,967 - card_creation - INFO - ending timer - : 28.41s 2025-02-09 12:21:50,961 - card_creation - INFO - session info: 2025-02-09 12:21:55,038 - card_creation - INFO - return: {'count': 16582, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-09 12:21:55,041 - card_creation - INFO - ending timer - : 62.48s 2025-02-09 12:21:55,041 - card_creation - INFO - ending timer - Pulled 10632 batting card ratings and 16582 positions: 62.49s 2025-02-09 12:21:55,041 - card_creation - INFO - starting timer - Building base dataframes 2025-02-09 12:21:55,087 - card_creation - INFO - ending timer - Base dataframes are complete: 0.05s 2025-02-09 12:21:55,087 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-09 12:21:55,090 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-09 12:21:55,090 - card_creation - INFO - starting timer - Building range series 2025-02-09 12:21:55,293 - card_creation - INFO - Building Range series for P 2025-02-09 12:21:55,382 - card_creation - INFO - Building Range series for C 2025-02-09 12:21:55,464 - card_creation - INFO - Building Range series for 1B 2025-02-09 12:21:55,546 - card_creation - INFO - Building Range series for 2B 2025-02-09 12:21:55,631 - card_creation - INFO - Building Range series for 3B 2025-02-09 12:21:55,712 - card_creation - INFO - Building Range series for SS 2025-02-09 12:21:55,802 - card_creation - INFO - Building Range series for LF 2025-02-09 12:21:55,893 - card_creation - INFO - Building Range series for CF 2025-02-09 12:21:55,951 - card_creation - INFO - Building Range series for RF 2025-02-09 12:21:55,968 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.88s 2025-02-09 12:21:55,969 - card_creation - INFO - starting timer - Building error series 2025-02-09 12:21:56,173 - card_creation - INFO - Building Error series for P 2025-02-09 12:21:56,227 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64 2025-02-09 12:21:56,266 - card_creation - INFO - Building Error series for C 2025-02-09 12:21:56,270 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64 2025-02-09 12:21:56,348 - card_creation - INFO - Building Error series for 1B 2025-02-09 12:21:56,352 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1401, dtype: int64 2025-02-09 12:21:56,438 - card_creation - INFO - Building Error series for 2B 2025-02-09 12:21:56,443 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64 2025-02-09 12:21:56,522 - card_creation - INFO - Building Error series for 3B 2025-02-09 12:21:56,526 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1301, dtype: int64 2025-02-09 12:21:56,609 - card_creation - INFO - Building Error series for SS 2025-02-09 12:21:56,613 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1076, dtype: int64 2025-02-09 12:21:56,689 - card_creation - INFO - Building Error series for LF 2025-02-09 12:21:56,693 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1629, dtype: int64 2025-02-09 12:21:56,774 - card_creation - INFO - Building Error series for CF 2025-02-09 12:21:56,778 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64 2025-02-09 12:21:56,839 - card_creation - INFO - Building Error series for RF 2025-02-09 12:21:56,841 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1509, dtype: int64 2025-02-09 12:21:56,857 - card_creation - INFO - ending timer - Processed 9 position errors: 0.89s 2025-02-09 12:21:56,858 - card_creation - INFO - starting timer - Building OF arm series 2025-02-09 12:21:56,858 - card_creation - INFO - Building OF series for LF 2025-02-09 12:21:56,862 - card_creation - INFO - Building OF series for CF 2025-02-09 12:21:56,865 - card_creation - INFO - Building OF series for RF 2025-02-09 12:21:56,884 - card_creation - INFO - ending timer - Processed 2409 OF arms: 0.03s 2025-02-09 12:21:56,884 - card_creation - INFO - starting timer - Building C arm series 2025-02-09 12:21:56,884 - card_creation - INFO - Building Arm series for C 2025-02-09 12:21:56,886 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64 2025-02-09 12:21:56,886 - card_creation - INFO - ending timer - Processed 814 catcher arms: 0.00s 2025-02-09 12:21:56,887 - card_creation - INFO - starting timer - Building C PB series 2025-02-09 12:21:57,085 - card_creation - INFO - Building PB series for C 2025-02-09 12:21:57,098 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.21s 2025-02-09 12:21:57,098 - card_creation - INFO - starting timer - Building C OT series 2025-02-09 12:21:57,294 - card_creation - INFO - Building Throw series for C 2025-02-09 12:21:57,308 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.21s 2025-02-09 12:21:57,312 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6209, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 814, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1401, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1298, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1301, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1076, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1629, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1230, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1509, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1401, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1301, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1076, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1629, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1509, dtype: int64, 330 0 332 -4 333 0 334 -5 335 0 .. 11506 0 11508 -1 11512 0 11513 -1 11515 0 Name: Arm OF, Length: 2409, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 814, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 814, dtype: int64] 2025-02-09 12:21:57,391 - card_creation - INFO - ending timer - Pulled scouting data: 64.84s 2025-02-09 12:21:57,391 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-09 12:21:57,391 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-09 12:21:57,433 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-09 12:21:57,433 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-09 12:21:57,473 - card_creation - INFO - ending timer - Done Stealing calcs: 0.04s 2025-02-09 12:21:57,473 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-09 12:21:57,539 - card_creation - INFO - ending timer - Done Reaction calcs: 0.07s 2025-02-09 12:21:57,539 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-09 12:21:57,629 - card_creation - INFO - ending timer - Done Arm calcs: 0.09s 2025-02-09 12:21:57,629 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-09 12:21:57,731 - card_creation - INFO - ending timer - Done Fielding calcs: 0.10s 2025-02-09 12:21:57,731 - card_creation - INFO - starting timer - Beginning AVG vL calcs 2025-02-09 12:21:57,732 - card_creation - INFO - ending timer - Done AVG vL calcs: 0.00s 2025-02-09 12:21:57,732 - card_creation - INFO - starting timer - Beginning AVG vR calcs 2025-02-09 12:21:57,732 - card_creation - INFO - ending timer - Done AVG vR calcs: 0.00s 2025-02-09 12:21:57,732 - card_creation - INFO - starting timer - Beginning PWR vL calcs 2025-02-09 12:21:57,733 - card_creation - INFO - ending timer - Done PWR vL calcs: 0.00s 2025-02-09 12:21:57,733 - card_creation - INFO - starting timer - Beginning PWR vR calcs 2025-02-09 12:21:57,733 - card_creation - INFO - ending timer - Done PWR vR calcs: 0.00s 2025-02-09 12:21:57,733 - card_creation - INFO - starting timer - Beginning Vision calcs 2025-02-09 12:21:57,787 - card_creation - INFO - ending timer - Done Vision calcs: 0.05s 2025-02-09 12:21:57,787 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-09 12:21:57,856 - card_creation - INFO - ending timer - Done Rating calcs: 0.07s 2025-02-09 12:21:57,856 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 12:21:57,884 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-09 12:21:57,884 - card_creation - INFO - ending timer - Completed basic scouting: 0.49s 2025-02-09 12:21:57,884 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-09 12:21:57,884 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-09 12:21:57,886 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-09 12:21:57,886 - card_creation - INFO - starting timer - Beginning write to file 2025-02-09 12:21:58,082 - card_creation - INFO - ending timer - Done writing to file: 0.20s 2025-02-09 12:21:58,082 - card_creation - INFO - ending timer - Completed ratings guide: 0.20s 2025-02-09 12:21:58,082 - card_creation - INFO - ending timer - Total batter scouting: 65.53s 2025-02-10 15:18:13,869 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-10 15:18:13,869 - card_creation - INFO - starting timer - Pulling all pitching card ratings and positions 2025-02-10 15:18:13,900 - card_creation - INFO - starting timer - 2025-02-10 15:18:13,900 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:18:13,900 - card_creation - INFO - starting timer - 2025-02-10 15:18:13,900 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:18:13,901 - card_creation - INFO - starting timer - 2025-02-10 15:18:13,901 - card_creation - INFO - get: cardpositions id: None params: [('position', 'P'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:18:34,193 - card_creation - INFO - session info: 2025-02-10 15:18:36,135 - card_creation - INFO - return: {'count': 6209, 'positions': [{'id': 14818, 'player': {'player_id': 1844, 'p_name': 'Jacob deGrom', 'cost': 3392, 'image': 'https://pd.manticorum.com/api/v2/players/1844/pitchingcard?d=2024-7-12', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 4, 'name': '2022 Promos', 'description': 'Special cards from the 2022 MLB season', 'event': None, 'for_purchase': True, 'total_cards': 0, 'in_packs': False, 'ranked_legal': False}, 'set_num': 10029, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202208030/images/headshots/a/a4f0935e_mlbam.jpg', 'vanity_card': None, 'strat_code': '10954', 'bbref_id': 'degroja01', 'fangr_id': None, 'description': '22 PotM', 'quantity': 999, 'mlbplayer': {'id': 135, 'first_name': 'Jacob', 'last_name': 'Degrom', 'key_fangraphs': 10954, 'key_bbref': 'degroja01', 'key_retro': 'degrj001', 'key_mlbam': 594798, 'offense_col': 3}}, 'variant': 0, 'position': 'P', 'innings': 1200, 'range': 2, 'error': 0, 'arm': None, 'pb': None, [ S N I P P E D ] 2025-02-10 15:18:36,138 - card_creation - INFO - ending timer - : 22.24s 2025-02-10 15:18:40,711 - card_creation - INFO - session info: 2025-02-10 15:18:41,313 - card_creation - INFO - session info: 2025-02-10 15:18:43,616 - card_creation - INFO - return: {'count': 6107, 'ratings': [{'id': 1, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-10 15:18:43,619 - card_creation - INFO - ending timer - : 29.72s 2025-02-10 15:18:44,845 - card_creation - INFO - return: {'count': 6107, 'ratings': [{'id': 2, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-10 15:18:44,846 - card_creation - INFO - ending timer - : 30.95s 2025-02-10 15:18:44,846 - card_creation - INFO - ending timer - Pulled 12214 batting card ratings and 6209 positions: 30.95s 2025-02-10 15:18:44,846 - card_creation - INFO - starting timer - Building base dataframes 2025-02-10 15:18:44,900 - card_creation - INFO - ending timer - Base dataframes are complete: 0.05s 2025-02-10 15:18:44,900 - card_creation - INFO - starting timer - Building defense series 2025-02-10 15:18:44,915 - card_creation - INFO - ending timer - Processed 6209 defense series: 0.01s 2025-02-10 15:18:44,916 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6209, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64] 2025-02-10 15:18:44,946 - card_creation - INFO - ending timer - Pulled scouting data: 31.08s 2025-02-10 15:18:44,946 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-10 15:18:44,947 - card_creation - INFO - starting timer - Beginning Control L calcs 2025-02-10 15:18:44,988 - card_creation - INFO - ending timer - Done Control L calcs: 0.04s 2025-02-10 15:18:44,988 - card_creation - INFO - starting timer - Beginning Control R calcs 2025-02-10 15:18:45,030 - card_creation - INFO - ending timer - Done Control R calcs: 0.04s 2025-02-10 15:18:45,030 - card_creation - INFO - starting timer - Beginning Stuff L calcs 2025-02-10 15:18:45,074 - card_creation - INFO - ending timer - Done Stuff L calcs: 0.04s 2025-02-10 15:18:45,074 - card_creation - INFO - starting timer - Beginning Stuff R calcs 2025-02-10 15:18:45,115 - card_creation - INFO - ending timer - Done Stuff R calcs: 0.04s 2025-02-10 15:18:45,115 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-10 15:18:45,145 - card_creation - INFO - max fld: 100 / min fld: 9 2025-02-10 15:18:45,146 - card_creation - INFO - ending timer - Done Fielding calcs: 0.03s 2025-02-10 15:18:45,146 - card_creation - INFO - starting timer - Beginning Stamina calcs 2025-02-10 15:18:45,189 - card_creation - INFO - ending timer - Done Stamina calcs: 0.04s 2025-02-10 15:18:45,189 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-10 15:18:45,219 - card_creation - INFO - ending timer - Done H/9 calcs: 0.03s 2025-02-10 15:18:45,219 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-10 15:18:45,250 - card_creation - INFO - ending timer - Done H/9 calcs: 0.03s 2025-02-10 15:18:45,250 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-10 15:18:45,283 - card_creation - INFO - ending timer - Done BB/9 calcs: 0.03s 2025-02-10 15:18:45,283 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-10 15:18:45,326 - card_creation - INFO - ending timer - Done HR/9 calcs: 0.04s 2025-02-10 15:18:45,326 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-10 15:18:45,417 - card_creation - INFO - ending timer - Done Rating calcs: 0.09s 2025-02-10 15:18:45,417 - card_creation - INFO - starting timer - Beginning write csv 2025-02-10 15:18:45,444 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-10 15:18:45,444 - card_creation - INFO - ending timer - Completed pitching scouting: 0.50s 2025-02-10 15:18:45,444 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-10 15:18:45,444 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-10 15:18:45,445 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-10 15:18:45,445 - card_creation - INFO - starting timer - Beginning write to file 2025-02-10 15:18:45,590 - card_creation - INFO - ending timer - Done writing to file: 0.14s 2025-02-10 15:18:45,590 - card_creation - INFO - ending timer - Completed ratings guide: 0.15s 2025-02-10 15:18:45,590 - card_creation - INFO - ending timer - Total pitcher scouting: 31.72s 2025-02-10 15:19:29,490 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-10 15:19:29,490 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-10 15:19:29,490 - card_creation - INFO - starting timer - 2025-02-10 15:19:29,490 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:19:29,491 - card_creation - INFO - starting timer - 2025-02-10 15:19:29,491 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:19:29,491 - card_creation - INFO - starting timer - 2025-02-10 15:19:29,491 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:19:52,095 - card_creation - INFO - session info: 2025-02-10 15:19:52,596 - card_creation - INFO - session info: 2025-02-10 15:19:54,420 - card_creation - INFO - return: {'count': 5316, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-10 15:19:54,421 - card_creation - INFO - ending timer - : 24.93s 2025-02-10 15:19:55,741 - card_creation - INFO - return: {'count': 5316, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-10 15:19:55,742 - card_creation - INFO - ending timer - : 26.25s 2025-02-10 15:20:22,621 - card_creation - INFO - session info: 2025-02-10 15:20:26,294 - card_creation - INFO - return: {'count': 16582, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-10 15:20:26,296 - card_creation - INFO - ending timer - : 56.80s 2025-02-10 15:20:26,296 - card_creation - INFO - ending timer - Pulled 10632 batting card ratings and 16582 positions: 56.81s 2025-02-10 15:20:26,296 - card_creation - INFO - starting timer - Building base dataframes 2025-02-10 15:20:26,335 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-10 15:20:26,336 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-10 15:20:26,338 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-10 15:20:26,338 - card_creation - INFO - starting timer - Building range series 2025-02-10 15:20:26,525 - card_creation - INFO - Building Range series for P 2025-02-10 15:20:26,597 - card_creation - INFO - Building Range series for C 2025-02-10 15:20:26,674 - card_creation - INFO - Building Range series for 1B 2025-02-10 15:20:26,746 - card_creation - INFO - Building Range series for 2B 2025-02-10 15:20:26,822 - card_creation - INFO - Building Range series for 3B 2025-02-10 15:20:26,896 - card_creation - INFO - Building Range series for SS 2025-02-10 15:20:26,975 - card_creation - INFO - Building Range series for LF 2025-02-10 15:20:27,052 - card_creation - INFO - Building Range series for CF 2025-02-10 15:20:27,103 - card_creation - INFO - Building Range series for RF 2025-02-10 15:20:27,123 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.78s 2025-02-10 15:20:27,123 - card_creation - INFO - starting timer - Building error series 2025-02-10 15:20:27,318 - card_creation - INFO - Building Error series for P 2025-02-10 15:20:27,365 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64 2025-02-10 15:20:27,401 - card_creation - INFO - Building Error series for C 2025-02-10 15:20:27,404 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64 2025-02-10 15:20:27,477 - card_creation - INFO - Building Error series for 1B 2025-02-10 15:20:27,480 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1401, dtype: int64 2025-02-10 15:20:27,554 - card_creation - INFO - Building Error series for 2B 2025-02-10 15:20:27,558 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64 2025-02-10 15:20:27,629 - card_creation - INFO - Building Error series for 3B 2025-02-10 15:20:27,632 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1301, dtype: int64 2025-02-10 15:20:27,710 - card_creation - INFO - Building Error series for SS 2025-02-10 15:20:27,713 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1076, dtype: int64 2025-02-10 15:20:27,790 - card_creation - INFO - Building Error series for LF 2025-02-10 15:20:27,793 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1629, dtype: int64 2025-02-10 15:20:27,869 - card_creation - INFO - Building Error series for CF 2025-02-10 15:20:27,872 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64 2025-02-10 15:20:27,920 - card_creation - INFO - Building Error series for RF 2025-02-10 15:20:27,922 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1509, dtype: int64 2025-02-10 15:20:27,942 - card_creation - INFO - ending timer - Processed 9 position errors: 0.82s 2025-02-10 15:20:27,942 - card_creation - INFO - starting timer - Building OF arm series 2025-02-10 15:20:27,942 - card_creation - INFO - Building OF series for LF 2025-02-10 15:20:27,946 - card_creation - INFO - Building OF series for CF 2025-02-10 15:20:27,948 - card_creation - INFO - Building OF series for RF 2025-02-10 15:20:27,965 - card_creation - INFO - ending timer - Processed 2409 OF arms: 0.02s 2025-02-10 15:20:27,965 - card_creation - INFO - starting timer - Building C arm series 2025-02-10 15:20:27,965 - card_creation - INFO - Building Arm series for C 2025-02-10 15:20:27,966 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64 2025-02-10 15:20:27,967 - card_creation - INFO - ending timer - Processed 814 catcher arms: 0.00s 2025-02-10 15:20:27,967 - card_creation - INFO - starting timer - Building C PB series 2025-02-10 15:20:28,143 - card_creation - INFO - Building PB series for C 2025-02-10 15:20:28,158 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.19s 2025-02-10 15:20:28,158 - card_creation - INFO - starting timer - Building C OT series 2025-02-10 15:20:28,342 - card_creation - INFO - Building Throw series for C 2025-02-10 15:20:28,356 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.20s 2025-02-10 15:20:28,359 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6209, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 814, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1401, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1298, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1301, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1076, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1629, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1230, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1509, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1401, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1301, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1076, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1629, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1509, dtype: int64, 330 0 332 -4 333 0 334 -5 335 0 .. 11506 0 11508 -1 11512 0 11513 -1 11515 0 Name: Arm OF, Length: 2409, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 814, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 814, dtype: int64] 2025-02-10 15:20:28,425 - card_creation - INFO - ending timer - Pulled scouting data: 58.93s 2025-02-10 15:20:28,425 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-10 15:20:28,425 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-10 15:20:28,463 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-10 15:20:28,464 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-10 15:20:28,499 - card_creation - INFO - ending timer - Done Stealing calcs: 0.04s 2025-02-10 15:20:28,499 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-10 15:20:28,563 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-10 15:20:28,563 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-10 15:20:28,648 - card_creation - INFO - ending timer - Done Arm calcs: 0.08s 2025-02-10 15:20:28,648 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-10 15:20:28,734 - card_creation - INFO - ending timer - Done Fielding calcs: 0.09s 2025-02-10 15:20:28,734 - card_creation - INFO - starting timer - Beginning AVG vL calcs 2025-02-10 15:20:28,735 - card_creation - INFO - ending timer - Done AVG vL calcs: 0.00s 2025-02-10 15:20:28,735 - card_creation - INFO - starting timer - Beginning AVG vR calcs 2025-02-10 15:20:28,735 - card_creation - INFO - ending timer - Done AVG vR calcs: 0.00s 2025-02-10 15:20:28,735 - card_creation - INFO - starting timer - Beginning PWR vL calcs 2025-02-10 15:20:28,736 - card_creation - INFO - ending timer - Done PWR vL calcs: 0.00s 2025-02-10 15:20:28,736 - card_creation - INFO - starting timer - Beginning PWR vR calcs 2025-02-10 15:20:28,737 - card_creation - INFO - ending timer - Done PWR vR calcs: 0.00s 2025-02-10 15:20:28,737 - card_creation - INFO - starting timer - Beginning Vision calcs 2025-02-10 15:20:28,787 - card_creation - INFO - ending timer - Done Vision calcs: 0.05s 2025-02-10 15:20:28,787 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-10 15:20:28,852 - card_creation - INFO - ending timer - Done Rating calcs: 0.06s 2025-02-10 15:20:28,852 - card_creation - INFO - starting timer - Beginning write to file 2025-02-10 15:20:28,875 - card_creation - INFO - ending timer - Done writing to file: 0.02s 2025-02-10 15:20:28,875 - card_creation - INFO - ending timer - Completed basic scouting: 0.45s 2025-02-10 15:20:28,875 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-10 15:20:28,875 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-10 15:20:28,876 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-10 15:20:28,876 - card_creation - INFO - starting timer - Beginning write to file 2025-02-10 15:20:29,040 - card_creation - INFO - ending timer - Done writing to file: 0.16s 2025-02-10 15:20:29,041 - card_creation - INFO - ending timer - Completed ratings guide: 0.17s 2025-02-10 15:20:29,041 - card_creation - INFO - ending timer - Total batter scouting: 59.55s 2025-02-10 15:21:50,918 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-10 15:21:50,918 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-10 15:21:50,918 - card_creation - INFO - starting timer - 2025-02-10 15:21:50,918 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:21:50,918 - card_creation - INFO - starting timer - 2025-02-10 15:21:50,918 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:21:50,919 - card_creation - INFO - starting timer - 2025-02-10 15:21:50,919 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-10 15:22:14,016 - card_creation - INFO - session info: 2025-02-10 15:22:14,444 - card_creation - INFO - session info: 2025-02-10 15:22:17,312 - card_creation - INFO - return: {'count': 5316, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-10 15:22:17,313 - card_creation - INFO - ending timer - : 26.39s 2025-02-10 15:22:17,935 - card_creation - INFO - return: {'count': 5316, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-10 15:22:17,935 - card_creation - INFO - ending timer - : 27.02s 2025-02-10 15:22:49,139 - card_creation - INFO - session info: 2025-02-10 15:22:53,332 - card_creation - INFO - return: {'count': 16582, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-10 15:22:53,334 - card_creation - INFO - ending timer - : 62.42s 2025-02-10 15:22:53,334 - card_creation - INFO - ending timer - Pulled 10632 batting card ratings and 16582 positions: 62.42s 2025-02-10 15:22:53,334 - card_creation - INFO - starting timer - Building base dataframes 2025-02-10 15:22:53,375 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-10 15:22:53,375 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-10 15:22:53,377 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-10 15:22:53,377 - card_creation - INFO - starting timer - Building range series 2025-02-10 15:22:53,565 - card_creation - INFO - Building Range series for P 2025-02-10 15:22:53,640 - card_creation - INFO - Building Range series for C 2025-02-10 15:22:53,716 - card_creation - INFO - Building Range series for 1B 2025-02-10 15:22:53,787 - card_creation - INFO - Building Range series for 2B 2025-02-10 15:22:53,864 - card_creation - INFO - Building Range series for 3B 2025-02-10 15:22:53,937 - card_creation - INFO - Building Range series for SS 2025-02-10 15:22:54,009 - card_creation - INFO - Building Range series for LF 2025-02-10 15:22:54,087 - card_creation - INFO - Building Range series for CF 2025-02-10 15:22:54,135 - card_creation - INFO - Building Range series for RF 2025-02-10 15:22:54,156 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.78s 2025-02-10 15:22:54,157 - card_creation - INFO - starting timer - Building error series 2025-02-10 15:22:54,340 - card_creation - INFO - Building Error series for P 2025-02-10 15:22:54,381 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64 2025-02-10 15:22:54,420 - card_creation - INFO - Building Error series for C 2025-02-10 15:22:54,424 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64 2025-02-10 15:22:54,499 - card_creation - INFO - Building Error series for 1B 2025-02-10 15:22:54,503 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1401, dtype: int64 2025-02-10 15:22:54,573 - card_creation - INFO - Building Error series for 2B 2025-02-10 15:22:54,577 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64 2025-02-10 15:22:54,648 - card_creation - INFO - Building Error series for 3B 2025-02-10 15:22:54,651 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1301, dtype: int64 2025-02-10 15:22:54,725 - card_creation - INFO - Building Error series for SS 2025-02-10 15:22:54,729 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1076, dtype: int64 2025-02-10 15:22:54,802 - card_creation - INFO - Building Error series for LF 2025-02-10 15:22:54,805 - card_creation - INFO - error ratings: 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1629, dtype: int64 2025-02-10 15:22:54,884 - card_creation - INFO - Building Error series for CF 2025-02-10 15:22:54,887 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64 2025-02-10 15:22:54,929 - card_creation - INFO - Building Error series for RF 2025-02-10 15:22:54,930 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1509, dtype: int64 2025-02-10 15:22:54,950 - card_creation - INFO - ending timer - Processed 9 position errors: 0.79s 2025-02-10 15:22:54,950 - card_creation - INFO - starting timer - Building OF arm series 2025-02-10 15:22:54,950 - card_creation - INFO - Building OF series for LF 2025-02-10 15:22:54,954 - card_creation - INFO - Building OF series for CF 2025-02-10 15:22:54,957 - card_creation - INFO - Building OF series for RF 2025-02-10 15:22:54,975 - card_creation - INFO - ending timer - Processed 2409 OF arms: 0.03s 2025-02-10 15:22:54,975 - card_creation - INFO - starting timer - Building C arm series 2025-02-10 15:22:54,975 - card_creation - INFO - Building Arm series for C 2025-02-10 15:22:54,977 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64 2025-02-10 15:22:54,978 - card_creation - INFO - ending timer - Processed 814 catcher arms: 0.00s 2025-02-10 15:22:54,978 - card_creation - INFO - starting timer - Building C PB series 2025-02-10 15:22:55,165 - card_creation - INFO - Building PB series for C 2025-02-10 15:22:55,179 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.20s 2025-02-10 15:22:55,179 - card_creation - INFO - starting timer - Building C OT series 2025-02-10 15:22:55,379 - card_creation - INFO - Building Throw series for C 2025-02-10 15:22:55,395 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.22s 2025-02-10 15:22:55,398 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6209, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 814, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1401, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1298, dtype: int64, 6187 5 2967 5 10702 1 10768 1 4765 2 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1301, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1076, dtype: int64, 4010 1 10674 4 3154 1 4964 1 4805 5 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1629, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1230, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1509, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6209, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1401, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64, 6187 19 2967 17 10702 14 10768 14 4765 18 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1301, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1076, dtype: int64, 4010 1 10674 5 3154 0 4964 2 4805 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1629, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1509, dtype: int64, 330 0 332 -4 333 0 334 -5 335 0 .. 11506 0 11508 -1 11512 0 11513 -1 11515 0 Name: Arm OF, Length: 2409, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 814, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 814, dtype: int64] 2025-02-10 15:22:55,469 - card_creation - INFO - ending timer - Pulled scouting data: 64.55s 2025-02-10 15:22:55,469 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-10 15:22:55,471 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-10 15:22:55,511 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-10 15:22:55,511 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-10 15:22:55,544 - card_creation - INFO - ending timer - Done Stealing calcs: 0.03s 2025-02-10 15:22:55,544 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-10 15:22:55,606 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-10 15:22:55,607 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-10 15:22:55,687 - card_creation - INFO - ending timer - Done Arm calcs: 0.08s 2025-02-10 15:22:55,687 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-10 15:22:55,771 - card_creation - INFO - ending timer - Done Fielding calcs: 0.08s 2025-02-10 15:22:55,771 - card_creation - INFO - starting timer - Beginning AVG vL calcs 2025-02-10 15:22:55,772 - card_creation - INFO - ending timer - Done AVG vL calcs: 0.00s 2025-02-10 15:22:55,772 - card_creation - INFO - starting timer - Beginning AVG vR calcs 2025-02-10 15:22:55,772 - card_creation - INFO - ending timer - Done AVG vR calcs: 0.00s 2025-02-10 15:22:55,772 - card_creation - INFO - starting timer - Beginning PWR vL calcs 2025-02-10 15:22:55,773 - card_creation - INFO - ending timer - Done PWR vL calcs: 0.00s 2025-02-10 15:22:55,773 - card_creation - INFO - starting timer - Beginning PWR vR calcs 2025-02-10 15:22:55,773 - card_creation - INFO - ending timer - Done PWR vR calcs: 0.00s 2025-02-10 15:22:55,774 - card_creation - INFO - starting timer - Beginning Vision calcs 2025-02-10 15:22:55,821 - card_creation - INFO - ending timer - Done Vision calcs: 0.05s 2025-02-10 15:22:55,822 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-10 15:22:55,886 - card_creation - INFO - ending timer - Done Rating calcs: 0.06s 2025-02-10 15:22:55,886 - card_creation - INFO - starting timer - Beginning write to file 2025-02-10 15:22:55,910 - card_creation - INFO - ending timer - Done writing to file: 0.02s 2025-02-10 15:22:55,910 - card_creation - INFO - ending timer - Completed basic scouting: 0.44s 2025-02-10 15:22:55,910 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-10 15:22:55,911 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-10 15:22:55,912 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-10 15:22:55,912 - card_creation - INFO - starting timer - Beginning write to file 2025-02-10 15:22:56,061 - card_creation - INFO - ending timer - Done writing to file: 0.15s 2025-02-10 15:22:56,061 - card_creation - INFO - ending timer - Completed ratings guide: 0.15s 2025-02-10 15:22:56,061 - card_creation - INFO - ending timer - Total batter scouting: 65.14s 2025-02-13 14:05:40,829 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:05:41,185 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-13 14:05:41,185 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-13 14:05:41,195 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-13 14:05:41,195 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-13 14:05:41,195 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-13 14:05:41,196 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 20)] 2025-02-13 14:05:41,451 - card_creation - INFO - session info: 2025-02-13 14:05:41,451 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 987, 'image': 'https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35532, 'team': 38, 'player': 10674, 'created': 1730616941935}, {'id': 35701, 'team': 4 [ S N I P P E D ] 2025-02-13 14:05:41,452 - card_creation - INFO - patch: players [('cost', '4098'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10674/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:05:41,692 - card_creation - INFO - return: {'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:05:41,693 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 20)] 2025-02-13 14:05:41,864 - card_creation - INFO - session info: 2025-02-13 14:05:41,864 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 940, 'image': 'https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35830, 'team': 33, 'player': 10702, 'created': 1730616941189}, {'id': 36262, 'team': 55, 'player': [ S N I P P E D ] 2025-02-13 14:05:41,865 - card_creation - INFO - patch: players [('cost', '1606'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10702/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:05:42,038 - card_creation - INFO - return: {'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:05:42,043 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 10674, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10702, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}]} type: 2025-02-13 14:05:42,193 - card_creation - INFO - return: Updated cards: 2; new cards: 0 2025-02-13 14:05:42,193 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 20)] 2025-02-13 14:05:44,207 - card_creation - INFO - session info: 2025-02-13 14:05:44,486 - card_creation - INFO - return: {'count': 347, 'cards': [{'id': 4871, 'player': {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, 'variant': 0, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and [ S N I P P E D ] 2025-02-13 14:05:44,488 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 4912, 'vs_hand': 'L', 'homerun': 15.3, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 25.2, 'lineout': 8.85, 'popout': 2.25, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.8, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 16.55, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.3, 'obp': 0.4, 'slg': 0.81389, 'player_id': 10674}, {'battingcard_id': 4912, 'vs_hand': 'R', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.45, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 6.55, 'lineout': 10.1, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 6.35, 'groundout_a': 0, 'groundout_b': 18.7, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.125, 'slap_rate': 0.60417, 'avg': 0.40509, 'obp': 0.48287, 'slg': 0.8287, 'player_id': 10674}, {'battingcard_id': 4940, 'vs_hand': 'L', 'homerun': 10.9, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 8.9, 'single_one': 2.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 10.6, 'lineout': 6.0, 'popout': 3.25, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 4.2, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.26531, 'center_rate': 0.46939, 'slap_rate': 0.2653, 'avg': 0.37731, 'obp': 0.4125, 'slg': 0.78194, 'player_id': 10702}, {'battingcard_id': 4940, 'vs_hand': 'R', 'homerun': 8.4, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 3.75, 'single_two': 8.65, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 14.7, 'lineout': 5.7, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 5.7, 'flyout_rf_b': 6.05, 'groundout_a': 1.65, 'groundout_b': 14.5, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.30263, 'slap_rate': 0.38158, 'avg': 0.36944, 'obp': 0.44352, 'slg': 0.75972, 'player_id': 10702}]} type: 2025-02-13 14:05:44,610 - card_creation - INFO - return: Updated ratings: 4; new ratings: 0 2025-02-13 14:05:44,611 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': 'LF', 'innings': 1366.0, 'range': 4, 'error': 5, 'arm': 4.0, 'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-13', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1422.2, 'range': 1, 'error': 14, 'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-13', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}]} type: 2025-02-13 14:05:44,749 - card_creation - INFO - return: Updated cards: 2; new cards: 0 2025-02-13 14:05:44,749 - card_creation - INFO - Posted 2 players to the database 2025-02-13 14:05:45,251 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:05:45,422 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 0.0 / All Outs: 99.0 / Total: 29.0 2025-02-13 14:05:45,422 - card_creation - INFO - vR - All Hits: 4.2 / Other OB: 8.65 / All Outs: 95.0 / Total: 29.0 2025-02-13 14:05:45,423 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:05:45,423 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.10000000000000009 2025-02-13 14:05:45,423 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:05:45,423 - card_creation - INFO - vR: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-13 14:05:45,423 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 38.0 2025-02-13 14:05:45,423 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 41.95 2025-02-13 14:05:45,423 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-13 14:05:45,423 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 43.300000000000004 / Current Outs: 72.3 2025-02-13 14:05:45,423 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:05:45,423 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:05:45,423 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:05:45,423 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:05:45,423 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:05:45,423 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:05:45,424 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 0.0 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:05:45,424 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 0.0 / All Outs: 108.0 / Total: 29.0 2025-02-13 14:05:45,424 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.1 2025-02-13 14:05:45,424 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:05:45,424 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 0.0 / Single CF: 1.5 2025-02-13 14:05:45,424 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:05:45,424 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:05:45,424 - card_creation - INFO - raw do chances: 0 2025-02-13 14:05:45,424 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.1 2025-02-13 14:05:45,424 - card_creation - INFO - Triple: 0 / rem xbh: 8.1 2025-02-13 14:05:45,424 - card_creation - INFO - raw hr chances: 8.1 2025-02-13 14:05:45,424 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.1 2025-02-13 14:05:45,424 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:05:45,424 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 45.2 2025-02-13 14:05:45,424 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 29.0 2025-02-13 14:05:45,424 - card_creation - INFO - vL: All Outs: 92.0 / Ks: -0.05 / Current Outs: 28.95 2025-02-13 14:05:45,424 - card_creation - INFO - vR: All Outs: 108.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-13 14:05:45,424 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:05:45,424 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-13 14:05:45,424 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:05:45,424 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:05:45,424 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:05:45,424 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:05:45,425 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 7.5 / All Outs: 81.5 / Total: 29.0 2025-02-13 14:05:45,425 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.2 / All Outs: 86.0 / Total: 29.0 2025-02-13 14:05:45,425 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.1999999999999993 2025-02-13 14:05:45,425 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.549999999999998 2025-02-13 14:05:45,425 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-13 14:05:45,425 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:05:45,425 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:05:45,425 - card_creation - INFO - raw do chances: 1.2 2025-02-13 14:05:45,425 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-13 14:05:45,425 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-13 14:05:45,425 - card_creation - INFO - raw hr chances: 0.0 2025-02-13 14:05:45,425 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:05:45,425 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:05:45,425 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:05:45,425 - card_creation - INFO - raw do chances: 0 2025-02-13 14:05:45,425 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-13 14:05:45,425 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-13 14:05:45,425 - card_creation - INFO - raw hr chances: 1.55 2025-02-13 14:05:45,425 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:05:45,425 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-13 14:05:45,425 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 55.45 2025-02-13 14:05:45,425 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 51.3 2025-02-13 14:05:45,425 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 30.449999999999996 / Current Outs: 59.45 2025-02-13 14:05:45,425 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 57.75 / Current Outs: 86.75 2025-02-13 14:05:45,425 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-13 14:05:45,425 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-13 14:05:45,426 - card_creation - INFO - Remaining outs: -1.0499999999999972 2025-02-13 14:05:45,426 - card_creation - INFO - Passing -1.0499999999999972 outs to strikeouts 2025-02-13 14:05:45,426 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:05:45,426 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:05:45,426 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 4.2 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:05:45,426 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 16.25 / All Outs: 78.0 / Total: 29.0 2025-02-13 14:05:45,426 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 6.9 2025-02-13 14:05:45,426 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.8499999999999996 2025-02-13 14:05:45,426 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:05:45,426 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-13 14:05:45,426 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:05:45,426 - card_creation - INFO - raw do chances: 0 2025-02-13 14:05:45,426 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.9 2025-02-13 14:05:45,426 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-13 14:05:45,426 - card_creation - INFO - raw hr chances: 6.9 2025-02-13 14:05:45,426 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.9000000000000004 2025-02-13 14:05:45,426 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:05:45,426 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-13 14:05:45,426 - card_creation - INFO - raw do chances: 0 2025-02-13 14:05:45,427 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.8499999999999996 2025-02-13 14:05:45,427 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-13 14:05:45,427 - card_creation - INFO - raw hr chances: 3.85 2025-02-13 14:05:45,427 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-13 14:05:45,427 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:05:45,427 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 45.1 2025-02-13 14:05:45,427 - card_creation - INFO - vR: All other OB: 16.25 / HBP: 1.0 / BB: 15.25 / Total Chances: 58.75 2025-02-13 14:05:45,427 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 41.75 / Current Outs: 70.75 2025-02-13 14:05:45,427 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 15.699999999999998 / Current Outs: 44.7 2025-02-13 14:05:45,427 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:05:45,427 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:05:45,427 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:05:45,427 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:05:45,427 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:05:45,427 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:05:45,428 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 20)] 2025-02-13 14:05:45,575 - card_creation - INFO - session info: 2025-02-13 14:05:45,575 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:05:45,575 - card_creation - INFO - patch: players [('cost', '6118'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:05:45,726 - card_creation - INFO - return: {'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:05:45,726 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 20)] 2025-02-13 14:05:45,865 - card_creation - INFO - session info: 2025-02-13 14:05:45,865 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37476, 'team': 33, 'player': 10996, 'created': 1731963342633}]}}]} 2025-02-13 14:05:45,866 - card_creation - INFO - patch: players [('cost', '5766'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:05:45,958 - card_creation - INFO - return: {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:05:45,958 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 20)] 2025-02-13 14:05:46,093 - card_creation - INFO - session info: 2025-02-13 14:05:46,093 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 333, 'image': 'https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36756, 'team': 49, 'player': 10877, 'created': 1731602869931}]}}]} 2025-02-13 14:05:46,094 - card_creation - INFO - patch: players [('cost', '2209'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10877/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:05:46,243 - card_creation - INFO - return: {'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:05:46,243 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 20)] 2025-02-13 14:05:46,409 - card_creation - INFO - session info: 2025-02-13 14:05:46,409 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35915, 'team': 55, 'player': 10915, 'created': 1730748268221}, {'id': 36416, 'team': 69, 'player': [ S N I P P E D ] 2025-02-13 14:05:46,410 - card_creation - INFO - patch: players [('cost', '2214'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10915/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:05:46,543 - card_creation - INFO - return: {'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:05:46,547 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11461, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10996, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10877, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10915, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-13 14:05:46,688 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:05:46,688 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 20)] 2025-02-13 14:05:48,437 - card_creation - INFO - session info: 2025-02-13 14:05:48,527 - card_creation - INFO - return: {'count': 372, 'cards': [{'id': 5667, 'player': {'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 81, 'image': 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-1-19', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}}, 'variant': 0, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, [ S N I P P E D ] 2025-02-13 14:05:48,529 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 5759, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 30.29999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.45, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.24491, 'slg': 0.18611, 'player_id': 10877}, {'pitchingcard_id': 5759, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 56.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20648, 'slg': 0.16574, 'player_id': 10877}, {'pitchingcard_id': 5797, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 41.75, 'flyout_lf_b': 1.65, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.8, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11019, 'obp': 0.14907, 'slg': 0.22315, 'player_id': 10915}, {'pitchingcard_id': 5797, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.25, 'strikeout': 15.699999999999998, 'flyout_lf_b': 2.75, 'flyout_cf_b': 11.95, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.27546, 'slg': 0.15463, 'player_id': 10915}, {'pitchingcard_id': 5823, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.6, 'single_one': 0.0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': -0.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.2, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 40.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.15, 'slg': 0.36667, 'player_id': 10996}, {'pitchingcard_id': 5823, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 40.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 22.2, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 10996}, {'pitchingcard_id': 6068, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 35.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.75, 'flyout_rf_b': 2.25, 'groundout_a': 11.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.08333, 'slg': 0.06204, 'player_id': 11461}, {'pitchingcard_id': 6068, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 43.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0, 'groundout_a': 14.15, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03981, 'obp': 0.11991, 'slg': 0.04074, 'player_id': 11461}]} type: 2025-02-13 14:05:48,638 - card_creation - INFO - return: Updated ratings: 8; new ratings: 0 2025-02-13 14:05:48,639 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-13', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}]} type: 2025-02-13 14:05:48,807 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:05:48,808 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:10:24,051 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:10:24,411 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-13 14:10:24,411 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-13 14:10:24,421 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-13 14:10:24,421 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-13 14:10:24,421 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-13 14:10:24,422 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 21)] 2025-02-13 14:10:24,586 - card_creation - INFO - session info: 2025-02-13 14:10:24,586 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:10:24,586 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bellj002')] 2025-02-13 14:10:24,749 - card_creation - INFO - session info: 2025-02-13 14:10:24,749 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}]} 2025-02-13 14:10:24,750 - card_creation - INFO - Only one position found for Albert Belle 2025-02-13 14:10:24,750 - card_creation - INFO - post: players payload: {'p_name': 'Albert Belle', 'cost': '4098', 'image': 'change-me', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset_id': 21, 'set_num': 1000802, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'belleal01', 'fangr_id': 1000802, 'mlbplayer_id': 3729, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:10:24,898 - card_creation - INFO - return: {'player_id': 11505, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'change-me', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:10:24,898 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11505/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:10:25,011 - card_creation - INFO - return: {'player_id': 11505, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:10:25,012 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 21)] 2025-02-13 14:10:25,126 - card_creation - INFO - session info: 2025-02-13 14:10:25,126 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:10:25,126 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'castv001')] 2025-02-13 14:10:25,252 - card_creation - INFO - session info: 2025-02-13 14:10:25,252 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}]} 2025-02-13 14:10:25,253 - card_creation - INFO - Only one position found for Vinny Castilla 2025-02-13 14:10:25,253 - card_creation - INFO - post: players payload: {'p_name': 'Vinny Castilla', 'cost': '1606', 'image': 'change-me', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset_id': 21, 'set_num': 84, 'rarity_id': 1, 'description': 'July PotM', 'bbref_id': 'castivi02', 'fangr_id': 84, 'mlbplayer_id': 3752, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:10:25,378 - card_creation - INFO - return: {'player_id': 11506, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'change-me', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:10:25,378 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11506/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:10:25,506 - card_creation - INFO - return: {'player_id': 11506, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:10:25,510 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11505, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11506, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}]} type: 2025-02-13 14:10:25,637 - card_creation - INFO - return: Updated cards: 0; new cards: 2 2025-02-13 14:10:25,637 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:10:25,792 - card_creation - INFO - session info: 2025-02-13 14:10:25,792 - card_creation - INFO - return: {'count': 10, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:10:25,794 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5313, 'vs_hand': 'L', 'homerun': 15.3, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 25.2, 'lineout': 6.1, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.8, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 16.45, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.3, 'obp': 0.4, 'slg': 0.81389, 'player_id': 11505}, {'battingcard_id': 5313, 'vs_hand': 'R', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.45, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 6.55, 'lineout': 13.95, 'popout': 1.6, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 6.35, 'groundout_a': 0, 'groundout_b': 18.95, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.125, 'slap_rate': 0.60417, 'avg': 0.40509, 'obp': 0.48287, 'slg': 0.8287, 'player_id': 11505}, {'battingcard_id': 5314, 'vs_hand': 'L', 'homerun': 10.9, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 8.9, 'single_one': 2.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 10.6, 'lineout': 5.7, 'popout': 3.5, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 4.2, 'groundout_b': 23.45, 'groundout_c': 0.0, 'pull_rate': 0.26531, 'center_rate': 0.46939, 'slap_rate': 0.2653, 'avg': 0.37731, 'obp': 0.4125, 'slg': 0.78194, 'player_id': 11506}, {'battingcard_id': 5314, 'vs_hand': 'R', 'homerun': 8.4, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 3.75, 'single_two': 8.65, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 14.7, 'lineout': 5.7, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 5.7, 'flyout_rf_b': 6.05, 'groundout_a': 1.65, 'groundout_b': 14.5, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.30263, 'slap_rate': 0.38158, 'avg': 0.36944, 'obp': 0.44352, 'slg': 0.75972, 'player_id': 11506}]} type: 2025-02-13 14:10:25,939 - card_creation - INFO - return: Updated ratings: 0; new ratings: 4 2025-02-13 14:10:25,940 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': 'LF', 'innings': 1366.0, 'range': 4, 'error': 5, 'arm': 4.0, 'player_id': 11505, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-13', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1422.2, 'range': 1, 'error': 14, 'player_id': 11506, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-13', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}]} type: 2025-02-13 14:10:26,073 - card_creation - INFO - return: Updated cards: 0; new cards: 2 2025-02-13 14:10:26,073 - card_creation - INFO - Posted 2 players to the database 2025-02-13 14:10:26,577 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:10:26,755 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 0.0 / All Outs: 99.0 / Total: 29.0 2025-02-13 14:10:26,755 - card_creation - INFO - vR - All Hits: 4.2 / Other OB: 8.65 / All Outs: 95.0 / Total: 29.0 2025-02-13 14:10:26,755 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:10:26,755 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.10000000000000009 2025-02-13 14:10:26,755 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:10:26,755 - card_creation - INFO - vR: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-13 14:10:26,755 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 38.0 2025-02-13 14:10:26,755 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 41.95 2025-02-13 14:10:26,755 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-13 14:10:26,755 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 43.300000000000004 / Current Outs: 72.3 2025-02-13 14:10:26,756 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:10:26,756 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:10:26,756 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:10:26,756 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:10:26,756 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:10:26,756 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:10:26,756 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 0.0 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:10:26,756 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 0.0 / All Outs: 108.0 / Total: 29.0 2025-02-13 14:10:26,756 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.1 2025-02-13 14:10:26,756 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:10:26,756 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 0.0 / Single CF: 1.5 2025-02-13 14:10:26,756 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:10:26,756 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:10:26,756 - card_creation - INFO - raw do chances: 0 2025-02-13 14:10:26,756 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.1 2025-02-13 14:10:26,756 - card_creation - INFO - Triple: 0 / rem xbh: 8.1 2025-02-13 14:10:26,757 - card_creation - INFO - raw hr chances: 8.1 2025-02-13 14:10:26,757 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.1 2025-02-13 14:10:26,757 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:10:26,757 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 45.2 2025-02-13 14:10:26,757 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 29.0 2025-02-13 14:10:26,757 - card_creation - INFO - vL: All Outs: 92.0 / Ks: -0.05 / Current Outs: 28.95 2025-02-13 14:10:26,757 - card_creation - INFO - vR: All Outs: 108.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-13 14:10:26,757 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:10:26,757 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-13 14:10:26,757 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:10:26,757 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:10:26,757 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:10:26,757 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:10:26,757 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 7.5 / All Outs: 81.5 / Total: 29.0 2025-02-13 14:10:26,757 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.2 / All Outs: 86.0 / Total: 29.0 2025-02-13 14:10:26,757 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.1999999999999993 2025-02-13 14:10:26,758 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.549999999999998 2025-02-13 14:10:26,758 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-13 14:10:26,758 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:10:26,758 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:10:26,758 - card_creation - INFO - raw do chances: 1.2 2025-02-13 14:10:26,758 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-13 14:10:26,758 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-13 14:10:26,758 - card_creation - INFO - raw hr chances: 0.0 2025-02-13 14:10:26,758 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:10:26,758 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:10:26,758 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:10:26,758 - card_creation - INFO - raw do chances: 0 2025-02-13 14:10:26,758 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-13 14:10:26,758 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-13 14:10:26,758 - card_creation - INFO - raw hr chances: 1.55 2025-02-13 14:10:26,758 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:10:26,758 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-13 14:10:26,758 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 55.45 2025-02-13 14:10:26,758 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 51.3 2025-02-13 14:10:26,758 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 30.449999999999996 / Current Outs: 59.45 2025-02-13 14:10:26,758 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 57.75 / Current Outs: 86.75 2025-02-13 14:10:26,758 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-13 14:10:26,758 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-13 14:10:26,758 - card_creation - INFO - Remaining outs: -1.0499999999999972 2025-02-13 14:10:26,758 - card_creation - INFO - Passing -1.0499999999999972 outs to strikeouts 2025-02-13 14:10:26,758 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:10:26,758 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:10:26,759 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 4.2 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:10:26,759 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 16.25 / All Outs: 78.0 / Total: 29.0 2025-02-13 14:10:26,759 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 6.9 2025-02-13 14:10:26,759 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.8499999999999996 2025-02-13 14:10:26,759 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:10:26,759 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-13 14:10:26,759 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:10:26,759 - card_creation - INFO - raw do chances: 0 2025-02-13 14:10:26,759 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.9 2025-02-13 14:10:26,759 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-13 14:10:26,759 - card_creation - INFO - raw hr chances: 6.9 2025-02-13 14:10:26,759 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.9000000000000004 2025-02-13 14:10:26,759 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:10:26,759 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-13 14:10:26,759 - card_creation - INFO - raw do chances: 0 2025-02-13 14:10:26,759 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.8499999999999996 2025-02-13 14:10:26,759 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-13 14:10:26,759 - card_creation - INFO - raw hr chances: 3.85 2025-02-13 14:10:26,759 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-13 14:10:26,759 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:10:26,759 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 45.1 2025-02-13 14:10:26,759 - card_creation - INFO - vR: All other OB: 16.25 / HBP: 1.0 / BB: 15.25 / Total Chances: 58.75 2025-02-13 14:10:26,759 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 41.75 / Current Outs: 70.75 2025-02-13 14:10:26,759 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 15.699999999999998 / Current Outs: 44.7 2025-02-13 14:10:26,759 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:10:26,760 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:10:26,760 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:10:26,760 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:10:26,760 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:10:26,760 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:10:26,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 21)] 2025-02-13 14:10:26,918 - card_creation - INFO - session info: 2025-02-13 14:10:26,918 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:10:26,918 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bankw001')] 2025-02-13 14:10:27,035 - card_creation - INFO - session info: 2025-02-13 14:10:27,035 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}]} 2025-02-13 14:10:27,036 - card_creation - INFO - post: players payload: {'p_name': 'Willie Banks', 'cost': '6118', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1434, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'bankswi01', 'fangr_id': 1434, 'mlbplayer_id': 4261, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-13 14:10:27,161 - card_creation - INFO - return: {'player_id': 11507, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:10:27,161 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11507/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:10:27,323 - card_creation - INFO - return: {'player_id': 11507, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:10:27,323 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 21)] 2025-02-13 14:10:27,451 - card_creation - INFO - session info: 2025-02-13 14:10:27,451 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:10:27,451 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'worrt002')] 2025-02-13 14:10:27,579 - card_creation - INFO - session info: 2025-02-13 14:10:27,580 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}]} 2025-02-13 14:10:27,580 - card_creation - INFO - post: players payload: {'p_name': 'Tim Worrell', 'cost': '5766', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1139, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'worreti01', 'fangr_id': 1139, 'mlbplayer_id': 3984, 'pos_1': 'RP'} type: 2025-02-13 14:10:27,679 - card_creation - INFO - return: {'player_id': 11508, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:10:27,679 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11508/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:10:27,817 - card_creation - INFO - return: {'player_id': 11508, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:10:27,817 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 21)] 2025-02-13 14:10:27,966 - card_creation - INFO - session info: 2025-02-13 14:10:27,966 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:10:27,966 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'browk001')] 2025-02-13 14:10:28,099 - card_creation - INFO - session info: 2025-02-13 14:10:28,099 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}]} 2025-02-13 14:10:28,100 - card_creation - INFO - post: players payload: {'p_name': 'Kevin Brown', 'cost': '2209', 'image': 'change-me', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset_id': 21, 'set_num': 642, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'brownke01', 'fangr_id': 642, 'mlbplayer_id': 3896, 'pos_1': 'SP'} type: 2025-02-13 14:10:28,235 - card_creation - INFO - return: {'player_id': 11509, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'change-me', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:10:28,235 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11509/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:10:28,335 - card_creation - INFO - return: {'player_id': 11509, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:10:28,335 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 21)] 2025-02-13 14:10:28,462 - card_creation - INFO - session info: 2025-02-13 14:10:28,462 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:10:28,462 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'milte001')] 2025-02-13 14:10:28,544 - card_creation - INFO - session info: 2025-02-13 14:10:28,544 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}]} 2025-02-13 14:10:28,545 - card_creation - INFO - post: players payload: {'p_name': 'Eric Milton', 'cost': '2214', 'image': 'change-me', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset_id': 21, 'set_num': 743, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'miltoer01', 'fangr_id': 743, 'mlbplayer_id': 3924, 'pos_1': 'SP'} type: 2025-02-13 14:10:28,708 - card_creation - INFO - return: {'player_id': 11510, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'change-me', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:10:28,708 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11510/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:10:28,829 - card_creation - INFO - return: {'player_id': 11510, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:10:28,832 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11507, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11508, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11509, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11510, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-13 14:10:28,973 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:10:28,973 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:10:29,143 - card_creation - INFO - session info: 2025-02-13 14:10:29,143 - card_creation - INFO - return: {'count': 12, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:10:29,145 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6098, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 35.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.75, 'flyout_rf_b': 2.25, 'groundout_a': 11.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.08333, 'slg': 0.06204, 'player_id': 11507}, {'pitchingcard_id': 6098, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 43.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0, 'groundout_a': 14.15, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03981, 'obp': 0.11991, 'slg': 0.04074, 'player_id': 11507}, {'pitchingcard_id': 6099, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.6, 'single_one': 0.0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': -0.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.2, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 40.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.15, 'slg': 0.36667, 'player_id': 11508}, {'pitchingcard_id': 6099, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 40.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 22.2, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11508}, {'pitchingcard_id': 6100, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 30.29999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.45, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.24491, 'slg': 0.18611, 'player_id': 11509}, {'pitchingcard_id': 6100, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 56.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20648, 'slg': 0.16574, 'player_id': 11509}, {'pitchingcard_id': 6101, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 41.75, 'flyout_lf_b': 1.65, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.8, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11019, 'obp': 0.14907, 'slg': 0.22315, 'player_id': 11510}, {'pitchingcard_id': 6101, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.25, 'strikeout': 15.699999999999998, 'flyout_lf_b': 2.75, 'flyout_cf_b': 11.95, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.27546, 'slg': 0.15463, 'player_id': 11510}]} type: 2025-02-13 14:10:29,298 - card_creation - INFO - return: Updated ratings: 0; new ratings: 8 2025-02-13 14:10:29,299 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11507, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 11508, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 11509, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/pitchingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 11510, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/pitchingcard?d=2025-2-13', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}]} type: 2025-02-13 14:10:29,431 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:10:29,431 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:23:08,841 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:23:09,196 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-13 14:23:09,196 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-13 14:23:09,206 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-13 14:23:09,206 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-13 14:23:09,206 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-13 14:23:09,207 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 21)] 2025-02-13 14:23:09,434 - card_creation - INFO - session info: 2025-02-13 14:23:09,435 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:23:09,435 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bellj002')] 2025-02-13 14:23:09,615 - card_creation - INFO - session info: 2025-02-13 14:23:09,615 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}]} 2025-02-13 14:23:09,616 - card_creation - INFO - Only one position found for Albert Belle 2025-02-13 14:23:09,616 - card_creation - INFO - post: players payload: {'p_name': 'Albert Belle', 'cost': '4098', 'image': 'change-me', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset_id': 21, 'set_num': 1000802, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'belleal01', 'fangr_id': 1000802, 'mlbplayer_id': 3729, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:23:11,099 - card_creation - INFO - return: {'player_id': 11528, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'change-me', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:23:11,099 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11528/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:23:11,256 - card_creation - INFO - return: {'player_id': 11528, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:23:11,256 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 21)] 2025-02-13 14:23:11,416 - card_creation - INFO - session info: 2025-02-13 14:23:11,416 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:23:11,416 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'castv001')] 2025-02-13 14:23:11,562 - card_creation - INFO - session info: 2025-02-13 14:23:11,562 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}]} 2025-02-13 14:23:11,563 - card_creation - INFO - Only one position found for Vinny Castilla 2025-02-13 14:23:11,563 - card_creation - INFO - post: players payload: {'p_name': 'Vinny Castilla', 'cost': '1606', 'image': 'change-me', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset_id': 21, 'set_num': 84, 'rarity_id': 1, 'description': 'July PotM', 'bbref_id': 'castivi02', 'fangr_id': 84, 'mlbplayer_id': 3752, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:23:11,741 - card_creation - INFO - return: {'player_id': 11529, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'change-me', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:23:11,741 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11529/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:23:11,959 - card_creation - INFO - return: {'player_id': 11529, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:23:11,963 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11528, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11529, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}]} type: 2025-02-13 14:23:12,133 - card_creation - INFO - return: Updated cards: 0; new cards: 2 2025-02-13 14:23:12,133 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:23:12,376 - card_creation - INFO - session info: 2025-02-13 14:23:12,377 - card_creation - INFO - return: {'count': 10, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:23:12,379 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5326, 'vs_hand': 'L', 'homerun': 15.3, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 25.2, 'lineout': 8.3, 'popout': 2.75, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.8, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 16.6, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.3, 'obp': 0.4, 'slg': 0.81389, 'player_id': 11528}, {'battingcard_id': 5326, 'vs_hand': 'R', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.45, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 6.55, 'lineout': 14.7, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 6.35, 'groundout_a': 0, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.125, 'slap_rate': 0.60417, 'avg': 0.40509, 'obp': 0.48287, 'slg': 0.8287, 'player_id': 11528}, {'battingcard_id': 5327, 'vs_hand': 'L', 'homerun': 10.9, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 8.9, 'single_one': 2.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 10.6, 'lineout': 3.25, 'popout': 5.95, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 4.2, 'groundout_b': 23.45, 'groundout_c': 0.0, 'pull_rate': 0.26531, 'center_rate': 0.46939, 'slap_rate': 0.2653, 'avg': 0.37731, 'obp': 0.4125, 'slg': 0.78194, 'player_id': 11529}, {'battingcard_id': 5327, 'vs_hand': 'R', 'homerun': 8.4, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 3.75, 'single_two': 8.65, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 14.7, 'lineout': 4.5, 'popout': 6.4, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 5.7, 'flyout_rf_b': 6.05, 'groundout_a': 1.65, 'groundout_b': 14.7, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.30263, 'slap_rate': 0.38158, 'avg': 0.36944, 'obp': 0.44352, 'slg': 0.75972, 'player_id': 11529}]} type: 2025-02-13 14:23:12,537 - card_creation - INFO - return: Updated ratings: 0; new ratings: 4 2025-02-13 14:23:12,538 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': 'LF', 'innings': 1366.0, 'range': 4, 'error': 5, 'arm': 4.0, 'player_id': 11528, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1422.2, 'range': 1, 'error': 14, 'player_id': 11529, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}]} type: 2025-02-13 14:23:12,704 - card_creation - INFO - return: Updated cards: 0; new cards: 2 2025-02-13 14:23:12,704 - card_creation - INFO - Posted 2 players to the database 2025-02-13 14:23:13,211 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:23:13,387 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 0.0 / All Outs: 99.0 / Total: 29.0 2025-02-13 14:23:13,387 - card_creation - INFO - vR - All Hits: 4.2 / Other OB: 8.65 / All Outs: 95.0 / Total: 29.0 2025-02-13 14:23:13,388 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:23:13,388 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.10000000000000009 2025-02-13 14:23:13,388 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:23:13,388 - card_creation - INFO - vR: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-13 14:23:13,388 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 38.0 2025-02-13 14:23:13,388 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 41.95 2025-02-13 14:23:13,388 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-13 14:23:13,388 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 43.300000000000004 / Current Outs: 72.3 2025-02-13 14:23:13,388 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:23:13,388 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:23:13,388 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:23:13,388 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:23:13,388 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:23:13,388 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:23:13,389 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 0.0 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:23:13,389 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 0.0 / All Outs: 108.0 / Total: 29.0 2025-02-13 14:23:13,389 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.1 2025-02-13 14:23:13,389 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:23:13,389 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 0.0 / Single CF: 1.5 2025-02-13 14:23:13,389 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:23:13,389 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:23:13,389 - card_creation - INFO - raw do chances: 0 2025-02-13 14:23:13,389 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.1 2025-02-13 14:23:13,389 - card_creation - INFO - Triple: 0 / rem xbh: 8.1 2025-02-13 14:23:13,389 - card_creation - INFO - raw hr chances: 8.1 2025-02-13 14:23:13,389 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.1 2025-02-13 14:23:13,389 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:23:13,389 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 45.2 2025-02-13 14:23:13,389 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 29.0 2025-02-13 14:23:13,389 - card_creation - INFO - vL: All Outs: 92.0 / Ks: -0.05 / Current Outs: 28.95 2025-02-13 14:23:13,389 - card_creation - INFO - vR: All Outs: 108.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-13 14:23:13,389 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:23:13,389 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-13 14:23:13,389 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:23:13,389 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:23:13,389 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:23:13,389 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:23:13,390 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 7.5 / All Outs: 81.5 / Total: 29.0 2025-02-13 14:23:13,390 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.2 / All Outs: 86.0 / Total: 29.0 2025-02-13 14:23:13,390 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.1999999999999993 2025-02-13 14:23:13,390 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.549999999999998 2025-02-13 14:23:13,390 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-13 14:23:13,390 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:23:13,390 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:23:13,390 - card_creation - INFO - raw do chances: 1.2 2025-02-13 14:23:13,390 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-13 14:23:13,390 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-13 14:23:13,390 - card_creation - INFO - raw hr chances: 0.0 2025-02-13 14:23:13,390 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:23:13,390 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:23:13,390 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:23:13,390 - card_creation - INFO - raw do chances: 0 2025-02-13 14:23:13,390 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-13 14:23:13,390 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-13 14:23:13,390 - card_creation - INFO - raw hr chances: 1.55 2025-02-13 14:23:13,390 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:23:13,390 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-13 14:23:13,390 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 55.45 2025-02-13 14:23:13,390 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 51.3 2025-02-13 14:23:13,390 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 30.449999999999996 / Current Outs: 59.45 2025-02-13 14:23:13,390 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 57.75 / Current Outs: 86.75 2025-02-13 14:23:13,390 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-13 14:23:13,390 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-13 14:23:13,391 - card_creation - INFO - Remaining outs: -1.0499999999999972 2025-02-13 14:23:13,391 - card_creation - INFO - Passing -1.0499999999999972 outs to strikeouts 2025-02-13 14:23:13,391 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:23:13,391 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:23:13,391 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 4.2 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:23:13,391 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 16.25 / All Outs: 78.0 / Total: 29.0 2025-02-13 14:23:13,391 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 6.9 2025-02-13 14:23:13,391 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.8499999999999996 2025-02-13 14:23:13,391 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:23:13,391 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-13 14:23:13,391 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:23:13,391 - card_creation - INFO - raw do chances: 0 2025-02-13 14:23:13,391 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.9 2025-02-13 14:23:13,391 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-13 14:23:13,391 - card_creation - INFO - raw hr chances: 6.9 2025-02-13 14:23:13,391 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.9000000000000004 2025-02-13 14:23:13,391 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:23:13,391 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-13 14:23:13,392 - card_creation - INFO - raw do chances: 0 2025-02-13 14:23:13,392 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.8499999999999996 2025-02-13 14:23:13,392 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-13 14:23:13,392 - card_creation - INFO - raw hr chances: 3.85 2025-02-13 14:23:13,392 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-13 14:23:13,392 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:23:13,392 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 45.1 2025-02-13 14:23:13,392 - card_creation - INFO - vR: All other OB: 16.25 / HBP: 1.0 / BB: 15.25 / Total Chances: 58.75 2025-02-13 14:23:13,392 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 41.75 / Current Outs: 70.75 2025-02-13 14:23:13,392 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 15.699999999999998 / Current Outs: 44.7 2025-02-13 14:23:13,392 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:23:13,392 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:23:13,392 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:23:13,392 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:23:13,392 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:23:13,392 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:23:13,393 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 21)] 2025-02-13 14:23:13,618 - card_creation - INFO - session info: 2025-02-13 14:23:13,618 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:23:13,618 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bankw001')] 2025-02-13 14:23:13,743 - card_creation - INFO - session info: 2025-02-13 14:23:13,743 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}]} 2025-02-13 14:23:13,744 - card_creation - INFO - post: players payload: {'p_name': 'Willie Banks', 'cost': '6118', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1434, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'bankswi01', 'fangr_id': 1434, 'mlbplayer_id': 4261, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-13 14:23:13,883 - card_creation - INFO - return: {'player_id': 11530, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:23:13,883 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:23:14,025 - card_creation - INFO - return: {'player_id': 11530, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:23:14,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 21)] 2025-02-13 14:23:14,175 - card_creation - INFO - session info: 2025-02-13 14:23:14,175 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:23:14,175 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'worrt002')] 2025-02-13 14:23:14,299 - card_creation - INFO - session info: 2025-02-13 14:23:14,299 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}]} 2025-02-13 14:23:14,300 - card_creation - INFO - post: players payload: {'p_name': 'Tim Worrell', 'cost': '5766', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1139, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'worreti01', 'fangr_id': 1139, 'mlbplayer_id': 3984, 'pos_1': 'RP'} type: 2025-02-13 14:23:14,497 - card_creation - INFO - return: {'player_id': 11531, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:23:14,497 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:23:14,621 - card_creation - INFO - return: {'player_id': 11531, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:23:14,621 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 21)] 2025-02-13 14:23:14,742 - card_creation - INFO - session info: 2025-02-13 14:23:14,742 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:23:14,742 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'browk001')] 2025-02-13 14:23:14,866 - card_creation - INFO - session info: 2025-02-13 14:23:14,866 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}]} 2025-02-13 14:23:14,867 - card_creation - INFO - post: players payload: {'p_name': 'Kevin Brown', 'cost': '2209', 'image': 'change-me', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset_id': 21, 'set_num': 642, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'brownke01', 'fangr_id': 642, 'mlbplayer_id': 3896, 'pos_1': 'SP'} type: 2025-02-13 14:23:15,024 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'change-me', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:23:15,024 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:23:15,158 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:23:15,158 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 21)] 2025-02-13 14:23:15,283 - card_creation - INFO - session info: 2025-02-13 14:23:15,283 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:23:15,283 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'milte001')] 2025-02-13 14:23:15,417 - card_creation - INFO - session info: 2025-02-13 14:23:15,418 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}]} 2025-02-13 14:23:15,418 - card_creation - INFO - post: players payload: {'p_name': 'Eric Milton', 'cost': '2214', 'image': 'change-me', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset_id': 21, 'set_num': 743, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'miltoer01', 'fangr_id': 743, 'mlbplayer_id': 3924, 'pos_1': 'SP'} type: 2025-02-13 14:23:15,512 - card_creation - INFO - return: {'player_id': 11533, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'change-me', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:23:15,512 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:23:15,611 - card_creation - INFO - return: {'player_id': 11533, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:23:15,614 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11530, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11531, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11532, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11533, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-13 14:23:15,777 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:23:15,777 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:23:16,008 - card_creation - INFO - session info: 2025-02-13 14:23:16,008 - card_creation - INFO - return: {'count': 12, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:23:16,010 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6108, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 35.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.75, 'flyout_rf_b': 2.25, 'groundout_a': 11.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.08333, 'slg': 0.06204, 'player_id': 11530}, {'pitchingcard_id': 6108, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 43.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0, 'groundout_a': 14.15, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03981, 'obp': 0.11991, 'slg': 0.04074, 'player_id': 11530}, {'pitchingcard_id': 6109, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.6, 'single_one': 0.0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': -0.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.2, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 40.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.15, 'slg': 0.36667, 'player_id': 11531}, {'pitchingcard_id': 6109, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 40.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 22.2, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11531}, {'pitchingcard_id': 6110, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 30.29999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.45, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.24491, 'slg': 0.18611, 'player_id': 11532}, {'pitchingcard_id': 6110, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 56.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20648, 'slg': 0.16574, 'player_id': 11532}, {'pitchingcard_id': 6111, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 41.75, 'flyout_lf_b': 1.65, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.8, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11019, 'obp': 0.14907, 'slg': 0.22315, 'player_id': 11533}, {'pitchingcard_id': 6111, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.25, 'strikeout': 15.699999999999998, 'flyout_lf_b': 2.75, 'flyout_cf_b': 11.95, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.27546, 'slg': 0.15463, 'player_id': 11533}]} type: 2025-02-13 14:23:16,200 - card_creation - INFO - return: Updated ratings: 0; new ratings: 8 2025-02-13 14:23:16,201 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11530, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 11531, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 11533, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}]} type: 2025-02-13 14:23:16,340 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:23:16,341 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:28:50,405 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:34:53,131 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:34:53,496 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:34:53,497 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:34:53,498 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-13 14:34:53,498 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-13 14:34:53,499 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-13 14:34:53,499 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-13 14:34:53,500 - card_creation - ERROR - Adding 5.099999999999998 results to all other ob 2025-02-13 14:34:53,510 - card_creation - INFO - Running ss stats for Nomar Garciaparra 2025-02-13 14:34:53,511 - card_creation - INFO - pos: ss / tz_runs: 11 () 2025-02-13 14:34:53,511 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-13 14:34:53,511 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-13 14:34:53,511 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-13 14:34:53,511 - card_creation - INFO - pos: rf / tz_runs: -12 2025-02-13 14:34:53,512 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcino01'), ('cardset_id', 21)] 2025-02-13 14:34:53,708 - card_creation - INFO - session info: 2025-02-13 14:34:53,708 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:34:53,708 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'garcn001')] 2025-02-13 14:34:53,830 - card_creation - INFO - session info: 2025-02-13 14:34:53,830 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}]} 2025-02-13 14:34:53,831 - card_creation - INFO - Only one position found for Nomar Garciaparra 2025-02-13 14:34:53,831 - card_creation - INFO - post: players payload: {'p_name': 'Nomar Garciaparra', 'cost': '814', 'image': 'change-me', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset_id': 21, 'set_num': 190, 'rarity_id': 1, 'description': 'July PotM', 'bbref_id': 'garcino01', 'fangr_id': 190, 'mlbplayer_id': 2758, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:34:53,999 - card_creation - INFO - return: {'player_id': 11534, 'p_name': 'Nomar Garciaparra', 'cost': 814, 'image': 'change-me', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-13 14:34:54,000 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11534/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:54,150 - card_creation - INFO - return: {'player_id': 11534, 'p_name': 'Nomar Garciaparra', 'cost': 814, 'image': 'https://pddev.manticorum.com/api/v2/players/11534/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-13 14:34:54,151 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 21)] 2025-02-13 14:34:54,307 - card_creation - INFO - session info: 2025-02-13 14:34:54,307 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11528, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:54,308 - card_creation - INFO - patch: players [('cost', '4098'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11528/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:54,442 - card_creation - INFO - return: {'player_id': 11528, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:34:54,442 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 21)] 2025-02-13 14:34:54,578 - card_creation - INFO - session info: 2025-02-13 14:34:54,578 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11529, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:54,579 - card_creation - INFO - patch: players [('cost', '1606'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11529/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:54,699 - card_creation - INFO - return: {'player_id': 11529, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:34:54,700 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheffga01'), ('cardset_id', 21)] 2025-02-13 14:34:54,817 - card_creation - INFO - session info: 2025-02-13 14:34:54,817 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:34:54,817 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'shefg001')] 2025-02-13 14:34:54,954 - card_creation - INFO - session info: 2025-02-13 14:34:54,954 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}]} 2025-02-13 14:34:54,954 - card_creation - INFO - Only one position found for Gary Sheffield 2025-02-13 14:34:54,955 - card_creation - INFO - post: players payload: {'p_name': 'Gary Sheffield', 'cost': '5269', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 114, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'sheffga01', 'fangr_id': 114, 'mlbplayer_id': 2632, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:34:55,087 - card_creation - INFO - return: {'player_id': 11535, 'p_name': 'Gary Sheffield', 'cost': 5269, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-13 14:34:55,087 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11535/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:55,232 - card_creation - INFO - return: {'player_id': 11535, 'p_name': 'Gary Sheffield', 'cost': 5269, 'image': 'https://pddev.manticorum.com/api/v2/players/11535/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-13 14:34:55,233 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 21)] 2025-02-13 14:34:55,371 - card_creation - INFO - session info: 2025-02-13 14:34:55,371 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:55,371 - card_creation - INFO - patch: players [('cost', '5'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11532/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:55,471 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:34:55,475 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11534, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11528, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11529, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11535, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11532, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}]} type: 2025-02-13 14:34:55,608 - card_creation - INFO - return: Updated cards: 2; new cards: 3 2025-02-13 14:34:55,608 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:34:55,851 - card_creation - INFO - session info: 2025-02-13 14:34:55,851 - card_creation - INFO - return: {'count': 13, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:34:55,853 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5328, 'vs_hand': 'L', 'homerun': 6.55, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.35, 'single_two': 12.1, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 11.8, 'lineout': 6.25, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 2.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 15.65, 'groundout_c': 11.1, 'pull_rate': 0.35294, 'center_rate': 0.29412, 'slap_rate': 0.35294, 'avg': 0.4287, 'obp': 0.5088, 'slg': 0.71343, 'player_id': 11534}, {'battingcard_id': 5328, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.25, 'strikeout': 8.85, 'lineout': 16.0, 'popout': 2.8, 'flyout_a': 1.0, 'flyout_bq': 7.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.4, 'groundout_a': 25.4, 'groundout_b': 2.8, 'groundout_c': 0.0, 'pull_rate': 0.28346, 'center_rate': 0.03937, 'slap_rate': 0.67717, 'avg': 0.28843, 'obp': 0.37407, 'slg': 0.59074, 'player_id': 11534}, {'battingcard_id': 5326, 'vs_hand': 'L', 'homerun': 15.3, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 25.2, 'lineout': 6.1, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.8, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 16.45, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.3, 'obp': 0.4, 'slg': 0.81389, 'player_id': 11528}, {'battingcard_id': 5326, 'vs_hand': 'R', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.45, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 6.55, 'lineout': 0, 'popout': 15.5, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 6.35, 'groundout_a': 0, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.125, 'slap_rate': 0.60417, 'avg': 0.40509, 'obp': 0.48287, 'slg': 0.8287, 'player_id': 11528}, {'battingcard_id': 5327, 'vs_hand': 'L', 'homerun': 10.9, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 8.9, 'single_one': 2.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 10.6, 'lineout': 8.75, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 4.25, 'groundout_b': 23.85, 'groundout_c': 0.0, 'pull_rate': 0.26531, 'center_rate': 0.46939, 'slap_rate': 0.2653, 'avg': 0.37731, 'obp': 0.4125, 'slg': 0.78194, 'player_id': 11529}, {'battingcard_id': 5327, 'vs_hand': 'R', 'homerun': 8.4, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 3.75, 'single_two': 8.65, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 14.7, 'lineout': 4.5, 'popout': 6.4, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 5.7, 'flyout_rf_b': 6.05, 'groundout_a': 1.65, 'groundout_b': 14.7, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.30263, 'slap_rate': 0.38158, 'avg': 0.36944, 'obp': 0.44352, 'slg': 0.75972, 'player_id': 11529}, {'battingcard_id': 5329, 'vs_hand': 'L', 'homerun': 15.85, 'bp_homerun': 11.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 18.6, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 14.85, 'strikeout': 7.25, 'lineout': 6.4, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 1.65, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 5.25, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.5537, 'obp': 0.76528, 'slg': 1.18056, 'player_id': 11535}, {'battingcard_id': 5329, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.65, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.9, 'strikeout': 9.2, 'lineout': 2.7, 'popout': 6.0, 'flyout_a': 1.0, 'flyout_bq': 10.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.4, 'groundout_a': 1.05, 'groundout_b': 19.2, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.07273, 'slap_rate': 0.62727, 'avg': 0.3088, 'obp': 0.50231, 'slg': 0.61296, 'player_id': 11535}, {'battingcard_id': 5330, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.5, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 61.6, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.14815, 'player_id': 11532}, {'battingcard_id': 5330, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 54.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 35.05, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.44444, 'slap_rate': 0.22223, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11532}]} type: 2025-02-13 14:34:56,052 - card_creation - INFO - return: Updated ratings: 4; new ratings: 6 2025-02-13 14:34:56,054 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': 'SS', 'innings': 1255.1, 'range': 1.0, 'error': 26.0, 'player_id': 11534, 'p_name': 'Nomar Garciaparra', 'cost': 814, 'image': 'https://pddev.manticorum.com/api/v2/players/11534/battingcard?d=2025-2-13', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'fangr_id': '190', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}}, {'position': 'LF', 'innings': 1366.0, 'range': 4.0, 'error': 5.0, 'arm': 4.0, 'player_id': 11528, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pddev.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1422.2, 'range': 1.0, 'error': 14.0, 'player_id': 11529, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pddev.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}, {'position': 'RF', 'innings': 1098.2, 'range': 5.0, 'error': 2.0, 'arm': 2.0, 'player_id': 11535, 'p_name': 'Gary Sheffield', 'cost': 5269, 'image': 'https://pddev.manticorum.com/api/v2/players/11535/battingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'fangr_id': '114', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}}, {'position': 'DH', 'innings': 16.0, 'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/battingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}}]} type: 2025-02-13 14:34:56,194 - card_creation - INFO - return: Updated cards: 2; new cards: 3 2025-02-13 14:34:56,195 - card_creation - INFO - Posted 5 players to the database 2025-02-13 14:34:56,695 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:34:56,873 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 0.0 / All Outs: 99.0 / Total: 29.0 2025-02-13 14:34:56,873 - card_creation - INFO - vR - All Hits: 4.2 / Other OB: 8.65 / All Outs: 95.0 / Total: 29.0 2025-02-13 14:34:56,873 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:34:56,873 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.10000000000000009 2025-02-13 14:34:56,873 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:34:56,873 - card_creation - INFO - vR: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-13 14:34:56,873 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 38.0 2025-02-13 14:34:56,873 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 41.95 2025-02-13 14:34:56,874 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-13 14:34:56,874 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 43.300000000000004 / Current Outs: 72.3 2025-02-13 14:34:56,874 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:34:56,874 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:34:56,874 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:34:56,874 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:34:56,874 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:34:56,874 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:34:56,874 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 0.0 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:34:56,874 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 0.0 / All Outs: 108.0 / Total: 29.0 2025-02-13 14:34:56,874 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.1 2025-02-13 14:34:56,874 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:34:56,874 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 0.0 / Single CF: 1.5 2025-02-13 14:34:56,875 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:34:56,875 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:34:56,875 - card_creation - INFO - raw do chances: 0 2025-02-13 14:34:56,875 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.1 2025-02-13 14:34:56,875 - card_creation - INFO - Triple: 0 / rem xbh: 8.1 2025-02-13 14:34:56,875 - card_creation - INFO - raw hr chances: 8.1 2025-02-13 14:34:56,875 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.1 2025-02-13 14:34:56,875 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:34:56,875 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 45.2 2025-02-13 14:34:56,875 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 29.0 2025-02-13 14:34:56,875 - card_creation - INFO - vL: All Outs: 92.0 / Ks: -0.05 / Current Outs: 28.95 2025-02-13 14:34:56,875 - card_creation - INFO - vR: All Outs: 108.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-13 14:34:56,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:34:56,875 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-13 14:34:56,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:34:56,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:34:56,875 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:34:56,875 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:34:56,875 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 7.5 / All Outs: 81.5 / Total: 29.0 2025-02-13 14:34:56,876 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.2 / All Outs: 86.0 / Total: 29.0 2025-02-13 14:34:56,876 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.1999999999999993 2025-02-13 14:34:56,876 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.549999999999998 2025-02-13 14:34:56,876 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-13 14:34:56,876 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:34:56,876 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:34:56,876 - card_creation - INFO - raw do chances: 1.2 2025-02-13 14:34:56,876 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-13 14:34:56,876 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-13 14:34:56,876 - card_creation - INFO - raw hr chances: 0.0 2025-02-13 14:34:56,876 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:34:56,876 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:34:56,876 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:34:56,876 - card_creation - INFO - raw do chances: 0 2025-02-13 14:34:56,876 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-13 14:34:56,876 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-13 14:34:56,876 - card_creation - INFO - raw hr chances: 1.55 2025-02-13 14:34:56,876 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:34:56,876 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-13 14:34:56,876 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 55.45 2025-02-13 14:34:56,876 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 51.3 2025-02-13 14:34:56,876 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 30.449999999999996 / Current Outs: 59.45 2025-02-13 14:34:56,876 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 57.75 / Current Outs: 86.75 2025-02-13 14:34:56,876 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-13 14:34:56,876 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-13 14:34:56,876 - card_creation - INFO - Remaining outs: -1.0499999999999972 2025-02-13 14:34:56,876 - card_creation - INFO - Passing -1.0499999999999972 outs to strikeouts 2025-02-13 14:34:56,876 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:34:56,876 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:34:56,877 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 4.2 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:34:56,877 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 16.25 / All Outs: 78.0 / Total: 29.0 2025-02-13 14:34:56,877 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 6.9 2025-02-13 14:34:56,877 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.8499999999999996 2025-02-13 14:34:56,877 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:34:56,877 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-13 14:34:56,877 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:34:56,877 - card_creation - INFO - raw do chances: 0 2025-02-13 14:34:56,877 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.9 2025-02-13 14:34:56,877 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-13 14:34:56,877 - card_creation - INFO - raw hr chances: 6.9 2025-02-13 14:34:56,877 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.9000000000000004 2025-02-13 14:34:56,877 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:34:56,877 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-13 14:34:56,877 - card_creation - INFO - raw do chances: 0 2025-02-13 14:34:56,877 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.8499999999999996 2025-02-13 14:34:56,877 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-13 14:34:56,877 - card_creation - INFO - raw hr chances: 3.85 2025-02-13 14:34:56,877 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-13 14:34:56,877 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:34:56,877 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 45.1 2025-02-13 14:34:56,877 - card_creation - INFO - vR: All other OB: 16.25 / HBP: 1.0 / BB: 15.25 / Total Chances: 58.75 2025-02-13 14:34:56,877 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 41.75 / Current Outs: 70.75 2025-02-13 14:34:56,877 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 15.699999999999998 / Current Outs: 44.7 2025-02-13 14:34:56,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:34:56,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:34:56,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:34:56,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:34:56,878 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:34:56,878 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:34:56,878 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 21)] 2025-02-13 14:34:57,031 - card_creation - INFO - session info: 2025-02-13 14:34:57,031 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11530, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:57,031 - card_creation - INFO - patch: players [('cost', '6118'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:57,171 - card_creation - INFO - return: {'player_id': 11530, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:34:57,171 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 21)] 2025-02-13 14:34:57,300 - card_creation - INFO - session info: 2025-02-13 14:34:57,300 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11531, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:57,300 - card_creation - INFO - patch: players [('cost', '5766'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:57,400 - card_creation - INFO - return: {'player_id': 11531, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:34:57,400 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 21)] 2025-02-13 14:34:57,539 - card_creation - INFO - session info: 2025-02-13 14:34:57,539 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:57,540 - card_creation - INFO - patch: players [('cost', '2209'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:57,632 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:34:57,632 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 21)] 2025-02-13 14:34:57,759 - card_creation - INFO - session info: 2025-02-13 14:34:57,759 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11533, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:34:57,759 - card_creation - INFO - patch: players [('cost', '2214'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:34:57,849 - card_creation - INFO - return: {'player_id': 11533, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:34:57,852 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11530, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11531, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11532, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11533, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-13 14:34:57,948 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:34:57,949 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:34:58,177 - card_creation - INFO - session info: 2025-02-13 14:34:58,177 - card_creation - INFO - return: {'count': 12, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:34:58,180 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6108, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 35.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.75, 'flyout_rf_b': 2.25, 'groundout_a': 11.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.08333, 'slg': 0.06204, 'player_id': 11530}, {'pitchingcard_id': 6108, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 43.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0, 'groundout_a': 14.15, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03981, 'obp': 0.11991, 'slg': 0.04074, 'player_id': 11530}, {'pitchingcard_id': 6109, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.6, 'single_one': 0.0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': -0.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.2, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 40.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.15, 'slg': 0.36667, 'player_id': 11531}, {'pitchingcard_id': 6109, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 40.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 22.2, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11531}, {'pitchingcard_id': 6110, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 30.29999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.45, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.24491, 'slg': 0.18611, 'player_id': 11532}, {'pitchingcard_id': 6110, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 56.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20648, 'slg': 0.16574, 'player_id': 11532}, {'pitchingcard_id': 6111, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 41.75, 'flyout_lf_b': 1.65, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.8, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11019, 'obp': 0.14907, 'slg': 0.22315, 'player_id': 11533}, {'pitchingcard_id': 6111, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.25, 'strikeout': 15.699999999999998, 'flyout_lf_b': 2.75, 'flyout_cf_b': 11.95, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.27546, 'slg': 0.15463, 'player_id': 11533}]} type: 2025-02-13 14:34:58,366 - card_creation - INFO - return: Updated ratings: 8; new ratings: 0 2025-02-13 14:34:58,368 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11530, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pddev.manticorum.com/api/v2/players/11530/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 11531, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pddev.manticorum.com/api/v2/players/11531/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pddev.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 11533, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pddev.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}]} type: 2025-02-13 14:34:58,532 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:34:58,533 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:38:38,740 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:38:39,110 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:38:39,110 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:38:39,112 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-13 14:38:39,112 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-13 14:38:39,113 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-13 14:38:39,113 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-13 14:38:39,113 - card_creation - ERROR - Adding 5.099999999999998 results to all other ob 2025-02-13 14:38:39,123 - card_creation - INFO - Running ss stats for Nomar Garciaparra 2025-02-13 14:38:39,123 - card_creation - INFO - pos: ss / tz_runs: 11 () 2025-02-13 14:38:39,123 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-13 14:38:39,123 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-13 14:38:39,123 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-13 14:38:39,123 - card_creation - INFO - pos: rf / tz_runs: -12 2025-02-13 14:38:39,124 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcino01'), ('cardset_id', 21)] 2025-02-13 14:38:39,340 - card_creation - INFO - session info: 2025-02-13 14:38:39,340 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:39,341 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'garcn001')] 2025-02-13 14:38:39,489 - card_creation - INFO - session info: 2025-02-13 14:38:39,489 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}]} 2025-02-13 14:38:39,489 - card_creation - INFO - Only one position found for Nomar Garciaparra 2025-02-13 14:38:39,489 - card_creation - INFO - post: players payload: {'p_name': 'Nomar Garciaparra', 'cost': '814', 'image': 'change-me', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset_id': 21, 'set_num': 190, 'rarity_id': 1, 'description': 'July PotM', 'bbref_id': 'garcino01', 'fangr_id': 190, 'mlbplayer_id': 2758, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:38:39,683 - card_creation - INFO - return: {'player_id': 11528, 'p_name': 'Nomar Garciaparra', 'cost': 814, 'image': 'change-me', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-13 14:38:39,683 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11528/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:39,842 - card_creation - INFO - return: {'player_id': 11528, 'p_name': 'Nomar Garciaparra', 'cost': 814, 'image': 'https://pd.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-13 14:38:39,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 21)] 2025-02-13 14:38:39,969 - card_creation - INFO - session info: 2025-02-13 14:38:39,969 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:39,969 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bellj002')] 2025-02-13 14:38:40,133 - card_creation - INFO - session info: 2025-02-13 14:38:40,133 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}]} 2025-02-13 14:38:40,133 - card_creation - INFO - Only one position found for Albert Belle 2025-02-13 14:38:40,134 - card_creation - INFO - post: players payload: {'p_name': 'Albert Belle', 'cost': '4098', 'image': 'change-me', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset_id': 21, 'set_num': 1000802, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'belleal01', 'fangr_id': 1000802, 'mlbplayer_id': 3729, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:38:40,232 - card_creation - INFO - return: {'player_id': 11529, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'change-me', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:38:40,232 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11529/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:40,350 - card_creation - INFO - return: {'player_id': 11529, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pd.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-13 14:38:40,351 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 21)] 2025-02-13 14:38:40,476 - card_creation - INFO - session info: 2025-02-13 14:38:40,476 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:40,476 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'castv001')] 2025-02-13 14:38:40,656 - card_creation - INFO - session info: 2025-02-13 14:38:40,656 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}]} 2025-02-13 14:38:40,656 - card_creation - INFO - Only one position found for Vinny Castilla 2025-02-13 14:38:40,656 - card_creation - INFO - post: players payload: {'p_name': 'Vinny Castilla', 'cost': '1606', 'image': 'change-me', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset_id': 21, 'set_num': 84, 'rarity_id': 1, 'description': 'July PotM', 'bbref_id': 'castivi02', 'fangr_id': 84, 'mlbplayer_id': 3752, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:38:40,833 - card_creation - INFO - return: {'player_id': 11530, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'change-me', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:38:40,833 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11530/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:40,994 - card_creation - INFO - return: {'player_id': 11530, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pd.manticorum.com/api/v2/players/11530/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-13 14:38:40,994 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheffga01'), ('cardset_id', 21)] 2025-02-13 14:38:41,112 - card_creation - INFO - session info: 2025-02-13 14:38:41,112 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:41,112 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'shefg001')] 2025-02-13 14:38:41,233 - card_creation - INFO - session info: 2025-02-13 14:38:41,233 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}]} 2025-02-13 14:38:41,233 - card_creation - INFO - Only one position found for Gary Sheffield 2025-02-13 14:38:41,233 - card_creation - INFO - post: players payload: {'p_name': 'Gary Sheffield', 'cost': '5269', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 114, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'sheffga01', 'fangr_id': 114, 'mlbplayer_id': 2632, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:38:41,362 - card_creation - INFO - return: {'player_id': 11531, 'p_name': 'Gary Sheffield', 'cost': 5269, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-13 14:38:41,362 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11531/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:41,475 - card_creation - INFO - return: {'player_id': 11531, 'p_name': 'Gary Sheffield', 'cost': 5269, 'image': 'https://pd.manticorum.com/api/v2/players/11531/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-13 14:38:41,475 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 21)] 2025-02-13 14:38:41,593 - card_creation - INFO - session info: 2025-02-13 14:38:41,593 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:41,593 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'browk001')] 2025-02-13 14:38:41,715 - card_creation - INFO - session info: 2025-02-13 14:38:41,715 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}]} 2025-02-13 14:38:41,716 - card_creation - INFO - Only one position found for Kevin Brown 2025-02-13 14:38:41,716 - card_creation - INFO - post: players payload: {'p_name': 'Kevin Brown', 'cost': '5', 'image': 'change-me', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset_id': 21, 'set_num': 642, 'rarity_id': 5, 'description': 'July PotM', 'bbref_id': 'brownke01', 'fangr_id': 642, 'mlbplayer_id': 3896, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:38:41,844 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'change-me', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:38:41,844 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11532/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:41,997 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11532/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:38:42,001 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11528, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11529, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11530, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11531, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11532, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}]} type: 2025-02-13 14:38:42,136 - card_creation - INFO - return: Updated cards: 0; new cards: 5 2025-02-13 14:38:42,136 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:38:42,323 - card_creation - INFO - session info: 2025-02-13 14:38:42,323 - card_creation - INFO - return: {'count': 13, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:38:42,326 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5326, 'vs_hand': 'L', 'homerun': 6.55, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.35, 'single_two': 12.1, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 11.8, 'lineout': 0, 'popout': 6.6, 'flyout_a': 1.0, 'flyout_bq': 2.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 15.45, 'groundout_c': 10.95, 'pull_rate': 0.35294, 'center_rate': 0.29412, 'slap_rate': 0.35294, 'avg': 0.4287, 'obp': 0.5088, 'slg': 0.71343, 'player_id': 11528}, {'battingcard_id': 5326, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.25, 'strikeout': 8.85, 'lineout': 14.1, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 7.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.4, 'groundout_a': 25.35, 'groundout_b': 2.8, 'groundout_c': 0.0, 'pull_rate': 0.28346, 'center_rate': 0.03937, 'slap_rate': 0.67717, 'avg': 0.28843, 'obp': 0.37407, 'slg': 0.59074, 'player_id': 11528}, {'battingcard_id': 5327, 'vs_hand': 'L', 'homerun': 15.3, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 25.2, 'lineout': 8.3, 'popout': 2.75, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.8, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 16.6, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.4, 'slap_rate': 0.3, 'avg': 0.3, 'obp': 0.4, 'slg': 0.81389, 'player_id': 11529}, {'battingcard_id': 5327, 'vs_hand': 'R', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.45, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 6.55, 'lineout': 15.5, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 6.35, 'groundout_a': 0, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.125, 'slap_rate': 0.60417, 'avg': 0.40509, 'obp': 0.48287, 'slg': 0.8287, 'player_id': 11529}, {'battingcard_id': 5328, 'vs_hand': 'L', 'homerun': 10.9, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 8.9, 'single_one': 2.7, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 10.6, 'lineout': 5.1, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 4.2, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.26531, 'center_rate': 0.46939, 'slap_rate': 0.2653, 'avg': 0.37731, 'obp': 0.4125, 'slg': 0.78194, 'player_id': 11530}, {'battingcard_id': 5328, 'vs_hand': 'R', 'homerun': 8.4, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 3.75, 'single_two': 8.65, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 14.7, 'lineout': 3.25, 'popout': 7.65, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 5.7, 'flyout_rf_b': 6.05, 'groundout_a': 1.65, 'groundout_b': 14.7, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.30263, 'slap_rate': 0.38158, 'avg': 0.36944, 'obp': 0.44352, 'slg': 0.75972, 'player_id': 11530}, {'battingcard_id': 5329, 'vs_hand': 'L', 'homerun': 15.85, 'bp_homerun': 11.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 18.6, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 14.85, 'strikeout': 7.25, 'lineout': 3.5, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 1.65, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 4.95, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.5537, 'obp': 0.76528, 'slg': 1.18056, 'player_id': 11531}, {'battingcard_id': 5329, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.65, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.9, 'strikeout': 9.2, 'lineout': 3.5, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 10.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.4, 'groundout_a': 1.05, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.07273, 'slap_rate': 0.62727, 'avg': 0.3088, 'obp': 0.50231, 'slg': 0.61296, 'player_id': 11531}, {'battingcard_id': 5330, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.5, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 61.6, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.14815, 'player_id': 11532}, {'battingcard_id': 5330, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 54.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 35.05, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.44444, 'slap_rate': 0.22223, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11532}]} type: 2025-02-13 14:38:42,485 - card_creation - INFO - return: Updated ratings: 0; new ratings: 10 2025-02-13 14:38:42,486 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': 'SS', 'innings': 1255.1, 'range': 1.0, 'error': 26.0, 'player_id': 11528, 'p_name': 'Nomar Garciaparra', 'cost': 814, 'image': 'https://pd.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'fangr_id': '190', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}}, {'position': 'LF', 'innings': 1366.0, 'range': 4.0, 'error': 5.0, 'arm': 4.0, 'player_id': 11529, 'p_name': 'Albert Belle', 'cost': 4098, 'image': 'https://pd.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'LF', 'fangr_id': '1000802', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1422.2, 'range': 1.0, 'error': 14.0, 'player_id': 11530, 'p_name': 'Vinny Castilla', 'cost': 1606, 'image': 'https://pd.manticorum.com/api/v2/players/11530/battingcard?d=2025-2-13', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'fangr_id': '84', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}, {'position': 'RF', 'innings': 1098.2, 'range': 5.0, 'error': 2.0, 'arm': 2.0, 'player_id': 11531, 'p_name': 'Gary Sheffield', 'cost': 5269, 'image': 'https://pd.manticorum.com/api/v2/players/11531/battingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'fangr_id': '114', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}}, {'position': 'DH', 'innings': 16.0, 'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11532/battingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}}]} type: 2025-02-13 14:38:42,663 - card_creation - INFO - return: Updated cards: 0; new cards: 5 2025-02-13 14:38:42,663 - card_creation - INFO - Posted 5 players to the database 2025-02-13 14:38:43,188 - card_creation - INFO - Player description is *July PotM* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:38:43,369 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 0.0 / All Outs: 99.0 / Total: 29.0 2025-02-13 14:38:43,370 - card_creation - INFO - vR - All Hits: 4.2 / Other OB: 8.65 / All Outs: 95.0 / Total: 29.0 2025-02-13 14:38:43,370 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:38:43,370 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.10000000000000009 2025-02-13 14:38:43,370 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:38:43,370 - card_creation - INFO - vR: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-13 14:38:43,370 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 38.0 2025-02-13 14:38:43,370 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 41.95 2025-02-13 14:38:43,370 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-13 14:38:43,370 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 43.300000000000004 / Current Outs: 72.3 2025-02-13 14:38:43,370 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:38:43,370 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:38:43,370 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:38:43,370 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:38:43,370 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:38:43,370 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:38:43,371 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 0.0 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:38:43,371 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 0.0 / All Outs: 108.0 / Total: 29.0 2025-02-13 14:38:43,371 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.1 2025-02-13 14:38:43,371 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-13 14:38:43,371 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.6 / Single 1: 0.0 / Single CF: 1.5 2025-02-13 14:38:43,371 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:38:43,371 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:38:43,371 - card_creation - INFO - raw do chances: 0 2025-02-13 14:38:43,371 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.1 2025-02-13 14:38:43,371 - card_creation - INFO - Triple: 0 / rem xbh: 8.1 2025-02-13 14:38:43,371 - card_creation - INFO - raw hr chances: 8.1 2025-02-13 14:38:43,371 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.1 2025-02-13 14:38:43,371 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:38:43,371 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 45.2 2025-02-13 14:38:43,371 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 29.0 2025-02-13 14:38:43,371 - card_creation - INFO - vL: All Outs: 92.0 / Ks: -0.05 / Current Outs: 28.95 2025-02-13 14:38:43,371 - card_creation - INFO - vR: All Outs: 108.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-13 14:38:43,371 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:38:43,371 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-13 14:38:43,371 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:38:43,371 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:38:43,371 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:38:43,371 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:38:43,372 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 7.5 / All Outs: 81.5 / Total: 29.0 2025-02-13 14:38:43,372 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.2 / All Outs: 86.0 / Total: 29.0 2025-02-13 14:38:43,372 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.1999999999999993 2025-02-13 14:38:43,372 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.549999999999998 2025-02-13 14:38:43,372 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-13 14:38:43,372 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:38:43,372 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:38:43,372 - card_creation - INFO - raw do chances: 1.2 2025-02-13 14:38:43,372 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-13 14:38:43,372 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-13 14:38:43,372 - card_creation - INFO - raw hr chances: 0.0 2025-02-13 14:38:43,372 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:38:43,372 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:38:43,372 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:38:43,372 - card_creation - INFO - raw do chances: 0 2025-02-13 14:38:43,372 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-13 14:38:43,372 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-13 14:38:43,372 - card_creation - INFO - raw hr chances: 1.55 2025-02-13 14:38:43,372 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:38:43,372 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-13 14:38:43,372 - card_creation - INFO - vL: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 55.45 2025-02-13 14:38:43,373 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 51.3 2025-02-13 14:38:43,373 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 30.449999999999996 / Current Outs: 59.45 2025-02-13 14:38:43,373 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 57.75 / Current Outs: 86.75 2025-02-13 14:38:43,373 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-13 14:38:43,373 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-13 14:38:43,373 - card_creation - INFO - Remaining outs: -1.0499999999999972 2025-02-13 14:38:43,373 - card_creation - INFO - Passing -1.0499999999999972 outs to strikeouts 2025-02-13 14:38:43,373 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:38:43,373 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:38:43,373 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 4.2 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:38:43,373 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 16.25 / All Outs: 78.0 / Total: 29.0 2025-02-13 14:38:43,373 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 6.9 2025-02-13 14:38:43,374 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.8499999999999996 2025-02-13 14:38:43,374 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-13 14:38:43,374 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-13 14:38:43,374 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-13 14:38:43,374 - card_creation - INFO - raw do chances: 0 2025-02-13 14:38:43,374 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.9 2025-02-13 14:38:43,374 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-13 14:38:43,374 - card_creation - INFO - raw hr chances: 6.9 2025-02-13 14:38:43,374 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.9000000000000004 2025-02-13 14:38:43,374 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:38:43,374 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-13 14:38:43,374 - card_creation - INFO - raw do chances: 0 2025-02-13 14:38:43,374 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.8499999999999996 2025-02-13 14:38:43,374 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-13 14:38:43,374 - card_creation - INFO - raw hr chances: 3.85 2025-02-13 14:38:43,374 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.85 2025-02-13 14:38:43,374 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:38:43,374 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 45.1 2025-02-13 14:38:43,374 - card_creation - INFO - vR: All other OB: 16.25 / HBP: 1.0 / BB: 15.25 / Total Chances: 58.75 2025-02-13 14:38:43,374 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 41.75 / Current Outs: 70.75 2025-02-13 14:38:43,374 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 15.699999999999998 / Current Outs: 44.7 2025-02-13 14:38:43,374 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:38:43,374 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:38:43,374 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:38:43,374 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:38:43,374 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:38:43,374 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:38:43,375 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 21)] 2025-02-13 14:38:43,506 - card_creation - INFO - session info: 2025-02-13 14:38:43,506 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:43,507 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bankw001')] 2025-02-13 14:38:43,648 - card_creation - INFO - session info: 2025-02-13 14:38:43,648 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}]} 2025-02-13 14:38:43,649 - card_creation - INFO - post: players payload: {'p_name': 'Willie Banks', 'cost': '6118', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1434, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'bankswi01', 'fangr_id': 1434, 'mlbplayer_id': 4261, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-13 14:38:43,793 - card_creation - INFO - return: {'player_id': 11533, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:38:43,793 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11533/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:43,898 - card_creation - INFO - return: {'player_id': 11533, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pd.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-13 14:38:43,899 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 21)] 2025-02-13 14:38:44,027 - card_creation - INFO - session info: 2025-02-13 14:38:44,027 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:44,027 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'worrt002')] 2025-02-13 14:38:44,182 - card_creation - INFO - session info: 2025-02-13 14:38:44,182 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}]} 2025-02-13 14:38:44,183 - card_creation - INFO - post: players payload: {'p_name': 'Tim Worrell', 'cost': '5766', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1139, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'worreti01', 'fangr_id': 1139, 'mlbplayer_id': 3984, 'pos_1': 'RP'} type: 2025-02-13 14:38:44,344 - card_creation - INFO - return: {'player_id': 11534, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:38:44,344 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11534/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:44,491 - card_creation - INFO - return: {'player_id': 11534, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pd.manticorum.com/api/v2/players/11534/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-13 14:38:44,492 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 21)] 2025-02-13 14:38:44,633 - card_creation - INFO - session info: 2025-02-13 14:38:44,633 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11532/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:38:44,633 - card_creation - INFO - patch: players [('cost', '2209'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11532/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:44,736 - card_creation - INFO - return: {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pd.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-13 14:38:44,736 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 21)] 2025-02-13 14:38:44,864 - card_creation - INFO - session info: 2025-02-13 14:38:44,864 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:38:44,864 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'milte001')] 2025-02-13 14:38:45,000 - card_creation - INFO - session info: 2025-02-13 14:38:45,000 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}]} 2025-02-13 14:38:45,000 - card_creation - INFO - post: players payload: {'p_name': 'Eric Milton', 'cost': '2214', 'image': 'change-me', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset_id': 21, 'set_num': 743, 'rarity_id': 99, 'description': 'July PotM', 'bbref_id': 'miltoer01', 'fangr_id': 743, 'mlbplayer_id': 3924, 'pos_1': 'SP'} type: 2025-02-13 14:38:45,135 - card_creation - INFO - return: {'player_id': 11535, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'change-me', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:38:45,135 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11535/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:38:45,223 - card_creation - INFO - return: {'player_id': 11535, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pd.manticorum.com/api/v2/players/11535/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-13 14:38:45,227 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11533, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11534, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11532, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11535, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-13 14:38:45,359 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:38:45,359 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:38:45,522 - card_creation - INFO - session info: 2025-02-13 14:38:45,523 - card_creation - INFO - return: {'count': 12, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:38:45,525 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6110, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 30.29999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.45, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.24491, 'slg': 0.18611, 'player_id': 11532}, {'pitchingcard_id': 6110, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 56.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20648, 'slg': 0.16574, 'player_id': 11532}, {'pitchingcard_id': 6108, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 35.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.75, 'flyout_rf_b': 2.25, 'groundout_a': 11.95, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.08333, 'slg': 0.06204, 'player_id': 11533}, {'pitchingcard_id': 6108, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 43.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 0, 'groundout_a': 14.15, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03981, 'obp': 0.11991, 'slg': 0.04074, 'player_id': 11533}, {'pitchingcard_id': 6109, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.6, 'single_one': 0.0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': -0.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.2, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 40.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.15, 'slg': 0.36667, 'player_id': 11534}, {'pitchingcard_id': 6109, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 40.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 22.2, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11534}, {'pitchingcard_id': 6111, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 41.75, 'flyout_lf_b': 1.65, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.8, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11019, 'obp': 0.14907, 'slg': 0.22315, 'player_id': 11535}, {'pitchingcard_id': 6111, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.25, 'strikeout': 15.699999999999998, 'flyout_lf_b': 2.75, 'flyout_cf_b': 11.95, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.27546, 'slg': 0.15463, 'player_id': 11535}]} type: 2025-02-13 14:38:45,618 - card_creation - INFO - return: Updated ratings: 0; new ratings: 8 2025-02-13 14:38:45,620 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11533, 'p_name': 'Willie Banks', 'cost': 6118, 'image': 'https://pd.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1434', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 11534, 'p_name': 'Tim Worrell', 'cost': 5766, 'image': 'https://pd.manticorum.com/api/v2/players/11534/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1139', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 11532, 'p_name': 'Kevin Brown', 'cost': 2209, 'image': 'https://pd.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'fangr_id': '642', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 11535, 'p_name': 'Eric Milton', 'cost': 2214, 'image': 'https://pd.manticorum.com/api/v2/players/11535/pitchingcard?d=2025-2-13', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '743', 'description': 'July PotM', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}]} type: 2025-02-13 14:38:45,735 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:38:45,735 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:45:06,807 - card_creation - ERROR - More than 5 weeks are included for a promo cardset. Please adjust START_DATE and/or END_DATE. Stack (most recent call last): File "/mnt/NV2/Development/paper-dynasty/card-creation/retrosheet_data.py", line 1617, in asyncio.run(main(sys.argv[1:])) File "/usr/lib64/python3.12/asyncio/runners.py", line 194, in run return runner.run(main) File "/usr/lib64/python3.12/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) File "/usr/lib64/python3.12/asyncio/base_events.py", line 673, in run_until_complete self.run_forever() File "/usr/lib64/python3.12/asyncio/base_events.py", line 640, in run_forever self._run_once() File "/usr/lib64/python3.12/asyncio/base_events.py", line 1992, in _run_once handle._run() File "/usr/lib64/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/mnt/NV2/Development/paper-dynasty/card-creation/retrosheet_data.py", line 1597, in main log_exception(ValueError, msg=msg, level='error') File "/mnt/NV2/Development/paper-dynasty/card-creation/exceptions.py", line 21, in log_exception logger.error(msg, stack_info=True) 2025-02-13 14:45:39,039 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:45:39,609 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 14:45:39,612 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:45:39,612 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:45:39,612 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-13 14:45:39,612 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-13 14:45:39,613 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-13 14:45:39,613 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-13 14:45:39,613 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:45:39,613 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:45:39,614 - card_creation - ERROR - Adding 6.5 results to all other ob 2025-02-13 14:45:39,615 - card_creation - ERROR - Adding 5.099999999999998 results to all other ob 2025-02-13 14:45:39,615 - card_creation - ERROR - Adding 12.949999999999996 results to all other ob 2025-02-13 14:45:39,625 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-13 14:45:39,625 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-13 14:45:39,626 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-13 14:45:39,626 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-13 14:45:39,626 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-13 14:45:39,626 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-13 14:45:39,626 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-13 14:45:39,626 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-13 14:45:39,627 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 21)] 2025-02-13 14:45:39,769 - card_creation - INFO - session info: 2025-02-13 14:45:39,769 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:39,769 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'thomj002')] 2025-02-13 14:45:39,876 - card_creation - INFO - session info: 2025-02-13 14:45:39,876 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}]} 2025-02-13 14:45:39,876 - card_creation - INFO - Only one position found for Jim Thome 2025-02-13 14:45:39,876 - card_creation - INFO - post: players payload: {'p_name': 'Jim Thome', 'cost': '948', 'image': 'change-me', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset_id': 21, 'set_num': 409, 'rarity_id': 1, 'description': 'First Half', 'bbref_id': 'thomeji01', 'fangr_id': 409, 'mlbplayer_id': 2283, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:45:40,003 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'change-me', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-13 14:45:40,003 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11536/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:40,160 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pddev.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-13 14:45:40,160 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 21)] 2025-02-13 14:45:40,279 - card_creation - INFO - session info: 2025-02-13 14:45:40,279 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:40,279 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'staim001')] 2025-02-13 14:45:40,395 - card_creation - INFO - session info: 2025-02-13 14:45:40,395 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}]} 2025-02-13 14:45:40,395 - card_creation - INFO - post: players payload: {'p_name': 'Matt Stairs', 'cost': '304', 'image': 'change-me', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset_id': 21, 'set_num': 1384, 'rarity_id': 2, 'description': 'First Half', 'bbref_id': 'stairma01', 'fangr_id': 1384, 'mlbplayer_id': 3109, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:45:40,513 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'change-me', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-13 14:45:40,513 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11537/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:40,632 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pddev.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-13 14:45:40,632 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 21)] 2025-02-13 14:45:40,743 - card_creation - INFO - session info: 2025-02-13 14:45:40,743 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:40,743 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'galaa001')] 2025-02-13 14:45:40,868 - card_creation - INFO - session info: 2025-02-13 14:45:40,868 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}]} 2025-02-13 14:45:40,869 - card_creation - INFO - Only one position found for Andres Galarraga 2025-02-13 14:45:40,869 - card_creation - INFO - post: players payload: {'p_name': 'Andres Galarraga', 'cost': '232', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 21, 'set_num': 1390, 'rarity_id': 2, 'description': 'First Half', 'bbref_id': 'galaran01', 'fangr_id': 1390, 'mlbplayer_id': 3960, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:45:41,064 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-13 14:45:41,064 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11538/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:41,174 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-13 14:45:41,174 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodabr01'), ('cardset_id', 21)] 2025-02-13 14:45:41,294 - card_creation - INFO - session info: 2025-02-13 14:45:41,295 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:41,295 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'woodb002')] 2025-02-13 14:45:41,381 - card_creation - INFO - session info: 2025-02-13 14:45:41,382 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}]} 2025-02-13 14:45:41,382 - card_creation - INFO - Only one position found for Brad Woodall 2025-02-13 14:45:41,382 - card_creation - INFO - post: players payload: {'p_name': 'Brad Woodall', 'cost': '30', 'image': 'change-me', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset_id': 21, 'set_num': 1014206, 'rarity_id': 4, 'description': 'First Half', 'bbref_id': 'woodabr01', 'fangr_id': 1014206, 'mlbplayer_id': 4219, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:45:41,526 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 30, 'image': 'change-me', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}} 2025-02-13 14:45:41,526 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11539/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:41,642 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11539/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}} 2025-02-13 14:45:41,643 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:45:41,767 - card_creation - INFO - session info: 2025-02-13 14:45:41,767 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:41,767 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'maddg002')] 2025-02-13 14:45:41,884 - card_creation - INFO - session info: 2025-02-13 14:45:41,884 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}]} 2025-02-13 14:45:41,884 - card_creation - INFO - Only one position found for Greg Maddux 2025-02-13 14:45:41,884 - card_creation - INFO - post: players payload: {'p_name': 'Greg Maddux', 'cost': '9', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 21, 'set_num': 104, 'rarity_id': 5, 'description': 'First Half', 'bbref_id': 'maddugr01', 'fangr_id': 104, 'mlbplayer_id': 2640, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:45:42,015 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:45:42,015 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11540/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:42,119 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:45:42,119 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:45:42,260 - card_creation - INFO - session info: 2025-02-13 14:45:42,260 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:42,260 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'welld001')] 2025-02-13 14:45:42,389 - card_creation - INFO - session info: 2025-02-13 14:45:42,389 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}]} 2025-02-13 14:45:42,390 - card_creation - INFO - Only one position found for David Wells 2025-02-13 14:45:42,390 - card_creation - INFO - post: players payload: {'p_name': 'David Wells', 'cost': '7', 'image': 'change-me', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset_id': 21, 'set_num': 855, 'rarity_id': 5, 'description': 'First Half', 'bbref_id': 'wellsda01', 'fangr_id': 855, 'mlbplayer_id': 3825, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:45:42,576 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'David Wells', 'cost': 7, 'image': 'change-me', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:45:42,576 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11541/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:42,670 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:45:42,674 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11536, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11537, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11538, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11539, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 10, 'hand': 'S'}, {'player_id': 11540, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11541, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 17, 'hand': 'L'}]} type: 2025-02-13 14:45:42,869 - card_creation - INFO - return: Updated cards: 0; new cards: 6 2025-02-13 14:45:42,869 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:45:43,114 - card_creation - INFO - session info: 2025-02-13 14:45:43,120 - card_creation - INFO - return: {'count': 19, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:45:43,123 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5331, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 6.85, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 25.15, 'lineout': 1.9, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 14.05, 'groundout_c': 0.0, 'pull_rate': 0.24731, 'center_rate': 0.5914, 'slap_rate': 0.16129, 'avg': 0.31528, 'obp': 0.48009, 'slg': 0.61667, 'player_id': 11536}, {'battingcard_id': 5331, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 7.65, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 22.2, 'lineout': 0, 'popout': 9.0, 'flyout_a': 1.0, 'flyout_bq': 2.7, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.1, 'groundout_a': 6.8, 'groundout_b': 4.0, 'groundout_c': 2.75, 'pull_rate': 0.22026, 'center_rate': 0.24229, 'slap_rate': 0.53745, 'avg': 0.30926, 'obp': 0.49583, 'slg': 0.56065, 'player_id': 11536}, {'battingcard_id': 5332, 'vs_hand': 'L', 'homerun': 2.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 7.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.4, 'strikeout': 14.75, 'lineout': 3.2, 'popout': 2.5, 'flyout_a': 1.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 21.5, 'groundout_c': 0.0, 'pull_rate': 0.20879, 'center_rate': 0.51648, 'slap_rate': 0.27473, 'avg': 0.31019, 'obp': 0.44352, 'slg': 0.53056, 'player_id': 11537}, {'battingcard_id': 5332, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 8.65, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 13.2, 'lineout': 8.55, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.6, 'groundout_a': 6.4, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.26887, 'center_rate': 0.2217, 'slap_rate': 0.50943, 'avg': 0.33472, 'obp': 0.46343, 'slg': 0.55972, 'player_id': 11537}, {'battingcard_id': 5333, 'vs_hand': 'L', 'homerun': 2.25, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.45, 'strikeout': 14.25, 'lineout': 1.05, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.25926, 'center_rate': 0.48148, 'slap_rate': 0.25926, 'avg': 0.30046, 'obp': 0.46204, 'slg': 0.41759, 'player_id': 11538}, {'battingcard_id': 5333, 'vs_hand': 'R', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.6, 'double_pull': 4.75, 'single_two': 5.95, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.35, 'strikeout': 22.0, 'lineout': 5.1, 'popout': 2.7, 'flyout_a': 1.0, 'flyout_bq': 5.9, 'flyout_lf_b': 2.25, 'flyout_rf_b': 4.75, 'groundout_a': 17.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.12787, 'slap_rate': 0.60983, 'avg': 0.2875, 'obp': 0.42963, 'slg': 0.52593, 'player_id': 11538}, {'battingcard_id': 5334, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.95, 'single_one': 10.45, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 25.2, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.45, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 37.8, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.23981, 'obp': 0.3, 'slg': 0.18426, 'player_id': 11539}, {'battingcard_id': 5334, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.5, 'double_pull': 8.45, 'single_two': 8.85, 'single_one': 13.3, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.6, 'strikeout': 7.55, 'lineout': 1.7, 'popout': 9.8, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 11.55, 'groundout_c': 0.0, 'pull_rate': 0.11765, 'center_rate': 0.11765, 'slap_rate': 0.7647, 'avg': 0.45, 'obp': 0.65, 'slg': 0.54352, 'player_id': 11539}, {'battingcard_id': 5335, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.5, 'lineout': 32.2, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.7, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.8, 'slap_rate': 0.1, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.14815, 'player_id': 11540}, {'battingcard_id': 5335, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 7.75, 'single_one': 11.6, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.0, 'lineout': 3.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 35.15, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.15385, 'slap_rate': 0.61538, 'avg': 0.37315, 'obp': 0.42593, 'slg': 0.425, 'player_id': 11540}, {'battingcard_id': 5336, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 15.6, 'single_one': 23.45, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 43.2, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.5, 'slap_rate': 0.5, 'avg': 0.48009, 'obp': 0.6, 'slg': 0.38426, 'player_id': 11541}, {'battingcard_id': 5336, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 0.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 28.35, 'flyout_lf_b': 3.6, 'flyout_rf_b': 5.85, 'groundout_a': 0.0, 'groundout_b': 70.2, 'groundout_c': 0.0, 'pull_rate': 0.5, 'center_rate': 0.25, 'slap_rate': 0.25, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11541}]} type: 2025-02-13 14:45:43,335 - card_creation - INFO - return: Updated ratings: 0; new ratings: 12 2025-02-13 14:45:43,337 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 11536, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pddev.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 11537, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pddev.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11537, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pddev.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11537, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pddev.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 11538, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': 'DH', 'innings': 23.0, 'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11539/battingcard?d=2025-2-13', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}}, {'position': 'DH', 'innings': 58.0, 'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}}, {'position': 'DH', 'innings': 5.0, 'player_id': 11541, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}}]} type: 2025-02-13 14:45:43,487 - card_creation - INFO - return: Updated cards: 0; new cards: 8 2025-02-13 14:45:43,488 - card_creation - INFO - Posted 6 players to the database 2025-02-13 14:45:43,992 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:45:44,373 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 5.7 / All Outs: 79.0 / Total: 29.0 2025-02-13 14:45:44,373 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 4.5 / All Outs: 86.5 / Total: 29.0 2025-02-13 14:45:44,373 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 7.399999999999997 2025-02-13 14:45:44,373 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 5.899999999999999 2025-02-13 14:45:44,373 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:45:44,373 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-13 14:45:44,373 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:45:44,373 - card_creation - INFO - raw do chances: 3.75 2025-02-13 14:45:44,373 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.649999999999997 2025-02-13 14:45:44,373 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-13 14:45:44,373 - card_creation - INFO - raw hr chances: 3.65 2025-02-13 14:45:44,373 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-13 14:45:44,373 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:45:44,373 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.35 2025-02-13 14:45:44,373 - card_creation - INFO - raw do chances: 2.1 2025-02-13 14:45:44,373 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7999999999999985 2025-02-13 14:45:44,373 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-13 14:45:44,373 - card_creation - INFO - raw hr chances: 3.8 2025-02-13 14:45:44,373 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-13 14:45:44,373 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:45:44,373 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.9 2025-02-13 14:45:44,373 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.4 2025-02-13 14:45:44,373 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-13 14:45:44,373 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-13 14:45:44,373 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,373 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,374 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,374 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,374 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:45:44,374 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:45:44,374 - card_creation - INFO - vL - All Hits: 22.85 / Other OB: 10.65 / All Outs: 74.5 / Total: 29.0 2025-02-13 14:45:44,374 - card_creation - INFO - vR - All Hits: 17.15 / Other OB: 7.7 / All Outs: 83.0 / Total: 29.0 2025-02-13 14:45:44,374 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.350000000000001 2025-02-13 14:45:44,374 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.099999999999998 2025-02-13 14:45:44,374 - card_creation - INFO - vL: All Hits: 22.85 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-13 14:45:44,374 - card_creation - INFO - vR: All Hits: 17.15 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-13 14:45:44,374 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-13 14:45:44,375 - card_creation - INFO - raw do chances: 4.25 2025-02-13 14:45:44,375 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.100000000000001 2025-02-13 14:45:44,375 - card_creation - INFO - Triple: 0 / rem xbh: 5.1 2025-02-13 14:45:44,375 - card_creation - INFO - raw hr chances: 5.1 2025-02-13 14:45:44,375 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.1 2025-02-13 14:45:44,375 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:45:44,375 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-13 14:45:44,375 - card_creation - INFO - raw do chances: 3.6 2025-02-13 14:45:44,375 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 3.499999999999998 2025-02-13 14:45:44,375 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-13 14:45:44,375 - card_creation - INFO - raw hr chances: 3.5 2025-02-13 14:45:44,375 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.5 2025-02-13 14:45:44,375 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:45:44,375 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 2.0 / BB: 8.65 / Total Chances: 62.5 2025-02-13 14:45:44,375 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 53.85 2025-02-13 14:45:44,375 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 14.299999999999997 / Current Outs: 43.3 2025-02-13 14:45:44,375 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-13 14:45:44,375 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,375 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,375 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,375 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,375 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:45:44,375 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:45:44,376 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-13 14:45:44,376 - card_creation - INFO - vR - All Hits: 13.4 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-13 14:45:44,376 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.8999999999999986 2025-02-13 14:45:44,376 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.45 2025-02-13 14:45:44,376 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-13 14:45:44,376 - card_creation - INFO - vR: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-13 14:45:44,376 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-13 14:45:44,376 - card_creation - INFO - raw do chances: 3.2 2025-02-13 14:45:44,376 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-13 14:45:44,376 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-13 14:45:44,376 - card_creation - INFO - raw hr chances: 0.7 2025-02-13 14:45:44,376 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:45:44,376 - card_creation - INFO - excess xbh: 0.7 2025-02-13 14:45:44,376 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-13 14:45:44,376 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-13 14:45:44,376 - card_creation - INFO - raw do chances: 2.2 2025-02-13 14:45:44,376 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-13 14:45:44,376 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-13 14:45:44,376 - card_creation - INFO - raw hr chances: 0.25 2025-02-13 14:45:44,376 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:45:44,376 - card_creation - INFO - excess xbh: 0.25 2025-02-13 14:45:44,376 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-13 14:45:44,376 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 52.0 2025-02-13 14:45:44,376 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.6 2025-02-13 14:45:44,376 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 27.85 / Current Outs: 56.85 2025-02-13 14:45:44,376 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-13 14:45:44,376 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,376 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,377 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,377 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,377 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:45:44,377 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:45:44,377 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 11.65 / All Outs: 82.0 / Total: 29.0 2025-02-13 14:45:44,377 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:45:44,377 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.25 2025-02-13 14:45:44,377 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-13 14:45:44,377 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-13 14:45:44,377 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:45:44,377 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:45:44,377 - card_creation - INFO - raw do chances: 5.4 2025-02-13 14:45:44,377 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-13 14:45:44,377 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-13 14:45:44,377 - card_creation - INFO - raw hr chances: -0.15 2025-02-13 14:45:44,378 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:45:44,378 - card_creation - INFO - excess xbh: -0.15 2025-02-13 14:45:44,378 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:45:44,378 - card_creation - INFO - raw do chances: 0 2025-02-13 14:45:44,378 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-13 14:45:44,378 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-13 14:45:44,378 - card_creation - INFO - raw hr chances: 1.5 2025-02-13 14:45:44,378 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:45:44,378 - card_creation - INFO - excess xbh: -0.5 2025-02-13 14:45:44,378 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 55.2 2025-02-13 14:45:44,378 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 45.7 2025-02-13 14:45:44,378 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 25.3 / Current Outs: 54.3 2025-02-13 14:45:44,378 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 33.25 / Current Outs: 62.25 2025-02-13 14:45:44,378 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,378 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,378 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:45:44,378 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:45:44,378 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:45:44,378 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:45:44,379 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:45:44,530 - card_creation - INFO - session info: 2025-02-13 14:45:44,530 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11541, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:45:44,530 - card_creation - INFO - patch: players [('cost', '277'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:44,673 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:45:44,673 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodabr01'), ('cardset_id', 21)] 2025-02-13 14:45:44,819 - card_creation - INFO - session info: 2025-02-13 14:45:44,819 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11539/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:45:44,820 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11539/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:44,913 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}} 2025-02-13 14:45:44,914 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:45:45,044 - card_creation - INFO - session info: 2025-02-13 14:45:45,044 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:45:45,044 - card_creation - INFO - patch: players [('cost', '2521'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:45,176 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:45:45,176 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 21)] 2025-02-13 14:45:45,298 - card_creation - INFO - session info: 2025-02-13 14:45:45,298 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:45:45,298 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'brocd001')] 2025-02-13 14:45:45,382 - card_creation - INFO - session info: 2025-02-13 14:45:45,382 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}]} 2025-02-13 14:45:45,383 - card_creation - INFO - post: players payload: {'p_name': 'Doug Brocail', 'cost': '1361', 'image': 'change-me', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset_id': 21, 'set_num': 551, 'rarity_id': 1, 'description': 'First Half', 'bbref_id': 'brocado01', 'fangr_id': 551, 'mlbplayer_id': 2595, 'pos_1': 'RP'} type: 2025-02-13 14:45:45,500 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'change-me', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:45:45,500 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:45:45,635 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:45:45,638 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11541, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11539, 'balk': 0, 'wild_pitch': 4, 'hold': 0, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11540, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11542, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}]} type: 2025-02-13 14:45:45,806 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:45:45,807 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:45:46,055 - card_creation - INFO - session info: 2025-02-13 14:45:46,072 - card_creation - INFO - return: {'count': 16, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:47:15,546 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:47:16,023 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 5.7 / All Outs: 79.0 / Total: 29.0 2025-02-13 14:47:16,023 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 4.5 / All Outs: 86.5 / Total: 29.0 2025-02-13 14:47:16,023 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 7.399999999999997 2025-02-13 14:47:16,024 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 5.899999999999999 2025-02-13 14:47:16,024 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:47:16,024 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-13 14:47:16,024 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:47:16,024 - card_creation - INFO - raw do chances: 3.75 2025-02-13 14:47:16,024 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.649999999999997 2025-02-13 14:47:16,024 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-13 14:47:16,024 - card_creation - INFO - raw hr chances: 3.65 2025-02-13 14:47:16,024 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-13 14:47:16,024 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:47:16,024 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.35 2025-02-13 14:47:16,024 - card_creation - INFO - raw do chances: 2.1 2025-02-13 14:47:16,024 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7999999999999985 2025-02-13 14:47:16,024 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-13 14:47:16,024 - card_creation - INFO - raw hr chances: 3.8 2025-02-13 14:47:16,024 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-13 14:47:16,024 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:47:16,025 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.9 2025-02-13 14:47:16,025 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.4 2025-02-13 14:47:16,025 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-13 14:47:16,025 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-13 14:47:16,025 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,025 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,025 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,025 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,025 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:47:16,025 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:47:16,027 - card_creation - INFO - vL - All Hits: 22.85 / Other OB: 10.65 / All Outs: 74.5 / Total: 29.0 2025-02-13 14:47:16,027 - card_creation - INFO - vR - All Hits: 17.15 / Other OB: 7.7 / All Outs: 83.0 / Total: 29.0 2025-02-13 14:47:16,027 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.350000000000001 2025-02-13 14:47:16,028 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.099999999999998 2025-02-13 14:47:16,028 - card_creation - INFO - vL: All Hits: 22.85 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-13 14:47:16,028 - card_creation - INFO - vR: All Hits: 17.15 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-13 14:47:16,028 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-13 14:47:16,028 - card_creation - INFO - raw do chances: 4.25 2025-02-13 14:47:16,028 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.100000000000001 2025-02-13 14:47:16,028 - card_creation - INFO - Triple: 0 / rem xbh: 5.1 2025-02-13 14:47:16,028 - card_creation - INFO - raw hr chances: 5.1 2025-02-13 14:47:16,028 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.1 2025-02-13 14:47:16,028 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:47:16,028 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-13 14:47:16,028 - card_creation - INFO - raw do chances: 3.6 2025-02-13 14:47:16,028 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 3.499999999999998 2025-02-13 14:47:16,028 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-13 14:47:16,028 - card_creation - INFO - raw hr chances: 3.5 2025-02-13 14:47:16,028 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.5 2025-02-13 14:47:16,028 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:47:16,028 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 2.0 / BB: 8.65 / Total Chances: 62.5 2025-02-13 14:47:16,028 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 53.85 2025-02-13 14:47:16,028 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 14.299999999999997 / Current Outs: 43.3 2025-02-13 14:47:16,028 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-13 14:47:16,029 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,029 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,029 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,029 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,029 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:47:16,029 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:47:16,030 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-13 14:47:16,030 - card_creation - INFO - vR - All Hits: 13.4 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-13 14:47:16,030 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.8999999999999986 2025-02-13 14:47:16,030 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.45 2025-02-13 14:47:16,030 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-13 14:47:16,030 - card_creation - INFO - vR: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-13 14:47:16,030 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-13 14:47:16,030 - card_creation - INFO - raw do chances: 3.2 2025-02-13 14:47:16,030 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-13 14:47:16,030 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-13 14:47:16,030 - card_creation - INFO - raw hr chances: 0.7 2025-02-13 14:47:16,030 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:47:16,030 - card_creation - INFO - excess xbh: 0.7 2025-02-13 14:47:16,031 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-13 14:47:16,031 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-13 14:47:16,031 - card_creation - INFO - raw do chances: 2.2 2025-02-13 14:47:16,031 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-13 14:47:16,031 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-13 14:47:16,031 - card_creation - INFO - raw hr chances: 0.25 2025-02-13 14:47:16,031 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:47:16,031 - card_creation - INFO - excess xbh: 0.25 2025-02-13 14:47:16,031 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-13 14:47:16,031 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 52.0 2025-02-13 14:47:16,031 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.6 2025-02-13 14:47:16,031 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 27.85 / Current Outs: 56.85 2025-02-13 14:47:16,031 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-13 14:47:16,031 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,031 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,031 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,031 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,031 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:47:16,031 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:47:16,032 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 11.65 / All Outs: 82.0 / Total: 29.0 2025-02-13 14:47:16,032 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:47:16,033 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.25 2025-02-13 14:47:16,033 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-13 14:47:16,033 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-13 14:47:16,033 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:47:16,033 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:47:16,033 - card_creation - INFO - raw do chances: 5.4 2025-02-13 14:47:16,033 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-13 14:47:16,033 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-13 14:47:16,033 - card_creation - INFO - raw hr chances: -0.15 2025-02-13 14:47:16,033 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:47:16,033 - card_creation - INFO - excess xbh: -0.15 2025-02-13 14:47:16,033 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:47:16,033 - card_creation - INFO - raw do chances: 0 2025-02-13 14:47:16,033 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-13 14:47:16,033 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-13 14:47:16,033 - card_creation - INFO - raw hr chances: 1.5 2025-02-13 14:47:16,033 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:47:16,033 - card_creation - INFO - excess xbh: -0.5 2025-02-13 14:47:16,034 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 55.2 2025-02-13 14:47:16,034 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 45.7 2025-02-13 14:47:16,034 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 25.3 / Current Outs: 54.3 2025-02-13 14:47:16,034 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 33.25 / Current Outs: 62.25 2025-02-13 14:47:16,034 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,034 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,034 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:47:16,034 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:47:16,034 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:47:16,034 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:47:16,035 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:47:16,214 - card_creation - INFO - session info: 2025-02-13 14:47:16,215 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11541, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:47:16,215 - card_creation - INFO - patch: players [('cost', '277'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:47:16,379 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:47:16,380 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodabr01'), ('cardset_id', 21)] 2025-02-13 14:47:16,547 - card_creation - INFO - session info: 2025-02-13 14:47:16,547 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:47:16,548 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11539/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:47:16,697 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Brad Woodall', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}} 2025-02-13 14:47:16,698 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:47:16,828 - card_creation - INFO - session info: 2025-02-13 14:47:16,828 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:47:16,828 - card_creation - INFO - patch: players [('cost', '2521'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:47:16,962 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:47:16,963 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 21)] 2025-02-13 14:47:17,101 - card_creation - INFO - session info: 2025-02-13 14:47:17,101 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:47:17,102 - card_creation - INFO - patch: players [('cost', '1361'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:47:17,272 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:47:17,278 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11541, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11539, 'balk': 0, 'wild_pitch': 4, 'hold': 0, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11540, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11542, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}]} type: 2025-02-13 14:47:17,447 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:47:17,447 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:47:17,705 - card_creation - INFO - session info: 2025-02-13 14:47:17,719 - card_creation - INFO - return: {'count': 16, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:52:00,194 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:52:00,676 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 5.7 / All Outs: 79.0 / Total: 29.0 2025-02-13 14:52:00,676 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 4.5 / All Outs: 86.5 / Total: 29.0 2025-02-13 14:52:00,676 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 7.399999999999997 2025-02-13 14:52:00,677 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 5.899999999999999 2025-02-13 14:52:00,677 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:52:00,677 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-13 14:52:00,677 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:52:00,677 - card_creation - INFO - raw do chances: 3.75 2025-02-13 14:52:00,677 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.649999999999997 2025-02-13 14:52:00,677 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-13 14:52:00,677 - card_creation - INFO - raw hr chances: 3.65 2025-02-13 14:52:00,677 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-13 14:52:00,677 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:52:00,677 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.35 2025-02-13 14:52:00,677 - card_creation - INFO - raw do chances: 2.1 2025-02-13 14:52:00,677 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7999999999999985 2025-02-13 14:52:00,677 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-13 14:52:00,677 - card_creation - INFO - raw hr chances: 3.8 2025-02-13 14:52:00,677 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-13 14:52:00,677 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:52:00,677 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.9 2025-02-13 14:52:00,677 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.4 2025-02-13 14:52:00,678 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-13 14:52:00,678 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-13 14:52:00,678 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,678 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,678 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,678 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,678 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:00,678 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:00,679 - card_creation - INFO - vL - All Hits: 12.45 / Other OB: 5.1 / All Outs: 90.5 / Total: 29.0 2025-02-13 14:52:00,679 - card_creation - INFO - vR - All Hits: 15.65 / Other OB: 3.75 / All Outs: 88.5 / Total: 29.0 2025-02-13 14:52:00,679 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.1999999999999984 2025-02-13 14:52:00,680 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.1500000000000004 2025-02-13 14:52:00,680 - card_creation - INFO - vL: All Hits: 12.45 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-13 14:52:00,680 - card_creation - INFO - vR: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-13 14:52:00,680 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-13 14:52:00,680 - card_creation - INFO - raw do chances: 0 2025-02-13 14:52:00,680 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-13 14:52:00,680 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-13 14:52:00,680 - card_creation - INFO - raw hr chances: 2.2 2025-02-13 14:52:00,680 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-13 14:52:00,680 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:52:00,680 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:52:00,680 - card_creation - INFO - raw do chances: 0 2025-02-13 14:52:00,680 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-13 14:52:00,680 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-13 14:52:00,680 - card_creation - INFO - raw hr chances: 1.15 2025-02-13 14:52:00,680 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-13 14:52:00,680 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-13 14:52:00,680 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-13 14:52:00,680 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 46.55 2025-02-13 14:52:00,680 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 48.4 2025-02-13 14:52:00,680 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 21.849999999999998 / Current Outs: 50.85 2025-02-13 14:52:00,680 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-13 14:52:00,680 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,681 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,681 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,681 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,681 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:00,681 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:00,682 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-13 14:52:00,682 - card_creation - INFO - vR - All Hits: 13.4 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-13 14:52:00,682 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.8999999999999986 2025-02-13 14:52:00,682 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.45 2025-02-13 14:52:00,682 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-13 14:52:00,682 - card_creation - INFO - vR: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-13 14:52:00,682 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-13 14:52:00,682 - card_creation - INFO - raw do chances: 3.2 2025-02-13 14:52:00,682 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-13 14:52:00,682 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-13 14:52:00,682 - card_creation - INFO - raw hr chances: 0.7 2025-02-13 14:52:00,682 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:52:00,682 - card_creation - INFO - excess xbh: 0.7 2025-02-13 14:52:00,682 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-13 14:52:00,683 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-13 14:52:00,683 - card_creation - INFO - raw do chances: 2.2 2025-02-13 14:52:00,683 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-13 14:52:00,683 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-13 14:52:00,683 - card_creation - INFO - raw hr chances: 0.25 2025-02-13 14:52:00,683 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:52:00,683 - card_creation - INFO - excess xbh: 0.25 2025-02-13 14:52:00,683 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-13 14:52:00,683 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 52.0 2025-02-13 14:52:00,683 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.6 2025-02-13 14:52:00,683 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 27.85 / Current Outs: 56.85 2025-02-13 14:52:00,683 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-13 14:52:00,683 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,683 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,683 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,683 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,683 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:00,683 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:00,684 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 11.65 / All Outs: 82.0 / Total: 29.0 2025-02-13 14:52:00,684 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:52:00,685 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.25 2025-02-13 14:52:00,685 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-13 14:52:00,685 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-13 14:52:00,685 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:52:00,685 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:52:00,685 - card_creation - INFO - raw do chances: 5.4 2025-02-13 14:52:00,685 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-13 14:52:00,685 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-13 14:52:00,685 - card_creation - INFO - raw hr chances: -0.15 2025-02-13 14:52:00,685 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:52:00,685 - card_creation - INFO - excess xbh: -0.15 2025-02-13 14:52:00,685 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:52:00,685 - card_creation - INFO - raw do chances: 0 2025-02-13 14:52:00,685 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-13 14:52:00,685 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-13 14:52:00,685 - card_creation - INFO - raw hr chances: 1.5 2025-02-13 14:52:00,685 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:52:00,685 - card_creation - INFO - excess xbh: -0.5 2025-02-13 14:52:00,686 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 55.2 2025-02-13 14:52:00,686 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 45.7 2025-02-13 14:52:00,686 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 25.3 / Current Outs: 54.3 2025-02-13 14:52:00,686 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 33.25 / Current Outs: 62.25 2025-02-13 14:52:00,686 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,686 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,686 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:00,686 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:00,686 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:00,686 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:00,687 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:52:00,890 - card_creation - INFO - session info: 2025-02-13 14:52:00,891 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11541, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:52:00,892 - card_creation - INFO - patch: players [('cost', '277'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:01,050 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:52:01,051 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 14:52:01,188 - card_creation - INFO - session info: 2025-02-13 14:52:01,188 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:52:01,189 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'shawj001')] 2025-02-13 14:52:01,315 - card_creation - INFO - session info: 2025-02-13 14:52:01,315 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}]} 2025-02-13 14:52:01,317 - card_creation - INFO - post: players payload: {'p_name': 'Jeff Shaw', 'cost': '3846', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1011823, 'rarity_id': 99, 'description': 'First Half', 'bbref_id': 'shawje01', 'fangr_id': 1011823, 'mlbplayer_id': 4078, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-13 14:52:01,432 - card_creation - INFO - return: {'player_id': 11543, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:52:01,432 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11543/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:01,565 - card_creation - INFO - return: {'player_id': 11543, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pddev.manticorum.com/api/v2/players/11543/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:52:01,565 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:52:01,725 - card_creation - INFO - session info: 2025-02-13 14:52:01,725 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:52:01,726 - card_creation - INFO - patch: players [('cost', '2521'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:01,864 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:52:01,864 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 21)] 2025-02-13 14:52:02,005 - card_creation - INFO - session info: 2025-02-13 14:52:02,006 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:52:02,006 - card_creation - INFO - patch: players [('cost', '1361'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:02,153 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:52:02,160 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11541, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11543, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11540, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11542, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}]} type: 2025-02-13 14:52:02,330 - card_creation - INFO - return: Updated cards: 3; new cards: 1 2025-02-13 14:52:02,330 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:52:02,616 - card_creation - INFO - session info: 2025-02-13 14:52:02,626 - card_creation - INFO - return: {'count': 17, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:52:18,132 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6114, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9000000000000004, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 27.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.5, 'groundout_a': 13.95, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.21296, 'slg': 0.25093, 'player_id': 11540}, {'pitchingcard_id': 6114, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 28.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 19.55, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12407, 'obp': 0.1537, 'slg': 0.17315, 'player_id': 11540}, {'pitchingcard_id': 6112, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 21.25, 'flyout_lf_b': 1.95, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0.0, 'groundout_a': 8.25, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.26759, 'slg': 0.34167, 'player_id': 11541}, {'pitchingcard_id': 6112, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 29.450000000000003, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 6.55, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.19815, 'slg': 0.25648, 'player_id': 11541}, {'pitchingcard_id': 6115, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 25.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 11.8, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13472, 'obp': 0.24259, 'slg': 0.26389, 'player_id': 11542}, {'pitchingcard_id': 6115, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 33.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.449999999999999, 'flyout_rf_b': 1.35, 'groundout_a': 14.65, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.15463, 'slg': 0.09907, 'player_id': 11542}, {'pitchingcard_id': 6116, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 21.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.35, 'groundout_a': 19.0, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11528, 'obp': 0.1625, 'slg': 0.11759, 'player_id': 11543}, {'pitchingcard_id': 6116, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.800000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 18.1, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14491, 'obp': 0.17963, 'slg': 0.13241, 'player_id': 11543}]} type: 2025-02-13 14:52:18,344 - card_creation - INFO - return: Updated ratings: 0; new ratings: 8 2025-02-13 14:52:18,346 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11541, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/11541/pitchingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'DH', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'position': 'P', 'innings': 214.1, 'range': 4, 'error': 23}, {'player_id': 11543, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pddev.manticorum.com/api/v2/players/11543/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'position': 'P', 'innings': 85.0, 'range': 1, 'error': 31}, {'player_id': 11540, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pddev.manticorum.com/api/v2/players/11540/pitchingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'DH', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'position': 'P', 'innings': 251.0, 'range': 1, 'error': 12}, {'player_id': 11542, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pddev.manticorum.com/api/v2/players/11542/pitchingcard?d=2025-2-13', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'position': 'P', 'innings': 62.2, 'range': 3, 'error': 0}]} type: 2025-02-13 14:52:18,487 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:52:18,487 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:52:42,829 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:52:43,251 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 5.7 / All Outs: 79.0 / Total: 29.0 2025-02-13 14:52:43,251 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 4.5 / All Outs: 86.5 / Total: 29.0 2025-02-13 14:52:43,252 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 7.399999999999997 2025-02-13 14:52:43,252 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 5.899999999999999 2025-02-13 14:52:43,252 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:52:43,252 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-13 14:52:43,252 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:52:43,252 - card_creation - INFO - raw do chances: 3.75 2025-02-13 14:52:43,252 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.649999999999997 2025-02-13 14:52:43,252 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-13 14:52:43,252 - card_creation - INFO - raw hr chances: 3.65 2025-02-13 14:52:43,252 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-13 14:52:43,252 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:52:43,252 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.35 2025-02-13 14:52:43,252 - card_creation - INFO - raw do chances: 2.1 2025-02-13 14:52:43,252 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7999999999999985 2025-02-13 14:52:43,252 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-13 14:52:43,252 - card_creation - INFO - raw hr chances: 3.8 2025-02-13 14:52:43,252 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-13 14:52:43,252 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:52:43,252 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.9 2025-02-13 14:52:43,252 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.4 2025-02-13 14:52:43,252 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-13 14:52:43,252 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-13 14:52:43,252 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,252 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,252 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,252 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,252 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:43,252 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:43,253 - card_creation - INFO - vL - All Hits: 12.45 / Other OB: 5.1 / All Outs: 90.5 / Total: 29.0 2025-02-13 14:52:43,253 - card_creation - INFO - vR - All Hits: 15.65 / Other OB: 3.75 / All Outs: 88.5 / Total: 29.0 2025-02-13 14:52:43,253 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.1999999999999984 2025-02-13 14:52:43,253 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.1500000000000004 2025-02-13 14:52:43,253 - card_creation - INFO - vL: All Hits: 12.45 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-13 14:52:43,253 - card_creation - INFO - vR: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-13 14:52:43,253 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-13 14:52:43,253 - card_creation - INFO - raw do chances: 0 2025-02-13 14:52:43,253 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-13 14:52:43,253 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-13 14:52:43,253 - card_creation - INFO - raw hr chances: 2.2 2025-02-13 14:52:43,253 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-13 14:52:43,253 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:52:43,253 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:52:43,253 - card_creation - INFO - raw do chances: 0 2025-02-13 14:52:43,253 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-13 14:52:43,253 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-13 14:52:43,253 - card_creation - INFO - raw hr chances: 1.15 2025-02-13 14:52:43,253 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-13 14:52:43,253 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-13 14:52:43,253 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-13 14:52:43,254 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 46.55 2025-02-13 14:52:43,254 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 48.4 2025-02-13 14:52:43,254 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 21.849999999999998 / Current Outs: 50.85 2025-02-13 14:52:43,254 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-13 14:52:43,254 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,254 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,254 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,254 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,254 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:43,254 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:43,254 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-13 14:52:43,254 - card_creation - INFO - vR - All Hits: 13.4 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-13 14:52:43,255 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.8999999999999986 2025-02-13 14:52:43,255 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.45 2025-02-13 14:52:43,255 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-13 14:52:43,255 - card_creation - INFO - vR: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-13 14:52:43,255 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-13 14:52:43,255 - card_creation - INFO - raw do chances: 3.2 2025-02-13 14:52:43,255 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-13 14:52:43,255 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-13 14:52:43,255 - card_creation - INFO - raw hr chances: 0.7 2025-02-13 14:52:43,255 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:52:43,255 - card_creation - INFO - excess xbh: 0.7 2025-02-13 14:52:43,255 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-13 14:52:43,255 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-13 14:52:43,255 - card_creation - INFO - raw do chances: 2.2 2025-02-13 14:52:43,255 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-13 14:52:43,255 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-13 14:52:43,255 - card_creation - INFO - raw hr chances: 0.25 2025-02-13 14:52:43,255 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:52:43,255 - card_creation - INFO - excess xbh: 0.25 2025-02-13 14:52:43,255 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-13 14:52:43,255 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 52.0 2025-02-13 14:52:43,255 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.6 2025-02-13 14:52:43,255 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 27.85 / Current Outs: 56.85 2025-02-13 14:52:43,255 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-13 14:52:43,255 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,255 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,255 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,255 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,255 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:43,255 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:43,256 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 11.65 / All Outs: 82.0 / Total: 29.0 2025-02-13 14:52:43,256 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:52:43,256 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.25 2025-02-13 14:52:43,256 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-13 14:52:43,256 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-13 14:52:43,256 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:52:43,256 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:52:43,256 - card_creation - INFO - raw do chances: 5.4 2025-02-13 14:52:43,256 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-13 14:52:43,256 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-13 14:52:43,256 - card_creation - INFO - raw hr chances: -0.15 2025-02-13 14:52:43,256 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:52:43,256 - card_creation - INFO - excess xbh: -0.15 2025-02-13 14:52:43,256 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:52:43,256 - card_creation - INFO - raw do chances: 0 2025-02-13 14:52:43,256 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-13 14:52:43,256 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-13 14:52:43,256 - card_creation - INFO - raw hr chances: 1.5 2025-02-13 14:52:43,256 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:52:43,256 - card_creation - INFO - excess xbh: -0.5 2025-02-13 14:52:43,256 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 55.2 2025-02-13 14:52:43,256 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 45.7 2025-02-13 14:52:43,256 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 25.3 / Current Outs: 54.3 2025-02-13 14:52:43,257 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 33.25 / Current Outs: 62.25 2025-02-13 14:52:43,257 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,257 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,257 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:52:43,257 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:52:43,257 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:52:43,257 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:52:43,257 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:52:43,450 - card_creation - INFO - session info: 2025-02-13 14:52:43,450 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:52:43,451 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'welld001')] 2025-02-13 14:52:43,603 - card_creation - INFO - session info: 2025-02-13 14:52:43,603 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}]} 2025-02-13 14:52:43,604 - card_creation - INFO - post: players payload: {'p_name': 'David Wells', 'cost': '277', 'image': 'change-me', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset_id': 21, 'set_num': 855, 'rarity_id': 2, 'description': 'First Half', 'bbref_id': 'wellsda01', 'fangr_id': 855, 'mlbplayer_id': 3825, 'pos_1': 'SP'} type: 2025-02-13 14:52:43,754 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'change-me', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:52:43,755 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:43,900 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:52:43,900 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 14:52:44,055 - card_creation - INFO - session info: 2025-02-13 14:52:44,055 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:52:44,055 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'shawj001')] 2025-02-13 14:52:44,212 - card_creation - INFO - session info: 2025-02-13 14:52:44,212 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}]} 2025-02-13 14:52:44,213 - card_creation - INFO - post: players payload: {'p_name': 'Jeff Shaw', 'cost': '3846', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 21, 'set_num': 1011823, 'rarity_id': 99, 'description': 'First Half', 'bbref_id': 'shawje01', 'fangr_id': 1011823, 'mlbplayer_id': 4078, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-13 14:52:44,364 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:52:44,364 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:44,514 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:52:44,514 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:52:44,694 - card_creation - INFO - session info: 2025-02-13 14:52:44,694 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:52:44,694 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'maddg002')] 2025-02-13 14:52:44,840 - card_creation - INFO - session info: 2025-02-13 14:52:44,840 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}]} 2025-02-13 14:52:44,840 - card_creation - INFO - post: players payload: {'p_name': 'Greg Maddux', 'cost': '2521', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 21, 'set_num': 104, 'rarity_id': 99, 'description': 'First Half', 'bbref_id': 'maddugr01', 'fangr_id': 104, 'mlbplayer_id': 2640, 'pos_1': 'SP'} type: 2025-02-13 14:52:44,985 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:52:44,985 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:45,077 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:52:45,078 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 21)] 2025-02-13 14:52:45,211 - card_creation - INFO - session info: 2025-02-13 14:52:45,211 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:52:45,211 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'brocd001')] 2025-02-13 14:52:45,340 - card_creation - INFO - session info: 2025-02-13 14:52:45,340 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}]} 2025-02-13 14:52:45,341 - card_creation - INFO - post: players payload: {'p_name': 'Doug Brocail', 'cost': '1361', 'image': 'change-me', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset_id': 21, 'set_num': 551, 'rarity_id': 1, 'description': 'First Half', 'bbref_id': 'brocado01', 'fangr_id': 551, 'mlbplayer_id': 2595, 'pos_1': 'RP'} type: 2025-02-13 14:52:45,487 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'change-me', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:52:45,488 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:52:45,627 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:52:45,631 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11536, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11537, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11538, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11539, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}]} type: 2025-02-13 14:52:45,800 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:52:45,800 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:52:46,071 - card_creation - INFO - session info: 2025-02-13 14:52:46,086 - card_creation - INFO - return: {'count': 16, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:52:46,088 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6112, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 21.25, 'flyout_lf_b': 1.95, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0.0, 'groundout_a': 8.25, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.26759, 'slg': 0.34167, 'player_id': 11536}, {'pitchingcard_id': 6112, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 29.450000000000003, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 6.55, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.19815, 'slg': 0.25648, 'player_id': 11536}, {'pitchingcard_id': 6113, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 21.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.35, 'groundout_a': 19.0, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11528, 'obp': 0.1625, 'slg': 0.11759, 'player_id': 11537}, {'pitchingcard_id': 6113, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.800000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 18.1, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14491, 'obp': 0.17963, 'slg': 0.13241, 'player_id': 11537}, {'pitchingcard_id': 6114, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9000000000000004, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 27.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.5, 'groundout_a': 13.95, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.21296, 'slg': 0.25093, 'player_id': 11538}, {'pitchingcard_id': 6114, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 28.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 19.55, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12407, 'obp': 0.1537, 'slg': 0.17315, 'player_id': 11538}, {'pitchingcard_id': 6115, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 25.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 11.8, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13472, 'obp': 0.24259, 'slg': 0.26389, 'player_id': 11539}, {'pitchingcard_id': 6115, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 33.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.449999999999999, 'flyout_rf_b': 1.35, 'groundout_a': 14.65, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.15463, 'slg': 0.09907, 'player_id': 11539}]} type: 2025-02-13 14:52:46,284 - card_creation - INFO - return: Updated ratings: 0; new ratings: 8 2025-02-13 14:52:46,285 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'position': 'P', 'innings': 214.1, 'range': 4, 'error': 23}, {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'position': 'P', 'innings': 85.0, 'range': 1, 'error': 31}, {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'position': 'P', 'innings': 251.0, 'range': 1, 'error': 12}, {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'position': 'P', 'innings': 62.2, 'range': 3, 'error': 0}]} type: 2025-02-13 14:52:46,419 - card_creation - INFO - return: Updated cards: 0; new cards: 4 2025-02-13 14:52:46,419 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:53:05,315 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:53:05,871 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 14:53:05,871 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 14:53:05,874 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:53:05,874 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:53:05,874 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-13 14:53:05,874 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-13 14:53:05,875 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-13 14:53:05,875 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-13 14:53:05,875 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:53:05,875 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:53:05,876 - card_creation - ERROR - Adding 5.099999999999998 results to all other ob 2025-02-13 14:53:05,876 - card_creation - ERROR - Adding 12.949999999999996 results to all other ob 2025-02-13 14:53:05,886 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-13 14:53:05,886 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-13 14:53:05,886 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-13 14:53:05,886 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-13 14:53:05,886 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-13 14:53:05,887 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-13 14:53:05,887 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-13 14:53:05,887 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-13 14:53:05,887 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 21)] 2025-02-13 14:53:06,013 - card_creation - INFO - session info: 2025-02-13 14:53:06,013 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:53:06,013 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'thomj002')] 2025-02-13 14:53:06,123 - card_creation - INFO - session info: 2025-02-13 14:53:06,123 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}]} 2025-02-13 14:53:06,124 - card_creation - INFO - Only one position found for Jim Thome 2025-02-13 14:53:06,124 - card_creation - INFO - post: players payload: {'p_name': 'Jim Thome', 'cost': '948', 'image': 'change-me', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset_id': 21, 'set_num': 409, 'rarity_id': 1, 'description': 'First Half', 'bbref_id': 'thomeji01', 'fangr_id': 409, 'mlbplayer_id': 2283, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:53:06,216 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'change-me', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-13 14:53:06,216 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11540/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:53:06,363 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-13 14:53:06,364 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 21)] 2025-02-13 14:53:06,479 - card_creation - INFO - session info: 2025-02-13 14:53:06,479 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:53:06,480 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'staim001')] 2025-02-13 14:53:06,561 - card_creation - INFO - session info: 2025-02-13 14:53:06,561 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}]} 2025-02-13 14:53:06,562 - card_creation - INFO - post: players payload: {'p_name': 'Matt Stairs', 'cost': '304', 'image': 'change-me', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset_id': 21, 'set_num': 1384, 'rarity_id': 2, 'description': 'First Half', 'bbref_id': 'stairma01', 'fangr_id': 1384, 'mlbplayer_id': 3109, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:53:06,732 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'change-me', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-13 14:53:06,732 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11541/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:53:06,854 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-13 14:53:06,854 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 21)] 2025-02-13 14:53:06,987 - card_creation - INFO - session info: 2025-02-13 14:53:06,987 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 14:53:06,987 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'galaa001')] 2025-02-13 14:53:07,103 - card_creation - INFO - session info: 2025-02-13 14:53:07,103 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}]} 2025-02-13 14:53:07,104 - card_creation - INFO - Only one position found for Andres Galarraga 2025-02-13 14:53:07,104 - card_creation - INFO - post: players payload: {'p_name': 'Andres Galarraga', 'cost': '232', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 21, 'set_num': 1390, 'rarity_id': 2, 'description': 'First Half', 'bbref_id': 'galaran01', 'fangr_id': 1390, 'mlbplayer_id': 3960, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 14:53:07,188 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-13 14:53:07,189 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11542/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:53:07,316 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-13 14:53:07,317 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:53:07,455 - card_creation - INFO - session info: 2025-02-13 14:53:07,455 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:53:07,455 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11538/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:53:07,593 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:53:07,593 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:53:07,754 - card_creation - INFO - session info: 2025-02-13 14:53:07,754 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:53:07,754 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11536/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:53:07,883 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:53:07,883 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 14:53:07,978 - card_creation - INFO - session info: 2025-02-13 14:53:07,978 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:53:07,979 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11537/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:53:08,112 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:53:08,116 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11540, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11541, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11542, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11538, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11536, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 17, 'hand': 'L'}, {'player_id': 11537, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 17, 'hand': 'R'}]} type: 2025-02-13 14:53:08,325 - card_creation - INFO - return: Updated cards: 0; new cards: 6 2025-02-13 14:53:08,325 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:53:08,599 - card_creation - INFO - session info: 2025-02-13 14:53:08,613 - card_creation - INFO - return: {'count': 19, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:53:08,615 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5331, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 6.85, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 25.15, 'lineout': 1.5, 'popout': 6.1, 'flyout_a': 1.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 14.05, 'groundout_c': 0.0, 'pull_rate': 0.24731, 'center_rate': 0.5914, 'slap_rate': 0.16129, 'avg': 0.31528, 'obp': 0.48009, 'slg': 0.61667, 'player_id': 11540}, {'battingcard_id': 5331, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 7.65, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 22.2, 'lineout': 0, 'popout': 9.0, 'flyout_a': 1.0, 'flyout_bq': 2.7, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.1, 'groundout_a': 6.8, 'groundout_b': 4.0, 'groundout_c': 2.75, 'pull_rate': 0.22026, 'center_rate': 0.24229, 'slap_rate': 0.53745, 'avg': 0.30926, 'obp': 0.49583, 'slg': 0.56065, 'player_id': 11540}, {'battingcard_id': 5332, 'vs_hand': 'L', 'homerun': 2.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 7.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.4, 'strikeout': 14.75, 'lineout': 5.1, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.20879, 'center_rate': 0.51648, 'slap_rate': 0.27473, 'avg': 0.31019, 'obp': 0.44352, 'slg': 0.53056, 'player_id': 11541}, {'battingcard_id': 5332, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 8.65, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 13.2, 'lineout': 9.1, 'popout': 1.65, 'flyout_a': 1.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.6, 'groundout_a': 6.4, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.26887, 'center_rate': 0.2217, 'slap_rate': 0.50943, 'avg': 0.33472, 'obp': 0.46343, 'slg': 0.55972, 'player_id': 11541}, {'battingcard_id': 5333, 'vs_hand': 'L', 'homerun': 2.25, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.45, 'strikeout': 14.25, 'lineout': 2.5, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.25926, 'center_rate': 0.48148, 'slap_rate': 0.25926, 'avg': 0.30046, 'obp': 0.46204, 'slg': 0.41759, 'player_id': 11542}, {'battingcard_id': 5333, 'vs_hand': 'R', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.6, 'double_pull': 4.75, 'single_two': 5.95, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.35, 'strikeout': 22.0, 'lineout': 7.7, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 5.9, 'flyout_lf_b': 2.25, 'flyout_rf_b': 4.75, 'groundout_a': 18.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.12787, 'slap_rate': 0.60983, 'avg': 0.2875, 'obp': 0.42963, 'slg': 0.52593, 'player_id': 11542}, {'battingcard_id': 5334, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.5, 'lineout': 3.4, 'popout': 30.5, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.7, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.8, 'slap_rate': 0.1, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.14815, 'player_id': 11538}, {'battingcard_id': 5334, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 7.75, 'single_one': 11.6, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.0, 'lineout': 3.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 34.6, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.15385, 'slap_rate': 0.61538, 'avg': 0.37315, 'obp': 0.42593, 'slg': 0.425, 'player_id': 11538}, {'battingcard_id': 5335, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 15.6, 'single_one': 23.45, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 43.2, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.5, 'slap_rate': 0.5, 'avg': 0.48009, 'obp': 0.6, 'slg': 0.38426, 'player_id': 11536}, {'battingcard_id': 5335, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 0.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 28.35, 'flyout_lf_b': 3.6, 'flyout_rf_b': 5.85, 'groundout_a': 0.0, 'groundout_b': 70.2, 'groundout_c': 0.0, 'pull_rate': 0.5, 'center_rate': 0.25, 'slap_rate': 0.25, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11536}, {'battingcard_id': 5336, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 108.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.0, 'slap_rate': 0.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11537}, {'battingcard_id': 5336, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 108.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.0, 'slap_rate': 1.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11537}]} type: 2025-02-13 14:53:08,821 - card_creation - INFO - return: Updated ratings: 0; new ratings: 12 2025-02-13 14:53:08,823 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': 'DH', 'innings': 58.0, 'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}}, {'position': 'DH', 'innings': 5.0, 'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}}, {'position': 'DH', 'innings': 3.0, 'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}}]} type: 2025-02-13 14:53:08,913 - card_creation - INFO - return: Updated cards: 0; new cards: 8 2025-02-13 14:53:08,914 - card_creation - INFO - Posted 6 players to the database 2025-02-13 14:53:35,726 - card_creation - INFO - starting timer - Starting main 2025-02-13 14:53:35,726 - card_creation - INFO - starting timer - Checking for cardset 1998 Promos 2025-02-13 14:53:35,726 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Promos')] 2025-02-13 14:53:35,834 - card_creation - INFO - session info: 2025-02-13 14:53:35,834 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-13 14:53:35,834 - card_creation - INFO - ending timer - Got the cardset: 0.11s 2025-02-13 14:53:35,834 - card_creation - INFO - starting timer - Pulling all players 2025-02-13 14:53:35,835 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 21), ('short_output', True)] 2025-02-13 14:53:35,979 - card_creation - INFO - session info: 2025-02-13 14:53:35,984 - card_creation - INFO - return: {'count': 31, 'players': [{'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': 21, 'set_num': 923, 'rarity': 3, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': 3709}, {'player_id': 10931, 'p_name': 'Ivan Rodriguez', 'cost': 1975, 'image': 'https://pd.manticorum.com/api/v2/players/10931/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': 21, 'set_num': 1275, 'rarity': 99, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'b [ S N I P P E D ] 2025-02-13 14:53:35,985 - card_creation - INFO - ending timer - Got 31 players: 0.15s 2025-02-13 14:53:35,985 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-13 14:53:35,985 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5&html=true 2025-02-13 14:53:35,985 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10931/battingcard?d=2024-11-5&html=true 2025-02-13 14:53:35,985 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,985 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10932/battingcard?d=2024-11-4&html=true 2025-02-13 14:53:35,987 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10933/battingcard?d=2024-11-4&html=true 2025-02-13 14:53:35,987 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4&html=true 2025-02-13 14:53:35,987 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10935/pitchingcard?d=2024-11-4&html=true 2025-02-13 14:53:35,987 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10936/pitchingcard?d=2024-11-4&html=true 2025-02-13 14:53:35,987 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10937/pitchingcard?d=2024-11-4&html=true 2025-02-13 14:53:35,987 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,987 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11281/battingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11282/battingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11283/battingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11284/battingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11285/pitchingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11286/pitchingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,988 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11287/pitchingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,988 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11288/pitchingcard?d=2024-12-15&html=true 2025-02-13 14:53:35,989 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,989 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,989 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11530/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,989 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,989 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11531/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,989 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,990 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,990 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11534/pitchingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,990 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11535/pitchingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,990 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,990 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,990 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,991 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,991 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,991 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,991 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:35,991 - card_creation - INFO - calling the card url 2025-02-13 14:53:35,991 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13&html=true 2025-02-13 14:53:36,193 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,193 - card_creation - INFO - Jeff Shaw - complete 2025-02-13 14:53:36,220 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,220 - card_creation - INFO - John Johnstone - complete 2025-02-13 14:53:36,300 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,300 - card_creation - INFO - Tom Gordon - complete 2025-02-13 14:53:36,364 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,364 - card_creation - INFO - Andres Galarraga - complete 2025-02-13 14:53:36,379 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,379 - card_creation - INFO - Ivan Rodriguez - complete 2025-02-13 14:53:36,381 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,381 - card_creation - INFO - Bernie Williams - complete 2025-02-13 14:53:36,420 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,421 - card_creation - INFO - Esteban Yan - complete 2025-02-13 14:53:36,423 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,423 - card_creation - INFO - Gary Sheffield - complete 2025-02-13 14:53:36,424 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,424 - card_creation - INFO - Chipper Jones - complete 2025-02-13 14:53:36,428 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,428 - card_creation - INFO - Pedro Martinez - complete 2025-02-13 14:53:36,474 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,474 - card_creation - INFO - Tim Worrell - complete 2025-02-13 14:53:36,486 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,486 - card_creation - INFO - Nomar Garciaparra - complete 2025-02-13 14:53:36,488 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,488 - card_creation - INFO - David Justice - complete 2025-02-13 14:53:36,517 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,517 - card_creation - INFO - Derek Bell - complete 2025-02-13 14:53:36,536 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,536 - card_creation - INFO - David Wells - complete 2025-02-13 14:53:36,541 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,542 - card_creation - INFO - Eric Milton - complete 2025-02-13 14:53:36,549 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,549 - card_creation - INFO - Robb Nen - complete 2025-02-13 14:53:36,551 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,551 - card_creation - INFO - Matt Stairs - complete 2025-02-13 14:53:36,560 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,560 - card_creation - INFO - Vinny Castilla - complete 2025-02-13 14:53:36,568 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,568 - card_creation - INFO - Kerry Wood - complete 2025-02-13 14:53:36,588 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,588 - card_creation - INFO - Mark McGwire - complete 2025-02-13 14:53:36,610 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,610 - card_creation - INFO - Albert Belle - complete 2025-02-13 14:53:36,622 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,622 - card_creation - INFO - Kevin Brown - complete 2025-02-13 14:53:36,624 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,624 - card_creation - INFO - Jim Thome - complete 2025-02-13 14:53:36,631 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,631 - card_creation - INFO - Chuck Finley - complete 2025-02-13 14:53:36,634 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,634 - card_creation - INFO - Willie Banks - complete 2025-02-13 14:53:36,665 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,665 - card_creation - INFO - Damion Easley - complete 2025-02-13 14:53:36,665 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,665 - card_creation - INFO - Curt Schilling - complete 2025-02-13 14:53:36,669 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,669 - card_creation - INFO - Doug Brocail - complete 2025-02-13 14:53:36,723 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,723 - card_creation - INFO - Barry Bonds - complete 2025-02-13 14:53:36,728 - card_creation - INFO - return: 200 received 2025-02-13 14:53:36,728 - card_creation - INFO - Greg Maddux - complete 2025-02-13 14:53:36,728 - card_creation - INFO - ending timer - Done checking players - errors: 0 / success: 31: 0.74s 2025-02-13 14:53:36,728 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-13 14:53:36,729 - card_creation - INFO - ending timer - All done!: 1.00s 2025-02-13 14:53:48,869 - card_creation - INFO - starting timer - Starting main 2025-02-13 14:53:48,869 - card_creation - INFO - starting timer - Checking for cardset 1998 Promos 2025-02-13 14:53:48,870 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Promos')] 2025-02-13 14:53:49,016 - card_creation - INFO - session info: 2025-02-13 14:53:49,016 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-13 14:53:49,016 - card_creation - INFO - ending timer - Got the cardset: 0.15s 2025-02-13 14:53:49,017 - card_creation - INFO - starting timer - Pulling all players 2025-02-13 14:53:49,017 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 21), ('short_output', True)] 2025-02-13 14:53:49,135 - card_creation - INFO - session info: 2025-02-13 14:53:49,145 - card_creation - INFO - return: {'count': 31, 'players': [{'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': 21, 'set_num': 923, 'rarity': 3, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': 3709}, {'player_id': 10931, 'p_name': 'Ivan Rodriguez', 'cost': 1975, 'image': 'https://pd.manticorum.com/api/v2/players/10931/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': 21, 'set_num': 1275, 'rarity': 99, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'b [ S N I P P E D ] 2025-02-13 14:53:49,145 - card_creation - INFO - ending timer - Got 31 players: 0.13s 2025-02-13 14:53:49,145 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-13 14:53:49,145 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,145 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5 2025-02-13 14:53:49,145 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,145 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10931/battingcard?d=2024-11-5 2025-02-13 14:53:49,145 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,145 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10932/battingcard?d=2024-11-4 2025-02-13 14:53:49,146 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,146 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10933/battingcard?d=2024-11-4 2025-02-13 14:53:49,147 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,147 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4 2025-02-13 14:53:49,147 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,147 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10935/pitchingcard?d=2024-11-4 2025-02-13 14:53:49,147 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,147 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10936/pitchingcard?d=2024-11-4 2025-02-13 14:53:49,147 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,147 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10937/pitchingcard?d=2024-11-4 2025-02-13 14:53:49,147 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,147 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11281/battingcard?d=2024-12-15 2025-02-13 14:53:49,147 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,148 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11282/battingcard?d=2024-12-15 2025-02-13 14:53:49,148 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,148 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11283/battingcard?d=2024-12-15 2025-02-13 14:53:49,148 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,148 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11284/battingcard?d=2024-12-15 2025-02-13 14:53:49,148 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,148 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11285/pitchingcard?d=2024-12-15 2025-02-13 14:53:49,148 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,148 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11286/pitchingcard?d=2024-12-15 2025-02-13 14:53:49,149 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,149 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11287/pitchingcard?d=2024-12-15 2025-02-13 14:53:49,149 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,149 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11288/pitchingcard?d=2024-12-15 2025-02-13 14:53:49,149 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,149 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13 2025-02-13 14:53:49,149 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,149 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13 2025-02-13 14:53:49,149 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,149 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11530/battingcard?d=2025-2-13 2025-02-13 14:53:49,150 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,150 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11531/battingcard?d=2025-2-13 2025-02-13 14:53:49,150 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,150 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13 2025-02-13 14:53:49,150 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,150 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13 2025-02-13 14:53:49,150 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,150 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11534/pitchingcard?d=2025-2-13 2025-02-13 14:53:49,150 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,150 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11535/pitchingcard?d=2025-2-13 2025-02-13 14:53:49,151 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,151 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13 2025-02-13 14:53:49,151 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,151 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13 2025-02-13 14:53:49,151 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,151 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13 2025-02-13 14:53:49,151 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,151 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13 2025-02-13 14:53:49,151 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,151 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13 2025-02-13 14:53:49,152 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,152 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13 2025-02-13 14:53:49,152 - card_creation - INFO - calling the card url 2025-02-13 14:53:49,152 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13 2025-02-13 14:53:49,289 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,290 - card_creation - INFO - Ivan Rodriguez - complete 2025-02-13 14:53:49,293 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,293 - card_creation - INFO - Pedro Martinez - complete 2025-02-13 14:53:49,654 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,655 - card_creation - INFO - Derek Bell - complete 2025-02-13 14:53:49,664 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,664 - card_creation - INFO - David Justice - complete 2025-02-13 14:53:49,671 - card_creation - ERROR - Internal Server Error 2025-02-13 14:53:49,672 - card_creation - ERROR - Kevin Brown - DB: Internal Server Error 2025-02-13 14:53:49,733 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,733 - card_creation - INFO - John Johnstone - complete 2025-02-13 14:53:49,875 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,876 - card_creation - INFO - Barry Bonds - complete 2025-02-13 14:53:49,896 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,896 - card_creation - INFO - Bernie Williams - complete 2025-02-13 14:53:49,931 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,931 - card_creation - INFO - Chuck Finley - complete 2025-02-13 14:53:49,945 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,945 - card_creation - INFO - Damion Easley - complete 2025-02-13 14:53:49,946 - card_creation - INFO - return: 200 received 2025-02-13 14:53:49,946 - card_creation - INFO - Mark McGwire - complete 2025-02-13 14:53:51,143 - card_creation - INFO - return: 200 received 2025-02-13 14:53:51,143 - card_creation - INFO - Tom Gordon - complete 2025-02-13 14:53:51,182 - card_creation - INFO - return: 200 received 2025-02-13 14:53:51,182 - card_creation - INFO - Robb Nen - complete 2025-02-13 14:53:51,382 - card_creation - INFO - return: 200 received 2025-02-13 14:53:51,382 - card_creation - INFO - Esteban Yan - complete 2025-02-13 14:53:51,509 - card_creation - INFO - return: 200 received 2025-02-13 14:53:51,510 - card_creation - INFO - Curt Schilling - complete 2025-02-13 14:53:51,510 - card_creation - INFO - return: 200 received 2025-02-13 14:53:51,510 - card_creation - INFO - Chipper Jones - complete 2025-02-13 14:53:51,517 - card_creation - INFO - return: 200 received 2025-02-13 14:53:51,517 - card_creation - INFO - Kerry Wood - complete 2025-02-13 14:53:54,321 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,321 - card_creation - INFO - Doug Brocail - complete 2025-02-13 14:53:54,324 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,324 - card_creation - INFO - Gary Sheffield - complete 2025-02-13 14:53:54,387 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,387 - card_creation - INFO - Jeff Shaw - complete 2025-02-13 14:53:54,390 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,390 - card_creation - INFO - Nomar Garciaparra - complete 2025-02-13 14:53:54,400 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,400 - card_creation - INFO - Greg Maddux - complete 2025-02-13 14:53:54,403 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,403 - card_creation - INFO - Eric Milton - complete 2025-02-13 14:53:54,406 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,407 - card_creation - INFO - Tim Worrell - complete 2025-02-13 14:53:54,420 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,420 - card_creation - INFO - Albert Belle - complete 2025-02-13 14:53:54,438 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,438 - card_creation - INFO - Andres Galarraga - complete 2025-02-13 14:53:54,453 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,453 - card_creation - INFO - Jim Thome - complete 2025-02-13 14:53:54,514 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,514 - card_creation - INFO - Willie Banks - complete 2025-02-13 14:53:54,538 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,538 - card_creation - INFO - Matt Stairs - complete 2025-02-13 14:53:54,652 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,652 - card_creation - INFO - David Wells - complete 2025-02-13 14:53:54,653 - card_creation - INFO - return: 200 received 2025-02-13 14:53:54,653 - card_creation - INFO - Vinny Castilla - complete 2025-02-13 14:53:54,653 - card_creation - INFO - ending timer - Done checking players - errors: 1 / success: 30: 5.51s 2025-02-13 14:53:54,653 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-13 14:53:54,654 - card_creation - INFO - ending timer - All done!: 5.78s 2025-02-13 14:55:16,451 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:55:17,024 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 14:55:17,024 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 14:55:17,027 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:55:17,027 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:55:17,027 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-13 14:55:17,027 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-13 14:55:17,028 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-13 14:55:17,028 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-13 14:55:17,028 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 14:55:17,028 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 14:55:17,029 - card_creation - ERROR - Adding 5.099999999999998 results to all other ob 2025-02-13 14:55:17,030 - card_creation - ERROR - Adding 12.949999999999996 results to all other ob 2025-02-13 14:55:17,039 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-13 14:55:17,040 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-13 14:55:17,040 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-13 14:55:17,040 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-13 14:55:17,040 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-13 14:55:17,040 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-13 14:55:17,040 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-13 14:55:17,040 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-13 14:55:17,041 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 21)] 2025-02-13 14:55:17,151 - card_creation - INFO - session info: 2025-02-13 14:55:17,151 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:17,151 - card_creation - INFO - patch: players [('cost', '948'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11540/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:17,286 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-13 14:55:17,287 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 21)] 2025-02-13 14:55:17,420 - card_creation - INFO - session info: 2025-02-13 14:55:17,420 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:17,420 - card_creation - INFO - patch: players [('cost', '304'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11541/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:17,524 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-13 14:55:17,525 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 21)] 2025-02-13 14:55:17,668 - card_creation - INFO - session info: 2025-02-13 14:55:17,668 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:17,669 - card_creation - INFO - patch: players [('cost', '232'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11542/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:17,799 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-13 14:55:17,799 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:55:17,945 - card_creation - INFO - session info: 2025-02-13 14:55:17,945 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:17,946 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11538/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:18,083 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:55:18,083 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:55:18,208 - card_creation - INFO - session info: 2025-02-13 14:55:18,208 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:18,208 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11536/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:18,334 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:55:18,335 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 14:55:18,460 - card_creation - INFO - session info: 2025-02-13 14:55:18,461 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:18,461 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11537/battingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:18,581 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:55:18,585 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11540, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11541, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11542, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11538, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11536, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 17, 'hand': 'L'}, {'player_id': 11537, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 17, 'hand': 'R'}]} type: 2025-02-13 14:55:18,734 - card_creation - INFO - return: Updated cards: 6; new cards: 0 2025-02-13 14:55:18,734 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:55:19,017 - card_creation - INFO - session info: 2025-02-13 14:55:19,030 - card_creation - INFO - return: {'count': 19, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 14:55:19,033 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5331, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 6.85, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 25.15, 'lineout': 0, 'popout': 7.6, 'flyout_a': 1.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 14.05, 'groundout_c': 0.0, 'pull_rate': 0.24731, 'center_rate': 0.5914, 'slap_rate': 0.16129, 'avg': 0.31528, 'obp': 0.48009, 'slg': 0.61667, 'player_id': 11540}, {'battingcard_id': 5331, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 7.65, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 22.2, 'lineout': 4.2, 'popout': 4.8, 'flyout_a': 1.0, 'flyout_bq': 2.7, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.1, 'groundout_a': 6.8, 'groundout_b': 4.0, 'groundout_c': 2.75, 'pull_rate': 0.22026, 'center_rate': 0.24229, 'slap_rate': 0.53745, 'avg': 0.30926, 'obp': 0.49583, 'slg': 0.56065, 'player_id': 11540}, {'battingcard_id': 5332, 'vs_hand': 'L', 'homerun': 2.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 7.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.4, 'strikeout': 14.75, 'lineout': 2.1, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.20879, 'center_rate': 0.51648, 'slap_rate': 0.27473, 'avg': 0.31019, 'obp': 0.44352, 'slg': 0.53056, 'player_id': 11541}, {'battingcard_id': 5332, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 8.65, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 13.2, 'lineout': 9.1, 'popout': 1.65, 'flyout_a': 1.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.6, 'groundout_a': 6.4, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.26887, 'center_rate': 0.2217, 'slap_rate': 0.50943, 'avg': 0.33472, 'obp': 0.46343, 'slg': 0.55972, 'player_id': 11541}, {'battingcard_id': 5333, 'vs_hand': 'L', 'homerun': 2.25, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.45, 'strikeout': 14.25, 'lineout': 1.05, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.25926, 'center_rate': 0.48148, 'slap_rate': 0.25926, 'avg': 0.30046, 'obp': 0.46204, 'slg': 0.41759, 'player_id': 11542}, {'battingcard_id': 5333, 'vs_hand': 'R', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.6, 'double_pull': 4.75, 'single_two': 5.95, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.35, 'strikeout': 22.0, 'lineout': 2.4, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 5.9, 'flyout_lf_b': 2.25, 'flyout_rf_b': 4.75, 'groundout_a': 17.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.12787, 'slap_rate': 0.60983, 'avg': 0.2875, 'obp': 0.42963, 'slg': 0.52593, 'player_id': 11542}, {'battingcard_id': 5334, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.5, 'lineout': 30.5, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.7, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.8, 'slap_rate': 0.1, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.14815, 'player_id': 11538}, {'battingcard_id': 5334, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 7.75, 'single_one': 11.6, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.0, 'lineout': 1.95, 'popout': 1.95, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 34.45, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.15385, 'slap_rate': 0.61538, 'avg': 0.37315, 'obp': 0.42593, 'slg': 0.425, 'player_id': 11538}, {'battingcard_id': 5335, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 15.6, 'single_one': 23.45, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 43.2, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.5, 'slap_rate': 0.5, 'avg': 0.48009, 'obp': 0.6, 'slg': 0.38426, 'player_id': 11536}, {'battingcard_id': 5335, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 0.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 28.35, 'flyout_lf_b': 3.6, 'flyout_rf_b': 5.85, 'groundout_a': 0.0, 'groundout_b': 70.2, 'groundout_c': 0.0, 'pull_rate': 0.5, 'center_rate': 0.25, 'slap_rate': 0.25, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11536}, {'battingcard_id': 5336, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 108.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.0, 'slap_rate': 0.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11537}, {'battingcard_id': 5336, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 108.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.0, 'slap_rate': 1.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11537}]} type: 2025-02-13 14:55:19,242 - card_creation - INFO - return: Updated ratings: 12; new ratings: 0 2025-02-13 14:55:19,244 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': 'DH', 'innings': 58.0, 'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}}, {'position': 'DH', 'innings': 5.0, 'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}}, {'position': 'DH', 'innings': 3.0, 'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}}]} type: 2025-02-13 14:55:19,391 - card_creation - INFO - return: Updated cards: 8; new cards: 0 2025-02-13 14:55:19,391 - card_creation - INFO - Posted 6 players to the database 2025-02-13 14:55:19,914 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 14:55:20,313 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 5.7 / All Outs: 79.0 / Total: 29.0 2025-02-13 14:55:20,313 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 4.5 / All Outs: 86.5 / Total: 29.0 2025-02-13 14:55:20,314 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 7.399999999999997 2025-02-13 14:55:20,314 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 5.899999999999999 2025-02-13 14:55:20,314 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-13 14:55:20,314 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-13 14:55:20,314 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:55:20,314 - card_creation - INFO - raw do chances: 3.75 2025-02-13 14:55:20,314 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.649999999999997 2025-02-13 14:55:20,314 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-13 14:55:20,314 - card_creation - INFO - raw hr chances: 3.65 2025-02-13 14:55:20,314 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-13 14:55:20,314 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:55:20,314 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.35 2025-02-13 14:55:20,314 - card_creation - INFO - raw do chances: 2.1 2025-02-13 14:55:20,314 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7999999999999985 2025-02-13 14:55:20,314 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-13 14:55:20,314 - card_creation - INFO - raw hr chances: 3.8 2025-02-13 14:55:20,314 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-13 14:55:20,314 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:55:20,314 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.9 2025-02-13 14:55:20,314 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.4 2025-02-13 14:55:20,314 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-13 14:55:20,314 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-13 14:55:20,315 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,315 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,315 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,315 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,315 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:55:20,315 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:55:20,316 - card_creation - INFO - vL - All Hits: 12.45 / Other OB: 5.1 / All Outs: 90.5 / Total: 29.0 2025-02-13 14:55:20,316 - card_creation - INFO - vR - All Hits: 15.65 / Other OB: 3.75 / All Outs: 88.5 / Total: 29.0 2025-02-13 14:55:20,316 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.1999999999999984 2025-02-13 14:55:20,316 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.1500000000000004 2025-02-13 14:55:20,316 - card_creation - INFO - vL: All Hits: 12.45 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-13 14:55:20,316 - card_creation - INFO - vR: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-13 14:55:20,316 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-13 14:55:20,316 - card_creation - INFO - raw do chances: 0 2025-02-13 14:55:20,316 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-13 14:55:20,316 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-13 14:55:20,316 - card_creation - INFO - raw hr chances: 2.2 2025-02-13 14:55:20,316 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-13 14:55:20,316 - card_creation - INFO - excess xbh: 0.0 2025-02-13 14:55:20,316 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:55:20,316 - card_creation - INFO - raw do chances: 0 2025-02-13 14:55:20,316 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-13 14:55:20,316 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-13 14:55:20,316 - card_creation - INFO - raw hr chances: 1.15 2025-02-13 14:55:20,316 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-13 14:55:20,316 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-13 14:55:20,316 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-13 14:55:20,316 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 46.55 2025-02-13 14:55:20,316 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 48.4 2025-02-13 14:55:20,317 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 21.849999999999998 / Current Outs: 50.85 2025-02-13 14:55:20,317 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-13 14:55:20,317 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,317 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,317 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,317 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,317 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:55:20,317 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:55:20,317 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-13 14:55:20,317 - card_creation - INFO - vR - All Hits: 13.4 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-13 14:55:20,317 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.8999999999999986 2025-02-13 14:55:20,318 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.45 2025-02-13 14:55:20,318 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-13 14:55:20,318 - card_creation - INFO - vR: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-13 14:55:20,318 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-13 14:55:20,318 - card_creation - INFO - raw do chances: 3.2 2025-02-13 14:55:20,318 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-13 14:55:20,318 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-13 14:55:20,318 - card_creation - INFO - raw hr chances: 0.7 2025-02-13 14:55:20,318 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:55:20,318 - card_creation - INFO - excess xbh: 0.7 2025-02-13 14:55:20,318 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-13 14:55:20,318 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-13 14:55:20,318 - card_creation - INFO - raw do chances: 2.2 2025-02-13 14:55:20,318 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-13 14:55:20,318 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-13 14:55:20,318 - card_creation - INFO - raw hr chances: 0.25 2025-02-13 14:55:20,318 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:55:20,318 - card_creation - INFO - excess xbh: 0.25 2025-02-13 14:55:20,318 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-13 14:55:20,318 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 52.0 2025-02-13 14:55:20,318 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.6 2025-02-13 14:55:20,318 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 27.85 / Current Outs: 56.85 2025-02-13 14:55:20,318 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-13 14:55:20,318 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,318 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,318 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,318 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,318 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:55:20,318 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:55:20,319 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 11.65 / All Outs: 82.0 / Total: 29.0 2025-02-13 14:55:20,319 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-13 14:55:20,319 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.25 2025-02-13 14:55:20,319 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-13 14:55:20,319 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-13 14:55:20,319 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 14:55:20,319 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 14:55:20,319 - card_creation - INFO - raw do chances: 5.4 2025-02-13 14:55:20,319 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-13 14:55:20,319 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-13 14:55:20,319 - card_creation - INFO - raw hr chances: -0.15 2025-02-13 14:55:20,319 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 14:55:20,319 - card_creation - INFO - excess xbh: -0.15 2025-02-13 14:55:20,319 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 14:55:20,319 - card_creation - INFO - raw do chances: 0 2025-02-13 14:55:20,319 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-13 14:55:20,319 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-13 14:55:20,319 - card_creation - INFO - raw hr chances: 1.5 2025-02-13 14:55:20,320 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 14:55:20,320 - card_creation - INFO - excess xbh: -0.5 2025-02-13 14:55:20,320 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 55.2 2025-02-13 14:55:20,320 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 45.7 2025-02-13 14:55:20,320 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 25.3 / Current Outs: 54.3 2025-02-13 14:55:20,320 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 33.25 / Current Outs: 62.25 2025-02-13 14:55:20,320 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,320 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,320 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 14:55:20,320 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 14:55:20,320 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 14:55:20,320 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 14:55:20,321 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 14:55:20,457 - card_creation - INFO - session info: 2025-02-13 14:55:20,457 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:20,457 - card_creation - INFO - patch: players [('cost', '277'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:20,566 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 14:55:20,566 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 14:55:20,664 - card_creation - INFO - session info: 2025-02-13 14:55:20,664 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:20,664 - card_creation - INFO - patch: players [('cost', '3846'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:20,789 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 14:55:20,790 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 14:55:20,918 - card_creation - INFO - session info: 2025-02-13 14:55:20,918 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:20,918 - card_creation - INFO - patch: players [('cost', '2521'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:21,034 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 14:55:21,035 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 21)] 2025-02-13 14:55:21,166 - card_creation - INFO - session info: 2025-02-13 14:55:21,166 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 14:55:21,167 - card_creation - INFO - patch: players [('cost', '1361'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 14:55:21,283 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 14:55:21,286 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11536, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11537, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11538, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11539, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}]} type: 2025-02-13 14:55:21,431 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:55:21,431 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 14:55:21,663 - card_creation - INFO - session info: 2025-02-13 14:55:21,678 - card_creation - INFO - return: {'count': 16, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 14:55:21,681 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6112, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 21.25, 'flyout_lf_b': 1.95, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0.0, 'groundout_a': 8.25, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.26759, 'slg': 0.34167, 'player_id': 11536}, {'pitchingcard_id': 6112, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 29.450000000000003, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 6.55, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.19815, 'slg': 0.25648, 'player_id': 11536}, {'pitchingcard_id': 6113, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 21.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.35, 'groundout_a': 19.0, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11528, 'obp': 0.1625, 'slg': 0.11759, 'player_id': 11537}, {'pitchingcard_id': 6113, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.800000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 18.1, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14491, 'obp': 0.17963, 'slg': 0.13241, 'player_id': 11537}, {'pitchingcard_id': 6114, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9000000000000004, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 27.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.5, 'groundout_a': 13.95, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.21296, 'slg': 0.25093, 'player_id': 11538}, {'pitchingcard_id': 6114, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 28.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 19.55, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12407, 'obp': 0.1537, 'slg': 0.17315, 'player_id': 11538}, {'pitchingcard_id': 6115, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 25.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 11.8, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13472, 'obp': 0.24259, 'slg': 0.26389, 'player_id': 11539}, {'pitchingcard_id': 6115, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 33.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.449999999999999, 'flyout_rf_b': 1.35, 'groundout_a': 14.65, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.15463, 'slg': 0.09907, 'player_id': 11539}]} type: 2025-02-13 14:55:21,863 - card_creation - INFO - return: Updated ratings: 8; new ratings: 0 2025-02-13 14:55:21,865 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'position': 'P', 'innings': 214.1, 'range': 4, 'error': 23}, {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'position': 'P', 'innings': 85.0, 'range': 1, 'error': 31}, {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'position': 'P', 'innings': 251.0, 'range': 1, 'error': 12}, {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'position': 'P', 'innings': 62.2, 'range': 3, 'error': 0}]} type: 2025-02-13 14:55:21,960 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 14:55:21,960 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 14:57:06,640 - card_creation - INFO - starting timer - Starting main 2025-02-13 14:57:06,640 - card_creation - INFO - starting timer - Checking for cardset 1998 Promos 2025-02-13 14:57:06,640 - card_creation - INFO - get: cardsets id: None params: [('name', '1998 Promos')] 2025-02-13 14:57:06,791 - card_creation - INFO - session info: 2025-02-13 14:57:06,791 - card_creation - INFO - return: {'count': 1, 'cardsets': [{'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}]} 2025-02-13 14:57:06,791 - card_creation - INFO - ending timer - Got the cardset: 0.15s 2025-02-13 14:57:06,791 - card_creation - INFO - starting timer - Pulling all players 2025-02-13 14:57:06,791 - card_creation - INFO - get: players id: None params: [('inc_dex', False), ('cardset_id', 21), ('short_output', True)] 2025-02-13 14:57:06,955 - card_creation - INFO - session info: 2025-02-13 14:57:06,965 - card_creation - INFO - return: {'count': 31, 'players': [{'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': 21, 'set_num': 923, 'rarity': 3, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': 3709}, {'player_id': 10931, 'p_name': 'Ivan Rodriguez', 'cost': 1975, 'image': 'https://pd.manticorum.com/api/v2/players/10931/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': 21, 'set_num': 1275, 'rarity': 99, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'b [ S N I P P E D ] 2025-02-13 14:57:06,965 - card_creation - INFO - ending timer - Got 31 players: 0.17s 2025-02-13 14:57:06,965 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-13 14:57:06,965 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5 2025-02-13 14:57:06,965 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10931/battingcard?d=2024-11-5 2025-02-13 14:57:06,965 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,965 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10932/battingcard?d=2024-11-4 2025-02-13 14:57:06,966 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,966 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10933/battingcard?d=2024-11-4 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10935/pitchingcard?d=2024-11-4 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10936/pitchingcard?d=2024-11-4 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/10937/pitchingcard?d=2024-11-4 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11281/battingcard?d=2024-12-15 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,967 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11282/battingcard?d=2024-12-15 2025-02-13 14:57:06,967 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11283/battingcard?d=2024-12-15 2025-02-13 14:57:06,968 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11284/battingcard?d=2024-12-15 2025-02-13 14:57:06,968 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11285/pitchingcard?d=2024-12-15 2025-02-13 14:57:06,968 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11286/pitchingcard?d=2024-12-15 2025-02-13 14:57:06,968 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,968 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11287/pitchingcard?d=2024-12-15 2025-02-13 14:57:06,969 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11288/pitchingcard?d=2024-12-15 2025-02-13 14:57:06,969 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11528/battingcard?d=2025-2-13 2025-02-13 14:57:06,969 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11529/battingcard?d=2025-2-13 2025-02-13 14:57:06,969 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11530/battingcard?d=2025-2-13 2025-02-13 14:57:06,969 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,969 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11531/battingcard?d=2025-2-13 2025-02-13 14:57:06,970 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11532/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,970 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11533/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,970 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11534/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,970 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11535/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,970 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,970 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,971 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,971 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,971 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13 2025-02-13 14:57:06,971 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13 2025-02-13 14:57:06,971 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,971 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13 2025-02-13 14:57:06,972 - card_creation - INFO - calling the card url 2025-02-13 14:57:06,972 - card_creation - INFO - get: https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13 2025-02-13 14:57:07,147 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,148 - card_creation - INFO - Albert Belle - complete 2025-02-13 14:57:07,156 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,157 - card_creation - INFO - David Justice - complete 2025-02-13 14:57:07,161 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,161 - card_creation - INFO - Chipper Jones - complete 2025-02-13 14:57:07,166 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,166 - card_creation - INFO - Jim Thome - complete 2025-02-13 14:57:07,168 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,168 - card_creation - INFO - Greg Maddux - complete 2025-02-13 14:57:07,170 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,170 - card_creation - INFO - Pedro Martinez - complete 2025-02-13 14:57:07,171 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,171 - card_creation - INFO - Tom Gordon - complete 2025-02-13 14:57:07,171 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,171 - card_creation - INFO - Andres Galarraga - complete 2025-02-13 14:57:07,173 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,173 - card_creation - INFO - John Johnstone - complete 2025-02-13 14:57:07,188 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,188 - card_creation - INFO - Derek Bell - complete 2025-02-13 14:57:07,199 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,199 - card_creation - INFO - Esteban Yan - complete 2025-02-13 14:57:07,208 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,209 - card_creation - INFO - Kerry Wood - complete 2025-02-13 14:57:07,215 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,215 - card_creation - INFO - Tim Worrell - complete 2025-02-13 14:57:07,226 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,226 - card_creation - INFO - Mark McGwire - complete 2025-02-13 14:57:07,237 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,237 - card_creation - INFO - Eric Milton - complete 2025-02-13 14:57:07,253 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,254 - card_creation - INFO - Nomar Garciaparra - complete 2025-02-13 14:57:07,254 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,254 - card_creation - INFO - Barry Bonds - complete 2025-02-13 14:57:07,258 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,259 - card_creation - INFO - Vinny Castilla - complete 2025-02-13 14:57:07,259 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,259 - card_creation - INFO - Ivan Rodriguez - complete 2025-02-13 14:57:07,260 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,260 - card_creation - INFO - Willie Banks - complete 2025-02-13 14:57:07,272 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,272 - card_creation - INFO - Matt Stairs - complete 2025-02-13 14:57:07,277 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,277 - card_creation - INFO - Chuck Finley - complete 2025-02-13 14:57:07,285 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,285 - card_creation - INFO - Doug Brocail - complete 2025-02-13 14:57:07,294 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,295 - card_creation - INFO - Damion Easley - complete 2025-02-13 14:57:07,315 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,315 - card_creation - INFO - Bernie Williams - complete 2025-02-13 14:57:07,344 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,344 - card_creation - INFO - Curt Schilling - complete 2025-02-13 14:57:07,482 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,482 - card_creation - INFO - Gary Sheffield - complete 2025-02-13 14:57:07,561 - card_creation - INFO - return: 200 received 2025-02-13 14:57:07,561 - card_creation - INFO - Robb Nen - complete 2025-02-13 14:57:09,877 - card_creation - INFO - return: 200 received 2025-02-13 14:57:09,877 - card_creation - INFO - Kevin Brown - complete 2025-02-13 14:57:09,896 - card_creation - INFO - return: 200 received 2025-02-13 14:57:09,896 - card_creation - INFO - David Wells - complete 2025-02-13 14:57:09,898 - card_creation - INFO - return: 200 received 2025-02-13 14:57:09,898 - card_creation - INFO - Jeff Shaw - complete 2025-02-13 14:57:09,898 - card_creation - INFO - ending timer - Done checking players - errors: 0 / success: 31: 2.93s 2025-02-13 14:57:09,898 - card_creation - INFO - starting timer - Checking all player URLs 2025-02-13 14:57:09,899 - card_creation - INFO - ending timer - All done!: 3.26s 2025-02-13 16:53:28,530 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 16:53:29,189 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 16:53:29,190 - card_creation - ERROR - calcs_batter running - 'int' object has no attribute 'strip' 2025-02-13 16:53:29,193 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 16:53:29,193 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 16:53:29,193 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-13 16:53:29,193 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-13 16:53:29,194 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-13 16:53:29,194 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-13 16:53:29,194 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-13 16:53:29,194 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-13 16:53:29,194 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-13 16:53:29,194 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-13 16:53:29,195 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-13 16:53:29,195 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-13 16:53:29,195 - card_creation - ERROR - Adding 5.099999999999998 results to all other ob 2025-02-13 16:53:29,196 - card_creation - ERROR - Adding 12.949999999999996 results to all other ob 2025-02-13 16:53:29,206 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-13 16:53:29,206 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-13 16:53:29,206 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-13 16:53:29,206 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-13 16:53:29,206 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-13 16:53:29,206 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-13 16:53:29,206 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-13 16:53:29,206 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-13 16:53:29,206 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-13 16:53:29,207 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 21)] 2025-02-13 16:53:29,426 - card_creation - INFO - session info: 2025-02-13 16:53:29,426 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:29,426 - card_creation - INFO - patch: players [('cost', '948'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11540/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:29,578 - card_creation - INFO - return: {'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-13 16:53:29,578 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 21)] 2025-02-13 16:53:29,724 - card_creation - INFO - session info: 2025-02-13 16:53:29,724 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:29,725 - card_creation - INFO - patch: players [('cost', '304'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11541/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:29,862 - card_creation - INFO - return: {'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-13 16:53:29,862 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walkela01'), ('cardset_id', 21)] 2025-02-13 16:53:29,989 - card_creation - INFO - session info: 2025-02-13 16:53:29,989 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-13 16:53:29,989 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'walkl001')] 2025-02-13 16:53:30,127 - card_creation - INFO - session info: 2025-02-13 16:53:30,127 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}]} 2025-02-13 16:53:30,128 - card_creation - INFO - Only one position found for Larry Walker 2025-02-13 16:53:30,128 - card_creation - INFO - post: players payload: {'p_name': 'Larry Walker', 'cost': '1458', 'image': 'change-me', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset_id': 21, 'set_num': 455, 'rarity_id': 1, 'description': 'First Half', 'bbref_id': 'walkela01', 'fangr_id': 455, 'mlbplayer_id': 3751, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-13 16:53:30,273 - card_creation - INFO - return: {'player_id': 11543, 'p_name': 'Larry Walker', 'cost': 1458, 'image': 'change-me', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}} 2025-02-13 16:53:30,274 - card_creation - INFO - patch: players [('image', 'https://pd.manticorum.com/api/v2/players/11543/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:30,403 - card_creation - INFO - return: {'player_id': 11543, 'p_name': 'Larry Walker', 'cost': 1458, 'image': 'https://pd.manticorum.com/api/v2/players/11543/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}} 2025-02-13 16:53:30,403 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 21)] 2025-02-13 16:53:30,565 - card_creation - INFO - session info: 2025-02-13 16:53:30,565 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:30,565 - card_creation - INFO - patch: players [('cost', '232'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11542/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:30,725 - card_creation - INFO - return: {'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-13 16:53:30,726 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 16:53:30,831 - card_creation - INFO - session info: 2025-02-13 16:53:30,831 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:30,831 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11538/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:30,976 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 16:53:30,977 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 16:53:31,128 - card_creation - INFO - session info: 2025-02-13 16:53:31,128 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:31,128 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11536/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:31,286 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 16:53:31,286 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 16:53:31,422 - card_creation - INFO - session info: 2025-02-13 16:53:31,422 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:31,423 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pd.manticorum.com/api/v2/players/11537/battingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:31,567 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 16:53:31,572 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 11540, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11541, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11543, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'L'}, {'player_id': 11542, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11538, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11536, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 17, 'hand': 'L'}, {'player_id': 11537, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 17, 'hand': 'R'}]} type: 2025-02-13 16:53:31,766 - card_creation - INFO - return: Updated cards: 6; new cards: 1 2025-02-13 16:53:31,766 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 21)] 2025-02-13 16:53:32,071 - card_creation - INFO - session info: 2025-02-13 16:53:32,082 - card_creation - INFO - return: {'count': 20, 'cards': [{'id': 5023, 'player': {'player_id': 10930, 'p_name': 'David Justice', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10930/battingcard?d=2024-11-5', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, 'variant': 0, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.083333333333333 [ S N I P P E D ] 2025-02-13 16:53:32,084 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 5331, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 6.85, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 25.15, 'lineout': 0, 'popout': 7.6, 'flyout_a': 1.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 14.05, 'groundout_c': 0.0, 'pull_rate': 0.24731, 'center_rate': 0.5914, 'slap_rate': 0.16129, 'avg': 0.31528, 'obp': 0.48009, 'slg': 0.61667, 'player_id': 11540}, {'battingcard_id': 5331, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 7.65, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 22.2, 'lineout': 7.2, 'popout': 1.9, 'flyout_a': 1.0, 'flyout_bq': 2.7, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.1, 'groundout_a': 6.7, 'groundout_b': 4.0, 'groundout_c': 2.75, 'pull_rate': 0.22026, 'center_rate': 0.24229, 'slap_rate': 0.53745, 'avg': 0.30926, 'obp': 0.49583, 'slg': 0.56065, 'player_id': 11540}, {'battingcard_id': 5332, 'vs_hand': 'L', 'homerun': 2.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 7.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.4, 'strikeout': 14.75, 'lineout': 3.4, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.20879, 'center_rate': 0.51648, 'slap_rate': 0.27473, 'avg': 0.31019, 'obp': 0.44352, 'slg': 0.53056, 'player_id': 11541}, {'battingcard_id': 5332, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 8.65, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 13.2, 'lineout': 9.65, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.6, 'groundout_a': 6.4, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.26887, 'center_rate': 0.2217, 'slap_rate': 0.50943, 'avg': 0.33472, 'obp': 0.46343, 'slg': 0.55972, 'player_id': 11541}, {'battingcard_id': 5337, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.7, 'double_pull': 10.65, 'single_two': 7.55, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 8.8, 'lineout': 2.5, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.1, 'groundout_a': 8.6, 'groundout_b': 16.0, 'groundout_c': 0.0, 'pull_rate': 0.17308, 'center_rate': 0.625, 'slap_rate': 0.20192, 'avg': 0.38102, 'obp': 0.56065, 'slg': 0.6537, 'player_id': 11543}, {'battingcard_id': 5337, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 13.1, 'single_two': 8.05, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.15, 'strikeout': 7.45, 'lineout': 4.5, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.65, 'groundout_a': 5.7, 'groundout_b': 16.5, 'groundout_c': 0.0, 'pull_rate': 0.23695, 'center_rate': 0.26104, 'slap_rate': 0.50201, 'avg': 0.39815, 'obp': 0.53843, 'slg': 0.60926, 'player_id': 11543}, {'battingcard_id': 5333, 'vs_hand': 'L', 'homerun': 2.25, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.45, 'strikeout': 14.25, 'lineout': 0, 'popout': 10.0, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.25926, 'center_rate': 0.48148, 'slap_rate': 0.25926, 'avg': 0.30046, 'obp': 0.46204, 'slg': 0.41759, 'player_id': 11542}, {'battingcard_id': 5333, 'vs_hand': 'R', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.6, 'double_pull': 4.75, 'single_two': 5.95, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.35, 'strikeout': 22.0, 'lineout': 5.1, 'popout': 2.7, 'flyout_a': 1.0, 'flyout_bq': 5.9, 'flyout_lf_b': 2.25, 'flyout_rf_b': 4.75, 'groundout_a': 17.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.12787, 'slap_rate': 0.60983, 'avg': 0.2875, 'obp': 0.42963, 'slg': 0.52593, 'player_id': 11542}, {'battingcard_id': 5334, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.5, 'lineout': 11.85, 'popout': 22.05, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.7, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.8, 'slap_rate': 0.1, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.14815, 'player_id': 11538}, {'battingcard_id': 5334, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 7.75, 'single_one': 11.6, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.0, 'lineout': 0, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 34.45, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.15385, 'slap_rate': 0.61538, 'avg': 0.37315, 'obp': 0.42593, 'slg': 0.425, 'player_id': 11538}, {'battingcard_id': 5335, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 15.6, 'single_one': 23.45, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.95, 'strikeout': 43.2, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.5, 'slap_rate': 0.5, 'avg': 0.48009, 'obp': 0.6, 'slg': 0.38426, 'player_id': 11536}, {'battingcard_id': 5335, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 0.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 28.35, 'flyout_lf_b': 3.6, 'flyout_rf_b': 5.85, 'groundout_a': 0.0, 'groundout_b': 70.2, 'groundout_c': 0.0, 'pull_rate': 0.5, 'center_rate': 0.25, 'slap_rate': 0.25, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11536}, {'battingcard_id': 5336, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 108.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.0, 'slap_rate': 0.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11537}, {'battingcard_id': 5336, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 0, 'strikeout': 108.0, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 0.0, 'flyout_lf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.0, 'slap_rate': 1.0, 'avg': 0.0, 'obp': 0.0, 'slg': 0.0, 'player_id': 11537}]} type: 2025-02-13 16:53:32,299 - card_creation - INFO - return: Updated ratings: 12; new ratings: 2 2025-02-13 16:53:32,301 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 11540, 'p_name': 'Jim Thome', 'cost': 948, 'image': 'https://pd.manticorum.com/api/v2/players/11540/battingcard?d=2025-2-13', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'fangr_id': '409', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11541, 'p_name': 'Matt Stairs', 'cost': 304, 'image': 'https://pd.manticorum.com/api/v2/players/11541/battingcard?d=2025-2-13', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'fangr_id': '1384', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 1010.2, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11543, 'p_name': 'Larry Walker', 'cost': 1458, 'image': 'https://pd.manticorum.com/api/v2/players/11543/battingcard?d=2025-2-13', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'fangr_id': '455', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 11542, 'p_name': 'Andres Galarraga', 'cost': 232, 'image': 'https://pd.manticorum.com/api/v2/players/11542/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1390', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': 'DH', 'innings': 58.0, 'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}}, {'position': 'DH', 'innings': 5.0, 'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}}, {'position': 'DH', 'innings': 3.0, 'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}}]} type: 2025-02-13 16:53:32,469 - card_creation - INFO - return: Updated cards: 8; new cards: 1 2025-02-13 16:53:32,470 - card_creation - INFO - Posted 7 players to the database 2025-02-13 16:53:32,993 - card_creation - INFO - Player description is *First Half* so dropping players not in PROMO_INCLUSION_RETRO_IDS 2025-02-13 16:53:33,387 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 5.7 / All Outs: 79.0 / Total: 29.0 2025-02-13 16:53:33,387 - card_creation - INFO - vR - All Hits: 16.9 / Other OB: 4.5 / All Outs: 86.5 / Total: 29.0 2025-02-13 16:53:33,387 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 7.399999999999997 2025-02-13 16:53:33,387 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 5.899999999999999 2025-02-13 16:53:33,387 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-13 16:53:33,387 - card_creation - INFO - vR: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-13 16:53:33,387 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 16:53:33,388 - card_creation - INFO - raw do chances: 3.75 2025-02-13 16:53:33,388 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.649999999999997 2025-02-13 16:53:33,388 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-13 16:53:33,388 - card_creation - INFO - raw hr chances: 3.65 2025-02-13 16:53:33,388 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-13 16:53:33,388 - card_creation - INFO - excess xbh: 0.0 2025-02-13 16:53:33,388 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.35 2025-02-13 16:53:33,388 - card_creation - INFO - raw do chances: 2.1 2025-02-13 16:53:33,388 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7999999999999985 2025-02-13 16:53:33,388 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-13 16:53:33,388 - card_creation - INFO - raw hr chances: 3.8 2025-02-13 16:53:33,388 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-13 16:53:33,388 - card_creation - INFO - excess xbh: 0.0 2025-02-13 16:53:33,388 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 57.9 2025-02-13 16:53:33,388 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.4 2025-02-13 16:53:33,388 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-13 16:53:33,388 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 29.450000000000003 / Current Outs: 58.45 2025-02-13 16:53:33,388 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,388 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,388 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,388 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,388 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 16:53:33,388 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 16:53:33,389 - card_creation - INFO - vL - All Hits: 12.45 / Other OB: 5.1 / All Outs: 90.5 / Total: 29.0 2025-02-13 16:53:33,389 - card_creation - INFO - vR - All Hits: 15.65 / Other OB: 3.75 / All Outs: 88.5 / Total: 29.0 2025-02-13 16:53:33,389 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.1999999999999984 2025-02-13 16:53:33,389 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.1500000000000004 2025-02-13 16:53:33,389 - card_creation - INFO - vL: All Hits: 12.45 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-13 16:53:33,389 - card_creation - INFO - vR: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-13 16:53:33,389 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-13 16:53:33,389 - card_creation - INFO - raw do chances: 0 2025-02-13 16:53:33,389 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-13 16:53:33,389 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-13 16:53:33,389 - card_creation - INFO - raw hr chances: 2.2 2025-02-13 16:53:33,389 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-13 16:53:33,389 - card_creation - INFO - excess xbh: 0.0 2025-02-13 16:53:33,389 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 16:53:33,389 - card_creation - INFO - raw do chances: 0 2025-02-13 16:53:33,389 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-13 16:53:33,389 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-13 16:53:33,389 - card_creation - INFO - raw hr chances: 1.15 2025-02-13 16:53:33,389 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-13 16:53:33,389 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-13 16:53:33,389 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-13 16:53:33,389 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 46.55 2025-02-13 16:53:33,389 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 48.4 2025-02-13 16:53:33,389 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 21.849999999999998 / Current Outs: 50.85 2025-02-13 16:53:33,389 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-13 16:53:33,389 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,390 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,390 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,390 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,390 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 16:53:33,390 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 16:53:33,390 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-13 16:53:33,390 - card_creation - INFO - vR - All Hits: 13.4 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-13 16:53:33,390 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.8999999999999986 2025-02-13 16:53:33,390 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.45 2025-02-13 16:53:33,390 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-13 16:53:33,390 - card_creation - INFO - vR: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-13 16:53:33,390 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-13 16:53:33,391 - card_creation - INFO - raw do chances: 3.2 2025-02-13 16:53:33,391 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-13 16:53:33,391 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-13 16:53:33,391 - card_creation - INFO - raw hr chances: 0.7 2025-02-13 16:53:33,391 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 16:53:33,391 - card_creation - INFO - excess xbh: 0.7 2025-02-13 16:53:33,391 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-13 16:53:33,391 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-13 16:53:33,391 - card_creation - INFO - raw do chances: 2.2 2025-02-13 16:53:33,391 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-13 16:53:33,391 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-13 16:53:33,391 - card_creation - INFO - raw hr chances: 0.25 2025-02-13 16:53:33,391 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 16:53:33,391 - card_creation - INFO - excess xbh: 0.25 2025-02-13 16:53:33,391 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-13 16:53:33,391 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 52.0 2025-02-13 16:53:33,391 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.6 2025-02-13 16:53:33,391 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 27.85 / Current Outs: 56.85 2025-02-13 16:53:33,391 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 28.749999999999996 / Current Outs: 57.75 2025-02-13 16:53:33,391 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,391 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,391 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,391 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,391 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 16:53:33,391 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 16:53:33,392 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 11.65 / All Outs: 82.0 / Total: 29.0 2025-02-13 16:53:33,392 - card_creation - INFO - vR - All Hits: 10.5 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-13 16:53:33,392 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 5.25 2025-02-13 16:53:33,392 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-13 16:53:33,392 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-13 16:53:33,392 - card_creation - INFO - vR: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-13 16:53:33,392 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-13 16:53:33,392 - card_creation - INFO - raw do chances: 5.4 2025-02-13 16:53:33,392 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-13 16:53:33,392 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-13 16:53:33,392 - card_creation - INFO - raw hr chances: -0.15 2025-02-13 16:53:33,392 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-13 16:53:33,392 - card_creation - INFO - excess xbh: -0.15 2025-02-13 16:53:33,392 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-13 16:53:33,392 - card_creation - INFO - raw do chances: 0 2025-02-13 16:53:33,392 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-13 16:53:33,392 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-13 16:53:33,392 - card_creation - INFO - raw hr chances: 1.5 2025-02-13 16:53:33,392 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-13 16:53:33,392 - card_creation - INFO - excess xbh: -0.5 2025-02-13 16:53:33,392 - card_creation - INFO - vL: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 55.2 2025-02-13 16:53:33,392 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 45.7 2025-02-13 16:53:33,392 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 25.3 / Current Outs: 54.3 2025-02-13 16:53:33,392 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 33.25 / Current Outs: 62.25 2025-02-13 16:53:33,392 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,392 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,392 - card_creation - INFO - Remaining outs: 0.0 2025-02-13 16:53:33,392 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-13 16:53:33,392 - card_creation - INFO - vL: Total chances: 108.0 2025-02-13 16:53:33,392 - card_creation - INFO - vR: Total chances: 108.0 2025-02-13 16:53:33,393 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 21)] 2025-02-13 16:53:33,520 - card_creation - INFO - session info: 2025-02-13 16:53:33,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11536/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:33,520 - card_creation - INFO - patch: players [('cost', '277'), ('rarity_id', 2), ('image', 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:33,656 - card_creation - INFO - return: {'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-13 16:53:33,657 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 21)] 2025-02-13 16:53:33,801 - card_creation - INFO - session info: 2025-02-13 16:53:33,802 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/11537/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:33,802 - card_creation - INFO - patch: players [('cost', '3846'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:33,940 - card_creation - INFO - return: {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-13 16:53:33,941 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 21)] 2025-02-13 16:53:34,087 - card_creation - INFO - session info: 2025-02-13 16:53:34,087 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11538/battingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:34,087 - card_creation - INFO - patch: players [('cost', '2521'), ('rarity_id', 99), ('image', 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:34,224 - card_creation - INFO - return: {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-13 16:53:34,225 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 21)] 2025-02-13 16:53:34,402 - card_creation - INFO - session info: 2025-02-13 16:53:34,402 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-13 16:53:34,403 - card_creation - INFO - patch: players [('cost', '1361'), ('rarity_id', 1), ('image', 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard%3Fd%3D2025-2-13')] 2025-02-13 16:53:34,556 - card_creation - INFO - return: {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-13 16:53:34,559 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 11536, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11537, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11538, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11539, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}]} type: 2025-02-13 16:53:34,709 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 16:53:34,709 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 21)] 2025-02-13 16:53:35,033 - card_creation - INFO - session info: 2025-02-13 16:53:35,044 - card_creation - INFO - return: {'count': 16, 'cards': [{'id': 5812, 'player': {'player_id': 10934, 'p_name': 'Pedro Martinez', 'cost': 2511, 'image': 'https://pd.manticorum.com/api/v2/players/10934/pitchingcard?d=2024-11-4', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'April PotM', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'close [ S N I P P E D ] 2025-02-13 16:53:35,047 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 6112, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 21.25, 'flyout_lf_b': 1.95, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0.0, 'groundout_a': 8.25, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.26759, 'slg': 0.34167, 'player_id': 11536}, {'pitchingcard_id': 6112, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 29.450000000000003, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 6.55, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.19815, 'slg': 0.25648, 'player_id': 11536}, {'pitchingcard_id': 6113, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 21.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.35, 'groundout_a': 19.0, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11528, 'obp': 0.1625, 'slg': 0.11759, 'player_id': 11537}, {'pitchingcard_id': 6113, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.800000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 18.1, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14491, 'obp': 0.17963, 'slg': 0.13241, 'player_id': 11537}, {'pitchingcard_id': 6114, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9000000000000004, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 27.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.5, 'groundout_a': 13.95, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.21296, 'slg': 0.25093, 'player_id': 11538}, {'pitchingcard_id': 6114, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 28.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 19.55, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12407, 'obp': 0.1537, 'slg': 0.17315, 'player_id': 11538}, {'pitchingcard_id': 6115, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 25.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 11.8, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13472, 'obp': 0.24259, 'slg': 0.26389, 'player_id': 11539}, {'pitchingcard_id': 6115, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 33.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.449999999999999, 'flyout_rf_b': 1.35, 'groundout_a': 14.65, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.15463, 'slg': 0.09907, 'player_id': 11539}]} type: 2025-02-13 16:53:35,185 - card_creation - INFO - return: Updated ratings: 8; new ratings: 0 2025-02-13 16:53:35,187 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 11536, 'p_name': 'David Wells', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/11536/pitchingcard?d=2025-2-13', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '855', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'position': 'P', 'innings': 214.1, 'range': 4, 'error': 23}, {'player_id': 11537, 'p_name': 'Jeff Shaw', 'cost': 3846, 'image': 'https://pd.manticorum.com/api/v2/players/11537/pitchingcard?d=2025-2-13', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011823', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'position': 'P', 'innings': 85.0, 'range': 1, 'error': 31}, {'player_id': 11538, 'p_name': 'Greg Maddux', 'cost': 2521, 'image': 'https://pd.manticorum.com/api/v2/players/11538/pitchingcard?d=2025-2-13', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d13d4022_sabr.jpg', 'fangr_id': '104', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'position': 'P', 'innings': 251.0, 'range': 1, 'error': 12}, {'player_id': 11539, 'p_name': 'Doug Brocail', 'cost': 1361, 'image': 'https://pd.manticorum.com/api/v2/players/11539/pitchingcard?d=2025-2-13', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 21, 'name': '1998 Promos', 'description': 'Special cards based on the 1998 season', 'event': None, 'for_purchase': True, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '551', 'description': 'First Half', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'position': 'P', 'innings': 62.2, 'range': 3, 'error': 0}]} type: 2025-02-13 16:53:35,338 - card_creation - INFO - return: Updated cards: 4; new cards: 0 2025-02-13 16:53:35,338 - card_creation - INFO - Posted 4 pitchers to the database 2025-02-13 16:54:29,885 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-13 16:54:29,885 - card_creation - INFO - starting timer - Pulling all batting card ratings and positions 2025-02-13 16:54:29,885 - card_creation - INFO - starting timer - 2025-02-13 16:54:29,885 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-13 16:54:29,885 - card_creation - INFO - starting timer - 2025-02-13 16:54:29,885 - card_creation - INFO - get: battingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-13 16:54:29,886 - card_creation - INFO - starting timer - 2025-02-13 16:54:29,886 - card_creation - INFO - get: cardpositions id: None params: [('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-13 16:54:52,107 - card_creation - INFO - session info: 2025-02-13 16:54:52,339 - card_creation - INFO - session info: 2025-02-13 16:54:56,048 - card_creation - INFO - return: {'count': 5328, 'ratings': [{'id': 1, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-13 16:54:56,049 - card_creation - INFO - ending timer - : 26.16s 2025-02-13 16:54:56,918 - card_creation - INFO - return: {'count': 5328, 'ratings': [{'id': 2, 'battingcard': {'id': 1, 'player': {'player_id': 5176, 'p_name': 'Miguel Cabrera', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/5176/battingcard?d=2023-10-23', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10063, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/b/bceca907_mlbam.jpg', 'vanity_card': None, 'strat_code': '1744', 'bbref_id': 'cabremi01', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 584, 'first_name': 'Miguel', 'last_name': 'Cabrera', 'key_fangraphs': 1744, 'key_bbref': 'cabremi01', 'key_retro': 'cabrm001', 'key_mlbam': 408234, 'offense_col': 2}}, 'variant': 0, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, [ S N I P P E D ] 2025-02-13 16:54:56,919 - card_creation - INFO - ending timer - : 27.03s 2025-02-13 16:55:26,061 - card_creation - INFO - session info: 2025-02-13 16:55:30,328 - card_creation - INFO - return: {'count': 16604, 'positions': [{'id': 7030, 'player': {'player_id': 4068, 'p_name': 'Adam Jones', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/4068/battingcard?d=2023-11-19', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 7, 'name': '2012 Season', 'description': 'Cards based on the full 2012 season', 'event': None, 'for_purchase': True, 'total_cards': 909, 'in_packs': True, 'ranked_legal': False}, 'set_num': 11937, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202303230/images/headshots/6/6b5be20a_br.jpg', 'vanity_card': None, 'strat_code': '6368', 'bbref_id': 'jonesad01', 'fangr_id': None, 'description': '2012', 'quantity': 999, 'mlbplayer': {'id': 1429, 'first_name': 'Adam', 'last_name': 'Jones', 'key_fangraphs': 6368, 'key_bbref': 'jonesad01', 'key_retro': 'jonea003', 'key_mlbam': 430945, 'offense_col': 1}}, 'variant': 0, 'position': 'CF', 'innings': 1458, 'range': 5, 'error': 4, 'arm': 1, 'pb': None, 'overthrow': N [ S N I P P E D ] 2025-02-13 16:55:30,330 - card_creation - INFO - ending timer - : 60.44s 2025-02-13 16:55:30,330 - card_creation - INFO - ending timer - Pulled 10656 batting card ratings and 16604 positions: 60.44s 2025-02-13 16:55:30,330 - card_creation - INFO - starting timer - Building base dataframes 2025-02-13 16:55:30,371 - card_creation - INFO - ending timer - Base dataframes are complete: 0.04s 2025-02-13 16:55:30,371 - card_creation - INFO - starting timer - Building combined dataframe 2025-02-13 16:55:30,373 - card_creation - INFO - ending timer - Combined dataframe is complete: 0.00s 2025-02-13 16:55:30,374 - card_creation - INFO - starting timer - Building range series 2025-02-13 16:55:30,599 - card_creation - INFO - Building Range series for P 2025-02-13 16:55:30,684 - card_creation - INFO - Building Range series for C 2025-02-13 16:55:30,781 - card_creation - INFO - Building Range series for 1B 2025-02-13 16:55:30,889 - card_creation - INFO - Building Range series for 2B 2025-02-13 16:55:30,992 - card_creation - INFO - Building Range series for 3B 2025-02-13 16:55:31,075 - card_creation - INFO - Building Range series for SS 2025-02-13 16:55:31,163 - card_creation - INFO - Building Range series for LF 2025-02-13 16:55:31,248 - card_creation - INFO - Building Range series for CF 2025-02-13 16:55:31,300 - card_creation - INFO - Building Range series for RF 2025-02-13 16:55:31,320 - card_creation - INFO - ending timer - Processed 9 position ranges: 0.95s 2025-02-13 16:55:31,320 - card_creation - INFO - starting timer - Building error series 2025-02-13 16:55:31,517 - card_creation - INFO - Building Error series for P 2025-02-13 16:55:31,561 - card_creation - INFO - error ratings: 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6217, dtype: int64 2025-02-13 16:55:31,595 - card_creation - INFO - Building Error series for C 2025-02-13 16:55:31,599 - card_creation - INFO - error ratings: 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64 2025-02-13 16:55:31,671 - card_creation - INFO - Building Error series for 1B 2025-02-13 16:55:31,674 - card_creation - INFO - error ratings: 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1404, dtype: int64 2025-02-13 16:55:31,746 - card_creation - INFO - Building Error series for 2B 2025-02-13 16:55:31,750 - card_creation - INFO - error ratings: 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64 2025-02-13 16:55:31,833 - card_creation - INFO - Building Error series for 3B 2025-02-13 16:55:31,836 - card_creation - INFO - error ratings: 6187 19 2967 17 10702 14 11530 14 10768 14 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1302, dtype: int64 2025-02-13 16:55:31,916 - card_creation - INFO - Building Error series for SS 2025-02-13 16:55:31,920 - card_creation - INFO - error ratings: 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1077, dtype: int64 2025-02-13 16:55:31,996 - card_creation - INFO - Building Error series for LF 2025-02-13 16:55:32,000 - card_creation - INFO - error ratings: 4010 1 10674 5 11529 5 3154 0 4964 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1631, dtype: int64 2025-02-13 16:55:32,073 - card_creation - INFO - Building Error series for CF 2025-02-13 16:55:32,077 - card_creation - INFO - error ratings: 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64 2025-02-13 16:55:32,128 - card_creation - INFO - Building Error series for RF 2025-02-13 16:55:32,130 - card_creation - INFO - error ratings: 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1512, dtype: int64 2025-02-13 16:55:32,148 - card_creation - INFO - ending timer - Processed 9 position errors: 0.83s 2025-02-13 16:55:32,148 - card_creation - INFO - starting timer - Building OF arm series 2025-02-13 16:55:32,148 - card_creation - INFO - Building OF series for LF 2025-02-13 16:55:32,152 - card_creation - INFO - Building OF series for CF 2025-02-13 16:55:32,153 - card_creation - INFO - Building OF series for RF 2025-02-13 16:55:32,170 - card_creation - INFO - ending timer - Processed 2413 OF arms: 0.02s 2025-02-13 16:55:32,171 - card_creation - INFO - starting timer - Building C arm series 2025-02-13 16:55:32,171 - card_creation - INFO - Building Arm series for C 2025-02-13 16:55:32,172 - card_creation - INFO - arm ratings: 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64 2025-02-13 16:55:32,172 - card_creation - INFO - ending timer - Processed 814 catcher arms: 0.00s 2025-02-13 16:55:32,172 - card_creation - INFO - starting timer - Building C PB series 2025-02-13 16:55:32,359 - card_creation - INFO - Building PB series for C 2025-02-13 16:55:32,376 - card_creation - INFO - ending timer - Processed 1 C PB series: 0.20s 2025-02-13 16:55:32,376 - card_creation - INFO - starting timer - Building C OT series 2025-02-13 16:55:32,569 - card_creation - INFO - Building Throw series for C 2025-02-13 16:55:32,582 - card_creation - INFO - ending timer - Processed 1 C OT series: 0.21s 2025-02-13 16:55:32,586 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6217, dtype: int64, 6318 1 10751 3 6625 3 5962 4 6464 1 .. 3855 3 3289 3 8518 3 10612 3 7139 3 Name: Range C, Length: 814, dtype: int64, 2978 1 9519 1 1079 1 2956 3 4820 1 .. 7791 3 7858 3 8109 3 8862 3 9900 3 Name: Range 1B, Length: 1404, dtype: int64, 5643 1 4817 1 2127 2 3230 1 6122 1 .. 5311 3 6428 3 8007 3 9116 3 10608 3 Name: Range 2B, Length: 1298, dtype: int64, 6187 5 2967 5 10702 1 11530 1 10768 1 .. 1278 3 5189 3 455 3 1009 3 8491 3 Name: Range 3B, Length: 1302, dtype: int64, 4265 1 2096 2 1174 1 7441 1 6414 4 .. 7209 3 2851 3 9587 3 10193 3 1033 3 Name: Range SS, Length: 1077, dtype: int64, 4010 1 10674 4 11529 4 3154 1 4964 1 .. 10479 3 586 3 1984 3 4006 3 5935 3 Name: Range LF, Length: 1631, dtype: int64, 4068 5 6094 1 10767 2 3221 5 6136 4 .. 1084 3 4321 4 2137 3 6229 3 6432 3 Name: Range CF, Length: 1230, dtype: int64, 3171 1 3161 4 4018 5 10745 1 7367 2 .. 2979 3 4412 3 3938 3 7216 3 5990 3 Name: Range RF, Length: 1512, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6217, dtype: int64, 6318 2 10751 4 6625 4 5962 0 6464 3 .. 3855 16 3289 0 8518 0 10612 0 7139 0 Name: Error C, Length: 814, dtype: int64, 2978 4 9519 5 1079 7 2956 12 4820 8 .. 7791 0 7858 30 8109 0 8862 0 9900 0 Name: Error 1B, Length: 1404, dtype: int64, 5643 8 4817 6 2127 4 3230 5 6122 11 .. 5311 0 6428 0 8007 0 9116 0 10608 0 Name: Error 2B, Length: 1298, dtype: int64, 6187 19 2967 17 10702 14 11530 14 10768 14 .. 1278 0 5189 0 455 65 1009 0 8491 65 Name: Error 3B, Length: 1302, dtype: int64, 4265 5 2096 14 1174 10 7441 20 6414 18 .. 7209 0 2851 0 9587 0 10193 0 1033 0 Name: Error SS, Length: 1077, dtype: int64, 4010 1 10674 5 11529 5 3154 0 4964 2 .. 10479 3 586 0 1984 0 4006 25 5935 0 Name: Error LF, Length: 1631, dtype: int64, 4068 4 6094 1 10767 1 3221 1 6136 1 .. 1084 9 4321 0 2137 0 6229 13 6432 8 Name: Error CF, Length: 1230, dtype: int64, 3171 2 3161 4 4018 6 10745 6 7367 1 .. 2979 5 4412 0 3938 0 7216 0 5990 0 Name: Error RF, Length: 1512, dtype: int64, 330 0 332 -4 333 0 334 -5 335 0 .. 11515 0 11529 4 11531 2 11541 0 11543 1 Name: Arm OF, Length: 2413, dtype: int64, 6318 -4 10751 -1 6625 0 5962 0 6464 -2 .. 3855 -2 3289 0 8518 0 10612 0 7139 3 Name: Arm C, Length: 814, dtype: int64, 6318 3 10751 7 6625 4 5962 6 6464 4 .. 3855 0 3289 0 8518 0 10612 0 7139 0 Name: PB C, Length: 814, dtype: int64, 6318 5 10751 8 6625 9 5962 1 6464 6 .. 3855 20 3289 0 8518 0 10612 0 7139 0 Name: Throw C, Length: 814, dtype: int64] 2025-02-13 16:55:32,646 - card_creation - INFO - ending timer - Pulled scouting data: 62.76s 2025-02-13 16:55:32,646 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-13 16:55:32,648 - card_creation - INFO - starting timer - Beginning Speed calcs 2025-02-13 16:55:32,685 - card_creation - INFO - ending timer - Done Speed calcs: 0.04s 2025-02-13 16:55:32,685 - card_creation - INFO - starting timer - Beginning Stealing calcs 2025-02-13 16:55:32,720 - card_creation - INFO - ending timer - Done Stealing calcs: 0.04s 2025-02-13 16:55:32,720 - card_creation - INFO - starting timer - Beginning Reaction calcs 2025-02-13 16:55:32,783 - card_creation - INFO - ending timer - Done Reaction calcs: 0.06s 2025-02-13 16:55:32,784 - card_creation - INFO - starting timer - Beginning Arm calcs 2025-02-13 16:55:32,865 - card_creation - INFO - ending timer - Done Arm calcs: 0.08s 2025-02-13 16:55:32,865 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-13 16:55:32,950 - card_creation - INFO - ending timer - Done Fielding calcs: 0.09s 2025-02-13 16:55:32,950 - card_creation - INFO - starting timer - Beginning AVG vL calcs 2025-02-13 16:55:32,951 - card_creation - INFO - ending timer - Done AVG vL calcs: 0.00s 2025-02-13 16:55:32,951 - card_creation - INFO - starting timer - Beginning AVG vR calcs 2025-02-13 16:55:32,952 - card_creation - INFO - ending timer - Done AVG vR calcs: 0.00s 2025-02-13 16:55:32,952 - card_creation - INFO - starting timer - Beginning PWR vL calcs 2025-02-13 16:55:32,952 - card_creation - INFO - ending timer - Done PWR vL calcs: 0.00s 2025-02-13 16:55:32,952 - card_creation - INFO - starting timer - Beginning PWR vR calcs 2025-02-13 16:55:32,953 - card_creation - INFO - ending timer - Done PWR vR calcs: 0.00s 2025-02-13 16:55:32,953 - card_creation - INFO - starting timer - Beginning Vision calcs 2025-02-13 16:55:33,003 - card_creation - INFO - ending timer - Done Vision calcs: 0.05s 2025-02-13 16:55:33,003 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-13 16:55:33,070 - card_creation - INFO - ending timer - Done Rating calcs: 0.07s 2025-02-13 16:55:33,070 - card_creation - INFO - starting timer - Beginning write to file 2025-02-13 16:55:33,096 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-13 16:55:33,096 - card_creation - INFO - ending timer - Completed basic scouting: 0.45s 2025-02-13 16:55:33,096 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-13 16:55:33,097 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-13 16:55:33,098 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-13 16:55:33,098 - card_creation - INFO - starting timer - Beginning write to file 2025-02-13 16:55:33,250 - card_creation - INFO - ending timer - Done writing to file: 0.15s 2025-02-13 16:55:33,251 - card_creation - INFO - ending timer - Completed ratings guide: 0.15s 2025-02-13 16:55:33,251 - card_creation - INFO - ending timer - Total batter scouting: 63.37s 2025-02-13 16:55:59,905 - card_creation - INFO - starting timer - Pulling scouting data 2025-02-13 16:55:59,905 - card_creation - INFO - starting timer - Pulling all pitching card ratings and positions 2025-02-13 16:55:59,905 - card_creation - INFO - starting timer - 2025-02-13 16:55:59,905 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vL'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-13 16:55:59,905 - card_creation - INFO - starting timer - 2025-02-13 16:55:59,906 - card_creation - INFO - get: pitchingcardratings id: None params: [('vs_hand', 'vR'), ('team_id', 31), ('ts', 's37136685556r6135248705'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-13 16:55:59,906 - card_creation - INFO - starting timer - 2025-02-13 16:55:59,906 - card_creation - INFO - get: cardpositions id: None params: [('position', 'P'), ('cardset_id', 1), ('cardset_id', 2), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), ('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 10), ('cardset_id', 11), ('cardset_id', 12), ('cardset_id', 13), ('cardset_id', 14), ('cardset_id', 15), ('cardset_id', 16), ('cardset_id', 17), ('cardset_id', 18), ('cardset_id', 19), ('cardset_id', 20), ('cardset_id', 21), ('cardset_id', 22), ('cardset_id', 23), ('cardset_id', 24)] 2025-02-13 16:56:21,404 - card_creation - INFO - session info: 2025-02-13 16:56:23,414 - card_creation - INFO - return: {'count': 6217, 'positions': [{'id': 14818, 'player': {'player_id': 1844, 'p_name': 'Jacob deGrom', 'cost': 3392, 'image': 'https://pd.manticorum.com/api/v2/players/1844/pitchingcard?d=2024-7-12', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 4, 'name': '2022 Promos', 'description': 'Special cards from the 2022 MLB season', 'event': None, 'for_purchase': True, 'total_cards': 0, 'in_packs': False, 'ranked_legal': False}, 'set_num': 10029, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202208030/images/headshots/a/a4f0935e_mlbam.jpg', 'vanity_card': None, 'strat_code': '10954', 'bbref_id': 'degroja01', 'fangr_id': None, 'description': '22 PotM', 'quantity': 999, 'mlbplayer': {'id': 135, 'first_name': 'Jacob', 'last_name': 'Degrom', 'key_fangraphs': 10954, 'key_bbref': 'degroja01', 'key_retro': 'degrj001', 'key_mlbam': 594798, 'offense_col': 3}}, 'variant': 0, 'position': 'P', 'innings': 1200, 'range': 2, 'error': 0, 'arm': None, 'pb': None, [ S N I P P E D ] 2025-02-13 16:56:23,415 - card_creation - INFO - ending timer - : 23.51s 2025-02-13 16:56:25,923 - card_creation - INFO - session info: 2025-02-13 16:56:27,075 - card_creation - INFO - session info: 2025-02-13 16:56:28,171 - card_creation - INFO - return: {'count': 6115, 'ratings': [{'id': 1, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-13 16:56:28,172 - card_creation - INFO - ending timer - : 28.27s 2025-02-13 16:56:30,504 - card_creation - INFO - return: {'count': 6115, 'ratings': [{'id': 2, 'pitchingcard': {'id': 1, 'player': {'player_id': 5264, 'p_name': 'Tommy Hunter', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/5264/pitchingcard?d=2023-11-6', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 9, 'name': '2023 Season', 'description': 'Cards based on the full 2023 season', 'event': None, 'for_purchase': True, 'total_cards': 241, 'in_packs': True, 'ranked_legal': False}, 'set_num': 10279, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202308280/images/headshots/3/38b545a9_mlbam.jpg', 'vanity_card': None, 'strat_code': '1157', 'bbref_id': 'hunteto02', 'fangr_id': None, 'description': '2023', 'quantity': 999, 'mlbplayer': {'id': 1529, 'first_name': 'Tommy', 'last_name': 'Hunter', 'key_fangraphs': 1157, 'key_bbref': 'hunteto02', 'key_retro': 'huntt002', 'key_mlbam': 488984, 'offense_col': 3}}, 'variant': 0, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rati [ S N I P P E D ] 2025-02-13 16:56:30,505 - card_creation - INFO - ending timer - : 30.60s 2025-02-13 16:56:30,505 - card_creation - INFO - ending timer - Pulled 12230 batting card ratings and 6217 positions: 30.60s 2025-02-13 16:56:30,505 - card_creation - INFO - starting timer - Building base dataframes 2025-02-13 16:56:30,556 - card_creation - INFO - ending timer - Base dataframes are complete: 0.05s 2025-02-13 16:56:30,556 - card_creation - INFO - starting timer - Building defense series 2025-02-13 16:56:30,570 - card_creation - INFO - ending timer - Processed 6217 defense series: 0.01s 2025-02-13 16:56:30,571 - card_creation - INFO - series_list: [1844 2 1845 1 1848 4 1849 2 1852 4 .. 7655 3 7663 3 7664 3 7684 3 7787 3 Name: Range P, Length: 6217, dtype: int64, 1844 0 1845 4 1848 0 1849 0 1852 8 .. 7655 0 7663 0 7664 0 7684 0 7787 0 Name: Error P, Length: 6217, dtype: int64] 2025-02-13 16:56:30,602 - card_creation - INFO - ending timer - Pulled scouting data: 30.70s 2025-02-13 16:56:30,602 - card_creation - INFO - starting timer - Beginning basic scouting 2025-02-13 16:56:30,603 - card_creation - INFO - starting timer - Beginning Control L calcs 2025-02-13 16:56:30,642 - card_creation - INFO - ending timer - Done Control L calcs: 0.04s 2025-02-13 16:56:30,642 - card_creation - INFO - starting timer - Beginning Control R calcs 2025-02-13 16:56:30,677 - card_creation - INFO - ending timer - Done Control R calcs: 0.03s 2025-02-13 16:56:30,677 - card_creation - INFO - starting timer - Beginning Stuff L calcs 2025-02-13 16:56:30,716 - card_creation - INFO - ending timer - Done Stuff L calcs: 0.04s 2025-02-13 16:56:30,716 - card_creation - INFO - starting timer - Beginning Stuff R calcs 2025-02-13 16:56:30,755 - card_creation - INFO - ending timer - Done Stuff R calcs: 0.04s 2025-02-13 16:56:30,755 - card_creation - INFO - starting timer - Beginning Fielding calcs 2025-02-13 16:56:30,788 - card_creation - INFO - max fld: 100 / min fld: 9 2025-02-13 16:56:30,788 - card_creation - INFO - ending timer - Done Fielding calcs: 0.03s 2025-02-13 16:56:30,788 - card_creation - INFO - starting timer - Beginning Stamina calcs 2025-02-13 16:56:30,829 - card_creation - INFO - ending timer - Done Stamina calcs: 0.04s 2025-02-13 16:56:30,829 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-13 16:56:30,859 - card_creation - INFO - ending timer - Done H/9 calcs: 0.03s 2025-02-13 16:56:30,859 - card_creation - INFO - starting timer - Beginning H/9 calcs 2025-02-13 16:56:30,888 - card_creation - INFO - ending timer - Done H/9 calcs: 0.03s 2025-02-13 16:56:30,888 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-13 16:56:30,919 - card_creation - INFO - ending timer - Done BB/9 calcs: 0.03s 2025-02-13 16:56:30,919 - card_creation - INFO - starting timer - Beginning BB/9 calcs 2025-02-13 16:56:30,960 - card_creation - INFO - ending timer - Done HR/9 calcs: 0.04s 2025-02-13 16:56:30,960 - card_creation - INFO - starting timer - Beginning Rating calcs 2025-02-13 16:56:31,045 - card_creation - INFO - ending timer - Done Rating calcs: 0.08s 2025-02-13 16:56:31,045 - card_creation - INFO - starting timer - Beginning write csv 2025-02-13 16:56:31,074 - card_creation - INFO - ending timer - Done writing to file: 0.03s 2025-02-13 16:56:31,074 - card_creation - INFO - ending timer - Completed pitching scouting: 0.47s 2025-02-13 16:56:31,074 - card_creation - INFO - starting timer - Beginning ratings guide 2025-02-13 16:56:31,075 - card_creation - INFO - starting timer - Beginning Ratings filtering 2025-02-13 16:56:31,076 - card_creation - INFO - ending timer - Done filtering ratings: 0.00s 2025-02-13 16:56:31,076 - card_creation - INFO - starting timer - Beginning write to file 2025-02-13 16:56:31,225 - card_creation - INFO - ending timer - Done writing to file: 0.15s 2025-02-13 16:56:31,226 - card_creation - INFO - ending timer - Completed ratings guide: 0.15s 2025-02-13 16:56:31,226 - card_creation - INFO - ending timer - Total pitcher scouting: 31.32s 2025-02-16 15:46:44,732 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,733 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,734 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,734 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,735 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,735 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,736 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,736 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,737 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,737 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,738 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,738 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,738 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,738 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,738 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:44,739 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,739 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,739 - card_creation - ERROR - Adding 0.24999999999999822 results to all other ob 2025-02-16 15:46:44,740 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,740 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,742 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,742 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,742 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,742 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,743 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,743 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,743 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,743 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,744 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,744 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,745 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,745 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,745 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,745 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,746 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,747 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,748 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,748 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,748 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,748 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,748 - card_creation - ERROR - Adding 5.55 results to all other ob 2025-02-16 15:46:44,749 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:44,749 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,749 - card_creation - ERROR - Adding 0.399999999999995 results to all other ob 2025-02-16 15:46:44,750 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,750 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,750 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,750 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,750 - card_creation - ERROR - Adding 1.3 results to all other ob 2025-02-16 15:46:44,751 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,751 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,751 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,751 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,752 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:44,752 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,753 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,753 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,754 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,754 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,754 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,754 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,754 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,755 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,755 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,755 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,755 - card_creation - ERROR - Adding 0.49999999999999867 results to triples 2025-02-16 15:46:44,756 - card_creation - ERROR - Adding 0.5 strikeouts to close gap 2025-02-16 15:46:44,756 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,756 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,757 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,757 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,757 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,757 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,758 - card_creation - ERROR - Adding 0.3999999999999986 results to all other ob 2025-02-16 15:46:44,758 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,758 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,758 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,758 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,759 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,759 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,760 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,760 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,760 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,760 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,761 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,761 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,761 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,761 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,762 - card_creation - ERROR - Adding 8.800000000000002 results to all other ob 2025-02-16 15:46:44,762 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,762 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,762 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,763 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,763 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,763 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,763 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,765 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,765 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,765 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,766 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,766 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,767 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,767 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,767 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-16 15:46:44,768 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,769 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,769 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,769 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,769 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,769 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:44,770 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,770 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,771 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,771 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,772 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,772 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,772 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,772 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,772 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,773 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,773 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,773 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,774 - card_creation - ERROR - Adding 7.105427357601002e-15 results to all other ob 2025-02-16 15:46:44,774 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,774 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,774 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,774 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,775 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 15:46:44,775 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,775 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,776 - card_creation - ERROR - Adding 0.4499999999999993 results to triples 2025-02-16 15:46:44,776 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,777 - card_creation - ERROR - Adding 0.40000000000000036 results to triples 2025-02-16 15:46:44,777 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,778 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,778 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,778 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,778 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,779 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-16 15:46:44,779 - card_creation - ERROR - Adding 0.3500000000000023 results to triples 2025-02-16 15:46:44,779 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,780 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,780 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,780 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,780 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,781 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,781 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,781 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,781 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,782 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 15:46:44,782 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,783 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,783 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,783 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,784 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,784 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,784 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,784 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,785 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,785 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,785 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,785 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,785 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,786 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,786 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:44,786 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,787 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,787 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,787 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:44,788 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,788 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,788 - card_creation - ERROR - Adding 0.05000000000000426 results to triples 2025-02-16 15:46:44,789 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,789 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,789 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,790 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-16 15:46:44,790 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,790 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,790 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,791 - card_creation - ERROR - Adding 0.20000000000000195 results to triples 2025-02-16 15:46:44,791 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,791 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,791 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,792 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,792 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,794 - card_creation - ERROR - Adding 0.4000000000000057 results to triples 2025-02-16 15:46:44,794 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,795 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,795 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,795 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,795 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,796 - card_creation - ERROR - Adding 0.9000000000000001 results to all other ob 2025-02-16 15:46:44,796 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,796 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,796 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,796 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,797 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 15:46:44,797 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,797 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,797 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,798 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,798 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,799 - card_creation - ERROR - Adding 0.1999999999999993 results to all other ob 2025-02-16 15:46:44,799 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:44,800 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,800 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,800 - card_creation - ERROR - Adding 0.2500000000000018 results to all other ob 2025-02-16 15:46:44,801 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,801 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,801 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,801 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,802 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,802 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,802 - card_creation - ERROR - Adding 0.40000000000000036 results to triples 2025-02-16 15:46:44,803 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,803 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,803 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,803 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 15:46:44,806 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,806 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,807 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:44,807 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,807 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,807 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,807 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-16 15:46:44,808 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,808 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,808 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,809 - card_creation - ERROR - Adding 0.40000000000000213 results to all other ob 2025-02-16 15:46:44,810 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,810 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,810 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,810 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,811 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,811 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,811 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,811 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,812 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,812 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,813 - card_creation - ERROR - Adding 0.20000000000000284 results to triples 2025-02-16 15:46:44,813 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,813 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,813 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,814 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-16 15:46:44,814 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,815 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,815 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,817 - card_creation - ERROR - Adding 0.09999999999999964 results to all other ob 2025-02-16 15:46:44,817 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,817 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,817 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,817 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,818 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,818 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,819 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,819 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,820 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,820 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,820 - card_creation - ERROR - Adding 0.29999999999999716 results to all other ob 2025-02-16 15:46:44,820 - card_creation - ERROR - Adding 0.35000000000000053 results to triples 2025-02-16 15:46:44,821 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,821 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-16 15:46:44,822 - card_creation - ERROR - Adding 5.329070518200751e-15 results to triples 2025-02-16 15:46:44,822 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,822 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,823 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,823 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,823 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,823 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,824 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,824 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,826 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,826 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,826 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,826 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,826 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,827 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 15:46:44,827 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,827 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,828 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:44,828 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:44,828 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,829 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,829 - card_creation - ERROR - Adding 0.20000000000000284 results to all other ob 2025-02-16 15:46:44,829 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-16 15:46:44,829 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,831 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,831 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,831 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,831 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,832 - card_creation - ERROR - Adding 0.4499999999999984 results to triples 2025-02-16 15:46:44,832 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,832 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,833 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,834 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,834 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,834 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,834 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,834 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,834 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,835 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,835 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,835 - card_creation - ERROR - Adding 0.399999999999995 results to all other ob 2025-02-16 15:46:44,836 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 15:46:44,836 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,836 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,837 - card_creation - ERROR - Adding 0.4500000000000002 results to triples 2025-02-16 15:46:44,837 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,837 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,837 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,838 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,838 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,838 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,838 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,839 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,839 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,839 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,839 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,840 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-16 15:46:44,840 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,841 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,841 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,841 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,841 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,842 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:44,842 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,842 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,842 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,843 - card_creation - ERROR - Adding 0.29999999999999893 results to triples 2025-02-16 15:46:44,843 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,843 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,843 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,844 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 15:46:44,845 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,845 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,845 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,846 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,846 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,846 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,846 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,846 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,847 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,847 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,847 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,847 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,848 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,848 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,848 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,848 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,849 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,849 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,850 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,850 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,850 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,850 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,852 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,852 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,852 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,852 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,852 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,853 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 15:46:44,853 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,853 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,853 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,854 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:44,855 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,855 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,856 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,856 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,856 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,856 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,857 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-16 15:46:44,858 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-16 15:46:44,858 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,859 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,859 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,859 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,859 - card_creation - ERROR - Adding 0.15000000000000124 results to all other ob 2025-02-16 15:46:44,859 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,860 - card_creation - ERROR - Adding 0.40000000000000213 results to triples 2025-02-16 15:46:44,861 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,861 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,861 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,862 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,862 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,862 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,863 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,863 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,863 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,863 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,864 - card_creation - ERROR - Adding 2.599999999999999 results to all other ob 2025-02-16 15:46:44,864 - card_creation - ERROR - Adding 0.1999999999999984 results to triples 2025-02-16 15:46:44,864 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,864 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,865 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:44,865 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 15:46:44,865 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,866 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,867 - card_creation - ERROR - Adding 0.05000000000000249 results to all other ob 2025-02-16 15:46:44,867 - card_creation - ERROR - Adding 2.6645352591003757e-15 chances to all_outs 2025-02-16 15:46:44,867 - card_creation - ERROR - Have surplus of 0.75 chances 2025-02-16 15:46:44,867 - card_creation - ERROR - Subtracting 0.75 strikeouts to close gap 2025-02-16 15:46:44,868 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,869 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,869 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,870 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,870 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,870 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,870 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,871 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,871 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,872 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:44,872 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:44,872 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,873 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,873 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,873 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,874 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,874 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,875 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,875 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,875 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,875 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,875 - card_creation - ERROR - Adding 0.10000000000000053 results to all other ob 2025-02-16 15:46:44,876 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 15:46:44,876 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 15:46:44,876 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,876 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,877 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,877 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,878 - card_creation - ERROR - Adding 0.24999999999999822 results to triples 2025-02-16 15:46:44,879 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,879 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,879 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 15:46:44,910 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,910 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,910 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,910 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,911 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:44,911 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:44,911 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,911 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,912 - card_creation - ERROR - Adding 0.05000000000000071 results to all other ob 2025-02-16 15:46:44,912 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,912 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,913 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 15:46:44,914 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,914 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,914 - card_creation - ERROR - Adding 0.29999999999999716 results to triples 2025-02-16 15:46:44,915 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,915 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,915 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,916 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,916 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,916 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,916 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,917 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,917 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,917 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,917 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,917 - card_creation - ERROR - Adding 0.4999999999999991 results to all other ob 2025-02-16 15:46:44,918 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,918 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,918 - card_creation - ERROR - Adding 0.09999999999999964 results to triples 2025-02-16 15:46:44,919 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,919 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,919 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,920 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,920 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,921 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,921 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,922 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,922 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,922 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:44,923 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,923 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,923 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 15:46:44,925 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,925 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,925 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,925 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,926 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,926 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,926 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,926 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,926 - card_creation - ERROR - Adding 0.40000000000000036 results to all other ob 2025-02-16 15:46:44,928 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,928 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,928 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,928 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,929 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,929 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,930 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,931 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,931 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,931 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:44,931 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:44,932 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-16 15:46:44,932 - card_creation - ERROR - Adding 0.25000000000000355 results to triples 2025-02-16 15:46:44,933 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 15:46:44,934 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,934 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,934 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,934 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,934 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,935 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,935 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,935 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,935 - card_creation - ERROR - Adding 9.45 results to all other ob 2025-02-16 15:46:44,936 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,936 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,937 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,937 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,938 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,938 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,939 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:44,939 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,940 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,940 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,940 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,940 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,941 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:44,941 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:44,942 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,942 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,943 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,943 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,943 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,943 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,943 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,943 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,944 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 15:46:44,945 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,945 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,945 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,945 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,946 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,946 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,946 - card_creation - ERROR - Adding 7.105427357601002e-15 results to all other ob 2025-02-16 15:46:44,946 - card_creation - ERROR - Adding 0.1000000000000032 results to triples 2025-02-16 15:46:44,946 - card_creation - ERROR - Adding 7.105427357601002e-15 chances to all_outs 2025-02-16 15:46:44,947 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,948 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,948 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,948 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,948 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,949 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,949 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,949 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,949 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,949 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:44,949 - card_creation - ERROR - Adding 0.049999999999998934 results to all other ob 2025-02-16 15:46:44,949 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,950 - card_creation - ERROR - Adding 0.35000000000000053 results to all other ob 2025-02-16 15:46:44,951 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,951 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,951 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,951 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,952 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,952 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,953 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,953 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,953 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,953 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,954 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,954 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,954 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,954 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,955 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 15:46:44,955 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,955 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,956 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 15:46:44,956 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-16 15:46:44,957 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,957 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,958 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,958 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,959 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,959 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,960 - card_creation - ERROR - Adding 0.14999999999999858 results to all other ob 2025-02-16 15:46:44,961 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,961 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,961 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,961 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,962 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-16 15:46:44,962 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-16 15:46:44,963 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,964 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,964 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,964 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,964 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,964 - card_creation - ERROR - Adding 0.09999999999999964 results to triples 2025-02-16 15:46:44,965 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,965 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,965 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,966 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,966 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,966 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,966 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,967 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,967 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,967 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,967 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,967 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:44,968 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,968 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,968 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,968 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,969 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,969 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,969 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,969 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,970 - card_creation - ERROR - Adding 0.4999999999999991 results to all other ob 2025-02-16 15:46:44,971 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,972 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-16 15:46:44,972 - card_creation - ERROR - Adding 0.09999999999999876 results to triples 2025-02-16 15:46:44,972 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,973 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:44,973 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:44,973 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,973 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,974 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,974 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,974 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,974 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,975 - card_creation - ERROR - Adding 0.1999999999999975 results to all other ob 2025-02-16 15:46:44,975 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 15:46:44,975 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,976 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,976 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,976 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:44,976 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:44,977 - card_creation - ERROR - Adding 0.400000000000003 results to all other ob 2025-02-16 15:46:44,977 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,977 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,977 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,978 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,978 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:44,978 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,978 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,979 - card_creation - ERROR - Adding 3.599999999999999 results to all other ob 2025-02-16 15:46:44,979 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,979 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,980 - card_creation - ERROR - Adding 0.2999999999999998 results to all other ob 2025-02-16 15:46:44,980 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,980 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,981 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-16 15:46:44,981 - card_creation - ERROR - Adding 4.440892098500626e-16 results to all other ob 2025-02-16 15:46:44,982 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,982 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,982 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:44,982 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:44,983 - card_creation - ERROR - Adding 0.29999999999999805 results to triples 2025-02-16 15:46:44,983 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,984 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,984 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,984 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,984 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,985 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 15:46:44,986 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 15:46:44,986 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,986 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,988 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:44,988 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:44,988 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,988 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,988 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 15:46:44,989 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,989 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,990 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,990 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,990 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,990 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,992 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,992 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:44,992 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:44,992 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:44,992 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-16 15:46:44,992 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,993 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,993 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,994 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:44,994 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:44,994 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:44,995 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:44,996 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:44,996 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:44,996 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:44,996 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:44,997 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,997 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,997 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:44,997 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:44,998 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-16 15:46:44,998 - card_creation - ERROR - Adding 2.6645352591003757e-15 chances to all_outs 2025-02-16 15:46:44,999 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:44,999 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,000 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,000 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,000 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,000 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,001 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,001 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,001 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,001 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,002 - card_creation - ERROR - Adding 0.3999999999999986 results to triples 2025-02-16 15:46:45,002 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,002 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,002 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,003 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,003 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,003 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,003 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,004 - card_creation - ERROR - Adding 0.15000000000000124 results to all other ob 2025-02-16 15:46:45,004 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-16 15:46:45,004 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,005 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,005 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,006 - card_creation - ERROR - Adding 0.34999999999999964 results to triples 2025-02-16 15:46:45,006 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,006 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,006 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,007 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,007 - card_creation - ERROR - Adding 0.04999999999999982 results to all other ob 2025-02-16 15:46:45,007 - card_creation - ERROR - Adding 7.105427357601002e-15 chances to all_outs 2025-02-16 15:46:45,008 - card_creation - ERROR - Adding 0.6500000000000004 results to all other ob 2025-02-16 15:46:45,008 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 15:46:45,008 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,008 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,009 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,009 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,009 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,009 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,010 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,010 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,011 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,011 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,012 - card_creation - ERROR - Adding 0.40000000000000036 results to all other ob 2025-02-16 15:46:45,013 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,013 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,014 - card_creation - ERROR - Adding 7.105427357601002e-15 results to triples 2025-02-16 15:46:45,014 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,014 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,015 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,015 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,016 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,017 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,017 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,017 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,018 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,018 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,018 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,019 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,019 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,019 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,019 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 15:46:45,021 - card_creation - ERROR - Adding 0.2500000000000018 results to triples 2025-02-16 15:46:45,021 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,021 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,021 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 15:46:45,022 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,022 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,023 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,023 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,023 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,023 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,024 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,024 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,024 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,024 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,025 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,025 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,026 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:45,026 - card_creation - ERROR - Adding 0.25000000000000355 results to triples 2025-02-16 15:46:45,026 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 15:46:45,028 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,028 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,029 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-16 15:46:45,029 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,029 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,030 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,031 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,031 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,031 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,031 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,031 - card_creation - ERROR - Adding 0.29999999999999893 results to triples 2025-02-16 15:46:45,031 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,032 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,032 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-16 15:46:45,033 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,033 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,033 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 15:46:45,033 - card_creation - ERROR - Adding 0.2000000000000064 results to all other ob 2025-02-16 15:46:45,033 - card_creation - ERROR - Adding 6.217248937900877e-15 chances to all_outs 2025-02-16 15:46:45,034 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-16 15:46:45,034 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,036 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,036 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,036 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,036 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,037 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,037 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,037 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,037 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,038 - card_creation - ERROR - Adding 0.1999999999999993 results to all other ob 2025-02-16 15:46:45,038 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,038 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,040 - card_creation - ERROR - Have surplus of 0.6500000000000057 chances 2025-02-16 15:46:45,040 - card_creation - ERROR - Subtracting 0.6500000000000057 strikeouts to close gap 2025-02-16 15:46:45,040 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,040 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,041 - card_creation - ERROR - Adding 0.349999999999997 results to all other ob 2025-02-16 15:46:45,042 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,042 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,043 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,043 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,044 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 15:46:45,044 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,044 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,045 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,045 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,046 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,046 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,046 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,046 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,047 - card_creation - ERROR - Adding 3.2500000000000013 results to all other ob 2025-02-16 15:46:45,047 - card_creation - ERROR - Adding 0.049999999999998934 results to triples 2025-02-16 15:46:45,047 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,048 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,048 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,049 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,049 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,049 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,049 - card_creation - ERROR - Adding 0.29999999999999716 results to triples 2025-02-16 15:46:45,050 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,050 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,050 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,050 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,050 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,051 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,051 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,051 - card_creation - ERROR - Adding 0.09999999999999787 results to all other ob 2025-02-16 15:46:45,051 - card_creation - ERROR - Adding 0.2999999999999998 results to triples 2025-02-16 15:46:45,052 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,053 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,053 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,053 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 15:46:45,054 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,054 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,054 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,054 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,055 - card_creation - ERROR - Adding 0.05000000000000071 results to all other ob 2025-02-16 15:46:45,055 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 15:46:45,056 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,056 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,057 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,057 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,057 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,057 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,058 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,058 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,058 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,058 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,058 - card_creation - ERROR - Adding 0.4499999999999975 results to all other ob 2025-02-16 15:46:45,059 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,059 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,059 - card_creation - ERROR - Adding 0.10000000000000142 results to all other ob 2025-02-16 15:46:45,060 - card_creation - ERROR - Adding 0.09999999999999964 results to triples 2025-02-16 15:46:45,060 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,060 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,061 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,061 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,061 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,062 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,062 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,063 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,063 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,063 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,063 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,065 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,065 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,065 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,065 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,066 - card_creation - ERROR - Adding 0.1999999999999984 results to triples 2025-02-16 15:46:45,066 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,066 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,066 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,067 - card_creation - ERROR - Adding 0.9000000000000004 results to all other ob 2025-02-16 15:46:45,067 - card_creation - ERROR - Adding 4.440892098500626e-16 chances to all_outs 2025-02-16 15:46:45,068 - card_creation - ERROR - Adding 0.40000000000000213 results to triples 2025-02-16 15:46:45,068 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,068 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,068 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,069 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,069 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,069 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,069 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,070 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-16 15:46:45,070 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,070 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,070 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,071 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:45,071 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,071 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,073 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,073 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,074 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:45,074 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,074 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,074 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,074 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,075 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,075 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,075 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,075 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,076 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,076 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,076 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,076 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,077 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,077 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,077 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,077 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,078 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,078 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,078 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,078 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,080 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,080 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,080 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,080 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,081 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,081 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,081 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,081 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,081 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to triples 2025-02-16 15:46:45,082 - card_creation - ERROR - Adding 0.15000000000000213 results to all other ob 2025-02-16 15:46:45,082 - card_creation - ERROR - Adding 2.220446049250313e-15 chances to all_outs 2025-02-16 15:46:45,083 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,083 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,084 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,084 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,084 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-16 15:46:45,085 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,085 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,085 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 15:46:45,086 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,086 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,087 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,087 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,087 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,087 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,088 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,088 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,088 - card_creation - ERROR - Adding 0.3500000000000032 results to all other ob 2025-02-16 15:46:45,089 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,089 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,089 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,090 - card_creation - ERROR - Adding 0.05000000000000249 results to all other ob 2025-02-16 15:46:45,090 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,090 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 15:46:45,091 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,091 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,091 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,092 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,092 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,093 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,093 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,093 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,093 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,093 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,093 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,094 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,094 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,094 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 15:46:45,095 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,095 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,096 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,096 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,096 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,096 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,096 - card_creation - ERROR - Adding 1.2999999999999998 results to all other ob 2025-02-16 15:46:45,096 - card_creation - ERROR - Adding 0.09999999999999432 results to all other ob 2025-02-16 15:46:45,098 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,098 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,098 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,098 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,099 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,099 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,100 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,100 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,100 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,100 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,101 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,101 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,102 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-16 15:46:45,102 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,102 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,103 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,103 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,103 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,103 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,104 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 15:46:45,104 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,104 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,105 - card_creation - ERROR - Adding 1.6 results to all other ob 2025-02-16 15:46:45,105 - card_creation - ERROR - Adding 0.4499999999999975 results to triples 2025-02-16 15:46:45,105 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,105 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,105 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,106 - card_creation - ERROR - Adding 2.95 results to all other ob 2025-02-16 15:46:45,106 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,106 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,107 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,107 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,107 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,107 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,108 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 15:46:45,108 - card_creation - ERROR - Adding 0.399999999999995 results to triples 2025-02-16 15:46:45,108 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,108 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,109 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,109 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,110 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,110 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,110 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,110 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,111 - card_creation - ERROR - Adding 0.40000000000000036 results to all other ob 2025-02-16 15:46:45,111 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,111 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,112 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,112 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,113 - card_creation - ERROR - Adding 0.09999999999999787 results to triples 2025-02-16 15:46:45,113 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,113 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,113 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,114 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,114 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 15:46:45,114 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,114 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,115 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,115 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,116 - card_creation - ERROR - Adding 2.8999999999999995 results to all other ob 2025-02-16 15:46:45,116 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-16 15:46:45,116 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,116 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,116 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,117 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,117 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,118 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,118 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,119 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,119 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,120 - card_creation - ERROR - Adding 0.1499999999999968 results to all other ob 2025-02-16 15:46:45,121 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,121 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,121 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,121 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,122 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,122 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,122 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,122 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,123 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,123 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,124 - card_creation - ERROR - Adding 0.04999999999999982 results to all other ob 2025-02-16 15:46:45,124 - card_creation - ERROR - Adding 0.10000000000000142 results to all other ob 2025-02-16 15:46:45,124 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,125 - card_creation - ERROR - Adding 0.5 chances to all_outs 2025-02-16 15:46:45,126 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,126 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,126 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,126 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,127 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,127 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,127 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,127 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,128 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-16 15:46:45,128 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,128 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,128 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,129 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,129 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,130 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,130 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,131 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,131 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,132 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,132 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,132 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,132 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,133 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,133 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,133 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,133 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,134 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,134 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,135 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,135 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,135 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,135 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,136 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-16 15:46:45,136 - card_creation - ERROR - Adding 0.20000000000000018 results to triples 2025-02-16 15:46:45,136 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,137 - card_creation - ERROR - Adding 7.950000000000001 results to all other ob 2025-02-16 15:46:45,137 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,137 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,137 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,138 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,138 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,139 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,139 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,139 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 15:46:45,139 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 15:46:45,140 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 15:46:45,140 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,140 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,142 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,142 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,142 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,142 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,143 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,143 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,143 - card_creation - ERROR - Adding 0.14999999999999503 results to all other ob 2025-02-16 15:46:45,143 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,143 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,144 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,144 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,145 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,145 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,145 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,145 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,146 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,146 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,146 - card_creation - ERROR - Adding 0.25000000000000355 results to all other ob 2025-02-16 15:46:45,146 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,148 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,148 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,148 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,148 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,150 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,150 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,150 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,150 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,150 - card_creation - ERROR - Adding 2.6999999999999997 results to all other ob 2025-02-16 15:46:45,151 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 15:46:45,151 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 15:46:45,151 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,151 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,151 - card_creation - ERROR - Adding 3.6500000000000004 results to all other ob 2025-02-16 15:46:45,152 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,152 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,153 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 15:46:45,153 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 15:46:45,153 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 15:46:45,153 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 15:46:45,153 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 15:46:45,153 - card_creation - ERROR - Adding 0.050000000000000266 results to all other ob 2025-02-16 15:46:45,153 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 15:46:45,155 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,155 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,156 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:45,156 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,157 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,158 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,158 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,158 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 15:46:45,158 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 15:46:45,158 - card_creation - ERROR - Adding 3.6500000000000004 results to all other ob 2025-02-16 15:46:45,158 - card_creation - ERROR - Adding 0.0 chances to all_outs 2025-02-16 15:46:45,159 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 15:46:45,159 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 15:46:45,159 - card_creation - ERROR - Adding 3.999999999999999 results to all other ob 2025-02-16 15:46:45,160 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,160 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,161 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,161 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,162 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 15:46:45,162 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 15:46:45,163 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 15:46:45,163 - card_creation - ERROR - Adding 2.3000000000000007 results to all other ob 2025-02-16 15:46:45,163 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 15:46:45,163 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 15:46:45,166 - card_creation - ERROR - Adding 1.6500000000000004 results to all other ob 2025-02-16 15:46:45,168 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,168 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,168 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,168 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,169 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,169 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,169 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 15:46:45,169 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 15:46:45,170 - card_creation - ERROR - Adding 3.0500000000000007 results to all other ob 2025-02-16 15:46:45,170 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 15:46:45,170 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 15:46:45,170 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 15:46:45,171 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 15:46:45,171 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 15:46:45,171 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 15:46:45,171 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 15:46:45,171 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 15:46:45,188 - card_creation - INFO - Running 2b stats for Chuck Knoblauch 2025-02-16 15:46:45,188 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 15:46:45,189 - card_creation - INFO - Running ss stats for Derek Jeter 2025-02-16 15:46:45,189 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 15:46:45,189 - card_creation - INFO - pos: rf / tz_runs: 11 2025-02-16 15:46:45,189 - card_creation - INFO - pos: cf / tz_runs: -14 2025-02-16 15:46:45,189 - card_creation - INFO - Running 1b stats for Darin Erstad 2025-02-16 15:46:45,189 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,189 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,189 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,189 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-16 15:46:45,189 - card_creation - INFO - Running 1b stats for Dave Hollins 2025-02-16 15:46:45,189 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,189 - card_creation - INFO - Running 3b stats for Dave Hollins 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 3b / tz_runs: -19 () 2025-02-16 15:46:45,190 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,190 - card_creation - INFO - Running 1b stats for Cecil Fielder 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 1b / tz_runs: -10 () 2025-02-16 15:46:45,190 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,190 - card_creation - INFO - pos: rf / tz_runs: -5 2025-02-16 15:46:45,190 - card_creation - INFO - Running 1b stats for Tino Martinez 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 1b / tz_runs: 4 () 2025-02-16 15:46:45,190 - card_creation - INFO - pos: lf / tz_runs: 8 2025-02-16 15:46:45,190 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,190 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,190 - card_creation - INFO - Running 1b stats for Scott Brosius 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,190 - card_creation - INFO - Running 3b stats for Scott Brosius 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 15:46:45,190 - card_creation - INFO - Running 2b stats for Norberto Martin 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 2b / tz_runs: 8 () 2025-02-16 15:46:45,190 - card_creation - INFO - Running 3b stats for Norberto Martin 2025-02-16 15:46:45,190 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,190 - card_creation - INFO - Running ss stats for Norberto Martin 2025-02-16 15:46:45,190 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 15:46:45,191 - card_creation - INFO - Running ss stats for Gary Disarcina 2025-02-16 15:46:45,191 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-16 15:46:45,191 - card_creation - INFO - pos: lf / tz_runs: -6 2025-02-16 15:46:45,191 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,191 - card_creation - INFO - Running 1b stats for Phil Nevin 2025-02-16 15:46:45,191 - card_creation - INFO - Running 1b stats for Jorge Posada 2025-02-16 15:46:45,191 - card_creation - INFO - pos: cf / tz_runs: 19 2025-02-16 15:46:45,191 - card_creation - INFO - Running ss stats for Omar Vizquel 2025-02-16 15:46:45,192 - card_creation - INFO - pos: ss / tz_runs: 9 () 2025-02-16 15:46:45,192 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,192 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,192 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,192 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-16 15:46:45,192 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-16 15:46:45,192 - card_creation - INFO - Running 3b stats for Travis Fryman 2025-02-16 15:46:45,192 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-16 15:46:45,192 - card_creation - INFO - Running ss stats for Travis Fryman 2025-02-16 15:46:45,192 - card_creation - INFO - pos: lf / tz_runs: 19 2025-02-16 15:46:45,192 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,192 - card_creation - INFO - Running 2b stats for Shawon Dunston 2025-02-16 15:46:45,192 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 15:46:45,192 - card_creation - INFO - Running ss stats for Shawon Dunston 2025-02-16 15:46:45,192 - card_creation - INFO - pos: ss / tz_runs: -5 () 2025-02-16 15:46:45,192 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,193 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 15:46:45,193 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,193 - card_creation - INFO - Running 1b stats for Craig Shipley 2025-02-16 15:46:45,193 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running 2b stats for Craig Shipley 2025-02-16 15:46:45,193 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running 3b stats for Craig Shipley 2025-02-16 15:46:45,193 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running ss stats for Craig Shipley 2025-02-16 15:46:45,193 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running ss stats for Nomar Garciaparra 2025-02-16 15:46:45,193 - card_creation - INFO - pos: ss / tz_runs: 11 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running 3b stats for John Valentin 2025-02-16 15:46:45,193 - card_creation - INFO - pos: 3b / tz_runs: 21 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running 1b stats for Mo Vaughn 2025-02-16 15:46:45,193 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running 1b stats for Jim Leyritz 2025-02-16 15:46:45,193 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 15:46:45,193 - card_creation - INFO - Running 3b stats for Jim Leyritz 2025-02-16 15:46:45,194 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 15:46:45,194 - card_creation - INFO - Running 1b stats for Mike Benjamin 2025-02-16 15:46:45,194 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 15:46:45,194 - card_creation - INFO - Running 2b stats for Mike Benjamin 2025-02-16 15:46:45,194 - card_creation - INFO - pos: 2b / tz_runs: 7 () 2025-02-16 15:46:45,194 - card_creation - INFO - Running 3b stats for Mike Benjamin 2025-02-16 15:46:45,194 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 15:46:45,194 - card_creation - INFO - Running ss stats for Mike Benjamin 2025-02-16 15:46:45,194 - card_creation - INFO - pos: ss / tz_runs: 6 () 2025-02-16 15:46:45,194 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,194 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-16 15:46:45,194 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,194 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,194 - card_creation - INFO - Running 1b stats for Reggie Jefferson 2025-02-16 15:46:45,194 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,195 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,195 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 15:46:45,195 - card_creation - INFO - pos: rf / tz_runs: 12 2025-02-16 15:46:45,195 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 15:46:45,195 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 15:46:45,195 - card_creation - INFO - pos: rf / tz_runs: 8 2025-02-16 15:46:45,195 - card_creation - INFO - Running 3b stats for Wade Boggs 2025-02-16 15:46:45,195 - card_creation - INFO - pos: 3b / tz_runs: 5 () 2025-02-16 15:46:45,195 - card_creation - INFO - Running 1b stats for Fred McGriff 2025-02-16 15:46:45,195 - card_creation - INFO - pos: 1b / tz_runs: 9 () 2025-02-16 15:46:45,195 - card_creation - INFO - Running 1b stats for Paul Sorrento 2025-02-16 15:46:45,195 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 15:46:45,195 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,195 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,195 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,195 - card_creation - INFO - pos: rf / tz_runs: 3 2025-02-16 15:46:45,196 - card_creation - INFO - Running ss stats for Kevin Stocker 2025-02-16 15:46:45,196 - card_creation - INFO - pos: ss / tz_runs: 15 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running 2b stats for Miguel Cairo 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 2b / tz_runs: 22 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running 2b stats for Bob Smith 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running 3b stats for Bob Smith 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running ss stats for Bob Smith 2025-02-16 15:46:45,196 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 15:46:45,196 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,196 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,196 - card_creation - INFO - Running 1b stats for Aaron Ledesma 2025-02-16 15:46:45,196 - card_creation - INFO - Running 2b stats for Aaron Ledesma 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running 3b stats for Aaron Ledesma 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running ss stats for Aaron Ledesma 2025-02-16 15:46:45,196 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-16 15:46:45,196 - card_creation - INFO - Running 2b stats for Roberto Alomar 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 2b / tz_runs: 11 () 2025-02-16 15:46:45,196 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 15:46:45,196 - card_creation - INFO - Running 1b stats for Joe Carter 2025-02-16 15:46:45,196 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 15:46:45,196 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,197 - card_creation - INFO - pos: rf / tz_runs: -10 2025-02-16 15:46:45,197 - card_creation - INFO - Running 1b stats for Rafael Palmeiro 2025-02-16 15:46:45,197 - card_creation - INFO - pos: 1b / tz_runs: 16 () 2025-02-16 15:46:45,197 - card_creation - INFO - Running 3b stats for Cal Ripken 2025-02-16 15:46:45,197 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,197 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,197 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,197 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,197 - card_creation - INFO - Running ss stats for Mike Bordick 2025-02-16 15:46:45,197 - card_creation - INFO - pos: ss / tz_runs: 14 () 2025-02-16 15:46:45,197 - card_creation - INFO - Running 2b stats for Ozzie Guillen 2025-02-16 15:46:45,197 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,197 - card_creation - INFO - Running ss stats for Ozzie Guillen 2025-02-16 15:46:45,197 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 15:46:45,197 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-16 15:46:45,197 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,197 - card_creation - INFO - Running 1b stats for Chris Hoiles 2025-02-16 15:46:45,197 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,197 - card_creation - INFO - Running 2b stats for Ray Durham 2025-02-16 15:46:45,197 - card_creation - INFO - pos: 2b / tz_runs: -11 () 2025-02-16 15:46:45,197 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-16 15:46:45,197 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,198 - card_creation - INFO - Running 1b stats for Frank Thomas 2025-02-16 15:46:45,198 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-16 15:46:45,198 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 15:46:45,198 - card_creation - INFO - Running 3b stats for Robin Ventura 2025-02-16 15:46:45,198 - card_creation - INFO - pos: 3b / tz_runs: 33 () 2025-02-16 15:46:45,198 - card_creation - INFO - Running 1b stats for Wil Cordero 2025-02-16 15:46:45,198 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 15:46:45,198 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,198 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,198 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,198 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-16 15:46:45,198 - card_creation - INFO - Running ss stats for Mike Caruso 2025-02-16 15:46:45,198 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,198 - card_creation - INFO - Running 1b stats for Chris Snopek 2025-02-16 15:46:45,198 - card_creation - INFO - Running 2b stats for Chris Snopek 2025-02-16 15:46:45,198 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,198 - card_creation - INFO - Running ss stats for Chris Snopek 2025-02-16 15:46:45,198 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 15:46:45,199 - card_creation - INFO - Running 1b stats for Greg Norton 2025-02-16 15:46:45,199 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,199 - card_creation - INFO - Running 3b stats for Greg Norton 2025-02-16 15:46:45,199 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-16 15:46:45,199 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,199 - card_creation - INFO - pos: cf / tz_runs: -6 2025-02-16 15:46:45,199 - card_creation - INFO - pos: rf / tz_runs: -10 2025-02-16 15:46:45,199 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,199 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 15:46:45,199 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 15:46:45,199 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,199 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,199 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,199 - card_creation - INFO - Running 1b stats for Carlos Delgado 2025-02-16 15:46:45,199 - card_creation - INFO - pos: 1b / tz_runs: 8 () 2025-02-16 15:46:45,199 - card_creation - INFO - Running 1b stats for Mike Stanley 2025-02-16 15:46:45,199 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,199 - card_creation - INFO - Running 3b stats for Ed Sprague 2025-02-16 15:46:45,199 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-16 15:46:45,199 - card_creation - INFO - Running 2b stats for Tony Fernandez 2025-02-16 15:46:45,199 - card_creation - INFO - pos: 2b / tz_runs: -8 () 2025-02-16 15:46:45,200 - card_creation - INFO - Running 3b stats for Tony Fernandez 2025-02-16 15:46:45,200 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,200 - card_creation - INFO - Running ss stats for Alex Gonzalez 2025-02-16 15:46:45,200 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 15:46:45,200 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,200 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 15:46:45,200 - card_creation - INFO - pos: cf / tz_runs: 17 2025-02-16 15:46:45,200 - card_creation - INFO - Running 1b stats for Joe Randa 2025-02-16 15:46:45,200 - card_creation - INFO - Running 2b stats for Joe Randa 2025-02-16 15:46:45,200 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,200 - card_creation - INFO - Running 3b stats for Joe Randa 2025-02-16 15:46:45,200 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 15:46:45,200 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 15:46:45,200 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,200 - card_creation - INFO - Running 1b stats for Tony Clark 2025-02-16 15:46:45,200 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,200 - card_creation - INFO - Running 2b stats for Damion Easley 2025-02-16 15:46:45,200 - card_creation - INFO - pos: 2b / tz_runs: 16 () 2025-02-16 15:46:45,200 - card_creation - INFO - Running ss stats for Damion Easley 2025-02-16 15:46:45,200 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 15:46:45,201 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,201 - card_creation - INFO - Running 1b stats for Joe Oliver 2025-02-16 15:46:45,201 - card_creation - INFO - Running ss stats for Deivi Cruz 2025-02-16 15:46:45,201 - card_creation - INFO - pos: ss / tz_runs: 15 () 2025-02-16 15:46:45,201 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,201 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-16 15:46:45,201 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,201 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-16 15:46:45,201 - card_creation - INFO - pos: rf / tz_runs: -21 2025-02-16 15:46:45,201 - card_creation - INFO - Running 1b stats for Mike Blowers 2025-02-16 15:46:45,201 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,201 - card_creation - INFO - Running 3b stats for Mike Blowers 2025-02-16 15:46:45,201 - card_creation - INFO - pos: 3b / tz_runs: -9 () 2025-02-16 15:46:45,201 - card_creation - INFO - Running 1b stats for Jason Giambi 2025-02-16 15:46:45,201 - card_creation - INFO - pos: 1b / tz_runs: -9 () 2025-02-16 15:46:45,201 - card_creation - INFO - Running 2b stats for Kurt Abbott 2025-02-16 15:46:45,201 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,201 - card_creation - INFO - Running 3b stats for Kurt Abbott 2025-02-16 15:46:45,201 - card_creation - INFO - Running ss stats for Kurt Abbott 2025-02-16 15:46:45,201 - card_creation - INFO - pos: ss / tz_runs: -10 () 2025-02-16 15:46:45,201 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,202 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,202 - card_creation - INFO - Running 2b stats for Scott Spiezio 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 2b / tz_runs: -9 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running 2b stats for Rafael Bournigal 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running ss stats for Rafael Bournigal 2025-02-16 15:46:45,202 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running 2b stats for Justin Baughman 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running ss stats for Justin Baughman 2025-02-16 15:46:45,202 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,202 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,202 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,202 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,202 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-16 15:46:45,202 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,202 - card_creation - INFO - Running 2b stats for Todd Walker 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 2b / tz_runs: -23 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running 2b stats for Brent Gates 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,202 - card_creation - INFO - Running 3b stats for Brent Gates 2025-02-16 15:46:45,202 - card_creation - INFO - pos: 3b / tz_runs: -5 () 2025-02-16 15:46:45,203 - card_creation - INFO - Running 1b stats for Paul Molitor 2025-02-16 15:46:45,203 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-16 15:46:45,203 - card_creation - INFO - pos: lf / tz_runs: -15 2025-02-16 15:46:45,203 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 15:46:45,203 - card_creation - INFO - pos: cf / tz_runs: -10 2025-02-16 15:46:45,203 - card_creation - INFO - pos: rf / tz_runs: 7 2025-02-16 15:46:45,203 - card_creation - INFO - Running ss stats for Pat Meares 2025-02-16 15:46:45,203 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 15:46:45,203 - card_creation - INFO - Running 1b stats for Denny Hocking 2025-02-16 15:46:45,203 - card_creation - INFO - Running 2b stats for Denny Hocking 2025-02-16 15:46:45,203 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 15:46:45,203 - card_creation - INFO - Running 3b stats for Denny Hocking 2025-02-16 15:46:45,203 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 15:46:45,203 - card_creation - INFO - Running ss stats for Denny Hocking 2025-02-16 15:46:45,203 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,203 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,203 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,203 - card_creation - INFO - Running 1b stats for Ron Coomer 2025-02-16 15:46:45,203 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,203 - card_creation - INFO - Running 3b stats for Ron Coomer 2025-02-16 15:46:45,203 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-16 15:46:45,203 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 15:46:45,203 - card_creation - INFO - pos: rf / tz_runs: -9 2025-02-16 15:46:45,203 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,203 - card_creation - INFO - pos: cf / tz_runs: -10 2025-02-16 15:46:45,203 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,203 - card_creation - INFO - Running 2b stats for Jose Offerman 2025-02-16 15:46:45,203 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running 1b stats for Hal Morris 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 15:46:45,204 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,204 - card_creation - INFO - Running 3b stats for Dean Palmer 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running 1b stats for Jeff King 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 1b / tz_runs: 8 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running 3b stats for Jeff King 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running 1b stats for Jeff Conine 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 15:46:45,204 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,204 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,204 - card_creation - INFO - pos: rf / tz_runs: 6 2025-02-16 15:46:45,204 - card_creation - INFO - Running 1b stats for Sal Fasano 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running 2b stats for Shane Halter 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running 3b stats for Shane Halter 2025-02-16 15:46:45,204 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,204 - card_creation - INFO - Running ss stats for Shane Halter 2025-02-16 15:46:45,204 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-16 15:46:45,204 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,204 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,204 - card_creation - INFO - Running ss stats for Neifi Perez 2025-02-16 15:46:45,204 - card_creation - INFO - pos: ss / tz_runs: -8 () 2025-02-16 15:46:45,204 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,205 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,205 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,205 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-16 15:46:45,205 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,205 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-16 15:46:45,205 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-16 15:46:45,205 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,205 - card_creation - INFO - pos: cf / tz_runs: -11 2025-02-16 15:46:45,205 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,205 - card_creation - INFO - Running 1b stats for Todd Helton 2025-02-16 15:46:45,205 - card_creation - INFO - pos: 1b / tz_runs: 9 () 2025-02-16 15:46:45,205 - card_creation - INFO - Running 2b stats for Mike Lansing 2025-02-16 15:46:45,205 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 15:46:45,205 - card_creation - INFO - Running 2b stats for Joey Cora 2025-02-16 15:46:45,205 - card_creation - INFO - pos: 2b / tz_runs: -5 () 2025-02-16 15:46:45,205 - card_creation - INFO - Running ss stats for Alex Rodriguez 2025-02-16 15:46:45,205 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-16 15:46:45,205 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 15:46:45,205 - card_creation - INFO - pos: rf / tz_runs: -8 2025-02-16 15:46:45,206 - card_creation - INFO - Running 1b stats for David Segui 2025-02-16 15:46:45,206 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 15:46:45,206 - card_creation - INFO - Running 1b stats for Edgar Martinez 2025-02-16 15:46:45,206 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,206 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,206 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,206 - card_creation - INFO - Running 3b stats for Russ Davis 2025-02-16 15:46:45,206 - card_creation - INFO - pos: 3b / tz_runs: -14 () 2025-02-16 15:46:45,206 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,206 - card_creation - INFO - Running 2b stats for Luis Alicea 2025-02-16 15:46:45,206 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 15:46:45,206 - card_creation - INFO - Running 3b stats for Luis Alicea 2025-02-16 15:46:45,206 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,206 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,206 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,206 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,206 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,206 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,206 - card_creation - INFO - Running 1b stats for Will Clark 2025-02-16 15:46:45,206 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-16 15:46:45,206 - card_creation - INFO - Running ss stats for Kevin Elster 2025-02-16 15:46:45,207 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 15:46:45,207 - card_creation - INFO - Running 3b stats for Fernando Tatis 2025-02-16 15:46:45,207 - card_creation - INFO - pos: 3b / tz_runs: -6 () 2025-02-16 15:46:45,207 - card_creation - INFO - Running ss stats for Fernando Tatis 2025-02-16 15:46:45,207 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 15:46:45,207 - card_creation - INFO - Running 1b stats for Lee Stevens 2025-02-16 15:46:45,207 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,207 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,207 - card_creation - INFO - Running 2b stats for Domingo Cedeno 2025-02-16 15:46:45,207 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,207 - card_creation - INFO - Running ss stats for Domingo Cedeno 2025-02-16 15:46:45,207 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 15:46:45,207 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,207 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 15:46:45,207 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,207 - card_creation - INFO - Running 2b stats for Wilton Guerrero 2025-02-16 15:46:45,207 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 15:46:45,207 - card_creation - INFO - Running ss stats for Wilton Guerrero 2025-02-16 15:46:45,207 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 15:46:45,207 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,207 - card_creation - INFO - pos: rf / tz_runs: -12 2025-02-16 15:46:45,207 - card_creation - INFO - Running 1b stats for Eric Karros 2025-02-16 15:46:45,207 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 15:46:45,207 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,207 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-16 15:46:45,207 - card_creation - INFO - Running 1b stats for Paul Konerko 2025-02-16 15:46:45,207 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 15:46:45,208 - card_creation - INFO - Running 3b stats for Paul Konerko 2025-02-16 15:46:45,208 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,208 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,208 - card_creation - INFO - Running 2b stats for Juan Castro 2025-02-16 15:46:45,208 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,208 - card_creation - INFO - Running 3b stats for Juan Castro 2025-02-16 15:46:45,208 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-16 15:46:45,208 - card_creation - INFO - Running ss stats for Juan Castro 2025-02-16 15:46:45,208 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 15:46:45,208 - card_creation - INFO - Running 2b stats for Eric Young 2025-02-16 15:46:45,208 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 15:46:45,208 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,208 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 15:46:45,208 - card_creation - INFO - pos: cf / tz_runs: 9 2025-02-16 15:46:45,208 - card_creation - INFO - Running 2b stats for Bill Mueller 2025-02-16 15:46:45,208 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,208 - card_creation - INFO - Running 3b stats for Bill Mueller 2025-02-16 15:46:45,208 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,208 - card_creation - INFO - pos: lf / tz_runs: 10 2025-02-16 15:46:45,209 - card_creation - INFO - Running 1b stats for Charlie Hayes 2025-02-16 15:46:45,209 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 15:46:45,209 - card_creation - INFO - Running 3b stats for Charlie Hayes 2025-02-16 15:46:45,209 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,209 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,209 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,209 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,209 - card_creation - INFO - Running ss stats for Rich Aurilia 2025-02-16 15:46:45,209 - card_creation - INFO - pos: ss / tz_runs: 4 () 2025-02-16 15:46:45,209 - card_creation - INFO - Running 1b stats for JT Snow 2025-02-16 15:46:45,209 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 15:46:45,209 - card_creation - INFO - Running 2b stats for Rey Sanchez 2025-02-16 15:46:45,209 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,209 - card_creation - INFO - Running ss stats for Rey Sanchez 2025-02-16 15:46:45,209 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-16 15:46:45,209 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,209 - card_creation - INFO - pos: rf / tz_runs: 3 2025-02-16 15:46:45,209 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,209 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,209 - card_creation - INFO - pos: rf / tz_runs: 4 2025-02-16 15:46:45,209 - card_creation - INFO - Running 2b stats for Bip Roberts 2025-02-16 15:46:45,210 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,210 - card_creation - INFO - Running 3b stats for Bip Roberts 2025-02-16 15:46:45,210 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,210 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,210 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,210 - card_creation - INFO - Running ss stats for Miguel Tejada 2025-02-16 15:46:45,210 - card_creation - INFO - pos: ss / tz_runs: -11 () 2025-02-16 15:46:45,210 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,210 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,210 - card_creation - INFO - Running 1b stats for Kevin Mitchell 2025-02-16 15:46:45,210 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,210 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,210 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-16 15:46:45,210 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,210 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,210 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,210 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 15:46:45,210 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,210 - card_creation - INFO - pos: cf / tz_runs: -22 2025-02-16 15:46:45,210 - card_creation - INFO - Running 2b stats for Jeff Reboulet 2025-02-16 15:46:45,210 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 15:46:45,210 - card_creation - INFO - Running 3b stats for Jeff Reboulet 2025-02-16 15:46:45,210 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,210 - card_creation - INFO - Running ss stats for Jeff Reboulet 2025-02-16 15:46:45,210 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 15:46:45,210 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 15:46:45,211 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,211 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,211 - card_creation - INFO - Running 1b stats for David Bell 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 2b stats for David Bell 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 3b stats for David Bell 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 3b stats for Gabe Alvarez 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 3b / tz_runs: -8 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 2b stats for Craig Grebeck 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 3b stats for Craig Grebeck 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running ss stats for Craig Grebeck 2025-02-16 15:46:45,211 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 1b stats for Gregg Jefferies 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,211 - card_creation - INFO - pos: lf / tz_runs: 5 2025-02-16 15:46:45,211 - card_creation - INFO - Running 3b stats for Mendy Lopez 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running ss stats for Mendy Lopez 2025-02-16 15:46:45,211 - card_creation - INFO - pos: ss / tz_runs: 6 () 2025-02-16 15:46:45,211 - card_creation - INFO - Running 3b stats for Terry Pendleton 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,211 - card_creation - INFO - pos: cf / tz_runs: -20 2025-02-16 15:46:45,211 - card_creation - INFO - Running 1b stats for David Ortiz 2025-02-16 15:46:45,211 - card_creation - INFO - pos: 1b / tz_runs: -6 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running 2b stats for Mark McLemore 2025-02-16 15:46:45,212 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running 3b stats for Todd Zeile 2025-02-16 15:46:45,212 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running ss stats for Royce Clayton 2025-02-16 15:46:45,212 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 15:46:45,212 - card_creation - INFO - pos: cf / tz_runs: 12 2025-02-16 15:46:45,212 - card_creation - INFO - Running 2b stats for Jay Bell 2025-02-16 15:46:45,212 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running ss stats for Jay Bell 2025-02-16 15:46:45,212 - card_creation - INFO - pos: ss / tz_runs: 5 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running 1b stats for Travis Lee 2025-02-16 15:46:45,212 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running 3b stats for Matt Williams 2025-02-16 15:46:45,212 - card_creation - INFO - pos: 3b / tz_runs: 8 () 2025-02-16 15:46:45,212 - card_creation - INFO - Running 1b stats for Brent Brede 2025-02-16 15:46:45,212 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,212 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 15:46:45,212 - card_creation - INFO - pos: rf / tz_runs: -7 2025-02-16 15:46:45,212 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,212 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,212 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 15:46:45,212 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,213 - card_creation - INFO - Running 2b stats for Tony Batista 2025-02-16 15:46:45,213 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running 3b stats for Tony Batista 2025-02-16 15:46:45,213 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running ss stats for Tony Batista 2025-02-16 15:46:45,213 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running 2b stats for Jeff Kent 2025-02-16 15:46:45,213 - card_creation - INFO - pos: 2b / tz_runs: -6 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running 1b stats for Andy Fox 2025-02-16 15:46:45,213 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running 2b stats for Andy Fox 2025-02-16 15:46:45,213 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running 3b stats for Andy Fox 2025-02-16 15:46:45,213 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 15:46:45,213 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 15:46:45,213 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 15:46:45,213 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-16 15:46:45,213 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,213 - card_creation - INFO - Running ss stats for Edgar Renteria 2025-02-16 15:46:45,213 - card_creation - INFO - pos: ss / tz_runs: -7 () 2025-02-16 15:46:45,213 - card_creation - INFO - Running 1b stats for Mark Kotsay 2025-02-16 15:46:45,213 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-16 15:46:45,214 - card_creation - INFO - pos: rf / tz_runs: 14 2025-02-16 15:46:45,214 - card_creation - INFO - Running 3b stats for Bobby Bonilla 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 15:46:45,214 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,214 - card_creation - INFO - Running 1b stats for Derrek Lee 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running 2b stats for Andy Stankiewicz 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running 2b stats for Craig Counsell 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 2b / tz_runs: 5 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running 1b stats for Ryan Jackson 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 1b / tz_runs: -6 () 2025-02-16 15:46:45,214 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,214 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,214 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,214 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-16 15:46:45,214 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,214 - card_creation - INFO - Running 2b stats for Dave Berg 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running 3b stats for Dave Berg 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running ss stats for Dave Berg 2025-02-16 15:46:45,214 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running ss stats for Walt Weiss 2025-02-16 15:46:45,214 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running 2b stats for Keith Lockhart 2025-02-16 15:46:45,214 - card_creation - INFO - pos: 2b / tz_runs: 7 () 2025-02-16 15:46:45,214 - card_creation - INFO - Running 3b stats for Chipper Jones 2025-02-16 15:46:45,215 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 15:46:45,215 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-16 15:46:45,215 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-16 15:46:45,215 - card_creation - INFO - Running 1b stats for Ryan Klesko 2025-02-16 15:46:45,215 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,215 - card_creation - INFO - pos: lf / tz_runs: 8 2025-02-16 15:46:45,215 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,215 - card_creation - INFO - pos: cf / tz_runs: 35 2025-02-16 15:46:45,215 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,215 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-16 15:46:45,215 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,215 - card_creation - INFO - Running 2b stats for Tony Graffanino 2025-02-16 15:46:45,215 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-16 15:46:45,215 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,215 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 15:46:45,215 - card_creation - INFO - pos: rf / tz_runs: 9 2025-02-16 15:46:45,215 - card_creation - INFO - Running 2b stats for Manny Alexander 2025-02-16 15:46:45,215 - card_creation - INFO - pos: 2b / tz_runs: -3 () 2025-02-16 15:46:45,215 - card_creation - INFO - Running 3b stats for Manny Alexander 2025-02-16 15:46:45,215 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 15:46:45,215 - card_creation - INFO - Running ss stats for Manny Alexander 2025-02-16 15:46:45,215 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,215 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 15:46:45,215 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,215 - card_creation - INFO - Running 1b stats for Mark Grace 2025-02-16 15:46:45,216 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 15:46:45,216 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 15:46:45,216 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,216 - card_creation - INFO - Running 1b stats for Jose Hernandez 2025-02-16 15:46:45,216 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,216 - card_creation - INFO - Running 2b stats for Jose Hernandez 2025-02-16 15:46:45,216 - card_creation - INFO - Running 3b stats for Jose Hernandez 2025-02-16 15:46:45,216 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 15:46:45,216 - card_creation - INFO - Running ss stats for Jose Hernandez 2025-02-16 15:46:45,216 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,216 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,216 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-16 15:46:45,216 - card_creation - INFO - Running 3b stats for Kevin Orie 2025-02-16 15:46:45,216 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-16 15:46:45,216 - card_creation - INFO - Running 1b stats for Brant Brown 2025-02-16 15:46:45,216 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,216 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,216 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 15:46:45,216 - card_creation - INFO - Running 1b stats for Scott Servais 2025-02-16 15:46:45,216 - card_creation - INFO - Running 2b stats for Mickey Morandini 2025-02-16 15:46:45,216 - card_creation - INFO - pos: 2b / tz_runs: 10 () 2025-02-16 15:46:45,217 - card_creation - INFO - pos: lf / tz_runs: -9 2025-02-16 15:46:45,217 - card_creation - INFO - Running 2b stats for Fernando Vina 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 2b / tz_runs: -8 () 2025-02-16 15:46:45,217 - card_creation - INFO - Running 1b stats for Jeff Cirillo 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 15:46:45,217 - card_creation - INFO - Running 3b stats for Jeff Cirillo 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 3b / tz_runs: 16 () 2025-02-16 15:46:45,217 - card_creation - INFO - Running 1b stats for Mark Loretta 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,217 - card_creation - INFO - Running 2b stats for Mark Loretta 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,217 - card_creation - INFO - Running 3b stats for Mark Loretta 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 15:46:45,217 - card_creation - INFO - Running ss stats for Mark Loretta 2025-02-16 15:46:45,217 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 15:46:45,217 - card_creation - INFO - pos: rf / tz_runs: 11 2025-02-16 15:46:45,217 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-16 15:46:45,217 - card_creation - INFO - Running 1b stats for Dave Nilsson 2025-02-16 15:46:45,217 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 15:46:45,217 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,217 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,217 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 15:46:45,218 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,218 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,218 - card_creation - INFO - Running ss stats for Jose Valentin 2025-02-16 15:46:45,218 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 15:46:45,218 - card_creation - INFO - Running 2b stats for Tony Womack 2025-02-16 15:46:45,218 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 15:46:45,218 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 15:46:45,218 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 15:46:45,218 - card_creation - INFO - Running 1b stats for Kevin Young 2025-02-16 15:46:45,218 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,218 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 15:46:45,218 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,218 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 15:46:45,218 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 15:46:45,218 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,218 - card_creation - INFO - Running ss stats for Lou Collier 2025-02-16 15:46:45,218 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 15:46:45,218 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,218 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 15:46:45,218 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,218 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,218 - card_creation - INFO - Running 2b stats for Kevin Polcovich 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,219 - card_creation - INFO - Running 3b stats for Kevin Polcovich 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 15:46:45,219 - card_creation - INFO - Running ss stats for Kevin Polcovich 2025-02-16 15:46:45,219 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 15:46:45,219 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 15:46:45,219 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 15:46:45,219 - card_creation - INFO - Running ss stats for Jose Vizcaino 2025-02-16 15:46:45,219 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 15:46:45,219 - card_creation - INFO - Running 2b stats for Quilvio Veras 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 15:46:45,219 - card_creation - INFO - pos: cf / tz_runs: -17 2025-02-16 15:46:45,219 - card_creation - INFO - pos: rf / tz_runs: -17 2025-02-16 15:46:45,219 - card_creation - INFO - Running 3b stats for Ken Caminiti 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 15:46:45,219 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,219 - card_creation - INFO - Running 1b stats for Andy Sheets 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 15:46:45,219 - card_creation - INFO - Running 2b stats for Andy Sheets 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 15:46:45,219 - card_creation - INFO - Running 3b stats for Andy Sheets 2025-02-16 15:46:45,219 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-16 15:46:45,219 - card_creation - INFO - Running ss stats for Andy Sheets 2025-02-16 15:46:45,219 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 15:46:45,219 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,219 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,219 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,220 - card_creation - INFO - Running ss stats for Chris Gomez 2025-02-16 15:46:45,220 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 15:46:45,220 - card_creation - INFO - Running 2b stats for Delino DeShields 2025-02-16 15:46:45,220 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 15:46:45,220 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 15:46:45,220 - card_creation - INFO - Running 1b stats for Mark McGwire 2025-02-16 15:46:45,220 - card_creation - INFO - pos: 1b / tz_runs: -16 () 2025-02-16 15:46:45,220 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 15:46:45,220 - card_creation - INFO - pos: rf / tz_runs: 22 2025-02-16 15:46:45,220 - card_creation - INFO - Running 1b stats for Willie McGee 2025-02-16 15:46:45,220 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,220 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 15:46:45,220 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,220 - card_creation - INFO - Running 1b stats for John Mabry 2025-02-16 15:46:45,220 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 15:46:45,220 - card_creation - INFO - Running 3b stats for John Mabry 2025-02-16 15:46:45,220 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 15:46:45,220 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 15:46:45,220 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,220 - card_creation - INFO - Running 1b stats for Tom Lampkin 2025-02-16 15:46:45,220 - card_creation - INFO - Running 1b stats for Gary Gaetti 2025-02-16 15:46:45,220 - card_creation - INFO - Running 3b stats for Gary Gaetti 2025-02-16 15:46:45,220 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 15:46:45,220 - card_creation - INFO - Running 1b stats for Brian Hunter 2025-02-16 15:46:45,220 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,220 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,220 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,221 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,221 - card_creation - INFO - Running 1b stats for Rich Amaral 2025-02-16 15:46:45,221 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 15:46:45,221 - card_creation - INFO - Running 2b stats for Rich Amaral 2025-02-16 15:46:45,221 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,221 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 15:46:45,221 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-16 15:46:45,221 - card_creation - INFO - pos: cf / tz_runs: 5 2025-02-16 15:46:45,221 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,221 - card_creation - INFO - Running 1b stats for Dmitri Young 2025-02-16 15:46:45,221 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 15:46:45,221 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,221 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,221 - card_creation - INFO - Running ss stats for Barry Larkin 2025-02-16 15:46:45,221 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 15:46:45,221 - card_creation - INFO - Running 3b stats for Willie Greene 2025-02-16 15:46:45,221 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 15:46:45,221 - card_creation - INFO - Running ss stats for Willie Greene 2025-02-16 15:46:45,221 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,221 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 15:46:45,221 - card_creation - INFO - Running 2b stats for Bret Boone 2025-02-16 15:46:45,221 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-16 15:46:45,221 - card_creation - INFO - Running 1b stats for Sean Casey 2025-02-16 15:46:45,221 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 2b stats for Pokey Reese 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 3b stats for Pokey Reese 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running ss stats for Pokey Reese 2025-02-16 15:46:45,222 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 2b stats for Danny Klassen 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 2b / tz_runs: -6 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 2b stats for Chris Stynes 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 3b stats for Chris Stynes 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running ss stats for Chris Stynes 2025-02-16 15:46:45,222 - card_creation - INFO - pos: lf / tz_runs: 4 2025-02-16 15:46:45,222 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,222 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,222 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,222 - card_creation - INFO - Running 2b stats for Craig Biggio 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 1b stats for Bill Spiers 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 2b stats for Bill Spiers 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 15:46:45,222 - card_creation - INFO - Running 3b stats for Bill Spiers 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 3b / tz_runs: -7 () 2025-02-16 15:46:45,222 - card_creation - INFO - pos: rf / tz_runs: 16 2025-02-16 15:46:45,222 - card_creation - INFO - Running 1b stats for Jeff Bagwell 2025-02-16 15:46:45,222 - card_creation - INFO - pos: 1b / tz_runs: 4 () 2025-02-16 15:46:45,222 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 15:46:45,223 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,223 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 15:46:45,223 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,223 - card_creation - INFO - Running ss stats for Ricky Gutierrez 2025-02-16 15:46:45,223 - card_creation - INFO - pos: ss / tz_runs: -17 () 2025-02-16 15:46:45,223 - card_creation - INFO - Running 3b stats for Sean Berry 2025-02-16 15:46:45,223 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,223 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 15:46:45,223 - card_creation - INFO - Running ss stats for Jeff Blauser 2025-02-16 15:46:45,223 - card_creation - INFO - pos: ss / tz_runs: -9 () 2025-02-16 15:46:45,223 - card_creation - INFO - pos: cf / tz_runs: 8 2025-02-16 15:46:45,223 - card_creation - INFO - Running 3b stats for Scott Rolen 2025-02-16 15:46:45,223 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 15:46:45,223 - card_creation - INFO - Running 1b stats for Rico Brogna 2025-02-16 15:46:45,223 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 15:46:45,223 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,223 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 15:46:45,223 - card_creation - INFO - Running 2b stats for Mark Lewis 2025-02-16 15:46:45,223 - card_creation - INFO - pos: 2b / tz_runs: -10 () 2025-02-16 15:46:45,223 - card_creation - INFO - pos: rf / tz_runs: 28 2025-02-16 15:46:45,223 - card_creation - INFO - Running ss stats for Desi Relaford 2025-02-16 15:46:45,223 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 15:46:45,223 - card_creation - INFO - Running 1b stats for Kevin Jordan 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running 2b stats for Kevin Jordan 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running 3b stats for Kevin Jordan 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,224 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,224 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 15:46:45,224 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,224 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,224 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-16 15:46:45,224 - card_creation - INFO - Running 1b stats for John Olerud 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 1b / tz_runs: 15 () 2025-02-16 15:46:45,224 - card_creation - INFO - pos: cf / tz_runs: -8 2025-02-16 15:46:45,224 - card_creation - INFO - Running 2b stats for Carlos Baerga 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running ss stats for Rey Ordonez 2025-02-16 15:46:45,224 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running 3b stats for Edgardo Alfonzo 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running 2b stats for Luis Lopez 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running 3b stats for Luis Lopez 2025-02-16 15:46:45,224 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 15:46:45,224 - card_creation - INFO - Running ss stats for Luis Lopez 2025-02-16 15:46:45,224 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,225 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,225 - card_creation - INFO - Running 2b stats for FP Santangelo 2025-02-16 15:46:45,225 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,225 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 15:46:45,225 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 15:46:45,225 - card_creation - INFO - pos: rf / tz_runs: 17 2025-02-16 15:46:45,225 - card_creation - INFO - Running 1b stats for Brad Fullmer 2025-02-16 15:46:45,225 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 15:46:45,225 - card_creation - INFO - Running 3b stats for Shane Andrews 2025-02-16 15:46:45,225 - card_creation - INFO - pos: 3b / tz_runs: 5 () 2025-02-16 15:46:45,225 - card_creation - INFO - Running 2b stats for Orlando Cabrera 2025-02-16 15:46:45,225 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,225 - card_creation - INFO - Running ss stats for Orlando Cabrera 2025-02-16 15:46:45,225 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 15:46:45,225 - card_creation - INFO - Running 1b stats for Ryan McGuire 2025-02-16 15:46:45,225 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,225 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,225 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 15:46:45,225 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,225 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 15:46:45,225 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 15:46:45,225 - card_creation - INFO - pos: cf / tz_runs: 17 2025-02-16 15:46:45,225 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,226 - card_creation - INFO - pos: cf / tz_runs: 9 2025-02-16 15:46:45,226 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 15:46:45,226 - card_creation - INFO - Running ss stats for Mark Grudzielanek 2025-02-16 15:46:45,226 - card_creation - INFO - pos: ss / tz_runs: -20 () 2025-02-16 15:46:45,226 - card_creation - INFO - Running 1b stats for Eddie Perez 2025-02-16 15:46:45,226 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,226 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 15:46:45,226 - card_creation - INFO - Running 1b stats for Wally Joyner 2025-02-16 15:46:45,226 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,226 - card_creation - INFO - Running 1b stats for John Jaha 2025-02-16 15:46:45,226 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 15:46:45,226 - card_creation - INFO - Running ss stats for Alex Arias 2025-02-16 15:46:45,226 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 15:46:45,226 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 15:46:45,226 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 15:46:45,226 - card_creation - INFO - pos: rf / tz_runs: 9 2025-02-16 15:46:45,226 - card_creation - INFO - Running 1b stats for Mark Smith 2025-02-16 15:46:45,226 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 15:46:45,227 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,227 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,227 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,227 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-16 15:46:45,227 - card_creation - INFO - Running 2b stats for Mike Mordecai 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running 3b stats for Mike Mordecai 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running ss stats for Mike Mordecai 2025-02-16 15:46:45,227 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running 2b stats for Jose Vidro 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running 3b stats for Jose Vidro 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running 2b stats for Lou Merloni 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running 3b stats for Lou Merloni 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,227 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-16 15:46:45,227 - card_creation - INFO - Running 1b stats for Felipe Crespo 2025-02-16 15:46:45,227 - card_creation - INFO - Running 2b stats for Felipe Crespo 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 15:46:45,227 - card_creation - INFO - Running 3b stats for Felipe Crespo 2025-02-16 15:46:45,227 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,227 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 15:46:45,227 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 15:46:45,227 - card_creation - INFO - pos: rf / tz_runs: 5 2025-02-16 15:46:45,228 - card_creation - INFO - Running 2b stats for Pat Kelly 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 15:46:45,228 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 15:46:45,228 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 15:46:45,228 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 15:46:45,228 - card_creation - INFO - Running 1b stats for Eduardo Perez 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running ss stats for Felix Martinez 2025-02-16 15:46:45,228 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running 1b stats for Billy Ripken 2025-02-16 15:46:45,228 - card_creation - INFO - Running 2b stats for Billy Ripken 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running 3b stats for Billy Ripken 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running ss stats for Billy Ripken 2025-02-16 15:46:45,228 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running 1b stats for Luis Sojo 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running 2b stats for Luis Sojo 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running 3b stats for Luis Sojo 2025-02-16 15:46:45,228 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,228 - card_creation - INFO - Running ss stats for Luis Sojo 2025-02-16 15:46:45,228 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running 2b stats for Mark Lemke 2025-02-16 15:46:45,229 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-16 15:46:45,229 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 15:46:45,229 - card_creation - INFO - Running 2b stats for David Howard 2025-02-16 15:46:45,229 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running 3b stats for David Howard 2025-02-16 15:46:45,229 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running ss stats for David Howard 2025-02-16 15:46:45,229 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running 2b stats for Tim Bogar 2025-02-16 15:46:45,229 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running 3b stats for Tim Bogar 2025-02-16 15:46:45,229 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running ss stats for Tim Bogar 2025-02-16 15:46:45,229 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 15:46:45,229 - card_creation - INFO - Running 3b stats for Aramis Ramirez 2025-02-16 15:46:45,229 - card_creation - INFO - pos: 3b / tz_runs: -8 () 2025-02-16 15:46:45,231 - card_creation - INFO - get: players id: None params: [('bbref_id', 'knoblch01'), ('cardset_id', 20)] 2025-02-16 15:46:45,450 - card_creation - INFO - session info: 2025-02-16 15:46:45,450 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35680, 'team': 47, 'player': 10633, 'created': 1730616941679}, {'id': 37972, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 15:46:45,450 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10633/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:45,617 - card_creation - INFO - return: {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}} 2025-02-16 15:46:45,617 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeterde01'), ('cardset_id', 20)] 2025-02-16 15:46:45,726 - card_creation - INFO - session info: 2025-02-16 15:46:45,726 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 796, 'image': 'https://pd.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeterde01', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36480, 'team': 47, 'player': 10938, 'created': 1730920176625}, {'id': 36568, 'team': 33, 'player': 109 [ S N I P P E D ] 2025-02-16 15:46:45,727 - card_creation - INFO - patch: players [('cost', '289'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10938/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:45,904 - card_creation - INFO - return: {'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeterde01', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}} 2025-02-16 15:46:45,904 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'neipa01"), ('cardset_id', 20)] 2025-02-16 15:46:46,054 - card_creation - INFO - session info: 2025-02-16 15:46:46,054 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'neipa01", 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35656, 'team': 47, 'player': 10634, 'created': 1730616941189}, {'id': 37484, 'team': 33, [ S N I P P E D ] 2025-02-16 15:46:46,054 - card_creation - INFO - patch: players [('cost', '267'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10634/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:46,167 - card_creation - INFO - return: {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'neipa01", 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}} 2025-02-16 15:46:46,168 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willibe02'), ('cardset_id', 20)] 2025-02-16 15:46:46,306 - card_creation - INFO - session info: 2025-02-16 15:46:46,306 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willibe02', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35874, 'team': 33, 'player': 10635, 'created': 1730747682872}, {'id': 36539, 'team': 38, ' [ S N I P P E D ] 2025-02-16 15:46:46,307 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10635/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:46,442 - card_creation - INFO - return: {'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willibe02', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}} 2025-02-16 15:46:46,442 - card_creation - INFO - get: players id: None params: [('bbref_id', 'erstada01'), ('cardset_id', 20)] 2025-02-16 15:46:46,582 - card_creation - INFO - session info: 2025-02-16 15:46:46,582 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'erstada01', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36011, 'team': 69, 'player': 10636, 'created': 1730785303487}, {'id': 37478, 'team': 49, 'player': 10 [ S N I P P E D ] 2025-02-16 15:46:46,582 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10636/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:46,761 - card_creation - INFO - return: {'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'erstada01', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}} 2025-02-16 15:46:46,762 - card_creation - INFO - get: players id: None params: [('bbref_id', 'edmonji01'), ('cardset_id', 20)] 2025-02-16 15:46:46,920 - card_creation - INFO - session info: 2025-02-16 15:46:46,920 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonji01', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35675, 'team': 38, 'player': 10637, 'created': 1730616941935}, {'id': 35699, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:46:46,921 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10637/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:47,069 - card_creation - INFO - return: {'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonji01', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}} 2025-02-16 15:46:47,069 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hollida01'), ('cardset_id', 20)] 2025-02-16 15:46:47,200 - card_creation - INFO - session info: 2025-02-16 15:46:47,201 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollida01', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35615, 'team': 69, 'player': 10638, 'created': 1730616941935}, {'id': 35702, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 15:46:47,201 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10638/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:47,315 - card_creation - INFO - return: {'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollida01', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}} 2025-02-16 15:46:47,316 - card_creation - INFO - get: players id: None params: [('bbref_id', 'salmoti01'), ('cardset_id', 20)] 2025-02-16 15:46:47,407 - card_creation - INFO - session info: 2025-02-16 15:46:47,407 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 243, 'image': 'https://pd.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'salmoti01', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35689, 'team': 47, 'player': 10639, 'created': 1730616941189}, {'id': 37889, 'team': 49, 'player': 1063 [ S N I P P E D ] 2025-02-16 15:46:47,408 - card_creation - INFO - patch: players [('cost', '279'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10639/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:47,503 - card_creation - INFO - return: {'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 279, 'image': 'https://pddev.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'salmoti01', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}} 2025-02-16 15:46:47,504 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fieldce01'), ('cardset_id', 20)] 2025-02-16 15:46:47,637 - card_creation - INFO - session info: 2025-02-16 15:46:47,637 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fieldce01', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35662, 'team': 38, 'player': 10640, 'created': 1730616940558}, {'id': 3578 [ S N I P P E D ] 2025-02-16 15:46:47,637 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10640/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:47,756 - card_creation - INFO - return: {'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fieldce01', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}} 2025-02-16 15:46:47,756 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderga01'), ('cardset_id', 20)] 2025-02-16 15:46:47,895 - card_creation - INFO - session info: 2025-02-16 15:46:47,895 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderga01', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35530, 'team': 38, 'player': 10641, 'created': 1730616941935}, {'id': 35595, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 15:46:47,896 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10641/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:48,011 - card_creation - INFO - return: {'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderga01', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}} 2025-02-16 15:46:48,012 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martiti02'), ('cardset_id', 20)] 2025-02-16 15:46:48,137 - card_creation - INFO - session info: 2025-02-16 15:46:48,137 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martiti02', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35687, 'team': 47, 'player': 10642, 'created': 1730616941189}, {'id': 36133, 'team': 33, [ S N I P P E D ] 2025-02-16 15:46:48,137 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10642/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:48,274 - card_creation - INFO - return: {'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martiti02', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}} 2025-02-16 15:46:48,274 - card_creation - INFO - get: players id: None params: [('bbref_id', 'curtich01'), ('cardset_id', 20)] 2025-02-16 15:46:48,416 - card_creation - INFO - session info: 2025-02-16 15:46:48,416 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'curtich01', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:48,417 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10939/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:48,554 - card_creation - INFO - return: {'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'curtich01', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}} 2025-02-16 15:46:48,554 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brosisc01'), ('cardset_id', 20)] 2025-02-16 15:46:48,709 - card_creation - INFO - session info: 2025-02-16 15:46:48,709 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brosisc01', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36671, 'team': 33, 'player': 10940, 'created': 1731602869923}, {'id': 36971, 'te [ S N I P P E D ] 2025-02-16 15:46:48,709 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10940/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:48,830 - card_creation - INFO - return: {'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brosisc01', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}} 2025-02-16 15:46:48,830 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martino01'), ('cardset_id', 20)] 2025-02-16 15:46:48,964 - card_creation - INFO - session info: 2025-02-16 15:46:48,964 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martino01', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35408, 'team': 33, 'player': 10643, 'created': 1730616940558}, {'id': 35679, [ S N I P P E D ] 2025-02-16 15:46:48,965 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10643/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:49,104 - card_creation - INFO - return: {'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martino01', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}} 2025-02-16 15:46:49,104 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walbema01'), ('cardset_id', 20)] 2025-02-16 15:46:49,246 - card_creation - INFO - session info: 2025-02-16 15:46:49,247 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walbema01', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38322, 'team': 47, 'player': 11242, 'created': 1735336764577}, {'id': 39011, 'team': 92, 'playe [ S N I P P E D ] 2025-02-16 15:46:49,247 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11242/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:49,379 - card_creation - INFO - return: {'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walbema01', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}} 2025-02-16 15:46:49,379 - card_creation - INFO - get: players id: None params: [('bbref_id', 'disarga01'), ('cardset_id', 20)] 2025-02-16 15:46:49,526 - card_creation - INFO - session info: 2025-02-16 15:46:49,526 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'disarga01', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35591, 'team': 47, 'player': 10644, 'created': 1730616941189}, {'id': 36285, 'team [ S N I P P E D ] 2025-02-16 15:46:49,526 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10644/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:49,658 - card_creation - INFO - return: {'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'disarga01', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}} 2025-02-16 15:46:49,658 - card_creation - INFO - get: players id: None params: [('bbref_id', 'girarjo01'), ('cardset_id', 20)] 2025-02-16 15:46:49,793 - card_creation - INFO - session info: 2025-02-16 15:46:49,793 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'girarjo01', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:49,793 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11446/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:49,933 - card_creation - INFO - return: {'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'girarjo01', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}} 2025-02-16 15:46:49,934 - card_creation - INFO - get: players id: None params: [('bbref_id', 'raineti01'), ('cardset_id', 20)] 2025-02-16 15:46:50,063 - card_creation - INFO - session info: 2025-02-16 15:46:50,063 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'raineti01', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37669, 'team': 33, 'player': 10941, 'created': 1733172010978}, {'id': 38315, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 15:46:50,063 - card_creation - INFO - patch: players [('cost', '661'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10941/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:50,195 - card_creation - INFO - return: {'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 661, 'image': 'https://pddev.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'raineti01', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}} 2025-02-16 15:46:50,195 - card_creation - INFO - get: players id: None params: [('bbref_id', 'strawda01'), ('cardset_id', 20)] 2025-02-16 15:46:50,336 - card_creation - INFO - session info: 2025-02-16 15:46:50,336 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 1442, 'image': 'https://pd.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'strawda01', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38556, 'team': 38, 'player': 11290, 'created': 1736803320971}]}}]} 2025-02-16 15:46:50,337 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11290/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:50,476 - card_creation - INFO - return: {'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'strawda01', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}} 2025-02-16 15:46:50,476 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nevinph01'), ('cardset_id', 20)] 2025-02-16 15:46:50,610 - card_creation - INFO - session info: 2025-02-16 15:46:50,610 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nevinph01', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:50,611 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11111/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:50,746 - card_creation - INFO - return: {'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nevinph01', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}} 2025-02-16 15:46:50,746 - card_creation - INFO - get: players id: None params: [('bbref_id', 'posadjo01'), ('cardset_id', 20)] 2025-02-16 15:46:50,890 - card_creation - INFO - session info: 2025-02-16 15:46:50,890 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'posadjo01', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37422, 'team': 31, 'player': 11112, 'created': 1731963342633}, {'id': 37659, 'team': 33, 'player': [ S N I P P E D ] 2025-02-16 15:46:50,890 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11112/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:51,019 - card_creation - INFO - return: {'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'posadjo01', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}} 2025-02-16 15:46:51,019 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loftoke01'), ('cardset_id', 20)] 2025-02-16 15:46:51,134 - card_creation - INFO - session info: 2025-02-16 15:46:51,134 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loftoke01', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35810, 'team': 31, 'player': 10645, 'created': 1730616941189}, {'id': 35957, 'team': 55, 'pl [ S N I P P E D ] 2025-02-16 15:46:51,135 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10645/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:51,246 - card_creation - INFO - return: {'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loftoke01', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}} 2025-02-16 15:46:51,247 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vizquom01'), ('cardset_id', 20)] 2025-02-16 15:46:51,355 - card_creation - INFO - session info: 2025-02-16 15:46:51,355 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizquom01', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35814, 'team': 31, 'player': 10646, 'created': 1730616941189}, {'id': 37458, 'team': 49, 'pl [ S N I P P E D ] 2025-02-16 15:46:51,355 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10646/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:51,478 - card_creation - INFO - return: {'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizquom01', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}} 2025-02-16 15:46:51,479 - card_creation - INFO - get: players id: None params: [('bbref_id', 'justida01'), ('cardset_id', 20)] 2025-02-16 15:46:51,608 - card_creation - INFO - session info: 2025-02-16 15:46:51,608 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10647, 'p_name': 'David Justice', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35522, 'team': 47, 'player': 10647, 'created': 1730616941935}, {'id': 35919, 'team': 5 [ S N I P P E D ] 2025-02-16 15:46:51,609 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10647/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:51,727 - card_creation - INFO - return: {'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}} 2025-02-16 15:46:51,728 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ramirma02'), ('cardset_id', 20)] 2025-02-16 15:46:51,798 - card_creation - INFO - session info: 2025-02-16 15:46:51,798 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirma02', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35610, 'team': 69, 'player': 10648, 'created': 1730616941060}, {'id': 35661, 'team': 38, ' [ S N I P P E D ] 2025-02-16 15:46:51,798 - card_creation - INFO - patch: players [('cost', '294'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10648/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:51,887 - card_creation - INFO - return: {'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 294, 'image': 'https://pddev.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirma02', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}} 2025-02-16 15:46:51,888 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 20)] 2025-02-16 15:46:51,965 - card_creation - INFO - session info: 2025-02-16 15:46:51,965 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 466, 'image': 'https://pd.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35579, 'team': 69, 'player': 10649, 'created': 1730616941189}, {'id': 35682, 'team': 47, 'player': 10 [ S N I P P E D ] 2025-02-16 15:46:51,965 - card_creation - INFO - patch: players [('cost', '288'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10649/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:52,076 - card_creation - INFO - return: {'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-16 15:46:52,076 - card_creation - INFO - get: players id: None params: [('bbref_id', 'frymatr01'), ('cardset_id', 20)] 2025-02-16 15:46:52,163 - card_creation - INFO - session info: 2025-02-16 15:46:52,163 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 520, 'image': 'https://pd.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frymatr01', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35557, 'team': 69, 'player': 10650, 'created': 1730616941390}, {'id': 35783, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 15:46:52,164 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10650/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:52,270 - card_creation - INFO - return: {'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frymatr01', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}} 2025-02-16 15:46:52,270 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gilesbr02'), ('cardset_id', 20)] 2025-02-16 15:46:52,377 - card_creation - INFO - session info: 2025-02-16 15:46:52,377 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilesbr02', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:52,377 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11485/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:52,496 - card_creation - INFO - return: {'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilesbr02', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}} 2025-02-16 15:46:52,496 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bordepa01'), ('cardset_id', 20)] 2025-02-16 15:46:52,612 - card_creation - INFO - session info: 2025-02-16 15:46:52,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordepa01', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:52,612 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11486/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:52,727 - card_creation - INFO - return: {'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordepa01', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}} 2025-02-16 15:46:52,727 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dunstsh01'), ('cardset_id', 20)] 2025-02-16 15:46:52,851 - card_creation - INFO - session info: 2025-02-16 15:46:52,851 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunstsh01', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35525, 'team': 38, 'player': 10651, 'created': 1730616940591}, {'id': 36098, 'te [ S N I P P E D ] 2025-02-16 15:46:52,851 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10651/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:52,958 - card_creation - INFO - return: {'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunstsh01', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}} 2025-02-16 15:46:52,958 - card_creation - INFO - get: players id: None params: [('bbref_id', 'berroge01'), ('cardset_id', 20)] 2025-02-16 15:46:53,089 - card_creation - INFO - session info: 2025-02-16 15:46:53,089 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berroge01', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:53,090 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11447/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:53,235 - card_creation - INFO - return: {'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berroge01', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}} 2025-02-16 15:46:53,235 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shiplcr01'), ('cardset_id', 20)] 2025-02-16 15:46:53,366 - card_creation - INFO - session info: 2025-02-16 15:46:53,367 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shiplcr01', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:53,367 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11448/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:53,455 - card_creation - INFO - return: {'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shiplcr01', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}} 2025-02-16 15:46:53,456 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcino01'), ('cardset_id', 20)] 2025-02-16 15:46:53,596 - card_creation - INFO - session info: 2025-02-16 15:46:53,596 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35589, 'team': 47, 'player': 10652, 'created': 1730616941189}, {'id': 35816, 'team': 31, 'pl [ S N I P P E D ] 2025-02-16 15:46:53,596 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10652/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:53,737 - card_creation - INFO - return: {'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-16 15:46:53,737 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenjo02'), ('cardset_id', 20)] 2025-02-16 15:46:53,879 - card_creation - INFO - session info: 2025-02-16 15:46:53,879 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10653, 'p_name': 'John Valentin', 'cost': 262, 'image': 'https://pd.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo02', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35652, 'team': 47, 'player': 10653, 'created': 1730616941406}, {'id': 35676, 'team': 38, 'playe [ S N I P P E D ] 2025-02-16 15:46:53,879 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10653/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:54,007 - card_creation - INFO - return: {'player_id': 10653, 'p_name': 'John Valentin', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo02', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}} 2025-02-16 15:46:54,007 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vaughmo01'), ('cardset_id', 20)] 2025-02-16 15:46:54,100 - card_creation - INFO - session info: 2025-02-16 15:46:54,100 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 1213, 'image': 'https://pd.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughmo01', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37583, 'team': 33, 'player': 10654, 'created': 1731963342653}]}}]} 2025-02-16 15:46:54,101 - card_creation - INFO - patch: players [('cost', '286'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10654/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:54,235 - card_creation - INFO - return: {'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughmo01', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}} 2025-02-16 15:46:54,235 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leyriji01'), ('cardset_id', 20)] 2025-02-16 15:46:54,342 - card_creation - INFO - session info: 2025-02-16 15:46:54,342 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leyriji01', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:54,342 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11199/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:54,475 - card_creation - INFO - return: {'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leyriji01', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}} 2025-02-16 15:46:54,475 - card_creation - INFO - get: players id: None params: [('bbref_id', 'varitja01'), ('cardset_id', 20)] 2025-02-16 15:46:54,612 - card_creation - INFO - session info: 2025-02-16 15:46:54,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'varitja01', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:54,613 - card_creation - INFO - patch: players [('cost', '1281'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11449/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:54,751 - card_creation - INFO - return: {'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 1281, 'image': 'https://pddev.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'varitja01', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}} 2025-02-16 15:46:54,751 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buforda01'), ('cardset_id', 20)] 2025-02-16 15:46:54,898 - card_creation - INFO - session info: 2025-02-16 15:46:54,898 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buforda01', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:54,898 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11505/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:55,038 - card_creation - INFO - return: {'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buforda01', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}} 2025-02-16 15:46:55,038 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benjami01'), ('cardset_id', 20)] 2025-02-16 15:46:55,179 - card_creation - INFO - session info: 2025-02-16 15:46:55,180 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benjami01', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37320, 'team': 47, 'player': 11042, 'created': 1731963342633}, {'id': 38563, 'team': 55, 'player [ S N I P P E D ] 2025-02-16 15:46:55,180 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11042/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:55,316 - card_creation - INFO - return: {'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benjami01', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}} 2025-02-16 15:46:55,316 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lewisda01'), ('cardset_id', 20)] 2025-02-16 15:46:55,413 - card_creation - INFO - session info: 2025-02-16 15:46:55,413 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisda01', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:55,414 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10655/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:55,524 - card_creation - INFO - return: {'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisda01', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}} 2025-02-16 15:46:55,524 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'leatr01"), ('cardset_id', 20)] 2025-02-16 15:46:55,623 - card_creation - INFO - session info: 2025-02-16 15:46:55,623 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'leatr01", 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35606, 'team': 69, 'player': 10656, 'created': 1730616941189}, {'id': 35918, 'team': 55, 'player': 1 [ S N I P P E D ] 2025-02-16 15:46:55,624 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10656/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:55,758 - card_creation - INFO - return: {'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'leatr01", 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}} 2025-02-16 15:46:55,758 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hattesc01'), ('cardset_id', 20)] 2025-02-16 15:46:55,880 - card_creation - INFO - session info: 2025-02-16 15:46:55,881 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hattesc01', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37169, 'team': 52, 'player': 10942, 'created': 1731963342633}, {'id': 37663, 'team': 33, 'pla [ S N I P P E D ] 2025-02-16 15:46:55,881 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10942/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:56,005 - card_creation - INFO - return: {'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hattesc01', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}} 2025-02-16 15:46:56,005 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeffere01'), ('cardset_id', 20)] 2025-02-16 15:46:56,108 - card_creation - INFO - session info: 2025-02-16 15:46:56,108 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pd.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffere01', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:56,108 - card_creation - INFO - patch: players [('cost', '290'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11450/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:56,196 - card_creation - INFO - return: {'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pddev.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffere01', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}} 2025-02-16 15:46:56,197 - card_creation - INFO - get: players id: None params: [('bbref_id', 'braggda01'), ('cardset_id', 20)] 2025-02-16 15:46:56,275 - card_creation - INFO - session info: 2025-02-16 15:46:56,275 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'braggda01', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37664, 'team': 33, 'player': 11043, 'created': 1731963342633}, {'id': 37712, 'team': 47, 'player': 11 [ S N I P P E D ] 2025-02-16 15:46:56,275 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11043/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:56,389 - card_creation - INFO - return: {'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'braggda01', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}} 2025-02-16 15:46:56,389 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mccraqu01'), ('cardset_id', 20)] 2025-02-16 15:46:56,500 - card_creation - INFO - session info: 2025-02-16 15:46:56,500 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mccraqu01', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35659, 'team': 38, 'player': 10657, 'created': 1730616940558}, {'id': 36113, 'team' [ S N I P P E D ] 2025-02-16 15:46:56,500 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10657/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:56,613 - card_creation - INFO - return: {'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mccraqu01', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}} 2025-02-16 15:46:56,614 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martida01'), ('cardset_id', 20)] 2025-02-16 15:46:56,723 - card_creation - INFO - session info: 2025-02-16 15:46:56,723 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martida01', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35402, 'team': 33, 'player': 10658, 'created': 1730616941935}, {'id': 35500, ' [ S N I P P E D ] 2025-02-16 15:46:56,723 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10658/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:56,829 - card_creation - INFO - return: {'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martida01', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}} 2025-02-16 15:46:56,830 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boggswa01'), ('cardset_id', 20)] 2025-02-16 15:46:56,913 - card_creation - INFO - session info: 2025-02-16 15:46:56,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boggswa01', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37564, 'team': 33, 'player': 11113, 'created': 1731963342653}]}}]} 2025-02-16 15:46:56,914 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11113/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:57,005 - card_creation - INFO - return: {'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boggswa01', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}} 2025-02-16 15:46:57,005 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgrifr01'), ('cardset_id', 20)] 2025-02-16 15:46:57,088 - card_creation - INFO - session info: 2025-02-16 15:46:57,088 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgrifr01', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35784, 'team': 47, 'player': 10659, 'created': 1730616941935}, {'id': 38294, 'team': 69, 'player [ S N I P P E D ] 2025-02-16 15:46:57,088 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10659/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:57,211 - card_creation - INFO - return: {'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgrifr01', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}} 2025-02-16 15:46:57,211 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sorrepa01'), ('cardset_id', 20)] 2025-02-16 15:46:57,313 - card_creation - INFO - session info: 2025-02-16 15:46:57,313 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sorrepa01', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35912, 'team': 55, 'player': 10660, 'created': 1730748267374}, {'id': 36197, ' [ S N I P P E D ] 2025-02-16 15:46:57,314 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10660/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:57,427 - card_creation - INFO - return: {'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sorrepa01', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}} 2025-02-16 15:46:57,427 - card_creation - INFO - get: players id: None params: [('bbref_id', 'butleri01'), ('cardset_id', 20)] 2025-02-16 15:46:57,554 - card_creation - INFO - session info: 2025-02-16 15:46:57,554 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'butleri01', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35829, 'team': 33, 'player': 10661, 'created': 1730616941189}, {'id': 36473, 'tea [ S N I P P E D ] 2025-02-16 15:46:57,554 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10661/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:57,703 - card_creation - INFO - return: {'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'butleri01', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}} 2025-02-16 15:46:57,703 - card_creation - INFO - get: players id: None params: [('bbref_id', 'flahejo01'), ('cardset_id', 20)] 2025-02-16 15:46:57,843 - card_creation - INFO - session info: 2025-02-16 15:46:57,843 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'flahejo01', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:57,844 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10943/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:57,976 - card_creation - INFO - return: {'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'flahejo01', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}} 2025-02-16 15:46:57,976 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stockke01'), ('cardset_id', 20)] 2025-02-16 15:46:58,109 - card_creation - INFO - session info: 2025-02-16 15:46:58,109 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stockke01', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35618, 'team': 69, 'player': 10662, 'created': 1730616941935}, {'id': 35729, ' [ S N I P P E D ] 2025-02-16 15:46:58,109 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10662/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:58,240 - card_creation - INFO - return: {'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stockke01', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}} 2025-02-16 15:46:58,240 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cairomi01'), ('cardset_id', 20)] 2025-02-16 15:46:58,332 - card_creation - INFO - session info: 2025-02-16 15:46:58,333 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cairomi01', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35703, 'team': 47, 'player': 10663, 'created': 1730616941189}, {'id': 37837, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 15:46:58,333 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10663/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:58,425 - card_creation - INFO - return: {'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cairomi01', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}} 2025-02-16 15:46:58,425 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithbo06'), ('cardset_id', 20)] 2025-02-16 15:46:58,578 - card_creation - INFO - session info: 2025-02-16 15:46:58,578 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithbo06', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35506, 'team': 47, 'player': 10664, 'created': 1730616941189}, {'id': 35741, 'team': 38, 'player': [ S N I P P E D ] 2025-02-16 15:46:58,578 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10664/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:58,720 - card_creation - INFO - return: {'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithbo06', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}} 2025-02-16 15:46:58,721 - card_creation - INFO - get: players id: None params: [('bbref_id', 'difelmi01'), ('cardset_id', 20)] 2025-02-16 15:46:58,860 - card_creation - INFO - session info: 2025-02-16 15:46:58,860 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'difelmi01', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37658, 'team': 33, 'player': 11168, 'created': 1731963342633}, {'id': 37873, 'team': 47, [ S N I P P E D ] 2025-02-16 15:46:58,860 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11168/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:58,983 - card_creation - INFO - return: {'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'difelmi01', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}} 2025-02-16 15:46:58,983 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mashoda01'), ('cardset_id', 20)] 2025-02-16 15:46:59,081 - card_creation - INFO - session info: 2025-02-16 15:46:59,082 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mashoda01', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36976, 'team': 47, 'player': 11044, 'created': 1731602869931}]}}]} 2025-02-16 15:46:59,082 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11044/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:59,169 - card_creation - INFO - return: {'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mashoda01', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}} 2025-02-16 15:46:59,170 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ledesaa01'), ('cardset_id', 20)] 2025-02-16 15:46:59,308 - card_creation - INFO - session info: 2025-02-16 15:46:59,308 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ledesaa01', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:46:59,309 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11169/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:59,397 - card_creation - INFO - return: {'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ledesaa01', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}} 2025-02-16 15:46:59,398 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alomaro01'), ('cardset_id', 20)] 2025-02-16 15:46:59,537 - card_creation - INFO - session info: 2025-02-16 15:46:59,538 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomaro01', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35503, 'team': 47, 'player': 10665, 'created': 1730616941189}, {'id': 35536, 'team': 38, ' [ S N I P P E D ] 2025-02-16 15:46:59,538 - card_creation - INFO - patch: players [('cost', '261'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10665/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:59,663 - card_creation - INFO - return: {'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 261, 'image': 'https://pddev.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomaro01', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}} 2025-02-16 15:46:59,663 - card_creation - INFO - get: players id: None params: [('bbref_id', 'surhob.01'), ('cardset_id', 20)] 2025-02-16 15:46:59,762 - card_creation - INFO - session info: 2025-02-16 15:46:59,762 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'surhob.01', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35669, 'team': 38, 'player': 10666, 'created': 1730616941189}, {'id': 35824, 'team': 31, 'player': 1 [ S N I P P E D ] 2025-02-16 15:46:59,762 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10666/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:46:59,839 - card_creation - INFO - return: {'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'surhob.01', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}} 2025-02-16 15:46:59,840 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baineha01'), ('cardset_id', 20)] 2025-02-16 15:46:59,971 - card_creation - INFO - session info: 2025-02-16 15:46:59,971 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baineha01', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37856, 'team': 47, 'player': 11200, 'created': 1733700057449}]}}]} 2025-02-16 15:46:59,971 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11200/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:00,086 - card_creation - INFO - return: {'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baineha01', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}} 2025-02-16 15:47:00,086 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cartejo01'), ('cardset_id', 20)] 2025-02-16 15:47:00,233 - card_creation - INFO - session info: 2025-02-16 15:47:00,233 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cartejo01', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35648, 'team': 47, 'player': 10667, 'created': 1730616940558}, {'id': 35964, ' [ S N I P P E D ] 2025-02-16 15:47:00,234 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10667/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:00,356 - card_creation - INFO - return: {'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cartejo01', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}} 2025-02-16 15:47:00,357 - card_creation - INFO - get: players id: None params: [('bbref_id', 'palmera01'), ('cardset_id', 20)] 2025-02-16 15:47:00,473 - card_creation - INFO - session info: 2025-02-16 15:47:00,473 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 662, 'image': 'https://pd.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmera01', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35677, 'team': 38, 'player': 10668, 'created': 1730616941935}, {'id': 35718, 'team': 47, ' [ S N I P P E D ] 2025-02-16 15:47:00,473 - card_creation - INFO - patch: players [('cost', '233'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10668/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:00,592 - card_creation - INFO - return: {'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 233, 'image': 'https://pddev.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmera01', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}} 2025-02-16 15:47:00,593 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ripkeca01'), ('cardset_id', 20)] 2025-02-16 15:47:00,725 - card_creation - INFO - session info: 2025-02-16 15:47:00,726 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkeca01', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35518, 'team': 47, 'player': 10669, 'created': 1730616941935}, {'id': 36275, 'team': [ S N I P P E D ] 2025-02-16 15:47:00,726 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10669/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:00,846 - card_creation - INFO - return: {'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkeca01', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}} 2025-02-16 15:47:00,846 - card_creation - INFO - get: players id: None params: [('bbref_id', 'webstle01'), ('cardset_id', 20)] 2025-02-16 15:47:00,976 - card_creation - INFO - session info: 2025-02-16 15:47:00,976 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'webstle01', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36969, 'team': 47, 'player': 11045, 'created': 1731602869923}]}}]} 2025-02-16 15:47:00,977 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11045/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:01,075 - card_creation - INFO - return: {'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'webstle01', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}} 2025-02-16 15:47:01,075 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hammoje01'), ('cardset_id', 20)] 2025-02-16 15:47:01,188 - card_creation - INFO - session info: 2025-02-16 15:47:01,188 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hammoje01', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36462, 'team': 47, 'player': 10944, 'created': 1731272300483}, {'id': 37662, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 15:47:01,188 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10944/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:01,315 - card_creation - INFO - return: {'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hammoje01', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}} 2025-02-16 15:47:01,316 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bordimi01'), ('cardset_id', 20)] 2025-02-16 15:47:01,414 - card_creation - INFO - session info: 2025-02-16 15:47:01,414 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordimi01', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35678, 'team': 47, 'player': 10670, 'created': 1730616941679}, {'id': 35920, 'team': 55, 'player [ S N I P P E D ] 2025-02-16 15:47:01,414 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10670/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:01,524 - card_creation - INFO - return: {'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordimi01', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}} 2025-02-16 15:47:01,525 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guilloz01'), ('cardset_id', 20)] 2025-02-16 15:47:01,597 - card_creation - INFO - session info: 2025-02-16 15:47:01,597 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilloz01', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:01,598 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11479/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:01,724 - card_creation - INFO - return: {'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilloz01', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}} 2025-02-16 15:47:01,725 - card_creation - INFO - get: players id: None params: [('bbref_id', 'daviser01'), ('cardset_id', 20)] 2025-02-16 15:47:01,819 - card_creation - INFO - session info: 2025-02-16 15:47:01,819 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daviser01', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36986, 'team': 47, 'player': 10945, 'created': 1731602869923}]}}]} 2025-02-16 15:47:01,819 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10945/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:01,904 - card_creation - INFO - return: {'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daviser01', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}} 2025-02-16 15:47:01,905 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hoilech01'), ('cardset_id', 20)] 2025-02-16 15:47:02,038 - card_creation - INFO - session info: 2025-02-16 15:47:02,039 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoilech01', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37580, 'team': 33, 'player': 10946, 'created': 1731963342653}, {'id': 37718, 'team': [ S N I P P E D ] 2025-02-16 15:47:02,039 - card_creation - INFO - patch: players [('cost', '873'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10946/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:02,131 - card_creation - INFO - return: {'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoilech01', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}} 2025-02-16 15:47:02,131 - card_creation - INFO - get: players id: None params: [('bbref_id', 'durhara01'), ('cardset_id', 20)] 2025-02-16 15:47:02,258 - card_creation - INFO - session info: 2025-02-16 15:47:02,259 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'durhara01', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35413, 'team': 33, 'player': 10671, 'created': 1730616942106}, {'id': 35549, 'team': 69, 'player': [ S N I P P E D ] 2025-02-16 15:47:02,259 - card_creation - INFO - patch: players [('cost', '242'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10671/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:02,389 - card_creation - INFO - return: {'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 242, 'image': 'https://pddev.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'durhara01', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}} 2025-02-16 15:47:02,389 - card_creation - INFO - get: players id: None params: [('bbref_id', 'camermi01'), ('cardset_id', 20)] 2025-02-16 15:47:02,483 - card_creation - INFO - session info: 2025-02-16 15:47:02,484 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'camermi01', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35691, 'team': 47, 'player': 10672, 'created': 1730616941189}, {'id': 35921, 'team': 55, ' [ S N I P P E D ] 2025-02-16 15:47:02,484 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10672/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:02,621 - card_creation - INFO - return: {'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'camermi01', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}} 2025-02-16 15:47:02,622 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomafr04'), ('cardset_id', 20)] 2025-02-16 15:47:02,767 - card_creation - INFO - session info: 2025-02-16 15:47:02,767 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomafr04', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 36288, 'team': 55, 'player': 10673, 'created': 1730920177137}, {'id': 36474, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 15:47:02,767 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10673/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:02,893 - card_creation - INFO - return: {'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomafr04', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}} 2025-02-16 15:47:02,893 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 20)] 2025-02-16 15:47:02,999 - card_creation - INFO - session info: 2025-02-16 15:47:02,999 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35532, 'team': 38, 'player': 10674, 'created': 1730616941935}, {'id': 35701, 'team [ S N I P P E D ] 2025-02-16 15:47:02,999 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10674/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:03,126 - card_creation - INFO - return: {'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-16 15:47:03,126 - card_creation - INFO - get: players id: None params: [('bbref_id', 'venturo01'), ('cardset_id', 20)] 2025-02-16 15:47:03,261 - card_creation - INFO - session info: 2025-02-16 15:47:03,261 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'venturo01', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35558, 'team': 69, 'player': 10675, 'created': 1730616941390}, {'id': 36518, 'team': 38, 'play [ S N I P P E D ] 2025-02-16 15:47:03,261 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10675/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:03,356 - card_creation - INFO - return: {'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'venturo01', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}} 2025-02-16 15:47:03,356 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordewi01'), ('cardset_id', 20)] 2025-02-16 15:47:03,514 - card_creation - INFO - session info: 2025-02-16 15:47:03,514 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordewi01', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37416, 'team': 31, 'player': 11046, 'created': 1731963342633}, {'id': 37682, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 15:47:03,514 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11046/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:03,602 - card_creation - INFO - return: {'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordewi01', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}} 2025-02-16 15:47:03,603 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ordonma01'), ('cardset_id', 20)] 2025-02-16 15:47:03,706 - card_creation - INFO - session info: 2025-02-16 15:47:03,706 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonma01', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35409, 'team': 33, 'player': 10676, 'created': 1730616940558}, {'id': 35663, 'team': 3 [ S N I P P E D ] 2025-02-16 15:47:03,706 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10676/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:03,794 - card_creation - INFO - return: {'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonma01', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}} 2025-02-16 15:47:03,794 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kreutch01'), ('cardset_id', 20)] 2025-02-16 15:47:03,923 - card_creation - INFO - session info: 2025-02-16 15:47:03,923 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kreutch01', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37477, 'team': 33, 'player': 11114, 'created': 1731963342633}]}}]} 2025-02-16 15:47:03,923 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11114/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:04,018 - card_creation - INFO - return: {'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kreutch01', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}} 2025-02-16 15:47:04,019 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carusmi01'), ('cardset_id', 20)] 2025-02-16 15:47:04,145 - card_creation - INFO - session info: 2025-02-16 15:47:04,145 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carusmi01', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37698, 'team': 47, 'player': 11047, 'created': 1733171881352}, {'id': 37785, 'team': 33, 'pla [ S N I P P E D ] 2025-02-16 15:47:04,146 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11047/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:04,231 - card_creation - INFO - return: {'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carusmi01', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}} 2025-02-16 15:47:04,231 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snopech01'), ('cardset_id', 20)] 2025-02-16 15:47:04,373 - card_creation - INFO - session info: 2025-02-16 15:47:04,373 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snopech01', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:04,374 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11291/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:04,487 - card_creation - INFO - return: {'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snopech01', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}} 2025-02-16 15:47:04,487 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'brich01"), ('cardset_id', 20)] 2025-02-16 15:47:04,619 - card_creation - INFO - session info: 2025-02-16 15:47:04,619 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'brich01", 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37323, 'team': 47, 'player': 11048, 'created': 1731963342630}, {'id': 37472, 'team' [ S N I P P E D ] 2025-02-16 15:47:04,619 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11048/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:04,735 - card_creation - INFO - return: {'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'brich01", 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}} 2025-02-16 15:47:04,736 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nortogr01'), ('cardset_id', 20)] 2025-02-16 15:47:04,870 - card_creation - INFO - session info: 2025-02-16 15:47:04,870 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nortogr01', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38815, 'team': 38, 'player': 11243, 'created': 1738297160146}]}}]} 2025-02-16 15:47:04,870 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11243/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:04,966 - card_creation - INFO - return: {'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nortogr01', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}} 2025-02-16 15:47:04,966 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abbotje01'), ('cardset_id', 20)] 2025-02-16 15:47:05,088 - card_creation - INFO - session info: 2025-02-16 15:47:05,089 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotje01', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38149, 'team': 38, 'player': 11244, 'created': 1735046474667}, {'id': 38951, 'team': 4 [ S N I P P E D ] 2025-02-16 15:47:05,089 - card_creation - INFO - patch: players [('cost', '293'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11244/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:05,224 - card_creation - INFO - return: {'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotje01', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}} 2025-02-16 15:47:05,224 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stewash01'), ('cardset_id', 20)] 2025-02-16 15:47:05,357 - card_creation - INFO - session info: 2025-02-16 15:47:05,357 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stewash01', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35553, 'team': 69, 'player': 10677, 'created': 1730616941189}, {'id': 35660, 'team': 38 [ S N I P P E D ] 2025-02-16 15:47:05,357 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10677/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:05,500 - card_creation - INFO - return: {'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stewash01', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}} 2025-02-16 15:47:05,500 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greensh01'), ('cardset_id', 20)] 2025-02-16 15:47:05,601 - card_creation - INFO - session info: 2025-02-16 15:47:05,601 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greensh01', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35539, 'team': 38, 'player': 10678, 'created': 1730616940558}, {'id': 35617, 'team': 69, 'play [ S N I P P E D ] 2025-02-16 15:47:05,601 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10678/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:05,693 - card_creation - INFO - return: {'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greensh01', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}} 2025-02-16 15:47:05,693 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cansejo01'), ('cardset_id', 20)] 2025-02-16 15:47:05,835 - card_creation - INFO - session info: 2025-02-16 15:47:05,835 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cansejo01', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35523, 'team': 38, 'player': 10679, 'created': 1730616940591}, {'id': 35684, 'team': [ S N I P P E D ] 2025-02-16 15:47:05,835 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10679/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:05,924 - card_creation - INFO - return: {'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cansejo01', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}} 2025-02-16 15:47:05,924 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delgaca01'), ('cardset_id', 20)] 2025-02-16 15:47:06,043 - card_creation - INFO - session info: 2025-02-16 15:47:06,044 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 848, 'image': 'https://pd.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delgaca01', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:06,044 - card_creation - INFO - patch: players [('cost', '260'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11049/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:06,157 - card_creation - INFO - return: {'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 260, 'image': 'https://pddev.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delgaca01', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}} 2025-02-16 15:47:06,157 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stanlmi02'), ('cardset_id', 20)] 2025-02-16 15:47:06,263 - card_creation - INFO - session info: 2025-02-16 15:47:06,263 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 1095, 'image': 'https://pd.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stanlmi02', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35399, 'team': 33, 'player': 10680, 'created': 1730616941935}, {'id': 35519, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 15:47:06,263 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10680/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:06,397 - card_creation - INFO - return: {'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stanlmi02', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}} 2025-02-16 15:47:06,397 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spraged02'), ('cardset_id', 20)] 2025-02-16 15:47:06,528 - card_creation - INFO - session info: 2025-02-16 15:47:06,528 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spraged02', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35785, 'team': 47, 'player': 10681, 'created': 1730616940558}, {'id': 37783, 'team': 33, [ S N I P P E D ] 2025-02-16 15:47:06,528 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10681/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:06,618 - card_creation - INFO - return: {'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spraged02', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}} 2025-02-16 15:47:06,619 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fernato01'), ('cardset_id', 20)] 2025-02-16 15:47:06,772 - card_creation - INFO - session info: 2025-02-16 15:47:06,772 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fernato01', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35700, 'team': 47, 'player': 10682, 'created': 1730616941189}, {'id': 36196, 'te [ S N I P P E D ] 2025-02-16 15:47:06,772 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10682/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:06,904 - card_creation - INFO - return: {'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fernato01', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}} 2025-02-16 15:47:06,905 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fletcda01'), ('cardset_id', 20)] 2025-02-16 15:47:06,998 - card_creation - INFO - session info: 2025-02-16 15:47:06,998 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fletcda01', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37329, 'team': 47, 'player': 11115, 'created': 1731963342653}]}}]} 2025-02-16 15:47:06,998 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11115/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:07,115 - card_creation - INFO - return: {'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fletcda01', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}} 2025-02-16 15:47:07,115 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaal01'), ('cardset_id', 20)] 2025-02-16 15:47:07,253 - card_creation - INFO - session info: 2025-02-16 15:47:07,253 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaal01', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35649, 'team': 47, 'player': 10683, 'created': 1730616940558}, {'id': 35929, 'team': 55, 'p [ S N I P P E D ] 2025-02-16 15:47:07,253 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10683/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:07,346 - card_creation - INFO - return: {'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaal01', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}} 2025-02-16 15:47:07,347 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cruzjo02'), ('cardset_id', 20)] 2025-02-16 15:47:07,492 - card_creation - INFO - session info: 2025-02-16 15:47:07,492 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzjo02', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35412, 'team': 33, 'player': 10684, 'created': 1730616942106}]}}]} 2025-02-16 15:47:07,493 - card_creation - INFO - patch: players [('cost', '643'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10684/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:07,565 - card_creation - INFO - return: {'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzjo02', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}} 2025-02-16 15:47:07,566 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huntebr02'), ('cardset_id', 20)] 2025-02-16 15:47:07,674 - card_creation - INFO - session info: 2025-02-16 15:47:07,674 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr02', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:07,675 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10947/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:07,746 - card_creation - INFO - return: {'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr02', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}} 2025-02-16 15:47:07,746 - card_creation - INFO - get: players id: None params: [('bbref_id', 'randajo01'), ('cardset_id', 20)] 2025-02-16 15:47:07,818 - card_creation - INFO - session info: 2025-02-16 15:47:07,818 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'randajo01', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 36477, 'team': 47, 'player': 10948, 'created': 1730920176625}, {'id': 36521, 'team': 38, 'player': 10948 [ S N I P P E D ] 2025-02-16 15:47:07,819 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10948/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:07,942 - card_creation - INFO - return: {'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'randajo01', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}} 2025-02-16 15:47:07,942 - card_creation - INFO - get: players id: None params: [('bbref_id', 'higgibo02'), ('cardset_id', 20)] 2025-02-16 15:47:08,071 - card_creation - INFO - session info: 2025-02-16 15:47:08,071 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'higgibo02', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35398, 'team': 33, 'player': 10685, 'created': 1730616941935}, {'id': 35708, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 15:47:08,071 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10685/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:08,160 - card_creation - INFO - return: {'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'higgibo02', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}} 2025-02-16 15:47:08,160 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkto02'), ('cardset_id', 20)] 2025-02-16 15:47:08,244 - card_creation - INFO - session info: 2025-02-16 15:47:08,244 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 251, 'image': 'https://pd.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkto02', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36132, 'team': 33, 'player': 10686, 'created': 1730920177137}, {'id': 36265, 'team': 55, 'player': 10686 [ S N I P P E D ] 2025-02-16 15:47:08,244 - card_creation - INFO - patch: players [('cost', '244'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10686/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:08,342 - card_creation - INFO - return: {'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkto02', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}} 2025-02-16 15:47:08,343 - card_creation - INFO - get: players id: None params: [('bbref_id', 'easleda01'), ('cardset_id', 20)] 2025-02-16 15:47:08,484 - card_creation - INFO - session info: 2025-02-16 15:47:08,484 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'easleda01', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36459, 'team': 47, 'player': 10949, 'created': 1730920177137}, {'id': 36608, 'team': 49, 'player': 1 [ S N I P P E D ] 2025-02-16 15:47:08,484 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10949/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:08,570 - card_creation - INFO - return: {'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'easleda01', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}} 2025-02-16 15:47:08,571 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzalu01'), ('cardset_id', 20)] 2025-02-16 15:47:08,658 - card_creation - INFO - session info: 2025-02-16 15:47:08,658 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzalu01', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36471, 'team': 47, 'player': 10950, 'created': 1730920177283}, {'id': 37211, 'team': 33, 'player': 1095 [ S N I P P E D ] 2025-02-16 15:47:08,658 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10950/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:08,746 - card_creation - INFO - return: {'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzalu01', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}} 2025-02-16 15:47:08,746 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olivejo01'), ('cardset_id', 20)] 2025-02-16 15:47:08,839 - card_creation - INFO - session info: 2025-02-16 15:47:08,839 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivejo01', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36995, 'team': 47, 'player': 11050, 'created': 1731602870133}, {'id': 37485, 'team': 33, [ S N I P P E D ] 2025-02-16 15:47:08,840 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11050/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:08,926 - card_creation - INFO - return: {'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivejo01', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}} 2025-02-16 15:47:08,926 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cruzde01'), ('cardset_id', 20)] 2025-02-16 15:47:09,022 - card_creation - INFO - session info: 2025-02-16 15:47:09,022 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzde01', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37711, 'team': 47, 'player': 11116, 'created': 1733172010978}]}}]} 2025-02-16 15:47:09,023 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11116/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:09,115 - card_creation - INFO - return: {'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzde01', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}} 2025-02-16 15:47:09,115 - card_creation - INFO - get: players id: None params: [('bbref_id', 'barteki01'), ('cardset_id', 20)] 2025-02-16 15:47:09,264 - card_creation - INFO - session info: 2025-02-16 15:47:09,264 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'barteki01', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:09,264 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11506/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:09,366 - card_creation - INFO - return: {'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'barteki01', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}} 2025-02-16 15:47:09,366 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bakopa01'), ('cardset_id', 20)] 2025-02-16 15:47:09,499 - card_creation - INFO - session info: 2025-02-16 15:47:09,499 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bakopa01', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:09,500 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11507/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:09,590 - card_creation - INFO - return: {'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bakopa01', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}} 2025-02-16 15:47:09,590 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henderi01'), ('cardset_id', 20)] 2025-02-16 15:47:09,704 - card_creation - INFO - session info: 2025-02-16 15:47:09,704 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henderi01', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35521, 'team': 47, 'player': 10687, 'created': 1730616941935}, {'id': 35587, 'team': [ S N I P P E D ] 2025-02-16 15:47:09,704 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10687/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:09,818 - card_creation - INFO - return: {'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henderi01', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}} 2025-02-16 15:47:09,818 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grievbe01'), ('cardset_id', 20)] 2025-02-16 15:47:09,963 - card_creation - INFO - session info: 2025-02-16 15:47:09,963 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 298, 'image': 'https://pd.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grievbe01', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35565, 'team': 69, 'player': 10688, 'created': 1730616941189}, {'id': 35705, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 15:47:09,963 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10688/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:10,056 - card_creation - INFO - return: {'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grievbe01', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}} 2025-02-16 15:47:10,056 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blowemi01'), ('cardset_id', 20)] 2025-02-16 15:47:10,197 - card_creation - INFO - session info: 2025-02-16 15:47:10,197 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blowemi01', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:10,198 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11117/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:10,292 - card_creation - INFO - return: {'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blowemi01', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}} 2025-02-16 15:47:10,292 - card_creation - INFO - get: players id: None params: [('bbref_id', 'giambja01'), ('cardset_id', 20)] 2025-02-16 15:47:10,388 - card_creation - INFO - session info: 2025-02-16 15:47:10,389 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'giambja01', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35396, 'team': 33, 'player': 10689, 'created': 1730616941679}, {'id': 35560, 'team': 69, 'player': [ S N I P P E D ] 2025-02-16 15:47:10,389 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10689/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:10,467 - card_creation - INFO - return: {'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'giambja01', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}} 2025-02-16 15:47:10,467 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abbotku01'), ('cardset_id', 20)] 2025-02-16 15:47:10,604 - card_creation - INFO - session info: 2025-02-16 15:47:10,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotku01', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37866, 'team': 47, 'player': 11118, 'created': 1733700057396}]}}]} 2025-02-16 15:47:10,605 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11118/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:10,720 - card_creation - INFO - return: {'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotku01', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}} 2025-02-16 15:47:10,720 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spiezsc01'), ('cardset_id', 20)] 2025-02-16 15:47:10,806 - card_creation - INFO - session info: 2025-02-16 15:47:10,806 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spiezsc01', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37209, 'team': 33, 'player': 10951, 'created': 1731963342633}, {'id': 37675, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 15:47:10,806 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10951/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:10,898 - card_creation - INFO - return: {'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spiezsc01', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}} 2025-02-16 15:47:10,898 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hincha.01'), ('cardset_id', 20)] 2025-02-16 15:47:11,016 - card_creation - INFO - session info: 2025-02-16 15:47:11,016 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hincha.01', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37469, 'team': 33, 'player': 10952, 'created': 1731963342633}, {'id': 38314, 'team': 47, 'player': 10 [ S N I P P E D ] 2025-02-16 15:47:11,017 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10952/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:11,147 - card_creation - INFO - return: {'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hincha.01', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}} 2025-02-16 15:47:11,147 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bournra01'), ('cardset_id', 20)] 2025-02-16 15:47:11,246 - card_creation - INFO - session info: 2025-02-16 15:47:11,246 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bournra01', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37317, 'team': 47, 'player': 11119, 'created': 1731963342653}, {'id': 38811, [ S N I P P E D ] 2025-02-16 15:47:11,246 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11119/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:11,367 - card_creation - INFO - return: {'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bournra01', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}} 2025-02-16 15:47:11,368 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baughju01'), ('cardset_id', 20)] 2025-02-16 15:47:11,473 - card_creation - INFO - session info: 2025-02-16 15:47:11,473 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baughju01', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38835, 'team': 38, 'player': 11201, 'created': 1738533340064}, {'id': 38956, 'te [ S N I P P E D ] 2025-02-16 15:47:11,473 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11201/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:11,574 - card_creation - INFO - return: {'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baughju01', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}} 2025-02-16 15:47:11,574 - card_creation - INFO - get: players id: None params: [('bbref_id', 'macfami01'), ('cardset_id', 20)] 2025-02-16 15:47:11,675 - card_creation - INFO - session info: 2025-02-16 15:47:11,675 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macfami01', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:11,675 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11120/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:11,774 - card_creation - INFO - return: {'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macfami01', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}} 2025-02-16 15:47:11,774 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 20)] 2025-02-16 15:47:11,882 - card_creation - INFO - session info: 2025-02-16 15:47:11,882 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 1094, 'image': 'https://pd.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36454, 'team': 47, 'player': 10953, 'created': 1731272300483}]}}]} 2025-02-16 15:47:11,883 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10953/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:12,003 - card_creation - INFO - return: {'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-16 15:47:12,004 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcdonja02'), ('cardset_id', 20)] 2025-02-16 15:47:12,102 - card_creation - INFO - session info: 2025-02-16 15:47:12,102 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdonja02', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37489, 'team': 33, 'player': 11121, 'created': 1731963342633}, {'id': 37684, [ S N I P P E D ] 2025-02-16 15:47:12,102 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11121/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:12,194 - card_creation - INFO - return: {'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdonja02', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}} 2025-02-16 15:47:12,195 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walketo04'), ('cardset_id', 20)] 2025-02-16 15:47:12,324 - card_creation - INFO - session info: 2025-02-16 15:47:12,324 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walketo04', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:12,324 - card_creation - INFO - patch: players [('cost', '252'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11245/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:12,444 - card_creation - INFO - return: {'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 252, 'image': 'https://pddev.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walketo04', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}} 2025-02-16 15:47:12,444 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gatesbr01'), ('cardset_id', 20)] 2025-02-16 15:47:12,569 - card_creation - INFO - session info: 2025-02-16 15:47:12,569 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gatesbr01', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37719, 'team': 47, 'player': 11122, 'created': 1733172010978}]}}]} 2025-02-16 15:47:12,569 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11122/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:12,710 - card_creation - INFO - return: {'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gatesbr01', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}} 2025-02-16 15:47:12,710 - card_creation - INFO - get: players id: None params: [('bbref_id', 'molitpa01'), ('cardset_id', 20)] 2025-02-16 15:47:12,791 - card_creation - INFO - session info: 2025-02-16 15:47:12,791 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'molitpa01', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35497, 'team': 47, 'player': 10690, 'created': 1730616941189}, {'id': 36273, 'team': 55, [ S N I P P E D ] 2025-02-16 15:47:12,791 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10690/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:12,892 - card_creation - INFO - return: {'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'molitpa01', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}} 2025-02-16 15:47:12,892 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordoma01'), ('cardset_id', 20)] 2025-02-16 15:47:12,992 - card_creation - INFO - session info: 2025-02-16 15:47:12,992 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordoma01', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37623, 'team': 33, 'player': 11123, 'created': 1731963342642}]}}]} 2025-02-16 15:47:12,992 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11123/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:13,081 - card_creation - INFO - return: {'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordoma01', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}} 2025-02-16 15:47:13,081 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lawtoma02'), ('cardset_id', 20)] 2025-02-16 15:47:13,210 - card_creation - INFO - session info: 2025-02-16 15:47:13,211 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lawtoma02', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37500, 'team': 33, 'player': 10954, 'created': 1731963342633}, {'id': 37679, 'team': 47, 'player': 109 [ S N I P P E D ] 2025-02-16 15:47:13,211 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10954/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:13,299 - card_creation - INFO - return: {'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lawtoma02', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}} 2025-02-16 15:47:13,299 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steinte01'), ('cardset_id', 20)] 2025-02-16 15:47:13,429 - card_creation - INFO - session info: 2025-02-16 15:47:13,430 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinte01', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37232, 'team': 33, 'player': 10691, 'created': 1731963342642}, {'id': 37401, 'team' [ S N I P P E D ] 2025-02-16 15:47:13,430 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10691/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:13,515 - card_creation - INFO - return: {'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinte01', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}} 2025-02-16 15:47:13,515 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mearepa01'), ('cardset_id', 20)] 2025-02-16 15:47:13,612 - card_creation - INFO - session info: 2025-02-16 15:47:13,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mearepa01', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35520, 'team': 47, 'player': 10692, 'created': 1730616941935}, {'id': 35720, 'team': 38, ' [ S N I P P E D ] 2025-02-16 15:47:13,613 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10692/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:13,706 - card_creation - INFO - return: {'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mearepa01', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}} 2025-02-16 15:47:13,706 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hockide01'), ('cardset_id', 20)] 2025-02-16 15:47:13,842 - card_creation - INFO - session info: 2025-02-16 15:47:13,842 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hockide01', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38334, 'team': 47, 'player': 11170, 'created': 1736205194812}]}}]} 2025-02-16 15:47:13,842 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11170/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:13,936 - card_creation - INFO - return: {'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hockide01', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}} 2025-02-16 15:47:13,937 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coomero01'), ('cardset_id', 20)] 2025-02-16 15:47:14,042 - card_creation - INFO - session info: 2025-02-16 15:47:14,042 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coomero01', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35550, 'team': 69, 'player': 10693, 'created': 1730616941189}, {'id': 35681, 'team': 47, 'player': 10693 [ S N I P P E D ] 2025-02-16 15:47:14,043 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10693/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:14,138 - card_creation - INFO - return: {'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coomero01', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}} 2025-02-16 15:47:14,138 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ochoaal01'), ('cardset_id', 20)] 2025-02-16 15:47:14,235 - card_creation - INFO - session info: 2025-02-16 15:47:14,236 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ochoaal01', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38409, 'team': 55, 'player': 11124, 'created': 1736205194812}]}}]} 2025-02-16 15:47:14,236 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11124/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:14,361 - card_creation - INFO - return: {'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ochoaal01', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}} 2025-02-16 15:47:14,361 - card_creation - INFO - get: players id: None params: [('bbref_id', 'damonjo01'), ('cardset_id', 20)] 2025-02-16 15:47:14,464 - card_creation - INFO - session info: 2025-02-16 15:47:14,464 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'damonjo01', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35554, 'team': 69, 'player': 10694, 'created': 1730616941189}, {'id': 35644, 'team': 47, ' [ S N I P P E D ] 2025-02-16 15:47:14,464 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10694/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:14,553 - card_creation - INFO - return: {'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'damonjo01', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}} 2025-02-16 15:47:14,553 - card_creation - INFO - get: players id: None params: [('bbref_id', 'offerjo01'), ('cardset_id', 20)] 2025-02-16 15:47:14,681 - card_creation - INFO - session info: 2025-02-16 15:47:14,681 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 868, 'image': 'https://pd.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'offerjo01', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:14,682 - card_creation - INFO - patch: players [('cost', '1230'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10695/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:14,810 - card_creation - INFO - return: {'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 1230, 'image': 'https://pddev.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'offerjo01', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}} 2025-02-16 15:47:14,811 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morriha02'), ('cardset_id', 20)] 2025-02-16 15:47:14,902 - card_creation - INFO - session info: 2025-02-16 15:47:14,902 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morriha02', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36006, 'team': 38, 'player': 10696, 'created': 1730785303729}, {'id': 37900, 'team': 4 [ S N I P P E D ] 2025-02-16 15:47:14,903 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10696/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:14,988 - card_creation - INFO - return: {'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morriha02', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}} 2025-02-16 15:47:14,989 - card_creation - INFO - get: players id: None params: [('bbref_id', 'palmede01'), ('cardset_id', 20)] 2025-02-16 15:47:15,065 - card_creation - INFO - session info: 2025-02-16 15:47:15,065 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmede01', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36987, 'team': 47, 'player': 10697, 'created': 1731602869923}]}}]} 2025-02-16 15:47:15,065 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10697/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:15,200 - card_creation - INFO - return: {'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmede01', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}} 2025-02-16 15:47:15,200 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kingje01'), ('cardset_id', 20)] 2025-02-16 15:47:15,299 - card_creation - INFO - session info: 2025-02-16 15:47:15,328 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10698, 'p_name': 'Jeff King', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingje01', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36481, 'team': 47, 'player': 10698, 'created': 1730920176625}, {'id': 37552, 'team': 33, ' [ S N I P P E D ] 2025-02-16 15:47:15,328 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10698/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:15,423 - card_creation - INFO - return: {'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingje01', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}} 2025-02-16 15:47:15,424 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coninje01'), ('cardset_id', 20)] 2025-02-16 15:47:15,562 - card_creation - INFO - session info: 2025-02-16 15:47:15,563 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coninje01', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38955, 'team': 47, 'player': 11202, 'created': 1739121114674}]}}]} 2025-02-16 15:47:15,563 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11202/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:15,648 - card_creation - INFO - return: {'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coninje01', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}} 2025-02-16 15:47:15,648 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dyeje01'), ('cardset_id', 20)] 2025-02-16 15:47:15,778 - card_creation - INFO - session info: 2025-02-16 15:47:15,778 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dyeje01', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:15,779 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11203/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:15,904 - card_creation - INFO - return: {'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dyeje01', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}} 2025-02-16 15:47:15,904 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fasansa01'), ('cardset_id', 20)] 2025-02-16 15:47:16,035 - card_creation - INFO - session info: 2025-02-16 15:47:16,035 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasansa01', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:16,035 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11204/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:16,134 - card_creation - INFO - return: {'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasansa01', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}} 2025-02-16 15:47:16,135 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haltesh01'), ('cardset_id', 20)] 2025-02-16 15:47:16,241 - card_creation - INFO - session info: 2025-02-16 15:47:16,241 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haltesh01', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37578, 'team': 33, 'player': 11051, 'created': 1731963342633}]}}]} 2025-02-16 15:47:16,242 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11051/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:16,347 - card_creation - INFO - return: {'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haltesh01', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}} 2025-02-16 15:47:16,347 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezne01'), ('cardset_id', 20)] 2025-02-16 15:47:16,437 - card_creation - INFO - session info: 2025-02-16 15:47:16,437 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezne01', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35546, 'team': 69, 'player': 10699, 'created': 1730616941189}, {'id': 36517, 'team': 38, 'player': 1 [ S N I P P E D ] 2025-02-16 15:47:16,438 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10699/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:16,565 - card_creation - INFO - return: {'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezne01', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}} 2025-02-16 15:47:16,566 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodwcu01'), ('cardset_id', 20)] 2025-02-16 15:47:16,671 - card_creation - INFO - session info: 2025-02-16 15:47:16,672 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwcu01', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38819, 'team': 38, 'player': 11246, 'created': 1738533340064}]}}]} 2025-02-16 15:47:16,672 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11246/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:16,771 - card_creation - INFO - return: {'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwcu01', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}} 2025-02-16 15:47:16,771 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bicheda01'), ('cardset_id', 20)] 2025-02-16 15:47:16,863 - card_creation - INFO - session info: 2025-02-16 15:47:16,863 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bicheda01', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35612, 'team': 69, 'player': 10700, 'created': 1730616941060}, {'id': 35636, 'team [ S N I P P E D ] 2025-02-16 15:47:16,863 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10700/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:16,968 - card_creation - INFO - return: {'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bicheda01', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}} 2025-02-16 15:47:16,968 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walkela01'), ('cardset_id', 20)] 2025-02-16 15:47:17,064 - card_creation - INFO - session info: 2025-02-16 15:47:17,064 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 2598, 'image': 'https://pd.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37253, 'team': 49, 'player': 10701, 'created': 1731963342639}]}}]} 2025-02-16 15:47:17,064 - card_creation - INFO - patch: players [('cost', '232'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10701/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:17,186 - card_creation - INFO - return: {'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}} 2025-02-16 15:47:17,187 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 20)] 2025-02-16 15:47:17,295 - card_creation - INFO - session info: 2025-02-16 15:47:17,295 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 1064, 'image': 'https://pd.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35830, 'team': 33, 'player': 10702, 'created': 1730616941189}, {'id': 36262, 'team': 55, 'player': [ S N I P P E D ] 2025-02-16 15:47:17,296 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10702/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:17,422 - card_creation - INFO - return: {'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-16 15:47:17,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burksel01'), ('cardset_id', 20)] 2025-02-16 15:47:17,526 - card_creation - INFO - session info: 2025-02-16 15:47:17,526 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 522, 'image': 'https://pd.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burksel01', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35588, 'team': 69, 'player': 10703, 'created': 1730616941189}, {'id': 35664, 'team': 38, 'p [ S N I P P E D ] 2025-02-16 15:47:17,526 - card_creation - INFO - patch: players [('cost', '229'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10703/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:17,655 - card_creation - INFO - return: {'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burksel01', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}} 2025-02-16 15:47:17,656 - card_creation - INFO - get: players id: None params: [('bbref_id', 'heltoto01'), ('cardset_id', 20)] 2025-02-16 15:47:17,760 - card_creation - INFO - session info: 2025-02-16 15:47:17,760 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heltoto01', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36627, 'team': 47, 'player': 10955, 'created': 1731297998339}, {'id': 36657, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-16 15:47:17,761 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10955/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:17,860 - card_creation - INFO - return: {'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heltoto01', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}} 2025-02-16 15:47:17,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lansimi01'), ('cardset_id', 20)] 2025-02-16 15:47:17,947 - card_creation - INFO - session info: 2025-02-16 15:47:17,947 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lansimi01', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35930, 'team': 55, 'player': 10704, 'created': 1730748267594}, {'id': 36528, 'team': 3 [ S N I P P E D ] 2025-02-16 15:47:17,947 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10704/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:18,045 - card_creation - INFO - return: {'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lansimi01', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}} 2025-02-16 15:47:18,045 - card_creation - INFO - get: players id: None params: [('bbref_id', 'manwaki01'), ('cardset_id', 20)] 2025-02-16 15:47:18,132 - card_creation - INFO - session info: 2025-02-16 15:47:18,132 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manwaki01', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36962, 'team': 47, 'player': 10956, 'created': 1731602869931}, {'id': 37493, 'te [ S N I P P E D ] 2025-02-16 15:47:18,133 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10956/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:18,259 - card_creation - INFO - return: {'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manwaki01', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}} 2025-02-16 15:47:18,260 - card_creation - INFO - get: players id: None params: [('bbref_id', 'corajo01'), ('cardset_id', 20)] 2025-02-16 15:47:18,356 - card_creation - INFO - session info: 2025-02-16 15:47:18,357 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corajo01', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35505, 'team': 47, 'player': 10705, 'created': 1730616941189}, {'id': 35561, 'team': [ S N I P P E D ] 2025-02-16 15:47:18,357 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10705/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:18,454 - card_creation - INFO - return: {'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corajo01', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}} 2025-02-16 15:47:18,455 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrial01'), ('cardset_id', 20)] 2025-02-16 15:47:18,787 - card_creation - INFO - session info: 2025-02-16 15:47:18,787 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 259, 'image': 'https://pd.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrial01', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36250, 'team': 47, 'player': 10706, 'created': 1730920176761}, {'id': 36538, 'team': 38, 'p [ S N I P P E D ] 2025-02-16 15:47:18,788 - card_creation - INFO - patch: players [('cost', '1234'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10706/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:18,927 - card_creation - INFO - return: {'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 1234, 'image': 'https://pddev.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrial01', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}} 2025-02-16 15:47:18,928 - card_creation - INFO - get: players id: None params: [('bbref_id', 'griffke02'), ('cardset_id', 20)] 2025-02-16 15:47:19,025 - card_creation - INFO - session info: 2025-02-16 15:47:19,025 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 3190, 'image': 'https://pd.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'griffke02', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35859, 'team': 53, 'player': 10707, 'created': 1730616941189}, {'id': 36094, 'team': 49, 'pl [ S N I P P E D ] 2025-02-16 15:47:19,025 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10707/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:19,103 - card_creation - INFO - return: {'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'griffke02', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}} 2025-02-16 15:47:19,103 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buhneja01'), ('cardset_id', 20)] 2025-02-16 15:47:19,187 - card_creation - INFO - session info: 2025-02-16 15:47:19,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buhneja01', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:19,187 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11451/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:19,295 - card_creation - INFO - return: {'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buhneja01', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}} 2025-02-16 15:47:19,295 - card_creation - INFO - get: players id: None params: [('bbref_id', 'seguida01'), ('cardset_id', 20)] 2025-02-16 15:47:19,375 - card_creation - INFO - session info: 2025-02-16 15:47:19,375 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10708, 'p_name': 'David Segui', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seguida01', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37475, 'team': 33, 'player': 10708, 'created': 1731963342633}, {'id': 37678, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-16 15:47:19,375 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10708/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:19,458 - card_creation - INFO - return: {'player_id': 10708, 'p_name': 'David Segui', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seguida01', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}} 2025-02-16 15:47:19,458 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martied01'), ('cardset_id', 20)] 2025-02-16 15:47:19,554 - card_creation - INFO - session info: 2025-02-16 15:47:19,554 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 269, 'image': 'https://pd.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martied01', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35586, 'team': 69, 'player': 10709, 'created': 1730616941189}]}}]} 2025-02-16 15:47:19,554 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10709/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:19,671 - card_creation - INFO - return: {'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martied01', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}} 2025-02-16 15:47:19,671 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hillgl01'), ('cardset_id', 20)] 2025-02-16 15:47:19,773 - card_creation - INFO - session info: 2025-02-16 15:47:19,773 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillgl01', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38336, 'team': 47, 'player': 11052, 'created': 1735336764577}]}}]} 2025-02-16 15:47:19,773 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11052/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:19,856 - card_creation - INFO - return: {'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillgl01', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}} 2025-02-16 15:47:19,856 - card_creation - INFO - get: players id: None params: [('bbref_id', 'davisru01'), ('cardset_id', 20)] 2025-02-16 15:47:19,967 - card_creation - INFO - session info: 2025-02-16 15:47:19,967 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'davisru01', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36483, 'team': 47, 'player': 10957, 'created': 1730920176625}, {'id': 37229, 'team': 33, ' [ S N I P P E D ] 2025-02-16 15:47:19,967 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10957/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:20,048 - card_creation - INFO - return: {'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'davisru01', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}} 2025-02-16 15:47:20,048 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wilsoda01'), ('cardset_id', 20)] 2025-02-16 15:47:20,141 - card_creation - INFO - session info: 2025-02-16 15:47:20,141 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wilsoda01', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36681, 'team': 33, 'player': 10958, 'created': 1731602869489}, {'id': 37701, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-16 15:47:20,141 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10958/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:20,215 - card_creation - INFO - return: {'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wilsoda01', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}} 2025-02-16 15:47:20,215 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alicelu01'), ('cardset_id', 20)] 2025-02-16 15:47:20,329 - card_creation - INFO - session info: 2025-02-16 15:47:20,329 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 96, 'image': 'https://pd.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alicelu01', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:20,329 - card_creation - INFO - patch: players [('cost', '788'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11247/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:20,447 - card_creation - INFO - return: {'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alicelu01', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}} 2025-02-16 15:47:20,447 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellyro01'), ('cardset_id', 20)] 2025-02-16 15:47:20,538 - card_creation - INFO - session info: 2025-02-16 15:47:20,538 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellyro01', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38960, 'team': 47, 'player': 11508, 'created': 1739121114147}]}}]} 2025-02-16 15:47:20,538 - card_creation - INFO - patch: players [('cost', '276'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11508/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:20,654 - card_creation - INFO - return: {'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellyro01', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}} 2025-02-16 15:47:20,654 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greerru01'), ('cardset_id', 20)] 2025-02-16 15:47:20,739 - card_creation - INFO - session info: 2025-02-16 15:47:20,739 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greerru01', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35597, 'team': 47, 'player': 10710, 'created': 1730616940558}, {'id': 35658, 'team': 38, 'player': 1071 [ S N I P P E D ] 2025-02-16 15:47:20,739 - card_creation - INFO - patch: players [('cost', '238'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10710/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:20,828 - card_creation - INFO - return: {'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 238, 'image': 'https://pddev.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greerru01', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}} 2025-02-16 15:47:20,828 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaju03'), ('cardset_id', 20)] 2025-02-16 15:47:20,908 - card_creation - INFO - session info: 2025-02-16 15:47:20,908 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaju03', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35781, 'team': 47, 'player': 10711, 'created': 1730616941935}, {'id': 35862, 'team': 33, 'player': [ S N I P P E D ] 2025-02-16 15:47:20,908 - card_creation - INFO - patch: players [('cost', '975'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10711/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:21,009 - card_creation - INFO - return: {'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 975, 'image': 'https://pddev.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaju03', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}} 2025-02-16 15:47:21,010 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkwi02'), ('cardset_id', 20)] 2025-02-16 15:47:21,103 - card_creation - INFO - session info: 2025-02-16 15:47:21,103 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10712, 'p_name': 'Will Clark', 'cost': 265, 'image': 'https://pd.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkwi02', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36059, 'team': 33, 'player': 10712, 'created': 1730785303487}, {'id': 37724, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 15:47:21,103 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10712/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:21,206 - card_creation - INFO - return: {'player_id': 10712, 'p_name': 'Will Clark', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkwi02', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}} 2025-02-16 15:47:21,207 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodriiv01'), ('cardset_id', 20)] 2025-02-16 15:47:21,296 - card_creation - INFO - session info: 2025-02-16 15:47:21,296 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriiv01', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36077, 'team': 33, 'player': 10713, 'created': 1730785303487}]}}]} 2025-02-16 15:47:21,296 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10713/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:21,442 - card_creation - INFO - return: {'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriiv01', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}} 2025-02-16 15:47:21,443 - card_creation - INFO - get: players id: None params: [('bbref_id', 'elsteke01'), ('cardset_id', 20)] 2025-02-16 15:47:21,590 - card_creation - INFO - session info: 2025-02-16 15:47:21,590 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elsteke01', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36963, 'team': 47, 'player': 10714, 'created': 1731602869931}]}}]} 2025-02-16 15:47:21,591 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10714/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:21,687 - card_creation - INFO - return: {'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elsteke01', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}} 2025-02-16 15:47:21,687 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tatisfe01'), ('cardset_id', 20)] 2025-02-16 15:47:21,811 - card_creation - INFO - session info: 2025-02-16 15:47:21,811 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tatisfe01', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:21,811 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11125/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:21,933 - card_creation - INFO - return: {'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tatisfe01', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}} 2025-02-16 15:47:21,933 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodwto01'), ('cardset_id', 20)] 2025-02-16 15:47:22,067 - card_creation - INFO - session info: 2025-02-16 15:47:22,067 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwto01', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:22,067 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11126/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:22,174 - card_creation - INFO - return: {'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwto01', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}} 2025-02-16 15:47:22,174 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stevele01'), ('cardset_id', 20)] 2025-02-16 15:47:22,249 - card_creation - INFO - session info: 2025-02-16 15:47:22,249 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:22,249 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'stevl001')] 2025-02-16 15:47:22,344 - card_creation - INFO - session info: 2025-02-16 15:47:22,344 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:22,345 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Lee', 'last_name': 'Stevens', 'key_mlbam': 122765, 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001'} type: 2025-02-16 15:47:22,461 - card_creation - INFO - return: {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2} 2025-02-16 15:47:22,462 - card_creation - INFO - post: players payload: {'p_name': 'Lee Stevens', 'cost': '700', 'image': 'change-me', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset_id': 20, 'set_num': 796, 'rarity_id': 1, 'description': 'Live', 'bbref_id': 'stevele01', 'fangr_id': 796, 'mlbplayer_id': 4321, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:22,584 - card_creation - INFO - return: {'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'change-me', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stevele01', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}} 2025-02-16 15:47:22,584 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11544/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:22,694 - card_creation - INFO - return: {'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stevele01', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}} 2025-02-16 15:47:22,694 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cedendo01'), ('cardset_id', 20)] 2025-02-16 15:47:22,789 - card_creation - INFO - session info: 2025-02-16 15:47:22,789 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedendo01', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:22,789 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11248/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:22,904 - card_creation - INFO - return: {'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedendo01', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}} 2025-02-16 15:47:22,904 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cedenro01'), ('cardset_id', 20)] 2025-02-16 15:47:22,996 - card_creation - INFO - session info: 2025-02-16 15:47:22,996 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedenro01', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37656, 'team': 33, 'player': 11053, 'created': 1733171881352}]}}]} 2025-02-16 15:47:22,997 - card_creation - INFO - patch: players [('cost', '250'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11053/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:23,076 - card_creation - INFO - return: {'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedenro01', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}} 2025-02-16 15:47:23,076 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guerrwi01'), ('cardset_id', 20)] 2025-02-16 15:47:23,172 - card_creation - INFO - session info: 2025-02-16 15:47:23,173 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrwi01', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:23,173 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11487/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:23,267 - card_creation - INFO - return: {'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrwi01', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}} 2025-02-16 15:47:23,267 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheffga01'), ('cardset_id', 20)] 2025-02-16 15:47:23,369 - card_creation - INFO - session info: 2025-02-16 15:47:23,369 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 291, 'image': 'https://pd.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:23,369 - card_creation - INFO - patch: players [('cost', '1097'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11171/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:23,505 - card_creation - INFO - return: {'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 1097, 'image': 'https://pddev.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-16 15:47:23,505 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karroer01'), ('cardset_id', 20)] 2025-02-16 15:47:23,604 - card_creation - INFO - session info: 2025-02-16 15:47:23,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karroer01', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37655, 'team': 33, 'player': 11172, 'created': 1733171881352}]}}]} 2025-02-16 15:47:23,604 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11172/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:23,707 - card_creation - INFO - return: {'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karroer01', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}} 2025-02-16 15:47:23,707 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mondera01'), ('cardset_id', 20)] 2025-02-16 15:47:23,817 - card_creation - INFO - session info: 2025-02-16 15:47:23,817 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mondera01', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36469, 'team': 47, 'player': 10959, 'created': 1730920177137}, {'id': 37423, 'team': 31, [ S N I P P E D ] 2025-02-16 15:47:23,818 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10959/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:23,898 - card_creation - INFO - return: {'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mondera01', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}} 2025-02-16 15:47:23,898 - card_creation - INFO - get: players id: None params: [('bbref_id', 'konerpa01'), ('cardset_id', 20)] 2025-02-16 15:47:24,002 - card_creation - INFO - session info: 2025-02-16 15:47:24,002 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'konerpa01', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:24,003 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11249/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:24,092 - card_creation - INFO - return: {'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'konerpa01', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}} 2025-02-16 15:47:24,092 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsch04'), ('cardset_id', 20)] 2025-02-16 15:47:24,183 - card_creation - INFO - session info: 2025-02-16 15:47:24,183 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsch04', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38882, 'team': 47, 'player': 11173, 'created': 1738297182021}]}}]} 2025-02-16 15:47:24,183 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11173/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:24,277 - card_creation - INFO - return: {'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsch04', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}} 2025-02-16 15:47:24,277 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castrju01'), ('cardset_id', 20)] 2025-02-16 15:47:24,389 - card_creation - INFO - session info: 2025-02-16 15:47:24,389 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castrju01', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:24,389 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11292/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:24,476 - card_creation - INFO - return: {'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castrju01', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}} 2025-02-16 15:47:24,476 - card_creation - INFO - get: players id: None params: [('bbref_id', 'younger01'), ('cardset_id', 20)] 2025-02-16 15:47:24,556 - card_creation - INFO - session info: 2025-02-16 15:47:24,556 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10715, 'p_name': 'Eric Young', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'younger01', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35642, 'team': 47, 'player': 10715, 'created': 1730616941935}, {'id': 36071, 'team': 33, 'player [ S N I P P E D ] 2025-02-16 15:47:24,556 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10715/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:24,641 - card_creation - INFO - return: {'player_id': 10715, 'p_name': 'Eric Young', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'younger01', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}} 2025-02-16 15:47:24,641 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hubbatr01'), ('cardset_id', 20)] 2025-02-16 15:47:24,749 - card_creation - INFO - session info: 2025-02-16 15:47:24,749 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:24,749 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'hubbt001')] 2025-02-16 15:47:24,835 - card_creation - INFO - session info: 2025-02-16 15:47:24,835 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:24,835 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Trent', 'last_name': 'Hubbard', 'key_mlbam': 116248, 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001'} type: 2025-02-16 15:47:24,923 - card_creation - INFO - return: {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3} 2025-02-16 15:47:24,924 - card_creation - INFO - post: players payload: {'p_name': 'Trent Hubbard', 'cost': '1039', 'image': 'change-me', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset_id': 20, 'set_num': 1036, 'rarity_id': 1, 'description': 'Live', 'bbref_id': 'hubbatr01', 'fangr_id': 1036, 'mlbplayer_id': 4322, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:25,025 - card_creation - INFO - return: {'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'change-me', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hubbatr01', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}} 2025-02-16 15:47:25,025 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11545/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:25,120 - card_creation - INFO - return: {'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hubbatr01', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}} 2025-02-16 15:47:25,120 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamilda02'), ('cardset_id', 20)] 2025-02-16 15:47:25,198 - card_creation - INFO - session info: 2025-02-16 15:47:25,198 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamilda02', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35514, 'team': 47, 'player': 10716, 'created': 1730616941189}]}}]} 2025-02-16 15:47:25,198 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10716/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:25,287 - card_creation - INFO - return: {'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamilda02', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}} 2025-02-16 15:47:25,287 - card_creation - INFO - get: players id: None params: [('bbref_id', 'muellbi02'), ('cardset_id', 20)] 2025-02-16 15:47:25,373 - card_creation - INFO - session info: 2025-02-16 15:47:25,373 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'muellbi02', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36961, 'team': 47, 'player': 10717, 'created': 1731602869923}, {'id': 37559, 'team': 33, ' [ S N I P P E D ] 2025-02-16 15:47:25,374 - card_creation - INFO - patch: players [('cost', '287'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10717/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:25,506 - card_creation - INFO - return: {'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'muellbi02', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}} 2025-02-16 15:47:25,507 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bondsba01'), ('cardset_id', 20)] 2025-02-16 15:47:25,597 - card_creation - INFO - session info: 2025-02-16 15:47:25,597 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bondsba01', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35608, 'team': 69, 'player': 10718, 'created': 1730616941189}, {'id': 35651, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 15:47:25,597 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10718/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:25,693 - card_creation - INFO - return: {'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bondsba01', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}} 2025-02-16 15:47:25,693 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hayesch01'), ('cardset_id', 20)] 2025-02-16 15:47:25,785 - card_creation - INFO - session info: 2025-02-16 15:47:25,785 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 284, 'image': 'https://pd.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayesch01', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37471, 'team': 33, 'player': 11127, 'created': 1731963342633}]}}]} 2025-02-16 15:47:25,785 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11127/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:25,874 - card_creation - INFO - return: {'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayesch01', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}} 2025-02-16 15:47:25,874 - card_creation - INFO - get: players id: None params: [('bbref_id', 'javiest01'), ('cardset_id', 20)] 2025-02-16 15:47:25,961 - card_creation - INFO - session info: 2025-02-16 15:47:25,961 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'javiest01', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36411, 'team': 69, 'player': 10719, 'created': 1730920177283}, {'id': 36513, 'te [ S N I P P E D ] 2025-02-16 15:47:25,961 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10719/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:26,059 - card_creation - INFO - return: {'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'javiest01', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}} 2025-02-16 15:47:26,060 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aurilri01'), ('cardset_id', 20)] 2025-02-16 15:47:26,153 - card_creation - INFO - session info: 2025-02-16 15:47:26,153 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aurilri01', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35713, 'team': 47, 'player': 10720, 'created': 1730616941189}, {'id': 36137, 'team': 55 [ S N I P P E D ] 2025-02-16 15:47:26,154 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10720/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:26,290 - card_creation - INFO - return: {'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aurilri01', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}} 2025-02-16 15:47:26,291 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snowj.01'), ('cardset_id', 20)] 2025-02-16 15:47:27,351 - card_creation - INFO - session info: 2025-02-16 15:47:27,351 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10721, 'p_name': 'JT Snow', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snowj.01', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35667, 'team': 38, 'player': 10721, 'created': 1730616941189}, {'id': 35954, 'team': 55, 'player [ S N I P P E D ] 2025-02-16 15:47:27,351 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10721/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:27,466 - card_creation - INFO - return: {'player_id': 10721, 'p_name': 'JT Snow', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snowj.01', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}} 2025-02-16 15:47:27,467 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsbr01'), ('cardset_id', 20)] 2025-02-16 15:47:27,581 - card_creation - INFO - session info: 2025-02-16 15:47:27,581 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsbr01', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35616, 'team': 69, 'player': 10722, 'created': 1730616941935}, {'id': 3596 [ S N I P P E D ] 2025-02-16 15:47:27,582 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10722/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:27,667 - card_creation - INFO - return: {'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsbr01', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}} 2025-02-16 15:47:27,667 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sanchre01'), ('cardset_id', 20)] 2025-02-16 15:47:27,770 - card_creation - INFO - session info: 2025-02-16 15:47:27,770 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchre01', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38333, 'team': 47, 'player': 11174, 'created': 1736205194812}]}}]} 2025-02-16 15:47:27,770 - card_creation - INFO - patch: players [('cost', '301'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11174/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:27,881 - card_creation - INFO - return: {'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchre01', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}} 2025-02-16 15:47:27,882 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesch05'), ('cardset_id', 20)] 2025-02-16 15:47:27,968 - card_creation - INFO - session info: 2025-02-16 15:47:27,968 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch05', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:27,968 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11452/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:28,055 - card_creation - INFO - return: {'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch05', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}} 2025-02-16 15:47:28,055 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maynebr01'), ('cardset_id', 20)] 2025-02-16 15:47:28,167 - card_creation - INFO - session info: 2025-02-16 15:47:28,167 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maynebr01', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38316, 'team': 47, 'player': 11453, 'created': 1735014966488}]}}]} 2025-02-16 15:47:28,167 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11453/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:28,238 - card_creation - INFO - return: {'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maynebr01', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}} 2025-02-16 15:47:28,238 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benarma01'), ('cardset_id', 20)] 2025-02-16 15:47:28,308 - card_creation - INFO - session info: 2025-02-16 15:47:28,308 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:28,308 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'benam001')] 2025-02-16 15:47:28,409 - card_creation - INFO - session info: 2025-02-16 15:47:28,409 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:28,410 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Marvin', 'last_name': 'Benard', 'key_mlbam': 110847, 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001'} type: 2025-02-16 15:47:28,481 - card_creation - INFO - return: {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3} 2025-02-16 15:47:28,482 - card_creation - INFO - post: players payload: {'p_name': 'Marvin Benard', 'cost': '95', 'image': 'change-me', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset_id': 20, 'set_num': 1382, 'rarity_id': 3, 'description': 'Live', 'bbref_id': 'benarma01', 'fangr_id': 1382, 'mlbplayer_id': 4323, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:28,565 - card_creation - INFO - return: {'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'change-me', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benarma01', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}} 2025-02-16 15:47:28,565 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11546/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:28,659 - card_creation - INFO - return: {'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benarma01', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}} 2025-02-16 15:47:28,659 - card_creation - INFO - get: players id: None params: [('bbref_id', 'roberbi01'), ('cardset_id', 20)] 2025-02-16 15:47:28,774 - card_creation - INFO - session info: 2025-02-16 15:47:28,774 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'roberbi01', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:28,774 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11128/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:28,861 - card_creation - INFO - return: {'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'roberbi01', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}} 2025-02-16 15:47:28,861 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tejadmi01'), ('cardset_id', 20)] 2025-02-16 15:47:28,939 - card_creation - INFO - session info: 2025-02-16 15:47:28,939 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tejadmi01', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:28,939 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11293/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:29,012 - card_creation - INFO - return: {'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tejadmi01', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}} 2025-02-16 15:47:29,012 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chrisry01'), ('cardset_id', 20)] 2025-02-16 15:47:29,102 - card_creation - INFO - session info: 2025-02-16 15:47:29,102 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisry01', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:29,103 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11175/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:29,183 - card_creation - INFO - return: {'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisry01', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}} 2025-02-16 15:47:29,183 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mitchke01'), ('cardset_id', 20)] 2025-02-16 15:47:29,269 - card_creation - INFO - session info: 2025-02-16 15:47:29,269 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:29,269 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'mitck001')] 2025-02-16 15:47:29,382 - card_creation - INFO - session info: 2025-02-16 15:47:29,382 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:29,382 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_mlbam': 119195, 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001'} type: 2025-02-16 15:47:29,455 - card_creation - INFO - return: {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3} 2025-02-16 15:47:29,456 - card_creation - INFO - Only one position found for Kevin Mitchell 2025-02-16 15:47:29,456 - card_creation - INFO - post: players payload: {'p_name': 'Kevin Mitchell', 'cost': '9', 'image': 'change-me', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset_id': 20, 'set_num': 1009004, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'mitchke01', 'fangr_id': 1009004, 'mlbplayer_id': 4324, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:29,569 - card_creation - INFO - return: {'player_id': 11547, 'p_name': 'Kevin Mitchell', 'cost': 9, 'image': 'change-me', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mitchke01', 'fangr_id': '1009004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3}} 2025-02-16 15:47:29,569 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11547/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:29,698 - card_creation - INFO - return: {'player_id': 11547, 'p_name': 'Kevin Mitchell', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11547/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mitchke01', 'fangr_id': '1009004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3}} 2025-02-16 15:47:29,699 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winnra01'), ('cardset_id', 20)] 2025-02-16 15:47:29,799 - card_creation - INFO - session info: 2025-02-16 15:47:29,799 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winnra01', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:29,799 - card_creation - INFO - patch: players [('cost', '1440'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11294/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:29,885 - card_creation - INFO - return: {'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winnra01', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}} 2025-02-16 15:47:29,886 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trammbu01'), ('cardset_id', 20)] 2025-02-16 15:47:29,977 - card_creation - INFO - session info: 2025-02-16 15:47:29,977 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:29,977 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'tramb001')] 2025-02-16 15:47:30,065 - card_creation - INFO - session info: 2025-02-16 15:47:30,065 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:30,066 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Bubba', 'last_name': 'Trammell', 'key_mlbam': 123438, 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001'} type: 2025-02-16 15:47:30,160 - card_creation - INFO - return: {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3} 2025-02-16 15:47:30,161 - card_creation - INFO - post: players payload: {'p_name': 'Bubba Trammell', 'cost': '246', 'image': 'change-me', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset_id': 20, 'set_num': 1057, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'trammbu01', 'fangr_id': 1057, 'mlbplayer_id': 4325, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:30,256 - card_creation - INFO - return: {'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'change-me', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trammbu01', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}} 2025-02-16 15:47:30,256 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11548/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:30,404 - card_creation - INFO - return: {'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trammbu01', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}} 2025-02-16 15:47:30,404 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellymi02'), ('cardset_id', 20)] 2025-02-16 15:47:30,549 - card_creation - INFO - session info: 2025-02-16 15:47:30,550 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellymi02', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37600, 'team': 33, 'player': 11054, 'created': 1731963342633}, {'id': 37704, 'team': [ S N I P P E D ] 2025-02-16 15:47:30,550 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11054/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:30,646 - card_creation - INFO - return: {'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellymi02', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}} 2025-02-16 15:47:30,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderbr01'), ('cardset_id', 20)] 2025-02-16 15:47:30,771 - card_creation - INFO - session info: 2025-02-16 15:47:30,772 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr01', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37683, 'team': 47, 'player': 11055, 'created': 1733172010978}]}}]} 2025-02-16 15:47:30,772 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11055/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:30,893 - card_creation - INFO - return: {'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr01', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}} 2025-02-16 15:47:30,894 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rebouje01'), ('cardset_id', 20)] 2025-02-16 15:47:31,029 - card_creation - INFO - session info: 2025-02-16 15:47:31,030 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rebouje01', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:31,030 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11488/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:31,125 - card_creation - INFO - return: {'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rebouje01', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}} 2025-02-16 15:47:31,125 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitema01'), ('cardset_id', 20)] 2025-02-16 15:47:31,217 - card_creation - INFO - session info: 2025-02-16 15:47:31,217 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema01', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38846, 'team': 38, 'player': 11454, 'created': 1738297241556}]}}]} 2025-02-16 15:47:31,217 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11454/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:31,326 - card_creation - INFO - return: {'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema01', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}} 2025-02-16 15:47:31,326 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alomasa02'), ('cardset_id', 20)] 2025-02-16 15:47:31,423 - card_creation - INFO - session info: 2025-02-16 15:47:31,423 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomasa02', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35585, 'team': 69, 'player': 10723, 'created': 1730616941189}, {'id': 35719, 'team': 47, [ S N I P P E D ] 2025-02-16 15:47:31,423 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10723/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:31,507 - card_creation - INFO - return: {'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomasa02', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}} 2025-02-16 15:47:31,508 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellda01'), ('cardset_id', 20)] 2025-02-16 15:47:31,592 - card_creation - INFO - session info: 2025-02-16 15:47:31,592 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11129, 'p_name': 'David Bell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellda01', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37697, 'team': 47, 'player': 11129, 'created': 1733171881352}]}}]} 2025-02-16 15:47:31,592 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11129/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:31,763 - card_creation - INFO - return: {'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellda01', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}} 2025-02-16 15:47:31,764 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alvarga01'), ('cardset_id', 20)] 2025-02-16 15:47:31,828 - card_creation - INFO - session info: 2025-02-16 15:47:31,829 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarga01', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:31,829 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11509/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:31,920 - card_creation - INFO - return: {'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarga01', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}} 2025-02-16 15:47:31,920 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grebecr01'), ('cardset_id', 20)] 2025-02-16 15:47:32,000 - card_creation - INFO - session info: 2025-02-16 15:47:32,000 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grebecr01', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:32,001 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11205/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:32,071 - card_creation - INFO - return: {'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grebecr01', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}} 2025-02-16 15:47:32,071 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeffegr01'), ('cardset_id', 20)] 2025-02-16 15:47:32,144 - card_creation - INFO - session info: 2025-02-16 15:47:32,144 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffegr01', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36261, 'team': 55, 'player': 10724, 'created': 1730920176630}, {'id': 36571, [ S N I P P E D ] 2025-02-16 15:47:32,144 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10724/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:32,236 - card_creation - INFO - return: {'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffegr01', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}} 2025-02-16 15:47:32,236 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sweenmi01'), ('cardset_id', 20)] 2025-02-16 15:47:32,316 - card_creation - INFO - session info: 2025-02-16 15:47:32,316 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sweenmi01', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35524, 'team': 38, 'player': 10725, 'created': 1730616940591}, {'id': 35647, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 15:47:32,316 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10725/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:32,391 - card_creation - INFO - return: {'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sweenmi01', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}} 2025-02-16 15:47:32,391 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezme01'), ('cardset_id', 20)] 2025-02-16 15:47:32,496 - card_creation - INFO - session info: 2025-02-16 15:47:32,496 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:32,496 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'lopem001')] 2025-02-16 15:47:32,585 - card_creation - INFO - session info: 2025-02-16 15:47:32,585 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:32,585 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mendy', 'last_name': 'Lopez', 'key_mlbam': 133741, 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001'} type: 2025-02-16 15:47:32,663 - card_creation - INFO - return: {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3} 2025-02-16 15:47:32,664 - card_creation - INFO - post: players payload: {'p_name': 'Mendy Lopez', 'cost': '24', 'image': 'change-me', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset_id': 20, 'set_num': 1458, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'lopezme01', 'fangr_id': 1458, 'mlbplayer_id': 4326, 'pos_1': 'SS', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:32,760 - card_creation - INFO - return: {'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'change-me', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezme01', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}} 2025-02-16 15:47:32,760 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11549/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:32,860 - card_creation - INFO - return: {'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezme01', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}} 2025-02-16 15:47:32,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pendlte01'), ('cardset_id', 20)] 2025-02-16 15:47:32,939 - card_creation - INFO - session info: 2025-02-16 15:47:32,939 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pendlte01', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:32,940 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11510/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:33,045 - card_creation - INFO - return: {'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pendlte01', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}} 2025-02-16 15:47:33,045 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nixonot01'), ('cardset_id', 20)] 2025-02-16 15:47:33,136 - card_creation - INFO - session info: 2025-02-16 15:47:33,137 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nixonot01', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37699, 'team': 47, 'player': 10726, 'created': 1733171881352}]}}]} 2025-02-16 15:47:33,137 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10726/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:33,264 - card_creation - INFO - return: {'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nixonot01', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}} 2025-02-16 15:47:33,265 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ortizda01'), ('cardset_id', 20)] 2025-02-16 15:47:33,353 - card_creation - INFO - session info: 2025-02-16 15:47:33,353 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizda01', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35653, 'team': 47, 'player': 10727, 'created': 1730616941406}, {'id': 35948, 'team': 55, 'player' [ S N I P P E D ] 2025-02-16 15:47:33,353 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10727/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:33,453 - card_creation - INFO - return: {'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizda01', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}} 2025-02-16 15:47:33,453 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mclemma01'), ('cardset_id', 20)] 2025-02-16 15:47:33,538 - card_creation - INFO - session info: 2025-02-16 15:47:33,538 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mclemma01', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35711, 'team': 47, 'player': 10728, 'created': 1730616941679}, {'id': 37251, 'team': 49, 'player': [ S N I P P E D ] 2025-02-16 15:47:33,538 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10728/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:33,624 - card_creation - INFO - return: {'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mclemma01', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}} 2025-02-16 15:47:33,625 - card_creation - INFO - get: players id: None params: [('bbref_id', 'zeileto01'), ('cardset_id', 20)] 2025-02-16 15:47:33,701 - card_creation - INFO - session info: 2025-02-16 15:47:33,701 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zeileto01', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37996, 'team': 47, 'player': 10960, 'created': 1734921897621}]}}]} 2025-02-16 15:47:33,701 - card_creation - INFO - patch: players [('cost', '926'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10960/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:33,771 - card_creation - INFO - return: {'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 926, 'image': 'https://pddev.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zeileto01', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}} 2025-02-16 15:47:33,772 - card_creation - INFO - get: players id: None params: [('bbref_id', 'claytro01'), ('cardset_id', 20)] 2025-02-16 15:47:33,854 - card_creation - INFO - session info: 2025-02-16 15:47:33,854 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'claytro01', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35529, 'team': 38, 'player': 10729, 'created': 1730616941935}, {'id': 35638, 'team': 47, 'player': 107 [ S N I P P E D ] 2025-02-16 15:47:33,854 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10729/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:33,923 - card_creation - INFO - return: {'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'claytro01', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}} 2025-02-16 15:47:33,923 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitede03'), ('cardset_id', 20)] 2025-02-16 15:47:34,015 - card_creation - INFO - session info: 2025-02-16 15:47:34,015 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10730, 'p_name': 'Devon White', 'cost': 19, 'image': 'https://pd.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitede03', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35580, 'team': 69, 'player': 10730, 'created': 1730616941189}, {'id': 37705, [ S N I P P E D ] 2025-02-16 15:47:34,015 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10730/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:34,089 - card_creation - INFO - return: {'player_id': 10730, 'p_name': 'Devon White', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitede03', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}} 2025-02-16 15:47:34,089 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellja01'), ('cardset_id', 20)] 2025-02-16 15:47:34,159 - card_creation - INFO - session info: 2025-02-16 15:47:34,160 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellja01', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35982, 'team': 53, 'player': 10731, 'created': 1730785303408}, {'id': 36492, 'team': 47, 'player': 1073 [ S N I P P E D ] 2025-02-16 15:47:34,160 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10731/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:34,222 - card_creation - INFO - return: {'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellja01', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}} 2025-02-16 15:47:34,223 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leetr01'), ('cardset_id', 20)] 2025-02-16 15:47:34,320 - card_creation - INFO - session info: 2025-02-16 15:47:34,320 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leetr01', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35564, 'team': 69, 'player': 10732, 'created': 1730616941189}, {'id': 35657, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:47:34,320 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10732/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:34,419 - card_creation - INFO - return: {'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leetr01', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}} 2025-02-16 15:47:34,420 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willima04'), ('cardset_id', 20)] 2025-02-16 15:47:34,490 - card_creation - INFO - session info: 2025-02-16 15:47:34,490 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willima04', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35397, 'team': 33, 'player': 10733, 'created': 1730616941679}, {'id': 36621, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 15:47:34,490 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10733/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:34,569 - card_creation - INFO - return: {'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willima04', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}} 2025-02-16 15:47:34,569 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bredebr01'), ('cardset_id', 20)] 2025-02-16 15:47:34,647 - card_creation - INFO - session info: 2025-02-16 15:47:34,647 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bredebr01', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:34,647 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11130/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:34,725 - card_creation - INFO - return: {'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bredebr01', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}} 2025-02-16 15:47:34,725 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcika01'), ('cardset_id', 20)] 2025-02-16 15:47:34,800 - card_creation - INFO - session info: 2025-02-16 15:47:34,800 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcika01', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:34,800 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11489/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:34,871 - card_creation - INFO - return: {'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcika01', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}} 2025-02-16 15:47:34,871 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fabrejo01'), ('cardset_id', 20)] 2025-02-16 15:47:34,959 - card_creation - INFO - session info: 2025-02-16 15:47:34,960 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fabrejo01', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:34,960 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11511/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:35,106 - card_creation - INFO - return: {'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fabrejo01', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}} 2025-02-16 15:47:35,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benitya01'), ('cardset_id', 20)] 2025-02-16 15:47:35,207 - card_creation - INFO - session info: 2025-02-16 15:47:35,207 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitya01', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37717, 'team': 47, 'player': 11056, 'created': 1733172010978}, {'id': 38 [ S N I P P E D ] 2025-02-16 15:47:35,208 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11056/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:35,310 - card_creation - INFO - return: {'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitya01', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}} 2025-02-16 15:47:35,310 - card_creation - INFO - get: players id: None params: [('bbref_id', 'batisto01'), ('cardset_id', 20)] 2025-02-16 15:47:35,456 - card_creation - INFO - session info: 2025-02-16 15:47:35,457 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batisto01', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38961, 'team': 47, 'player': 11250, 'created': 1739121114147}]}}]} 2025-02-16 15:47:35,457 - card_creation - INFO - patch: players [('cost', '717'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11250/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:35,548 - card_creation - INFO - return: {'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batisto01', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}} 2025-02-16 15:47:35,549 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kentje01'), ('cardset_id', 20)] 2025-02-16 15:47:35,675 - card_creation - INFO - session info: 2025-02-16 15:47:35,675 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kentje01', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36199, 'team': 33, 'player': 10734, 'created': 1730920176630}, {'id': 36475, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 15:47:35,676 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10734/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:35,764 - card_creation - INFO - return: {'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kentje01', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}} 2025-02-16 15:47:35,764 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stinnke01'), ('cardset_id', 20)] 2025-02-16 15:47:35,860 - card_creation - INFO - session info: 2025-02-16 15:47:35,860 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stinnke01', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:35,861 - card_creation - INFO - patch: players [('cost', '276'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11131/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:35,949 - card_creation - INFO - return: {'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stinnke01', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}} 2025-02-16 15:47:35,950 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foxan01'), ('cardset_id', 20)] 2025-02-16 15:47:36,050 - card_creation - INFO - session info: 2025-02-16 15:47:36,051 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxan01', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38121, 'team': 47, 'player': 11295, 'created': 1735014966835}]}}]} 2025-02-16 15:47:36,051 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11295/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:36,168 - card_creation - INFO - return: {'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxan01', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}} 2025-02-16 15:47:36,169 - card_creation - INFO - get: players id: None params: [('bbref_id', 'floydcl01'), ('cardset_id', 20)] 2025-02-16 15:47:36,260 - card_creation - INFO - session info: 2025-02-16 15:47:36,260 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floydcl01', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35779, 'team': 47, 'player': 10735, 'created': 1730616941189}]}}]} 2025-02-16 15:47:36,260 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10735/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:36,353 - card_creation - INFO - return: {'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floydcl01', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}} 2025-02-16 15:47:36,353 - card_creation - INFO - get: players id: None params: [('bbref_id', 'renteed01'), ('cardset_id', 20)] 2025-02-16 15:47:36,447 - card_creation - INFO - session info: 2025-02-16 15:47:36,447 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'renteed01', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37519, 'team': 49, 'player': 10961, 'created': 1731963342630}, {'id': 38814, 'team': 38, 'pl [ S N I P P E D ] 2025-02-16 15:47:36,448 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10961/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:36,542 - card_creation - INFO - return: {'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'renteed01', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}} 2025-02-16 15:47:36,542 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kotsama01'), ('cardset_id', 20)] 2025-02-16 15:47:36,625 - card_creation - INFO - session info: 2025-02-16 15:47:36,625 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kotsama01', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37618, 'team': 33, 'player': 11132, 'created': 1731963342653}, {'id': 37708, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:47:36,625 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11132/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:36,714 - card_creation - INFO - return: {'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kotsama01', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}} 2025-02-16 15:47:36,714 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bonilbo01'), ('cardset_id', 20)] 2025-02-16 15:47:36,819 - card_creation - INFO - session info: 2025-02-16 15:47:36,819 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonilbo01', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:36,820 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11206/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:36,899 - card_creation - INFO - return: {'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonilbo01', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}} 2025-02-16 15:47:36,900 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leede02'), ('cardset_id', 20)] 2025-02-16 15:47:37,013 - card_creation - INFO - session info: 2025-02-16 15:47:37,014 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leede02', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37670, 'team': 33, 'player': 11133, 'created': 1731963342630}]}}]} 2025-02-16 15:47:37,014 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11133/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:37,107 - card_creation - INFO - return: {'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leede02', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}} 2025-02-16 15:47:37,107 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stankan01'), ('cardset_id', 20)] 2025-02-16 15:47:37,204 - card_creation - INFO - session info: 2025-02-16 15:47:37,204 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stankan01', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36654, 'team': 33, 'player': 10962, 'created': 1731602869759}]}}]} 2025-02-16 15:47:37,205 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10962/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:37,294 - card_creation - INFO - return: {'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stankan01', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}} 2025-02-16 15:47:37,294 - card_creation - INFO - get: players id: None params: [('bbref_id', 'counscr01'), ('cardset_id', 20)] 2025-02-16 15:47:37,386 - card_creation - INFO - session info: 2025-02-16 15:47:37,386 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'counscr01', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37865, 'team': 47, 'player': 10963, 'created': 1733700057396}]}}]} 2025-02-16 15:47:37,386 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10963/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:37,480 - card_creation - INFO - return: {'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'counscr01', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}} 2025-02-16 15:47:37,481 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksry01'), ('cardset_id', 20)] 2025-02-16 15:47:37,604 - card_creation - INFO - session info: 2025-02-16 15:47:37,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksry01', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:37,604 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11512/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:37,705 - card_creation - INFO - return: {'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksry01', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}} 2025-02-16 15:47:37,706 - card_creation - INFO - get: players id: None params: [('bbref_id', 'zaungr01'), ('cardset_id', 20)] 2025-02-16 15:47:37,874 - card_creation - INFO - session info: 2025-02-16 15:47:37,874 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zaungr01', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38330, 'team': 47, 'player': 11251, 'created': 1736205194812}]}}]} 2025-02-16 15:47:37,874 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11251/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:38,012 - card_creation - INFO - return: {'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zaungr01', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}} 2025-02-16 15:47:38,012 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cangejo01'), ('cardset_id', 20)] 2025-02-16 15:47:38,108 - card_creation - INFO - session info: 2025-02-16 15:47:38,108 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cangejo01', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:38,108 - card_creation - INFO - patch: players [('cost', '262'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11296/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:38,191 - card_creation - INFO - return: {'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cangejo01', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}} 2025-02-16 15:47:38,191 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bergda01'), ('cardset_id', 20)] 2025-02-16 15:47:38,280 - card_creation - INFO - session info: 2025-02-16 15:47:38,280 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergda01', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:38,281 - card_creation - INFO - patch: players [('cost', '516'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11252/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:38,354 - card_creation - INFO - return: {'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergda01', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}} 2025-02-16 15:47:38,354 - card_creation - INFO - get: players id: None params: [('bbref_id', 'weisswa01'), ('cardset_id', 20)] 2025-02-16 15:47:38,430 - card_creation - INFO - session info: 2025-02-16 15:47:38,430 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 272, 'image': 'https://pd.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weisswa01', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37457, 'team': 38, 'player': 10964, 'created': 1731963342653}]}}]} 2025-02-16 15:47:38,430 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10964/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:38,518 - card_creation - INFO - return: {'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weisswa01', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}} 2025-02-16 15:47:38,518 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lockhke01'), ('cardset_id', 20)] 2025-02-16 15:47:38,610 - card_creation - INFO - session info: 2025-02-16 15:47:38,610 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lockhke01', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38317, 'team': 47, 'player': 11207, 'created': 1736205194812}]}}]} 2025-02-16 15:47:38,610 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11207/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:38,725 - card_creation - INFO - return: {'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lockhke01', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}} 2025-02-16 15:47:38,725 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesch06'), ('cardset_id', 20)] 2025-02-16 15:47:38,822 - card_creation - INFO - session info: 2025-02-16 15:47:38,822 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 782, 'image': 'https://pd.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch06', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35877, 'team': 53, 'player': 10736, 'created': 1730748267594}, {'id': 36013, 'team': 69, 'player': 10736, [ S N I P P E D ] 2025-02-16 15:47:38,823 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10736/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:38,908 - card_creation - INFO - return: {'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch06', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}} 2025-02-16 15:47:38,908 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 20)] 2025-02-16 15:47:39,003 - card_creation - INFO - session info: 2025-02-16 15:47:39,003 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37404, 'team': 69, 'player': 10965, 'created': 1731963342653}]}}]} 2025-02-16 15:47:39,004 - card_creation - INFO - patch: players [('cost', '1008'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10965/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:39,134 - card_creation - INFO - return: {'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 1008, 'image': 'https://pddev.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-16 15:47:39,135 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kleskry01'), ('cardset_id', 20)] 2025-02-16 15:47:39,237 - card_creation - INFO - session info: 2025-02-16 15:47:39,237 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kleskry01', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38967, 'team': 47, 'player': 11208, 'created': 1739121113929}]}}]} 2025-02-16 15:47:39,238 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11208/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:39,326 - card_creation - INFO - return: {'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kleskry01', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}} 2025-02-16 15:47:39,327 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezja01'), ('cardset_id', 20)] 2025-02-16 15:47:39,469 - card_creation - INFO - session info: 2025-02-16 15:47:39,469 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezja01', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37874, 'team': 47, 'player': 11209, 'created': 1733700057282}]}}]} 2025-02-16 15:47:39,470 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11209/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:39,567 - card_creation - INFO - return: {'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezja01', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}} 2025-02-16 15:47:39,567 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tuckemi01'), ('cardset_id', 20)] 2025-02-16 15:47:39,706 - card_creation - INFO - session info: 2025-02-16 15:47:39,706 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tuckemi01', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:39,706 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11253/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:39,810 - card_creation - INFO - return: {'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tuckemi01', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}} 2025-02-16 15:47:39,811 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesan01'), ('cardset_id', 20)] 2025-02-16 15:47:39,901 - card_creation - INFO - session info: 2025-02-16 15:47:39,901 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesan01', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:39,901 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10966/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:39,973 - card_creation - INFO - return: {'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesan01', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}} 2025-02-16 15:47:39,973 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delluda01'), ('cardset_id', 20)] 2025-02-16 15:47:40,077 - card_creation - INFO - session info: 2025-02-16 15:47:40,077 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delluda01', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:40,077 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11210/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:40,200 - card_creation - INFO - return: {'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delluda01', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}} 2025-02-16 15:47:40,200 - card_creation - INFO - get: players id: None params: [('bbref_id', 'graffto01'), ('cardset_id', 20)] 2025-02-16 15:47:40,292 - card_creation - INFO - session info: 2025-02-16 15:47:40,292 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 2115, 'image': 'https://pd.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graffto01', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37790, 'team': 33, 'player': 11057, 'created': 1731963342633}, {'id': 37955, 'team': 52, [ S N I P P E D ] 2025-02-16 15:47:40,292 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11057/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:40,440 - card_creation - INFO - return: {'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graffto01', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}} 2025-02-16 15:47:40,441 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willige02'), ('cardset_id', 20)] 2025-02-16 15:47:40,561 - card_creation - INFO - session info: 2025-02-16 15:47:40,561 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willige02', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:40,561 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11211/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:40,659 - card_creation - INFO - return: {'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willige02', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}} 2025-02-16 15:47:40,659 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alexama02'), ('cardset_id', 20)] 2025-02-16 15:47:40,754 - card_creation - INFO - session info: 2025-02-16 15:47:40,754 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alexama02', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37829, 'team': 31, 'player': 11212, 'created': 1733700057449}, {'id': 38623, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 15:47:40,755 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11212/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:40,848 - card_creation - INFO - return: {'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alexama02', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}} 2025-02-16 15:47:40,848 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mieskma01'), ('cardset_id', 20)] 2025-02-16 15:47:40,983 - card_creation - INFO - session info: 2025-02-16 15:47:40,983 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mieskma01', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:40,983 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11480/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:41,070 - card_creation - INFO - return: {'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mieskma01', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}} 2025-02-16 15:47:41,070 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gracema01'), ('cardset_id', 20)] 2025-02-16 15:47:41,176 - card_creation - INFO - session info: 2025-02-16 15:47:41,176 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 985, 'image': 'https://pd.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracema01', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35404, 'team': 33, 'player': 10737, 'created': 1730616941189}, {'id': 35527, 'team': 38, 'player': 10737, 'created': [ S N I P P E D ] 2025-02-16 15:47:41,177 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10737/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:41,281 - card_creation - INFO - return: {'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracema01', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}} 2025-02-16 15:47:41,281 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sosasa01'), ('cardset_id', 20)] 2025-02-16 15:47:41,370 - card_creation - INFO - session info: 2025-02-16 15:47:41,370 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sosasa01', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35987, 'team': 31, 'player': 10738, 'created': 1730785303497}, {'id': 36014, 'team': 69, 'player': 10738, 'creat [ S N I P P E D ] 2025-02-16 15:47:41,370 - card_creation - INFO - patch: players [('cost', '306'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10738/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:41,470 - card_creation - INFO - return: {'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sosasa01', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}} 2025-02-16 15:47:41,470 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernajo01'), ('cardset_id', 20)] 2025-02-16 15:47:41,576 - card_creation - INFO - session info: 2025-02-16 15:47:41,576 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernajo01', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37490, 'team': 33, 'player': 11134, 'created': 1731963342633}, {'id': 37676, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:47:41,576 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11134/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:41,662 - card_creation - INFO - return: {'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernajo01', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}} 2025-02-16 15:47:41,662 - card_creation - INFO - get: players id: None params: [('bbref_id', 'orieke01'), ('cardset_id', 20)] 2025-02-16 15:47:41,749 - card_creation - INFO - session info: 2025-02-16 15:47:41,749 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'orieke01', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35543, 'team': 38, 'player': 10739, 'created': 1730616941189}, {'id': 35582, 'team': 69, 'player': 10 [ S N I P P E D ] 2025-02-16 15:47:41,749 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10739/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:41,852 - card_creation - INFO - return: {'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'orieke01', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}} 2025-02-16 15:47:41,852 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownbr01'), ('cardset_id', 20)] 2025-02-16 15:47:41,945 - card_creation - INFO - session info: 2025-02-16 15:47:41,945 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownbr01', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37321, 'team': 47, 'player': 11058, 'created': 1731963342633}, {'id': 37660, 'team': 33, 'play [ S N I P P E D ] 2025-02-16 15:47:41,945 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11058/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:42,029 - card_creation - INFO - return: {'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownbr01', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}} 2025-02-16 15:47:42,029 - card_creation - INFO - get: players id: None params: [('bbref_id', 'servasc01'), ('cardset_id', 20)] 2025-02-16 15:47:42,119 - card_creation - INFO - session info: 2025-02-16 15:47:42,119 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servasc01', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35963, 'team': 55, 'player': 10740, 'created': 1730748268271}]}}]} 2025-02-16 15:47:42,119 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10740/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:42,202 - card_creation - INFO - return: {'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servasc01', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}} 2025-02-16 15:47:42,203 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moranmi01'), ('cardset_id', 20)] 2025-02-16 15:47:42,302 - card_creation - INFO - session info: 2025-02-16 15:47:42,302 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moranmi01', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35562, 'team': 69, 'player': 10741, 'created': 1730616941189}, {'id': 36284, 'team': 5 [ S N I P P E D ] 2025-02-16 15:47:42,303 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10741/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:42,395 - card_creation - INFO - return: {'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moranmi01', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}} 2025-02-16 15:47:42,395 - card_creation - INFO - get: players id: None params: [('bbref_id', 'milleda02'), ('cardset_id', 20)] 2025-02-16 15:47:42,473 - card_creation - INFO - session info: 2025-02-16 15:47:42,473 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:42,473 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'milld002')] 2025-02-16 15:47:42,559 - card_creation - INFO - session info: 2025-02-16 15:47:42,559 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:42,559 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Damian', 'last_name': 'Miller', 'key_mlbam': 119064, 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002'} type: 2025-02-16 15:47:42,661 - card_creation - INFO - return: {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2} 2025-02-16 15:47:42,661 - card_creation - INFO - Only one position found for Damian Miller 2025-02-16 15:47:42,661 - card_creation - INFO - post: players payload: {'p_name': 'Damian Miller', 'cost': '2348', 'image': 'change-me', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset_id': 20, 'set_num': 65, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'milleda02', 'fangr_id': 65, 'mlbplayer_id': 4327, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:42,796 - card_creation - INFO - return: {'player_id': 11550, 'p_name': 'Damian Miller', 'cost': 2348, 'image': 'change-me', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 65, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milleda02', 'fangr_id': '65', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2}} 2025-02-16 15:47:42,796 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11550/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:42,899 - card_creation - INFO - return: {'player_id': 11550, 'p_name': 'Damian Miller', 'cost': 2348, 'image': 'https://pddev.manticorum.com/api/v2/players/11550/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 65, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milleda02', 'fangr_id': '65', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2}} 2025-02-16 15:47:42,899 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrihe02'), ('cardset_id', 20)] 2025-02-16 15:47:42,991 - card_creation - INFO - session info: 2025-02-16 15:47:42,991 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 24, 'image': 'https://pd.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrihe02', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35724, 'team': 38, 'player': 10742, 'created': 1730616941935}, {'id': 36460, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 15:47:42,991 - card_creation - INFO - patch: players [('cost', '259'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10742/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:43,119 - card_creation - INFO - return: {'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 259, 'image': 'https://pddev.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrihe02', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}} 2025-02-16 15:47:43,119 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vinafe01'), ('cardset_id', 20)] 2025-02-16 15:47:43,244 - card_creation - INFO - session info: 2025-02-16 15:47:43,244 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vinafe01', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35411, 'team': 33, 'player': 10743, 'created': 1730616940558}, {'id': 35635, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 15:47:43,244 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10743/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:43,346 - card_creation - INFO - return: {'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vinafe01', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}} 2025-02-16 15:47:43,346 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cirilje01'), ('cardset_id', 20)] 2025-02-16 15:47:43,444 - card_creation - INFO - session info: 2025-02-16 15:47:43,444 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cirilje01', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35516, 'team': 47, 'player': 10744, 'created': 1730616941189}, {'id': 35736, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 15:47:43,444 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10744/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:43,524 - card_creation - INFO - return: {'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cirilje01', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}} 2025-02-16 15:47:43,524 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loretma01'), ('cardset_id', 20)] 2025-02-16 15:47:43,625 - card_creation - INFO - session info: 2025-02-16 15:47:43,625 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loretma01', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38325, 'team': 47, 'player': 10967, 'created': 1735337233607}]}}]} 2025-02-16 15:47:43,626 - card_creation - INFO - patch: players [('cost', '230'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10967/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:43,710 - card_creation - INFO - return: {'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loretma01', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}} 2025-02-16 15:47:43,710 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burnije01'), ('cardset_id', 20)] 2025-02-16 15:47:43,804 - card_creation - INFO - session info: 2025-02-16 15:47:43,805 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burnije01', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35592, 'team': 47, 'player': 10745, 'created': 1730616941189}, {'id': 36121, 'team': 38, [ S N I P P E D ] 2025-02-16 15:47:43,805 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10745/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:43,915 - card_creation - INFO - return: {'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burnije01', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}} 2025-02-16 15:47:43,915 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grissma02'), ('cardset_id', 20)] 2025-02-16 15:47:44,026 - card_creation - INFO - session info: 2025-02-16 15:47:44,026 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grissma02', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35393, 'team': 33, 'player': 10746, 'created': 1730616941679}, {'id': 35574, 'team': 6 [ S N I P P E D ] 2025-02-16 15:47:44,026 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10746/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:44,124 - card_creation - INFO - return: {'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grissma02', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}} 2025-02-16 15:47:44,124 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nilssda01'), ('cardset_id', 20)] 2025-02-16 15:47:44,222 - card_creation - INFO - session info: 2025-02-16 15:47:44,222 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nilssda01', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:44,222 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11455/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:44,317 - card_creation - INFO - return: {'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nilssda01', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}} 2025-02-16 15:47:44,317 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hughebo01'), ('cardset_id', 20)] 2025-02-16 15:47:44,407 - card_creation - INFO - session info: 2025-02-16 15:47:44,407 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 255, 'image': 'https://pd.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hughebo01', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:44,408 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11490/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:44,502 - card_creation - INFO - return: {'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hughebo01', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}} 2025-02-16 15:47:44,502 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksda03'), ('cardset_id', 20)] 2025-02-16 15:47:44,591 - card_creation - INFO - session info: 2025-02-16 15:47:44,591 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksda03', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:44,592 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11059/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:44,724 - card_creation - INFO - return: {'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksda03', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}} 2025-02-16 15:47:44,724 - card_creation - INFO - get: players id: None params: [('bbref_id', 'newfima01'), ('cardset_id', 20)] 2025-02-16 15:47:44,827 - card_creation - INFO - session info: 2025-02-16 15:47:44,827 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'newfima01', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37319, 'team': 47, 'player': 11060, 'created': 1731963342633}]}}]} 2025-02-16 15:47:44,828 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11060/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:44,919 - card_creation - INFO - return: {'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'newfima01', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}} 2025-02-16 15:47:44,919 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenjo03'), ('cardset_id', 20)] 2025-02-16 15:47:45,006 - card_creation - INFO - session info: 2025-02-16 15:47:45,006 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo03', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35571, 'team': 69, 'player': 10747, 'created': 1730616941189}, {'id': 35916, 'team': 55, 'play [ S N I P P E D ] 2025-02-16 15:47:45,006 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10747/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:45,088 - card_creation - INFO - return: {'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo03', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}} 2025-02-16 15:47:45,089 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathemi01'), ('cardset_id', 20)] 2025-02-16 15:47:45,180 - card_creation - INFO - session info: 2025-02-16 15:47:45,180 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 21, 'image': 'https://pd.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathemi01', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36398, 'team': 53, 'player': 10748, 'created': 1730920176630}, {'id': 37324, 'team': 47, ' [ S N I P P E D ] 2025-02-16 15:47:45,181 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10748/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:45,283 - card_creation - INFO - return: {'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathemi01', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}} 2025-02-16 15:47:45,283 - card_creation - INFO - get: players id: None params: [('bbref_id', 'womacto01'), ('cardset_id', 20)] 2025-02-16 15:47:45,393 - card_creation - INFO - session info: 2025-02-16 15:47:45,393 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'womacto01', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35566, 'team': 69, 'player': 10749, 'created': 1730616941189}, {'id': 35943, 'team': 55, 'playe [ S N I P P E D ] 2025-02-16 15:47:45,393 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10749/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:45,527 - card_creation - INFO - return: {'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'womacto01', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}} 2025-02-16 15:47:45,527 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martial03'), ('cardset_id', 20)] 2025-02-16 15:47:45,621 - card_creation - INFO - session info: 2025-02-16 15:47:45,621 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10750, 'p_name': 'Al Martin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martial03', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35508, 'team': 47, 'player': 10750, 'created': 1730616941189}, {'id': 35605, 'team': 69, 'pla [ S N I P P E D ] 2025-02-16 15:47:45,621 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10750/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:45,700 - card_creation - INFO - return: {'player_id': 10750, 'p_name': 'Al Martin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martial03', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}} 2025-02-16 15:47:45,700 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kendaja01'), ('cardset_id', 20)] 2025-02-16 15:47:45,800 - card_creation - INFO - session info: 2025-02-16 15:47:45,800 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 510, 'image': 'https://pd.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kendaja01', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35602, 'team': 47, 'player': 10751, 'created': 1730616941189}, {'id': 35673, 'team': 38, 'player [ S N I P P E D ] 2025-02-16 15:47:45,800 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10751/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:45,892 - card_creation - INFO - return: {'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kendaja01', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}} 2025-02-16 15:47:45,892 - card_creation - INFO - get: players id: None params: [('bbref_id', 'youngke01'), ('cardset_id', 20)] 2025-02-16 15:47:45,978 - card_creation - INFO - session info: 2025-02-16 15:47:45,978 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngke01', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35394, 'team': 33, 'player': 10752, 'created': 1730616941679}, {'id': 35552, 'team': 69, 'pla [ S N I P P E D ] 2025-02-16 15:47:45,978 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10752/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:46,068 - card_creation - INFO - return: {'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngke01', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}} 2025-02-16 15:47:46,069 - card_creation - INFO - get: players id: None params: [('bbref_id', 'allenje01'), ('cardset_id', 20)] 2025-02-16 15:47:46,207 - card_creation - INFO - session info: 2025-02-16 15:47:46,208 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 230, 'image': 'https://pd.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'allenje01', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36664, 'team': 33, 'player': 10753, 'created': 1731602869923}, {'id': 377 [ S N I P P E D ] 2025-02-16 15:47:46,208 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10753/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:46,308 - card_creation - INFO - return: {'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'allenje01', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}} 2025-02-16 15:47:46,308 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wardtu01'), ('cardset_id', 20)] 2025-02-16 15:47:46,460 - card_creation - INFO - session info: 2025-02-16 15:47:46,460 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wardtu01', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:46,460 - card_creation - INFO - patch: players [('cost', '297'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11491/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:46,566 - card_creation - INFO - return: {'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wardtu01', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}} 2025-02-16 15:47:46,566 - card_creation - INFO - get: players id: None params: [('bbref_id', 'collilo01'), ('cardset_id', 20)] 2025-02-16 15:47:46,672 - card_creation - INFO - session info: 2025-02-16 15:47:46,672 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'collilo01', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36983, 'team': 47, 'player': 11061, 'created': 1731602869931}, {'id': 37107, 'team': 49, ' [ S N I P P E D ] 2025-02-16 15:47:46,672 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11061/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:46,770 - card_creation - INFO - return: {'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'collilo01', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}} 2025-02-16 15:47:46,771 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martima02'), ('cardset_id', 20)] 2025-02-16 15:47:46,864 - card_creation - INFO - session info: 2025-02-16 15:47:46,864 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:46,864 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'martm002')] 2025-02-16 15:47:46,953 - card_creation - INFO - session info: 2025-02-16 15:47:46,953 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:46,953 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Manny', 'last_name': 'Martinez', 'key_mlbam': 118373, 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002'} type: 2025-02-16 15:47:47,035 - card_creation - INFO - return: {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3} 2025-02-16 15:47:47,036 - card_creation - INFO - post: players payload: {'p_name': 'Manny Martinez', 'cost': '9', 'image': 'change-me', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset_id': 20, 'set_num': 1008182, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'martima02', 'fangr_id': 1008182, 'mlbplayer_id': 4328, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:47,133 - card_creation - INFO - return: {'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'change-me', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martima02', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}} 2025-02-16 15:47:47,133 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11551/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:47,272 - card_creation - INFO - return: {'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martima02', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}} 2025-02-16 15:47:47,272 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guilljo01'), ('cardset_id', 20)] 2025-02-16 15:47:47,374 - card_creation - INFO - session info: 2025-02-16 15:47:47,374 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilljo01', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:47,374 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11062/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:47,464 - card_creation - INFO - return: {'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilljo01', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}} 2025-02-16 15:47:47,464 - card_creation - INFO - get: players id: None params: [('bbref_id', 'polcoke01'), ('cardset_id', 20)] 2025-02-16 15:47:47,559 - card_creation - INFO - session info: 2025-02-16 15:47:47,559 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'polcoke01', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37498, 'team': 33, 'player': 11135, 'created': 1731963342653}, {'id': 376 [ S N I P P E D ] 2025-02-16 15:47:47,560 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11135/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:47,684 - card_creation - INFO - return: {'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'polcoke01', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}} 2025-02-16 15:47:47,684 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hollato01'), ('cardset_id', 20)] 2025-02-16 15:47:47,775 - card_creation - INFO - session info: 2025-02-16 15:47:47,775 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollato01', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37881, 'team': 47, 'player': 10968, 'created': 1733700057396}]}}]} 2025-02-16 15:47:47,775 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10968/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:47,861 - card_creation - INFO - return: {'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollato01', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}} 2025-02-16 15:47:47,861 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vizcajo01'), ('cardset_id', 20)] 2025-02-16 15:47:47,962 - card_creation - INFO - session info: 2025-02-16 15:47:47,962 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizcajo01', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36981, 'team': 47, 'player': 10969, 'created': 1731602870133}, {'id': 37487, 'team': 3 [ S N I P P E D ] 2025-02-16 15:47:47,963 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10969/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:48,074 - card_creation - INFO - return: {'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizcajo01', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}} 2025-02-16 15:47:48,075 - card_creation - INFO - get: players id: None params: [('bbref_id', 'verasqu01'), ('cardset_id', 20)] 2025-02-16 15:47:48,193 - card_creation - INFO - session info: 2025-02-16 15:47:48,193 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'verasqu01', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35502, 'team': 47, 'player': 10754, 'created': 1730616941189}, {'id': 36067, 'team': [ S N I P P E D ] 2025-02-16 15:47:48,193 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10754/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:48,281 - card_creation - INFO - return: {'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'verasqu01', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}} 2025-02-16 15:47:48,281 - card_creation - INFO - get: players id: None params: [('bbref_id', 'finlest01'), ('cardset_id', 20)] 2025-02-16 15:47:48,372 - card_creation - INFO - session info: 2025-02-16 15:47:48,372 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlest01', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35714, 'team': 47, 'player': 10755, 'created': 1730616941189}, {'id': 36564, 'team': 33, 'player' [ S N I P P E D ] 2025-02-16 15:47:48,372 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10755/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:48,475 - card_creation - INFO - return: {'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlest01', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}} 2025-02-16 15:47:48,475 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gwynnto01'), ('cardset_id', 20)] 2025-02-16 15:47:48,579 - card_creation - INFO - session info: 2025-02-16 15:47:48,579 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gwynnto01', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36008, 'team': 69, 'player': 10756, 'created': 1730785303487}, {'id': 36966, 'team': 47, ' [ S N I P P E D ] 2025-02-16 15:47:48,579 - card_creation - INFO - patch: players [('cost', '263'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10756/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:48,675 - card_creation - INFO - return: {'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 263, 'image': 'https://pddev.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gwynnto01', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}} 2025-02-16 15:47:48,676 - card_creation - INFO - get: players id: None params: [('bbref_id', 'caminke01'), ('cardset_id', 20)] 2025-02-16 15:47:48,771 - card_creation - INFO - session info: 2025-02-16 15:47:48,771 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caminke01', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35817, 'team': 31, 'player': 10757, 'created': 1730616940558}, {'id': 35925, 'team': 5 [ S N I P P E D ] 2025-02-16 15:47:48,771 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10757/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:48,860 - card_creation - INFO - return: {'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caminke01', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}} 2025-02-16 15:47:48,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vaughgr01'), ('cardset_id', 20)] 2025-02-16 15:47:48,950 - card_creation - INFO - session info: 2025-02-16 15:47:48,950 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughgr01', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35395, 'team': 33, 'player': 10758, 'created': 1730616941679}, {'id': 35531, 'team': 38, 'player' [ S N I P P E D ] 2025-02-16 15:47:48,950 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10758/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:49,086 - card_creation - INFO - return: {'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughgr01', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}} 2025-02-16 15:47:49,086 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaca01'), ('cardset_id', 20)] 2025-02-16 15:47:49,186 - card_creation - INFO - session info: 2025-02-16 15:47:49,186 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaca01', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36488, 'team': 47, 'player': 10970, 'created': 1731272300483}, {'id': 37491 [ S N I P P E D ] 2025-02-16 15:47:49,187 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10970/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:49,273 - card_creation - INFO - return: {'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaca01', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}} 2025-02-16 15:47:49,273 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheetan01'), ('cardset_id', 20)] 2025-02-16 15:47:49,421 - card_creation - INFO - session info: 2025-02-16 15:47:49,421 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheetan01', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:49,421 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11136/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:49,522 - card_creation - INFO - return: {'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheetan01', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}} 2025-02-16 15:47:49,522 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ashbyan01'), ('cardset_id', 20)] 2025-02-16 15:47:49,638 - card_creation - INFO - session info: 2025-02-16 15:47:49,638 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:49,638 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10876/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:49,789 - card_creation - INFO - return: {'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}} 2025-02-16 15:47:49,789 - card_creation - INFO - get: players id: None params: [('bbref_id', 'riverru01'), ('cardset_id', 20)] 2025-02-16 15:47:49,890 - card_creation - INFO - session info: 2025-02-16 15:47:49,890 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverru01', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:49,891 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11513/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:50,011 - card_creation - INFO - return: {'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverru01', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}} 2025-02-16 15:47:50,011 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gomezch02'), ('cardset_id', 20)] 2025-02-16 15:47:50,110 - card_creation - INFO - session info: 2025-02-16 15:47:50,110 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomezch02', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37692, 'team': 47, 'player': 10971, 'created': 1733172010978}, {'id': 38339, 'team': 52, 'player' [ S N I P P E D ] 2025-02-16 15:47:50,111 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10971/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:50,194 - card_creation - INFO - return: {'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomezch02', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}} 2025-02-16 15:47:50,194 - card_creation - INFO - get: players id: None params: [('bbref_id', 'deshide01'), ('cardset_id', 20)] 2025-02-16 15:47:50,295 - card_creation - INFO - session info: 2025-02-16 15:47:50,295 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deshide01', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36656, 'team': 33, 'player': 10972, 'created': 1731602869759}, {'id': 36972, 'te [ S N I P P E D ] 2025-02-16 15:47:50,296 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10972/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:50,390 - card_creation - INFO - return: {'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deshide01', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}} 2025-02-16 15:47:50,390 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lankfra01'), ('cardset_id', 20)] 2025-02-16 15:47:50,502 - card_creation - INFO - session info: 2025-02-16 15:47:50,502 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 234, 'image': 'https://pd.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lankfra01', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37876, 'team': 47, 'player': 10973, 'created': 1733700057145}]}}]} 2025-02-16 15:47:50,503 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10973/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:50,593 - card_creation - INFO - return: {'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lankfra01', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}} 2025-02-16 15:47:50,594 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgwima01'), ('cardset_id', 20)] 2025-02-16 15:47:50,689 - card_creation - INFO - session info: 2025-02-16 15:47:50,689 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 1498, 'image': 'https://pd.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgwima01', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35692, 'team': 47, 'player': 10759, 'created': 1730616941189}, {'id': 36346, 'team': [ S N I P P E D ] 2025-02-16 15:47:50,689 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10759/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:50,784 - card_creation - INFO - return: {'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgwima01', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}} 2025-02-16 15:47:50,784 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jordabr01'), ('cardset_id', 20)] 2025-02-16 15:47:50,882 - card_creation - INFO - session info: 2025-02-16 15:47:50,882 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 271, 'image': 'https://pd.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordabr01', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36209, 'team': 47, 'player': 10760, 'created': 1730920176846}, {'id': 36345, 'team': 69, 'pl [ S N I P P E D ] 2025-02-16 15:47:50,882 - card_creation - INFO - patch: players [('cost', '305'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10760/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:50,975 - card_creation - INFO - return: {'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordabr01', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}} 2025-02-16 15:47:50,976 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgeewi01'), ('cardset_id', 20)] 2025-02-16 15:47:51,074 - card_creation - INFO - session info: 2025-02-16 15:47:51,074 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgeewi01', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:51,074 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11137/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:51,185 - card_creation - INFO - return: {'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgeewi01', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}} 2025-02-16 15:47:51,185 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mabryjo01'), ('cardset_id', 20)] 2025-02-16 15:47:51,283 - card_creation - INFO - session info: 2025-02-16 15:47:51,283 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mabryjo01', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:51,283 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11254/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:51,373 - card_creation - INFO - return: {'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mabryjo01', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}} 2025-02-16 15:47:51,374 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lampkto01'), ('cardset_id', 20)] 2025-02-16 15:47:51,485 - card_creation - INFO - session info: 2025-02-16 15:47:51,485 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lampkto01', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37497, 'team': 33, 'player': 11138, 'created': 1731963342653}, {'id': 38310, 'team': 47, ' [ S N I P P E D ] 2025-02-16 15:47:51,485 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11138/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:51,577 - card_creation - INFO - return: {'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lampkto01', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}} 2025-02-16 15:47:51,578 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gaettga01'), ('cardset_id', 20)] 2025-02-16 15:47:51,676 - card_creation - INFO - session info: 2025-02-16 15:47:51,676 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gaettga01', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36461, 'team': 47, 'player': 10761, 'created': 1731272300483}, {'id': 37557, 'team': 33, 'player [ S N I P P E D ] 2025-02-16 15:47:51,676 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10761/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:51,766 - card_creation - INFO - return: {'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gaettga01', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}} 2025-02-16 15:47:51,766 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huntebr01'), ('cardset_id', 20)] 2025-02-16 15:47:51,845 - card_creation - INFO - session info: 2025-02-16 15:47:51,845 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr01', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38965, 'team': 47, 'player': 11456, 'created': 1739121113929}]}}]} 2025-02-16 15:47:51,845 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11456/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:51,928 - card_creation - INFO - return: {'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr01', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}} 2025-02-16 15:47:51,928 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pagnoto01'), ('cardset_id', 20)] 2025-02-16 15:47:52,020 - card_creation - INFO - session info: 2025-02-16 15:47:52,020 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pagnoto01', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37872, 'team': 47, 'player': 11213, 'created': 1733700057396}]}}]} 2025-02-16 15:47:52,021 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11213/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:52,123 - card_creation - INFO - return: {'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pagnoto01', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}} 2025-02-16 15:47:52,124 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gantro01'), ('cardset_id', 20)] 2025-02-16 15:47:52,218 - card_creation - INFO - session info: 2025-02-16 15:47:52,218 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gantro01', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36280, 'team': 55, 'player': 10762, 'created': 1730920176630}, {'id': 37223, 'team': 33, 'player': 10 [ S N I P P E D ] 2025-02-16 15:47:52,218 - card_creation - INFO - patch: players [('cost', '519'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10762/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:52,316 - card_creation - INFO - return: {'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 519, 'image': 'https://pddev.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gantro01', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}} 2025-02-16 15:47:52,316 - card_creation - INFO - get: players id: None params: [('bbref_id', 'amarari01'), ('cardset_id', 20)] 2025-02-16 15:47:52,406 - card_creation - INFO - session info: 2025-02-16 15:47:52,406 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 1537, 'image': 'https://pd.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amarari01', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38284, 'team': 49, 'player': 11214, 'created': 1735337259163}]}}]} 2025-02-16 15:47:52,407 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11214/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:52,507 - card_creation - INFO - return: {'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amarari01', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}} 2025-02-16 15:47:52,507 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sandere02'), ('cardset_id', 20)] 2025-02-16 15:47:52,602 - card_creation - INFO - session info: 2025-02-16 15:47:52,602 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandere02', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37483, 'team': 33, 'player': 11063, 'created': 1731963342642}]}}]} 2025-02-16 15:47:52,602 - card_creation - INFO - patch: players [('cost', '235'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11063/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:52,683 - card_creation - INFO - return: {'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandere02', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}} 2025-02-16 15:47:52,683 - card_creation - INFO - get: players id: None params: [('bbref_id', 'youngdm01'), ('cardset_id', 20)] 2025-02-16 15:47:52,776 - card_creation - INFO - session info: 2025-02-16 15:47:52,776 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngdm01', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37327, 'team': 47, 'player': 10974, 'created': 1731963342630}]}}]} 2025-02-16 15:47:52,776 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10974/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:52,867 - card_creation - INFO - return: {'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngdm01', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}} 2025-02-16 15:47:52,867 - card_creation - INFO - get: players id: None params: [('bbref_id', 'larkiba01'), ('cardset_id', 20)] 2025-02-16 15:47:52,971 - card_creation - INFO - session info: 2025-02-16 15:47:52,971 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkiba01', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36516, 'team': 38, 'player': 10975, 'created': 1731272300483}]}}]} 2025-02-16 15:47:52,972 - card_creation - INFO - patch: players [('cost', '613'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10975/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:53,060 - card_creation - INFO - return: {'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 613, 'image': 'https://pddev.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkiba01', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}} 2025-02-16 15:47:53,060 - card_creation - INFO - get: players id: None params: [('bbref_id', 'taubeed01'), ('cardset_id', 20)] 2025-02-16 15:47:53,167 - card_creation - INFO - session info: 2025-02-16 15:47:53,167 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taubeed01', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:53,167 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11064/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:53,268 - card_creation - INFO - return: {'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taubeed01', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}} 2025-02-16 15:47:53,268 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greenwi01'), ('cardset_id', 20)] 2025-02-16 15:47:53,364 - card_creation - INFO - session info: 2025-02-16 15:47:53,364 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenwi01', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37339, 'team': 47, 'player': 10976, 'created': 1731963342630}, {'id': 37464, 'team [ S N I P P E D ] 2025-02-16 15:47:53,364 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10976/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:53,453 - card_creation - INFO - return: {'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenwi01', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}} 2025-02-16 15:47:53,454 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boonebr01'), ('cardset_id', 20)] 2025-02-16 15:47:53,585 - card_creation - INFO - session info: 2025-02-16 15:47:53,585 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boonebr01', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:53,585 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10977/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:53,681 - card_creation - INFO - return: {'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boonebr01', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}} 2025-02-16 15:47:53,681 - card_creation - INFO - get: players id: None params: [('bbref_id', 'caseyse01'), ('cardset_id', 20)] 2025-02-16 15:47:53,761 - card_creation - INFO - session info: 2025-02-16 15:47:53,761 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:53,761 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'cases001')] 2025-02-16 15:47:53,856 - card_creation - INFO - session info: 2025-02-16 15:47:53,856 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}]} 2025-02-16 15:47:53,857 - card_creation - INFO - Only one position found for Sean Casey 2025-02-16 15:47:53,857 - card_creation - INFO - post: players payload: {'p_name': 'Sean Casey', 'cost': '30', 'image': 'change-me', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset_id': 20, 'set_num': 314, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'caseyse01', 'fangr_id': 314, 'mlbplayer_id': 3094, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:53,965 - card_creation - INFO - return: {'player_id': 11552, 'p_name': 'Sean Casey', 'cost': 30, 'image': 'change-me', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 314, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caseyse01', 'fangr_id': '314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}} 2025-02-16 15:47:53,965 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11552/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:54,072 - card_creation - INFO - return: {'player_id': 11552, 'p_name': 'Sean Casey', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11552/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 314, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caseyse01', 'fangr_id': '314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}} 2025-02-16 15:47:54,073 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reesepo01'), ('cardset_id', 20)] 2025-02-16 15:47:54,179 - card_creation - INFO - session info: 2025-02-16 15:47:54,179 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reesepo01', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:54,179 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11457/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:54,271 - card_creation - INFO - return: {'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reesepo01', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}} 2025-02-16 15:47:54,271 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klassda01'), ('cardset_id', 20)] 2025-02-16 15:47:54,376 - card_creation - INFO - session info: 2025-02-16 15:47:54,376 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klassda01', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:54,376 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11514/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:54,460 - card_creation - INFO - return: {'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klassda01', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}} 2025-02-16 15:47:54,460 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stynech01'), ('cardset_id', 20)] 2025-02-16 15:47:54,552 - card_creation - INFO - session info: 2025-02-16 15:47:54,552 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stynech01', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36478, 'team': 47, 'player': 10978, 'created': 1730920176625}, {'id': 36655, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-16 15:47:54,552 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10978/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:54,640 - card_creation - INFO - return: {'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stynech01', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}} 2025-02-16 15:47:54,640 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fordybr01'), ('cardset_id', 20)] 2025-02-16 15:47:54,753 - card_creation - INFO - session info: 2025-02-16 15:47:54,753 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordybr01', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:54,753 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11458/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:54,861 - card_creation - INFO - return: {'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordybr01', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}} 2025-02-16 15:47:54,861 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nieveme01'), ('cardset_id', 20)] 2025-02-16 15:47:54,957 - card_creation - INFO - session info: 2025-02-16 15:47:54,957 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nieveme01', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38327, 'team': 47, 'player': 11297, 'created': 1735337233607}, {'id': 38630, 'team': 3 [ S N I P P E D ] 2025-02-16 15:47:54,958 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11297/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:55,041 - card_creation - INFO - return: {'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nieveme01', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}} 2025-02-16 15:47:55,042 - card_creation - INFO - get: players id: None params: [('bbref_id', 'biggicr01'), ('cardset_id', 20)] 2025-02-16 15:47:55,135 - card_creation - INFO - session info: 2025-02-16 15:47:55,135 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 285, 'image': 'https://pd.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'biggicr01', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36452, 'team': 33, 'player': 10979, 'created': 1730920176630}]}}]} 2025-02-16 15:47:55,136 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10979/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:55,226 - card_creation - INFO - return: {'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'biggicr01', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}} 2025-02-16 15:47:55,226 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spierbi01'), ('cardset_id', 20)] 2025-02-16 15:47:55,321 - card_creation - INFO - session info: 2025-02-16 15:47:55,321 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spierbi01', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:55,321 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11459/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:55,407 - card_creation - INFO - return: {'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spierbi01', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}} 2025-02-16 15:47:55,408 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellde01'), ('cardset_id', 20)] 2025-02-16 15:47:55,507 - card_creation - INFO - session info: 2025-02-16 15:47:55,507 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellde01', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36547, 'team': 33, 'player': 10763, 'created': 1731297998254}, {'id': 37878, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 15:47:55,507 - card_creation - INFO - patch: players [('cost', '302'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10763/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:55,599 - card_creation - INFO - return: {'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 302, 'image': 'https://pddev.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellde01', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}} 2025-02-16 15:47:55,600 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bagweje01'), ('cardset_id', 20)] 2025-02-16 15:47:55,698 - card_creation - INFO - session info: 2025-02-16 15:47:55,698 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bagweje01', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35499, 'team': 47, 'player': 10764, 'created': 1730616941189}, {'id': 35534, 'team': 38, 'player': 107 [ S N I P P E D ] 2025-02-16 15:47:55,698 - card_creation - INFO - patch: players [('cost', '1990'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10764/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:55,841 - card_creation - INFO - return: {'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 1990, 'image': 'https://pddev.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bagweje01', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}} 2025-02-16 15:47:55,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aloumo01'), ('cardset_id', 20)] 2025-02-16 15:47:55,935 - card_creation - INFO - session info: 2025-02-16 15:47:55,935 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aloumo01', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37598, 'team': 33, 'player': 10765, 'created': 1731963342633}]}}]} 2025-02-16 15:47:55,935 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10765/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:56,024 - card_creation - INFO - return: {'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aloumo01', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}} 2025-02-16 15:47:56,025 - card_creation - INFO - get: players id: None params: [('bbref_id', 'evereca01'), ('cardset_id', 20)] 2025-02-16 15:47:56,133 - card_creation - INFO - session info: 2025-02-16 15:47:56,133 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'evereca01', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38828, 'team': 38, 'player': 11176, 'created': 1738533340064}]}}]} 2025-02-16 15:47:56,134 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11176/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:56,230 - card_creation - INFO - return: {'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'evereca01', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}} 2025-02-16 15:47:56,230 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gutieri01'), ('cardset_id', 20)] 2025-02-16 15:47:56,335 - card_creation - INFO - session info: 2025-02-16 15:47:56,335 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 88, 'image': 'https://pd.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gutieri01', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37811, 'team': 31, 'player': 10980, 'created': 1733700057282}, {'id': 38337, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 15:47:56,335 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10980/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:56,439 - card_creation - INFO - return: {'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gutieri01', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}} 2025-02-16 15:47:56,439 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ausmubr01'), ('cardset_id', 20)] 2025-02-16 15:47:56,537 - card_creation - INFO - session info: 2025-02-16 15:47:56,537 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ausmubr01', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37337, 'team': 47, 'player': 11065, 'created': 1731963342642}, {'id': 37467, 'team': 33, 'player': 11 [ S N I P P E D ] 2025-02-16 15:47:56,537 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11065/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:56,611 - card_creation - INFO - return: {'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ausmubr01', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}} 2025-02-16 15:47:56,612 - card_creation - INFO - get: players id: None params: [('bbref_id', 'berryse01'), ('cardset_id', 20)] 2025-02-16 15:47:56,714 - card_creation - INFO - session info: 2025-02-16 15:47:56,714 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berryse01', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37222, 'team': 33, 'player': 10981, 'created': 1731963342604}]}}]} 2025-02-16 15:47:56,714 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10981/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:56,805 - card_creation - INFO - return: {'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berryse01', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}} 2025-02-16 15:47:56,806 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eusebto01'), ('cardset_id', 20)] 2025-02-16 15:47:56,895 - card_creation - INFO - session info: 2025-02-16 15:47:56,895 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eusebto01', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:56,896 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11492/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:56,998 - card_creation - INFO - return: {'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eusebto01', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}} 2025-02-16 15:47:56,998 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsla03'), ('cardset_id', 20)] 2025-02-16 15:47:57,092 - card_creation - INFO - session info: 2025-02-16 15:47:57,092 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsla03', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:47:57,092 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11515/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:57,183 - card_creation - INFO - return: {'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsla03', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}} 2025-02-16 15:47:57,183 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blausje01'), ('cardset_id', 20)] 2025-02-16 15:47:57,279 - card_creation - INFO - session info: 2025-02-16 15:47:57,279 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blausje01', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35537, 'team': 38, 'player': 10766, 'created': 1730616941060}, {'id': 35573, 'team': 69, ' [ S N I P P E D ] 2025-02-16 15:47:57,280 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10766/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:57,365 - card_creation - INFO - return: {'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blausje01', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}} 2025-02-16 15:47:57,365 - card_creation - INFO - get: players id: None params: [('bbref_id', 'glanvdo01'), ('cardset_id', 20)] 2025-02-16 15:47:57,475 - card_creation - INFO - session info: 2025-02-16 15:47:57,475 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glanvdo01', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35584, 'team': 69, 'player': 10767, 'created': 1730616941189}, {'id': 35822, 'team': [ S N I P P E D ] 2025-02-16 15:47:57,476 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10767/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:57,576 - card_creation - INFO - return: {'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glanvdo01', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}} 2025-02-16 15:47:57,576 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rolensc01'), ('cardset_id', 20)] 2025-02-16 15:47:57,679 - card_creation - INFO - session info: 2025-02-16 15:47:57,679 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rolensc01', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35578, 'team': 69, 'player': 10768, 'created': 1730616941189}, {'id': 35650, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 15:47:57,679 - card_creation - INFO - patch: players [('cost', '228'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10768/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:57,821 - card_creation - INFO - return: {'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 228, 'image': 'https://pddev.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rolensc01', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}} 2025-02-16 15:47:57,822 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brognri01'), ('cardset_id', 20)] 2025-02-16 15:47:57,927 - card_creation - INFO - session info: 2025-02-16 15:47:57,927 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brognri01', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35513, 'team': 47, 'player': 10769, 'created': 1730616941189}, {'id': 3593 [ S N I P P E D ] 2025-02-16 15:47:57,927 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10769/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:58,022 - card_creation - INFO - return: {'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brognri01', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}} 2025-02-16 15:47:58,023 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gilkebe01'), ('cardset_id', 20)] 2025-02-16 15:47:58,135 - card_creation - INFO - session info: 2025-02-16 15:47:58,135 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilkebe01', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37413, 'team': 31, 'player': 11066, 'created': 1731963342633}, {'id': 3749 [ S N I P P E D ] 2025-02-16 15:47:58,135 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11066/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:58,226 - card_creation - INFO - return: {'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilkebe01', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}} 2025-02-16 15:47:58,226 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lewisma01'), ('cardset_id', 20)] 2025-02-16 15:47:58,328 - card_creation - INFO - session info: 2025-02-16 15:47:58,328 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisma01', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37781, 'team': 33, 'player': 10982, 'created': 1733172010978}]}}]} 2025-02-16 15:47:58,328 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10982/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:58,418 - card_creation - INFO - return: {'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisma01', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}} 2025-02-16 15:47:58,419 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abreubo01'), ('cardset_id', 20)] 2025-02-16 15:47:58,529 - card_creation - INFO - session info: 2025-02-16 15:47:58,529 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abreubo01', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35685, 'team': 47, 'player': 10770, 'created': 1730616940558}, {'id': 35818, 'team': 31, ' [ S N I P P E D ] 2025-02-16 15:47:58,530 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10770/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:58,681 - card_creation - INFO - return: {'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abreubo01', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}} 2025-02-16 15:47:58,681 - card_creation - INFO - get: players id: None params: [('bbref_id', 'relafde01'), ('cardset_id', 20)] 2025-02-16 15:47:58,782 - card_creation - INFO - session info: 2025-02-16 15:47:58,782 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'relafde01', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37793, 'team': 33, 'player': 10771, 'created': 1733172010978}]}}]} 2025-02-16 15:47:58,782 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10771/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:58,866 - card_creation - INFO - return: {'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'relafde01', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}} 2025-02-16 15:47:58,866 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jordake01'), ('cardset_id', 20)] 2025-02-16 15:47:58,957 - card_creation - INFO - session info: 2025-02-16 15:47:58,957 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordake01', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38488, 'team': 38, 'player': 11215, 'created': 1736803320997}]}}]} 2025-02-16 15:47:58,958 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11215/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:59,061 - card_creation - INFO - return: {'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordake01', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}} 2025-02-16 15:47:59,061 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parenma01'), ('cardset_id', 20)] 2025-02-16 15:47:59,157 - card_creation - INFO - session info: 2025-02-16 15:47:59,157 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:59,158 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'parem001')] 2025-02-16 15:47:59,227 - card_creation - INFO - session info: 2025-02-16 15:47:59,228 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:59,228 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mark', 'last_name': 'Parent', 'key_mlbam': 120218, 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001'} type: 2025-02-16 15:47:59,327 - card_creation - INFO - return: {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2} 2025-02-16 15:47:59,328 - card_creation - INFO - Only one position found for Mark Parent 2025-02-16 15:47:59,328 - card_creation - INFO - post: players payload: {'p_name': 'Mark Parent', 'cost': '7', 'image': 'change-me', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset_id': 20, 'set_num': 1009993, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'parenma01', 'fangr_id': 1009993, 'mlbplayer_id': 4329, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:59,423 - card_creation - INFO - return: {'player_id': 11553, 'p_name': 'Mark Parent', 'cost': 7, 'image': 'change-me', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009993, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parenma01', 'fangr_id': '1009993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2}} 2025-02-16 15:47:59,423 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11553/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:59,539 - card_creation - INFO - return: {'player_id': 11553, 'p_name': 'Mark Parent', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11553/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009993, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parenma01', 'fangr_id': '1009993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2}} 2025-02-16 15:47:59,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'amaroru02'), ('cardset_id', 20)] 2025-02-16 15:47:59,618 - card_creation - INFO - session info: 2025-02-16 15:47:59,618 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:59,619 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'amarr002')] 2025-02-16 15:47:59,710 - card_creation - INFO - session info: 2025-02-16 15:47:59,710 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:47:59,710 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Ruben', 'last_name': 'Amaro', 'key_mlbam': 110215, 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002'} type: 2025-02-16 15:47:59,808 - card_creation - INFO - return: {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3} 2025-02-16 15:47:59,809 - card_creation - INFO - post: players payload: {'p_name': 'Ruben Amaro', 'cost': '10', 'image': 'change-me', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset_id': 20, 'set_num': 1000207, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'amaroru02', 'fangr_id': 1000207, 'mlbplayer_id': 4330, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:47:59,905 - card_creation - INFO - return: {'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amaroru02', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}} 2025-02-16 15:47:59,905 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11554/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:47:59,994 - card_creation - INFO - return: {'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amaroru02', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}} 2025-02-16 15:47:59,994 - card_creation - INFO - get: players id: None params: [('bbref_id', 'phillto02'), ('cardset_id', 20)] 2025-02-16 15:48:00,086 - card_creation - INFO - session info: 2025-02-16 15:48:00,086 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:00,087 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'philt001')] 2025-02-16 15:48:00,170 - card_creation - INFO - session info: 2025-02-16 15:48:00,170 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:00,170 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Tony', 'last_name': 'Phillips', 'key_mlbam': 120522, 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001'} type: 2025-02-16 15:48:00,253 - card_creation - INFO - return: {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3} 2025-02-16 15:48:00,253 - card_creation - INFO - post: players payload: {'p_name': 'Tony Phillips', 'cost': '1397', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 20, 'set_num': 1010300, 'rarity_id': 1, 'description': 'Live', 'bbref_id': 'phillto02', 'fangr_id': 1010300, 'mlbplayer_id': 4331, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:00,329 - card_creation - INFO - return: {'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'phillto02', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}} 2025-02-16 15:48:00,330 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11555/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:00,411 - card_creation - INFO - return: {'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'phillto02', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}} 2025-02-16 15:48:00,411 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olerujo01'), ('cardset_id', 20)] 2025-02-16 15:48:00,490 - card_creation - INFO - session info: 2025-02-16 15:48:00,490 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10772, 'p_name': 'John Olerud', 'cost': 239, 'image': 'https://pd.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olerujo01', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36163, 'team': 55, 'player': 10772, 'created': 1730920176630}, {'id': 36348, 'team': 53, 'player': 10 [ S N I P P E D ] 2025-02-16 15:48:00,490 - card_creation - INFO - patch: players [('cost', '309'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10772/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:00,603 - card_creation - INFO - return: {'player_id': 10772, 'p_name': 'John Olerud', 'cost': 309, 'image': 'https://pddev.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olerujo01', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}} 2025-02-16 15:48:00,603 - card_creation - INFO - get: players id: None params: [('bbref_id', 'piazzmi01'), ('cardset_id', 20)] 2025-02-16 15:48:00,699 - card_creation - INFO - session info: 2025-02-16 15:48:00,699 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 288, 'image': 'https://pd.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piazzmi01', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36991, 'team': 47, 'player': 10983, 'created': 1731602869923}, {'id': 37504, 'team': 33, 'player': 10983, ' [ S N I P P E D ] 2025-02-16 15:48:00,700 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10983/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:00,814 - card_creation - INFO - return: {'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piazzmi01', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}} 2025-02-16 15:48:00,814 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcraebr01'), ('cardset_id', 20)] 2025-02-16 15:48:00,918 - card_creation - INFO - session info: 2025-02-16 15:48:00,918 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcraebr01', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35690, 'team': 47, 'player': 10773, 'created': 1730616941189}, {'id': 35860, 'team': 33, 'play [ S N I P P E D ] 2025-02-16 15:48:00,918 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10773/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:01,024 - card_creation - INFO - return: {'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcraebr01', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}} 2025-02-16 15:48:01,025 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baergca01'), ('cardset_id', 20)] 2025-02-16 15:48:01,113 - card_creation - INFO - session info: 2025-02-16 15:48:01,113 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baergca01', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:01,113 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10984/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:01,211 - card_creation - INFO - return: {'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baergca01', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}} 2025-02-16 15:48:01,212 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ordonre01'), ('cardset_id', 20)] 2025-02-16 15:48:01,298 - card_creation - INFO - session info: 2025-02-16 15:48:01,298 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonre01', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36124, 'team': 38, 'player': 10774, 'created': 1730785303729}, {'id': 36274, 'team': 55, 'player': 10774, [ S N I P P E D ] 2025-02-16 15:48:01,299 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10774/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:01,400 - card_creation - INFO - return: {'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonre01', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}} 2025-02-16 15:48:01,400 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alfoned01'), ('cardset_id', 20)] 2025-02-16 15:48:01,502 - card_creation - INFO - session info: 2025-02-16 15:48:01,502 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfoned01', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35698, 'team': 47, 'player': 10775, 'created': 1730616941189}, {'id': 37556, 'team': 33, 'player': [ S N I P P E D ] 2025-02-16 15:48:01,502 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10775/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:01,592 - card_creation - INFO - return: {'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfoned01', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}} 2025-02-16 15:48:01,593 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezlu02'), ('cardset_id', 20)] 2025-02-16 15:48:01,698 - card_creation - INFO - session info: 2025-02-16 15:48:01,698 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezlu02', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37859, 'team': 47, 'player': 11067, 'created': 1733700057449}]}}]} 2025-02-16 15:48:01,699 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11067/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:01,801 - card_creation - INFO - return: {'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezlu02', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}} 2025-02-16 15:48:01,801 - card_creation - INFO - get: players id: None params: [('bbref_id', 'santaf.01'), ('cardset_id', 20)] 2025-02-16 15:48:01,930 - card_creation - INFO - session info: 2025-02-16 15:48:01,930 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaf.01', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35504, 'team': 47, 'player': 10776, 'created': 1730616941189}, {'id': 35541, 'team [ S N I P P E D ] 2025-02-16 15:48:01,930 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10776/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:02,420 - card_creation - INFO - return: {'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaf.01', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}} 2025-02-16 15:48:02,420 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guerrvl01'), ('cardset_id', 20)] 2025-02-16 15:48:02,519 - card_creation - INFO - session info: 2025-02-16 15:48:02,519 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 1093, 'image': 'https://pd.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrvl01', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36691, 'team': 33, 'player': 10985, 'created': 1731602869923}, {'id': 37331, 'team': 47, ' [ S N I P P E D ] 2025-02-16 15:48:02,519 - card_creation - INFO - patch: players [('cost', '844'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10985/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:02,616 - card_creation - INFO - return: {'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 844, 'image': 'https://pddev.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrvl01', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}} 2025-02-16 15:48:02,616 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fullmbr01'), ('cardset_id', 20)] 2025-02-16 15:48:02,712 - card_creation - INFO - session info: 2025-02-16 15:48:02,712 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fullmbr01', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35563, 'team': 69, 'player': 10777, 'created': 1730616941189}, {'id': 35590, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 15:48:02,712 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10777/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:02,813 - card_creation - INFO - return: {'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fullmbr01', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}} 2025-02-16 15:48:02,813 - card_creation - INFO - get: players id: None params: [('bbref_id', 'widgech01'), ('cardset_id', 20)] 2025-02-16 15:48:02,906 - card_creation - INFO - session info: 2025-02-16 15:48:02,906 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'widgech01', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35634, 'team': 47, 'player': 10778, 'created': 1730616941935}, {'id': 35739, 'team': 38, 'play [ S N I P P E D ] 2025-02-16 15:48:02,907 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10778/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:02,981 - card_creation - INFO - return: {'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'widgech01', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}} 2025-02-16 15:48:02,981 - card_creation - INFO - get: players id: None params: [('bbref_id', 'andresh01'), ('cardset_id', 20)] 2025-02-16 15:48:03,076 - card_creation - INFO - session info: 2025-02-16 15:48:03,076 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'andresh01', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37503, 'team': 33, 'player': 10986, 'created': 1731963342633}, {'id': 37992, 'team': 47, [ S N I P P E D ] 2025-02-16 15:48:03,077 - card_creation - INFO - patch: players [('cost', '229'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10986/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:03,216 - card_creation - INFO - return: {'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'andresh01', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}} 2025-02-16 15:48:03,216 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cabreor01'), ('cardset_id', 20)] 2025-02-16 15:48:03,286 - card_creation - INFO - session info: 2025-02-16 15:48:03,286 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:03,286 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'cabro001')] 2025-02-16 15:48:03,422 - card_creation - INFO - session info: 2025-02-16 15:48:03,422 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}]} 2025-02-16 15:48:03,422 - card_creation - INFO - post: players payload: {'p_name': 'Orlando Cabrera', 'cost': '10', 'image': 'change-me', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset_id': 20, 'set_num': 766, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'cabreor01', 'fangr_id': 766, 'mlbplayer_id': 2760, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:03,532 - card_creation - INFO - return: {'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cabreor01', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}} 2025-02-16 15:48:03,532 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11556/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:03,614 - card_creation - INFO - return: {'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cabreor01', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}} 2025-02-16 15:48:03,615 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcguiry01'), ('cardset_id', 20)] 2025-02-16 15:48:03,687 - card_creation - INFO - session info: 2025-02-16 15:48:03,687 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcguiry01', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:03,688 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11255/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:03,765 - card_creation - INFO - return: {'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcguiry01', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}} 2025-02-16 15:48:03,766 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezro01'), ('cardset_id', 20)] 2025-02-16 15:48:03,835 - card_creation - INFO - session info: 2025-02-16 15:48:03,835 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:03,835 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'perer001')] 2025-02-16 15:48:04,057 - card_creation - INFO - session info: 2025-02-16 15:48:04,057 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:04,057 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Robert', 'last_name': 'Perez', 'key_mlbam': 120415, 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001'} type: 2025-02-16 15:48:04,135 - card_creation - INFO - return: {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3} 2025-02-16 15:48:04,136 - card_creation - INFO - post: players payload: {'p_name': 'Robert Perez', 'cost': '8', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 20, 'set_num': 1010186, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'perezro01', 'fangr_id': 1010186, 'mlbplayer_id': 4332, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:04,241 - card_creation - INFO - return: {'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezro01', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}} 2025-02-16 15:48:04,241 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11557/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:04,331 - card_creation - INFO - return: {'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezro01', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}} 2025-02-16 15:48:04,332 - card_creation - INFO - get: players id: None params: [('bbref_id', 'joneste02'), ('cardset_id', 20)] 2025-02-16 15:48:04,423 - card_creation - INFO - session info: 2025-02-16 15:48:04,423 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:04,423 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'jonet004')] 2025-02-16 15:48:04,504 - card_creation - INFO - session info: 2025-02-16 15:48:04,504 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:04,504 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Terry', 'last_name': 'Jones', 'key_mlbam': 116730, 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004'} type: 2025-02-16 15:48:04,589 - card_creation - INFO - return: {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3} 2025-02-16 15:48:04,589 - card_creation - INFO - Only one position found for Terry Jones 2025-02-16 15:48:04,589 - card_creation - INFO - post: players payload: {'p_name': 'Terry Jones', 'cost': '88', 'image': 'change-me', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset_id': 20, 'set_num': 1006596, 'rarity_id': 3, 'description': 'Live', 'bbref_id': 'joneste02', 'fangr_id': 1006596, 'mlbplayer_id': 4333, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:04,685 - card_creation - INFO - return: {'player_id': 11558, 'p_name': 'Terry Jones', 'cost': 88, 'image': 'change-me', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006596, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joneste02', 'fangr_id': '1006596', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3}} 2025-02-16 15:48:04,685 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11558/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:04,770 - card_creation - INFO - return: {'player_id': 11558, 'p_name': 'Terry Jones', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11558/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006596, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joneste02', 'fangr_id': '1006596', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3}} 2025-02-16 15:48:04,770 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hidalri01'), ('cardset_id', 20)] 2025-02-16 15:48:04,846 - card_creation - INFO - session info: 2025-02-16 15:48:04,846 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hidalri01', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37330, 'team': 47, 'player': 11068, 'created': 1731963342653}, {'id': 37599, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 15:48:04,846 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11068/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:04,935 - card_creation - INFO - return: {'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hidalri01', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}} 2025-02-16 15:48:04,936 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grudzma01'), ('cardset_id', 20)] 2025-02-16 15:48:05,035 - card_creation - INFO - session info: 2025-02-16 15:48:05,035 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grudzma01', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35674, 'team': 38, 'player': 10779, 'created': 1730616941935}, {'id': 35780, 'team': [ S N I P P E D ] 2025-02-16 15:48:05,035 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10779/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:05,111 - card_creation - INFO - return: {'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grudzma01', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}} 2025-02-16 15:48:05,112 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezed02'), ('cardset_id', 20)] 2025-02-16 15:48:05,197 - card_creation - INFO - session info: 2025-02-16 15:48:05,197 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed02', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:05,197 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11460/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:05,299 - card_creation - INFO - return: {'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed02', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}} 2025-02-16 15:48:05,299 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bautida01'), ('cardset_id', 20)] 2025-02-16 15:48:05,369 - card_creation - INFO - session info: 2025-02-16 15:48:05,369 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:05,369 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'bautd001')] 2025-02-16 15:48:05,445 - card_creation - INFO - session info: 2025-02-16 15:48:05,445 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:05,445 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Danny', 'last_name': 'Bautista', 'key_mlbam': 110712, 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001'} type: 2025-02-16 15:48:05,520 - card_creation - INFO - return: {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3} 2025-02-16 15:48:05,520 - card_creation - INFO - Only one position found for Danny Bautista 2025-02-16 15:48:05,520 - card_creation - INFO - post: players payload: {'p_name': 'Danny Bautista', 'cost': '9', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 20, 'set_num': 47, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'bautida01', 'fangr_id': 47, 'mlbplayer_id': 4334, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:05,621 - card_creation - INFO - return: {'player_id': 11559, 'p_name': 'Danny Bautista', 'cost': 9, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 47, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bautida01', 'fangr_id': '47', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3}} 2025-02-16 15:48:05,621 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11559/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:05,712 - card_creation - INFO - return: {'player_id': 11559, 'p_name': 'Danny Bautista', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11559/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 47, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bautida01', 'fangr_id': '47', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3}} 2025-02-16 15:48:05,712 - card_creation - INFO - get: players id: None params: [('bbref_id', 'joynewa01'), ('cardset_id', 20)] 2025-02-16 15:48:05,801 - card_creation - INFO - session info: 2025-02-16 15:48:05,801 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joynewa01', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38308, 'team': 47, 'player': 10987, 'created': 1736205194812}]}}]} 2025-02-16 15:48:05,802 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10987/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:05,889 - card_creation - INFO - return: {'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joynewa01', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}} 2025-02-16 15:48:05,889 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jahajo01'), ('cardset_id', 20)] 2025-02-16 15:48:06,001 - card_creation - INFO - session info: 2025-02-16 15:48:06,001 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10780, 'p_name': 'John Jaha', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jahajo01', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35535, 'team': 38, 'player': 10780, 'created': 1730616941060}, {'id': 35790, 'team': 47, [ S N I P P E D ] 2025-02-16 15:48:06,002 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10780/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:06,109 - card_creation - INFO - return: {'player_id': 10780, 'p_name': 'John Jaha', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jahajo01', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}} 2025-02-16 15:48:06,110 - card_creation - INFO - get: players id: None params: [('bbref_id', 'liebemi01'), ('cardset_id', 20)] 2025-02-16 15:48:06,198 - card_creation - INFO - session info: 2025-02-16 15:48:06,198 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebemi01', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35911, 'team': 55, 'player': 10781, 'created': 1730748267374}, {'id': 36075, 'team' [ S N I P P E D ] 2025-02-16 15:48:06,199 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10781/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:06,291 - card_creation - INFO - return: {'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebemi01', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}} 2025-02-16 15:48:06,292 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ariasal01'), ('cardset_id', 20)] 2025-02-16 15:48:06,379 - card_creation - INFO - session info: 2025-02-16 15:48:06,380 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:06,380 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'ariaa001')] 2025-02-16 15:48:06,485 - card_creation - INFO - session info: 2025-02-16 15:48:06,485 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:06,485 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Alex', 'last_name': 'Arias', 'key_mlbam': 110312, 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001'} type: 2025-02-16 15:48:06,578 - card_creation - INFO - return: {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3} 2025-02-16 15:48:06,578 - card_creation - INFO - Only one position found for Alex Arias 2025-02-16 15:48:06,579 - card_creation - INFO - post: players payload: {'p_name': 'Alex Arias', 'cost': '494', 'image': 'change-me', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset_id': 20, 'set_num': 123, 'rarity_id': 1, 'description': 'Live', 'bbref_id': 'ariasal01', 'fangr_id': 123, 'mlbplayer_id': 4335, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:06,685 - card_creation - INFO - return: {'player_id': 11560, 'p_name': 'Alex Arias', 'cost': 494, 'image': 'change-me', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ariasal01', 'fangr_id': '123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3}} 2025-02-16 15:48:06,686 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11560/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:06,773 - card_creation - INFO - return: {'player_id': 11560, 'p_name': 'Alex Arias', 'cost': 494, 'image': 'https://pddev.manticorum.com/api/v2/players/11560/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ariasal01', 'fangr_id': '123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3}} 2025-02-16 15:48:06,774 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sefcike01'), ('cardset_id', 20)] 2025-02-16 15:48:06,881 - card_creation - INFO - session info: 2025-02-16 15:48:06,882 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sefcike01', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:06,882 - card_creation - INFO - patch: players [('cost', '909'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11493/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:06,976 - card_creation - INFO - return: {'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sefcike01', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}} 2025-02-16 15:48:06,976 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithma03'), ('cardset_id', 20)] 2025-02-16 15:48:07,068 - card_creation - INFO - session info: 2025-02-16 15:48:07,068 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithma03', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:07,068 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11298/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:07,163 - card_creation - INFO - return: {'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithma03', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}} 2025-02-16 15:48:07,163 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitero02'), ('cardset_id', 20)] 2025-02-16 15:48:07,268 - card_creation - INFO - session info: 2025-02-16 15:48:07,268 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10782, 'p_name': 'Rondell White', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitero02', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35512, 'team': 47, 'player': 10782, 'created': 1730616941189}, {'id': 37210, 'team': 33, 'play [ S N I P P E D ] 2025-02-16 15:48:07,268 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10782/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:07,353 - card_creation - INFO - return: {'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitero02', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}} 2025-02-16 15:48:07,353 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mordemi01'), ('cardset_id', 20)] 2025-02-16 15:48:07,437 - card_creation - INFO - session info: 2025-02-16 15:48:07,437 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mordemi01', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:07,437 - card_creation - INFO - patch: players [('cost', '753'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11516/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:07,541 - card_creation - INFO - return: {'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mordemi01', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}} 2025-02-16 15:48:07,541 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vidrojo01'), ('cardset_id', 20)] 2025-02-16 15:48:07,629 - card_creation - INFO - session info: 2025-02-16 15:48:07,629 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vidrojo01', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:07,630 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11216/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:07,711 - card_creation - INFO - return: {'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vidrojo01', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}} 2025-02-16 15:48:07,712 - card_creation - INFO - get: players id: None params: [('bbref_id', 'merlolo01'), ('cardset_id', 20)] 2025-02-16 15:48:07,808 - card_creation - INFO - session info: 2025-02-16 15:48:07,808 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merlolo01', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:07,808 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11299/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:07,913 - card_creation - INFO - return: {'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merlolo01', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}} 2025-02-16 15:48:07,913 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dunwoto01'), ('cardset_id', 20)] 2025-02-16 15:48:07,994 - card_creation - INFO - session info: 2025-02-16 15:48:07,994 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunwoto01', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:07,994 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11481/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:08,098 - card_creation - INFO - return: {'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunwoto01', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}} 2025-02-16 15:48:08,098 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crespfe01'), ('cardset_id', 20)] 2025-02-16 15:48:08,177 - card_creation - INFO - session info: 2025-02-16 15:48:08,177 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crespfe01', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:08,177 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11494/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:08,255 - card_creation - INFO - return: {'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crespfe01', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}} 2025-02-16 15:48:08,255 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huskebu01'), ('cardset_id', 20)] 2025-02-16 15:48:08,332 - card_creation - INFO - session info: 2025-02-16 15:48:08,332 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huskebu01', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35613, 'team': 69, 'player': 10783, 'created': 1730616941935}, {'id': 36486, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 15:48:08,332 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10783/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:08,411 - card_creation - INFO - return: {'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huskebu01', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}} 2025-02-16 15:48:08,411 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellypa03'), ('cardset_id', 20)] 2025-02-16 15:48:08,482 - card_creation - INFO - session info: 2025-02-16 15:48:08,482 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:08,482 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'kellp001')] 2025-02-16 15:48:08,561 - card_creation - INFO - session info: 2025-02-16 15:48:08,561 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:08,561 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Pat', 'last_name': 'Kelly', 'key_mlbam': 116955, 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001'} type: 2025-02-16 15:48:08,633 - card_creation - INFO - return: {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3} 2025-02-16 15:48:08,633 - card_creation - INFO - Only one position found for Pat Kelly 2025-02-16 15:48:08,633 - card_creation - INFO - post: players payload: {'p_name': 'Pat Kelly', 'cost': '10', 'image': 'change-me', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset_id': 20, 'set_num': 1006812, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'kellypa03', 'fangr_id': 1006812, 'mlbplayer_id': 4336, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:08,715 - card_creation - INFO - return: {'player_id': 11561, 'p_name': 'Pat Kelly', 'cost': 10, 'image': 'change-me', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellypa03', 'fangr_id': '1006812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3}} 2025-02-16 15:48:08,715 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11561/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:08,794 - card_creation - INFO - return: {'player_id': 11561, 'p_name': 'Pat Kelly', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11561/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellypa03', 'fangr_id': '1006812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3}} 2025-02-16 15:48:08,794 - card_creation - INFO - get: players id: None params: [('bbref_id', 'marreel01'), ('cardset_id', 20)] 2025-02-16 15:48:08,878 - card_creation - INFO - session info: 2025-02-16 15:48:08,878 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'marreel01', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:08,878 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11517/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:08,960 - card_creation - INFO - return: {'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'marreel01', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}} 2025-02-16 15:48:08,960 - card_creation - INFO - get: players id: None params: [('bbref_id', 'watkipa01'), ('cardset_id', 20)] 2025-02-16 15:48:09,046 - card_creation - INFO - session info: 2025-02-16 15:48:09,046 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watkipa01', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38318, 'team': 47, 'player': 11300, 'created': 1736205194812}]}}]} 2025-02-16 15:48:09,046 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11300/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:09,156 - card_creation - INFO - return: {'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watkipa01', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}} 2025-02-16 15:48:09,156 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezed01'), ('cardset_id', 20)] 2025-02-16 15:48:09,237 - card_creation - INFO - session info: 2025-02-16 15:48:09,237 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed01', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36978, 'team': 47, 'player': 10988, 'created': 1731602870133}, {'id': 38851, 'team': 38, 'playe [ S N I P P E D ] 2025-02-16 15:48:09,238 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10988/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:09,319 - card_creation - INFO - return: {'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed01', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}} 2025-02-16 15:48:09,320 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martife01'), ('cardset_id', 20)] 2025-02-16 15:48:09,395 - card_creation - INFO - session info: 2025-02-16 15:48:09,395 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martife01', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37447, 'team': 38, 'player': 11069, 'created': 1731963342633}, {'id': 37858 [ S N I P P E D ] 2025-02-16 15:48:09,395 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11069/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:09,482 - card_creation - INFO - return: {'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martife01', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}} 2025-02-16 15:48:09,483 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ripkebi01'), ('cardset_id', 20)] 2025-02-16 15:48:09,570 - card_creation - INFO - session info: 2025-02-16 15:48:09,570 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkebi01', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 39017, 'team': 31, 'player': 11256, 'created': 1739247498172}]}}]} 2025-02-16 15:48:09,570 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11256/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:09,669 - card_creation - INFO - return: {'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkebi01', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}} 2025-02-16 15:48:09,669 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenja01'), ('cardset_id', 20)] 2025-02-16 15:48:09,751 - card_creation - INFO - session info: 2025-02-16 15:48:09,751 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:09,751 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'valej004')] 2025-02-16 15:48:09,844 - card_creation - INFO - session info: 2025-02-16 15:48:09,844 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}]} 2025-02-16 15:48:09,845 - card_creation - INFO - Only one position found for Javier Valentin 2025-02-16 15:48:09,845 - card_creation - INFO - post: players payload: {'p_name': 'Javier Valentin', 'cost': '7', 'image': 'change-me', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset_id': 20, 'set_num': 759, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'valenja01', 'fangr_id': 759, 'mlbplayer_id': 3103, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:09,948 - card_creation - INFO - return: {'player_id': 11562, 'p_name': 'Javier Valentin', 'cost': 7, 'image': 'change-me', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenja01', 'fangr_id': '759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}} 2025-02-16 15:48:09,948 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11562/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:10,046 - card_creation - INFO - return: {'player_id': 11562, 'p_name': 'Javier Valentin', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11562/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenja01', 'fangr_id': '759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}} 2025-02-16 15:48:10,046 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haselbi01'), ('cardset_id', 20)] 2025-02-16 15:48:10,138 - card_creation - INFO - session info: 2025-02-16 15:48:10,138 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haselbi01', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:10,139 - card_creation - INFO - patch: players [('cost', '955'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11495/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:10,222 - card_creation - INFO - return: {'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 955, 'image': 'https://pddev.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haselbi01', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}} 2025-02-16 15:48:10,223 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sojolu01'), ('cardset_id', 20)] 2025-02-16 15:48:10,316 - card_creation - INFO - session info: 2025-02-16 15:48:10,316 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:10,316 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'sojol001')] 2025-02-16 15:48:10,394 - card_creation - INFO - session info: 2025-02-16 15:48:10,394 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:48:10,394 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Luis', 'last_name': 'Sojo', 'key_mlbam': 122522, 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001'} type: 2025-02-16 15:48:10,487 - card_creation - INFO - return: {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3} 2025-02-16 15:48:10,488 - card_creation - INFO - post: players payload: {'p_name': 'Luis Sojo', 'cost': '8', 'image': 'change-me', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset_id': 20, 'set_num': 1834, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'sojolu01', 'fangr_id': 1834, 'mlbplayer_id': 4337, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None} type: 2025-02-16 15:48:10,589 - card_creation - INFO - return: {'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'change-me', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sojolu01', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}} 2025-02-16 15:48:10,589 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11563/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:10,690 - card_creation - INFO - return: {'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sojolu01', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}} 2025-02-16 15:48:10,691 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castial01'), ('cardset_id', 20)] 2025-02-16 15:48:10,806 - card_creation - INFO - session info: 2025-02-16 15:48:10,807 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castial01', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:10,807 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11301/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:10,891 - card_creation - INFO - return: {'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castial01', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}} 2025-02-16 15:48:10,892 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke04'), ('cardset_id', 20)] 2025-02-16 15:48:10,992 - card_creation - INFO - session info: 2025-02-16 15:48:10,992 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke04', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:10,992 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11257/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:11,082 - card_creation - INFO - return: {'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke04', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}} 2025-02-16 15:48:11,083 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lemkema01'), ('cardset_id', 20)] 2025-02-16 15:48:11,190 - card_creation - INFO - session info: 2025-02-16 15:48:11,190 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 8, 'image': 'https://pd.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0201de13_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lemkema01', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38966, 'team': 47, 'player': 11070, 'created': 1739121113929}]}}]} 2025-02-16 15:48:11,190 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11070/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:11,288 - card_creation - INFO - return: {'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0201de13_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lemkema01', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}} 2025-02-16 15:48:11,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'macksh01'), ('cardset_id', 20)] 2025-02-16 15:48:11,396 - card_creation - INFO - session info: 2025-02-16 15:48:11,396 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macksh01', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35629, 'team': 47, 'player': 10784, 'created': 1730616941189}, {'id': 35808, 'team': 31, [ S N I P P E D ] 2025-02-16 15:48:11,396 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10784/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:11,472 - card_creation - INFO - return: {'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macksh01', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}} 2025-02-16 15:48:11,472 - card_creation - INFO - get: players id: None params: [('bbref_id', 'howarda02'), ('cardset_id', 20)] 2025-02-16 15:48:11,549 - card_creation - INFO - session info: 2025-02-16 15:48:11,549 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pd.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howarda02', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:11,549 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11139/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:11,638 - card_creation - INFO - return: {'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howarda02', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}} 2025-02-16 15:48:11,638 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bogarti01'), ('cardset_id', 20)] 2025-02-16 15:48:11,710 - card_creation - INFO - session info: 2025-02-16 15:48:11,711 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bogarti01', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:11,711 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11217/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:11,794 - card_creation - INFO - return: {'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bogarti01', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}} 2025-02-16 15:48:11,795 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ramirar01'), ('cardset_id', 20)] 2025-02-16 15:48:11,891 - card_creation - INFO - session info: 2025-02-16 15:48:11,892 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirar01', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:48:11,892 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11302/battingcard%3Fd%3D2025-2-16')] 2025-02-16 15:48:11,978 - card_creation - INFO - return: {'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirar01', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}} 2025-02-16 15:48:12,002 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 10633, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10938, 'steal_low': 11, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10634, 'steal_low': 10, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10635, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10636, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10637, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10638, 'steal_low': 3, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 10639, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10640, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10641, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10642, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10939, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10940, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10643, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 11242, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10644, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11446, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10941, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'A', 'running': 11, 'hand': 'S'}, {'player_id': 11290, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11111, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11112, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10645, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10646, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10647, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10648, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10649, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10650, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11485, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11486, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10651, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11447, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11448, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10652, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10653, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10654, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 11199, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11449, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 11505, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11042, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10655, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10656, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10942, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11450, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11043, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10657, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10658, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11113, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10659, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10660, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10661, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10943, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10662, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10663, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10664, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11168, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11044, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11169, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'A', 'running': 11, 'hand': 'R'}, {'player_id': 10665, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10666, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11200, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10667, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10668, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10669, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11045, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 10944, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10670, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11479, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10945, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10946, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10671, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10672, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10673, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10674, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10675, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11046, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10676, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 11114, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11047, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11291, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11048, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11243, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 11244, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10677, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10678, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10679, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.4722222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11049, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10680, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10681, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10682, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 11115, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 8, 'hand': 'L'}, {'player_id': 10683, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10684, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10947, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10948, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10685, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10686, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10949, 'steal_low': 3, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10950, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11050, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11116, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11506, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.4166666666666667, 'bunting': 'C', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11507, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10687, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.4444444444444444, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10688, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11117, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10689, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11118, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10951, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10952, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11119, 'steal_low': 3, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11201, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11120, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10953, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11121, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11245, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 11122, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10690, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11123, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10954, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10691, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10692, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11170, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10693, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 9, 'hand': 'R'}, {'player_id': 11124, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10694, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10695, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'A', 'running': 12, 'hand': 'S'}, {'player_id': 10696, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10697, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10698, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11202, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11203, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11204, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11051, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10699, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 13, 'hand': 'S'}, {'player_id': 11246, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10700, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10701, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'L'}, {'player_id': 10702, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10703, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10955, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10704, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10956, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10705, 'steal_low': 8, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10706, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10707, 'steal_low': 3, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11451, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10708, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10709, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11052, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10957, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10958, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11247, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 11508, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10710, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10711, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10712, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10713, 'steal_low': 10, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10714, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11125, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11126, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'A', 'running': 14, 'hand': 'L'}, {'player_id': 11544, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 11, 'hand': 'L'}, {'player_id': 11248, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11053, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11487, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11171, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11172, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10959, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'D', 'hit_and_run': 'D', 'running': 15, 'hand': 'R'}, {'player_id': 11249, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11173, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11292, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10715, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3611111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11545, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'A', 'running': 13, 'hand': 'R'}, {'player_id': 10716, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10717, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 10718, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11127, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10719, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10720, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10721, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10722, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11174, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 11452, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 17, 'hand': 'R'}, {'player_id': 11453, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11546, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'A', 'running': 11, 'hand': 'L'}, {'player_id': 11128, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11293, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11175, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11547, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11294, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3611111111111111, 'bunting': 'A', 'hit_and_run': 'A', 'running': 14, 'hand': 'S'}, {'player_id': 11548, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11054, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11055, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11488, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'A', 'running': 8, 'hand': 'R'}, {'player_id': 11454, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 13, 'hand': 'S'}, {'player_id': 10723, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11129, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11509, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'B', 'running': 8, 'hand': 'R'}, {'player_id': 11205, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10724, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10725, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11549, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11510, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10726, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10727, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10728, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10960, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10729, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10730, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10731, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10732, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10733, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11130, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11489, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 11511, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11056, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11250, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10734, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11131, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11295, 'steal_low': 3, 'steal_high': 10, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10735, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10961, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.4722222222222222, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11132, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11206, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11133, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10962, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10963, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 11512, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11251, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11296, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 9, 'hand': 'S'}, {'player_id': 11252, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10964, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 11207, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10736, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10965, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11208, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11209, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11253, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10966, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11210, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11057, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11211, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11212, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11480, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10737, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10738, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11134, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10739, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11058, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'B', 'running': 14, 'hand': 'L'}, {'player_id': 10740, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10741, 'steal_low': 3, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 11550, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'A', 'running': 11, 'hand': 'R'}, {'player_id': 10742, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10743, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10744, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10967, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10745, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10746, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11455, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11490, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11059, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11060, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 10747, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10748, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10749, 'steal_low': 13, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.3888888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10750, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10751, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10752, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10753, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11491, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 11061, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11551, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11062, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11135, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10968, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10969, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10754, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 10755, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10756, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10757, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10758, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10970, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11136, 'steal_low': 3, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10876, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11513, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 16, 'hand': 'R'}, {'player_id': 10971, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10972, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 10973, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10759, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10760, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 11137, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11254, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11138, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10761, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11456, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11213, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 10762, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11214, 'steal_low': 3, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11063, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'B', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10974, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10975, 'steal_low': 13, 'steal_high': 17, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 11064, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10976, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10977, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11552, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11457, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'C', 'running': 14, 'hand': 'R'}, {'player_id': 11514, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10978, 'steal_low': 3, 'steal_high': 17, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11458, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 11297, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'S'}, {'player_id': 10979, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 11459, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'B', 'running': 13, 'hand': 'L'}, {'player_id': 10763, 'steal_low': 10, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10764, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10765, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11176, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10980, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11065, 'steal_low': 3, 'steal_high': 16, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10981, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11492, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11515, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10766, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10767, 'steal_low': 10, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10768, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 14, 'hand': 'R'}, {'player_id': 10769, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11066, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10982, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10770, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'B', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10771, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 11215, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11553, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11554, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'S'}, {'player_id': 11555, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'A', 'running': 9, 'hand': 'S'}, {'player_id': 10772, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10983, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10773, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10984, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 10774, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10775, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11067, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10776, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10985, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 10777, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10778, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10986, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11556, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11255, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11557, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11558, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'C', 'running': 14, 'hand': 'S'}, {'player_id': 11068, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10779, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11460, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11559, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10987, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10780, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10781, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11560, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11493, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'A', 'running': 12, 'hand': 'R'}, {'player_id': 11298, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10782, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11516, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 9, 'hand': 'R'}, {'player_id': 11216, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 11299, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11481, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'A', 'running': 12, 'hand': 'L'}, {'player_id': 11494, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10783, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11561, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11517, 'steal_low': 10, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11300, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10988, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11069, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11256, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11562, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11495, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11563, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11301, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11257, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11070, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10784, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11139, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 11217, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11302, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 9, 'hand': 'R'}]} type: 2025-02-16 15:48:13,278 - card_creation - INFO - return: Updated cards: 360; new cards: 21 2025-02-16 15:48:13,278 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 20)] 2025-02-16 15:48:14,853 - card_creation - INFO - session info: 2025-02-16 15:48:15,220 - card_creation - INFO - return: {'count': 381, 'cards': [{'id': 4871, 'player': {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, 'variant': 0, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', ' [ S N I P P E D ] 2025-02-16 15:48:15,231 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 4871, 'vs_hand': 'L', 'homerun': 3.5, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 18.6, 'lineout': 3.3, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 30.95, 'groundout_c': 0.0, 'pull_rate': 0.28829, 'center_rate': 0.42342, 'slap_rate': 0.28829, 'avg': 0.15741, 'obp': 0.28056, 'slg': 0.28519, 'player_id': 10633}, {'battingcard_id': 4871, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.1, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.1, 'strikeout': 9.45, 'lineout': 13.3, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.4, 'groundout_a': 3.3, 'groundout_b': 18.85, 'groundout_c': 0.0, 'pull_rate': 0.29685, 'center_rate': 0.21139, 'slap_rate': 0.49176, 'avg': 0.32917, 'obp': 0.42269, 'slg': 0.54537, 'player_id': 10633}, {'battingcard_id': 5027, 'vs_hand': 'L', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 5.7, 'single_one': 8.15, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 9.15, 'lineout': 5.4, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.33333, 'obp': 0.40324, 'slg': 0.55833, 'player_id': 10938}, {'battingcard_id': 5027, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 8.0, 'single_two': 4.75, 'single_one': 6.8, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 17.8, 'lineout': 2.25, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.75, 'groundout_a': 10.5, 'groundout_b': 10.45, 'groundout_c': 0.0, 'pull_rate': 0.25599, 'center_rate': 0.31123, 'slap_rate': 0.43278, 'avg': 0.35046, 'obp': 0.48935, 'slg': 0.50417, 'player_id': 10938}, {'battingcard_id': 4872, 'vs_hand': 'L', 'homerun': 6.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.25, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 16.4, 'lineout': 1.5, 'popout': 13.0, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.25, 'groundout_a': 26.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18519, 'center_rate': 0.61728, 'slap_rate': 0.19753, 'avg': 0.27269, 'obp': 0.36852, 'slg': 0.46296, 'player_id': 10634}, {'battingcard_id': 4872, 'vs_hand': 'R', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 9.95, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 8.3, 'lineout': 8.5, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 11.1, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.9, 'groundout_a': 20.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19742, 'center_rate': 0.32189, 'slap_rate': 0.48069, 'avg': 0.36852, 'obp': 0.46065, 'slg': 0.71481, 'player_id': 10634}, {'battingcard_id': 4873, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.7, 'strikeout': 14.7, 'lineout': 7.45, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 25.65, 'groundout_c': 0.0, 'pull_rate': 0.31148, 'center_rate': 0.37705, 'slap_rate': 0.31147, 'avg': 0.30926, 'obp': 0.45463, 'slg': 0.51157, 'player_id': 10635}, {'battingcard_id': 4873, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 9.45, 'lineout': 9.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 39.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21086, 'center_rate': 0.44089, 'slap_rate': 0.34825, 'avg': 0.26435, 'obp': 0.40741, 'slg': 0.38241, 'player_id': 10635}, {'battingcard_id': 4874, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.4, 'strikeout': 12.05, 'lineout': 6.7, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 19.6, 'groundout_c': 0.0, 'pull_rate': 0.27891, 'center_rate': 0.51701, 'slap_rate': 0.20408, 'avg': 0.26713, 'obp': 0.45602, 'slg': 0.40185, 'player_id': 10636}, {'battingcard_id': 4874, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.8, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.9, 'strikeout': 8.5, 'lineout': 0, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 22.85, 'groundout_c': 0.0, 'pull_rate': 0.23918, 'center_rate': 0.17312, 'slap_rate': 0.5877, 'avg': 0.33981, 'obp': 0.48704, 'slg': 0.48333, 'player_id': 10636}, {'battingcard_id': 4875, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 22.25, 'lineout': 2.1, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.2, 'groundout_a': 17.35, 'groundout_b': 5.8, 'groundout_c': 0.0, 'pull_rate': 0.14085, 'center_rate': 0.56338, 'slap_rate': 0.29577, 'avg': 0.24954, 'obp': 0.38426, 'slg': 0.31528, 'player_id': 10637}, {'battingcard_id': 4875, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 9.75, 'single_two': 5.95, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 9.9, 'lineout': 1.95, 'popout': 5.85, 'flyout_a': 1.0, 'flyout_bq': 11.6, 'flyout_lf_b': 5.9, 'flyout_rf_b': 3.2, 'groundout_a': 5.7, 'groundout_b': 12.5, 'groundout_c': 0.0, 'pull_rate': 0.25475, 'center_rate': 0.15209, 'slap_rate': 0.59316, 'avg': 0.32269, 'obp': 0.46667, 'slg': 0.44444, 'player_id': 10637}, {'battingcard_id': 4876, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.55, 'strikeout': 19.4, 'lineout': 4.2, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 1.7, 'groundout_b': 32.5, 'groundout_c': 0.0, 'pull_rate': 0.36612, 'center_rate': 0.26776, 'slap_rate': 0.36612, 'avg': 0.21898, 'obp': 0.3537, 'slg': 0.25324, 'player_id': 10638}, {'battingcard_id': 4876, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.25, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.85, 'strikeout': 11.5, 'lineout': 2.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 3.2, 'groundout_b': 25.15, 'groundout_c': 0.0, 'pull_rate': 0.30973, 'center_rate': 0.14454, 'slap_rate': 0.54573, 'avg': 0.24074, 'obp': 0.45231, 'slg': 0.46019, 'player_id': 10638}, {'battingcard_id': 4877, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 23.3, 'strikeout': 11.3, 'lineout': 6.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 3.5, 'groundout_b': 19.95, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.2375, 'obp': 0.4625, 'slg': 0.33426, 'player_id': 10639}, {'battingcard_id': 4877, 'vs_hand': 'R', 'homerun': 8.75, 'bp_homerun': 5.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.5, 'single_two': 8.55, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 11.15, 'lineout': 2.2, 'popout': 6.2, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 3.8, 'flyout_rf_b': 6.7, 'groundout_a': 0, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.29801, 'center_rate': 0.12362, 'slap_rate': 0.57837, 'avg': 0.3662, 'obp': 0.52639, 'slg': 0.7625, 'player_id': 10639}, {'battingcard_id': 4878, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.5, 'single_one': 4.25, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 24.25, 'lineout': 3.3, 'popout': 6.1, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 7.1, 'groundout_b': 7.05, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.26435, 'obp': 0.41065, 'slg': 0.46019, 'player_id': 10640}, {'battingcard_id': 4878, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.9, 'strikeout': 23.25, 'lineout': 3.2, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 15.25, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.5, 'groundout_a': 24.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24756, 'center_rate': 0.12704, 'slap_rate': 0.6254, 'avg': 0.17546, 'obp': 0.31343, 'slg': 0.25463, 'player_id': 10640}, {'battingcard_id': 4879, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.8, 'single_one': 10.15, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 13.2, 'lineout': 1.9, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.25, 'groundout_a': 4.25, 'groundout_b': 23.75, 'groundout_c': 0.0, 'pull_rate': 0.24427, 'center_rate': 0.57252, 'slap_rate': 0.18321, 'avg': 0.36389, 'obp': 0.40556, 'slg': 0.47685, 'player_id': 10641}, {'battingcard_id': 4879, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 8.9, 'lineout': 3.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.65, 'groundout_a': 9.5, 'groundout_b': 28.6, 'groundout_c': 0.0, 'pull_rate': 0.27445, 'center_rate': 0.1183, 'slap_rate': 0.60725, 'avg': 0.29537, 'obp': 0.32083, 'slg': 0.43843, 'player_id': 10641}, {'battingcard_id': 4880, 'vs_hand': 'L', 'homerun': 5.75, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.9, 'strikeout': 18.4, 'lineout': 5.4, 'popout': 12.5, 'flyout_a': 1.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.9, 'groundout_a': 2.75, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.27848, 'center_rate': 0.5, 'slap_rate': 0.22152, 'avg': 0.2375, 'obp': 0.35694, 'slg': 0.49444, 'player_id': 10642}, {'battingcard_id': 4880, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.75, 'single_one': 2.25, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.45, 'strikeout': 7.85, 'lineout': 1.25, 'popout': 11.35, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.7, 'groundout_a': 18.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29679, 'center_rate': 0.21123, 'slap_rate': 0.49198, 'avg': 0.27083, 'obp': 0.4787, 'slg': 0.40833, 'player_id': 10642}, {'battingcard_id': 5028, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 8.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 6.75, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.9, 'strikeout': 7.15, 'lineout': 7.25, 'popout': 8.9, 'flyout_a': 1.0, 'flyout_bq': 11.5, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.4, 'groundout_a': 19.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23567, 'center_rate': 0.52866, 'slap_rate': 0.23567, 'avg': 0.31204, 'obp': 0.42222, 'slg': 0.52963, 'player_id': 10939}, {'battingcard_id': 5028, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.1, 'strikeout': 14.95, 'lineout': 1.65, 'popout': 9.2, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 5.1, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.23387, 'center_rate': 0.44624, 'slap_rate': 0.31989, 'avg': 0.25509, 'obp': 0.45046, 'slg': 0.35278, 'player_id': 10939}, {'battingcard_id': 5029, 'vs_hand': 'L', 'homerun': 6.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 15.9, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.95, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 11.5, 'strikeout': 21.4, 'lineout': 8.05, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 10.7, 'groundout_c': 0.0, 'pull_rate': 0.23944, 'center_rate': 0.52113, 'slap_rate': 0.23943, 'avg': 0.36157, 'obp': 0.47731, 'slg': 0.63843, 'player_id': 10940}, {'battingcard_id': 5029, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.25, 'strikeout': 21.15, 'lineout': 10.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 18.4, 'groundout_b': 6.15, 'groundout_c': 0.0, 'pull_rate': 0.26364, 'center_rate': 0.16818, 'slap_rate': 0.56818, 'avg': 0.19954, 'obp': 0.3037, 'slg': 0.23981, 'player_id': 10940}, {'battingcard_id': 4881, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 3.5, 'single_one': 2.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 19.55, 'lineout': 11.7, 'popout': 9.6, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 3.9, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.51111, 'slap_rate': 0.24445, 'avg': 0.24074, 'obp': 0.27083, 'slg': 0.32407, 'player_id': 10643}, {'battingcard_id': 4881, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 12.3, 'lineout': 7.95, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.05, 'groundout_a': 31.85, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.20438, 'center_rate': 0.16788, 'slap_rate': 0.62774, 'avg': 0.18796, 'obp': 0.22731, 'slg': 0.21667, 'player_id': 10643}, {'battingcard_id': 5167, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.0, 'single_one': 9.05, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.55, 'strikeout': 7.0, 'lineout': 2.1, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 1.6, 'groundout_b': 28.9, 'groundout_c': 0.0, 'pull_rate': 0.275, 'center_rate': 0.45, 'slap_rate': 0.275, 'avg': 0.21528, 'obp': 0.3963, 'slg': 0.16389, 'player_id': 11242}, {'battingcard_id': 5167, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_pull': 1.95, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.25, 'strikeout': 29.65, 'lineout': 1.2, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 10.7, 'groundout_b': 13.1, 'groundout_c': 0.0, 'pull_rate': 0.18431, 'center_rate': 0.07059, 'slap_rate': 0.7451, 'avg': 0.15556, 'obp': 0.25046, 'slg': 0.18148, 'player_id': 11242}, {'battingcard_id': 4882, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.85, 'single_two': 8.35, 'single_one': 12.55, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.2, 'strikeout': 6.15, 'lineout': 1.4, 'popout': 12.55, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.25, 'groundout_a': 0, 'groundout_b': 25.85, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.425, 'obp': 0.48241, 'slg': 0.50972, 'player_id': 10644}, {'battingcard_id': 4882, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 12.25, 'lineout': 3.2, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.75, 'groundout_a': 7.05, 'groundout_b': 28.3, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.11205, 'slap_rate': 0.62479, 'avg': 0.27361, 'obp': 0.3037, 'slg': 0.35, 'player_id': 10644}, {'battingcard_id': 5284, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 9.75, 'strikeout': 6.6, 'lineout': 0, 'popout': 21.45, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.6, 'groundout_a': 50.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23188, 'center_rate': 0.53623, 'slap_rate': 0.23189, 'avg': 0.05, 'obp': 0.1588, 'slg': 0.01111, 'player_id': 11446}, {'battingcard_id': 5284, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 4.8, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 6.65, 'single_one': 10.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 15.35, 'lineout': 3.75, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 15.65, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.14754, 'center_rate': 0.20219, 'slap_rate': 0.65027, 'avg': 0.33472, 'obp': 0.37407, 'slg': 0.44815, 'player_id': 11446}, {'battingcard_id': 5030, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.35, 'double_pull': 9.35, 'single_two': 9.95, 'single_one': 14.95, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.65, 'strikeout': 4.5, 'lineout': 3.9, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 12.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22849, 'center_rate': 0.54303, 'slap_rate': 0.22848, 'avg': 0.49722, 'obp': 0.70694, 'slg': 0.60093, 'player_id': 10941}, {'battingcard_id': 5030, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.65, 'strikeout': 11.25, 'lineout': 5.9, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 7.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 2.75, 'groundout_b': 24.7, 'groundout_c': 0.0, 'pull_rate': 0.205, 'center_rate': 0.915, 'slap_rate': -0.12, 'avg': 0.32361, 'obp': 0.44074, 'slg': 0.44815, 'player_id': 10941}, {'battingcard_id': 5188, 'vs_hand': 'L', 'homerun': 3.6, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.9, 'strikeout': 30.0, 'lineout': 1.1, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 12.05, 'groundout_c': 0.0, 'pull_rate': 0.44118, 'center_rate': 0.44118, 'slap_rate': 0.11764, 'avg': 0.19259, 'obp': 0.46944, 'slg': 0.29352, 'player_id': 11290}, {'battingcard_id': 5188, 'vs_hand': 'R', 'homerun': 10.8, 'bp_homerun': 8.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.3, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.95, 'bp_single': 0.0, 'hbp': 0, 'walk': 17.7, 'strikeout': 25.2, 'lineout': 2.55, 'popout': 2.55, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 9.7, 'flyout_rf_b': 4.75, 'groundout_a': 0, 'groundout_b': 9.25, 'groundout_c': 0.0, 'pull_rate': 0.30037, 'center_rate': 0.05495, 'slap_rate': 0.64468, 'avg': 0.26991, 'obp': 0.4338, 'slg': 0.67176, 'player_id': 11290}, {'battingcard_id': 5109, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.3, 'strikeout': 22.6, 'lineout': 0, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 2.4, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.30667, 'center_rate': 0.38667, 'slap_rate': 0.30666, 'avg': 0.25741, 'obp': 0.38056, 'slg': 0.41852, 'player_id': 11111}, {'battingcard_id': 5109, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 1.2, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.4, 'strikeout': 28.0, 'lineout': 1.5, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 4.25, 'groundout_b': 24.15, 'groundout_c': 0.0, 'pull_rate': 0.26554, 'center_rate': 0.16384, 'slap_rate': 0.57062, 'avg': 0.17963, 'obp': 0.35, 'slg': 0.26435, 'player_id': 11111}, {'battingcard_id': 5110, 'vs_hand': 'L', 'homerun': 10.0, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 10.2, 'single_one': 3.9, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 27.35, 'lineout': 0, 'popout': 11.75, 'flyout_a': 1.0, 'flyout_bq': 1.2, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 3.75, 'groundout_b': 10.6, 'groundout_c': 0.0, 'pull_rate': 0.26064, 'center_rate': 0.47872, 'slap_rate': 0.26064, 'avg': 0.37593, 'obp': 0.46111, 'slg': 0.74537, 'player_id': 11112}, {'battingcard_id': 5110, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 15.5, 'lineout': 10.4, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.1, 'groundout_a': 22.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25373, 'center_rate': 0.33582, 'slap_rate': 0.41045, 'avg': 0.18889, 'obp': 0.35648, 'slg': 0.28611, 'player_id': 11112}, {'battingcard_id': 4883, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.95, 'double_pull': 1.95, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 21.5, 'lineout': 10.65, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.1, 'groundout_a': 1.25, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.18468, 'center_rate': 0.5045, 'slap_rate': 0.31082, 'avg': 0.23102, 'obp': 0.32593, 'slg': 0.26481, 'player_id': 10645}, {'battingcard_id': 4883, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.7, 'single_two': 7.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.5, 'strikeout': 8.45, 'lineout': 6.05, 'popout': 3.25, 'flyout_a': 1.0, 'flyout_bq': 11.75, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.2, 'groundout_a': 17.3, 'groundout_b': 4.35, 'groundout_c': 0.0, 'pull_rate': 0.22513, 'center_rate': 0.19546, 'slap_rate': 0.57941, 'avg': 0.32824, 'obp': 0.48102, 'slg': 0.56528, 'player_id': 10645}, {'battingcard_id': 4884, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 4.8, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 13.3, 'lineout': 3.9, 'popout': 11.6, 'flyout_a': 0.0, 'flyout_bq': 9.7, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 2.4, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.29703, 'center_rate': 0.40594, 'slap_rate': 0.29703, 'avg': 0.25648, 'obp': 0.39815, 'slg': 0.29861, 'player_id': 10646}, {'battingcard_id': 4884, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 4.5, 'single_one': 6.55, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.8, 'strikeout': 7.0, 'lineout': 9.9, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 13.95, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.25, 'groundout_a': 14.1, 'groundout_b': 14.05, 'groundout_c': 0.0, 'pull_rate': 0.20405, 'center_rate': 0.12773, 'slap_rate': 0.66822, 'avg': 0.26065, 'obp': 0.36065, 'slg': 0.3162, 'player_id': 10646}, {'battingcard_id': 4885, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 22.65, 'lineout': 0, 'popout': 8.25, 'flyout_a': 0.0, 'flyout_bq': 24.85, 'flyout_lf_b': 4.75, 'flyout_rf_b': 3.5, 'groundout_a': 24.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2266, 'center_rate': 0.44335, 'slap_rate': 0.33005, 'avg': 0.12778, 'obp': 0.17778, 'slg': 0.17315, 'player_id': 10647}, {'battingcard_id': 4885, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.85, 'strikeout': 13.05, 'lineout': 1.4, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 2.8, 'flyout_rf_b': 1.75, 'groundout_a': 20.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27603, 'center_rate': 0.21792, 'slap_rate': 0.50605, 'avg': 0.2713, 'obp': 0.45509, 'slg': 0.42407, 'player_id': 10647}, {'battingcard_id': 4886, 'vs_hand': 'L', 'homerun': 13.05, 'bp_homerun': 9.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.65, 'single_two': 6.15, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 6.35, 'lineout': 4.5, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 6.25, 'flyout_rf_b': 6.3, 'groundout_a': 3.2, 'groundout_b': 15.85, 'groundout_c': 0.0, 'pull_rate': 0.36134, 'center_rate': 0.27731, 'slap_rate': 0.36135, 'avg': 0.43935, 'obp': 0.54491, 'slg': 0.90556, 'player_id': 10648}, {'battingcard_id': 4886, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 2.75, 'single_one': 3.25, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 13.4, 'lineout': 11.0, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 16.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.5, 'groundout_a': 17.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26068, 'center_rate': 0.14103, 'slap_rate': 0.59829, 'avg': 0.24444, 'obp': 0.37315, 'slg': 0.36898, 'player_id': 10648}, {'battingcard_id': 4887, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.1, 'single_one': 5.95, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 15.3, 'strikeout': 21.25, 'lineout': 6.7, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 6.0, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 15.45, 'groundout_c': 0.0, 'pull_rate': 0.32642, 'center_rate': 0.54404, 'slap_rate': 0.12954, 'avg': 0.31065, 'obp': 0.50787, 'slg': 0.42685, 'player_id': 10649}, {'battingcard_id': 4887, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.2, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.0, 'strikeout': 24.7, 'lineout': 3.25, 'popout': 2.7, 'flyout_a': 1.0, 'flyout_bq': 4.8, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.4, 'groundout_a': 3.3, 'groundout_b': 7.65, 'groundout_c': 0.0, 'pull_rate': 0.24308, 'center_rate': 0.32308, 'slap_rate': 0.43384, 'avg': 0.31713, 'obp': 0.53009, 'slg': 0.51296, 'player_id': 10649}, {'battingcard_id': 4888, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.7, 'double_pull': 8.75, 'single_two': 4.8, 'single_one': 4.5, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 9.3, 'lineout': 9.2, 'popout': 6.1, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0.0, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.29787, 'center_rate': 0.40426, 'slap_rate': 0.29787, 'avg': 0.35972, 'obp': 0.4412, 'slg': 0.51852, 'player_id': 10650}, {'battingcard_id': 4888, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 3.5, 'single_one': 4.25, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.1, 'strikeout': 24.85, 'lineout': 13.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.3, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.5, 'groundout_a': 10.05, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.30149, 'center_rate': 0.16136, 'slap_rate': 0.53715, 'avg': 0.26111, 'obp': 0.33611, 'slg': 0.37269, 'player_id': 10650}, {'battingcard_id': 5302, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 10.1, 'single_one': 15.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.55, 'strikeout': 11.9, 'lineout': 2.1, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 2.4, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.07692, 'center_rate': 0.79487, 'slap_rate': 0.12821, 'avg': 0.32778, 'obp': 0.60139, 'slg': 0.25741, 'player_id': 11485}, {'battingcard_id': 5302, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.2, 'single_one': 3.75, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 20.55, 'lineout': 7.0, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.2, 'groundout_a': 1.75, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.13596, 'slap_rate': 0.61404, 'avg': 0.26759, 'obp': 0.39491, 'slg': 0.39352, 'player_id': 11485}, {'battingcard_id': 5303, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 9.65, 'single_one': 14.45, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 20.15, 'lineout': 1.7, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 21.6, 'groundout_c': 0.0, 'pull_rate': 0.13514, 'center_rate': 0.72973, 'slap_rate': 0.13513, 'avg': 0.41944, 'obp': 0.47546, 'slg': 0.45741, 'player_id': 11486}, {'battingcard_id': 5303, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 6.15, 'single_one': 9.25, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 22.95, 'lineout': 1.5, 'popout': 13.2, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.2, 'groundout_b': 20.8, 'groundout_c': 0.0, 'pull_rate': 0.25641, 'center_rate': 0.13846, 'slap_rate': 0.60513, 'avg': 0.29074, 'obp': 0.33241, 'slg': 0.31111, 'player_id': 11486}, {'battingcard_id': 4889, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 4.2, 'strikeout': 4.1, 'lineout': 9.05, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 12.95, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 38.7, 'groundout_c': 0.0, 'pull_rate': 0.28659, 'center_rate': 0.42683, 'slap_rate': 0.28658, 'avg': 0.18241, 'obp': 0.32315, 'slg': 0.27917, 'player_id': 10651}, {'battingcard_id': 4889, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 11.3, 'lineout': 11.65, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.4, 'groundout_a': 3.3, 'groundout_b': 29.9, 'groundout_c': 0.0, 'pull_rate': 0.37736, 'center_rate': 0.33019, 'slap_rate': 0.29245, 'avg': 0.18194, 'obp': 0.21806, 'slg': 0.28056, 'player_id': 10651}, {'battingcard_id': 5285, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 7.85, 'double_pull': 7.85, 'single_two': 3.5, 'single_one': 0, 'single_center': 6.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 12.05, 'lineout': 5.1, 'popout': 14.35, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.25373, 'center_rate': 0.49254, 'slap_rate': 0.25373, 'avg': 0.31806, 'obp': 0.45926, 'slg': 0.53194, 'player_id': 11447}, {'battingcard_id': 5285, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 2.5, 'single_one': 0, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.05, 'lineout': 4.5, 'popout': 8.0, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.1, 'groundout_a': 4.5, 'groundout_b': 24.7, 'groundout_c': 0.0, 'pull_rate': 0.26872, 'center_rate': 0.29075, 'slap_rate': 0.44053, 'avg': 0.2088, 'obp': 0.26157, 'slg': 0.29907, 'player_id': 11447}, {'battingcard_id': 5286, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 21.65, 'lineout': 2.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 43.25, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.47368, 'slap_rate': 0.26316, 'avg': 0.20556, 'obp': 0.27407, 'slg': 0.28241, 'player_id': 11448}, {'battingcard_id': 5286, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 2.5, 'strikeout': 16.0, 'lineout': 0, 'popout': 12.1, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 36.35, 'groundout_c': 0.0, 'pull_rate': 0.26712, 'center_rate': 0.12329, 'slap_rate': 0.60959, 'avg': 0.26343, 'obp': 0.32361, 'slg': 0.33426, 'player_id': 11448}, {'battingcard_id': 4890, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 5.1, 'single_one': 6.1, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 8.05, 'lineout': 6.8, 'popout': 10.25, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.9, 'groundout_a': 25.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23026, 'center_rate': 0.53947, 'slap_rate': 0.23027, 'avg': 0.3125, 'obp': 0.39815, 'slg': 0.45185, 'player_id': 10652}, {'battingcard_id': 4890, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.1, 'strikeout': 6.75, 'lineout': 3.2, 'popout': 8.4, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 1.7, 'flyout_rf_b': 3.3, 'groundout_a': 27.8, 'groundout_b': 6.95, 'groundout_c': 0.0, 'pull_rate': 0.28205, 'center_rate': 0.11681, 'slap_rate': 0.60114, 'avg': 0.23981, 'obp': 0.32407, 'slg': 0.3338, 'player_id': 10652}, {'battingcard_id': 4891, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 2.1, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.35, 'strikeout': 7.7, 'lineout': 5.7, 'popout': 8.05, 'flyout_a': 1.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 16.85, 'groundout_c': 0.0, 'pull_rate': 0.27841, 'center_rate': 0.44318, 'slap_rate': 0.27841, 'avg': 0.25833, 'obp': 0.45602, 'slg': 0.43426, 'player_id': 10653}, {'battingcard_id': 4891, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.35, 'strikeout': 8.5, 'lineout': 3.2, 'popout': 11.1, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.5, 'groundout_a': 9.65, 'groundout_b': 11.75, 'groundout_c': 0.0, 'pull_rate': 0.27929, 'center_rate': 0.1252, 'slap_rate': 0.59551, 'avg': 0.28796, 'obp': 0.44861, 'slg': 0.44907, 'player_id': 10653}, {'battingcard_id': 4892, 'vs_hand': 'L', 'homerun': 9.0, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.5, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.75, 'strikeout': 25.15, 'lineout': 5.1, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.75, 'groundout_a': 1.2, 'groundout_b': 10.85, 'groundout_c': 0.0, 'pull_rate': 0.29139, 'center_rate': 0.43046, 'slap_rate': 0.27815, 'avg': 0.35648, 'obp': 0.42824, 'slg': 0.69167, 'player_id': 10654}, {'battingcard_id': 4892, 'vs_hand': 'R', 'homerun': 7.0, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 22.75, 'lineout': 7.75, 'popout': 1.95, 'flyout_a': 1.0, 'flyout_bq': 7.55, 'flyout_lf_b': 6.6, 'flyout_rf_b': 3.25, 'groundout_a': 0, 'groundout_b': 17.95, 'groundout_c': 0.0, 'pull_rate': 0.25758, 'center_rate': 0.14069, 'slap_rate': 0.60173, 'avg': 0.27176, 'obp': 0.36296, 'slg': 0.53102, 'player_id': 10654}, {'battingcard_id': 5148, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 0, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 10.2, 'strikeout': 16.0, 'lineout': 0, 'popout': 6.15, 'flyout_a': 0.0, 'flyout_bq': 15.45, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 5.1, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.27232, 'center_rate': 0.45536, 'slap_rate': 0.27232, 'avg': 0.19769, 'obp': 0.37546, 'slg': 0.32593, 'player_id': 11199}, {'battingcard_id': 5148, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 23.7, 'strikeout': 14.65, 'lineout': 1.75, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0, 'groundout_b': 26.6, 'groundout_c': 0.0, 'pull_rate': 0.33051, 'center_rate': 0.86441, 'slap_rate': -0.19492, 'avg': 0.26806, 'obp': 0.49676, 'slg': 0.4037, 'player_id': 11199}, {'battingcard_id': 5287, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 4.75, 'single_one': 2.75, 'single_center': 6.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 15.25, 'lineout': 3.4, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 3.75, 'groundout_b': 21.2, 'groundout_c': 0.0, 'pull_rate': 0.18103, 'center_rate': 0.63793, 'slap_rate': 0.18104, 'avg': 0.29398, 'obp': 0.38426, 'slg': 0.43056, 'player_id': 11449}, {'battingcard_id': 5287, 'vs_hand': 'R', 'homerun': 15.2, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.8, 'single_two': 19.55, 'single_one': 7.3, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.2, 'strikeout': 9.8, 'lineout': 1.35, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 2.1, 'flyout_lf_b': 1.05, 'flyout_rf_b': 3.5, 'groundout_a': 0, 'groundout_b': 20.55, 'groundout_c': 0.0, 'pull_rate': 0.35955, 'center_rate': 0.83146, 'slap_rate': -0.19101, 'avg': 0.57731, 'obp': 0.62546, 'slg': 1.15648, 'player_id': 11449}, {'battingcard_id': 5313, 'vs_hand': 'L', 'homerun': 8.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 19.1, 'lineout': 5.7, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 6.4, 'flyout_rf_b': 6.35, 'groundout_a': 18.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3587, 'center_rate': 0.28261, 'slap_rate': 0.35869, 'avg': 0.30185, 'obp': 0.37315, 'slg': 0.61111, 'player_id': 11505}, {'battingcard_id': 5313, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 17.9, 'lineout': 7.55, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 18.2, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 25.2, 'groundout_c': 0.0, 'pull_rate': 0.34615, 'center_rate': 0.33333, 'slap_rate': 0.32052, 'avg': 0.21481, 'obp': 0.27315, 'slg': 0.31806, 'player_id': 11505}, {'battingcard_id': 5078, 'vs_hand': 'L', 'homerun': 10.15, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.5, 'single_two': 6.15, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 9.65, 'lineout': 7.5, 'popout': 3.25, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 6.0, 'flyout_rf_b': 6.0, 'groundout_a': 5.1, 'groundout_b': 27.1, 'groundout_c': 0.0, 'pull_rate': 0.31783, 'center_rate': 0.36434, 'slap_rate': 0.31783, 'avg': 0.32963, 'obp': 0.34259, 'slg': 0.67593, 'player_id': 11042}, {'battingcard_id': 5078, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.85, 'double_pull': 6.85, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.05, 'strikeout': 30.9, 'lineout': 5.1, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.30104, 'center_rate': 0.16263, 'slap_rate': 0.53633, 'avg': 0.24583, 'obp': 0.31111, 'slg': 0.34815, 'player_id': 11042}, {'battingcard_id': 4893, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.7, 'strikeout': 8.2, 'lineout': 5.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 25.75, 'groundout_c': 0.0, 'pull_rate': 0.19444, 'center_rate': 0.61111, 'slap_rate': 0.19445, 'avg': 0.26852, 'obp': 0.4787, 'slg': 0.33241, 'player_id': 10655}, {'battingcard_id': 4893, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 15.75, 'lineout': 8.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 5.7, 'groundout_b': 30.85, 'groundout_c': 0.0, 'pull_rate': 0.19663, 'center_rate': 0.16479, 'slap_rate': 0.63858, 'avg': 0.2412, 'obp': 0.36204, 'slg': 0.30648, 'player_id': 10655}, {'battingcard_id': 4894, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 20.7, 'lineout': 0, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.35, 'groundout_a': 1.25, 'groundout_b': 24.1, 'groundout_c': 0.0, 'pull_rate': 0.19149, 'center_rate': 0.56028, 'slap_rate': 0.24823, 'avg': 0.27407, 'obp': 0.39028, 'slg': 0.38657, 'player_id': 10656}, {'battingcard_id': 4894, 'vs_hand': 'R', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.75, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 14.1, 'lineout': 6.65, 'popout': 3.6, 'flyout_a': 1.0, 'flyout_bq': 9.6, 'flyout_lf_b': 10.8, 'flyout_rf_b': 6.4, 'groundout_a': 23.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28082, 'center_rate': 0.18037, 'slap_rate': 0.53881, 'avg': 0.21157, 'obp': 0.29769, 'slg': 0.41852, 'player_id': 10656}, {'battingcard_id': 5031, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.85, 'single_one': 0.0, 'single_center': 15.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.65, 'strikeout': 7.55, 'lineout': 8.45, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 12.6, 'groundout_c': 0.0, 'pull_rate': 0.11667, 'center_rate': 0.4, 'slap_rate': 0.48333, 'avg': 0.35278, 'obp': 0.49769, 'slg': 0.49028, 'player_id': 10942}, {'battingcard_id': 5031, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.75, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 14.9, 'lineout': 7.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 27.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26034, 'center_rate': 0.05839, 'slap_rate': 0.68127, 'avg': 0.28565, 'obp': 0.43565, 'slg': 0.36157, 'player_id': 10942}, {'battingcard_id': 5288, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.1, 'double_pull': 9.05, 'single_two': 5.85, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 13.95, 'lineout': 4.5, 'popout': 10.15, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.56, 'slap_rate': 0.28, 'avg': 0.37917, 'obp': 0.43935, 'slg': 0.49815, 'player_id': 11450}, {'battingcard_id': 5288, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 8.2, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 17.8, 'lineout': 3.4, 'popout': 10.2, 'flyout_a': 1.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 15.35, 'groundout_b': 5.1, 'groundout_c': 0.0, 'pull_rate': 0.26623, 'center_rate': 0.09091, 'slap_rate': 0.64286, 'avg': 0.32083, 'obp': 0.42454, 'slg': 0.6213, 'player_id': 11450}, {'battingcard_id': 5079, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.65, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 38.0, 'lineout': 3.75, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.2, 'groundout_a': 4.8, 'groundout_b': 11.2, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.48571, 'slap_rate': 0.31429, 'avg': 0.18148, 'obp': 0.29583, 'slg': 0.32454, 'player_id': 11043}, {'battingcard_id': 5079, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 5.1, 'single_one': 6.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.45, 'strikeout': 24.0, 'lineout': 9.4, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 18.95, 'groundout_b': 1.0, 'groundout_c': 0.0, 'pull_rate': 0.22622, 'center_rate': 0.0437, 'slap_rate': 0.73008, 'avg': 0.28426, 'obp': 0.37176, 'slg': 0.36528, 'player_id': 11043}, {'battingcard_id': 4895, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 12.9, 'lineout': 9.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 20.65, 'groundout_b': 11.15, 'groundout_c': 0.0, 'pull_rate': 0.26901, 'center_rate': 0.46199, 'slap_rate': 0.269, 'avg': 0.25139, 'obp': 0.36574, 'slg': 0.28889, 'player_id': 10657}, {'battingcard_id': 4895, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 14.7, 'lineout': 13.3, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 3.9, 'flyout_rf_b': 1.65, 'groundout_a': 4.5, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.2211, 'center_rate': 0.16024, 'slap_rate': 0.61866, 'avg': 0.28287, 'obp': 0.35556, 'slg': 0.41759, 'player_id': 10657}, {'battingcard_id': 4896, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.4, 'strikeout': 20.55, 'lineout': 7.5, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.2, 'groundout_a': 5.1, 'groundout_b': 19.75, 'groundout_c': 0.0, 'pull_rate': 0.15789, 'center_rate': 0.51316, 'slap_rate': 0.32895, 'avg': 0.2463, 'obp': 0.37037, 'slg': 0.2875, 'player_id': 10658}, {'battingcard_id': 4896, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.5, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.35, 'strikeout': 12.3, 'lineout': 4.2, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 16.8, 'flyout_lf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 1.2, 'groundout_b': 20.6, 'groundout_c': 0.0, 'pull_rate': 0.14348, 'center_rate': 0.16957, 'slap_rate': 0.68695, 'avg': 0.2625, 'obp': 0.36759, 'slg': 0.32917, 'player_id': 10658}, {'battingcard_id': 5111, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 17.55, 'lineout': 12.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.35, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 25.85, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.52381, 'slap_rate': 0.30476, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.23287, 'player_id': 11113}, {'battingcard_id': 5111, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 10.1, 'lineout': 10.55, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 27.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.12178, 'center_rate': 0.12881, 'slap_rate': 0.74941, 'avg': 0.25556, 'obp': 0.34583, 'slg': 0.33148, 'player_id': 11113}, {'battingcard_id': 4897, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 7.5, 'single_one': 6.75, 'single_center': 8.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.2, 'strikeout': 13.45, 'lineout': 15.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.45, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 1.05, 'groundout_b': 19.15, 'groundout_c': 0.0, 'pull_rate': 0.20652, 'center_rate': 0.52717, 'slap_rate': 0.26631, 'avg': 0.36481, 'obp': 0.47778, 'slg': 0.48333, 'player_id': 10659}, {'battingcard_id': 4897, 'vs_hand': 'R', 'homerun': 5.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.2, 'single_one': 0, 'single_center': 6.0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 15.25, 'lineout': 4.75, 'popout': 10.9, 'flyout_a': 0.0, 'flyout_bq': 12.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 15.3, 'groundout_b': 8.2, 'groundout_c': 0.0, 'pull_rate': 0.19599, 'center_rate': 0.21604, 'slap_rate': 0.58797, 'avg': 0.26296, 'obp': 0.35278, 'slg': 0.51204, 'player_id': 10659}, {'battingcard_id': 4898, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 35.8, 'lineout': 2.1, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 15.2, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.52174, 'slap_rate': 0.21739, 'avg': 0.18935, 'obp': 0.33241, 'slg': 0.29907, 'player_id': 10660}, {'battingcard_id': 4898, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 27.9, 'lineout': 9.35, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 2.75, 'flyout_rf_b': 0, 'groundout_a': 21.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20356, 'center_rate': 0.06107, 'slap_rate': 0.73537, 'avg': 0.20648, 'obp': 0.30972, 'slg': 0.29861, 'player_id': 10660}, {'battingcard_id': 4899, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.55, 'strikeout': 7.05, 'lineout': 10.7, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 31.15, 'groundout_c': 0.0, 'pull_rate': 0.19231, 'center_rate': 0.53846, 'slap_rate': 0.26923, 'avg': 0.20046, 'obp': 0.34444, 'slg': 0.27407, 'player_id': 10661}, {'battingcard_id': 4899, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 19.45, 'lineout': 4.8, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 31.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.09333, 'slap_rate': 0.74667, 'avg': 0.23426, 'obp': 0.30231, 'slg': 0.28519, 'player_id': 10661}, {'battingcard_id': 5032, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.05, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 11.55, 'lineout': 7.55, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 22.6, 'groundout_b': 9.7, 'groundout_c': 0.0, 'pull_rate': 0.30263, 'center_rate': 0.39474, 'slap_rate': 0.30263, 'avg': 0.2088, 'obp': 0.32222, 'slg': 0.28981, 'player_id': 10943}, {'battingcard_id': 5032, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 19.5, 'lineout': 3.6, 'popout': 10.55, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.8, 'groundout_a': 26.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29412, 'center_rate': 0.08403, 'slap_rate': 0.62185, 'avg': 0.23241, 'obp': 0.28519, 'slg': 0.28704, 'player_id': 10943}, {'battingcard_id': 4900, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 4.5, 'single_one': 6.45, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 22.05, 'strikeout': 13.55, 'lineout': 2.5, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 17.6, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.28009, 'obp': 0.53056, 'slg': 0.41204, 'player_id': 10662}, {'battingcard_id': 4900, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 2.2, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 20.85, 'lineout': 6.55, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 3.6, 'flyout_rf_b': 1.35, 'groundout_a': 8.8, 'groundout_b': 16.4, 'groundout_c': 0.0, 'pull_rate': 0.22096, 'center_rate': 0.10765, 'slap_rate': 0.67139, 'avg': 0.21065, 'obp': 0.28981, 'slg': 0.32917, 'player_id': 10662}, {'battingcard_id': 4901, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.3, 'double_pull': 9.35, 'single_two': 3.25, 'single_one': 4.8, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 5.75, 'lineout': 5.4, 'popout': 9.55, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.9, 'groundout_a': 4.2, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.27152, 'center_rate': 0.45695, 'slap_rate': 0.27153, 'avg': 0.33843, 'obp': 0.41759, 'slg': 0.51343, 'player_id': 10663}, {'battingcard_id': 4901, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.7, 'strikeout': 12.95, 'lineout': 9.8, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 9.8, 'groundout_b': 22.8, 'groundout_c': 0.0, 'pull_rate': 0.25102, 'center_rate': 0.14082, 'slap_rate': 0.60816, 'avg': 0.26065, 'obp': 0.3412, 'slg': 0.38611, 'player_id': 10663}, {'battingcard_id': 4902, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.25, 'strikeout': 13.65, 'lineout': 6.8, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.21622, 'center_rate': 0.56757, 'slap_rate': 0.21621, 'avg': 0.32222, 'obp': 0.52824, 'slg': 0.56389, 'player_id': 10664}, {'battingcard_id': 4902, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.25, 'strikeout': 20.75, 'lineout': 6.6, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.75, 'groundout_a': 5.4, 'groundout_b': 21.0, 'groundout_c': 0.0, 'pull_rate': 0.27746, 'center_rate': 0.24277, 'slap_rate': 0.47977, 'avg': 0.25926, 'obp': 0.37269, 'slg': 0.31898, 'player_id': 10664}, {'battingcard_id': 5138, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 3.5, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 19.5, 'lineout': 11.75, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 6.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 9.75, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.19298, 'center_rate': 0.61404, 'slap_rate': 0.19298, 'avg': 0.22963, 'obp': 0.25046, 'slg': 0.31389, 'player_id': 11168}, {'battingcard_id': 5138, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 21.45, 'lineout': 9.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 39.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17964, 'center_rate': 0.20958, 'slap_rate': 0.61078, 'avg': 0.16389, 'obp': 0.27407, 'slg': 0.20278, 'player_id': 11168}, {'battingcard_id': 5080, 'vs_hand': 'L', 'homerun': 4.25, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 25.3, 'lineout': 4.25, 'popout': 9.9, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 2.7, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.31915, 'center_rate': 0.3617, 'slap_rate': 0.31915, 'avg': 0.24491, 'obp': 0.29769, 'slg': 0.4463, 'player_id': 11044}, {'battingcard_id': 5080, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 11.2, 'strikeout': 14.75, 'lineout': 6.85, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 12.55, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 29.05, 'groundout_c': 0.0, 'pull_rate': 0.22917, 'center_rate': 0.35417, 'slap_rate': 0.41666, 'avg': 0.16852, 'obp': 0.3463, 'slg': 0.22593, 'player_id': 11044}, {'battingcard_id': 5139, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.65, 'double_pull': 7.65, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 10.55, 'lineout': 1.65, 'popout': 9.5, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 2.7, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.27119, 'center_rate': 0.45763, 'slap_rate': 0.27118, 'avg': 0.31481, 'obp': 0.37176, 'slg': 0.41528, 'player_id': 11169}, {'battingcard_id': 5139, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 7.05, 'double_pull': 7.05, 'single_two': 8.15, 'single_one': 12.2, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 11.85, 'lineout': 13.1, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 8.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 17.75, 'groundout_c': 0.0, 'pull_rate': 0.29317, 'center_rate': 0.10843, 'slap_rate': 0.5984, 'avg': 0.41944, 'obp': 0.49028, 'slg': 0.51991, 'player_id': 11169}, {'battingcard_id': 4903, 'vs_hand': 'L', 'homerun': 7.85, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.35, 'single_two': 8.35, 'single_one': 2.5, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 15.45, 'lineout': 0, 'popout': 9.35, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 21.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24571, 'center_rate': 0.50857, 'slap_rate': 0.24572, 'avg': 0.36019, 'obp': 0.44398, 'slg': 0.65787, 'player_id': 10665}, {'battingcard_id': 4903, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 5.75, 'single_one': 8.65, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 7.55, 'lineout': 0, 'popout': 13.05, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.35, 'groundout_a': 17.0, 'groundout_b': 7.3, 'groundout_c': 0.0, 'pull_rate': 0.22193, 'center_rate': 0.23238, 'slap_rate': 0.54569, 'avg': 0.34074, 'obp': 0.43565, 'slg': 0.42222, 'player_id': 10665}, {'battingcard_id': 4904, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.3, 'double_pull': 8.25, 'single_two': 5.1, 'single_one': 7.05, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 11.0, 'lineout': 5.7, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 29.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25197, 'center_rate': 0.6063, 'slap_rate': 0.14173, 'avg': 0.3625, 'obp': 0.40185, 'slg': 0.52315, 'player_id': 10666}, {'battingcard_id': 4904, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.55, 'double_pull': 6.55, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 12.65, 'lineout': 12.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.2, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.9, 'groundout_a': 25.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26841, 'center_rate': 0.3658, 'slap_rate': 0.36579, 'avg': 0.29491, 'obp': 0.38194, 'slg': 0.44537, 'player_id': 10666}, {'battingcard_id': 5149, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 26.35, 'lineout': 2.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 15.3, 'groundout_b': 46.0, 'groundout_c': 0.0, 'pull_rate': 0.36923, 'center_rate': 0.58462, 'slap_rate': 0.04615, 'avg': 0.04444, 'obp': 0.09722, 'slg': 0.01111, 'player_id': 11200}, {'battingcard_id': 5149, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 5.4, 'single_one': 7.95, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 8.6, 'lineout': 1.9, 'popout': 10.4, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.1, 'groundout_a': 25.9, 'groundout_b': 2.85, 'groundout_c': 0.0, 'pull_rate': 0.22581, 'center_rate': 0.17512, 'slap_rate': 0.59907, 'avg': 0.325, 'obp': 0.41296, 'slg': 0.43704, 'player_id': 11200}, {'battingcard_id': 4905, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 12.2, 'single_two': 7.15, 'single_one': 0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 14.85, 'lineout': 5.8, 'popout': 8.75, 'flyout_a': 1.0, 'flyout_bq': 6.65, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 1.2, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.36574, 'obp': 0.41296, 'slg': 0.55694, 'player_id': 10667}, {'battingcard_id': 4905, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 2.5, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 17.5, 'lineout': 1.25, 'popout': 11.25, 'flyout_a': 0.0, 'flyout_bq': 22.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 4.2, 'groundout_a': 11.6, 'groundout_b': 11.6, 'groundout_c': 0.0, 'pull_rate': 0.26855, 'center_rate': 0.25442, 'slap_rate': 0.47703, 'avg': 0.15093, 'obp': 0.23519, 'slg': 0.17037, 'player_id': 10667}, {'battingcard_id': 4906, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.75, 'single_one': 2.8, 'single_center': 6.6, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 12.25, 'strikeout': 9.2, 'lineout': 0, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 20.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.6, 'groundout_a': 1.5, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.28777, 'center_rate': 0.46763, 'slap_rate': 0.2446, 'avg': 0.29537, 'obp': 0.45509, 'slg': 0.43889, 'player_id': 10668}, {'battingcard_id': 4906, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 6.0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.75, 'strikeout': 13.35, 'lineout': 0, 'popout': 9.35, 'flyout_a': 1.0, 'flyout_bq': 15.65, 'flyout_lf_b': 2.8, 'flyout_rf_b': 2.5, 'groundout_a': 2.7, 'groundout_b': 14.7, 'groundout_c': 0.0, 'pull_rate': 0.2957, 'center_rate': 0.34946, 'slap_rate': 0.35484, 'avg': 0.28889, 'obp': 0.42546, 'slg': 0.50648, 'player_id': 10668}, {'battingcard_id': 4907, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.7, 'strikeout': 9.4, 'lineout': 6.35, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 7.65, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.35, 'groundout_a': 2.4, 'groundout_b': 43.55, 'groundout_c': 0.0, 'pull_rate': 0.3169, 'center_rate': 0.3662, 'slap_rate': 0.3169, 'avg': 0.22176, 'obp': 0.2838, 'slg': 0.26296, 'player_id': 10669}, {'battingcard_id': 4907, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.65, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.8, 'strikeout': 8.75, 'lineout': 8.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.1, 'groundout_a': 26.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27872, 'center_rate': 0.19586, 'slap_rate': 0.52542, 'avg': 0.30926, 'obp': 0.4463, 'slg': 0.38935, 'player_id': 10669}, {'battingcard_id': 5081, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 8.0, 'single_one': 12.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.75, 'strikeout': 8.75, 'lineout': 0, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 12.6, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 17.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22275, 'center_rate': 0.5545, 'slap_rate': 0.22275, 'avg': 0.38472, 'obp': 0.53056, 'slg': 0.48056, 'player_id': 11045}, {'battingcard_id': 5081, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 12.15, 'lineout': 10.3, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.5, 'groundout_a': 7.75, 'groundout_b': 43.85, 'groundout_c': 0.0, 'pull_rate': 0.2125, 'center_rate': 0.4875, 'slap_rate': 0.3, 'avg': 0.16296, 'obp': 0.1838, 'slg': 0.19722, 'player_id': 11045}, {'battingcard_id': 5033, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.6, 'single_two': 0, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.05, 'strikeout': 28.5, 'lineout': 1.65, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 10.4, 'flyout_lf_b': 6.9, 'flyout_rf_b': 6.9, 'groundout_a': 0.0, 'groundout_b': 5.95, 'groundout_c': 0.0, 'pull_rate': 0.25743, 'center_rate': 0.48515, 'slap_rate': 0.25742, 'avg': 0.20787, 'obp': 0.40278, 'slg': 0.41343, 'player_id': 10944}, {'battingcard_id': 5033, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.65, 'double_pull': 8.65, 'single_two': 3.75, 'single_one': 0, 'single_center': 7.0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.6, 'strikeout': 12.8, 'lineout': 6.75, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 12.6, 'groundout_c': 0.0, 'pull_rate': 0.31429, 'center_rate': 0.23333, 'slap_rate': 0.45238, 'avg': 0.32454, 'obp': 0.52454, 'slg': 0.51481, 'player_id': 10944}, {'battingcard_id': 4908, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.75, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 4.15, 'lineout': 3.3, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 16.6, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 28.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27413, 'center_rate': 0.45174, 'slap_rate': 0.27413, 'avg': 0.28935, 'obp': 0.44954, 'slg': 0.39306, 'player_id': 10670}, {'battingcard_id': 4908, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 4.5, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.0, 'strikeout': 14.55, 'lineout': 3.9, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.2, 'groundout_a': 12.6, 'groundout_b': 10.3, 'groundout_c': 0.0, 'pull_rate': 0.23032, 'center_rate': 0.34111, 'slap_rate': 0.42857, 'avg': 0.27407, 'obp': 0.43148, 'slg': 0.39444, 'player_id': 10670}, {'battingcard_id': 5299, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.25, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 5.1, 'lineout': 7.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 42.45, 'groundout_c': 0.0, 'pull_rate': 0.15, 'center_rate': 0.65, 'slap_rate': 0.2, 'avg': 0.29074, 'obp': 0.42407, 'slg': 0.36528, 'player_id': 11479}, {'battingcard_id': 5299, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.3, 'strikeout': 8.65, 'lineout': 11.45, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 36.1, 'groundout_c': 0.0, 'pull_rate': 0.27451, 'center_rate': 0.16993, 'slap_rate': 0.55556, 'avg': 0.23056, 'obp': 0.33519, 'slg': 0.26852, 'player_id': 11479}, {'battingcard_id': 5034, 'vs_hand': 'L', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.0, 'single_two': 4.25, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.25, 'strikeout': 21.5, 'lineout': 4.75, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 3.3, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.8, 'groundout_a': 3.2, 'groundout_b': 9.55, 'groundout_c': 6.75, 'pull_rate': 0.28378, 'center_rate': 0.43243, 'slap_rate': 0.28379, 'avg': 0.29861, 'obp': 0.43056, 'slg': 0.54352, 'player_id': 10945}, {'battingcard_id': 5034, 'vs_hand': 'R', 'homerun': 6.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 4.25, 'strikeout': 23.95, 'lineout': 7.65, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 11.55, 'flyout_lf_b': 4.2, 'flyout_rf_b': 5.4, 'groundout_a': 3.9, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.28045, 'center_rate': 0.27195, 'slap_rate': 0.4476, 'avg': 0.23843, 'obp': 0.32407, 'slg': 0.46343, 'player_id': 10945}, {'battingcard_id': 5035, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 2.1, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 59.8, 'strikeout': 8.2, 'lineout': 2.7, 'popout': 3.8, 'flyout_a': 0.0, 'flyout_bq': 7.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 5.3, 'groundout_c': 0.0, 'pull_rate': 0.33766, 'center_rate': 0.32468, 'slap_rate': 0.33766, 'avg': 0.17176, 'obp': 0.72546, 'slg': 0.23981, 'player_id': 10946}, {'battingcard_id': 5035, 'vs_hand': 'R', 'homerun': 11.35, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.4, 'single_two': 9.1, 'single_one': 2.1, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 10.35, 'lineout': 3.4, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 6.85, 'flyout_lf_b': 5.7, 'flyout_rf_b': 10.25, 'groundout_a': 3.8, 'groundout_b': 11.5, 'groundout_c': 0.0, 'pull_rate': 0.30537, 'center_rate': 0.08389, 'slap_rate': 0.61074, 'avg': 0.3838, 'obp': 0.46343, 'slg': 0.78333, 'player_id': 10946}, {'battingcard_id': 4909, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 19.4, 'single_two': 7.3, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 20.75, 'lineout': 9.55, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 15.9, 'groundout_c': 0.0, 'pull_rate': 0.30201, 'center_rate': 0.39597, 'slap_rate': 0.30202, 'avg': 0.42593, 'obp': 0.48009, 'slg': 0.51204, 'player_id': 10671}, {'battingcard_id': 4909, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 13.1, 'lineout': 6.75, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 1.2, 'groundout_b': 22.8, 'groundout_c': 0.0, 'pull_rate': 0.27757, 'center_rate': 0.11217, 'slap_rate': 0.61026, 'avg': 0.31204, 'obp': 0.42222, 'slg': 0.45833, 'player_id': 10671}, {'battingcard_id': 4910, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.15, 'strikeout': 14.6, 'lineout': 7.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.46667, 'slap_rate': 0.26666, 'avg': 0.26111, 'obp': 0.5125, 'slg': 0.37083, 'player_id': 10672}, {'battingcard_id': 4910, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.95, 'strikeout': 28.3, 'lineout': 1.2, 'popout': 10.35, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.75, 'groundout_a': 12.1, 'groundout_b': 14.8, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.13672, 'slap_rate': 0.61328, 'avg': 0.1463, 'obp': 0.22917, 'slg': 0.18333, 'player_id': 10672}, {'battingcard_id': 4911, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 32.5, 'strikeout': 11.5, 'lineout': 3.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 16.05, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.24096, 'center_rate': 0.51807, 'slap_rate': 0.24097, 'avg': 0.1963, 'obp': 0.49722, 'slg': 0.22685, 'player_id': 10673}, {'battingcard_id': 4911, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 2.25, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.1, 'strikeout': 12.1, 'lineout': 3.5, 'popout': 10.6, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.2, 'groundout_a': 17.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26838, 'center_rate': 0.07904, 'slap_rate': 0.65258, 'avg': 0.24213, 'obp': 0.4375, 'slg': 0.39028, 'player_id': 10673}, {'battingcard_id': 4912, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 27.65, 'lineout': 4.75, 'popout': 8.65, 'flyout_a': 1.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.4, 'groundout_a': 2.1, 'groundout_b': 11.3, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.47826, 'slap_rate': 0.26087, 'avg': 0.18611, 'obp': 0.29306, 'slg': 0.47593, 'player_id': 10674}, {'battingcard_id': 4912, 'vs_hand': 'R', 'homerun': 7.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 9.05, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.2, 'strikeout': 11.4, 'lineout': 13.0, 'popout': 1.5, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 3.5, 'flyout_rf_b': 7.7, 'groundout_a': 17.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27345, 'center_rate': 0.06995, 'slap_rate': 0.6566, 'avg': 0.32361, 'obp': 0.43657, 'slg': 0.58657, 'player_id': 10674}, {'battingcard_id': 4913, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.1, 'strikeout': 14.5, 'lineout': 0, 'popout': 6.2, 'flyout_a': 0.0, 'flyout_bq': 18.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 18.7, 'groundout_c': 0.0, 'pull_rate': 0.2619, 'center_rate': 0.52381, 'slap_rate': 0.21429, 'avg': 0.20694, 'obp': 0.40231, 'slg': 0.32222, 'player_id': 10675}, {'battingcard_id': 4913, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.35, 'strikeout': 24.75, 'lineout': 13.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 17.5, 'groundout_c': 0.0, 'pull_rate': 0.32419, 'center_rate': 0.16459, 'slap_rate': 0.51122, 'avg': 0.20926, 'obp': 0.33287, 'slg': 0.29907, 'player_id': 10675}, {'battingcard_id': 5082, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.85, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.1, 'strikeout': 20.1, 'lineout': 16.0, 'popout': 1.75, 'flyout_a': 0.0, 'flyout_bq': 8.1, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 5.1, 'groundout_b': 9.45, 'groundout_c': 0.0, 'pull_rate': 0.28947, 'center_rate': 0.42105, 'slap_rate': 0.28948, 'avg': 0.33935, 'obp': 0.41435, 'slg': 0.58102, 'player_id': 11046}, {'battingcard_id': 5082, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.15, 'single_two': 4.75, 'single_one': 5.7, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.2, 'strikeout': 16.05, 'lineout': 3.4, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 17.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.8, 'groundout_a': 0, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.24854, 'center_rate': 0.14035, 'slap_rate': 0.61111, 'avg': 0.31667, 'obp': 0.42963, 'slg': 0.4463, 'player_id': 11046}, {'battingcard_id': 4914, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 6.5, 'single_one': 5.85, 'single_center': 7.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 4.95, 'lineout': 1.65, 'popout': 14.35, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 4.5, 'groundout_b': 25.2, 'groundout_c': 0.0, 'pull_rate': 0.19643, 'center_rate': 0.60714, 'slap_rate': 0.19643, 'avg': 0.35093, 'obp': 0.39028, 'slg': 0.49352, 'player_id': 10676}, {'battingcard_id': 4914, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.35, 'single_two': 6.3, 'single_one': 9.5, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.9, 'strikeout': 7.2, 'lineout': 8.75, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 27.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27289, 'center_rate': 0.11972, 'slap_rate': 0.60739, 'avg': 0.36806, 'obp': 0.45046, 'slg': 0.46204, 'player_id': 10676}, {'battingcard_id': 5112, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.4, 'strikeout': 6.35, 'lineout': 20.7, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 18.4, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.23981, 'obp': 0.37315, 'slg': 0.2713, 'player_id': 11114}, {'battingcard_id': 5112, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 9.7, 'lineout': 3.2, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 26.05, 'groundout_c': 0.0, 'pull_rate': 0.13962, 'center_rate': 0.07925, 'slap_rate': 0.78113, 'avg': 0.22639, 'obp': 0.36667, 'slg': 0.23935, 'player_id': 11114}, {'battingcard_id': 5083, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 12.3, 'single_one': 18.45, 'single_center': 6.15, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 5.9, 'lineout': 5.75, 'popout': 10.65, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 3.2, 'groundout_b': 16.9, 'groundout_c': 0.0, 'pull_rate': 0.25926, 'center_rate': 0.53704, 'slap_rate': 0.2037, 'avg': 0.51759, 'obp': 0.54722, 'slg': 0.56713, 'player_id': 11047}, {'battingcard_id': 5083, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.75, 'strikeout': 6.25, 'lineout': 6.7, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 7.8, 'groundout_b': 31.3, 'groundout_c': 0.0, 'pull_rate': 0.24361, 'center_rate': 0.09881, 'slap_rate': 0.65758, 'avg': 0.24444, 'obp': 0.30694, 'slg': 0.37361, 'player_id': 11047}, {'battingcard_id': 5189, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 11.7, 'lineout': 4.2, 'popout': 9.1, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 2.5, 'groundout_b': 22.15, 'groundout_c': 0.0, 'pull_rate': 0.25758, 'center_rate': 0.48485, 'slap_rate': 0.25757, 'avg': 0.24907, 'obp': 0.35093, 'slg': 0.33843, 'player_id': 11291}, {'battingcard_id': 5189, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.55, 'strikeout': 12.8, 'lineout': 1.5, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.22222, 'slap_rate': 0.50695, 'avg': 0.25, 'obp': 0.35694, 'slg': 0.28889, 'player_id': 11291}, {'battingcard_id': 5084, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 9.55, 'lineout': 9.0, 'popout': 1.65, 'flyout_a': 1.0, 'flyout_bq': 18.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 6.9, 'groundout_b': 12.8, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.29444, 'obp': 0.39444, 'slg': 0.41852, 'player_id': 11048}, {'battingcard_id': 5084, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.5, 'single_one': 2.1, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.7, 'strikeout': 19.8, 'lineout': 1.65, 'popout': 14.95, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.32075, 'center_rate': 0.13208, 'slap_rate': 0.54717, 'avg': 0.25694, 'obp': 0.32824, 'slg': 0.36157, 'player_id': 11048}, {'battingcard_id': 5168, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.45, 'single_two': 0, 'single_one': 0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 26.4, 'lineout': 3.2, 'popout': 27.6, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 16.55, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.23981, 'obp': 0.23981, 'slg': 0.38704, 'player_id': 11243}, {'battingcard_id': 5168, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 28.45, 'lineout': 9.4, 'popout': 7.65, 'flyout_a': 1.0, 'flyout_bq': 13.45, 'flyout_lf_b': 3.3, 'flyout_rf_b': 1.2, 'groundout_a': 1.2, 'groundout_b': 10.2, 'groundout_c': 0.0, 'pull_rate': 0.22407, 'center_rate': 0.08299, 'slap_rate': 0.69294, 'avg': 0.2162, 'obp': 0.29769, 'slg': 0.37593, 'player_id': 11243}, {'battingcard_id': 5169, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.15, 'single_two': 11.1, 'single_one': 10.0, 'single_center': 12.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 3.1, 'lineout': 3.3, 'popout': 13.3, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0.0, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.20588, 'center_rate': 0.58824, 'slap_rate': 0.20588, 'avg': 0.50787, 'obp': 0.56065, 'slg': 0.6713, 'player_id': 11244}, {'battingcard_id': 5169, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.9, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 9.8, 'lineout': 2.5, 'popout': 14.05, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.7, 'groundout_a': 30.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24716, 'center_rate': 0.17045, 'slap_rate': 0.58239, 'avg': 0.30602, 'obp': 0.32361, 'slg': 0.525, 'player_id': 11244}, {'battingcard_id': 4915, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 7.8, 'single_one': 11.65, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.65, 'strikeout': 5.1, 'lineout': 8.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 27.85, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.37222, 'obp': 0.55417, 'slg': 0.42963, 'player_id': 10677}, {'battingcard_id': 4915, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.95, 'strikeout': 15.05, 'lineout': 2.2, 'popout': 8.35, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 31.7, 'groundout_c': 0.0, 'pull_rate': 0.26711, 'center_rate': 0.13907, 'slap_rate': 0.59382, 'avg': 0.18657, 'obp': 0.3713, 'slg': 0.25602, 'player_id': 10677}, {'battingcard_id': 4916, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 26.25, 'lineout': 0, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 25.95, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 0, 'groundout_b': 21.2, 'groundout_c': 0.0, 'pull_rate': 0.28276, 'center_rate': 0.4069, 'slap_rate': 0.31034, 'avg': 0.12407, 'obp': 0.17407, 'slg': 0.16111, 'player_id': 10678}, {'battingcard_id': 4916, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 3.6, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 11.25, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 14.75, 'lineout': 3.2, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 24.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.37477, 'center_rate': 0.10946, 'slap_rate': 0.51577, 'avg': 0.36759, 'obp': 0.48009, 'slg': 0.70185, 'player_id': 10678}, {'battingcard_id': 4917, 'vs_hand': 'L', 'homerun': 9.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.7, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 13.45, 'lineout': 8.35, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 8.65, 'flyout_lf_b': 10.1, 'flyout_rf_b': 10.1, 'groundout_a': 0.0, 'groundout_b': 17.75, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.21296, 'obp': 0.32269, 'slg': 0.55278, 'player_id': 10679}, {'battingcard_id': 4917, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.1, 'strikeout': 22.45, 'lineout': 0, 'popout': 11.65, 'flyout_a': 1.0, 'flyout_bq': 12.15, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 9.25, 'groundout_b': 4.95, 'groundout_c': 0.0, 'pull_rate': 0.27721, 'center_rate': 0.14374, 'slap_rate': 0.57905, 'avg': 0.2662, 'obp': 0.3875, 'slg': 0.54676, 'player_id': 10679}, {'battingcard_id': 5085, 'vs_hand': 'L', 'homerun': 7.35, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 6.1, 'single_two': 10.6, 'single_one': 2.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 21.35, 'lineout': 1.65, 'popout': 8.95, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.9, 'groundout_a': 1.1, 'groundout_b': 5.65, 'groundout_c': 3.9, 'pull_rate': 0.25191, 'center_rate': 0.46565, 'slap_rate': 0.28244, 'avg': 0.38657, 'obp': 0.47407, 'slg': 0.69167, 'player_id': 11049}, {'battingcard_id': 5085, 'vs_hand': 'R', 'homerun': 6.55, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.05, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.65, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 6.65, 'strikeout': 22.85, 'lineout': 7.2, 'popout': 1.25, 'flyout_a': 1.0, 'flyout_bq': 6.6, 'flyout_lf_b': 8.3, 'flyout_rf_b': 7.1, 'groundout_a': 19.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.38243, 'center_rate': 0.15762, 'slap_rate': 0.45995, 'avg': 0.24444, 'obp': 0.31528, 'slg': 0.5088, 'player_id': 11049}, {'battingcard_id': 4918, 'vs_hand': 'L', 'homerun': 7.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 4.5, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 33.35, 'strikeout': 13.6, 'lineout': 4.5, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 6.45, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 10.65, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.48571, 'slap_rate': 0.25715, 'avg': 0.26528, 'obp': 0.59259, 'slg': 0.54676, 'player_id': 10680}, {'battingcard_id': 4918, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 17.75, 'lineout': 3.75, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 16.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.75, 'groundout_a': 17.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30523, 'center_rate': 0.086, 'slap_rate': 0.60877, 'avg': 0.22361, 'obp': 0.38194, 'slg': 0.36898, 'player_id': 10680}, {'battingcard_id': 4919, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.35, 'strikeout': 22.25, 'lineout': 12.25, 'popout': 8.15, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 7.5, 'groundout_b': 17.45, 'groundout_c': 0.0, 'pull_rate': 0.31452, 'center_rate': 0.37097, 'slap_rate': 0.31451, 'avg': 0.20046, 'obp': 0.26852, 'slg': 0.28241, 'player_id': 10681}, {'battingcard_id': 4919, 'vs_hand': 'R', 'homerun': 6.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 5.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 5.4, 'strikeout': 14.4, 'lineout': 9.25, 'popout': 1.65, 'flyout_a': 1.0, 'flyout_bq': 12.4, 'flyout_lf_b': 4.2, 'flyout_rf_b': 7.9, 'groundout_a': 20.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29709, 'center_rate': 0.08932, 'slap_rate': 0.61359, 'avg': 0.22731, 'obp': 0.34213, 'slg': 0.40648, 'player_id': 10681}, {'battingcard_id': 4920, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.85, 'single_two': 9.6, 'single_one': 14.45, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 1.4, 'strikeout': 4.9, 'lineout': 3.4, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 4.75, 'groundout_b': 25.55, 'groundout_c': 0.0, 'pull_rate': 0.14563, 'center_rate': 0.70874, 'slap_rate': 0.14563, 'avg': 0.48657, 'obp': 0.5088, 'slg': 0.61019, 'player_id': 10682}, {'battingcard_id': 4920, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.8, 'strikeout': 10.5, 'lineout': 6.55, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.3, 'flyout_rf_b': 1.4, 'groundout_a': 32.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21304, 'center_rate': 0.1587, 'slap_rate': 0.62826, 'avg': 0.22685, 'obp': 0.32685, 'slg': 0.26343, 'player_id': 10682}, {'battingcard_id': 5113, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 16.3, 'strikeout': 7.4, 'lineout': 3.2, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 24.65, 'groundout_b': 10.55, 'groundout_c': 0.0, 'pull_rate': 0.24719, 'center_rate': 0.49438, 'slap_rate': 0.25843, 'avg': 0.23009, 'obp': 0.4088, 'slg': 0.2838, 'player_id': 11115}, {'battingcard_id': 5113, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 5.4, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 4.25, 'lineout': 14.3, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.7, 'groundout_a': 28.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30041, 'center_rate': 0.09053, 'slap_rate': 0.60906, 'avg': 0.29491, 'obp': 0.33102, 'slg': 0.37778, 'player_id': 11115}, {'battingcard_id': 4921, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.65, 'double_pull': 11.65, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 9.9, 'lineout': 5.7, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 16.1, 'groundout_c': 0.0, 'pull_rate': 0.21495, 'center_rate': 0.57009, 'slap_rate': 0.21496, 'avg': 0.34722, 'obp': 0.48889, 'slg': 0.53565, 'player_id': 10683}, {'battingcard_id': 4921, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.35, 'strikeout': 20.0, 'lineout': 8.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.15, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.2, 'groundout_a': 15.35, 'groundout_b': 8.25, 'groundout_c': 0.0, 'pull_rate': 0.24017, 'center_rate': 0.13319, 'slap_rate': 0.62664, 'avg': 0.24583, 'obp': 0.35093, 'slg': 0.30185, 'player_id': 10683}, {'battingcard_id': 4922, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 18.55, 'double_pull': 18.55, 'single_two': 10.0, 'single_one': 2.25, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.15, 'strikeout': 5.7, 'lineout': 5.7, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 7.8, 'groundout_c': 0.0, 'pull_rate': 0.33628, 'center_rate': 0.32743, 'slap_rate': 0.33629, 'avg': 0.5287, 'obp': 0.75231, 'slg': 0.92083, 'player_id': 10684}, {'battingcard_id': 4922, 'vs_hand': 'R', 'homerun': 1.95, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 2.1, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.0, 'strikeout': 20.0, 'lineout': 0, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 18.75, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.29752, 'center_rate': 0.15289, 'slap_rate': 0.54959, 'avg': 0.22269, 'obp': 0.35231, 'slg': 0.35, 'player_id': 10684}, {'battingcard_id': 5036, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 9.85, 'lineout': 11.45, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.9, 'groundout_b': 34.85, 'groundout_c': 0.0, 'pull_rate': 0.19651, 'center_rate': 0.60699, 'slap_rate': 0.1965, 'avg': 0.26296, 'obp': 0.35093, 'slg': 0.32315, 'player_id': 10947}, {'battingcard_id': 5036, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 14.8, 'lineout': 11.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 8.9, 'groundout_b': 26.65, 'groundout_c': 0.0, 'pull_rate': 0.25574, 'center_rate': 0.21286, 'slap_rate': 0.5314, 'avg': 0.2787, 'obp': 0.32269, 'slg': 0.37685, 'player_id': 10947}, {'battingcard_id': 5037, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 2.5, 'single_one': 2.25, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.55, 'strikeout': 11.55, 'lineout': 1.7, 'popout': 9.6, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 6.8, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.17105, 'center_rate': 0.65789, 'slap_rate': 0.17106, 'avg': 0.18981, 'obp': 0.3338, 'slg': 0.27315, 'player_id': 10948}, {'battingcard_id': 5037, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.65, 'strikeout': 11.5, 'lineout': 8.6, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 11.95, 'flyout_lf_b': 1.75, 'flyout_rf_b': 2.25, 'groundout_a': 18.4, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.23622, 'center_rate': 0.3937, 'slap_rate': 0.37008, 'avg': 0.20417, 'obp': 0.30278, 'slg': 0.2713, 'player_id': 10948}, {'battingcard_id': 4923, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 11.9, 'lineout': 1.25, 'popout': 11.35, 'flyout_a': 0.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 3.5, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.18182, 'center_rate': 0.625, 'slap_rate': 0.19318, 'avg': 0.26528, 'obp': 0.37685, 'slg': 0.36435, 'player_id': 10685}, {'battingcard_id': 4923, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 6.7, 'lineout': 4.8, 'popout': 14.5, 'flyout_a': 0.0, 'flyout_bq': 13.8, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.2, 'groundout_a': 23.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28414, 'center_rate': 0.36344, 'slap_rate': 0.35242, 'avg': 0.26389, 'obp': 0.36991, 'slg': 0.4125, 'player_id': 10685}, {'battingcard_id': 4924, 'vs_hand': 'L', 'homerun': 7.75, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.6, 'single_two': 9.15, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.0, 'strikeout': 15.35, 'lineout': 4.2, 'popout': 5.85, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.55, 'groundout_a': 18.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24771, 'center_rate': 0.50459, 'slap_rate': 0.2477, 'avg': 0.34676, 'obp': 0.50417, 'slg': 0.67917, 'player_id': 10686}, {'battingcard_id': 4924, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.2, 'single_one': 2.5, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 18.15, 'lineout': 9.05, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.4, 'groundout_a': 26.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20361, 'center_rate': 0.28351, 'slap_rate': 0.51288, 'avg': 0.23611, 'obp': 0.33333, 'slg': 0.4537, 'player_id': 10686}, {'battingcard_id': 5038, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.8, 'double_pull': 8.75, 'single_two': 5.7, 'single_one': 6.75, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 8.05, 'lineout': 17.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.25, 'groundout_a': 6.25, 'groundout_b': 14.6, 'groundout_c': 0.0, 'pull_rate': 0.28017, 'center_rate': 0.43966, 'slap_rate': 0.28017, 'avg': 0.40278, 'obp': 0.44167, 'slg': 0.57037, 'player_id': 10949}, {'battingcard_id': 5038, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.2, 'strikeout': 14.55, 'lineout': 5.95, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.1, 'groundout_a': 1.5, 'groundout_b': 27.85, 'groundout_c': 0.0, 'pull_rate': 0.16302, 'center_rate': 0.24818, 'slap_rate': 0.5888, 'avg': 0.22917, 'obp': 0.34213, 'slg': 0.33056, 'player_id': 10949}, {'battingcard_id': 5039, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 7.05, 'strikeout': 16.7, 'lineout': 7.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 34.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25862, 'center_rate': 0.5977, 'slap_rate': 0.14368, 'avg': 0.24259, 'obp': 0.38194, 'slg': 0.31157, 'player_id': 10950}, {'battingcard_id': 5039, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 0, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 8.05, 'lineout': 3.2, 'popout': 8.9, 'flyout_a': 0.0, 'flyout_bq': 20.15, 'flyout_lf_b': 4.2, 'flyout_rf_b': 2.5, 'groundout_a': 2.8, 'groundout_b': 25.35, 'groundout_c': 0.0, 'pull_rate': 0.29274, 'center_rate': 0.22222, 'slap_rate': 0.48504, 'avg': 0.20417, 'obp': 0.30417, 'slg': 0.30509, 'player_id': 10950}, {'battingcard_id': 5086, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.25, 'strikeout': 13.75, 'lineout': 6.05, 'popout': 18.2, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 3.75, 'groundout_b': 20.5, 'groundout_c': 0.0, 'pull_rate': 0.16471, 'center_rate': 0.67059, 'slap_rate': 0.1647, 'avg': 0.13241, 'obp': 0.31065, 'slg': 0.17315, 'player_id': 11050}, {'battingcard_id': 5086, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 29.9, 'lineout': 3.2, 'popout': 6.3, 'flyout_a': 0.0, 'flyout_bq': 19.05, 'flyout_lf_b': 2.8, 'flyout_rf_b': 3.6, 'groundout_a': 4.25, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.32661, 'center_rate': 0.22984, 'slap_rate': 0.44355, 'avg': 0.11806, 'obp': 0.13565, 'slg': 0.175, 'player_id': 11050}, {'battingcard_id': 5114, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.2, 'strikeout': 7.1, 'lineout': 5.85, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 2.75, 'groundout_b': 52.35, 'groundout_c': 0.0, 'pull_rate': 0.26573, 'center_rate': 0.46853, 'slap_rate': 0.26574, 'avg': 0.21898, 'obp': 0.26713, 'slg': 0.29167, 'player_id': 11116}, {'battingcard_id': 5114, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.75, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 9.8, 'lineout': 6.85, 'popout': 12.7, 'flyout_a': 0.0, 'flyout_bq': 10.45, 'flyout_lf_b': 1.05, 'flyout_rf_b': 2.5, 'groundout_a': 36.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21778, 'center_rate': 0.14889, 'slap_rate': 0.63333, 'avg': 0.24167, 'obp': 0.2625, 'slg': 0.27963, 'player_id': 11116}, {'battingcard_id': 5314, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.0, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 27.6, 'lineout': 3.8, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 10.8, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.21622, 'center_rate': 0.56757, 'slap_rate': 0.21621, 'avg': 0.29074, 'obp': 0.29074, 'slg': 0.42963, 'player_id': 11506}, {'battingcard_id': 5314, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 3.5, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.4, 'single_two': 2.2, 'single_one': 0, 'single_center': 1.05, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 32.95, 'lineout': 0, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 10.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.6, 'groundout_a': 1.2, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.13333, 'center_rate': 0.7, 'slap_rate': 0.16667, 'avg': 0.1875, 'obp': 0.30463, 'slg': 0.39213, 'player_id': 11506}, {'battingcard_id': 5315, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 7.05, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.55, 'strikeout': 19.45, 'lineout': 5.1, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 30.5, 'groundout_c': 0.0, 'pull_rate': 0.13699, 'center_rate': 0.53425, 'slap_rate': 0.32876, 'avg': 0.2375, 'obp': 0.42778, 'slg': 0.2537, 'player_id': 11507}, {'battingcard_id': 5315, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 5.7, 'single_one': 8.35, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.8, 'lineout': 10.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 1.25, 'groundout_b': 24.2, 'groundout_c': 0.0, 'pull_rate': 0.13333, 'center_rate': 0.13684, 'slap_rate': 0.72983, 'avg': 0.28981, 'obp': 0.32917, 'slg': 0.33056, 'player_id': 11507}, {'battingcard_id': 4925, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.75, 'strikeout': 12.45, 'lineout': 0, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.28426, 'obp': 0.50417, 'slg': 0.39306, 'player_id': 10687}, {'battingcard_id': 4925, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.9, 'strikeout': 15.55, 'lineout': 2.75, 'popout': 8.25, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 2.55, 'groundout_b': 23.1, 'groundout_c': 0.0, 'pull_rate': 0.30616, 'center_rate': 0.11594, 'slap_rate': 0.5779, 'avg': 0.16759, 'obp': 0.37037, 'slg': 0.30833, 'player_id': 10687}, {'battingcard_id': 4926, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.65, 'single_two': 0, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 19.9, 'lineout': 5.7, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 6.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.2, 'groundout_a': 27.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23171, 'center_rate': 0.60366, 'slap_rate': 0.16463, 'avg': 0.27083, 'obp': 0.39259, 'slg': 0.45602, 'player_id': 10688}, {'battingcard_id': 4926, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 13.45, 'strikeout': 16.45, 'lineout': 1.6, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 30.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17, 'center_rate': 0.2475, 'slap_rate': 0.5825, 'avg': 0.21019, 'obp': 0.38102, 'slg': 0.28009, 'player_id': 10688}, {'battingcard_id': 5115, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 3.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.25, 'single_one': 3.8, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 22.55, 'lineout': 12.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.3, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 19.9, 'groundout_c': 0.0, 'pull_rate': 0.22449, 'center_rate': 0.55102, 'slap_rate': 0.22449, 'avg': 0.24583, 'obp': 0.36667, 'slg': 0.37176, 'player_id': 11117}, {'battingcard_id': 5115, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 29.85, 'lineout': 3.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.4, 'groundout_a': 32.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18483, 'center_rate': 0.25592, 'slap_rate': 0.55925, 'avg': 0.11435, 'obp': 0.21204, 'slg': 0.13565, 'player_id': 11117}, {'battingcard_id': 4927, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.4, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.4, 'strikeout': 20.05, 'lineout': 7.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 20.35, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.2, 'groundout_a': 12.5, 'groundout_b': 6.75, 'groundout_c': 0.0, 'pull_rate': 0.1871, 'center_rate': 0.52903, 'slap_rate': 0.28387, 'avg': 0.20694, 'obp': 0.3125, 'slg': 0.28611, 'player_id': 10689}, {'battingcard_id': 4927, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.25, 'single_one': 0, 'single_center': 6.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.1, 'strikeout': 13.85, 'lineout': 8.5, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 17.5, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.2, 'groundout_a': 7.8, 'groundout_b': 6.4, 'groundout_c': 0.0, 'pull_rate': 0.29019, 'center_rate': 0.17119, 'slap_rate': 0.53862, 'avg': 0.27037, 'obp': 0.39167, 'slg': 0.44954, 'player_id': 10689}, {'battingcard_id': 5116, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.8, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 37.3, 'lineout': 0, 'popout': 12.75, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 4.8, 'groundout_b': 14.3, 'groundout_c': 0.0, 'pull_rate': 0.26, 'center_rate': 0.48, 'slap_rate': 0.26, 'avg': 0.21296, 'obp': 0.23333, 'slg': 0.31204, 'player_id': 11118}, {'battingcard_id': 5116, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 3.2, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.25, 'strikeout': 27.2, 'lineout': 4.25, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.1, 'groundout_a': 1.2, 'groundout_b': 20.6, 'groundout_c': 0.0, 'pull_rate': 0.28155, 'center_rate': 0.23301, 'slap_rate': 0.48544, 'avg': 0.23611, 'obp': 0.33102, 'slg': 0.35556, 'player_id': 11118}, {'battingcard_id': 5040, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 8.1, 'lineout': 0, 'popout': 7.6, 'flyout_a': 0.0, 'flyout_bq': 28.4, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.75, 'groundout_a': 0, 'groundout_b': 30.35, 'groundout_c': 0.0, 'pull_rate': 0.35374, 'center_rate': 0.29252, 'slap_rate': 0.35374, 'avg': 0.16713, 'obp': 0.22269, 'slg': 0.19352, 'player_id': 10951}, {'battingcard_id': 5040, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 6.5, 'single_one': 7.85, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 11.2, 'strikeout': 13.0, 'lineout': 1.75, 'popout': 9.85, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 12.95, 'groundout_c': 0.0, 'pull_rate': 0.30395, 'center_rate': 0.1307, 'slap_rate': 0.56535, 'avg': 0.3537, 'obp': 0.49444, 'slg': 0.46204, 'player_id': 10951}, {'battingcard_id': 5041, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.55, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 13.2, 'lineout': 2.4, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 20.35, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 13.2, 'groundout_b': 13.25, 'groundout_c': 0.0, 'pull_rate': 0.23288, 'center_rate': 0.53425, 'slap_rate': 0.23287, 'avg': 0.28472, 'obp': 0.31991, 'slg': 0.37731, 'player_id': 10952}, {'battingcard_id': 5041, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 2.7, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.4, 'strikeout': 25.1, 'lineout': 7.5, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 17.05, 'groundout_c': 0.0, 'pull_rate': 0.28279, 'center_rate': 0.15984, 'slap_rate': 0.55737, 'avg': 0.21574, 'obp': 0.3213, 'slg': 0.28009, 'player_id': 10952}, {'battingcard_id': 5117, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.75, 'strikeout': 3.45, 'lineout': 2.5, 'popout': 7.45, 'flyout_a': 0.0, 'flyout_bq': 20.1, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.3, 'groundout_a': 4.2, 'groundout_b': 35.65, 'groundout_c': 0.0, 'pull_rate': 0.27907, 'center_rate': 0.44186, 'slap_rate': 0.27907, 'avg': 0.21481, 'obp': 0.2588, 'slg': 0.25648, 'player_id': 11119}, {'battingcard_id': 5117, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 3.9, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 3.95, 'lineout': 16.3, 'popout': 10.85, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 2.25, 'groundout_b': 19.95, 'groundout_c': 0.0, 'pull_rate': 0.21862, 'center_rate': 0.15385, 'slap_rate': 0.62753, 'avg': 0.25972, 'obp': 0.35046, 'slg': 0.32824, 'player_id': 11119}, {'battingcard_id': 5150, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 6.0, 'single_one': 7.15, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.5, 'lineout': 7.3, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 2.25, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.20755, 'center_rate': 0.58491, 'slap_rate': 0.20754, 'avg': 0.35602, 'obp': 0.39769, 'slg': 0.51944, 'player_id': 11201}, {'battingcard_id': 5150, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 21.3, 'lineout': 1.25, 'popout': 11.15, 'flyout_a': 0.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.9, 'groundout_a': 37.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29333, 'center_rate': 0.13778, 'slap_rate': 0.56889, 'avg': 0.19861, 'obp': 0.22917, 'slg': 0.23611, 'player_id': 11201}, {'battingcard_id': 5118, 'vs_hand': 'L', 'homerun': 6.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 4.2, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 23.85, 'lineout': 12.55, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.47541, 'slap_rate': 0.26229, 'avg': 0.22778, 'obp': 0.30787, 'slg': 0.49259, 'player_id': 11120}, {'battingcard_id': 5118, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 12.0, 'walk': 3.2, 'strikeout': 10.55, 'lineout': 2.25, 'popout': 9.05, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 0, 'groundout_b': 33.8, 'groundout_c': 0.0, 'pull_rate': 0.27547, 'center_rate': 0.10943, 'slap_rate': 0.6151, 'avg': 0.23935, 'obp': 0.38009, 'slg': 0.30741, 'player_id': 11120}, {'battingcard_id': 5042, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 18.25, 'strikeout': 10.05, 'lineout': 0, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 32.3, 'groundout_c': 0.0, 'pull_rate': 0.15702, 'center_rate': 0.55372, 'slap_rate': 0.28926, 'avg': 0.21667, 'obp': 0.40417, 'slg': 0.31389, 'player_id': 10953}, {'battingcard_id': 5042, 'vs_hand': 'R', 'homerun': 7.55, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.15, 'single_two': 6.05, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 11.55, 'lineout': 1.1, 'popout': 9.3, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 8.5, 'flyout_rf_b': 4.75, 'groundout_a': 3.9, 'groundout_b': 9.15, 'groundout_c': 6.2, 'pull_rate': 0.28392, 'center_rate': 0.13987, 'slap_rate': 0.57621, 'avg': 0.32546, 'obp': 0.4338, 'slg': 0.61852, 'player_id': 10953}, {'battingcard_id': 5119, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 25.5, 'lineout': 8.9, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 22.4, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 0.0, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.30233, 'center_rate': 0.39535, 'slap_rate': 0.30232, 'avg': 0.17176, 'obp': 0.21111, 'slg': 0.19907, 'player_id': 11121}, {'battingcard_id': 5119, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 24.75, 'strikeout': 9.0, 'lineout': 3.3, 'popout': 6.1, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 28.1, 'groundout_c': 0.0, 'pull_rate': 0.35323, 'center_rate': 0.08458, 'slap_rate': 0.56219, 'avg': 0.18148, 'obp': 0.41991, 'slg': 0.19722, 'player_id': 11121}, {'battingcard_id': 5170, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.95, 'single_two': 7.55, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.8, 'strikeout': 17.95, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 10.3, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 28.8, 'groundout_c': 0.0, 'pull_rate': 0.16883, 'center_rate': 0.64935, 'slap_rate': 0.18182, 'avg': 0.36528, 'obp': 0.40972, 'slg': 0.4162, 'player_id': 11245}, {'battingcard_id': 5170, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 4.2, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 12.85, 'single_two': 8.85, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 5.45, 'lineout': 0, 'popout': 9.0, 'flyout_a': 1.0, 'flyout_bq': 5.85, 'flyout_lf_b': 6.85, 'flyout_rf_b': 2.4, 'groundout_a': 8.4, 'groundout_b': 7.45, 'groundout_c': 5.1, 'pull_rate': 0.20784, 'center_rate': 0.09804, 'slap_rate': 0.69412, 'avg': 0.42546, 'obp': 0.52315, 'slg': 0.61204, 'player_id': 11245}, {'battingcard_id': 5120, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 6.1, 'lineout': 6.95, 'popout': 12.95, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 37.0, 'groundout_c': 0.0, 'pull_rate': 0.27559, 'center_rate': 0.44882, 'slap_rate': 0.27559, 'avg': 0.26065, 'obp': 0.32361, 'slg': 0.27824, 'player_id': 11122}, {'battingcard_id': 5120, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.75, 'single_one': 4.25, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 7.9, 'lineout': 7.35, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.4, 'groundout_b': 26.15, 'groundout_c': 0.0, 'pull_rate': 0.20946, 'center_rate': 0.19257, 'slap_rate': 0.59797, 'avg': 0.25093, 'obp': 0.40185, 'slg': 0.30648, 'player_id': 11122}, {'battingcard_id': 4928, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 11.45, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 2.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.35, 'strikeout': 5.5, 'lineout': 7.2, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 20.0, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.4, 'groundout_a': 18.15, 'groundout_b': 9.8, 'groundout_c': 0.0, 'pull_rate': 0.25668, 'center_rate': 0.48663, 'slap_rate': 0.25669, 'avg': 0.25463, 'obp': 0.33194, 'slg': 0.47731, 'player_id': 10690}, {'battingcard_id': 4928, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 9.8, 'lineout': 2.2, 'popout': 11.7, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.25, 'groundout_a': 41.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2775, 'center_rate': 0.14943, 'slap_rate': 0.57307, 'avg': 0.20231, 'obp': 0.26667, 'slg': 0.25463, 'player_id': 10690}, {'battingcard_id': 5121, 'vs_hand': 'L', 'homerun': 12.65, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.75, 'single_two': 7.55, 'single_one': 2.25, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.85, 'strikeout': 9.25, 'lineout': 7.35, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.3, 'groundout_a': 0, 'groundout_b': 8.95, 'groundout_c': 0.0, 'pull_rate': 0.28205, 'center_rate': 0.4359, 'slap_rate': 0.28205, 'avg': 0.37685, 'obp': 0.6625, 'slg': 0.79352, 'player_id': 11123}, {'battingcard_id': 5121, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 19.3, 'lineout': 6.65, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 0, 'flyout_rf_b': 4.25, 'groundout_a': 23.6, 'groundout_b': 7.9, 'groundout_c': 0.0, 'pull_rate': 0.16954, 'center_rate': 0.0977, 'slap_rate': 0.73276, 'avg': 0.20972, 'obp': 0.30046, 'slg': 0.24167, 'player_id': 11123}, {'battingcard_id': 5043, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.75, 'single_two': 0, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 36.55, 'strikeout': 7.0, 'lineout': 0, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 19.25, 'groundout_c': 0.0, 'pull_rate': 0.21839, 'center_rate': 0.51724, 'slap_rate': 0.26437, 'avg': 0.23102, 'obp': 0.58796, 'slg': 0.37593, 'player_id': 10954}, {'battingcard_id': 5043, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.65, 'strikeout': 13.5, 'lineout': 9.1, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.2, 'groundout_a': 8.7, 'groundout_b': 16.15, 'groundout_c': 0.0, 'pull_rate': 0.27555, 'center_rate': 0.08212, 'slap_rate': 0.64233, 'avg': 0.24861, 'obp': 0.40278, 'slg': 0.35833, 'player_id': 10954}, {'battingcard_id': 4929, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.4, 'double_pull': 7.45, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 18.5, 'strikeout': 11.7, 'lineout': 7.8, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 6.5, 'groundout_b': 19.5, 'groundout_c': 0.0, 'pull_rate': 0.27059, 'center_rate': 0.45882, 'slap_rate': 0.27059, 'avg': 0.19028, 'obp': 0.36157, 'slg': 0.32685, 'player_id': 10691}, {'battingcard_id': 4929, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 8.65, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 18.05, 'lineout': 5.1, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 14.35, 'groundout_b': 0.75, 'groundout_c': 0.0, 'pull_rate': 0.2963, 'center_rate': 0.13131, 'slap_rate': 0.57239, 'avg': 0.3338, 'obp': 0.49861, 'slg': 0.58009, 'player_id': 10691}, {'battingcard_id': 4930, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.75, 'strikeout': 21.0, 'lineout': 0, 'popout': 11.95, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 2.8, 'groundout_b': 25.05, 'groundout_c': 0.0, 'pull_rate': 0.19259, 'center_rate': 0.61481, 'slap_rate': 0.1926, 'avg': 0.225, 'obp': 0.27824, 'slg': 0.31204, 'player_id': 10692}, {'battingcard_id': 4930, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 3.4, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.45, 'strikeout': 17.35, 'lineout': 3.2, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 6.7, 'groundout_b': 15.7, 'groundout_c': 0.0, 'pull_rate': 0.22045, 'center_rate': 0.18864, 'slap_rate': 0.59091, 'avg': 0.24213, 'obp': 0.34815, 'slg': 0.33657, 'player_id': 10692}, {'battingcard_id': 5140, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.85, 'strikeout': 28.45, 'lineout': 2.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 25.35, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.09815, 'obp': 0.36528, 'slg': 0.03611, 'player_id': 11170}, {'battingcard_id': 5140, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 2.7, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.6, 'lineout': 1.2, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 42.5, 'groundout_c': 0.0, 'pull_rate': 0.18447, 'center_rate': 0.14563, 'slap_rate': 0.6699, 'avg': 0.18009, 'obp': 0.23287, 'slg': 0.23287, 'player_id': 11170}, {'battingcard_id': 4931, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 5.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 9.05, 'double_pull': 9.05, 'single_two': 13.65, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 8.9, 'lineout': 0, 'popout': 8.25, 'flyout_a': 1.0, 'flyout_bq': 11.15, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 19.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30476, 'center_rate': 0.39048, 'slap_rate': 0.30476, 'avg': 0.47315, 'obp': 0.49074, 'slg': 0.79583, 'player_id': 10693}, {'battingcard_id': 4931, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.8, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 15.2, 'lineout': 9.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 37.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17195, 'center_rate': 0.18552, 'slap_rate': 0.64253, 'avg': 0.28148, 'obp': 0.31157, 'slg': 0.35324, 'player_id': 10693}, {'battingcard_id': 5122, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.75, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 9.85, 'lineout': 2.5, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 16.9, 'flyout_lf_b': 2.8, 'flyout_rf_b': 3.2, 'groundout_a': 1.75, 'groundout_b': 33.5, 'groundout_c': 0.0, 'pull_rate': 0.24528, 'center_rate': 0.50943, 'slap_rate': 0.24529, 'avg': 0.25972, 'obp': 0.3125, 'slg': 0.32778, 'player_id': 11124}, {'battingcard_id': 5122, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 13.25, 'lineout': 2.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.55, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.5, 'groundout_a': 2.4, 'groundout_b': 45.8, 'groundout_c': 0.0, 'pull_rate': 0.25143, 'center_rate': 0.30857, 'slap_rate': 0.44, 'avg': 0.22639, 'obp': 0.25648, 'slg': 0.30833, 'player_id': 11124}, {'battingcard_id': 4932, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 7.95, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 14.25, 'lineout': 7.4, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 34.45, 'groundout_c': 0.0, 'pull_rate': 0.27365, 'center_rate': 0.50338, 'slap_rate': 0.22297, 'avg': 0.3125, 'obp': 0.35972, 'slg': 0.43333, 'player_id': 10694}, {'battingcard_id': 4932, 'vs_hand': 'R', 'homerun': 7.1, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.8, 'double_pull': 8.35, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 7.75, 'lineout': 13.0, 'popout': 1.5, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 7.3, 'flyout_rf_b': 7.0, 'groundout_a': 0, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.35765, 'center_rate': 0.26512, 'slap_rate': 0.37723, 'avg': 0.31019, 'obp': 0.43194, 'slg': 0.57546, 'player_id': 10694}, {'battingcard_id': 4933, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 8.95, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 9.95, 'single_one': 3.2, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 7.5, 'lineout': 8.6, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 7.2, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 8.1, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.13636, 'center_rate': 0.72727, 'slap_rate': 0.13637, 'avg': 0.36898, 'obp': 0.50926, 'slg': 0.66481, 'player_id': 10695}, {'battingcard_id': 4933, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 6.65, 'single_one': 10.0, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 15.1, 'lineout': 4.75, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.6, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 15.55, 'groundout_c': 0.0, 'pull_rate': 0.20542, 'center_rate': 0.36117, 'slap_rate': 0.43341, 'avg': 0.38565, 'obp': 0.5537, 'slg': 0.55093, 'player_id': 10695}, {'battingcard_id': 4934, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.95, 'double_pull': 6.95, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 11.85, 'lineout': 6.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 7.85, 'groundout_b': 31.35, 'groundout_c': 0.0, 'pull_rate': 0.12353, 'center_rate': 0.55882, 'slap_rate': 0.31765, 'avg': 0.28843, 'obp': 0.40093, 'slg': 0.37778, 'player_id': 10696}, {'battingcard_id': 4934, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.8, 'single_two': 5.7, 'single_one': 8.15, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 10.35, 'lineout': 14.45, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 21.95, 'groundout_b': 11.8, 'groundout_c': 0.0, 'pull_rate': 0.23956, 'center_rate': 0.17241, 'slap_rate': 0.58803, 'avg': 0.33519, 'obp': 0.35602, 'slg': 0.42454, 'player_id': 10696}, {'battingcard_id': 4935, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.95, 'double_pull': 9.95, 'single_two': 4.75, 'single_one': 0, 'single_center': 9.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 10.9, 'lineout': 13.9, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 14.6, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 8.3, 'groundout_c': 0.0, 'pull_rate': 0.23944, 'center_rate': 0.52113, 'slap_rate': 0.23943, 'avg': 0.39861, 'obp': 0.49815, 'slg': 0.66065, 'player_id': 10697}, {'battingcard_id': 4935, 'vs_hand': 'R', 'homerun': 6.45, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.9, 'single_two': 2.25, 'single_one': 0, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.95, 'strikeout': 20.7, 'lineout': 4.75, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 6.2, 'flyout_lf_b': 3.3, 'flyout_rf_b': 5.4, 'groundout_a': 27.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26891, 'center_rate': 0.23319, 'slap_rate': 0.4979, 'avg': 0.21944, 'obp': 0.32083, 'slg': 0.40648, 'player_id': 10697}, {'battingcard_id': 4936, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.15, 'double_pull': 8.15, 'single_two': 0, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 6.1, 'lineout': 8.8, 'popout': 8.75, 'flyout_a': 0.0, 'flyout_bq': 19.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 3.25, 'groundout_b': 18.15, 'groundout_c': 0.0, 'pull_rate': 0.23474, 'center_rate': 0.53052, 'slap_rate': 0.23474, 'avg': 0.25556, 'obp': 0.34213, 'slg': 0.43102, 'player_id': 10698}, {'battingcard_id': 4936, 'vs_hand': 'R', 'homerun': 6.85, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 7.95, 'single_one': 2.4, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 13.65, 'lineout': 15.3, 'popout': 1.7, 'flyout_a': 1.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.2, 'groundout_a': 16.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29587, 'center_rate': 0.18678, 'slap_rate': 0.51735, 'avg': 0.3125, 'obp': 0.3875, 'slg': 0.63148, 'player_id': 10698}, {'battingcard_id': 5151, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.8, 'double_pull': 5.8, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 15.35, 'lineout': 13.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 4.75, 'groundout_b': 10.55, 'groundout_c': 0.0, 'pull_rate': 0.29032, 'center_rate': 0.41935, 'slap_rate': 0.29033, 'avg': 0.23981, 'obp': 0.36852, 'slg': 0.30972, 'player_id': 11202}, {'battingcard_id': 5151, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 2.7, 'single_one': 2.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.2, 'strikeout': 17.95, 'lineout': 12.85, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 15.95, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.4, 'groundout_a': 3.5, 'groundout_b': 13.95, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.14208, 'slap_rate': 0.56284, 'avg': 0.2662, 'obp': 0.34213, 'slg': 0.43611, 'player_id': 11202}, {'battingcard_id': 5152, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 24.8, 'lineout': 10.15, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 5.9, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 1.5, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.5625, 'slap_rate': 0.21875, 'avg': 0.18241, 'obp': 0.28519, 'slg': 0.22222, 'player_id': 11203}, {'battingcard_id': 5152, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.4, 'strikeout': 20.6, 'lineout': 6.7, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.2, 'groundout_a': 9.5, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.22115, 'center_rate': 0.17308, 'slap_rate': 0.60577, 'avg': 0.21435, 'obp': 0.28287, 'slg': 0.28981, 'player_id': 11203}, {'battingcard_id': 5153, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 0, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 3.75, 'strikeout': 29.9, 'lineout': 3.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 33.65, 'groundout_c': 0.0, 'pull_rate': 0.2963, 'center_rate': 0.40741, 'slap_rate': 0.29629, 'avg': 0.08148, 'obp': 0.14398, 'slg': 0.09769, 'player_id': 11204}, {'battingcard_id': 5153, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 3.2, 'strikeout': 34.1, 'lineout': 1.2, 'popout': 10.3, 'flyout_a': 0.0, 'flyout_bq': 13.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.8, 'groundout_a': 2.2, 'groundout_b': 19.15, 'groundout_c': 0.0, 'pull_rate': 0.2807, 'center_rate': 0.14474, 'slap_rate': 0.57456, 'avg': 0.14074, 'obp': 0.21667, 'slg': 0.1463, 'player_id': 11204}, {'battingcard_id': 5087, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.5, 'double_pull': 9.45, 'single_two': 9.65, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 15.8, 'lineout': 0, 'popout': 13.35, 'flyout_a': 1.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.65, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.24561, 'center_rate': 0.50877, 'slap_rate': 0.24562, 'avg': 0.40278, 'obp': 0.46065, 'slg': 0.68194, 'player_id': 11051}, {'battingcard_id': 5087, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 14.35, 'lineout': 1.9, 'popout': 10.15, 'flyout_a': 0.0, 'flyout_bq': 12.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 5.7, 'groundout_b': 30.4, 'groundout_c': 0.0, 'pull_rate': 0.26056, 'center_rate': 0.20423, 'slap_rate': 0.53521, 'avg': 0.18565, 'obp': 0.27269, 'slg': 0.23426, 'player_id': 11051}, {'battingcard_id': 4937, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 5.55, 'lineout': 4.75, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 4.75, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.27365, 'center_rate': 0.4527, 'slap_rate': 0.27365, 'avg': 0.30509, 'obp': 0.38843, 'slg': 0.42731, 'player_id': 10699}, {'battingcard_id': 4937, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 7.0, 'single_one': 10.45, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 12.4, 'lineout': 10.7, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 25.1, 'groundout_b': 1.3, 'groundout_c': 0.0, 'pull_rate': 0.23, 'center_rate': 0.22333, 'slap_rate': 0.54667, 'avg': 0.34074, 'obp': 0.42407, 'slg': 0.41343, 'player_id': 10699}, {'battingcard_id': 5171, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 20.75, 'lineout': 7.3, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 3.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.1, 'groundout_a': 0.0, 'groundout_b': 34.25, 'groundout_c': 0.0, 'pull_rate': 0.0, 'center_rate': 0.77778, 'slap_rate': 0.22222, 'avg': 0.24954, 'obp': 0.36574, 'slg': 0.2963, 'player_id': 11246}, {'battingcard_id': 5171, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 23.45, 'lineout': 3.2, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 1.75, 'groundout_b': 33.7, 'groundout_c': 0.0, 'pull_rate': 0.13194, 'center_rate': 0.14583, 'slap_rate': 0.72223, 'avg': 0.18287, 'obp': 0.24074, 'slg': 0.2338, 'player_id': 11246}, {'battingcard_id': 4938, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.95, 'strikeout': 10.4, 'lineout': 4.25, 'popout': 10.0, 'flyout_a': 0.0, 'flyout_bq': 19.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.2, 'groundout_a': 13.3, 'groundout_b': 20.0, 'groundout_c': 0.0, 'pull_rate': 0.20792, 'center_rate': 0.58416, 'slap_rate': 0.20792, 'avg': 0.20787, 'obp': 0.22593, 'slg': 0.26528, 'player_id': 10700}, {'battingcard_id': 4938, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 8.4, 'lineout': 14.25, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.5, 'groundout_a': 23.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26597, 'center_rate': 0.17533, 'slap_rate': 0.5587, 'avg': 0.33704, 'obp': 0.35741, 'slg': 0.48843, 'player_id': 10700}, {'battingcard_id': 4939, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.1, 'strikeout': 10.35, 'lineout': 0, 'popout': 6.8, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 7.7, 'groundout_b': 30.8, 'groundout_c': 0.0, 'pull_rate': 0.21839, 'center_rate': 0.60345, 'slap_rate': 0.17816, 'avg': 0.20324, 'obp': 0.38009, 'slg': 0.2787, 'player_id': 10701}, {'battingcard_id': 4939, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.2, 'single_two': 14.55, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.8, 'strikeout': 12.45, 'lineout': 5.4, 'popout': 3.5, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 20.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3039, 'center_rate': 0.21561, 'slap_rate': 0.48049, 'avg': 0.45278, 'obp': 0.5713, 'slg': 0.82639, 'player_id': 10701}, {'battingcard_id': 4940, 'vs_hand': 'L', 'homerun': 1.7, 'bp_homerun': 6.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.35, 'strikeout': 19.2, 'lineout': 6.6, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 20.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27711, 'center_rate': 0.44578, 'slap_rate': 0.27711, 'avg': 0.26435, 'obp': 0.36944, 'slg': 0.40278, 'player_id': 10702}, {'battingcard_id': 4940, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.9, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.15, 'strikeout': 11.25, 'lineout': 9.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 7.7, 'groundout_b': 23.2, 'groundout_c': 0.0, 'pull_rate': 0.28195, 'center_rate': 0.0975, 'slap_rate': 0.62055, 'avg': 0.28009, 'obp': 0.35556, 'slg': 0.40648, 'player_id': 10702}, {'battingcard_id': 4941, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 2.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 6.4, 'single_one': 7.7, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.15, 'strikeout': 12.95, 'lineout': 1.6, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 10.45, 'groundout_c': 0.0, 'pull_rate': 0.29474, 'center_rate': 0.41053, 'slap_rate': 0.29473, 'avg': 0.37593, 'obp': 0.63657, 'slg': 0.58981, 'player_id': 10703}, {'battingcard_id': 4941, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.5, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.4, 'strikeout': 24.8, 'lineout': 1.9, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.6, 'groundout_a': 18.4, 'groundout_b': 9.9, 'groundout_c': 0.0, 'pull_rate': 0.23506, 'center_rate': 0.15538, 'slap_rate': 0.60956, 'avg': 0.28148, 'obp': 0.35926, 'slg': 0.37963, 'player_id': 10703}, {'battingcard_id': 5044, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.15, 'double_pull': 7.15, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.1, 'strikeout': 3.25, 'lineout': 3.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.2, 'groundout_a': 3.9, 'groundout_b': 34.55, 'groundout_c': 0.0, 'pull_rate': 0.2695, 'center_rate': 0.65957, 'slap_rate': 0.07093, 'avg': 0.28194, 'obp': 0.3662, 'slg': 0.43796, 'player_id': 10955}, {'battingcard_id': 5044, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 7.25, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.85, 'strikeout': 10.65, 'lineout': 1.25, 'popout': 11.05, 'flyout_a': 1.0, 'flyout_bq': 13.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.35, 'groundout_a': 22.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23553, 'center_rate': 0.18563, 'slap_rate': 0.57884, 'avg': 0.32685, 'obp': 0.39954, 'slg': 0.57407, 'player_id': 10955}, {'battingcard_id': 4942, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.15, 'double_pull': 8.15, 'single_two': 6.15, 'single_one': 5.7, 'single_center': 6.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 13.65, 'lineout': 0, 'popout': 12.65, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 4.75, 'groundout_b': 18.75, 'groundout_c': 0.0, 'pull_rate': 0.30603, 'center_rate': 0.38793, 'slap_rate': 0.30604, 'avg': 0.39676, 'obp': 0.45463, 'slg': 0.57639, 'player_id': 10704}, {'battingcard_id': 4942, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.85, 'single_two': 3.9, 'single_one': 3.5, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 14.75, 'lineout': 6.8, 'popout': 8.35, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 9.85, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.23601, 'center_rate': 0.15734, 'slap_rate': 0.60665, 'avg': 0.30833, 'obp': 0.36111, 'slg': 0.44213, 'player_id': 10704}, {'battingcard_id': 5045, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 2.1, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.85, 'strikeout': 14.45, 'lineout': 9.45, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 9.2, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 31.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15909, 'center_rate': 0.68182, 'slap_rate': 0.15909, 'avg': 0.18009, 'obp': 0.29907, 'slg': 0.22963, 'player_id': 10956}, {'battingcard_id': 5045, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 28.05, 'strikeout': 9.9, 'lineout': 2.4, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.5, 'groundout_a': 22.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31844, 'center_rate': 0.50279, 'slap_rate': 0.17877, 'avg': 0.21157, 'obp': 0.48056, 'slg': 0.24074, 'player_id': 10956}, {'battingcard_id': 4943, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 7.5, 'single_one': 11.25, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 4.4, 'lineout': 12.3, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 2.7, 'groundout_b': 23.65, 'groundout_c': 0.0, 'pull_rate': 0.20606, 'center_rate': 0.58788, 'slap_rate': 0.20606, 'avg': 0.34028, 'obp': 0.5037, 'slg': 0.37269, 'player_id': 10705}, {'battingcard_id': 4943, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.0, 'single_two': 4.75, 'single_one': 5.7, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 6.75, 'lineout': 2.7, 'popout': 14.85, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 26.3, 'groundout_c': 0.0, 'pull_rate': 0.2596, 'center_rate': 0.149, 'slap_rate': 0.5914, 'avg': 0.32222, 'obp': 0.39537, 'slg': 0.44954, 'player_id': 10705}, {'battingcard_id': 4944, 'vs_hand': 'L', 'homerun': 10.25, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.25, 'single_two': 6.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 13.2, 'lineout': 6.1, 'popout': 6.05, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 5.7, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.29365, 'center_rate': 0.4127, 'slap_rate': 0.29365, 'avg': 0.34306, 'obp': 0.43565, 'slg': 0.70926, 'player_id': 10706}, {'battingcard_id': 4944, 'vs_hand': 'R', 'homerun': 6.45, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.7, 'double_pull': 7.8, 'single_two': 8.8, 'single_one': 3.3, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.05, 'strikeout': 16.25, 'lineout': 1.25, 'popout': 7.15, 'flyout_a': 1.0, 'flyout_bq': 3.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 5.1, 'groundout_a': 19.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24339, 'center_rate': 0.18342, 'slap_rate': 0.57319, 'avg': 0.37454, 'obp': 0.47685, 'slg': 0.64352, 'player_id': 10706}, {'battingcard_id': 4945, 'vs_hand': 'L', 'homerun': 7.2, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 20.55, 'lineout': 6.85, 'popout': 8.4, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 5.1, 'flyout_rf_b': 5.95, 'groundout_a': 18.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.33516, 'center_rate': 0.45055, 'slap_rate': 0.21429, 'avg': 0.25556, 'obp': 0.32778, 'slg': 0.51852, 'player_id': 10707}, {'battingcard_id': 4945, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.85, 'strikeout': 13.9, 'lineout': 9.65, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.75, 'groundout_a': 11.75, 'groundout_b': 6.3, 'groundout_c': 0.0, 'pull_rate': 0.26271, 'center_rate': 0.17373, 'slap_rate': 0.56356, 'avg': 0.24167, 'obp': 0.40694, 'slg': 0.3963, 'player_id': 10707}, {'battingcard_id': 5289, 'vs_hand': 'L', 'homerun': 9.75, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 34.0, 'lineout': 12.1, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 2.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 31.35, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.15509, 'obp': 0.19676, 'slg': 0.49074, 'player_id': 11451}, {'battingcard_id': 5289, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.3, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 17.95, 'strikeout': 19.7, 'lineout': 5.1, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 10.2, 'flyout_lf_b': 2.7, 'flyout_rf_b': 4.5, 'groundout_a': 17.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29213, 'center_rate': 0.1573, 'slap_rate': 0.55057, 'avg': 0.23704, 'obp': 0.44028, 'slg': 0.32963, 'player_id': 11451}, {'battingcard_id': 4946, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 4.25, 'single_one': 5.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 10.65, 'lineout': 0, 'popout': 14.4, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.7, 'groundout_b': 31.85, 'groundout_c': 0.0, 'pull_rate': 0.28358, 'center_rate': 0.43284, 'slap_rate': 0.28358, 'avg': 0.25417, 'obp': 0.3463, 'slg': 0.37593, 'player_id': 10708}, {'battingcard_id': 4946, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.7, 'single_two': 7.95, 'single_one': 2.4, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 14.6, 'lineout': 3.2, 'popout': 6.55, 'flyout_a': 1.0, 'flyout_bq': 9.7, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.05, 'groundout_a': 22.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20896, 'center_rate': 0.21642, 'slap_rate': 0.57462, 'avg': 0.34815, 'obp': 0.43472, 'slg': 0.59074, 'player_id': 10708}, {'battingcard_id': 4947, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 0, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.15, 'strikeout': 15.25, 'lineout': 3.2, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 17.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 23.0, 'groundout_c': 0.0, 'pull_rate': 0.26016, 'center_rate': 0.47967, 'slap_rate': 0.26017, 'avg': 0.14074, 'obp': 0.37361, 'slg': 0.19861, 'player_id': 10709}, {'battingcard_id': 4947, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 6.85, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.0, 'strikeout': 12.4, 'lineout': 2.7, 'popout': 7.9, 'flyout_a': 1.0, 'flyout_bq': 9.05, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 19.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25319, 'center_rate': 0.10747, 'slap_rate': 0.63934, 'avg': 0.31528, 'obp': 0.48194, 'slg': 0.61667, 'player_id': 10709}, {'battingcard_id': 5088, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 25.35, 'lineout': 5.1, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.55, 'groundout_a': 1.5, 'groundout_b': 27.5, 'groundout_c': 0.0, 'pull_rate': 0.19355, 'center_rate': 0.6129, 'slap_rate': 0.19355, 'avg': 0.17731, 'obp': 0.21204, 'slg': 0.24722, 'player_id': 11052}, {'battingcard_id': 5088, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.15, 'strikeout': 16.7, 'lineout': 8.7, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 8.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 24.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25417, 'center_rate': 0.2375, 'slap_rate': 0.50833, 'avg': 0.29676, 'obp': 0.37222, 'slg': 0.5713, 'player_id': 11052}, {'battingcard_id': 5046, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.45, 'double_pull': 8.45, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 9.7, 'lineout': 1.2, 'popout': 10.7, 'flyout_a': 0.0, 'flyout_bq': 25.5, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.25, 'groundout_a': 0.0, 'groundout_b': 22.05, 'groundout_c': 0.0, 'pull_rate': 0.27053, 'center_rate': 0.45894, 'slap_rate': 0.27053, 'avg': 0.25093, 'obp': 0.28102, 'slg': 0.40278, 'player_id': 10957}, {'battingcard_id': 5046, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 2.25, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 27.85, 'lineout': 4.2, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 13.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.8, 'groundout_a': 21.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25373, 'center_rate': 0.23632, 'slap_rate': 0.50995, 'avg': 0.21991, 'obp': 0.27269, 'slg': 0.34954, 'player_id': 10957}, {'battingcard_id': 5047, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.8, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 7.95, 'single_two': 5.95, 'single_one': 5.7, 'single_center': 6.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.6, 'strikeout': 13.2, 'lineout': 5.7, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 15.15, 'groundout_c': 0.0, 'pull_rate': 0.26923, 'center_rate': 0.46154, 'slap_rate': 0.26923, 'avg': 0.38565, 'obp': 0.4838, 'slg': 0.56528, 'player_id': 10958}, {'battingcard_id': 5047, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.6, 'strikeout': 16.15, 'lineout': 5.1, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.2, 'groundout_a': 28.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22881, 'center_rate': 0.15254, 'slap_rate': 0.61865, 'avg': 0.21852, 'obp': 0.30741, 'slg': 0.27222, 'player_id': 10958}, {'battingcard_id': 5172, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.45, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 13.3, 'strikeout': 9.05, 'lineout': 3.75, 'popout': 1.95, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 0.0, 'groundout_b': 30.95, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.33796, 'obp': 0.51667, 'slg': 0.47593, 'player_id': 11247}, {'battingcard_id': 5172, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 7.95, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.75, 'single_two': 7.05, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 16.85, 'strikeout': 11.9, 'lineout': 7.75, 'popout': 2.55, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 19.2, 'groundout_c': 0.0, 'pull_rate': 0.33068, 'center_rate': 0.10359, 'slap_rate': 0.56573, 'avg': 0.32269, 'obp': 0.525, 'slg': 0.63009, 'player_id': 11247}, {'battingcard_id': 5316, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 5.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 18.55, 'lineout': 9.25, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 21.65, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.5, 'groundout_a': 3.5, 'groundout_b': 13.75, 'groundout_c': 0.0, 'pull_rate': 0.184, 'center_rate': 0.632, 'slap_rate': 0.184, 'avg': 0.26713, 'obp': 0.29306, 'slg': 0.37685, 'player_id': 11508}, {'battingcard_id': 5316, 'vs_hand': 'R', 'homerun': 8.05, 'bp_homerun': 5.0, 'triple': 11.9, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 14.3, 'single_one': 5.4, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 12.85, 'lineout': 8.6, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 2.75, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 21.55, 'groundout_c': 0.0, 'pull_rate': 0.29744, 'center_rate': 0.40513, 'slap_rate': 0.29743, 'avg': 0.48981, 'obp': 0.50741, 'slg': 1.02546, 'player_id': 11508}, {'battingcard_id': 4948, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 9.7, 'double_pull': 9.75, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.4, 'strikeout': 11.85, 'lineout': 7.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.2, 'groundout_a': 2.2, 'groundout_b': 18.9, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.5, 'slap_rate': 0.2, 'avg': 0.34583, 'obp': 0.48843, 'slg': 0.50833, 'player_id': 10710}, {'battingcard_id': 4948, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_pull': 6.45, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 17.35, 'lineout': 6.25, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 20.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23462, 'center_rate': 0.20501, 'slap_rate': 0.56037, 'avg': 0.28472, 'obp': 0.42222, 'slg': 0.44815, 'player_id': 10710}, {'battingcard_id': 4949, 'vs_hand': 'L', 'homerun': 18.55, 'bp_homerun': 13.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.3, 'strikeout': 10.6, 'lineout': 6.55, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 9.95, 'flyout_rf_b': 9.95, 'groundout_a': 3.75, 'groundout_b': 10.6, 'groundout_c': 0.0, 'pull_rate': 0.34839, 'center_rate': 0.30323, 'slap_rate': 0.34838, 'avg': 0.41019, 'obp': 0.51481, 'slg': 1.0463, 'player_id': 10711}, {'battingcard_id': 4949, 'vs_hand': 'R', 'homerun': 3.9, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.85, 'single_two': 2.25, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 21.2, 'lineout': 6.35, 'popout': 11.85, 'flyout_a': 1.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 18.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30655, 'center_rate': 0.09937, 'slap_rate': 0.59408, 'avg': 0.25926, 'obp': 0.32083, 'slg': 0.50926, 'player_id': 10711}, {'battingcard_id': 4950, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.35, 'strikeout': 17.95, 'lineout': 8.35, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 7.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.29825, 'center_rate': 0.46491, 'slap_rate': 0.23684, 'avg': 0.2625, 'obp': 0.50648, 'slg': 0.34537, 'player_id': 10712}, {'battingcard_id': 4950, 'vs_hand': 'R', 'homerun': 4.25, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 4.2, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.1, 'strikeout': 12.75, 'lineout': 12.2, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 14.65, 'groundout_b': 12.0, 'groundout_c': 0.0, 'pull_rate': 0.25205, 'center_rate': 0.10861, 'slap_rate': 0.63934, 'avg': 0.25602, 'obp': 0.38657, 'slg': 0.41852, 'player_id': 10712}, {'battingcard_id': 4951, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 16.85, 'lineout': 9.45, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 13.85, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 2.7, 'groundout_b': 23.1, 'groundout_c': 0.0, 'pull_rate': 0.23776, 'center_rate': 0.52448, 'slap_rate': 0.23776, 'avg': 0.21574, 'obp': 0.27454, 'slg': 0.27037, 'player_id': 10713}, {'battingcard_id': 4951, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.9, 'single_one': 3.5, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 14.5, 'lineout': 9.8, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 0, 'flyout_rf_b': 3.6, 'groundout_a': 2.8, 'groundout_b': 24.95, 'groundout_c': 0.0, 'pull_rate': 0.15823, 'center_rate': 0.15823, 'slap_rate': 0.68354, 'avg': 0.27639, 'obp': 0.33519, 'slg': 0.39907, 'player_id': 10713}, {'battingcard_id': 4952, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.4, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.8, 'strikeout': 14.95, 'lineout': 11.15, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 17.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.7, 'groundout_a': 4.25, 'groundout_b': 16.7, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.2125, 'obp': 0.32176, 'slg': 0.36019, 'player_id': 10714}, {'battingcard_id': 4952, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 20.35, 'lineout': 6.2, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 9.55, 'groundout_b': 14.35, 'groundout_c': 0.0, 'pull_rate': 0.26457, 'center_rate': 0.16143, 'slap_rate': 0.574, 'avg': 0.23287, 'obp': 0.35741, 'slg': 0.30741, 'player_id': 10714}, {'battingcard_id': 5123, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.75, 'single_one': 4.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.55, 'strikeout': 8.4, 'lineout': 15.65, 'popout': 10.45, 'flyout_a': 0.0, 'flyout_bq': 15.25, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0.0, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.22013, 'center_rate': 0.55975, 'slap_rate': 0.22012, 'avg': 0.27083, 'obp': 0.29444, 'slg': 0.34722, 'player_id': 11125}, {'battingcard_id': 5123, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.1, 'strikeout': 23.1, 'lineout': 7.1, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 12.75, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.7, 'groundout_a': 21.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.256, 'center_rate': 0.23733, 'slap_rate': 0.50667, 'avg': 0.25231, 'obp': 0.33657, 'slg': 0.3287, 'player_id': 11125}, {'battingcard_id': 5124, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 11.1, 'single_one': 16.65, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 10.25, 'lineout': 14.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 1.7, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 28.75, 'groundout_c': 0.0, 'pull_rate': 0.1195, 'center_rate': 0.61006, 'slap_rate': 0.27044, 'avg': 0.35602, 'obp': 0.49074, 'slg': 0.28148, 'player_id': 11126}, {'battingcard_id': 5124, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 8.0, 'single_one': 12.0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.45, 'strikeout': 12.1, 'lineout': 1.2, 'popout': 10.75, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.25, 'groundout_c': 0.0, 'pull_rate': 0.21111, 'center_rate': 0.17963, 'slap_rate': 0.60926, 'avg': 0.35833, 'obp': 0.51991, 'slg': 0.38611, 'player_id': 11126}, {'battingcard_id': 5337, 'vs_hand': 'L', 'homerun': 6.95, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 10.25, 'single_one': 9.25, 'single_center': 11.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 12.55, 'lineout': 15.55, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 1.9, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.5, 'groundout_c': 0.0, 'pull_rate': 0.24138, 'center_rate': 0.51724, 'slap_rate': 0.24138, 'avg': 0.44213, 'obp': 0.44213, 'slg': 0.66759, 'player_id': 11544}, {'battingcard_id': 5337, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 12.8, 'single_two': 5.75, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 24.75, 'lineout': 2.1, 'popout': 11.2, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 3.3, 'flyout_rf_b': 0, 'groundout_a': 16.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18442, 'center_rate': 0.07792, 'slap_rate': 0.73766, 'avg': 0.3625, 'obp': 0.44028, 'slg': 0.55602, 'player_id': 11544}, {'battingcard_id': 5173, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 5.9, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 18.2, 'lineout': 16.2, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0.0, 'groundout_b': 18.95, 'groundout_c': 0.0, 'pull_rate': 0.30189, 'center_rate': 0.39623, 'slap_rate': 0.30188, 'avg': 0.31157, 'obp': 0.31157, 'slg': 0.43333, 'player_id': 11248}, {'battingcard_id': 5173, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.6, 'single_one': 2.2, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 19.0, 'lineout': 4.5, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 19.7, 'flyout_lf_b': 5.4, 'flyout_rf_b': 1.2, 'groundout_a': 1.75, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.11278, 'center_rate': 0.15789, 'slap_rate': 0.72933, 'avg': 0.22222, 'obp': 0.28287, 'slg': 0.28981, 'player_id': 11248}, {'battingcard_id': 5089, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 29.15, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 4.5, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 23.4, 'lineout': 0, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.5, 'groundout_a': 0, 'groundout_b': 9.05, 'groundout_c': 0.0, 'pull_rate': 0.18868, 'center_rate': 0.62264, 'slap_rate': 0.18868, 'avg': 0.42778, 'obp': 0.51852, 'slg': 0.98611, 'player_id': 11053}, {'battingcard_id': 5089, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.9, 'strikeout': 7.75, 'lineout': 8.7, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 37.3, 'groundout_c': 0.0, 'pull_rate': 0.18491, 'center_rate': 0.12453, 'slap_rate': 0.69056, 'avg': 0.22361, 'obp': 0.32454, 'slg': 0.31296, 'player_id': 11053}, {'battingcard_id': 5304, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 13.85, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 10.1, 'lineout': 3.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.25, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 40.55, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.53846, 'slap_rate': 0.23077, 'avg': 0.31944, 'obp': 0.31944, 'slg': 0.51806, 'player_id': 11487}, {'battingcard_id': 5304, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 15.0, 'lineout': 0, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 44.45, 'groundout_c': 0.0, 'pull_rate': 0.2153, 'center_rate': 0.1983, 'slap_rate': 0.5864, 'avg': 0.26898, 'obp': 0.32824, 'slg': 0.36296, 'player_id': 11487}, {'battingcard_id': 5141, 'vs_hand': 'L', 'homerun': 9.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.8, 'single_two': 11.95, 'single_one': 3.6, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 17.35, 'strikeout': 7.4, 'lineout': 10.3, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 3.9, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.5, 'groundout_a': 0.0, 'groundout_b': 9.0, 'groundout_c': 6.4, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.38565, 'obp': 0.56481, 'slg': 0.74444, 'player_id': 11171}, {'battingcard_id': 5141, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 6.95, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.35, 'strikeout': 7.25, 'lineout': 5.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.25, 'groundout_a': 18.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27786, 'center_rate': 0.05965, 'slap_rate': 0.66249, 'avg': 0.32917, 'obp': 0.50833, 'slg': 0.47407, 'player_id': 11171}, {'battingcard_id': 5142, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 5.8, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 19.0, 'lineout': 5.1, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.18605, 'center_rate': 0.62791, 'slap_rate': 0.18604, 'avg': 0.31991, 'obp': 0.40417, 'slg': 0.40833, 'player_id': 11172}, {'battingcard_id': 5142, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 2.4, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 18.35, 'lineout': 10.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.85, 'flyout_lf_b': 1.6, 'flyout_rf_b': 4.75, 'groundout_a': 1.1, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.21501, 'center_rate': 0.05477, 'slap_rate': 0.73022, 'avg': 0.22731, 'obp': 0.3125, 'slg': 0.33472, 'player_id': 11172}, {'battingcard_id': 5048, 'vs_hand': 'L', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.8, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.5, 'strikeout': 16.6, 'lineout': 10.7, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 24.9, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.51111, 'slap_rate': 0.24445, 'avg': 0.27731, 'obp': 0.3375, 'slg': 0.46759, 'player_id': 10959}, {'battingcard_id': 5048, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 9.0, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 16.5, 'lineout': 4.5, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.5, 'flyout_rf_b': 4.5, 'groundout_a': 3.2, 'groundout_b': 25.55, 'groundout_c': 0.0, 'pull_rate': 0.3122, 'center_rate': 0.0748, 'slap_rate': 0.613, 'avg': 0.30556, 'obp': 0.33565, 'slg': 0.51944, 'player_id': 10959}, {'battingcard_id': 5174, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.05, 'strikeout': 16.4, 'lineout': 6.4, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 14.85, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 15.55, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.28358, 'center_rate': 0.43284, 'slap_rate': 0.28358, 'avg': 0.2588, 'obp': 0.32407, 'slg': 0.33981, 'player_id': 11249}, {'battingcard_id': 5174, 'vs_hand': 'R', 'homerun': 1.75, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.85, 'strikeout': 17.45, 'lineout': 1.4, 'popout': 7.9, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 11.15, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.27684, 'center_rate': 0.16384, 'slap_rate': 0.55932, 'avg': 0.20694, 'obp': 0.30741, 'slg': 0.27407, 'player_id': 11249}, {'battingcard_id': 5143, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 41.75, 'lineout': 1.1, 'popout': 9.55, 'flyout_a': 0.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.28814, 'center_rate': 0.42373, 'slap_rate': 0.28813, 'avg': 0.18287, 'obp': 0.21435, 'slg': 0.28519, 'player_id': 11173}, {'battingcard_id': 5143, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 19.25, 'lineout': 10.8, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 22.3, 'flyout_lf_b': 2.1, 'flyout_rf_b': 5.4, 'groundout_a': 23.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.05787, 'slap_rate': 0.69213, 'avg': 0.13102, 'obp': 0.21019, 'slg': 0.19259, 'player_id': 11173}, {'battingcard_id': 5190, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.7, 'single_one': 0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 9.2, 'lineout': 6.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 19.35, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 0, 'groundout_b': 26.85, 'groundout_c': 0.0, 'pull_rate': 0.18, 'center_rate': 0.64, 'slap_rate': 0.18, 'avg': 0.2, 'obp': 0.31759, 'slg': 0.30463, 'player_id': 11292}, {'battingcard_id': 5190, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 5.95, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 21.65, 'lineout': 1.7, 'popout': 6.75, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 6.75, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.26042, 'center_rate': 0.16667, 'slap_rate': 0.57291, 'avg': 0.2162, 'obp': 0.27685, 'slg': 0.275, 'player_id': 11292}, {'battingcard_id': 4953, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 13.85, 'double_pull': 13.85, 'single_two': 3.3, 'single_one': 4.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 5.7, 'lineout': 5.75, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 21.5, 'groundout_c': 0.0, 'pull_rate': 0.26415, 'center_rate': 0.4717, 'slap_rate': 0.26415, 'avg': 0.39444, 'obp': 0.5037, 'slg': 0.61944, 'player_id': 10715}, {'battingcard_id': 4953, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 4.35, 'lineout': 14.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.1, 'flyout_rf_b': 3.2, 'groundout_a': 19.7, 'groundout_b': 13.1, 'groundout_c': 0.0, 'pull_rate': 0.22771, 'center_rate': 0.07962, 'slap_rate': 0.69267, 'avg': 0.26852, 'obp': 0.37685, 'slg': 0.33889, 'player_id': 10715}, {'battingcard_id': 5338, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 8.2, 'single_one': 12.3, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': 16.9, 'lineout': 10.2, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 14.55, 'groundout_c': 0.0, 'pull_rate': 0.20408, 'center_rate': 0.59184, 'slap_rate': 0.20408, 'avg': 0.39167, 'obp': 0.51389, 'slg': 0.46944, 'player_id': 11545}, {'battingcard_id': 5338, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 6.95, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.3, 'single_two': 9.35, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 10.0, 'walk': 7.2, 'strikeout': 13.8, 'lineout': 3.75, 'popout': 2.25, 'flyout_a': 1.0, 'flyout_bq': 7.0, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 17.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19474, 'center_rate': 0.15263, 'slap_rate': 0.65263, 'avg': 0.39491, 'obp': 0.55417, 'slg': 0.72824, 'player_id': 11545}, {'battingcard_id': 4954, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.85, 'strikeout': 22.5, 'lineout': 1.4, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 5.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 21.05, 'groundout_c': 0.0, 'pull_rate': 0.08403, 'center_rate': 0.5042, 'slap_rate': 0.41177, 'avg': 0.2287, 'obp': 0.43102, 'slg': 0.29028, 'player_id': 10716}, {'battingcard_id': 4954, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 6.2, 'single_one': 9.35, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.2, 'strikeout': 10.95, 'lineout': 7.4, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 21.95, 'groundout_c': 0.0, 'pull_rate': 0.22604, 'center_rate': 0.1085, 'slap_rate': 0.66546, 'avg': 0.36528, 'obp': 0.47824, 'slg': 0.48611, 'player_id': 10716}, {'battingcard_id': 4955, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.9, 'double_pull': 11.85, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.4, 'strikeout': 10.05, 'lineout': 5.4, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 2.7, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.30303, 'center_rate': 0.39394, 'slap_rate': 0.30303, 'avg': 0.36667, 'obp': 0.56481, 'slg': 0.54907, 'player_id': 10717}, {'battingcard_id': 4955, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 7.25, 'single_one': 10.85, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.05, 'strikeout': 11.25, 'lineout': 11.05, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 16.55, 'groundout_c': 0.0, 'pull_rate': 0.18065, 'center_rate': 0.11183, 'slap_rate': 0.70752, 'avg': 0.35278, 'obp': 0.50139, 'slg': 0.39583, 'player_id': 10717}, {'battingcard_id': 4956, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 0, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.5, 'strikeout': 7.8, 'lineout': 7.25, 'popout': 10.9, 'flyout_a': 0.0, 'flyout_bq': 18.35, 'flyout_lf_b': 3.5, 'flyout_rf_b': 2.7, 'groundout_a': 27.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16438, 'center_rate': 0.54795, 'slap_rate': 0.28767, 'avg': 0.13704, 'obp': 0.28056, 'slg': 0.20741, 'player_id': 10718}, {'battingcard_id': 4956, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 6.75, 'single_two': 2.4, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.2, 'strikeout': 14.95, 'lineout': 8.05, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 10.15, 'flyout_lf_b': 5.7, 'flyout_rf_b': 3.75, 'groundout_a': 7.95, 'groundout_b': 4.3, 'groundout_c': 0.0, 'pull_rate': 0.25126, 'center_rate': 0.30151, 'slap_rate': 0.44723, 'avg': 0.26343, 'obp': 0.4412, 'slg': 0.42315, 'player_id': 10718}, {'battingcard_id': 5125, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 5.1, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.45, 'strikeout': 17.9, 'lineout': 6.55, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 14.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21678, 'center_rate': 0.56643, 'slap_rate': 0.21679, 'avg': 0.28194, 'obp': 0.4713, 'slg': 0.38056, 'player_id': 11127}, {'battingcard_id': 5125, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.6, 'strikeout': 15.3, 'lineout': 7.45, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 15.95, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 0.0, 'groundout_b': 29.55, 'groundout_c': 0.0, 'pull_rate': 0.14439, 'center_rate': 0.43316, 'slap_rate': 0.42245, 'avg': 0.17917, 'obp': 0.29583, 'slg': 0.19537, 'player_id': 11127}, {'battingcard_id': 4957, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 19.05, 'lineout': 9.85, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 9.95, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.18349, 'center_rate': 0.63303, 'slap_rate': 0.18348, 'avg': 0.19306, 'obp': 0.2662, 'slg': 0.21481, 'player_id': 10719}, {'battingcard_id': 4957, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.5, 'strikeout': 9.65, 'lineout': 0, 'popout': 15.35, 'flyout_a': 0.0, 'flyout_bq': 10.95, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 28.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18478, 'center_rate': 0.25, 'slap_rate': 0.56522, 'avg': 0.23519, 'obp': 0.36944, 'slg': 0.31713, 'player_id': 10719}, {'battingcard_id': 4958, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.9, 'double_pull': 7.95, 'single_two': 2.75, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 16.1, 'lineout': 1.2, 'popout': 21.2, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 18.3, 'groundout_c': 0.0, 'pull_rate': 0.30244, 'center_rate': 0.39512, 'slap_rate': 0.30244, 'avg': 0.3088, 'obp': 0.34815, 'slg': 0.51389, 'player_id': 10720}, {'battingcard_id': 4958, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 5.4, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 20.6, 'lineout': 6.15, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 2.25, 'groundout_b': 19.75, 'groundout_c': 0.0, 'pull_rate': 0.25137, 'center_rate': 0.22131, 'slap_rate': 0.52732, 'avg': 0.34861, 'obp': 0.39259, 'slg': 0.4838, 'player_id': 10720}, {'battingcard_id': 4959, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 6.05, 'single_one': 9.05, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 21.8, 'lineout': 12.25, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.11, 'center_rate': 0.52, 'slap_rate': 0.37, 'avg': 0.30278, 'obp': 0.38704, 'slg': 0.33889, 'player_id': 10721}, {'battingcard_id': 4959, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.4, 'single_one': 0, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 18.9, 'lineout': 4.2, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 19.1, 'flyout_lf_b': 4.25, 'flyout_rf_b': 2.2, 'groundout_a': 15.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26786, 'center_rate': 0.13265, 'slap_rate': 0.59949, 'avg': 0.25093, 'obp': 0.35278, 'slg': 0.41574, 'player_id': 10721}, {'battingcard_id': 4960, 'vs_hand': 'L', 'homerun': 4.8, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.4, 'single_two': 0, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 17.45, 'lineout': 3.5, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 9.65, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 6.55, 'groundout_b': 37.15, 'groundout_c': 0.0, 'pull_rate': 0.2069, 'center_rate': 0.58621, 'slap_rate': 0.20689, 'avg': 0.14259, 'obp': 0.24259, 'slg': 0.26759, 'player_id': 10722}, {'battingcard_id': 4960, 'vs_hand': 'R', 'homerun': 1.95, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.2, 'strikeout': 16.15, 'lineout': 3.75, 'popout': 8.2, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.4, 'groundout_a': 11.2, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.26994, 'center_rate': 0.31288, 'slap_rate': 0.41718, 'avg': 0.26481, 'obp': 0.32222, 'slg': 0.36667, 'player_id': 10722}, {'battingcard_id': 5144, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 14.9, 'double_pull': 14.95, 'single_two': 7.7, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.55, 'strikeout': 6.6, 'lineout': 1.25, 'popout': 11.15, 'flyout_a': 1.0, 'flyout_bq': 1.5, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 15.15, 'groundout_c': 0.0, 'pull_rate': 0.34783, 'center_rate': 0.30435, 'slap_rate': 0.34782, 'avg': 0.44259, 'obp': 0.66065, 'slg': 0.775, 'player_id': 11174}, {'battingcard_id': 5144, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.6, 'double_pull': 7.55, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 14.95, 'lineout': 3.2, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 28.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.0918, 'slap_rate': 0.61312, 'avg': 0.31296, 'obp': 0.34907, 'slg': 0.41343, 'player_id': 11174}, {'battingcard_id': 5290, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 22.75, 'lineout': 2.25, 'popout': 8.75, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 20.5, 'groundout_c': 0.0, 'pull_rate': 0.22807, 'center_rate': 0.54386, 'slap_rate': 0.22807, 'avg': 0.24815, 'obp': 0.34028, 'slg': 0.3412, 'player_id': 11452}, {'battingcard_id': 5290, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.05, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 32.5, 'lineout': 4.75, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 9.35, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 2.8, 'groundout_b': 25.0, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.775, 'slap_rate': 0.0, 'avg': 0.125, 'obp': 0.23843, 'slg': 0.21852, 'player_id': 11452}, {'battingcard_id': 5291, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.0, 'double_pull': 30.05, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.7, 'strikeout': 19.3, 'lineout': 16.9, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 2.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 7.4, 'groundout_c': 5.4, 'pull_rate': 0.2375, 'center_rate': 0.575, 'slap_rate': 0.1875, 'avg': 0.43657, 'obp': 0.45231, 'slg': 0.41296, 'player_id': 11453}, {'battingcard_id': 5291, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 15.1, 'lineout': 3.4, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 8.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 28.0, 'groundout_c': 0.0, 'pull_rate': 0.18237, 'center_rate': 0.13982, 'slap_rate': 0.67781, 'avg': 0.24259, 'obp': 0.35185, 'slg': 0.3, 'player_id': 11453}, {'battingcard_id': 5339, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 7.05, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.75, 'strikeout': 13.3, 'lineout': 9.65, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 31.95, 'groundout_c': 0.0, 'pull_rate': 0.25641, 'center_rate': 0.44872, 'slap_rate': 0.29487, 'avg': 0.2375, 'obp': 0.41111, 'slg': 0.2537, 'player_id': 11546}, {'battingcard_id': 5339, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.9, 'double_pull': 10.85, 'single_two': 9.85, 'single_one': 14.8, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 3.9, 'lineout': 11.45, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 10.9, 'groundout_c': 0.0, 'pull_rate': 0.30286, 'center_rate': 0.1, 'slap_rate': 0.59714, 'avg': 0.53241, 'obp': 0.69491, 'slg': 0.675, 'player_id': 11546}, {'battingcard_id': 5126, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.0, 'single_two': 5.95, 'single_one': 8.9, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.1, 'strikeout': 8.1, 'lineout': 0, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 40.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16484, 'center_rate': 0.67033, 'slap_rate': 0.16483, 'avg': 0.32454, 'obp': 0.41806, 'slg': 0.38519, 'player_id': 11128}, {'battingcard_id': 5126, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 4.75, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.6, 'strikeout': 9.25, 'lineout': 12.75, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 24.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.09119, 'center_rate': 0.18541, 'slap_rate': 0.7234, 'avg': 0.25, 'obp': 0.34815, 'slg': 0.28935, 'player_id': 11128}, {'battingcard_id': 5191, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 15.0, 'walk': 11.5, 'strikeout': 27.8, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 15.9, 'groundout_c': 0.0, 'pull_rate': 0.29091, 'center_rate': 0.41818, 'slap_rate': 0.29091, 'avg': 0.16389, 'obp': 0.40926, 'slg': 0.19907, 'player_id': 11293}, {'battingcard_id': 5191, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 18.45, 'strikeout': 12.7, 'lineout': 2.5, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 0, 'flyout_rf_b': 3.3, 'groundout_a': 1.25, 'groundout_b': 23.55, 'groundout_c': 0.0, 'pull_rate': 0.17857, 'center_rate': 0.07468, 'slap_rate': 0.74675, 'avg': 0.26389, 'obp': 0.47176, 'slg': 0.35648, 'player_id': 11293}, {'battingcard_id': 5145, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.4, 'strikeout': 19.6, 'lineout': 0, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 22.05, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.6, 'slap_rate': 0.2, 'avg': 0.23472, 'obp': 0.45139, 'slg': 0.29028, 'player_id': 11175}, {'battingcard_id': 5145, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 25.95, 'lineout': 3.2, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 12.3, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 28.4, 'groundout_c': 0.0, 'pull_rate': 0.23922, 'center_rate': 0.14118, 'slap_rate': 0.6196, 'avg': 0.18194, 'obp': 0.25417, 'slg': 0.28056, 'player_id': 11175}, {'battingcard_id': 5340, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.95, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 21.1, 'lineout': 1.65, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 19.6, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.25, 'groundout_a': 0.0, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.18843, 'obp': 0.2662, 'slg': 0.28102, 'player_id': 11547}, {'battingcard_id': 5340, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.3, 'double_pull': 8.35, 'single_two': 0, 'single_one': 0, 'single_center': 4.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 29.0, 'lineout': 13.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 9.6, 'groundout_b': 17.85, 'groundout_c': 0.0, 'pull_rate': 0.24638, 'center_rate': 0.50725, 'slap_rate': 0.24637, 'avg': 0.19352, 'obp': 0.22361, 'slg': 0.34676, 'player_id': 11547}, {'battingcard_id': 5192, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 23.85, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.25, 'single_two': 15.4, 'single_one': 3.5, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.35, 'strikeout': 14.3, 'lineout': 0, 'popout': 8.6, 'flyout_a': 1.0, 'flyout_bq': 1.35, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 7.05, 'groundout_c': 0.0, 'pull_rate': 0.2093, 'center_rate': 0.5814, 'slap_rate': 0.2093, 'avg': 0.52083, 'obp': 0.67222, 'slg': 1.04722, 'player_id': 11294}, {'battingcard_id': 5192, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 7.05, 'single_one': 10.55, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.55, 'strikeout': 14.25, 'lineout': 6.0, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 28.35, 'groundout_c': 0.0, 'pull_rate': 0.20795, 'center_rate': 0.15291, 'slap_rate': 0.63914, 'avg': 0.34722, 'obp': 0.48194, 'slg': 0.40833, 'player_id': 11294}, {'battingcard_id': 5341, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.4, 'double_pull': 12.4, 'single_two': 10.2, 'single_one': 15.35, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 31.2, 'strikeout': 4.7, 'lineout': 1.9, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 1.4, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 1.25, 'groundout_c': 0.0, 'pull_rate': 0.33846, 'center_rate': 0.32308, 'slap_rate': 0.33846, 'avg': 0.60046, 'obp': 0.88935, 'slg': 0.82593, 'player_id': 11548}, {'battingcard_id': 5341, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 20.55, 'lineout': 5.7, 'popout': 8.15, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 25.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30164, 'center_rate': 0.06885, 'slap_rate': 0.62951, 'avg': 0.17083, 'obp': 0.24583, 'slg': 0.2787, 'player_id': 11548}, {'battingcard_id': 5090, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 27.05, 'lineout': 7.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 4.25, 'groundout_b': 24.05, 'groundout_c': 0.0, 'pull_rate': 0.27358, 'center_rate': 0.45283, 'slap_rate': 0.27359, 'avg': 0.22963, 'obp': 0.31204, 'slg': 0.38565, 'player_id': 11054}, {'battingcard_id': 5090, 'vs_hand': 'R', 'homerun': 12.05, 'bp_homerun': 8.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 8.75, 'single_one': 3.25, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 26.3, 'lineout': 1.65, 'popout': 1.2, 'flyout_a': 1.0, 'flyout_bq': 3.4, 'flyout_lf_b': 3.5, 'flyout_rf_b': 4.5, 'groundout_a': 1.6, 'groundout_b': 13.9, 'groundout_c': 0.0, 'pull_rate': 0.32719, 'center_rate': 0.2212, 'slap_rate': 0.45161, 'avg': 0.41898, 'obp': 0.47176, 'slg': 0.88148, 'player_id': 11054}, {'battingcard_id': 5091, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 20.45, 'lineout': 7.45, 'popout': 9.15, 'flyout_a': 0.0, 'flyout_bq': 15.0, 'flyout_lf_b': 2.1, 'flyout_rf_b': 3.2, 'groundout_a': 2.1, 'groundout_b': 18.2, 'groundout_c': 0.0, 'pull_rate': 0.31351, 'center_rate': 0.54595, 'slap_rate': 0.14054, 'avg': 0.23704, 'obp': 0.28102, 'slg': 0.39491, 'player_id': 11055}, {'battingcard_id': 5091, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 11.25, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 19.8, 'strikeout': 12.35, 'lineout': 2.75, 'popout': 3.3, 'flyout_a': 1.0, 'flyout_bq': 7.05, 'flyout_lf_b': 5.7, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.21676, 'center_rate': 0.29191, 'slap_rate': 0.49133, 'avg': 0.33056, 'obp': 0.54167, 'slg': 0.4713, 'player_id': 11055}, {'battingcard_id': 5305, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.3, 'double_pull': 10.25, 'single_two': 5.4, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 13.35, 'lineout': 3.2, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 19.7, 'groundout_c': 0.0, 'pull_rate': 0.2069, 'center_rate': 0.58621, 'slap_rate': 0.20689, 'avg': 0.38009, 'obp': 0.52639, 'slg': 0.52824, 'player_id': 11488}, {'battingcard_id': 5305, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 6.3, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.4, 'strikeout': 22.7, 'lineout': 0, 'popout': 9.4, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 9.4, 'groundout_c': 0.0, 'pull_rate': 0.22619, 'center_rate': 0.80952, 'slap_rate': -0.03571, 'avg': 0.31111, 'obp': 0.47222, 'slg': 0.34722, 'player_id': 11488}, {'battingcard_id': 5292, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.15, 'strikeout': 13.6, 'lineout': 3.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.05, 'groundout_a': 29.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22835, 'center_rate': 0.54331, 'slap_rate': 0.22834, 'avg': 0.24722, 'obp': 0.48935, 'slg': 0.2875, 'player_id': 11454}, {'battingcard_id': 5292, 'vs_hand': 'R', 'homerun': 3.8, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 5.4, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.4, 'strikeout': 23.4, 'lineout': 4.2, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 2.1, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 16.15, 'groundout_c': 0.0, 'pull_rate': 0.16102, 'center_rate': 0.58475, 'slap_rate': 0.25423, 'avg': 0.31481, 'obp': 0.53148, 'slg': 0.46852, 'player_id': 11454}, {'battingcard_id': 4961, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 11.15, 'lineout': 3.9, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 9.15, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 39.05, 'groundout_c': 0.0, 'pull_rate': 0.21583, 'center_rate': 0.56835, 'slap_rate': 0.21582, 'avg': 0.22083, 'obp': 0.33148, 'slg': 0.27037, 'player_id': 10723}, {'battingcard_id': 4961, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.5, 'strikeout': 15.7, 'lineout': 7.85, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.8, 'groundout_a': 39.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25622, 'center_rate': 0.19652, 'slap_rate': 0.54726, 'avg': 0.15556, 'obp': 0.20648, 'slg': 0.17222, 'player_id': 10723}, {'battingcard_id': 5127, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.4, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.7, 'strikeout': 12.75, 'lineout': 14.25, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 17.05, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 8.1, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.33654, 'center_rate': 0.32692, 'slap_rate': 0.33654, 'avg': 0.20926, 'obp': 0.28056, 'slg': 0.29583, 'player_id': 11129}, {'battingcard_id': 5127, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 5.7, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 14.9, 'lineout': 6.8, 'popout': 8.3, 'flyout_a': 1.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 18.5, 'groundout_c': 0.0, 'pull_rate': 0.28462, 'center_rate': 0.08718, 'slap_rate': 0.6282, 'avg': 0.31296, 'obp': 0.38333, 'slg': 0.61574, 'player_id': 11129}, {'battingcard_id': 5317, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.3, 'double_pull': 8.3, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 2.6, 'lineout': 0, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 18.05, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.8, 'groundout_a': 0.0, 'groundout_b': 42.4, 'groundout_c': 0.0, 'pull_rate': 0.23932, 'center_rate': 0.52137, 'slap_rate': 0.23931, 'avg': 0.28704, 'obp': 0.33981, 'slg': 0.44444, 'player_id': 11509}, {'battingcard_id': 5317, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.35, 'double_pull': 7.35, 'single_two': 3.75, 'single_one': 4.25, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 35.6, 'lineout': 8.85, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 8.35, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.2234, 'center_rate': 0.32447, 'slap_rate': 0.45213, 'avg': 0.29537, 'obp': 0.32546, 'slg': 0.41296, 'player_id': 11509}, {'battingcard_id': 5154, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 4.75, 'single_one': 0, 'single_center': 9.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 19.55, 'lineout': 12.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.3, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.25, 'groundout_a': 2.4, 'groundout_b': 20.95, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.29352, 'obp': 0.36713, 'slg': 0.43148, 'player_id': 11205}, {'battingcard_id': 5154, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.75, 'double_pull': 9.75, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.7, 'strikeout': 11.65, 'lineout': 0, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 2.25, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.26122, 'center_rate': 0.13469, 'slap_rate': 0.60409, 'avg': 0.36759, 'obp': 0.52222, 'slg': 0.53981, 'player_id': 11205}, {'battingcard_id': 4962, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 6.4, 'single_one': 9.6, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 1.4, 'lineout': 0, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 42.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2701, 'center_rate': 0.45981, 'slap_rate': 0.27009, 'avg': 0.32083, 'obp': 0.35556, 'slg': 0.36435, 'player_id': 10724}, {'battingcard_id': 4962, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 5.7, 'single_one': 8.2, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 7.25, 'lineout': 6.3, 'popout': 9.45, 'flyout_a': 0.0, 'flyout_bq': 9.85, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.2, 'groundout_a': 27.6, 'groundout_b': 9.2, 'groundout_c': 0.0, 'pull_rate': 0.22862, 'center_rate': 0.2352, 'slap_rate': 0.53618, 'avg': 0.28889, 'obp': 0.32361, 'slg': 0.35046, 'player_id': 10724}, {'battingcard_id': 4963, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 15.4, 'lineout': 0, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 25.7, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 2.2, 'groundout_b': 18.7, 'groundout_c': 0.0, 'pull_rate': 0.24419, 'center_rate': 0.51163, 'slap_rate': 0.24418, 'avg': 0.20139, 'obp': 0.28056, 'slg': 0.27778, 'player_id': 10725}, {'battingcard_id': 4963, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 5.1, 'single_one': 7.7, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 17.25, 'lineout': 3.75, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 2.4, 'groundout_b': 21.45, 'groundout_c': 0.0, 'pull_rate': 0.21244, 'center_rate': 0.22798, 'slap_rate': 0.55958, 'avg': 0.28611, 'obp': 0.38843, 'slg': 0.3375, 'player_id': 10725}, {'battingcard_id': 5342, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.25, 'double_pull': 7.25, 'single_two': 7.3, 'single_one': 8.8, 'single_center': 5.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.3, 'strikeout': 4.75, 'lineout': 1.9, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 18.65, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 6.65, 'groundout_c': 0.0, 'pull_rate': 0.30612, 'center_rate': 0.38776, 'slap_rate': 0.30612, 'avg': 0.3838, 'obp': 0.62731, 'slg': 0.48102, 'player_id': 11549}, {'battingcard_id': 5342, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 23.6, 'lineout': 5.7, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 7.3, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.19565, 'center_rate': 0.10326, 'slap_rate': 0.70109, 'avg': 0.19954, 'obp': 0.26019, 'slg': 0.23472, 'player_id': 11549}, {'battingcard_id': 5318, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.55, 'strikeout': 5.4, 'lineout': 13.05, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 29.45, 'flyout_lf_b': 5.1, 'flyout_rf_b': 4.75, 'groundout_a': 1.75, 'groundout_b': 15.9, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.55, 'slap_rate': 0.225, 'avg': 0.13472, 'obp': 0.28796, 'slg': 0.09722, 'player_id': 11510}, {'battingcard_id': 5318, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.25, 'single_one': 4.8, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 19.85, 'lineout': 12.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 36.05, 'groundout_c': 0.0, 'pull_rate': 0.2093, 'center_rate': 0.10233, 'slap_rate': 0.68837, 'avg': 0.19583, 'obp': 0.23194, 'slg': 0.21898, 'player_id': 11510}, {'battingcard_id': 4964, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 30.15, 'lineout': 3.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 38.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.1954, 'center_rate': 0.6092, 'slap_rate': 0.1954, 'avg': 0.13611, 'obp': 0.19167, 'slg': 0.14352, 'player_id': 10726}, {'battingcard_id': 4964, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 10.5, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.2, 'single_two': 7.4, 'single_one': 11.15, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.7, 'strikeout': 10.6, 'lineout': 9.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 5.9, 'groundout_b': 23.55, 'groundout_c': 0.0, 'pull_rate': 0.13586, 'center_rate': 0.11804, 'slap_rate': 0.7461, 'avg': 0.36111, 'obp': 0.46019, 'slg': 0.48657, 'player_id': 10726}, {'battingcard_id': 4965, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 14.3, 'strikeout': 12.85, 'lineout': 2.5, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 21.1, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.25, 'groundout_a': 5.9, 'groundout_b': 13.75, 'groundout_c': 0.0, 'pull_rate': 0.13636, 'center_rate': 0.68182, 'slap_rate': 0.18182, 'avg': 0.16389, 'obp': 0.36111, 'slg': 0.2287, 'player_id': 10727}, {'battingcard_id': 4965, 'vs_hand': 'R', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 23.25, 'lineout': 5.4, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 26.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22628, 'center_rate': 0.10949, 'slap_rate': 0.66423, 'avg': 0.23565, 'obp': 0.41528, 'slg': 0.35787, 'player_id': 10727}, {'battingcard_id': 4966, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.05, 'strikeout': 4.45, 'lineout': 0, 'popout': 9.6, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 28.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28947, 'center_rate': 0.42105, 'slap_rate': 0.28948, 'avg': 0.17176, 'obp': 0.45, 'slg': 0.19907, 'player_id': 10728}, {'battingcard_id': 4966, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.3, 'strikeout': 9.8, 'lineout': 7.6, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 9.75, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.1, 'groundout_a': 19.05, 'groundout_b': 8.15, 'groundout_c': 0.0, 'pull_rate': 0.25199, 'center_rate': 0.16976, 'slap_rate': 0.57825, 'avg': 0.23009, 'obp': 0.42731, 'slg': 0.2662, 'player_id': 10728}, {'battingcard_id': 5049, 'vs_hand': 'L', 'homerun': 15.35, 'bp_homerun': 10.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 4.75, 'single_two': 8.75, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.8, 'strikeout': 4.75, 'lineout': 0, 'popout': 11.7, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 6.7, 'groundout_b': 2.9, 'groundout_c': 0.0, 'pull_rate': 0.32298, 'center_rate': 0.35404, 'slap_rate': 0.32298, 'avg': 0.47824, 'obp': 0.65231, 'slg': 1.0875, 'player_id': 10960}, {'battingcard_id': 5049, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 13.95, 'lineout': 6.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.15, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 5.9, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.25743, 'center_rate': 0.11287, 'slap_rate': 0.6297, 'avg': 0.25139, 'obp': 0.41898, 'slg': 0.31111, 'player_id': 10960}, {'battingcard_id': 4967, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.05, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 11.9, 'lineout': 7.85, 'popout': 11.8, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 2.4, 'groundout_b': 21.65, 'groundout_c': 0.0, 'pull_rate': 0.29353, 'center_rate': 0.41294, 'slap_rate': 0.29353, 'avg': 0.3162, 'obp': 0.41389, 'slg': 0.4375, 'player_id': 10729}, {'battingcard_id': 4967, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 13.75, 'lineout': 0, 'popout': 9.45, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.75, 'groundout_a': 37.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20773, 'center_rate': 0.20048, 'slap_rate': 0.59179, 'avg': 0.19352, 'obp': 0.28889, 'slg': 0.32176, 'player_id': 10729}, {'battingcard_id': 4968, 'vs_hand': 'L', 'homerun': 6.55, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 6.6, 'lineout': 5.7, 'popout': 13.15, 'flyout_a': 1.0, 'flyout_bq': 9.35, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 34.95, 'groundout_c': 0.0, 'pull_rate': 0.26471, 'center_rate': 0.47059, 'slap_rate': 0.2647, 'avg': 0.27454, 'obp': 0.3162, 'slg': 0.58889, 'player_id': 10730}, {'battingcard_id': 4968, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.35, 'single_two': 3.2, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.15, 'strikeout': 16.45, 'lineout': 9.65, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 16.2, 'groundout_b': 8.75, 'groundout_c': 0.0, 'pull_rate': 0.23767, 'center_rate': 0.25112, 'slap_rate': 0.51121, 'avg': 0.28426, 'obp': 0.40602, 'slg': 0.4287, 'player_id': 10730}, {'battingcard_id': 4969, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.9, 'strikeout': 17.3, 'lineout': 4.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 42.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25792, 'center_rate': 0.48416, 'slap_rate': 0.25792, 'avg': 0.13148, 'obp': 0.26019, 'slg': 0.14907, 'player_id': 10731}, {'battingcard_id': 4969, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.6, 'single_one': 0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 19.75, 'strikeout': 15.25, 'lineout': 3.6, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 12.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.7, 'groundout_a': 18.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31397, 'center_rate': 0.19419, 'slap_rate': 0.49184, 'avg': 0.23981, 'obp': 0.45046, 'slg': 0.51667, 'player_id': 10731}, {'battingcard_id': 4970, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 20.8, 'lineout': 1.2, 'popout': 6.8, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 14.45, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.57895, 'slap_rate': 0.15789, 'avg': 0.2412, 'obp': 0.31157, 'slg': 0.39306, 'player_id': 10732}, {'battingcard_id': 4970, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.45, 'strikeout': 17.9, 'lineout': 3.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 16.9, 'groundout_b': 7.25, 'groundout_c': 0.0, 'pull_rate': 0.2561, 'center_rate': 0.26829, 'slap_rate': 0.47561, 'avg': 0.31157, 'obp': 0.44537, 'slg': 0.53148, 'player_id': 10732}, {'battingcard_id': 4971, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 13.45, 'lineout': 8.1, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 19.15, 'groundout_b': 8.2, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.25556, 'obp': 0.35602, 'slg': 0.30093, 'player_id': 10733}, {'battingcard_id': 4971, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.25, 'strikeout': 14.35, 'lineout': 1.4, 'popout': 11.85, 'flyout_a': 0.0, 'flyout_bq': 12.15, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.7, 'groundout_a': 24.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.11084, 'slap_rate': 0.60345, 'avg': 0.27176, 'obp': 0.36667, 'slg': 0.41019, 'player_id': 10733}, {'battingcard_id': 5128, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 35.35, 'strikeout': 21.55, 'lineout': 4.5, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 8.65, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 6.05, 'groundout_c': 0.0, 'pull_rate': 0.14815, 'center_rate': 0.48148, 'slap_rate': 0.37037, 'avg': 0.15046, 'obp': 0.53333, 'slg': 0.1875, 'player_id': 11130}, {'battingcard_id': 5128, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.95, 'strikeout': 12.9, 'lineout': 4.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 12.25, 'groundout_b': 14.95, 'groundout_c': 0.0, 'pull_rate': 0.23786, 'center_rate': 0.06311, 'slap_rate': 0.69903, 'avg': 0.27269, 'obp': 0.41111, 'slg': 0.39259, 'player_id': 11130}, {'battingcard_id': 5306, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 6.3, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.8, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 6.7, 'lineout': 4.25, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 47.7, 'groundout_c': 0.0, 'pull_rate': 0.26471, 'center_rate': 0.58824, 'slap_rate': 0.14705, 'avg': 0.17222, 'obp': 0.24722, 'slg': 0.37685, 'player_id': 11489}, {'battingcard_id': 5306, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 2.25, 'single_one': 3.25, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 20.95, 'lineout': 6.75, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 34.1, 'groundout_c': 0.0, 'pull_rate': 0.17308, 'center_rate': 0.05495, 'slap_rate': 0.77197, 'avg': 0.19769, 'obp': 0.25694, 'slg': 0.27407, 'player_id': 11489}, {'battingcard_id': 5319, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 16.7, 'lineout': 3.9, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 3.3, 'flyout_rf_b': 1.4, 'groundout_a': 1.65, 'groundout_b': 31.3, 'groundout_c': 0.0, 'pull_rate': 0.05, 'center_rate': 0.5, 'slap_rate': 0.45, 'avg': 0.20926, 'obp': 0.26389, 'slg': 0.26019, 'player_id': 11511}, {'battingcard_id': 5319, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 19.0, 'lineout': 11.5, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.2, 'groundout_a': 5.95, 'groundout_b': 23.9, 'groundout_c': 0.0, 'pull_rate': 0.21583, 'center_rate': 0.07194, 'slap_rate': 0.71223, 'avg': 0.17083, 'obp': 0.25787, 'slg': 0.19167, 'player_id': 11511}, {'battingcard_id': 5092, 'vs_hand': 'L', 'homerun': 8.8, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.25, 'strikeout': 13.55, 'lineout': 5.1, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 9.45, 'flyout_lf_b': 11.0, 'flyout_rf_b': 11.0, 'groundout_a': 3.8, 'groundout_b': 11.35, 'groundout_c': 0.0, 'pull_rate': 0.23256, 'center_rate': 0.53488, 'slap_rate': 0.23256, 'avg': 0.23241, 'obp': 0.37361, 'slg': 0.4838, 'player_id': 11056}, {'battingcard_id': 5092, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 2.5, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 26.9, 'lineout': 3.8, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 13.05, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.2, 'groundout_a': 12.35, 'groundout_b': 8.25, 'groundout_c': 0.0, 'pull_rate': 0.26582, 'center_rate': 0.87342, 'slap_rate': -0.13924, 'avg': 0.18796, 'obp': 0.34815, 'slg': 0.26435, 'player_id': 11056}, {'battingcard_id': 5175, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 7.7, 'single_one': 4.75, 'single_center': 10.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.0, 'strikeout': 24.75, 'lineout': 8.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 0.0, 'groundout_b': 10.55, 'groundout_c': 0.0, 'pull_rate': 0.25275, 'center_rate': 0.49451, 'slap_rate': 0.25274, 'avg': 0.4, 'obp': 0.47407, 'slg': 0.57546, 'player_id': 11250}, {'battingcard_id': 5175, 'vs_hand': 'R', 'homerun': 9.05, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 6.0, 'single_two': 6.6, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.7, 'strikeout': 11.6, 'lineout': 1.7, 'popout': 15.4, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.25, 'groundout_a': 4.75, 'groundout_b': 27.0, 'groundout_c': 0.0, 'pull_rate': 0.2987, 'center_rate': 0.1461, 'slap_rate': 0.5552, 'avg': 0.34491, 'obp': 0.36065, 'slg': 0.66944, 'player_id': 11250}, {'battingcard_id': 4972, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 1.25, 'double_pull': 1.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.05, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 8.9, 'lineout': 0, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 20.0, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.3, 'groundout_a': 2.25, 'groundout_b': 42.2, 'groundout_c': 0.0, 'pull_rate': 0.27391, 'center_rate': 0.45217, 'slap_rate': 0.27392, 'avg': 0.09907, 'obp': 0.21157, 'slg': 0.1662, 'player_id': 10734}, {'battingcard_id': 4972, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.1, 'strikeout': 21.9, 'lineout': 3.2, 'popout': 12.05, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 18.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25889, 'center_rate': 0.20553, 'slap_rate': 0.53558, 'avg': 0.2912, 'obp': 0.34769, 'slg': 0.50926, 'player_id': 10734}, {'battingcard_id': 5129, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 6.85, 'single_one': 10.3, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.6, 'strikeout': 11.45, 'lineout': 3.2, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 8.3, 'groundout_b': 10.1, 'groundout_c': 0.0, 'pull_rate': 0.2716, 'center_rate': 0.45679, 'slap_rate': 0.27161, 'avg': 0.39815, 'obp': 0.60741, 'slg': 0.52407, 'player_id': 11131}, {'battingcard_id': 5129, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 24.15, 'strikeout': 29.8, 'lineout': 2.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 10.5, 'groundout_c': 0.0, 'pull_rate': 0.22137, 'center_rate': 0.28244, 'slap_rate': 0.49619, 'avg': 0.27407, 'obp': 0.50694, 'slg': 0.36296, 'player_id': 11131}, {'battingcard_id': 5193, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 41.7, 'lineout': 3.4, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 16.8, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.63077, 'slap_rate': 0.13846, 'avg': 0.17917, 'obp': 0.21389, 'slg': 0.18611, 'player_id': 11295}, {'battingcard_id': 5193, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.9, 'strikeout': 15.05, 'lineout': 0, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 23.85, 'groundout_c': 0.0, 'pull_rate': 0.19758, 'center_rate': 0.08266, 'slap_rate': 0.71976, 'avg': 0.31111, 'obp': 0.4213, 'slg': 0.47593, 'player_id': 11295}, {'battingcard_id': 4973, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 31.7, 'lineout': 0, 'popout': 5.95, 'flyout_a': 0.0, 'flyout_bq': 12.75, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.6, 'groundout_a': 3.4, 'groundout_b': 30.25, 'groundout_c': 0.0, 'pull_rate': 0.09884, 'center_rate': 0.58721, 'slap_rate': 0.31395, 'avg': 0.15185, 'obp': 0.18194, 'slg': 0.1713, 'player_id': 10735}, {'battingcard_id': 4973, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.15, 'double_pull': 7.15, 'single_two': 3.25, 'single_one': 4.8, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 9.8, 'lineout': 11.3, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.7, 'groundout_a': 24.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23729, 'center_rate': 0.19021, 'slap_rate': 0.5725, 'avg': 0.30602, 'obp': 0.36759, 'slg': 0.45787, 'player_id': 10735}, {'battingcard_id': 5050, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.25, 'strikeout': 16.05, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 4.2, 'groundout_b': 36.75, 'groundout_c': 0.0, 'pull_rate': 0.2402, 'center_rate': 0.51961, 'slap_rate': 0.24019, 'avg': 0.1213, 'obp': 0.29028, 'slg': 0.13704, 'player_id': 10961}, {'battingcard_id': 5050, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 6.7, 'single_one': 10.1, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 9.4, 'lineout': 1.5, 'popout': 13.5, 'flyout_a': 0.0, 'flyout_bq': 8.05, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 27.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.18467, 'slap_rate': 0.57143, 'avg': 0.3375, 'obp': 0.4162, 'slg': 0.40648, 'player_id': 10961}, {'battingcard_id': 5130, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': 19.0, 'lineout': 0, 'popout': 10.4, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 31.1, 'groundout_c': 0.0, 'pull_rate': 0.15152, 'center_rate': 0.56061, 'slap_rate': 0.28787, 'avg': 0.21806, 'obp': 0.31157, 'slg': 0.26204, 'player_id': 11132}, {'battingcard_id': 5130, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.5, 'single_one': 6.35, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 7.35, 'lineout': 11.6, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 13.85, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.2, 'groundout_a': 30.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17828, 'center_rate': 0.15164, 'slap_rate': 0.67008, 'avg': 0.27361, 'obp': 0.36204, 'slg': 0.33981, 'player_id': 11132}, {'battingcard_id': 5155, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 5.95, 'lineout': 13.55, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 15.55, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 5.8, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.26296, 'obp': 0.30463, 'slg': 0.34907, 'player_id': 11206}, {'battingcard_id': 5155, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 19.05, 'lineout': 3.3, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 14.2, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.25, 'groundout_a': 33.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23611, 'center_rate': 0.04861, 'slap_rate': 0.71528, 'avg': 0.17778, 'obp': 0.23935, 'slg': 0.25833, 'player_id': 11206}, {'battingcard_id': 5131, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 26.8, 'lineout': 9.1, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.7, 'groundout_a': 1.2, 'groundout_b': 22.3, 'groundout_c': 0.0, 'pull_rate': 0.35227, 'center_rate': 0.29545, 'slap_rate': 0.35228, 'avg': 0.14213, 'obp': 0.30694, 'slg': 0.16157, 'player_id': 11133}, {'battingcard_id': 5131, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.2, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.8, 'strikeout': 17.1, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 22.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 5.1, 'groundout_a': 3.2, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.26368, 'center_rate': 0.12935, 'slap_rate': 0.60697, 'avg': 0.22407, 'obp': 0.34259, 'slg': 0.30463, 'player_id': 11133}, {'battingcard_id': 5051, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.25, 'double_pull': 10.25, 'single_two': 5.4, 'single_one': 0, 'single_center': 10.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.75, 'strikeout': 20.55, 'lineout': 2.5, 'popout': 22.15, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 13.3, 'groundout_c': 0.0, 'pull_rate': 0.25243, 'center_rate': 0.49515, 'slap_rate': 0.25242, 'avg': 0.37963, 'obp': 0.39583, 'slg': 0.5963, 'player_id': 10962}, {'battingcard_id': 5051, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 4.2, 'strikeout': 28.55, 'lineout': 12.9, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 25.55, 'groundout_c': 0.0, 'pull_rate': 0.21951, 'center_rate': 0.41463, 'slap_rate': 0.36586, 'avg': 0.11713, 'obp': 0.25787, 'slg': 0.1412, 'player_id': 10962}, {'battingcard_id': 5052, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 17.3, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 8.5, 'single_one': 12.75, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 18.7, 'lineout': 5.4, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 17.55, 'groundout_c': 0.0, 'pull_rate': 0.33974, 'center_rate': 0.48077, 'slap_rate': 0.17949, 'avg': 0.47269, 'obp': 0.49028, 'slg': 0.76157, 'player_id': 10963}, {'battingcard_id': 5052, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.85, 'strikeout': 19.25, 'lineout': 0, 'popout': 12.4, 'flyout_a': 0.0, 'flyout_bq': 11.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.4, 'groundout_a': 5.75, 'groundout_b': 17.25, 'groundout_c': 0.0, 'pull_rate': 0.27483, 'center_rate': 0.24834, 'slap_rate': 0.47683, 'avg': 0.22546, 'obp': 0.3537, 'slg': 0.32407, 'player_id': 10963}, {'battingcard_id': 5320, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.2, 'double_pull': 12.2, 'single_two': 0, 'single_one': 3.3, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 13.0, 'walk': 31.15, 'strikeout': 8.8, 'lineout': 0, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 0, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 8.3, 'groundout_c': 0.0, 'pull_rate': 0.34247, 'center_rate': 0.46575, 'slap_rate': 0.19178, 'avg': 0.32361, 'obp': 0.73241, 'slg': 0.49583, 'player_id': 11512}, {'battingcard_id': 5320, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 37.3, 'lineout': 5.7, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.7, 'groundout_a': 22.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31214, 'center_rate': 0.19653, 'slap_rate': 0.49133, 'avg': 0.12778, 'obp': 0.18843, 'slg': 0.16111, 'player_id': 11512}, {'battingcard_id': 5176, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.55, 'bp_single': 0.0, 'hbp': 0, 'walk': 29.45, 'strikeout': 36.1, 'lineout': 2.5, 'popout': 3.8, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 4.75, 'groundout_b': 6.9, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.02361, 'obp': 0.2963, 'slg': 0.02361, 'player_id': 11251}, {'battingcard_id': 5176, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 14.35, 'strikeout': 15.8, 'lineout': 9.0, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 16.2, 'flyout_lf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 1.5, 'groundout_b': 28.55, 'groundout_c': 0.0, 'pull_rate': 0.24581, 'center_rate': 0.03631, 'slap_rate': 0.71788, 'avg': 0.14954, 'obp': 0.28241, 'slg': 0.20556, 'player_id': 11251}, {'battingcard_id': 5194, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.2, 'double_pull': 9.25, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.5, 'strikeout': 12.4, 'lineout': 1.95, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 18.0, 'groundout_c': 0.0, 'pull_rate': 0.29012, 'center_rate': 0.41975, 'slap_rate': 0.29013, 'avg': 0.32685, 'obp': 0.58148, 'slg': 0.46759, 'player_id': 11296}, {'battingcard_id': 5194, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 7.5, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 6.85, 'lineout': 1.9, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 6.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 26.7, 'groundout_c': 0.0, 'pull_rate': 0.20946, 'center_rate': 0.45946, 'slap_rate': 0.33108, 'avg': 0.34074, 'obp': 0.51343, 'slg': 0.37269, 'player_id': 11296}, {'battingcard_id': 5177, 'vs_hand': 'L', 'homerun': 11.25, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.4, 'single_two': 11.8, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.75, 'strikeout': 9.65, 'lineout': 5.7, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 3.6, 'flyout_lf_b': 4.2, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 12.45, 'groundout_c': 0.0, 'pull_rate': 0.26804, 'center_rate': 0.46392, 'slap_rate': 0.26804, 'avg': 0.41991, 'obp': 0.61204, 'slg': 0.81944, 'player_id': 11252}, {'battingcard_id': 5177, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.9, 'double_pull': 8.85, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 16.5, 'lineout': 8.8, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 21.6, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.48913, 'slap_rate': 0.25, 'avg': 0.3, 'obp': 0.36759, 'slg': 0.42824, 'player_id': 11252}, {'battingcard_id': 5053, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 8.0, 'single_one': 12.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 7.3, 'lineout': 7.6, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 32.6, 'groundout_c': 0.0, 'pull_rate': 0.23671, 'center_rate': 0.52657, 'slap_rate': 0.23672, 'avg': 0.3588, 'obp': 0.4287, 'slg': 0.38611, 'player_id': 10964}, {'battingcard_id': 5053, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 5.95, 'double_pull': 5.95, 'single_two': 6.55, 'single_one': 5.9, 'single_center': 7.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 10.85, 'lineout': 4.2, 'popout': 7.45, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 27.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27368, 'center_rate': 0.22947, 'slap_rate': 0.49685, 'avg': 0.35093, 'obp': 0.47593, 'slg': 0.46898, 'player_id': 10964}, {'battingcard_id': 5156, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 5.65, 'lineout': 2.75, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 21.65, 'flyout_lf_b': 4.5, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 32.45, 'groundout_c': 0.0, 'pull_rate': 0.16216, 'center_rate': 0.48649, 'slap_rate': 0.35135, 'avg': 0.18241, 'obp': 0.27963, 'slg': 0.22731, 'player_id': 11207}, {'battingcard_id': 5156, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 4.2, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.6, 'strikeout': 8.25, 'lineout': 9.35, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 15.8, 'flyout_lf_b': 4.2, 'flyout_rf_b': 1.1, 'groundout_a': 2.4, 'groundout_b': 21.0, 'groundout_c': 0.0, 'pull_rate': 0.21483, 'center_rate': 0.04604, 'slap_rate': 0.73913, 'avg': 0.25972, 'obp': 0.36713, 'slg': 0.33009, 'player_id': 11207}, {'battingcard_id': 4974, 'vs_hand': 'L', 'homerun': 5.95, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 5.7, 'single_one': 8.6, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 19.85, 'lineout': 8.1, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 7.0, 'groundout_b': 12.95, 'groundout_c': 0.0, 'pull_rate': 0.30483, 'center_rate': 0.39033, 'slap_rate': 0.30484, 'avg': 0.34213, 'obp': 0.39954, 'slg': 0.53611, 'player_id': 10736}, {'battingcard_id': 4974, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 13.85, 'lineout': 4.2, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 29.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18337, 'center_rate': 0.22388, 'slap_rate': 0.59275, 'avg': 0.27176, 'obp': 0.38889, 'slg': 0.46574, 'player_id': 10736}, {'battingcard_id': 5054, 'vs_hand': 'L', 'homerun': 10.15, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 9.85, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.7, 'strikeout': 14.7, 'lineout': 8.75, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 9.75, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.25, 'groundout_a': 0, 'groundout_b': 11.45, 'groundout_c': 0.0, 'pull_rate': 0.175, 'center_rate': 0.65, 'slap_rate': 0.175, 'avg': 0.33287, 'obp': 0.46898, 'slg': 0.7037, 'player_id': 10965}, {'battingcard_id': 5054, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 13.0, 'strikeout': 24.9, 'lineout': 6.65, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 0, 'flyout_rf_b': 2.25, 'groundout_a': 11.85, 'groundout_b': 0.6, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.208, 'slap_rate': 0.52533, 'avg': 0.31852, 'obp': 0.49444, 'slg': 0.53704, 'player_id': 10965}, {'battingcard_id': 5157, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 18.45, 'lineout': 4.2, 'popout': 15.75, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.2, 'groundout_a': 3.75, 'groundout_b': 20.6, 'groundout_c': 0.0, 'pull_rate': 0.14706, 'center_rate': 0.52941, 'slap_rate': 0.32353, 'avg': 0.18241, 'obp': 0.31574, 'slg': 0.22222, 'player_id': 11208}, {'battingcard_id': 5157, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.65, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 10.95, 'lineout': 8.7, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 28.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27318, 'center_rate': 0.04511, 'slap_rate': 0.68171, 'avg': 0.32454, 'obp': 0.40046, 'slg': 0.48472, 'player_id': 11208}, {'battingcard_id': 5158, 'vs_hand': 'L', 'homerun': 10.35, 'bp_homerun': 7.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 12.8, 'lineout': 1.6, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 6.45, 'flyout_lf_b': 7.5, 'flyout_rf_b': 7.5, 'groundout_a': 12.35, 'groundout_b': 22.95, 'groundout_c': 0.0, 'pull_rate': 0.19318, 'center_rate': 0.61364, 'slap_rate': 0.19318, 'avg': 0.23519, 'obp': 0.28796, 'slg': 0.62083, 'player_id': 11209}, {'battingcard_id': 5158, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.9, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.15, 'strikeout': 13.05, 'lineout': 0, 'popout': 9.8, 'flyout_a': 0.0, 'flyout_bq': 12.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.55, 'groundout_a': 11.75, 'groundout_b': 17.6, 'groundout_c': 0.0, 'pull_rate': 0.32685, 'center_rate': 0.10506, 'slap_rate': 0.56809, 'avg': 0.25787, 'obp': 0.36111, 'slg': 0.33935, 'player_id': 11209}, {'battingcard_id': 5178, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 6.35, 'strikeout': 38.4, 'lineout': 4.5, 'popout': 8.0, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 0.0, 'flyout_rf_b': 3.4, 'groundout_a': 0.0, 'groundout_b': 12.55, 'groundout_c': 0.0, 'pull_rate': 0.57692, 'center_rate': 0.42308, 'slap_rate': 0.0, 'avg': 0.17315, 'obp': 0.2875, 'slg': 0.2787, 'player_id': 11253}, {'battingcard_id': 5178, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 30.1, 'lineout': 8.3, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.05, 'groundout_a': 1.9, 'groundout_b': 16.2, 'groundout_c': 0.0, 'pull_rate': 0.2492, 'center_rate': 0.03514, 'slap_rate': 0.71566, 'avg': 0.23657, 'obp': 0.32315, 'slg': 0.33426, 'player_id': 11253}, {'battingcard_id': 5055, 'vs_hand': 'L', 'homerun': 7.55, 'bp_homerun': 5.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 5.75, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 14.0, 'lineout': 2.4, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 5.7, 'flyout_rf_b': 5.4, 'groundout_a': 0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.30455, 'center_rate': 0.39091, 'slap_rate': 0.30454, 'avg': 0.31481, 'obp': 0.47315, 'slg': 0.66111, 'player_id': 10966}, {'battingcard_id': 5055, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 4.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 16.75, 'lineout': 6.25, 'popout': 1.6, 'flyout_a': 1.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.3, 'groundout_a': 7.8, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.31597, 'center_rate': 0.14454, 'slap_rate': 0.53949, 'avg': 0.22315, 'obp': 0.28889, 'slg': 0.41759, 'player_id': 10966}, {'battingcard_id': 5159, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.8, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 0, 'single_one': 2.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.2, 'strikeout': 24.85, 'lineout': 4.2, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.25, 'groundout_a': 1.5, 'groundout_b': 27.55, 'groundout_c': 0.0, 'pull_rate': 0.27368, 'center_rate': 0.58947, 'slap_rate': 0.13685, 'avg': 0.22037, 'obp': 0.28704, 'slg': 0.35185, 'player_id': 11210}, {'battingcard_id': 5159, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 24.35, 'lineout': 13.4, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 6.85, 'flyout_lf_b': 1.6, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.4, 'groundout_c': 0.0, 'pull_rate': 0.2197, 'center_rate': 0.21212, 'slap_rate': 0.56818, 'avg': 0.26944, 'obp': 0.35093, 'slg': 0.36296, 'player_id': 11210}, {'battingcard_id': 5093, 'vs_hand': 'L', 'homerun': 6.75, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.6, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 13.9, 'lineout': 11.7, 'popout': 11.7, 'flyout_a': 1.0, 'flyout_bq': 12.6, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.7, 'groundout_a': 0.0, 'groundout_b': 12.6, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.6, 'slap_rate': 0.2, 'avg': 0.23981, 'obp': 0.35741, 'slg': 0.51898, 'player_id': 11057}, {'battingcard_id': 5093, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 31.85, 'lineout': 2.2, 'popout': 12.1, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.5, 'groundout_a': 5.4, 'groundout_b': 12.05, 'groundout_c': 0.0, 'pull_rate': 0.23333, 'center_rate': 0.675, 'slap_rate': 0.09167, 'avg': 0.21944, 'obp': 0.28426, 'slg': 0.29352, 'player_id': 11057}, {'battingcard_id': 5160, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 6.55, 'single_one': 9.85, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 9.6, 'lineout': 9.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.95, 'groundout_b': 36.85, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.33102, 'obp': 0.35648, 'slg': 0.39907, 'player_id': 11211}, {'battingcard_id': 5160, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.1, 'strikeout': 26.75, 'lineout': 6.3, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 29.2, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 1.08571, 'slap_rate': -0.31428, 'avg': 0.15463, 'obp': 0.21111, 'slg': 0.20463, 'player_id': 11211}, {'battingcard_id': 5161, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 32.15, 'lineout': 14.45, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.7, 'groundout_a': 1.2, 'groundout_b': 22.8, 'groundout_c': 0.0, 'pull_rate': 0.2561, 'center_rate': 0.4878, 'slap_rate': 0.2561, 'avg': 0.1713, 'obp': 0.20741, 'slg': 0.21157, 'player_id': 11212}, {'battingcard_id': 5161, 'vs_hand': 'R', 'homerun': 3.2, 'bp_homerun': 2.0, 'triple': 5.1, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 19.35, 'lineout': 15.85, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 25.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24658, 'center_rate': 0.13699, 'slap_rate': 0.61643, 'avg': 0.23843, 'obp': 0.30602, 'slg': 0.50139, 'player_id': 11212}, {'battingcard_id': 5300, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.8, 'double_pull': 9.8, 'single_two': 8.2, 'single_one': 12.25, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 12.55, 'lineout': 12.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 18.2, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.45602, 'obp': 0.55, 'slg': 0.57685, 'player_id': 11480}, {'battingcard_id': 5300, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.5, 'strikeout': 16.65, 'lineout': 5.4, 'popout': 12.05, 'flyout_a': 0.0, 'flyout_bq': 6.6, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 32.35, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.58537, 'slap_rate': 0.17073, 'avg': 0.1963, 'obp': 0.30278, 'slg': 0.28796, 'player_id': 11480}, {'battingcard_id': 4975, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 8.45, 'lineout': 6.0, 'popout': 11.2, 'flyout_a': 0.0, 'flyout_bq': 8.1, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.65, 'groundout_a': 15.5, 'groundout_b': 10.35, 'groundout_c': 0.0, 'pull_rate': 0.3375, 'center_rate': 0.53125, 'slap_rate': 0.13125, 'avg': 0.26435, 'obp': 0.42269, 'slg': 0.33148, 'player_id': 10737}, {'battingcard_id': 4975, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.2, 'double_pull': 9.2, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.2, 'strikeout': 4.75, 'lineout': 1.5, 'popout': 8.2, 'flyout_a': 1.0, 'flyout_bq': 7.85, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 18.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28605, 'center_rate': 0.20095, 'slap_rate': 0.513, 'avg': 0.35046, 'obp': 0.60231, 'slg': 0.61111, 'player_id': 10737}, {'battingcard_id': 4976, 'vs_hand': 'L', 'homerun': 7.25, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 6.35, 'single_one': 5.7, 'single_center': 7.0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 18.85, 'lineout': 9.45, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 5.9, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.3713, 'obp': 0.53472, 'slg': 0.63704, 'player_id': 10738}, {'battingcard_id': 4976, 'vs_hand': 'R', 'homerun': 8.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.4, 'single_two': 5.7, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 15.65, 'lineout': 6.25, 'popout': 4.25, 'flyout_a': 1.0, 'flyout_bq': 6.05, 'flyout_lf_b': 3.5, 'flyout_rf_b': 8.25, 'groundout_a': 24.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23906, 'center_rate': 0.11111, 'slap_rate': 0.64983, 'avg': 0.27685, 'obp': 0.35833, 'slg': 0.54352, 'player_id': 10738}, {'battingcard_id': 5132, 'vs_hand': 'L', 'homerun': 2.75, 'bp_homerun': 2.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 1.2, 'single_two': 0, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.85, 'strikeout': 27.45, 'lineout': 2.25, 'popout': 12.6, 'flyout_a': 0.0, 'flyout_bq': 3.6, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 1.4, 'groundout_b': 26.2, 'groundout_c': 0.0, 'pull_rate': 0.29143, 'center_rate': 0.41714, 'slap_rate': 0.29143, 'avg': 0.15231, 'obp': 0.30833, 'slg': 0.29676, 'player_id': 11134}, {'battingcard_id': 5132, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.9, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 24.55, 'lineout': 5.9, 'popout': 8.9, 'flyout_a': 0.0, 'flyout_bq': 6.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 18.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.22812, 'slap_rate': 0.55313, 'avg': 0.25509, 'obp': 0.39167, 'slg': 0.35509, 'player_id': 11134}, {'battingcard_id': 4977, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 13.25, 'strikeout': 11.75, 'lineout': 5.4, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 18.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 11.8, 'groundout_c': 0.0, 'pull_rate': 0.26364, 'center_rate': 0.47273, 'slap_rate': 0.26363, 'avg': 0.19259, 'obp': 0.38935, 'slg': 0.25741, 'player_id': 10739}, {'battingcard_id': 4977, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 2.55, 'single_one': 2.4, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.5, 'strikeout': 19.3, 'lineout': 1.9, 'popout': 7.45, 'flyout_a': 0.0, 'flyout_bq': 15.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 5.7, 'groundout_b': 22.4, 'groundout_c': 0.0, 'pull_rate': 0.28254, 'center_rate': 0.16508, 'slap_rate': 0.55238, 'avg': 0.18056, 'obp': 0.28704, 'slg': 0.22176, 'player_id': 10739}, {'battingcard_id': 5094, 'vs_hand': 'L', 'homerun': 2.75, 'bp_homerun': 2.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 0, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.75, 'strikeout': 70.6, 'lineout': 0, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 7.85, 'groundout_c': 0.0, 'pull_rate': 0.23684, 'center_rate': 0.52632, 'slap_rate': 0.23684, 'avg': 0.15972, 'obp': 0.19444, 'slg': 0.30648, 'player_id': 11058}, {'battingcard_id': 5094, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 5.8, 'single_one': 8.7, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.75, 'strikeout': 21.65, 'lineout': 6.7, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 20.75, 'groundout_c': 0.0, 'pull_rate': 0.29949, 'center_rate': 0.05076, 'slap_rate': 0.64975, 'avg': 0.34676, 'obp': 0.41852, 'slg': 0.55972, 'player_id': 11058}, {'battingcard_id': 4978, 'vs_hand': 'L', 'homerun': 1.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 12.4, 'lineout': 6.1, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 30.5, 'groundout_c': 0.0, 'pull_rate': 0.2521, 'center_rate': 0.4958, 'slap_rate': 0.2521, 'avg': 0.2787, 'obp': 0.34167, 'slg': 0.34815, 'player_id': 10740}, {'battingcard_id': 4978, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 20.85, 'lineout': 7.45, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.5, 'groundout_a': 39.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25359, 'center_rate': 0.2823, 'slap_rate': 0.46411, 'avg': 0.13333, 'obp': 0.1963, 'slg': 0.16389, 'player_id': 10740}, {'battingcard_id': 4979, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 28.6, 'strikeout': 7.45, 'lineout': 2.7, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.4, 'groundout_a': 7.4, 'groundout_b': 22.25, 'groundout_c': 0.0, 'pull_rate': 0.15278, 'center_rate': 0.61111, 'slap_rate': 0.23611, 'avg': 0.19907, 'obp': 0.47315, 'slg': 0.22037, 'player_id': 10741}, {'battingcard_id': 4979, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 6.25, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.3, 'strikeout': 7.2, 'lineout': 15.95, 'popout': 1.75, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 2.75, 'flyout_rf_b': 0, 'groundout_a': 17.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19862, 'center_rate': 0.15199, 'slap_rate': 0.64939, 'avg': 0.33657, 'obp': 0.47824, 'slg': 0.41759, 'player_id': 10741}, {'battingcard_id': 5343, 'vs_hand': 'L', 'homerun': 12.85, 'bp_homerun': 9.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.7, 'single_two': 10.5, 'single_one': 3.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.2, 'strikeout': 6.15, 'lineout': 3.2, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 4.8, 'flyout_lf_b': 5.7, 'flyout_rf_b': 5.7, 'groundout_a': 0, 'groundout_b': 6.65, 'groundout_c': 0.0, 'pull_rate': 0.15686, 'center_rate': 0.68627, 'slap_rate': 0.15687, 'avg': 0.48009, 'obp': 0.65787, 'slg': 0.99444, 'player_id': 11550}, {'battingcard_id': 5343, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.3, 'double_pull': 11.25, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 34.85, 'lineout': 5.7, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.31469, 'center_rate': 0.24476, 'slap_rate': 0.44055, 'avg': 0.39815, 'obp': 0.42361, 'slg': 0.5713, 'player_id': 11550}, {'battingcard_id': 4980, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.5, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 20.0, 'lineout': 1.5, 'popout': 1.75, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 18.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25773, 'center_rate': 0.61856, 'slap_rate': 0.12371, 'avg': 0.36157, 'obp': 0.54815, 'slg': 0.40972, 'player_id': 10742}, {'battingcard_id': 4980, 'vs_hand': 'R', 'homerun': 8.5, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.45, 'strikeout': 20.6, 'lineout': 5.1, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 7.9, 'flyout_rf_b': 4.5, 'groundout_a': 3.2, 'groundout_b': 11.45, 'groundout_c': 0.0, 'pull_rate': 0.28643, 'center_rate': 0.15075, 'slap_rate': 0.56282, 'avg': 0.24259, 'obp': 0.42269, 'slg': 0.50463, 'player_id': 10742}, {'battingcard_id': 4981, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 10.0, 'walk': 4.5, 'strikeout': 3.05, 'lineout': 16.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 4.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 39.35, 'groundout_c': 0.0, 'pull_rate': 0.17668, 'center_rate': 0.55124, 'slap_rate': 0.27208, 'avg': 0.25926, 'obp': 0.39352, 'slg': 0.37454, 'player_id': 10743}, {'battingcard_id': 4981, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 6.05, 'single_one': 9.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.15, 'strikeout': 6.2, 'lineout': 4.75, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.65, 'groundout_a': 6.0, 'groundout_b': 14.0, 'groundout_c': 0.0, 'pull_rate': 0.31456, 'center_rate': 0.30291, 'slap_rate': 0.38253, 'avg': 0.36204, 'obp': 0.50231, 'slg': 0.4963, 'player_id': 10743}, {'battingcard_id': 4982, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 5.4, 'single_one': 4.75, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.8, 'strikeout': 7.7, 'lineout': 8.3, 'popout': 10.1, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 17.95, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.30796, 'center_rate': 0.38408, 'slap_rate': 0.30796, 'avg': 0.31944, 'obp': 0.43796, 'slg': 0.43241, 'player_id': 10744}, {'battingcard_id': 4982, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 4.2, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.55, 'strikeout': 10.5, 'lineout': 6.3, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.25, 'groundout_a': 26.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22984, 'center_rate': 0.22379, 'slap_rate': 0.54637, 'avg': 0.26481, 'obp': 0.39028, 'slg': 0.35231, 'player_id': 10744}, {'battingcard_id': 5056, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.6, 'double_pull': 11.55, 'single_two': 6.45, 'single_one': 0, 'single_center': 12.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 4.25, 'lineout': 2.7, 'popout': 14.55, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 2.2, 'groundout_b': 18.85, 'groundout_c': 0.0, 'pull_rate': 0.19171, 'center_rate': 0.61658, 'slap_rate': 0.19171, 'avg': 0.44954, 'obp': 0.54352, 'slg': 0.71065, 'player_id': 10967}, {'battingcard_id': 5056, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 5.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 8.15, 'lineout': 9.65, 'popout': 11.75, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 26.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15854, 'center_rate': 0.3628, 'slap_rate': 0.47866, 'avg': 0.26713, 'obp': 0.40602, 'slg': 0.3213, 'player_id': 10967}, {'battingcard_id': 4983, 'vs_hand': 'L', 'homerun': 7.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 7.55, 'single_one': 0, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.8, 'strikeout': 25.65, 'lineout': 13.7, 'popout': 1.6, 'flyout_a': 1.0, 'flyout_bq': 10.0, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 12.45, 'groundout_c': 0.0, 'pull_rate': 0.23295, 'center_rate': 0.48295, 'slap_rate': 0.2841, 'avg': 0.30278, 'obp': 0.36574, 'slg': 0.63333, 'player_id': 10745}, {'battingcard_id': 4983, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.1, 'strikeout': 13.75, 'lineout': 11.0, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.95, 'groundout_a': 12.85, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.35973, 'center_rate': 0.19231, 'slap_rate': 0.44796, 'avg': 0.18519, 'obp': 0.33426, 'slg': 0.25, 'player_id': 10745}, {'battingcard_id': 4984, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 3.55, 'lineout': 8.4, 'popout': 10.25, 'flyout_a': 0.0, 'flyout_bq': 17.15, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.55, 'groundout_a': 1.75, 'groundout_b': 32.95, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.20833, 'obp': 0.26111, 'slg': 0.27407, 'player_id': 10746}, {'battingcard_id': 4984, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 12.85, 'lineout': 14.05, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 9.75, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.2, 'groundout_a': 36.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23023, 'center_rate': 0.18605, 'slap_rate': 0.58372, 'avg': 0.2, 'obp': 0.27917, 'slg': 0.27407, 'player_id': 10746}, {'battingcard_id': 5293, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.95, 'strikeout': 9.75, 'lineout': 0, 'popout': 14.95, 'flyout_a': 0.0, 'flyout_bq': 16.05, 'flyout_lf_b': 3.25, 'flyout_rf_b': 2.2, 'groundout_a': 19.2, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.03704, 'center_rate': 0.7037, 'slap_rate': 0.25926, 'avg': 0.16574, 'obp': 0.24861, 'slg': 0.17361, 'player_id': 11455}, {'battingcard_id': 5293, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 5.7, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 12.1, 'lineout': 5.1, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 8.65, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 32.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.06884, 'slap_rate': 0.68116, 'avg': 0.29815, 'obp': 0.35417, 'slg': 0.36481, 'player_id': 11455}, {'battingcard_id': 5307, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 0, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 10.1, 'lineout': 3.75, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 15.9, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 14.8, 'groundout_b': 22.2, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.53846, 'slap_rate': 0.23077, 'avg': 0.18935, 'obp': 0.25231, 'slg': 0.31065, 'player_id': 11490}, {'battingcard_id': 5307, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.15, 'strikeout': 19.1, 'lineout': 7.65, 'popout': 9.4, 'flyout_a': 0.0, 'flyout_bq': 17.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 4.25, 'groundout_a': 1.35, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.19394, 'center_rate': 0.12727, 'slap_rate': 0.67879, 'avg': 0.14954, 'obp': 0.21574, 'slg': 0.23472, 'player_id': 11490}, {'battingcard_id': 5095, 'vs_hand': 'L', 'homerun': 8.95, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 11.25, 'single_two': 7.1, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 4.8, 'lineout': 5.7, 'popout': 8.3, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.20149, 'center_rate': 0.59701, 'slap_rate': 0.2015, 'avg': 0.41435, 'obp': 0.54306, 'slg': 0.73611, 'player_id': 11059}, {'battingcard_id': 5095, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 0, 'single_one': 2.8, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 8.4, 'lineout': 15.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 20.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.75, 'groundout_a': 3.2, 'groundout_b': 27.6, 'groundout_c': 0.0, 'pull_rate': 0.18539, 'center_rate': 0.44944, 'slap_rate': 0.36517, 'avg': 0.16389, 'obp': 0.18611, 'slg': 0.2, 'player_id': 11059}, {'battingcard_id': 5096, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 5.95, 'single_one': 8.95, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 7.7, 'lineout': 5.1, 'popout': 9.35, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 33.65, 'groundout_c': 0.0, 'pull_rate': 0.22152, 'center_rate': 0.55696, 'slap_rate': 0.22152, 'avg': 0.28657, 'obp': 0.43333, 'slg': 0.32778, 'player_id': 11060}, {'battingcard_id': 5096, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 10.9, 'lineout': 7.2, 'popout': 7.2, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.7, 'groundout_a': 12.95, 'groundout_b': 30.2, 'groundout_c': 0.0, 'pull_rate': 0.23113, 'center_rate': 0.41509, 'slap_rate': 0.35378, 'avg': 0.07917, 'obp': 0.1875, 'slg': 0.03148, 'player_id': 11060}, {'battingcard_id': 4985, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 3.2, 'single_one': 3.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 27.05, 'lineout': 8.3, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 2.7, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.29213, 'center_rate': 0.41573, 'slap_rate': 0.29214, 'avg': 0.19352, 'obp': 0.32685, 'slg': 0.24167, 'player_id': 10747}, {'battingcard_id': 4985, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.0, 'strikeout': 19.7, 'lineout': 2.2, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 17.1, 'flyout_lf_b': 3.6, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.31022, 'center_rate': 0.13504, 'slap_rate': 0.55474, 'avg': 0.19074, 'obp': 0.34815, 'slg': 0.29722, 'player_id': 10747}, {'battingcard_id': 4986, 'vs_hand': 'L', 'homerun': 9.6, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 7.1, 'single_one': 0.0, 'single_center': 3.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 13.1, 'lineout': 13.55, 'popout': 3.4, 'flyout_a': 1.0, 'flyout_bq': 6.65, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.4, 'groundout_a': 0.0, 'groundout_b': 15.15, 'groundout_c': 10.25, 'pull_rate': 0.27206, 'center_rate': 0.45588, 'slap_rate': 0.27206, 'avg': 0.28981, 'obp': 0.31574, 'slg': 0.65463, 'player_id': 10748}, {'battingcard_id': 4986, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.95, 'single_two': 2.55, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.75, 'strikeout': 26.25, 'lineout': 12.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 5.1, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.18845, 'slap_rate': 0.52584, 'avg': 0.23611, 'obp': 0.27083, 'slg': 0.325, 'player_id': 10748}, {'battingcard_id': 4987, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 10.75, 'lineout': 3.6, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 16.95, 'flyout_lf_b': 3.25, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 44.55, 'groundout_c': 0.0, 'pull_rate': 0.22267, 'center_rate': 0.42105, 'slap_rate': 0.35628, 'avg': 0.12361, 'obp': 0.2037, 'slg': 0.08704, 'player_id': 10749}, {'battingcard_id': 4987, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 9.25, 'lineout': 2.25, 'popout': 8.75, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.2, 'groundout_a': 33.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18317, 'center_rate': 0.17162, 'slap_rate': 0.64521, 'avg': 0.29259, 'obp': 0.33194, 'slg': 0.38241, 'player_id': 10749}, {'battingcard_id': 4988, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.8, 'strikeout': 21.8, 'lineout': 4.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 8.7, 'groundout_b': 34.75, 'groundout_c': 0.0, 'pull_rate': 0.20312, 'center_rate': 0.60938, 'slap_rate': 0.1875, 'avg': 0.1463, 'obp': 0.20926, 'slg': 0.16759, 'player_id': 10750}, {'battingcard_id': 4988, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 17.55, 'lineout': 8.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.7, 'groundout_a': 27.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34824, 'center_rate': 0.09176, 'slap_rate': 0.56, 'avg': 0.2412, 'obp': 0.32083, 'slg': 0.31343, 'player_id': 10750}, {'battingcard_id': 4989, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.95, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 19.05, 'lineout': 5.1, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 35.85, 'groundout_c': 0.0, 'pull_rate': 0.21992, 'center_rate': 0.56017, 'slap_rate': 0.21991, 'avg': 0.26389, 'obp': 0.30324, 'slg': 0.39491, 'player_id': 10751}, {'battingcard_id': 4989, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.1, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 6.9, 'strikeout': 4.8, 'lineout': 9.5, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 13.85, 'flyout_lf_b': 1.75, 'flyout_rf_b': 3.2, 'groundout_a': 6.05, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.26, 'center_rate': 0.24545, 'slap_rate': 0.49455, 'avg': 0.30185, 'obp': 0.46759, 'slg': 0.39028, 'player_id': 10751}, {'battingcard_id': 4990, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 18.25, 'single_two': 3.8, 'single_one': 0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 19.3, 'lineout': 3.75, 'popout': 11.3, 'flyout_a': 1.0, 'flyout_bq': 2.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 2.25, 'groundout_b': 12.8, 'groundout_c': 0.0, 'pull_rate': 0.34123, 'center_rate': 0.31754, 'slap_rate': 0.34123, 'avg': 0.35324, 'obp': 0.44861, 'slg': 0.55833, 'player_id': 10752}, {'battingcard_id': 4990, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 2.5, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.8, 'strikeout': 17.35, 'lineout': 3.75, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 18.65, 'flyout_lf_b': 2.25, 'flyout_rf_b': 4.2, 'groundout_a': 27.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29443, 'center_rate': 0.11672, 'slap_rate': 0.58885, 'avg': 0.21019, 'obp': 0.26389, 'slg': 0.31204, 'player_id': 10752}, {'battingcard_id': 4991, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.3, 'double_pull': 10.3, 'single_two': 4.25, 'single_one': 5.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.2, 'strikeout': 12.15, 'lineout': 3.75, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.32753, 'center_rate': 0.34495, 'slap_rate': 0.32752, 'avg': 0.36528, 'obp': 0.50602, 'slg': 0.53148, 'player_id': 10753}, {'battingcard_id': 4991, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.55, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 5.4, 'strikeout': 14.45, 'lineout': 4.5, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.6, 'groundout_a': 1.65, 'groundout_b': 31.1, 'groundout_c': 0.0, 'pull_rate': 0.27476, 'center_rate': 0.31629, 'slap_rate': 0.40895, 'avg': 0.23611, 'obp': 0.36019, 'slg': 0.31111, 'player_id': 10753}, {'battingcard_id': 5308, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 10.1, 'single_one': 15.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.45, 'strikeout': 11.25, 'lineout': 0, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 33.15, 'groundout_c': 0.0, 'pull_rate': 0.33824, 'center_rate': 0.32353, 'slap_rate': 0.33823, 'avg': 0.43657, 'obp': 0.51481, 'slg': 0.47593, 'player_id': 11491}, {'battingcard_id': 5308, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 6.15, 'double_pull': 6.15, 'single_two': 4.5, 'single_one': 6.6, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.0, 'strikeout': 7.1, 'lineout': 6.6, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 16.9, 'flyout_lf_b': 4.2, 'flyout_rf_b': 1.5, 'groundout_a': 4.8, 'groundout_b': 14.5, 'groundout_c': 0.0, 'pull_rate': 0.25413, 'center_rate': 0.07261, 'slap_rate': 0.67326, 'avg': 0.34028, 'obp': 0.46991, 'slg': 0.50787, 'player_id': 11491}, {'battingcard_id': 5097, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 23.45, 'strikeout': 17.2, 'lineout': 4.75, 'popout': 8.5, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 30.95, 'groundout_c': 0.0, 'pull_rate': 0.20238, 'center_rate': 0.59524, 'slap_rate': 0.20238, 'avg': 0.07685, 'obp': 0.29398, 'slg': 0.07593, 'player_id': 11061}, {'battingcard_id': 5097, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 7.4, 'strikeout': 18.8, 'lineout': 8.5, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.4, 'groundout_a': 12.75, 'groundout_b': 15.55, 'groundout_c': 0.0, 'pull_rate': 0.14474, 'center_rate': 0.2193, 'slap_rate': 0.63596, 'avg': 0.21065, 'obp': 0.32546, 'slg': 0.29491, 'player_id': 11061}, {'battingcard_id': 5344, 'vs_hand': 'L', 'homerun': 5.8, 'bp_homerun': 4.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.25, 'single_two': 2.5, 'single_one': 0, 'single_center': 1.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 14.45, 'lineout': 0, 'popout': 1.9, 'flyout_a': 1.0, 'flyout_bq': 6.8, 'flyout_lf_b': 7.95, 'flyout_rf_b': 7.95, 'groundout_a': 0, 'groundout_b': 20.2, 'groundout_c': 13.5, 'pull_rate': 0.32474, 'center_rate': 0.35052, 'slap_rate': 0.32474, 'avg': 0.22593, 'obp': 0.31713, 'slg': 0.46991, 'player_id': 11551}, {'battingcard_id': 5344, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 0.0, 'single_center': 6.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 23.15, 'lineout': 14.9, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 34.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15753, 'center_rate': 0.46575, 'slap_rate': 0.37672, 'avg': 0.18843, 'obp': 0.2037, 'slg': 0.24398, 'player_id': 11551}, {'battingcard_id': 5098, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.3, 'double_pull': 9.3, 'single_two': 4.2, 'single_one': 3.6, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 24.05, 'lineout': 8.85, 'popout': 7.2, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 0, 'groundout_b': 19.6, 'groundout_c': 0.0, 'pull_rate': 0.29915, 'center_rate': 0.40171, 'slap_rate': 0.29914, 'avg': 0.35093, 'obp': 0.36389, 'slg': 0.52407, 'player_id': 11062}, {'battingcard_id': 5098, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 22.9, 'lineout': 3.2, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 0, 'flyout_rf_b': 3.25, 'groundout_a': 6.5, 'groundout_b': 26.0, 'groundout_c': 0.0, 'pull_rate': 0.20084, 'center_rate': 0.19665, 'slap_rate': 0.60251, 'avg': 0.26806, 'obp': 0.31528, 'slg': 0.37639, 'player_id': 11062}, {'battingcard_id': 5133, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.25, 'strikeout': 15.35, 'lineout': 1.25, 'popout': 11.2, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.95, 'groundout_a': 1.9, 'groundout_b': 35.5, 'groundout_c': 0.0, 'pull_rate': 0.26875, 'center_rate': 0.4625, 'slap_rate': 0.26875, 'avg': 0.14769, 'obp': 0.24259, 'slg': 0.18519, 'player_id': 11135}, {'battingcard_id': 5133, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.05, 'strikeout': 10.2, 'lineout': 4.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 30.95, 'groundout_b': 13.3, 'groundout_c': 0.0, 'pull_rate': 0.21324, 'center_rate': 0.54412, 'slap_rate': 0.24264, 'avg': 0.19861, 'obp': 0.30093, 'slg': 0.23611, 'player_id': 11135}, {'battingcard_id': 5057, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 30.0, 'lineout': 10.7, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.65, 'groundout_a': 1.25, 'groundout_b': 23.65, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.59259, 'slap_rate': 0.18519, 'avg': 0.24815, 'obp': 0.24815, 'slg': 0.3463, 'player_id': 10968}, {'battingcard_id': 5057, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 20.4, 'lineout': 7.2, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 9.35, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.25191, 'center_rate': 0.12214, 'slap_rate': 0.62595, 'avg': 0.275, 'obp': 0.34954, 'slg': 0.4287, 'player_id': 10968}, {'battingcard_id': 5058, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 7.9, 'single_one': 11.8, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 13.15, 'lineout': 4.2, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 6.2, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.27419, 'center_rate': 0.45161, 'slap_rate': 0.2742, 'avg': 0.40833, 'obp': 0.49722, 'slg': 0.5213, 'player_id': 10969}, {'battingcard_id': 5058, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 13.45, 'lineout': 7.95, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 30.9, 'groundout_c': 0.0, 'pull_rate': 0.17297, 'center_rate': 0.15135, 'slap_rate': 0.67568, 'avg': 0.18935, 'obp': 0.27963, 'slg': 0.23657, 'player_id': 10969}, {'battingcard_id': 4992, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.65, 'double_pull': 10.65, 'single_two': 5.9, 'single_one': 8.85, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.8, 'strikeout': 17.25, 'lineout': 1.4, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.2602, 'center_rate': 0.47959, 'slap_rate': 0.26021, 'avg': 0.41898, 'obp': 0.47269, 'slg': 0.575, 'player_id': 10754}, {'battingcard_id': 4992, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.6, 'strikeout': 12.4, 'lineout': 6.95, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 1.65, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.19582, 'center_rate': 0.17871, 'slap_rate': 0.62547, 'avg': 0.20185, 'obp': 0.39259, 'slg': 0.2338, 'player_id': 10754}, {'battingcard_id': 4993, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 19.3, 'lineout': 0, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.5, 'groundout_a': 3.75, 'groundout_b': 32.6, 'groundout_c': 0.0, 'pull_rate': 0.27835, 'center_rate': 0.54639, 'slap_rate': 0.17526, 'avg': 0.26296, 'obp': 0.32639, 'slg': 0.3412, 'player_id': 10755}, {'battingcard_id': 4993, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 16.25, 'lineout': 3.2, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 15.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.1, 'groundout_a': 1.25, 'groundout_b': 23.8, 'groundout_c': 0.0, 'pull_rate': 0.31369, 'center_rate': 0.18371, 'slap_rate': 0.5026, 'avg': 0.27546, 'obp': 0.36343, 'slg': 0.39815, 'player_id': 10755}, {'battingcard_id': 4994, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 6.3, 'single_one': 9.5, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 2.2, 'lineout': 1.9, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.2, 'groundout_a': 36.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30172, 'center_rate': 0.50431, 'slap_rate': 0.19397, 'avg': 0.36991, 'obp': 0.42269, 'slg': 0.49167, 'player_id': 10756}, {'battingcard_id': 4994, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 1.7, 'lineout': 1.65, 'popout': 14.2, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.5, 'groundout_a': 7.1, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.23576, 'center_rate': 0.22986, 'slap_rate': 0.53438, 'avg': 0.38704, 'obp': 0.46065, 'slg': 0.53611, 'player_id': 10756}, {'battingcard_id': 4995, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.75, 'single_one': 2.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.75, 'strikeout': 21.3, 'lineout': 5.75, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 16.9, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 19.25, 'groundout_c': 0.0, 'pull_rate': 0.29121, 'center_rate': 0.41758, 'slap_rate': 0.29121, 'avg': 0.22083, 'obp': 0.33889, 'slg': 0.32222, 'player_id': 10757}, {'battingcard_id': 4995, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 5.95, 'single_two': 6.45, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': 18.55, 'lineout': 3.6, 'popout': 3.5, 'flyout_a': 1.0, 'flyout_bq': 10.55, 'flyout_lf_b': 5.1, 'flyout_rf_b': 3.2, 'groundout_a': 2.5, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.27506, 'center_rate': 0.17716, 'slap_rate': 0.54778, 'avg': 0.30231, 'obp': 0.42454, 'slg': 0.46898, 'player_id': 10757}, {'battingcard_id': 4996, 'vs_hand': 'L', 'homerun': 8.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 18.65, 'lineout': 0, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 7.6, 'flyout_lf_b': 8.9, 'flyout_rf_b': 8.9, 'groundout_a': 0, 'groundout_b': 20.75, 'groundout_c': 0.0, 'pull_rate': 0.31835, 'center_rate': 0.3633, 'slap_rate': 0.31835, 'avg': 0.24815, 'obp': 0.33796, 'slg': 0.53241, 'player_id': 10758}, {'battingcard_id': 4996, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.2, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 23.7, 'lineout': 2.75, 'popout': 8.15, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.25, 'groundout_a': 1.25, 'groundout_b': 24.2, 'groundout_c': 0.0, 'pull_rate': 0.30961, 'center_rate': 0.1726, 'slap_rate': 0.51779, 'avg': 0.23843, 'obp': 0.33148, 'slg': 0.41019, 'player_id': 10758}, {'battingcard_id': 5059, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.75, 'strikeout': 13.8, 'lineout': 2.2, 'popout': 8.4, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 42.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28804, 'center_rate': 0.42391, 'slap_rate': 0.28805, 'avg': 0.20417, 'obp': 0.25741, 'slg': 0.27731, 'player_id': 10970}, {'battingcard_id': 5059, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 3.9, 'single_one': 2.4, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 6.8, 'strikeout': 12.1, 'lineout': 7.3, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 27.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25305, 'center_rate': 0.2378, 'slap_rate': 0.50915, 'avg': 0.28565, 'obp': 0.40417, 'slg': 0.42407, 'player_id': 10970}, {'battingcard_id': 5134, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 38.05, 'lineout': 5.1, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 23.0, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.13657, 'obp': 0.24028, 'slg': 0.11898, 'player_id': 11136}, {'battingcard_id': 5134, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.8, 'strikeout': 29.45, 'lineout': 6.5, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 37.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.21538, 'slap_rate': 0.48462, 'avg': 0.1662, 'obp': 0.21991, 'slg': 0.19722, 'player_id': 11136}, {'battingcard_id': 5345, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.5, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 66.75, 'lineout': 1.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 26.25, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.8, 'slap_rate': 0.1, 'avg': 0.04167, 'obp': 0.07315, 'slg': 0.04167, 'player_id': 10876}, {'battingcard_id': 5345, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.4, 'double_pull': 12.45, 'single_two': 0, 'single_one': 0, 'single_center': 2.75, 'bp_single': 0.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 22.9, 'lineout': 13.35, 'popout': 13.35, 'flyout_a': 0.0, 'flyout_bq': 2.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 26.7, 'groundout_c': 0.0, 'pull_rate': 0.22093, 'center_rate': 0.18605, 'slap_rate': 0.59302, 'avg': 0.25556, 'obp': 0.27315, 'slg': 0.48472, 'player_id': 10876}, {'battingcard_id': 5321, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 10.9, 'double_pull': 10.85, 'single_two': 2.4, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.8, 'strikeout': 17.2, 'lineout': 4.2, 'popout': 5.8, 'flyout_a': 1.0, 'flyout_bq': 7.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 12.2, 'groundout_c': 0.0, 'pull_rate': 0.27723, 'center_rate': 0.44554, 'slap_rate': 0.27723, 'avg': 0.31204, 'obp': 0.52315, 'slg': 0.55694, 'player_id': 11513}, {'battingcard_id': 5321, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 0, 'single_one': 2.5, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 27.0, 'strikeout': 31.0, 'lineout': 3.2, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 27.4, 'groundout_c': 0.0, 'pull_rate': 0.18519, 'center_rate': 0.41667, 'slap_rate': 0.39814, 'avg': 0.04861, 'obp': 0.30787, 'slg': 0.05185, 'player_id': 11513}, {'battingcard_id': 5060, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.25, 'single_two': 11.0, 'single_one': 16.45, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.7, 'strikeout': 17.45, 'lineout': 5.4, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 7.2, 'groundout_b': 8.8, 'groundout_c': 0.0, 'pull_rate': 0.18349, 'center_rate': 0.63303, 'slap_rate': 0.18348, 'avg': 0.46852, 'obp': 0.56759, 'slg': 0.50926, 'player_id': 10971}, {'battingcard_id': 5060, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.15, 'strikeout': 19.3, 'lineout': 6.25, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 13.55, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 5.1, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.25229, 'center_rate': 0.15826, 'slap_rate': 0.58945, 'avg': 0.19444, 'obp': 0.34398, 'slg': 0.27037, 'player_id': 10971}, {'battingcard_id': 5061, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 10.45, 'lineout': 12.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 12.9, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.20482, 'center_rate': 0.57831, 'slap_rate': 0.21687, 'avg': 0.30463, 'obp': 0.42917, 'slg': 0.43426, 'player_id': 10972}, {'battingcard_id': 5061, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 12.5, 'lineout': 1.65, 'popout': 6.35, 'flyout_a': 0.0, 'flyout_bq': 7.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 24.0, 'groundout_c': 0.0, 'pull_rate': 0.1681, 'center_rate': 0.2069, 'slap_rate': 0.625, 'avg': 0.35139, 'obp': 0.49815, 'slg': 0.46343, 'player_id': 10972}, {'battingcard_id': 5062, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 17.4, 'strikeout': 29.9, 'lineout': 0, 'popout': 8.7, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.07627, 'center_rate': 0.50847, 'slap_rate': 0.41526, 'avg': 0.26667, 'obp': 0.4463, 'slg': 0.31852, 'player_id': 10973}, {'battingcard_id': 5062, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.4, 'single_one': 4.2, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.8, 'strikeout': 25.55, 'lineout': 9.05, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 7.3, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 1.35, 'groundout_b': 11.6, 'groundout_c': 0.0, 'pull_rate': 0.30667, 'center_rate': 0.2, 'slap_rate': 0.49333, 'avg': 0.27963, 'obp': 0.46296, 'slg': 0.49444, 'player_id': 10973}, {'battingcard_id': 4997, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 31.9, 'strikeout': 17.85, 'lineout': 8.25, 'popout': 3.6, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0, 'groundout_b': 5.0, 'groundout_c': 0.0, 'pull_rate': 0.35537, 'center_rate': 0.28926, 'slap_rate': 0.35537, 'avg': 0.26111, 'obp': 0.575, 'slg': 0.39074, 'player_id': 10759}, {'battingcard_id': 4997, 'vs_hand': 'R', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 33.75, 'lineout': 6.3, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 2.25, 'flyout_rf_b': 3.5, 'groundout_a': 2.5, 'groundout_b': 9.95, 'groundout_c': 0.0, 'pull_rate': 0.33696, 'center_rate': 0.09511, 'slap_rate': 0.56793, 'avg': 0.22593, 'obp': 0.38935, 'slg': 0.43426, 'player_id': 10759}, {'battingcard_id': 4998, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 3.3, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 8.15, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 6.05, 'lineout': 11.75, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 14.65, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 15.2, 'groundout_b': 8.15, 'groundout_c': 0.0, 'pull_rate': 0.25157, 'center_rate': 0.49686, 'slap_rate': 0.25157, 'avg': 0.35417, 'obp': 0.38426, 'slg': 0.63796, 'player_id': 10760}, {'battingcard_id': 4998, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.8, 'single_two': 4.8, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.35, 'strikeout': 11.3, 'lineout': 3.3, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 24.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27443, 'center_rate': 0.16424, 'slap_rate': 0.56133, 'avg': 0.36157, 'obp': 0.45741, 'slg': 0.51759, 'player_id': 10760}, {'battingcard_id': 5135, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 23.8, 'lineout': 1.5, 'popout': 13.05, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 33.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16304, 'center_rate': 0.67391, 'slap_rate': 0.16305, 'avg': 0.25, 'obp': 0.26296, 'slg': 0.26713, 'player_id': 11137}, {'battingcard_id': 5135, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 7.35, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 13.45, 'lineout': 3.9, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 44.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21429, 'center_rate': 0.2013, 'slap_rate': 0.58441, 'avg': 0.30926, 'obp': 0.34074, 'slg': 0.40926, 'player_id': 11137}, {'battingcard_id': 5179, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 19.2, 'lineout': 8.1, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 37.75, 'groundout_c': 0.0, 'pull_rate': 0.06, 'center_rate': 0.69, 'slap_rate': 0.25, 'avg': 0.23194, 'obp': 0.24491, 'slg': 0.25046, 'player_id': 11254}, {'battingcard_id': 5179, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.8, 'single_one': 3.4, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.45, 'lineout': 8.25, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.5, 'groundout_a': 3.2, 'groundout_b': 25.8, 'groundout_c': 0.0, 'pull_rate': 0.27473, 'center_rate': 0.18956, 'slap_rate': 0.53571, 'avg': 0.25046, 'obp': 0.29769, 'slg': 0.42546, 'player_id': 11254}, {'battingcard_id': 5136, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 13.9, 'strikeout': 11.2, 'lineout': 3.4, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 50.1, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.66667, 'slap_rate': 0.10256, 'avg': 0.09259, 'obp': 0.24907, 'slg': 0.09259, 'player_id': 11138}, {'battingcard_id': 5136, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.5, 'single_one': 3.8, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 15.3, 'lineout': 2.2, 'popout': 11.85, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 27.75, 'groundout_c': 0.0, 'pull_rate': 0.21925, 'center_rate': 0.13904, 'slap_rate': 0.64171, 'avg': 0.25556, 'obp': 0.325, 'slg': 0.34861, 'player_id': 11138}, {'battingcard_id': 4999, 'vs_hand': 'L', 'homerun': 3.6, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 11.85, 'lineout': 2.75, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 10.85, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.7, 'groundout_a': 26.05, 'groundout_b': 6.5, 'groundout_c': 0.0, 'pull_rate': 0.30769, 'center_rate': 0.38462, 'slap_rate': 0.30769, 'avg': 0.23148, 'obp': 0.35463, 'slg': 0.37917, 'player_id': 10761}, {'battingcard_id': 4999, 'vs_hand': 'R', 'homerun': 5.75, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.75, 'single_two': 6.0, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.85, 'strikeout': 9.5, 'lineout': 2.7, 'popout': 10.2, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 3.75, 'flyout_rf_b': 5.4, 'groundout_a': 6.0, 'groundout_b': 10.7, 'groundout_c': 7.25, 'pull_rate': 0.30496, 'center_rate': 0.1773, 'slap_rate': 0.51774, 'avg': 0.32361, 'obp': 0.42407, 'slg': 0.53981, 'player_id': 10761}, {'battingcard_id': 5294, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 0, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.95, 'strikeout': 14.05, 'lineout': 6.45, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 15.75, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.55, 'groundout_a': 8.15, 'groundout_b': 19.05, 'groundout_c': 0.0, 'pull_rate': 0.31765, 'center_rate': 0.36471, 'slap_rate': 0.31764, 'avg': 0.23102, 'obp': 0.31389, 'slg': 0.38889, 'player_id': 11456}, {'battingcard_id': 5294, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.5, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 35.25, 'lineout': 3.5, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 16.4, 'flyout_lf_b': 2.4, 'flyout_rf_b': 3.2, 'groundout_a': 1.1, 'groundout_b': 20.1, 'groundout_c': 0.0, 'pull_rate': 0.24706, 'center_rate': 0.36471, 'slap_rate': 0.38823, 'avg': 0.12824, 'obp': 0.16759, 'slg': 0.2713, 'player_id': 11456}, {'battingcard_id': 5162, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 17.7, 'lineout': 3.4, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.2713, 'obp': 0.41528, 'slg': 0.40185, 'player_id': 11213}, {'battingcard_id': 5162, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.6, 'single_one': 4.25, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 21.6, 'lineout': 13.1, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.25, 'groundout_a': 7.35, 'groundout_b': 17.15, 'groundout_c': 0.0, 'pull_rate': 0.2605, 'center_rate': 0.17647, 'slap_rate': 0.56303, 'avg': 0.22269, 'obp': 0.29491, 'slg': 0.27269, 'player_id': 11213}, {'battingcard_id': 5000, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 7.85, 'double_pull': 7.85, 'single_two': 6.5, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 10.2, 'lineout': 4.2, 'popout': 7.05, 'flyout_a': 1.0, 'flyout_bq': 14.95, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 0.0, 'groundout_b': 16.85, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.3412, 'obp': 0.43194, 'slg': 0.6162, 'player_id': 10762}, {'battingcard_id': 5000, 'vs_hand': 'R', 'homerun': 9.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.4, 'strikeout': 22.8, 'lineout': 1.2, 'popout': 6.8, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.9, 'flyout_rf_b': 5.7, 'groundout_a': 3.75, 'groundout_b': 14.85, 'groundout_c': 0.0, 'pull_rate': 0.31935, 'center_rate': 0.2, 'slap_rate': 0.48065, 'avg': 0.26296, 'obp': 0.40556, 'slg': 0.58241, 'player_id': 10762}, {'battingcard_id': 5163, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 5.1, 'single_one': 7.3, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 13.65, 'lineout': 1.5, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 18.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.8, 'groundout_a': 0.0, 'groundout_b': 28.85, 'groundout_c': 0.0, 'pull_rate': 0.28462, 'center_rate': 0.43077, 'slap_rate': 0.28461, 'avg': 0.28148, 'obp': 0.31759, 'slg': 0.33519, 'player_id': 11214}, {'battingcard_id': 5163, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.6, 'single_one': 7.9, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.6, 'strikeout': 15.7, 'lineout': 4.8, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 11.95, 'groundout_c': 0.0, 'pull_rate': 0.19565, 'center_rate': 1.21739, 'slap_rate': -0.41304, 'avg': 0.32778, 'obp': 0.61111, 'slg': 0.39537, 'player_id': 11214}, {'battingcard_id': 5099, 'vs_hand': 'L', 'homerun': 7.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 11.95, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 22.05, 'lineout': 4.2, 'popout': 6.2, 'flyout_a': 1.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 19.35, 'groundout_c': 0.0, 'pull_rate': 0.25837, 'center_rate': 0.48325, 'slap_rate': 0.25838, 'avg': 0.35417, 'obp': 0.40139, 'slg': 0.67315, 'player_id': 11063}, {'battingcard_id': 5099, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.25, 'strikeout': 22.45, 'lineout': 6.25, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.65, 'groundout_a': 6.2, 'groundout_b': 18.65, 'groundout_c': 0.0, 'pull_rate': 0.24207, 'center_rate': 0.29107, 'slap_rate': 0.46686, 'avg': 0.30602, 'obp': 0.38241, 'slg': 0.44444, 'player_id': 11063}, {'battingcard_id': 5063, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 10.6, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.0, 'strikeout': 5.3, 'lineout': 1.9, 'popout': 15.85, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 9.75, 'groundout_b': 11.95, 'groundout_c': 0.0, 'pull_rate': 0.31878, 'center_rate': 0.36245, 'slap_rate': 0.31877, 'avg': 0.29028, 'obp': 0.49398, 'slg': 0.45833, 'player_id': 10974}, {'battingcard_id': 5063, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.55, 'single_two': 2.8, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 21.45, 'lineout': 5.4, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.5, 'groundout_a': 14.45, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.32102, 'center_rate': 0.2358, 'slap_rate': 0.44318, 'avg': 0.27269, 'obp': 0.34352, 'slg': 0.38426, 'player_id': 10974}, {'battingcard_id': 5064, 'vs_hand': 'L', 'homerun': 7.25, 'bp_homerun': 4.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 12.65, 'single_two': 12.85, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.9, 'strikeout': 3.2, 'lineout': 5.7, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 2.1, 'groundout_b': 18.3, 'groundout_c': 0.0, 'pull_rate': 0.25753, 'center_rate': 0.48495, 'slap_rate': 0.25752, 'avg': 0.5, 'obp': 0.64722, 'slg': 0.81574, 'player_id': 10975}, {'battingcard_id': 5064, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 12.25, 'lineout': 0, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 9.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.1, 'groundout_a': 6.35, 'groundout_b': 25.45, 'groundout_c': 0.0, 'pull_rate': 0.20631, 'center_rate': 0.35194, 'slap_rate': 0.44175, 'avg': 0.27454, 'obp': 0.39537, 'slg': 0.40556, 'player_id': 10975}, {'battingcard_id': 5100, 'vs_hand': 'L', 'homerun': 10.85, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.5, 'strikeout': 18.4, 'lineout': 6.1, 'popout': 11.4, 'flyout_a': 1.0, 'flyout_bq': 6.0, 'flyout_lf_b': 5.7, 'flyout_rf_b': 8.25, 'groundout_a': 0, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.38835, 'center_rate': 0.42718, 'slap_rate': 0.18447, 'avg': 0.26204, 'obp': 0.27593, 'slg': 0.575, 'player_id': 11064}, {'battingcard_id': 5100, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 15.0, 'lineout': 4.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 13.25, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.1, 'groundout_a': 2.4, 'groundout_b': 20.5, 'groundout_c': 0.0, 'pull_rate': 0.16615, 'center_rate': 0.13538, 'slap_rate': 0.69847, 'avg': 0.27685, 'obp': 0.39306, 'slg': 0.36481, 'player_id': 11064}, {'battingcard_id': 5065, 'vs_hand': 'L', 'homerun': 10.3, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.0, 'strikeout': 19.55, 'lineout': 1.7, 'popout': 6.7, 'flyout_a': 1.0, 'flyout_bq': 2.25, 'flyout_lf_b': 2.25, 'flyout_rf_b': 3.2, 'groundout_a': 7.55, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.2906, 'center_rate': 0.57265, 'slap_rate': 0.13675, 'avg': 0.29722, 'obp': 0.42685, 'slg': 0.65741, 'player_id': 10976}, {'battingcard_id': 5065, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.35, 'strikeout': 17.95, 'lineout': 5.7, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 26.6, 'groundout_c': 0.0, 'pull_rate': 0.23647, 'center_rate': 0.19088, 'slap_rate': 0.57265, 'avg': 0.27037, 'obp': 0.4125, 'slg': 0.35741, 'player_id': 10976}, {'battingcard_id': 5066, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 6.4, 'single_one': 9.6, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 18.6, 'lineout': 1.65, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 4.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 2.5, 'groundout_b': 22.35, 'groundout_c': 0.0, 'pull_rate': 0.25269, 'center_rate': 0.49462, 'slap_rate': 0.25269, 'avg': 0.31713, 'obp': 0.4412, 'slg': 0.35694, 'player_id': 10977}, {'battingcard_id': 5066, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 2.7, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 14.6, 'lineout': 11.75, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 15.85, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 23.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23343, 'center_rate': 0.26513, 'slap_rate': 0.50144, 'avg': 0.24306, 'obp': 0.30648, 'slg': 0.34676, 'player_id': 10977}, {'battingcard_id': 5346, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.55, 'double_pull': 12.55, 'single_two': 0, 'single_one': 0, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.85, 'strikeout': 23.4, 'lineout': 5.1, 'popout': 7.6, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 1.9, 'groundout_b': 17.15, 'groundout_c': 0.0, 'pull_rate': 0.36508, 'center_rate': 0.52381, 'slap_rate': 0.11111, 'avg': 0.29028, 'obp': 0.36296, 'slg': 0.49954, 'player_id': 11552}, {'battingcard_id': 5346, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 9.0, 'lineout': 7.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 31.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.128, 'center_rate': 0.132, 'slap_rate': 0.74, 'avg': 0.21111, 'obp': 0.37593, 'slg': 0.26389, 'player_id': 11552}, {'battingcard_id': 5295, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 15.9, 'lineout': 6.25, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 25.0, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.2, 'groundout_a': 1.25, 'groundout_b': 23.65, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.55556, 'slap_rate': 0.22222, 'avg': 0.16019, 'obp': 0.23519, 'slg': 0.16389, 'player_id': 11457}, {'battingcard_id': 5295, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.7, 'single_two': 5.7, 'single_one': 8.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 19.45, 'lineout': 2.2, 'popout': 8.4, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.25, 'groundout_b': 23.45, 'groundout_c': 0.0, 'pull_rate': 0.21296, 'center_rate': 0.18519, 'slap_rate': 0.60185, 'avg': 0.27083, 'obp': 0.38102, 'slg': 0.32917, 'player_id': 11457}, {'battingcard_id': 5322, 'vs_hand': 'L', 'homerun': 2.55, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 52.9, 'lineout': 1.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 31.5, 'groundout_c': 0.0, 'pull_rate': 0.18182, 'center_rate': 0.63636, 'slap_rate': 0.18182, 'avg': 0.09676, 'obp': 0.1537, 'slg': 0.1537, 'player_id': 11514}, {'battingcard_id': 5322, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 7.05, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 27.35, 'lineout': 0, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 0, 'flyout_rf_b': 4.2, 'groundout_a': 32.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19027, 'center_rate': 0.09292, 'slap_rate': 0.71681, 'avg': 0.16389, 'obp': 0.23519, 'slg': 0.27639, 'player_id': 11514}, {'battingcard_id': 5067, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 11.15, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 9.9, 'lineout': 10.65, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 35.3, 'groundout_c': 0.0, 'pull_rate': 0.27237, 'center_rate': 0.45525, 'slap_rate': 0.27238, 'avg': 0.23472, 'obp': 0.28194, 'slg': 0.44398, 'player_id': 10978}, {'battingcard_id': 5067, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.8, 'strikeout': 5.35, 'lineout': 0, 'popout': 7.9, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 1.75, 'flyout_rf_b': 2.5, 'groundout_a': 1.65, 'groundout_b': 30.05, 'groundout_c': 0.0, 'pull_rate': 0.24786, 'center_rate': 0.33333, 'slap_rate': 0.41881, 'avg': 0.23426, 'obp': 0.42685, 'slg': 0.34213, 'player_id': 10978}, {'battingcard_id': 5296, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.9, 'double_pull': 7.9, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 16.9, 'lineout': 9.2, 'popout': 7.5, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.28889, 'center_rate': 0.42222, 'slap_rate': 0.28889, 'avg': 0.3662, 'obp': 0.4412, 'slg': 0.52685, 'player_id': 11458}, {'battingcard_id': 5296, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.75, 'single_one': 2.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 22.5, 'lineout': 13.1, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 16.55, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 24.55, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.2088, 'obp': 0.2088, 'slg': 0.26019, 'player_id': 11458}, {'battingcard_id': 5195, 'vs_hand': 'L', 'homerun': 2.55, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 32.9, 'strikeout': 25.7, 'lineout': 4.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 2.55, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 27.1, 'groundout_c': 0.0, 'pull_rate': 0.17949, 'center_rate': 0.64103, 'slap_rate': 0.17948, 'avg': 0.14398, 'obp': 0.44861, 'slg': 0.21759, 'player_id': 11297}, {'battingcard_id': 5195, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 20.55, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.9, 'flyout_lf_b': 3.8, 'flyout_rf_b': 2.5, 'groundout_a': 3.2, 'groundout_b': 16.95, 'groundout_c': 0.0, 'pull_rate': 0.25843, 'center_rate': 0.2809, 'slap_rate': 0.46067, 'avg': 0.17454, 'obp': 0.34259, 'slg': 0.20833, 'player_id': 11297}, {'battingcard_id': 5068, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 5.1, 'single_one': 7.3, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 6.9, 'strikeout': 9.55, 'lineout': 6.5, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 27.75, 'groundout_c': 0.0, 'pull_rate': 0.27928, 'center_rate': 0.44144, 'slap_rate': 0.27928, 'avg': 0.30741, 'obp': 0.45463, 'slg': 0.41111, 'player_id': 10979}, {'battingcard_id': 5068, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.3, 'strikeout': 15.85, 'lineout': 4.5, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 3.9, 'groundout_b': 21.85, 'groundout_c': 0.0, 'pull_rate': 0.25775, 'center_rate': 0.06901, 'slap_rate': 0.67324, 'avg': 0.31204, 'obp': 0.4537, 'slg': 0.42917, 'player_id': 10979}, {'battingcard_id': 5297, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 46.65, 'lineout': 0, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 16.95, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.47368, 'slap_rate': 0.26316, 'avg': 0.05278, 'obp': 0.15972, 'slg': 0.05278, 'player_id': 11459}, {'battingcard_id': 5297, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.55, 'double_pull': 10.55, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 13.6, 'strikeout': 8.35, 'lineout': 15.95, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 19.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27673, 'center_rate': 0.01887, 'slap_rate': 0.7044, 'avg': 0.34213, 'obp': 0.49583, 'slg': 0.50648, 'player_id': 11459}, {'battingcard_id': 5001, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 6.25, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.55, 'strikeout': 10.8, 'lineout': 6.45, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 7.65, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.35, 'groundout_a': 3.4, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.30597, 'center_rate': 0.38806, 'slap_rate': 0.30597, 'avg': 0.36991, 'obp': 0.52315, 'slg': 0.57222, 'player_id': 10763}, {'battingcard_id': 5001, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 16.4, 'lineout': 5.4, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 12.65, 'groundout_b': 8.45, 'groundout_c': 0.0, 'pull_rate': 0.24231, 'center_rate': 0.1, 'slap_rate': 0.65769, 'avg': 0.31111, 'obp': 0.47361, 'slg': 0.45926, 'player_id': 10763}, {'battingcard_id': 5002, 'vs_hand': 'L', 'homerun': 11.9, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.5, 'single_two': 12.25, 'single_one': 3.75, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 33.7, 'strikeout': 8.15, 'lineout': 5.7, 'popout': 2.1, 'flyout_a': 1.0, 'flyout_bq': 1.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 5.05, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.43333, 'obp': 0.76389, 'slg': 0.86111, 'player_id': 10764}, {'battingcard_id': 5002, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.05, 'strikeout': 11.45, 'lineout': 0, 'popout': 6.75, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 20.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30049, 'center_rate': 0.06897, 'slap_rate': 0.63054, 'avg': 0.2963, 'obp': 0.50972, 'slg': 0.48889, 'player_id': 10764}, {'battingcard_id': 5003, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 33.05, 'strikeout': 6.7, 'lineout': 3.8, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 9.45, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.5, 'groundout_a': 28.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26718, 'center_rate': 0.46565, 'slap_rate': 0.26717, 'avg': 0.16481, 'obp': 0.47083, 'slg': 0.26204, 'player_id': 10765}, {'battingcard_id': 5003, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 16.95, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 17.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.8, 'groundout_a': 3.6, 'groundout_b': 20.2, 'groundout_c': 0.0, 'pull_rate': 0.27823, 'center_rate': 0.09984, 'slap_rate': 0.62193, 'avg': 0.22407, 'obp': 0.31435, 'slg': 0.40833, 'player_id': 10765}, {'battingcard_id': 5146, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.4, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 15.65, 'lineout': 5.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.15, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 47.15, 'groundout_c': 0.0, 'pull_rate': 0.29851, 'center_rate': 0.40299, 'slap_rate': 0.2985, 'avg': 0.19028, 'obp': 0.20556, 'slg': 0.25463, 'player_id': 11176}, {'battingcard_id': 5146, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 4.75, 'single_one': 5.75, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 17.0, 'lineout': 6.4, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 14.1, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.35, 'groundout_a': 10.9, 'groundout_b': 7.3, 'groundout_c': 0.0, 'pull_rate': 0.21833, 'center_rate': 0.14555, 'slap_rate': 0.63612, 'avg': 0.32454, 'obp': 0.40787, 'slg': 0.46296, 'player_id': 11176}, {'battingcard_id': 5069, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 5.7, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 14.45, 'lineout': 6.7, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 15.05, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.26157, 'obp': 0.31435, 'slg': 0.28333, 'player_id': 10980}, {'battingcard_id': 5069, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.85, 'strikeout': 11.1, 'lineout': 4.2, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.65, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.75, 'groundout_a': 27.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21772, 'center_rate': 0.16456, 'slap_rate': 0.61772, 'avg': 0.21435, 'obp': 0.41667, 'slg': 0.27037, 'player_id': 10980}, {'battingcard_id': 5101, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.8, 'strikeout': 12.6, 'lineout': 6.95, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 27.65, 'groundout_c': 0.0, 'pull_rate': 0.24286, 'center_rate': 0.51429, 'slap_rate': 0.24285, 'avg': 0.2037, 'obp': 0.47963, 'slg': 0.23565, 'player_id': 11065}, {'battingcard_id': 5101, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 19.05, 'lineout': 6.9, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.5, 'groundout_a': 20.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22121, 'center_rate': 0.10909, 'slap_rate': 0.6697, 'avg': 0.30463, 'obp': 0.37917, 'slg': 0.37685, 'player_id': 11065}, {'battingcard_id': 5070, 'vs_hand': 'L', 'homerun': 9.45, 'bp_homerun': 7.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 10.35, 'single_one': 2.4, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 11.45, 'lineout': 7.95, 'popout': 18.5, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 14.25, 'groundout_c': 0.0, 'pull_rate': 0.30645, 'center_rate': 0.3871, 'slap_rate': 0.30645, 'avg': 0.37917, 'obp': 0.44954, 'slg': 0.77824, 'player_id': 10981}, {'battingcard_id': 5070, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.7, 'strikeout': 20.7, 'lineout': 9.05, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.2, 'groundout_a': 2.4, 'groundout_b': 21.0, 'groundout_c': 0.0, 'pull_rate': 0.2197, 'center_rate': 0.36364, 'slap_rate': 0.41666, 'avg': 0.22778, 'obp': 0.36389, 'slg': 0.35093, 'player_id': 10981}, {'battingcard_id': 5309, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 39.85, 'lineout': 1.5, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 42.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.35, 'center_rate': 0.3, 'slap_rate': 0.35, 'avg': 0.05926, 'obp': 0.09815, 'slg': 0.03611, 'player_id': 11492}, {'battingcard_id': 5309, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 13.7, 'strikeout': 17.35, 'lineout': 5.85, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 0, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 29.25, 'groundout_c': 0.0, 'pull_rate': 0.19048, 'center_rate': 0.09524, 'slap_rate': 0.71428, 'avg': 0.16389, 'obp': 0.35556, 'slg': 0.2, 'player_id': 11492}, {'battingcard_id': 5323, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.15, 'strikeout': 1.4, 'lineout': 5.4, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 59.3, 'groundout_c': 0.0, 'pull_rate': 0.08333, 'center_rate': 0.78333, 'slap_rate': 0.13334, 'avg': 0.07593, 'obp': 0.3088, 'slg': 0.02315, 'player_id': 11515}, {'battingcard_id': 5323, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 4.1, 'lineout': 5.1, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 23.35, 'flyout_lf_b': 5.4, 'flyout_rf_b': 2.4, 'groundout_a': 2.1, 'groundout_b': 37.65, 'groundout_c': 0.0, 'pull_rate': 0.16883, 'center_rate': 0.30519, 'slap_rate': 0.52598, 'avg': 0.19676, 'obp': 0.24074, 'slg': 0.25833, 'player_id': 11515}, {'battingcard_id': 5004, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 7.15, 'single_one': 10.75, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.9, 'strikeout': 15.25, 'lineout': 1.2, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.75, 'groundout_a': 1.2, 'groundout_b': 21.5, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.35231, 'obp': 0.52731, 'slg': 0.40139, 'player_id': 10766}, {'battingcard_id': 5004, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.25, 'strikeout': 16.7, 'lineout': 7.75, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 4.2, 'groundout_b': 16.3, 'groundout_c': 0.0, 'pull_rate': 0.21993, 'center_rate': 0.16495, 'slap_rate': 0.61512, 'avg': 0.23981, 'obp': 0.45509, 'slg': 0.32315, 'player_id': 10766}, {'battingcard_id': 5005, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 20.35, 'lineout': 7.35, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 15.85, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 29.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30859, 'center_rate': 0.38281, 'slap_rate': 0.3086, 'avg': 0.22037, 'obp': 0.25185, 'slg': 0.275, 'player_id': 10767}, {'battingcard_id': 5005, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.35, 'single_two': 4.8, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 10.5, 'lineout': 11.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.05, 'flyout_rf_b': 2.5, 'groundout_a': 1.4, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.21396, 'center_rate': 0.14871, 'slap_rate': 0.63733, 'avg': 0.32176, 'obp': 0.38426, 'slg': 0.43565, 'player_id': 10767}, {'battingcard_id': 5006, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.5, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.3, 'strikeout': 30.25, 'lineout': 1.2, 'popout': 6.55, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.75, 'groundout_a': 14.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21053, 'center_rate': 0.57895, 'slap_rate': 0.21052, 'avg': 0.27269, 'obp': 0.40509, 'slg': 0.54167, 'player_id': 10768}, {'battingcard_id': 5006, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 5.95, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.45, 'strikeout': 22.0, 'lineout': 8.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 4.5, 'groundout_b': 12.7, 'groundout_c': 0.0, 'pull_rate': 0.26012, 'center_rate': 0.12717, 'slap_rate': 0.61271, 'avg': 0.28519, 'obp': 0.42824, 'slg': 0.45, 'player_id': 10768}, {'battingcard_id': 5007, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 23.95, 'lineout': 5.7, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.4, 'groundout_a': 1.4, 'groundout_b': 26.55, 'groundout_c': 0.0, 'pull_rate': 0.125, 'center_rate': 0.63393, 'slap_rate': 0.24107, 'avg': 0.2463, 'obp': 0.28565, 'slg': 0.34444, 'player_id': 10769}, {'battingcard_id': 5007, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 24.05, 'lineout': 5.75, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.1, 'groundout_a': 11.15, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.21136, 'center_rate': 0.16136, 'slap_rate': 0.62728, 'avg': 0.26944, 'obp': 0.34028, 'slg': 0.35926, 'player_id': 10769}, {'battingcard_id': 5102, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 0, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.4, 'strikeout': 18.85, 'lineout': 5.95, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 1.6, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.28889, 'center_rate': 0.42222, 'slap_rate': 0.28889, 'avg': 0.14352, 'obp': 0.31389, 'slg': 0.19907, 'player_id': 11066}, {'battingcard_id': 5102, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 4.5, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 15.15, 'lineout': 1.95, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 6.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 39.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21588, 'center_rate': 0.18859, 'slap_rate': 0.59553, 'avg': 0.25046, 'obp': 0.32731, 'slg': 0.29722, 'player_id': 11066}, {'battingcard_id': 5071, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 23.15, 'lineout': 2.55, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 22.15, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 17.6, 'groundout_c': 0.0, 'pull_rate': 0.23288, 'center_rate': 0.53425, 'slap_rate': 0.23287, 'avg': 0.12639, 'obp': 0.23843, 'slg': 0.14167, 'player_id': 10982}, {'battingcard_id': 5071, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.55, 'strikeout': 13.15, 'lineout': 3.2, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 9.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.25, 'groundout_a': 29.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23368, 'center_rate': 0.16421, 'slap_rate': 0.60211, 'avg': 0.2662, 'obp': 0.39167, 'slg': 0.37639, 'player_id': 10982}, {'battingcard_id': 5008, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.7, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 9.4, 'single_one': 14.1, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.1, 'lineout': 10.2, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 20.35, 'groundout_c': 0.0, 'pull_rate': 0.05682, 'center_rate': 0.55682, 'slap_rate': 0.38636, 'avg': 0.43935, 'obp': 0.48102, 'slg': 0.55694, 'player_id': 10770}, {'battingcard_id': 5008, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.9, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.3, 'strikeout': 21.65, 'lineout': 4.8, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.4, 'groundout_a': 5.4, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.27212, 'center_rate': 0.10841, 'slap_rate': 0.61947, 'avg': 0.28657, 'obp': 0.41898, 'slg': 0.42454, 'player_id': 10770}, {'battingcard_id': 5009, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.85, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 23.95, 'lineout': 3.2, 'popout': 9.35, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 29.25, 'groundout_c': 0.0, 'pull_rate': 0.24528, 'center_rate': 0.50943, 'slap_rate': 0.24529, 'avg': 0.29028, 'obp': 0.32269, 'slg': 0.39444, 'player_id': 10771}, {'battingcard_id': 5009, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.8, 'double_pull': 5.75, 'single_two': 5.1, 'single_one': 7.7, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 20.0, 'lineout': 2.5, 'popout': 13.75, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 24.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29439, 'center_rate': 0.18925, 'slap_rate': 0.51636, 'avg': 0.31389, 'obp': 0.35556, 'slg': 0.39306, 'player_id': 10771}, {'battingcard_id': 5164, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.35, 'double_pull': 8.35, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 5.1, 'lineout': 6.65, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 35.55, 'flyout_lf_b': 5.9, 'flyout_rf_b': 5.95, 'groundout_a': 0.0, 'groundout_b': 12.65, 'groundout_c': 0.0, 'pull_rate': 0.26016, 'center_rate': 0.47967, 'slap_rate': 0.26017, 'avg': 0.2213, 'obp': 0.2213, 'slg': 0.35278, 'player_id': 11215}, {'battingcard_id': 5164, 'vs_hand': 'R', 'homerun': 6.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.75, 'strikeout': 13.75, 'lineout': 6.8, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 14.25, 'flyout_lf_b': 2.75, 'flyout_rf_b': 3.2, 'groundout_a': 3.2, 'groundout_b': 25.8, 'groundout_c': 0.0, 'pull_rate': 0.27848, 'center_rate': 0.37342, 'slap_rate': 0.3481, 'avg': 0.26204, 'obp': 0.31528, 'slg': 0.55648, 'player_id': 11215}, {'battingcard_id': 5347, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 10.45, 'lineout': 7.2, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 3.25, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 67.85, 'groundout_c': 0.0, 'pull_rate': 0.23214, 'center_rate': 0.53571, 'slap_rate': 0.23215, 'avg': 0.0713, 'obp': 0.12407, 'slg': 0.02315, 'player_id': 11553}, {'battingcard_id': 5347, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.9, 'strikeout': 14.8, 'lineout': 14.2, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 13.15, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 14.45, 'groundout_c': 0.0, 'pull_rate': 0.15116, 'center_rate': 0.34884, 'slap_rate': 0.5, 'avg': 0.24259, 'obp': 0.39907, 'slg': 0.29861, 'player_id': 11553}, {'battingcard_id': 5348, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 13.4, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 0.0, 'groundout_b': 55.0, 'groundout_c': 0.0, 'pull_rate': 0.27143, 'center_rate': 0.45714, 'slap_rate': 0.27143, 'avg': 0.18889, 'obp': 0.20185, 'slg': 0.23241, 'player_id': 11554}, {'battingcard_id': 5348, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.9, 'double_pull': 11.85, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 7.9, 'lineout': 10.15, 'popout': 23.75, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.9, 'groundout_a': 1.5, 'groundout_b': 13.05, 'groundout_c': 0.0, 'pull_rate': 0.21687, 'center_rate': 0.77108, 'slap_rate': 0.01205, 'avg': 0.29583, 'obp': 0.36528, 'slg': 0.49352, 'player_id': 11554}, {'battingcard_id': 5349, 'vs_hand': 'L', 'homerun': 8.7, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 13.45, 'single_two': 6.05, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 36.4, 'strikeout': 4.75, 'lineout': 2.1, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 0, 'groundout_b': 9.85, 'groundout_c': 0.0, 'pull_rate': 0.3719, 'center_rate': 0.2562, 'slap_rate': 0.3719, 'avg': 0.43426, 'obp': 0.7713, 'slg': 0.76481, 'player_id': 11555}, {'battingcard_id': 5349, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.1, 'single_two': 5.4, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 14.9, 'lineout': 1.9, 'popout': 10.6, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 18.8, 'groundout_c': 0.0, 'pull_rate': 0.1102, 'center_rate': 0.12653, 'slap_rate': 0.76327, 'avg': 0.35324, 'obp': 0.50324, 'slg': 0.46667, 'player_id': 11555}, {'battingcard_id': 5010, 'vs_hand': 'L', 'homerun': 6.8, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 5.7, 'single_one': 7.9, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.8, 'strikeout': 7.0, 'lineout': 11.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 10.45, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 1.4, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.22277, 'center_rate': 0.54455, 'slap_rate': 0.23268, 'avg': 0.32731, 'obp': 0.41806, 'slg': 0.54259, 'player_id': 10772}, {'battingcard_id': 5010, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.15, 'single_two': 5.9, 'single_one': 8.9, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 8.0, 'lineout': 0, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.2, 'groundout_a': 15.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15462, 'center_rate': 0.22088, 'slap_rate': 0.6245, 'avg': 0.3838, 'obp': 0.52037, 'slg': 0.54444, 'player_id': 10772}, {'battingcard_id': 5072, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.25, 'single_two': 0, 'single_one': 2.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 25.4, 'lineout': 5.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 5.4, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.26056, 'center_rate': 0.47887, 'slap_rate': 0.26057, 'avg': 0.22269, 'obp': 0.33241, 'slg': 0.325, 'player_id': 10983}, {'battingcard_id': 5072, 'vs_hand': 'R', 'homerun': 6.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 9.35, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.0, 'strikeout': 7.15, 'lineout': 9.15, 'popout': 3.9, 'flyout_a': 1.0, 'flyout_bq': 7.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 30.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.10794, 'slap_rate': 0.64762, 'avg': 0.31944, 'obp': 0.43056, 'slg': 0.61667, 'player_id': 10983}, {'battingcard_id': 5011, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.8, 'strikeout': 17.2, 'lineout': 9.45, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 33.9, 'groundout_c': 0.0, 'pull_rate': 0.2807, 'center_rate': 0.4386, 'slap_rate': 0.2807, 'avg': 0.1963, 'obp': 0.32407, 'slg': 0.25278, 'player_id': 10773}, {'battingcard_id': 5011, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.1, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.4, 'strikeout': 21.0, 'lineout': 5.95, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 15.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.2987, 'center_rate': 0.25974, 'slap_rate': 0.44156, 'avg': 0.23056, 'obp': 0.32685, 'slg': 0.375, 'player_id': 10773}, {'battingcard_id': 5073, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 3.25, 'single_one': 0, 'single_center': 6.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 29.5, 'strikeout': 6.4, 'lineout': 6.0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 9.2, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 12.35, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.32941, 'center_rate': 0.34118, 'slap_rate': 0.32941, 'avg': 0.19537, 'obp': 0.48704, 'slg': 0.28241, 'player_id': 10984}, {'battingcard_id': 5073, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.5, 'double_pull': 9.5, 'single_two': 6.15, 'single_one': 9.2, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.2, 'strikeout': 10.45, 'lineout': 11.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.95, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 25.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25941, 'center_rate': 0.12134, 'slap_rate': 0.61925, 'avg': 0.39398, 'obp': 0.46065, 'slg': 0.51852, 'player_id': 10984}, {'battingcard_id': 5012, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 6.75, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.15, 'strikeout': 10.05, 'lineout': 1.25, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.65, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 36.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18621, 'center_rate': 0.62759, 'slap_rate': 0.1862, 'avg': 0.24907, 'obp': 0.43565, 'slg': 0.32824, 'player_id': 10774}, {'battingcard_id': 5012, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.2, 'double_pull': 8.25, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 9.4, 'lineout': 10.8, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 12.6, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.28222, 'center_rate': 0.14845, 'slap_rate': 0.56933, 'avg': 0.30463, 'obp': 0.35741, 'slg': 0.41481, 'player_id': 10774}, {'battingcard_id': 5013, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.45, 'strikeout': 12.15, 'lineout': 1.1, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 39.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28061, 'center_rate': 0.43878, 'slap_rate': 0.28061, 'avg': 0.18148, 'obp': 0.31528, 'slg': 0.20278, 'player_id': 10775}, {'battingcard_id': 5013, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 9.45, 'lineout': 0, 'popout': 13.75, 'flyout_a': 0.0, 'flyout_bq': 17.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.9, 'groundout_a': 3.2, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.23543, 'center_rate': 0.19283, 'slap_rate': 0.57174, 'avg': 0.24861, 'obp': 0.38194, 'slg': 0.31204, 'player_id': 10775}, {'battingcard_id': 5103, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 15.35, 'double_pull': 15.35, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 0, 'strikeout': 13.2, 'lineout': 8.7, 'popout': 7.1, 'flyout_a': 1.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 1.95, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.40648, 'obp': 0.44352, 'slg': 0.72037, 'player_id': 11067}, {'battingcard_id': 5103, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.25, 'strikeout': 20.6, 'lineout': 1.2, 'popout': 10.4, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.1, 'groundout_a': 1.2, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.17316, 'center_rate': 0.12121, 'slap_rate': 0.70563, 'avg': 0.23287, 'obp': 0.33704, 'slg': 0.26111, 'player_id': 11067}, {'battingcard_id': 5014, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 6.95, 'single_one': 10.4, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.95, 'strikeout': 5.3, 'lineout': 0, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 2.2, 'groundout_b': 41.05, 'groundout_c': 0.0, 'pull_rate': 0.29268, 'center_rate': 0.41463, 'slap_rate': 0.29269, 'avg': 0.34537, 'obp': 0.45602, 'slg': 0.41574, 'player_id': 10776}, {'battingcard_id': 5014, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.9, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 18.0, 'walk': 7.7, 'strikeout': 12.1, 'lineout': 4.5, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.19784, 'center_rate': 0.30576, 'slap_rate': 0.4964, 'avg': 0.26111, 'obp': 0.49907, 'slg': 0.34676, 'player_id': 10776}, {'battingcard_id': 5074, 'vs_hand': 'L', 'homerun': 2.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 8.55, 'single_one': 12.85, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 5.7, 'lineout': 2.75, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 24.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27128, 'center_rate': 0.45745, 'slap_rate': 0.27127, 'avg': 0.47454, 'obp': 0.58796, 'slg': 0.63796, 'player_id': 10985}, {'battingcard_id': 5074, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 8.55, 'single_one': 3.25, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 17.35, 'lineout': 7.3, 'popout': 6.0, 'flyout_a': 1.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.3, 'groundout_a': 22.25, 'groundout_b': 2.45, 'groundout_c': 0.0, 'pull_rate': 0.20225, 'center_rate': 0.16105, 'slap_rate': 0.6367, 'avg': 0.33056, 'obp': 0.36991, 'slg': 0.59954, 'player_id': 10985}, {'battingcard_id': 5015, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 13.95, 'strikeout': 11.4, 'lineout': 5.1, 'popout': 14.25, 'flyout_a': 0.0, 'flyout_bq': 7.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 35.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31776, 'center_rate': 0.59813, 'slap_rate': 0.08411, 'avg': 0.13519, 'obp': 0.29213, 'slg': 0.19352, 'player_id': 10777}, {'battingcard_id': 5015, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 13.75, 'lineout': 5.1, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.7, 'groundout_a': 37.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.33784, 'center_rate': 0.14414, 'slap_rate': 0.51802, 'avg': 0.22685, 'obp': 0.26296, 'slg': 0.33056, 'player_id': 10777}, {'battingcard_id': 5016, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.95, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 22.3, 'lineout': 0, 'popout': 8.7, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.28972, 'center_rate': 0.42056, 'slap_rate': 0.28972, 'avg': 0.3, 'obp': 0.38009, 'slg': 0.39213, 'player_id': 10778}, {'battingcard_id': 5016, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 23.8, 'lineout': 5.7, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.4, 'groundout_b': 25.65, 'groundout_c': 0.0, 'pull_rate': 0.26915, 'center_rate': 0.09317, 'slap_rate': 0.63768, 'avg': 0.24491, 'obp': 0.33194, 'slg': 0.34491, 'player_id': 10778}, {'battingcard_id': 5075, 'vs_hand': 'L', 'homerun': 8.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.1, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 13.3, 'lineout': 3.6, 'popout': 14.05, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 26.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2963, 'center_rate': 0.40741, 'slap_rate': 0.29629, 'avg': 0.31389, 'obp': 0.36667, 'slg': 0.57407, 'player_id': 10986}, {'battingcard_id': 5075, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.75, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 19.9, 'lineout': 5.7, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 4.2, 'groundout_b': 16.25, 'groundout_c': 0.0, 'pull_rate': 0.24211, 'center_rate': 0.11579, 'slap_rate': 0.6421, 'avg': 0.29537, 'obp': 0.35694, 'slg': 0.52639, 'player_id': 10986}, {'battingcard_id': 5350, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 6.05, 'single_one': 9.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 9.85, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.6, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 43.65, 'groundout_c': 0.0, 'pull_rate': 0.16216, 'center_rate': 0.67568, 'slap_rate': 0.16216, 'avg': 0.28657, 'obp': 0.28657, 'slg': 0.30556, 'player_id': 11556}, {'battingcard_id': 5350, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 12.8, 'lineout': 7.65, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 32.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17568, 'center_rate': 0.33784, 'slap_rate': 0.48648, 'avg': 0.20417, 'obp': 0.3037, 'slg': 0.29954, 'player_id': 11556}, {'battingcard_id': 5180, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 40.15, 'lineout': 1.1, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 14.0, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.61538, 'slap_rate': 0.15385, 'avg': 0.14306, 'obp': 0.2287, 'slg': 0.125, 'player_id': 11255}, {'battingcard_id': 5180, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 18.35, 'lineout': 2.8, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.10256, 'slap_rate': 0.67522, 'avg': 0.24398, 'obp': 0.41667, 'slg': 0.3463, 'player_id': 11255}, {'battingcard_id': 5351, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.8, 'strikeout': 9.45, 'lineout': 0, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 6.75, 'groundout_b': 26.95, 'groundout_c': 0.0, 'pull_rate': 0.2973, 'center_rate': 0.40541, 'slap_rate': 0.29729, 'avg': 0.2088, 'obp': 0.39213, 'slg': 0.35093, 'player_id': 11557}, {'battingcard_id': 5351, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 0, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 25.2, 'lineout': 0, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 3.2, 'groundout_b': 55.95, 'groundout_c': 0.0, 'pull_rate': 0.28125, 'center_rate': 0.3125, 'slap_rate': 0.40625, 'avg': 0.09028, 'obp': 0.09028, 'slg': 0.09861, 'player_id': 11557}, {'battingcard_id': 5352, 'vs_hand': 'L', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.9, 'strikeout': 22.9, 'lineout': 3.8, 'popout': 2.55, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 14.85, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.65714, 'slap_rate': 0.17143, 'avg': 0.28657, 'obp': 0.52639, 'slg': 0.69352, 'player_id': 11558}, {'battingcard_id': 5352, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 15.8, 'lineout': 4.25, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 14.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 28.15, 'groundout_c': 0.0, 'pull_rate': 0.23045, 'center_rate': 0.1893, 'slap_rate': 0.58025, 'avg': 0.24306, 'obp': 0.35231, 'slg': 0.2912, 'player_id': 11558}, {'battingcard_id': 5104, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 5.9, 'lineout': 4.2, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 18.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.8, 'groundout_a': 50.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34746, 'center_rate': 0.30508, 'slap_rate': 0.34746, 'avg': 0.175, 'obp': 0.20463, 'slg': 0.18426, 'player_id': 11068}, {'battingcard_id': 5104, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 31.25, 'lineout': 6.35, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 24.7, 'groundout_c': 0.0, 'pull_rate': 0.2638, 'center_rate': 0.22086, 'slap_rate': 0.51534, 'avg': 0.17361, 'obp': 0.2037, 'slg': 0.28333, 'player_id': 11068}, {'battingcard_id': 5017, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 9.8, 'lineout': 8.15, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 1.5, 'groundout_b': 28.95, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.66667, 'slap_rate': 0.16666, 'avg': 0.28935, 'obp': 0.40648, 'slg': 0.35926, 'player_id': 10779}, {'battingcard_id': 5017, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.9, 'strikeout': 12.85, 'lineout': 1.65, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 17.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 4.2, 'groundout_a': 15.8, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.22472, 'center_rate': 0.07303, 'slap_rate': 0.70225, 'avg': 0.24537, 'obp': 0.28148, 'slg': 0.27639, 'player_id': 10779}, {'battingcard_id': 5298, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 8.95, 'single_one': 2.75, 'single_center': 15.1, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.45, 'strikeout': 5.4, 'lineout': 12.5, 'popout': 10.25, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0, 'groundout_b': 15.2, 'groundout_c': 0.0, 'pull_rate': 0.2314, 'center_rate': 0.53719, 'slap_rate': 0.23141, 'avg': 0.29444, 'obp': 0.40972, 'slg': 0.3287, 'player_id': 11460}, {'battingcard_id': 5298, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.85, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 20.05, 'lineout': 3.9, 'popout': 5.85, 'flyout_a': 1.0, 'flyout_bq': 9.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.05, 'groundout_a': 2.25, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.2907, 'center_rate': 0.75581, 'slap_rate': -0.04651, 'avg': 0.30556, 'obp': 0.38472, 'slg': 0.53889, 'player_id': 11460}, {'battingcard_id': 5353, 'vs_hand': 'L', 'homerun': 7.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 3.25, 'single_one': 0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 11.2, 'lineout': 7.2, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 41.15, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.5122, 'slap_rate': 0.2439, 'avg': 0.17778, 'obp': 0.29954, 'slg': 0.41204, 'player_id': 11559}, {'battingcard_id': 5353, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 14.4, 'lineout': 2.1, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 49.85, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 1.5, 'slap_rate': -0.78571, 'avg': 0.1537, 'obp': 0.17407, 'slg': 0.18704, 'player_id': 11559}, {'battingcard_id': 5076, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.8, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.6, 'strikeout': 5.55, 'lineout': 12.85, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 14.3, 'groundout_c': 0.0, 'pull_rate': 0.14184, 'center_rate': 0.51773, 'slap_rate': 0.34043, 'avg': 0.30324, 'obp': 0.43843, 'slg': 0.42315, 'player_id': 10987}, {'battingcard_id': 5076, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 5.8, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.25, 'strikeout': 5.4, 'lineout': 1.65, 'popout': 9.25, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 3.75, 'flyout_rf_b': 1.5, 'groundout_a': 6.1, 'groundout_b': 14.2, 'groundout_c': 0.0, 'pull_rate': 0.22807, 'center_rate': 0.16009, 'slap_rate': 0.61184, 'avg': 0.30787, 'obp': 0.46759, 'slg': 0.42222, 'player_id': 10987}, {'battingcard_id': 5018, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.95, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.4, 'strikeout': 12.3, 'lineout': 0, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 18.05, 'groundout_c': 0.0, 'pull_rate': 0.1134, 'center_rate': 0.7732, 'slap_rate': 0.1134, 'avg': 0.2713, 'obp': 0.53426, 'slg': 0.38056, 'player_id': 10780}, {'battingcard_id': 5018, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 23.65, 'strikeout': 18.65, 'lineout': 4.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.7, 'groundout_a': 4.5, 'groundout_b': 16.95, 'groundout_c': 0.0, 'pull_rate': 0.21834, 'center_rate': 0.32751, 'slap_rate': 0.45415, 'avg': 0.2338, 'obp': 0.48056, 'slg': 0.28519, 'player_id': 10780}, {'battingcard_id': 5019, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 7.55, 'strikeout': 8.75, 'lineout': 10.7, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 2.25, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.46667, 'slap_rate': 0.26666, 'avg': 0.30833, 'obp': 0.4338, 'slg': 0.44259, 'player_id': 10781}, {'battingcard_id': 5019, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.1, 'strikeout': 13.8, 'lineout': 8.4, 'popout': 8.35, 'flyout_a': 0.0, 'flyout_bq': 13.55, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 3.75, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.26159, 'center_rate': 0.11589, 'slap_rate': 0.62252, 'avg': 0.24954, 'obp': 0.31528, 'slg': 0.37963, 'player_id': 10781}, {'battingcard_id': 5354, 'vs_hand': 'L', 'homerun': 16.85, 'bp_homerun': 12.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 2.5, 'single_one': 0.0, 'single_center': 1.25, 'bp_single': 0.0, 'hbp': 19.0, 'walk': 22.95, 'strikeout': 0.0, 'lineout': 3.2, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 12.5, 'groundout_c': 0.0, 'pull_rate': 0.22642, 'center_rate': 0.54717, 'slap_rate': 0.22641, 'avg': 0.33194, 'obp': 0.72037, 'slg': 0.90417, 'player_id': 11560}, {'battingcard_id': 5354, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.8, 'strikeout': 16.5, 'lineout': 5.4, 'popout': 6.05, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.25, 'groundout_a': 2.7, 'groundout_b': 23.95, 'groundout_c': 0.0, 'pull_rate': 0.27632, 'center_rate': 0.38158, 'slap_rate': 0.3421, 'avg': 0.28889, 'obp': 0.34259, 'slg': 0.35185, 'player_id': 11560}, {'battingcard_id': 5310, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.55, 'double_pull': 9.55, 'single_two': 7.0, 'single_one': 2.2, 'single_center': 11.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 17.1, 'lineout': 8.65, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 13.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24752, 'center_rate': 0.50495, 'slap_rate': 0.24753, 'avg': 0.43611, 'obp': 0.48889, 'slg': 0.65278, 'player_id': 11493}, {'battingcard_id': 5310, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 9.15, 'single_one': 8.2, 'single_center': 10.05, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 5.9, 'strikeout': 11.05, 'lineout': 4.2, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.26761, 'center_rate': 0.71831, 'slap_rate': 0.01408, 'avg': 0.4, 'obp': 0.5287, 'slg': 0.49676, 'player_id': 11493}, {'battingcard_id': 5196, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 20.0, 'lineout': 3.4, 'popout': 19.05, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 41.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28796, 'center_rate': 0.42408, 'slap_rate': 0.28796, 'avg': 0.11574, 'obp': 0.11574, 'slg': 0.12361, 'player_id': 11298}, {'battingcard_id': 5196, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 21.75, 'lineout': 6.75, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 23.95, 'groundout_c': 0.0, 'pull_rate': 0.3253, 'center_rate': 0.48795, 'slap_rate': 0.18675, 'avg': 0.29028, 'obp': 0.34306, 'slg': 0.41389, 'player_id': 11298}, {'battingcard_id': 5020, 'vs_hand': 'L', 'homerun': 7.05, 'bp_homerun': 4.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 8.25, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 9.1, 'lineout': 6.7, 'popout': 6.65, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.4, 'groundout_a': 17.4, 'groundout_b': 7.45, 'groundout_c': 0.0, 'pull_rate': 0.26923, 'center_rate': 0.46154, 'slap_rate': 0.26923, 'avg': 0.34954, 'obp': 0.4088, 'slg': 0.65833, 'player_id': 10782}, {'battingcard_id': 5020, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.15, 'strikeout': 15.15, 'lineout': 0, 'popout': 7.6, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.95, 'groundout_a': 6.1, 'groundout_b': 24.3, 'groundout_c': 0.0, 'pull_rate': 0.27841, 'center_rate': 0.13636, 'slap_rate': 0.58523, 'avg': 0.2875, 'obp': 0.39074, 'slg': 0.41019, 'player_id': 10782}, {'battingcard_id': 5324, 'vs_hand': 'L', 'homerun': 10.75, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 18.1, 'lineout': 0, 'popout': 1.75, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 6.15, 'flyout_rf_b': 6.15, 'groundout_a': 0, 'groundout_b': 33.6, 'groundout_c': 0.0, 'pull_rate': 0.33099, 'center_rate': 0.33803, 'slap_rate': 0.33098, 'avg': 0.30324, 'obp': 0.32917, 'slg': 0.68981, 'player_id': 11516}, {'battingcard_id': 5324, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.1, 'double_pull': 10.1, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 12.9, 'lineout': 7.4, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 18.4, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.39669, 'slap_rate': 0.33058, 'avg': 0.37963, 'obp': 0.52269, 'slg': 0.56481, 'player_id': 11516}, {'battingcard_id': 5165, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 14.0, 'strikeout': 15.0, 'lineout': 8.3, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 1.4, 'groundout_b': 26.2, 'groundout_c': 0.0, 'pull_rate': 0.20588, 'center_rate': 0.58824, 'slap_rate': 0.20588, 'avg': 0.13056, 'obp': 0.29722, 'slg': 0.16667, 'player_id': 11216}, {'battingcard_id': 5165, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.85, 'strikeout': 11.75, 'lineout': 10.55, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 15.4, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.15934, 'center_rate': 0.10989, 'slap_rate': 0.73077, 'avg': 0.25972, 'obp': 0.38796, 'slg': 0.32454, 'player_id': 11216}, {'battingcard_id': 5197, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 16.05, 'lineout': 1.05, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 13.5, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 1.4, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.31818, 'center_rate': 0.36364, 'slap_rate': 0.31818, 'avg': 0.23426, 'obp': 0.37546, 'slg': 0.3463, 'player_id': 11299}, {'battingcard_id': 5197, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 4.8, 'strikeout': 18.3, 'lineout': 2.25, 'popout': 12.85, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.2623, 'slap_rate': 0.44262, 'avg': 0.19722, 'obp': 0.28796, 'slg': 0.21667, 'player_id': 11299}, {'battingcard_id': 5301, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 56.35, 'lineout': 0, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 31.5, 'groundout_c': 0.0, 'pull_rate': 0.37778, 'center_rate': 0.57778, 'slap_rate': 0.04444, 'avg': 0.06852, 'obp': 0.09398, 'slg': 0.02315, 'player_id': 11481}, {'battingcard_id': 5301, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 6.6, 'double_three': 0.0, 'double_two': 5.85, 'double_pull': 5.85, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 23.05, 'lineout': 3.75, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.26184, 'center_rate': 0.07242, 'slap_rate': 0.66574, 'avg': 0.35602, 'obp': 0.46574, 'slg': 0.57222, 'player_id': 11481}, {'battingcard_id': 5311, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.0, 'strikeout': 16.9, 'lineout': 14.2, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 5.85, 'groundout_b': 23.3, 'groundout_c': 0.0, 'pull_rate': 0.2381, 'center_rate': 0.52381, 'slap_rate': 0.23809, 'avg': 0.1375, 'obp': 0.24861, 'slg': 0.09722, 'player_id': 11494}, {'battingcard_id': 5311, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.2, 'strikeout': 15.3, 'lineout': 5.7, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 37.0, 'groundout_c': 0.0, 'pull_rate': 0.40828, 'center_rate': 0.06509, 'slap_rate': 0.52663, 'avg': 0.29306, 'obp': 0.37824, 'slg': 0.37917, 'player_id': 11494}, {'battingcard_id': 5021, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 5.95, 'lineout': 5.1, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 8.55, 'groundout_b': 34.3, 'groundout_c': 0.0, 'pull_rate': 0.2378, 'center_rate': 0.52439, 'slap_rate': 0.23781, 'avg': 0.20231, 'obp': 0.28241, 'slg': 0.26667, 'player_id': 10783}, {'battingcard_id': 5021, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.8, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.6, 'lineout': 2.5, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.1, 'groundout_a': 32.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2551, 'center_rate': 0.29252, 'slap_rate': 0.45238, 'avg': 0.22731, 'obp': 0.26667, 'slg': 0.31204, 'player_id': 10783}, {'battingcard_id': 5355, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.95, 'single_two': 2.2, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 29.1, 'lineout': 14.6, 'popout': 9.7, 'flyout_a': 0.0, 'flyout_bq': 14.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 10.45, 'groundout_c': 0.0, 'pull_rate': 0.2551, 'center_rate': 0.4898, 'slap_rate': 0.2551, 'avg': 0.2338, 'obp': 0.2338, 'slg': 0.35833, 'player_id': 11561}, {'battingcard_id': 5355, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.95, 'double_pull': 1.95, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 13.5, 'strikeout': 14.7, 'lineout': 4.5, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 33.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22989, 'center_rate': 0.18391, 'slap_rate': 0.5862, 'avg': 0.22222, 'obp': 0.40278, 'slg': 0.23611, 'player_id': 11561}, {'battingcard_id': 5325, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 9.35, 'double_pull': 9.35, 'single_two': 4.2, 'single_one': 3.6, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 4.2, 'lineout': 13.25, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 27.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19565, 'center_rate': 0.6087, 'slap_rate': 0.19565, 'avg': 0.35046, 'obp': 0.39213, 'slg': 0.53565, 'player_id': 11517}, {'battingcard_id': 5325, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.6, 'double_pull': 8.65, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 11.75, 'lineout': 6.4, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 16.2, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.7, 'groundout_a': 32.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34672, 'center_rate': 0.30657, 'slap_rate': 0.34671, 'avg': 0.24491, 'obp': 0.31944, 'slg': 0.36019, 'player_id': 11517}, {'battingcard_id': 5198, 'vs_hand': 'L', 'homerun': 7.75, 'bp_homerun': 5.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 9.75, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 1.2, 'lineout': 4.8, 'popout': 1.2, 'flyout_a': 1.0, 'flyout_bq': 13.55, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 0, 'groundout_b': 34.1, 'groundout_c': 0.0, 'pull_rate': 0.27168, 'center_rate': 0.45665, 'slap_rate': 0.27167, 'avg': 0.32963, 'obp': 0.41713, 'slg': 0.64028, 'player_id': 11300}, {'battingcard_id': 5198, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 7.25, 'strikeout': 15.85, 'lineout': 5.1, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 15.85, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.75, 'groundout_a': 20.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2129, 'center_rate': 0.50968, 'slap_rate': 0.27742, 'avg': 0.23287, 'obp': 0.36481, 'slg': 0.2963, 'player_id': 11300}, {'battingcard_id': 5077, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.95, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 22.05, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 1.4, 'groundout_b': 26.85, 'groundout_c': 0.0, 'pull_rate': 0.27612, 'center_rate': 0.44776, 'slap_rate': 0.27612, 'avg': 0.1787, 'obp': 0.34676, 'slg': 0.18102, 'player_id': 10988}, {'battingcard_id': 5077, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.35, 'single_two': 3.9, 'single_one': 2.4, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.75, 'strikeout': 23.1, 'lineout': 5.7, 'popout': 6.3, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 22.25, 'groundout_c': 0.0, 'pull_rate': 0.24, 'center_rate': 0.48, 'slap_rate': 0.28, 'avg': 0.30926, 'obp': 0.3625, 'slg': 0.47315, 'player_id': 10988}, {'battingcard_id': 5105, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 7.45, 'strikeout': 25.9, 'lineout': 11.1, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 32.5, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.1375, 'obp': 0.28056, 'slg': 0.09722, 'player_id': 11069}, {'battingcard_id': 5105, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.4, 'lineout': 4.5, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 49.2, 'groundout_c': 0.0, 'pull_rate': 0.09836, 'center_rate': 0.16393, 'slap_rate': 0.73771, 'avg': 0.11111, 'obp': 0.16389, 'slg': 0.12963, 'player_id': 11069}, {'battingcard_id': 5181, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.9, 'strikeout': 10.1, 'lineout': 1.65, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 24.0, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.8, 'groundout_a': 1.35, 'groundout_b': 24.3, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.14769, 'obp': 0.31343, 'slg': 0.10648, 'player_id': 11256}, {'battingcard_id': 5181, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.1, 'double_pull': 7.1, 'single_two': 7.1, 'single_one': 6.4, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.75, 'strikeout': 12.55, 'lineout': 7.1, 'popout': 10.6, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.26087, 'slap_rate': 0.52174, 'avg': 0.375, 'obp': 0.44676, 'slg': 0.48981, 'player_id': 11256}, {'battingcard_id': 5356, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 12.9, 'lineout': 4.5, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 53.35, 'flyout_lf_b': 8.9, 'flyout_rf_b': 8.9, 'groundout_a': 0, 'groundout_b': 6.15, 'groundout_c': 0.0, 'pull_rate': 0.08696, 'center_rate': 0.82609, 'slap_rate': 0.08695, 'avg': 0.075, 'obp': 0.10556, 'slg': 0.07593, 'player_id': 11562}, {'battingcard_id': 5356, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 2.2, 'single_one': 2.5, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 11.1, 'lineout': 0, 'popout': 12.95, 'flyout_a': 0.0, 'flyout_bq': 21.5, 'flyout_lf_b': 5.7, 'flyout_rf_b': 1.5, 'groundout_a': 30.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17327, 'center_rate': 0.09406, 'slap_rate': 0.73267, 'avg': 0.21157, 'obp': 0.23241, 'slg': 0.31204, 'player_id': 11562}, {'battingcard_id': 5312, 'vs_hand': 'L', 'homerun': 20.6, 'bp_homerun': 13.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 14.25, 'single_one': 5.4, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 5.85, 'lineout': 5.1, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 21.05, 'groundout_c': 0.0, 'pull_rate': 0.30612, 'center_rate': 0.38776, 'slap_rate': 0.30612, 'avg': 0.61111, 'obp': 0.63333, 'slg': 1.3625, 'player_id': 11495}, {'battingcard_id': 5312, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 2.25, 'single_one': 3.3, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 16.4, 'lineout': 0, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 41.6, 'groundout_c': 0.0, 'pull_rate': 0.22727, 'center_rate': 0.57576, 'slap_rate': 0.19697, 'avg': 0.24352, 'obp': 0.24352, 'slg': 0.36481, 'player_id': 11495}, {'battingcard_id': 5357, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.3, 'double_pull': 9.35, 'single_two': 7.65, 'single_one': 11.5, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 1.5, 'lineout': 1.2, 'popout': 21.2, 'flyout_a': 0.0, 'flyout_bq': 11.25, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 22.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25676, 'center_rate': 0.48649, 'slap_rate': 0.25675, 'avg': 0.43148, 'obp': 0.43148, 'slg': 0.54444, 'player_id': 11563}, {'battingcard_id': 5357, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 10.55, 'lineout': 2.5, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.7, 'groundout_a': 36.3, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.2243, 'center_rate': 0.6729, 'slap_rate': 0.1028, 'avg': 0.08889, 'obp': 0.14167, 'slg': 0.03426, 'player_id': 11563}, {'battingcard_id': 5199, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.8, 'single_one': 0.0, 'single_center': 7.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.7, 'strikeout': 3.75, 'lineout': 5.9, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 27.4, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.25278, 'obp': 0.48148, 'slg': 0.49352, 'player_id': 11301}, {'battingcard_id': 5199, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 0, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.25, 'strikeout': 21.9, 'lineout': 7.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.25, 'groundout_a': 4.5, 'groundout_b': 40.2, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 0.17143, 'slap_rate': 0.6, 'avg': 0.16111, 'obp': 0.26528, 'slg': 0.23796, 'player_id': 11301}, {'battingcard_id': 5182, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.3, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.85, 'strikeout': 19.7, 'lineout': 1.9, 'popout': 10.65, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.2449, 'center_rate': 0.5102, 'slap_rate': 0.2449, 'avg': 0.26065, 'obp': 0.34259, 'slg': 0.33657, 'player_id': 11257}, {'battingcard_id': 5182, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 4.25, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.95, 'strikeout': 23.0, 'lineout': 2.1, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 18.7, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 14.8, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.71429, 'slap_rate': 0.11428, 'avg': 0.18657, 'obp': 0.325, 'slg': 0.28565, 'player_id': 11257}, {'battingcard_id': 5106, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.55, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 21.65, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 2.2, 'groundout_b': 41.0, 'groundout_c': 0.0, 'pull_rate': 0.25806, 'center_rate': 0.48387, 'slap_rate': 0.25807, 'avg': 0.02361, 'obp': 0.11157, 'slg': 0.0, 'player_id': 11070}, {'battingcard_id': 5106, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.55, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 12.1, 'lineout': 3.4, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 38.55, 'groundout_c': 0.0, 'pull_rate': 0.25424, 'center_rate': 0.25424, 'slap_rate': 0.49152, 'avg': 0.27083, 'obp': 0.3287, 'slg': 0.35231, 'player_id': 11070}, {'battingcard_id': 5022, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.2, 'strikeout': 15.05, 'lineout': 2.4, 'popout': 6.75, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 25.7, 'groundout_b': 11.0, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.17037, 'obp': 0.32963, 'slg': 0.28056, 'player_id': 10784}, {'battingcard_id': 5022, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.05, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 3.9, 'strikeout': 14.55, 'lineout': 3.8, 'popout': 11.3, 'flyout_a': 0.0, 'flyout_bq': 5.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 7.0, 'groundout_b': 21.1, 'groundout_c': 0.0, 'pull_rate': 0.22881, 'center_rate': 0.33051, 'slap_rate': 0.44068, 'avg': 0.31204, 'obp': 0.39444, 'slg': 0.44815, 'player_id': 10784}, {'battingcard_id': 5137, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.6, 'single_one': 9.85, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.05, 'strikeout': 16.1, 'lineout': 3.5, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.32824, 'obp': 0.48611, 'slg': 0.42407, 'player_id': 11139}, {'battingcard_id': 5137, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 19.95, 'lineout': 3.5, 'popout': 10.25, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.5, 'groundout_a': 2.55, 'groundout_b': 22.95, 'groundout_c': 0.0, 'pull_rate': 0.23881, 'center_rate': 0.26866, 'slap_rate': 0.49253, 'avg': 0.23102, 'obp': 0.29583, 'slg': 0.2838, 'player_id': 11139}, {'battingcard_id': 5166, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.2, 'strikeout': 26.5, 'lineout': 4.2, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 2.5, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 55.75, 'groundout_c': 0.0, 'pull_rate': 0.21429, 'center_rate': 0.57143, 'slap_rate': 0.21428, 'avg': 0.07176, 'obp': 0.15694, 'slg': 0.02315, 'player_id': 11217}, {'battingcard_id': 5166, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.25, 'lineout': 1.75, 'popout': 9.9, 'flyout_a': 0.0, 'flyout_bq': 15.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.75, 'groundout_a': 27.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.13445, 'center_rate': 0.33613, 'slap_rate': 0.52942, 'avg': 0.17963, 'obp': 0.21898, 'slg': 0.20278, 'player_id': 11217}, {'battingcard_id': 5200, 'vs_hand': 'L', 'homerun': 8.05, 'bp_homerun': 5.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 12.9, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 3.2, 'strikeout': 20.65, 'lineout': 1.2, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 1.6, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0, 'groundout_b': 26.95, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.37593, 'obp': 0.47963, 'slg': 0.71157, 'player_id': 11302}, {'battingcard_id': 5200, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 5.7, 'single_one': 8.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 5.1, 'strikeout': 29.25, 'lineout': 5.4, 'popout': 11.75, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 11.45, 'groundout_c': 0.0, 'pull_rate': 0.21053, 'center_rate': 0.32105, 'slap_rate': 0.46842, 'avg': 0.27315, 'obp': 0.37593, 'slg': 0.31204, 'player_id': 11302}]} type: 2025-02-16 15:48:18,202 - card_creation - INFO - return: Updated ratings: 720; new ratings: 42 2025-02-16 15:48:18,230 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '2B', 'innings': 1293.0, 'range': 5.0, 'error': 13.0, 'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, {'position': 'SS', 'innings': 1304.2, 'range': 2.0, 'error': 10.0, 'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}}, {'position': 'RF', 'innings': 1298.2, 'range': 1.0, 'error': 3.0, 'arm': -3.0, 'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}}, {'position': 'CF', 'innings': 1095.1, 'range': 5.0, 'error': 2.0, 'arm': 4.0, 'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}}, {'position': '1B', 'innings': 503.2, 'range': 3.0, 'error': 5.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'LF', 'innings': 573.1, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'CF', 'innings': 26.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'CF', 'innings': 1312.2, 'range': 4.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}}, {'position': '1B', 'innings': 48.0, 'range': 3.0, 'error': 26.0, 'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}}, {'position': '3B', 'innings': 746.2, 'range': 5.0, 'error': 35.0, 'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}}, {'position': 'RF', 'innings': 162.2, 'range': 4.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 279, 'image': 'https://pddev.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}}, {'position': '1B', 'innings': 633.1, 'range': 5.0, 'error': 6.0, 'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}}, {'position': 'LF', 'innings': 303.0, 'range': 4.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}}, {'position': 'RF', 'innings': 1050.1, 'range': 5.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}}, {'position': '1B', 'innings': 1215.1, 'range': 2.0, 'error': 10.0, 'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}}, {'position': 'LF', 'innings': 759.0, 'range': 2.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': 'CF', 'innings': 348.1, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': 'RF', 'innings': 58.0, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': '1B', 'innings': 13.0, 'range': 3.0, 'error': 0.0, 'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}}, {'position': '3B', 'innings': 1312.2, 'range': 1.0, 'error': 26.0, 'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}}, {'position': '2B', 'innings': 394.0, 'range': 1.0, 'error': 12.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': '3B', 'innings': 26.1, 'range': 3.0, 'error': 0.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': 'SS', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': 'C', 'innings': 831.1, 'range': 4.0, 'error': 4.0, 'arm': -1.0, 'pb': 9.0, 'overthrow': 9.0, 'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}}, {'position': 'SS', 'innings': 1370.2, 'range': 1.0, 'error': 14.0, 'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}}, {'position': 'C', 'innings': 655.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'pb': 7.0, 'overthrow': 5.0, 'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}}, {'position': 'LF', 'innings': 353.0, 'range': 5.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 661, 'image': 'https://pddev.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}}, {'position': 'LF', 'innings': 98.1, 'range': 4.0, 'error': 23.0, 'arm': 1.0, 'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}}, {'position': 'C', 'innings': 555.2, 'range': 5.0, 'error': 5.0, 'arm': -1.0, 'pb': 20.0, 'overthrow': 11.0, 'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}}, {'position': 'C', 'innings': 792.0, 'range': 1.0, 'error': 3.0, 'arm': -4.0, 'pb': 8.0, 'overthrow': 6.0, 'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}}, {'position': 'CF', 'innings': 1321.2, 'range': 1.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}}, {'position': 'SS', 'innings': 1316.0, 'range': 1.0, 'error': 4.0, 'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}}, {'position': 'LF', 'innings': 149.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, {'position': 'RF', 'innings': 18.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, {'position': 'RF', 'innings': 1318.2, 'range': 3.0, 'error': 5.0, 'arm': -4.0, 'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 294, 'image': 'https://pddev.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}}, {'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '3B', 'innings': 1266.0, 'range': 5.0, 'error': 18.0, 'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}}, {'position': 'LF', 'innings': 792.0, 'range': 1.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}}, {'position': 'RF', 'innings': 41.0, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}}, {'position': 'C', 'innings': 399.1, 'range': 3.0, 'error': 12.0, 'arm': -1.0, 'pb': 10.0, 'overthrow': 20.0, 'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}}, {'position': '2B', 'innings': 164.1, 'range': 4.0, 'error': 15.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'SS', 'innings': 102.1, 'range': 5.0, 'error': 40.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'LF', 'innings': 76.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'CF', 'innings': 40.2, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'LF', 'innings': 122.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}}, {'position': '1B', 'innings': 27.0, 'range': 3.0, 'error': 30.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': '2B', 'innings': 69.0, 'range': 2.0, 'error': 0.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': '3B', 'innings': 222.0, 'range': 3.0, 'error': 18.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': 'SS', 'innings': 24.0, 'range': 3.0, 'error': 0.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': 'SS', 'innings': 1255.1, 'range': 1.0, 'error': 26.0, 'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}}, {'position': '3B', 'innings': 1325.0, 'range': 1.0, 'error': 17.0, 'player_id': 10653, 'p_name': 'John Valentin', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}}, {'position': '1B', 'innings': 1238.1, 'range': 2.0, 'error': 12.0, 'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}}, {'position': '1B', 'innings': 142.2, 'range': 4.0, 'error': 8.0, 'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}}, {'position': 'C', 'innings': 171.1, 'range': 4.0, 'error': 6.0, 'arm': 2.0, 'pb': 5.0, 'overthrow': 12.0, 'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}}, {'position': 'C', 'innings': 516.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'pb': 20.0, 'overthrow': 12.0, 'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 1281, 'image': 'https://pddev.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}}, {'position': 'CF', 'innings': 488.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}}, {'position': '1B', 'innings': 42.2, 'range': 2.0, 'error': 0.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': '2B', 'innings': 635.2, 'range': 1.0, 'error': 3.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': '3B', 'innings': 61.0, 'range': 2.0, 'error': 0.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': 'SS', 'innings': 162.2, 'range': 2.0, 'error': 8.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': 'LF', 'innings': 15.0, 'range': 3.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'CF', 'innings': 887.2, 'range': 2.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'RF', 'innings': 409.1, 'range': 4.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'LF', 'innings': 1342.0, 'range': 3.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}}, {'position': 'C', 'innings': 904.0, 'range': 4.0, 'error': 3.0, 'arm': -2.0, 'pb': 18.0, 'overthrow': 6.0, 'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}}, {'position': '1B', 'innings': 40.0, 'range': 3.0, 'error': 30.0, 'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pddev.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}}, {'position': 'LF', 'innings': 41.0, 'range': 3.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'CF', 'innings': 60.1, 'range': 2.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'RF', 'innings': 880.2, 'range': 1.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'LF', 'innings': 434.1, 'range': 2.0, 'error': 2.0, 'arm': -3.0, 'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}}, {'position': 'CF', 'innings': 881.2, 'range': 4.0, 'error': 2.0, 'arm': -3.0, 'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}}, {'position': 'RF', 'innings': 698.1, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}}, {'position': '3B', 'innings': 639.1, 'range': 2.0, 'error': 13.0, 'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}}, {'position': '1B', 'innings': 1186.1, 'range': 1.0, 'error': 6.0, 'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}}, {'position': '1B', 'innings': 224.2, 'range': 2.0, 'error': 0.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'LF', 'innings': 31.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'RF', 'innings': 87.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'LF', 'innings': 327.0, 'range': 3.0, 'error': 0.0, 'arm': -2.0, 'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}}, {'position': 'RF', 'innings': 171.1, 'range': 2.0, 'error': 0.0, 'arm': -2.0, 'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}}, {'position': 'C', 'innings': 763.0, 'range': 2.0, 'error': 3.0, 'arm': -4.0, 'pb': 6.0, 'overthrow': 6.0, 'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}}, {'position': 'SS', 'innings': 940.0, 'range': 1.0, 'error': 14.0, 'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}}, {'position': '2B', 'innings': 1233.0, 'range': 1.0, 'error': 15.0, 'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}}, {'position': '2B', 'innings': 45.0, 'range': 3.0, 'error': 22.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': '3B', 'innings': 739.1, 'range': 1.0, 'error': 18.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': 'SS', 'innings': 49.2, 'range': 4.0, 'error': 72.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': 'C', 'innings': 671.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 19.0, 'overthrow': 7.0, 'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}}, {'position': 'CF', 'innings': 49.1, 'range': 4.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}}, {'position': 'RF', 'innings': 183.1, 'range': 3.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}}, {'position': '2B', 'innings': 149.0, 'range': 2.0, 'error': 14.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': '3B', 'innings': 33.0, 'range': 4.0, 'error': 65.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': 'SS', 'innings': 448.1, 'range': 2.0, 'error': 20.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': '2B', 'innings': 1236.1, 'range': 1.0, 'error': 10.0, 'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 261, 'image': 'https://pddev.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}}, {'position': 'LF', 'innings': 1311.1, 'range': 4.0, 'error': 2.0, 'arm': -4.0, 'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}}, {'position': 'DH', 'innings': 251.0, 'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}}, {'position': '1B', 'innings': 99.0, 'range': 3.0, 'error': 13.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': 'LF', 'innings': 27.2, 'range': 4.0, 'error': 8.0, 'arm': 0.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': 'RF', 'innings': 456.1, 'range': 5.0, 'error': 8.0, 'arm': 0.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': '1B', 'innings': 1378.1, 'range': 1.0, 'error': 7.0, 'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 233, 'image': 'https://pddev.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}}, {'position': '3B', 'innings': 1365.2, 'range': 3.0, 'error': 10.0, 'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}}, {'position': 'C', 'innings': 726.2, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'pb': 12.0, 'overthrow': 7.0, 'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}}, {'position': 'LF', 'innings': 40.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'CF', 'innings': 372.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'RF', 'innings': 189.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'SS', 'innings': 1238.1, 'range': 1.0, 'error': 7.0, 'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}}, {'position': '2B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}}, {'position': 'SS', 'innings': 579.0, 'range': 3.0, 'error': 17.0, 'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}}, {'position': 'CF', 'innings': 77.0, 'range': 5.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}}, {'position': 'RF', 'innings': 493.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}}, {'position': '1B', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}}, {'position': 'C', 'innings': 645.0, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'pb': 3.0, 'overthrow': 5.0, 'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}}, {'position': '2B', 'innings': 1357.1, 'range': 5.0, 'error': 17.0, 'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 242, 'image': 'https://pddev.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}}, {'position': 'CF', 'innings': 972.0, 'range': 1.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}}, {'position': 'RF', 'innings': 11.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}}, {'position': '1B', 'innings': 114.0, 'range': 4.0, 'error': 20.0, 'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}}, {'position': 'LF', 'innings': 1366.0, 'range': 4.0, 'error': 5.0, 'arm': 4.0, 'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1381.2, 'range': 1.0, 'error': 16.0, 'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}}, {'position': '1B', 'innings': 687.1, 'range': 2.0, 'error': 10.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'LF', 'innings': 29.0, 'range': 3.0, 'error': 15.0, 'arm': 0.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'RF', 'innings': 49.0, 'range': 3.0, 'error': 15.0, 'arm': 0.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'CF', 'innings': 152.1, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}}, {'position': 'RF', 'innings': 1074.2, 'range': 5.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}}, {'position': 'C', 'innings': 670.0, 'range': 4.0, 'error': 9.0, 'arm': -2.0, 'pb': 7.0, 'overthrow': 18.0, 'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}}, {'position': 'SS', 'innings': 1121.1, 'range': 4.0, 'error': 38.0, 'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}}, {'position': '2B', 'innings': 59.0, 'range': 3.0, 'error': 47.0, 'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}}, {'position': 'SS', 'innings': 243.1, 'range': 3.0, 'error': 19.0, 'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}}, {'position': 'C', 'innings': 486.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'pb': 2.0, 'overthrow': 11.0, 'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}}, {'position': '1B', 'innings': 630.1, 'range': 3.0, 'error': 7.0, 'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}}, {'position': '3B', 'innings': 45.0, 'range': 4.0, 'error': 41.0, 'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}}, {'position': 'LF', 'innings': 30.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'CF', 'innings': 264.2, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'RF', 'innings': 214.0, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'LF', 'innings': 843.0, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}}, {'position': 'CF', 'innings': 317.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}}, {'position': 'CF', 'innings': 267.1, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}}, {'position': 'RF', 'innings': 1080.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}}, {'position': 'LF', 'innings': 360.1, 'range': 3.0, 'error': 9.0, 'arm': 0.0, 'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}}, {'position': 'RF', 'innings': 191.1, 'range': 4.0, 'error': 9.0, 'arm': 0.0, 'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}}, {'position': '1B', 'innings': 1256.2, 'range': 1.0, 'error': 10.0, 'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 260, 'image': 'https://pddev.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}}, {'position': '1B', 'innings': 299.2, 'range': 3.0, 'error': 4.0, 'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}}, {'position': '3B', 'innings': 1111.1, 'range': 4.0, 'error': 39.0, 'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}}, {'position': '2B', 'innings': 692.2, 'range': 5.0, 'error': 17.0, 'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}}, {'position': '3B', 'innings': 452.2, 'range': 3.0, 'error': 18.0, 'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}}, {'position': 'C', 'innings': 971.1, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'pb': 3.0, 'overthrow': 8.0, 'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}}, {'position': 'SS', 'innings': 1398.1, 'range': 3.0, 'error': 16.0, 'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}}, {'position': 'LF', 'innings': 19.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}}, {'position': 'CF', 'innings': 871.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}}, {'position': 'CF', 'innings': 1212.1, 'range': 1.0, 'error': 3.0, 'arm': -2.0, 'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}}, {'position': '2B', 'innings': 117.0, 'range': 2.0, 'error': 0.0, 'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}}, {'position': '3B', 'innings': 950.1, 'range': 1.0, 'error': 11.0, 'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}}, {'position': 'LF', 'innings': 151.0, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}}, {'position': 'RF', 'innings': 1196.1, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}}, {'position': '1B', 'innings': 1234.0, 'range': 3.0, 'error': 12.0, 'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}}, {'position': '2B', 'innings': 1179.1, 'range': 1.0, 'error': 10.0, 'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}}, {'position': 'SS', 'innings': 121.0, 'range': 3.0, 'error': 10.0, 'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}}, {'position': 'LF', 'innings': 1143.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}}, {'position': 'C', 'innings': 597.2, 'range': 4.0, 'error': 8.0, 'arm': -2.0, 'pb': 5.0, 'overthrow': 17.0, 'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}}, {'position': 'SS', 'innings': 1163.1, 'range': 1.0, 'error': 12.0, 'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}}, {'position': 'LF', 'innings': 43.0, 'range': 3.0, 'error': 8.0, 'arm': 0.0, 'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}}, {'position': 'CF', 'innings': 123.0, 'range': 2.0, 'error': 8.0, 'arm': 0.0, 'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}}, {'position': 'C', 'innings': 754.2, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'pb': 11.0, 'overthrow': 11.0, 'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}}, {'position': 'LF', 'innings': 1104.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}}, {'position': 'CF', 'innings': 135.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}}, {'position': 'RF', 'innings': 1280.2, 'range': 5.0, 'error': 1.0, 'arm': 3.0, 'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}}, {'position': '1B', 'innings': 47.1, 'range': 3.0, 'error': 0.0, 'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}}, {'position': '3B', 'innings': 895.1, 'range': 5.0, 'error': 37.0, 'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}}, {'position': '1B', 'innings': 1237.0, 'range': 5.0, 'error': 13.0, 'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}}, {'position': '2B', 'innings': 43.0, 'range': 3.0, 'error': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'SS', 'innings': 257.0, 'range': 5.0, 'error': 60.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'LF', 'innings': 31.0, 'range': 3.0, 'error': 12.0, 'arm': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'RF', 'innings': 38.0, 'range': 3.0, 'error': 12.0, 'arm': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': '2B', 'innings': 955.2, 'range': 5.0, 'error': 17.0, 'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}}, {'position': 'C', 'innings': 940.1, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 8.0, 'overthrow': 13.0, 'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}}, {'position': '2B', 'innings': 268.1, 'range': 3.0, 'error': 0.0, 'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}}, {'position': 'SS', 'innings': 265.2, 'range': 4.0, 'error': 0.0, 'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}}, {'position': '2B', 'innings': 472.2, 'range': 4.0, 'error': 15.0, 'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}}, {'position': 'SS', 'innings': 10.2, 'range': 4.0, 'error': 72.0, 'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}}, {'position': 'C', 'innings': 510.0, 'range': 4.0, 'error': 5.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 10.0, 'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 70.0, 'range': 3.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': 'CF', 'innings': 247.2, 'range': 2.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': 'RF', 'innings': 102.1, 'range': 4.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': '2B', 'innings': 1173.0, 'range': 5.0, 'error': 15.0, 'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 252, 'image': 'https://pddev.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}}, {'position': '2B', 'innings': 131.0, 'range': 3.0, 'error': 20.0, 'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}}, {'position': '3B', 'innings': 608.1, 'range': 5.0, 'error': 19.0, 'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}}, {'position': '1B', 'innings': 74.0, 'range': 4.0, 'error': 0.0, 'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}}, {'position': 'LF', 'innings': 982.0, 'range': 5.0, 'error': 5.0, 'arm': 1.0, 'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}}, {'position': 'LF', 'innings': 100.0, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'CF', 'innings': 365.0, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'RF', 'innings': 855.0, 'range': 2.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'C', 'innings': 1007.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'pb': 3.0, 'overthrow': 9.0, 'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}}, {'position': 'SS', 'innings': 1270.0, 'range': 5.0, 'error': 24.0, 'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}}, {'position': '2B', 'innings': 143.2, 'range': 2.0, 'error': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': '3B', 'innings': 46.2, 'range': 2.0, 'error': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'SS', 'innings': 174.0, 'range': 4.0, 'error': 28.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'LF', 'innings': 125.2, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'RF', 'innings': 40.0, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': '1B', 'innings': 388.2, 'range': 3.0, 'error': 3.0, 'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}}, {'position': '3B', 'innings': 627.2, 'range': 4.0, 'error': 14.0, 'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}}, {'position': 'LF', 'innings': 145.0, 'range': 4.0, 'error': 7.0, 'arm': -3.0, 'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}}, {'position': 'RF', 'innings': 393.2, 'range': 5.0, 'error': 7.0, 'arm': -3.0, 'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}}, {'position': 'LF', 'innings': 43.0, 'range': 3.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': 'CF', 'innings': 1123.1, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': 'RF', 'innings': 188.0, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': '2B', 'innings': 1325.1, 'range': 4.0, 'error': 18.0, 'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 1230, 'image': 'https://pddev.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}}, {'position': '1B', 'innings': 357.2, 'range': 2.0, 'error': 13.0, 'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}}, {'position': 'LF', 'innings': 288.0, 'range': 4.0, 'error': 0.0, 'arm': 1.0, 'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}}, {'position': '3B', 'innings': 1102.1, 'range': 5.0, 'error': 39.0, 'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}}, {'position': '1B', 'innings': 944.1, 'range': 1.0, 'error': 6.0, 'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}}, {'position': '3B', 'innings': 34.0, 'range': 3.0, 'error': 0.0, 'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}}, {'position': '1B', 'innings': 85.1, 'range': 3.0, 'error': 0.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'LF', 'innings': 407.0, 'range': 3.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'RF', 'innings': 233.1, 'range': 3.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'RF', 'innings': 513.1, 'range': 2.0, 'error': 3.0, 'arm': 1.0, 'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}}, {'position': '1B', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}}, {'position': 'C', 'innings': 579.1, 'range': 3.0, 'error': 2.0, 'arm': -3.0, 'pb': 3.0, 'overthrow': 4.0, 'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}}, {'position': '2B', 'innings': 16.0, 'range': 3.0, 'error': 65.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': '3B', 'innings': 28.0, 'range': 3.0, 'error': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'SS', 'innings': 420.0, 'range': 2.0, 'error': 25.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'LF', 'innings': 44.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'RF', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'SS', 'innings': 1385.2, 'range': 5.0, 'error': 17.0, 'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}}, {'position': 'LF', 'innings': 20.1, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}}, {'position': 'CF', 'innings': 354.2, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}}, {'position': 'LF', 'innings': 1103.2, 'range': 3.0, 'error': 8.0, 'arm': 1.0, 'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}}, {'position': 'RF', 'innings': 213.0, 'range': 4.0, 'error': 8.0, 'arm': 1.0, 'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}}, {'position': 'RF', 'innings': 1010.2, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}}, {'position': '3B', 'innings': 1422.2, 'range': 1.0, 'error': 14.0, 'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}, {'position': 'LF', 'innings': 193.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': 'CF', 'innings': 892.1, 'range': 5.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': 'RF', 'innings': 63.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': '1B', 'innings': 1208.0, 'range': 1.0, 'error': 6.0, 'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}}, {'position': '2B', 'innings': 1275.0, 'range': 2.0, 'error': 8.0, 'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}}, {'position': 'C', 'innings': 796.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 10.0, 'overthrow': 12.0, 'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}}, {'position': '2B', 'innings': 1268.2, 'range': 5.0, 'error': 24.0, 'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}}, {'position': 'SS', 'innings': 1389.1, 'range': 1.0, 'error': 17.0, 'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 1234, 'image': 'https://pddev.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}}, {'position': 'CF', 'innings': 1344.2, 'range': 4.0, 'error': 2.0, 'arm': -5.0, 'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}}, {'position': 'RF', 'innings': 572.2, 'range': 5.0, 'error': 3.0, 'arm': -1.0, 'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}}, {'position': '1B', 'innings': 1143.1, 'range': 2.0, 'error': 1.0, 'player_id': 10708, 'p_name': 'David Segui', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}}, {'position': '1B', 'innings': 31.0, 'range': 3.0, 'error': 0.0, 'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}}, {'position': 'LF', 'innings': 725.0, 'range': 4.0, 'error': 7.0, 'arm': 1.0, 'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}}, {'position': 'RF', 'innings': 43.0, 'range': 3.0, 'error': 7.0, 'arm': 1.0, 'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}}, {'position': '3B', 'innings': 1145.0, 'range': 5.0, 'error': 47.0, 'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}}, {'position': 'LF', 'innings': 19.0, 'range': 4.0, 'error': 25.0, 'arm': 0.0, 'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}}, {'position': 'C', 'innings': 798.1, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'pb': 6.0, 'overthrow': 5.0, 'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}}, {'position': '2B', 'innings': 342.0, 'range': 2.0, 'error': 21.0, 'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}}, {'position': '3B', 'innings': 157.1, 'range': 3.0, 'error': 30.0, 'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}}, {'position': 'LF', 'innings': 70.0, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'CF', 'innings': 264.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'RF', 'innings': 167.0, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'LF', 'innings': 1325.1, 'range': 3.0, 'error': 2.0, 'arm': 4.0, 'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 238, 'image': 'https://pddev.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}}, {'position': 'RF', 'innings': 1007.0, 'range': 4.0, 'error': 4.0, 'arm': 0.0, 'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 975, 'image': 'https://pddev.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}}, {'position': '1B', 'innings': 1147.1, 'range': 5.0, 'error': 14.0, 'player_id': 10712, 'p_name': 'Will Clark', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}}, {'position': 'C', 'innings': 1197.1, 'range': 1.0, 'error': 3.0, 'arm': -4.0, 'pb': 8.0, 'overthrow': 6.0, 'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}}, {'position': 'SS', 'innings': 734.2, 'range': 3.0, 'error': 16.0, 'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}}, {'position': '3B', 'innings': 1281.2, 'range': 5.0, 'error': 30.0, 'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}}, {'position': 'CF', 'innings': 1149.1, 'range': 3.0, 'error': 1.0, 'arm': 1.0, 'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}}, {'position': '1B', 'innings': 198.0, 'range': 3.0, 'error': 5.0, 'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}}, {'position': 'RF', 'innings': 33.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}}, {'position': '2B', 'innings': 33.2, 'range': 3.0, 'error': 71.0, 'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}}, {'position': 'SS', 'innings': 231.2, 'range': 3.0, 'error': 25.0, 'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}}, {'position': 'LF', 'innings': 215.2, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': 'CF', 'innings': 220.0, 'range': 4.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': 'RF', 'innings': 45.0, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': '2B', 'innings': 694.2, 'range': 5.0, 'error': 19.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'SS', 'innings': 67.0, 'range': 3.0, 'error': 36.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'LF', 'innings': 26.1, 'range': 3.0, 'error': 25.0, 'arm': 0.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'RF', 'innings': 1098.2, 'range': 5.0, 'error': 2.0, 'arm': 2.0, 'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 1097, 'image': 'https://pddev.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}}, {'position': '1B', 'innings': 1168.2, 'range': 4.0, 'error': 12.0, 'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}}, {'position': 'CF', 'innings': 804.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}}, {'position': 'RF', 'innings': 457.1, 'range': 5.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}}, {'position': '1B', 'innings': 209.0, 'range': 2.0, 'error': 5.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': '3B', 'innings': 135.0, 'range': 3.0, 'error': 12.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': 'LF', 'innings': 107.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': 'C', 'innings': 1143.2, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'pb': 5.0, 'overthrow': 8.0, 'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}}, {'position': '2B', 'innings': 220.0, 'range': 2.0, 'error': 11.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': '3B', 'innings': 44.2, 'range': 4.0, 'error': 39.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': 'SS', 'innings': 300.2, 'range': 2.0, 'error': 32.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': '2B', 'innings': 968.0, 'range': 5.0, 'error': 16.0, 'player_id': 10715, 'p_name': 'Eric Young', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}}, {'position': 'LF', 'innings': 185.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}}, {'position': 'CF', 'innings': 277.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}}, {'position': 'CF', 'innings': 1222.1, 'range': 1.0, 'error': 0.0, 'arm': 3.0, 'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}}, {'position': '2B', 'innings': 58.0, 'range': 3.0, 'error': 22.0, 'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}}, {'position': '3B', 'innings': 1137.1, 'range': 3.0, 'error': 24.0, 'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}}, {'position': 'LF', 'innings': 1336.1, 'range': 1.0, 'error': 4.0, 'arm': 4.0, 'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}}, {'position': '1B', 'innings': 335.2, 'range': 3.0, 'error': 6.0, 'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}}, {'position': '3B', 'innings': 339.2, 'range': 3.0, 'error': 5.0, 'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}}, {'position': 'LF', 'innings': 38.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'CF', 'innings': 190.0, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'RF', 'innings': 719.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'SS', 'innings': 918.0, 'range': 2.0, 'error': 14.0, 'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}}, {'position': '1B', 'innings': 1037.0, 'range': 2.0, 'error': 1.0, 'player_id': 10721, 'p_name': 'JT Snow', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}}, {'position': 'C', 'innings': 764.0, 'range': 3.0, 'error': 3.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 6.0, 'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}}, {'position': '2B', 'innings': 196.0, 'range': 2.0, 'error': 6.0, 'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}}, {'position': 'SS', 'innings': 504.2, 'range': 2.0, 'error': 16.0, 'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}}, {'position': 'LF', 'innings': 23.1, 'range': 4.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}}, {'position': 'RF', 'innings': 187.1, 'range': 2.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}}, {'position': 'C', 'innings': 664.0, 'range': 5.0, 'error': 4.0, 'arm': 0.0, 'pb': 9.0, 'overthrow': 9.0, 'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}}, {'position': 'LF', 'innings': 46.2, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}}, {'position': 'CF', 'innings': 49.0, 'range': 4.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}}, {'position': 'RF', 'innings': 444.0, 'range': 2.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}}, {'position': '2B', 'innings': 208.0, 'range': 2.0, 'error': 20.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': '3B', 'innings': 18.1, 'range': 3.0, 'error': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'LF', 'innings': 38.0, 'range': 3.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'CF', 'innings': 100.0, 'range': 3.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'SS', 'innings': 915.0, 'range': 5.0, 'error': 34.0, 'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}}, {'position': 'CF', 'innings': 891.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}}, {'position': 'RF', 'innings': 17.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}}, {'position': 'LF', 'innings': 49.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11547, 'p_name': 'Kevin Mitchell', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11547/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'fangr_id': '1009004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3}}, {'position': 'LF', 'innings': 110.1, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'CF', 'innings': 553.1, 'range': 5.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'RF', 'innings': 59.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'LF', 'innings': 174.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}}, {'position': 'RF', 'innings': 113.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}}, {'position': 'LF', 'innings': 333.1, 'range': 2.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}}, {'position': 'RF', 'innings': 294.2, 'range': 4.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}}, {'position': 'CF', 'innings': 1076.0, 'range': 5.0, 'error': 3.0, 'arm': 2.0, 'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}}, {'position': '2B', 'innings': 158.0, 'range': 2.0, 'error': 18.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': '3B', 'innings': 40.2, 'range': 3.0, 'error': 50.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': 'SS', 'innings': 162.0, 'range': 2.0, 'error': 23.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': 'LF', 'innings': 304.0, 'range': 2.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'CF', 'innings': 123.0, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'RF', 'innings': 74.1, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'C', 'innings': 930.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 4.0, 'overthrow': 7.0, 'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}}, {'position': '1B', 'innings': 36.0, 'range': 3.0, 'error': 0.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '2B', 'innings': 928.2, 'range': 3.0, 'error': 12.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '3B', 'innings': 82.2, 'range': 2.0, 'error': 0.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '3B', 'innings': 460.0, 'range': 5.0, 'error': 65.0, 'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}}, {'position': '2B', 'innings': 723.0, 'range': 2.0, 'error': 17.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': '3B', 'innings': 23.0, 'range': 3.0, 'error': 65.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': 'SS', 'innings': 40.0, 'range': 2.0, 'error': 0.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': '1B', 'innings': 24.0, 'range': 3.0, 'error': 0.0, 'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}}, {'position': 'LF', 'innings': 1057.0, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}}, {'position': 'C', 'innings': 705.1, 'range': 5.0, 'error': 8.0, 'arm': -1.0, 'pb': 12.0, 'overthrow': 16.0, 'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}}, {'position': '3B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}}, {'position': 'SS', 'innings': 562.2, 'range': 2.0, 'error': 31.0, 'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}}, {'position': '3B', 'innings': 149.2, 'range': 3.0, 'error': 21.0, 'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}}, {'position': 'CF', 'innings': 922.2, 'range': 5.0, 'error': 2.0, 'arm': 3.0, 'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}}, {'position': '1B', 'innings': 586.2, 'range': 5.0, 'error': 14.0, 'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}}, {'position': '2B', 'innings': 1055.2, 'range': 1.0, 'error': 17.0, 'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}}, {'position': '3B', 'innings': 1364.2, 'range': 5.0, 'error': 29.0, 'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 926, 'image': 'https://pddev.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}}, {'position': 'SS', 'innings': 1225.2, 'range': 2.0, 'error': 20.0, 'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}}, {'position': 'CF', 'innings': 1219.1, 'range': 1.0, 'error': 3.0, 'arm': 5.0, 'player_id': 10730, 'p_name': 'Devon White', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}}, {'position': '2B', 'innings': 131.1, 'range': 3.0, 'error': 10.0, 'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}}, {'position': 'SS', 'innings': 1175.2, 'range': 2.0, 'error': 20.0, 'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}}, {'position': '1B', 'innings': 1268.1, 'range': 4.0, 'error': 2.0, 'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}}, {'position': '3B', 'innings': 1126.2, 'range': 1.0, 'error': 14.0, 'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}}, {'position': '1B', 'innings': 60.0, 'range': 3.0, 'error': 20.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'LF', 'innings': 136.2, 'range': 4.0, 'error': 9.0, 'arm': 2.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'RF', 'innings': 239.0, 'range': 5.0, 'error': 9.0, 'arm': 2.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'CF', 'innings': 27.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}}, {'position': 'RF', 'innings': 736.2, 'range': 4.0, 'error': 6.0, 'arm': -2.0, 'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}}, {'position': 'C', 'innings': 397.1, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'pb': 5.0, 'overthrow': 9.0, 'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}}, {'position': 'LF', 'innings': 296.1, 'range': 2.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}}, {'position': 'RF', 'innings': 102.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}}, {'position': '2B', 'innings': 280.2, 'range': 2.0, 'error': 4.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': '3B', 'innings': 111.0, 'range': 2.0, 'error': 13.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': 'SS', 'innings': 246.2, 'range': 2.0, 'error': 20.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': '2B', 'innings': 1166.0, 'range': 5.0, 'error': 19.0, 'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}}, {'position': 'C', 'innings': 710.0, 'range': 2.0, 'error': 7.0, 'arm': -2.0, 'pb': 1.0, 'overthrow': 15.0, 'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}}, {'position': '1B', 'innings': 103.0, 'range': 3.0, 'error': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': '2B', 'innings': 443.1, 'range': 3.0, 'error': 12.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': '3B', 'innings': 191.0, 'range': 2.0, 'error': 13.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'LF', 'innings': 55.0, 'range': 2.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'CF', 'innings': 57.0, 'range': 2.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'RF', 'innings': 198.0, 'range': 5.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'LF', 'innings': 1267.0, 'range': 4.0, 'error': 6.0, 'arm': 5.0, 'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}}, {'position': 'SS', 'innings': 1131.0, 'range': 5.0, 'error': 23.0, 'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}}, {'position': 'CF', 'innings': 339.0, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}}, {'position': 'RF', 'innings': 888.2, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}}, {'position': '3B', 'innings': 687.1, 'range': 5.0, 'error': 44.0, 'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}}, {'position': 'LF', 'innings': 85.2, 'range': 3.0, 'error': 14.0, 'arm': 0.0, 'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}}, {'position': '1B', 'innings': 1046.2, 'range': 4.0, 'error': 9.0, 'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}}, {'position': '2B', 'innings': 300.1, 'range': 3.0, 'error': 4.0, 'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}}, {'position': '2B', 'innings': 892.2, 'range': 2.0, 'error': 6.0, 'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}}, {'position': '1B', 'innings': 310.2, 'range': 5.0, 'error': 30.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'LF', 'innings': 49.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'RF', 'innings': 133.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'C', 'innings': 711.1, 'range': 4.0, 'error': 6.0, 'arm': -2.0, 'pb': 14.0, 'overthrow': 13.0, 'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}}, {'position': 'LF', 'innings': 22.2, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': 'CF', 'innings': 197.2, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': 'RF', 'innings': 22.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': '2B', 'innings': 176.2, 'range': 3.0, 'error': 0.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': '3B', 'innings': 163.1, 'range': 3.0, 'error': 23.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': 'SS', 'innings': 109.1, 'range': 3.0, 'error': 48.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': 'SS', 'innings': 789.1, 'range': 1.0, 'error': 22.0, 'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}}, {'position': '2B', 'innings': 731.1, 'range': 1.0, 'error': 10.0, 'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}}, {'position': '3B', 'innings': 1399.2, 'range': 2.0, 'error': 14.0, 'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 1008, 'image': 'https://pddev.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': '1B', 'innings': 50.0, 'range': 3.0, 'error': 24.0, 'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}}, {'position': 'LF', 'innings': 917.0, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}}, {'position': 'C', 'innings': 1092.1, 'range': 3.0, 'error': 2.0, 'arm': -2.0, 'pb': 10.0, 'overthrow': 4.0, 'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}}, {'position': 'RF', 'innings': 953.2, 'range': 3.0, 'error': 1.0, 'arm': 0.0, 'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}}, {'position': 'CF', 'innings': 1372.2, 'range': 1.0, 'error': 1.0, 'arm': -6.0, 'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}}, {'position': 'LF', 'innings': 714.1, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': 'CF', 'innings': 129.0, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': 'RF', 'innings': 84.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': '2B', 'innings': 631.2, 'range': 1.0, 'error': 20.0, 'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}}, {'position': 'LF', 'innings': 166.1, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': 'CF', 'innings': 63.2, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': 'RF', 'innings': 368.1, 'range': 1.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': '2B', 'innings': 163.1, 'range': 4.0, 'error': 14.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': '3B', 'innings': 121.1, 'range': 3.0, 'error': 18.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': 'SS', 'innings': 267.1, 'range': 4.0, 'error': 25.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': 'LF', 'innings': 150.1, 'range': 4.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}}, {'position': 'RF', 'innings': 49.1, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}}, {'position': '1B', 'innings': 1390.1, 'range': 4.0, 'error': 7.0, 'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}}, {'position': 'CF', 'innings': 43.1, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}}, {'position': 'RF', 'innings': 1379.0, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}}, {'position': '1B', 'innings': 16.0, 'range': 3.0, 'error': 0.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': '3B', 'innings': 507.2, 'range': 3.0, 'error': 21.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'SS', 'innings': 315.2, 'range': 4.0, 'error': 25.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'LF', 'innings': 45.2, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'CF', 'innings': 209.2, 'range': 2.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': '3B', 'innings': 888.1, 'range': 5.0, 'error': 24.0, 'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}}, {'position': '1B', 'innings': 35.0, 'range': 3.0, 'error': 0.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'LF', 'innings': 166.0, 'range': 4.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'CF', 'innings': 537.1, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'C', 'innings': 811.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'pb': 3.0, 'overthrow': 5.0, 'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}}, {'position': '2B', 'innings': 1304.0, 'range': 1.0, 'error': 5.0, 'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}}, {'position': 'C', 'innings': 388.1, 'range': 4.0, 'error': 7.0, 'arm': -2.0, 'pb': 12.0, 'overthrow': 14.0, 'player_id': 11550, 'p_name': 'Damian Miller', 'cost': 2348, 'image': 'https://pddev.manticorum.com/api/v2/players/11550/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 65, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'C', 'fangr_id': '65', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2}}, {'position': 'LF', 'innings': 876.2, 'range': 5.0, 'error': 1.0, 'arm': 1.0, 'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 259, 'image': 'https://pddev.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}}, {'position': '2B', 'innings': 1383.0, 'range': 5.0, 'error': 10.0, 'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}}, {'position': '1B', 'innings': 51.0, 'range': 2.0, 'error': 0.0, 'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}}, {'position': '3B', 'innings': 1308.1, 'range': 1.0, 'error': 12.0, 'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}}, {'position': '1B', 'innings': 360.2, 'range': 3.0, 'error': 10.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': '2B', 'innings': 57.0, 'range': 3.0, 'error': 0.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': '3B', 'innings': 140.2, 'range': 2.0, 'error': 0.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': 'SS', 'innings': 390.2, 'range': 3.0, 'error': 10.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': 'RF', 'innings': 1403.1, 'range': 1.0, 'error': 6.0, 'arm': 3.0, 'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}}, {'position': 'CF', 'innings': 1170.1, 'range': 2.0, 'error': 2.0, 'arm': 3.0, 'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}}, {'position': '1B', 'innings': 337.0, 'range': 2.0, 'error': 20.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'LF', 'innings': 260.0, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'C', 'innings': 46.0, 'range': 3.0, 'error': 15.0, 'arm': 3.0, 'pb': 20.0, 'overthrow': 20.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'C', 'innings': 510.2, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'pb': 11.0, 'overthrow': 4.0, 'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}}, {'position': 'LF', 'innings': 189.1, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'CF', 'innings': 244.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'RF', 'innings': 25.2, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'LF', 'innings': 369.0, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}}, {'position': 'SS', 'innings': 1060.1, 'range': 2.0, 'error': 26.0, 'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}}, {'position': 'C', 'innings': 795.0, 'range': 4.0, 'error': 6.0, 'arm': 0.0, 'pb': 7.0, 'overthrow': 12.0, 'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}}, {'position': '2B', 'innings': 1316.0, 'range': 5.0, 'error': 15.0, 'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}}, {'position': 'CF', 'innings': 40.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}}, {'position': 'LF', 'innings': 922.1, 'range': 4.0, 'error': 3.0, 'arm': 1.0, 'player_id': 10750, 'p_name': 'Al Martin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}}, {'position': 'C', 'innings': 1253.1, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'pb': 7.0, 'overthrow': 8.0, 'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}}, {'position': '1B', 'innings': 1359.0, 'range': 3.0, 'error': 7.0, 'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}}, {'position': 'CF', 'innings': 748.0, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}}, {'position': 'RF', 'innings': 104.1, 'range': 4.0, 'error': 4.0, 'arm': -3.0, 'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}}, {'position': 'LF', 'innings': 170.0, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'CF', 'innings': 314.1, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'RF', 'innings': 102.1, 'range': 3.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'SS', 'innings': 862.1, 'range': 3.0, 'error': 27.0, 'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}}, {'position': 'LF', 'innings': 153.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}}, {'position': 'CF', 'innings': 237.1, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}}, {'position': 'CF', 'innings': 18.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}}, {'position': 'RF', 'innings': 1254.1, 'range': 4.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}}, {'position': '2B', 'innings': 71.2, 'range': 2.0, 'error': 0.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': '3B', 'innings': 43.1, 'range': 2.0, 'error': 0.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': 'SS', 'innings': 415.2, 'range': 2.0, 'error': 60.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': 'LF', 'innings': 327.0, 'range': 4.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}}, {'position': 'CF', 'innings': 51.2, 'range': 3.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}}, {'position': 'SS', 'innings': 555.2, 'range': 4.0, 'error': 10.0, 'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}}, {'position': '2B', 'innings': 1131.0, 'range': 2.0, 'error': 10.0, 'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}}, {'position': 'CF', 'innings': 1335.1, 'range': 5.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}}, {'position': 'RF', 'innings': 902.0, 'range': 5.0, 'error': 1.0, 'arm': 3.0, 'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 263, 'image': 'https://pddev.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}}, {'position': '3B', 'innings': 1049.0, 'range': 5.0, 'error': 34.0, 'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}}, {'position': 'LF', 'innings': 1306.1, 'range': 3.0, 'error': 1.0, 'arm': -2.0, 'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}}, {'position': 'C', 'innings': 907.2, 'range': 4.0, 'error': 4.0, 'arm': -1.0, 'pb': 14.0, 'overthrow': 8.0, 'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}}, {'position': '1B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': '2B', 'innings': 135.0, 'range': 4.0, 'error': 17.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': '3B', 'innings': 84.0, 'range': 4.0, 'error': 47.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': 'SS', 'innings': 262.0, 'range': 4.0, 'error': 25.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': 'DH', 'innings': 120.0, 'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}}, {'position': 'LF', 'innings': 69.2, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'CF', 'innings': 88.1, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'RF', 'innings': 316.2, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'SS', 'innings': 1191.1, 'range': 5.0, 'error': 14.0, 'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}}, {'position': '2B', 'innings': 896.1, 'range': 5.0, 'error': 11.0, 'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}}, {'position': 'CF', 'innings': 1216.1, 'range': 2.0, 'error': 3.0, 'arm': 3.0, 'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}}, {'position': '1B', 'innings': 1326.1, 'range': 5.0, 'error': 10.0, 'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}}, {'position': 'CF', 'innings': 222.1, 'range': 2.0, 'error': 7.0, 'arm': -1.0, 'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}}, {'position': 'RF', 'innings': 946.2, 'range': 1.0, 'error': 7.0, 'arm': -1.0, 'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}}, {'position': 'LF', 'innings': 235.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': 'CF', 'innings': 24.0, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': 'RF', 'innings': 217.2, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': '1B', 'innings': 90.1, 'range': 3.0, 'error': 0.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': '3B', 'innings': 272.1, 'range': 5.0, 'error': 44.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'LF', 'innings': 260.2, 'range': 4.0, 'error': 7.0, 'arm': -2.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'RF', 'innings': 169.2, 'range': 3.0, 'error': 7.0, 'arm': -2.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'C', 'innings': 482.1, 'range': 4.0, 'error': 7.0, 'arm': -1.0, 'pb': 8.0, 'overthrow': 14.0, 'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}}, {'position': '3B', 'innings': 971.1, 'range': 3.0, 'error': 8.0, 'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}}, {'position': '1B', 'innings': 35.0, 'range': 3.0, 'error': 0.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'LF', 'innings': 98.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'RF', 'innings': 68.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'C', 'innings': 374.1, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'pb': 2.0, 'overthrow': 17.0, 'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}}, {'position': 'LF', 'innings': 819.0, 'range': 3.0, 'error': 7.0, 'arm': 2.0, 'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 519, 'image': 'https://pddev.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}}, {'position': '1B', 'innings': 22.0, 'range': 3.0, 'error': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': '2B', 'innings': 62.2, 'range': 2.0, 'error': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'LF', 'innings': 193.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'RF', 'innings': 59.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'CF', 'innings': 658.2, 'range': 2.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}}, {'position': 'RF', 'innings': 384.0, 'range': 4.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}}, {'position': '1B', 'innings': 324.2, 'range': 2.0, 'error': 7.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'LF', 'innings': 725.1, 'range': 3.0, 'error': 14.0, 'arm': 0.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'RF', 'innings': 94.1, 'range': 4.0, 'error': 14.0, 'arm': 0.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'SS', 'innings': 1236.0, 'range': 3.0, 'error': 14.0, 'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 613, 'image': 'https://pddev.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}}, {'position': 'C', 'innings': 991.2, 'range': 5.0, 'error': 6.0, 'arm': 0.0, 'pb': 8.0, 'overthrow': 12.0, 'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}}, {'position': '3B', 'innings': 617.1, 'range': 2.0, 'error': 31.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': 'LF', 'innings': 61.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': 'RF', 'innings': 228.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': '2B', 'innings': 1358.0, 'range': 5.0, 'error': 8.0, 'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}}, {'position': '1B', 'innings': 683.1, 'range': 3.0, 'error': 7.0, 'player_id': 11552, 'p_name': 'Sean Casey', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11552/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 314, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'fangr_id': '314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}}, {'position': '2B', 'innings': 13.2, 'range': 3.0, 'error': 0.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': '3B', 'innings': 211.1, 'range': 3.0, 'error': 8.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': 'SS', 'innings': 120.1, 'range': 4.0, 'error': 72.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': '2B', 'innings': 238.0, 'range': 5.0, 'error': 25.0, 'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}}, {'position': '2B', 'innings': 66.2, 'range': 3.0, 'error': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': '3B', 'innings': 109.2, 'range': 3.0, 'error': 27.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'LF', 'innings': 425.1, 'range': 2.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'RF', 'innings': 108.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'C', 'innings': 367.0, 'range': 3.0, 'error': 11.0, 'arm': -2.0, 'pb': 0.0, 'overthrow': 20.0, 'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}}, {'position': 'LF', 'innings': 21.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}}, {'position': 'RF', 'innings': 140.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}}, {'position': '2B', 'innings': 1368.1, 'range': 5.0, 'error': 13.0, 'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}}, {'position': '1B', 'innings': 30.2, 'range': 3.0, 'error': 0.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': '2B', 'innings': 49.0, 'range': 4.0, 'error': 29.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': '3B', 'innings': 742.1, 'range': 5.0, 'error': 17.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': 'RF', 'innings': 1337.2, 'range': 1.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 302, 'image': 'https://pddev.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}}, {'position': '1B', 'innings': 1311.1, 'range': 2.0, 'error': 6.0, 'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 1990, 'image': 'https://pddev.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}}, {'position': 'LF', 'innings': 1330.0, 'range': 2.0, 'error': 5.0, 'arm': -5.0, 'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}}, {'position': 'CF', 'innings': 33.1, 'range': 4.0, 'error': 5.0, 'arm': -5.0, 'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}}, {'position': 'CF', 'innings': 1028.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}}, {'position': 'RF', 'innings': 19.0, 'range': 3.0, 'error': 3.0, 'arm': -2.0, 'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}}, {'position': 'SS', 'innings': 1147.2, 'range': 5.0, 'error': 16.0, 'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}}, {'position': 'C', 'innings': 1054.1, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 3.0, 'overthrow': 7.0, 'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}}, {'position': '3B', 'innings': 654.1, 'range': 3.0, 'error': 23.0, 'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}}, {'position': 'C', 'innings': 409.0, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 8.0, 'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}}, {'position': 'CF', 'innings': 636.0, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}}, {'position': 'SS', 'innings': 892.1, 'range': 5.0, 'error': 24.0, 'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}}, {'position': 'CF', 'innings': 1398.0, 'range': 2.0, 'error': 1.0, 'arm': -5.0, 'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}}, {'position': '3B', 'innings': 1419.0, 'range': 1.0, 'error': 14.0, 'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 228, 'image': 'https://pddev.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}}, {'position': '1B', 'innings': 1271.2, 'range': 2.0, 'error': 4.0, 'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}}, {'position': 'LF', 'innings': 795.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}}, {'position': 'RF', 'innings': 27.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}}, {'position': '2B', 'innings': 1228.2, 'range': 5.0, 'error': 15.0, 'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}}, {'position': 'RF', 'innings': 1260.1, 'range': 1.0, 'error': 6.0, 'arm': -6.0, 'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}}, {'position': 'SS', 'innings': 1190.0, 'range': 5.0, 'error': 28.0, 'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}}, {'position': '1B', 'innings': 170.1, 'range': 2.0, 'error': 0.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '2B', 'innings': 152.2, 'range': 5.0, 'error': 23.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '3B', 'innings': 32.1, 'range': 3.0, 'error': 35.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': 'C', 'innings': 284.2, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 17.0, 'overthrow': 13.0, 'player_id': 11553, 'p_name': 'Mark Parent', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11553/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009993, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1009993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2}}, {'position': 'LF', 'innings': 118.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}}, {'position': 'CF', 'innings': 13.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}}, {'position': 'RF', 'innings': 26.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}}, {'position': 'LF', 'innings': 397.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}}, {'position': 'RF', 'innings': 140.0, 'range': 4.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}}, {'position': '1B', 'innings': 1336.2, 'range': 1.0, 'error': 4.0, 'player_id': 10772, 'p_name': 'John Olerud', 'cost': 309, 'image': 'https://pddev.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}}, {'position': 'C', 'innings': 1190.0, 'range': 3.0, 'error': 5.0, 'arm': -1.0, 'pb': 4.0, 'overthrow': 10.0, 'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}}, {'position': 'CF', 'innings': 1305.1, 'range': 5.0, 'error': 3.0, 'arm': 2.0, 'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}}, {'position': '2B', 'innings': 1164.2, 'range': 3.0, 'error': 10.0, 'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}}, {'position': 'SS', 'innings': 1289.0, 'range': 5.0, 'error': 17.0, 'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}}, {'position': '3B', 'innings': 1232.0, 'range': 3.0, 'error': 12.0, 'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}}, {'position': '2B', 'innings': 280.2, 'range': 4.0, 'error': 17.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': '3B', 'innings': 44.2, 'range': 3.0, 'error': 0.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': 'SS', 'innings': 167.0, 'range': 4.0, 'error': 48.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': 'LF', 'innings': 48.1, 'range': 3.0, 'error': 19.0, 'arm': 0.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': '2B', 'innings': 238.0, 'range': 2.0, 'error': 11.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'LF', 'innings': 472.1, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'CF', 'innings': 181.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'RF', 'innings': 1361.0, 'range': 1.0, 'error': 12.0, 'arm': -2.0, 'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 844, 'image': 'https://pddev.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}}, {'position': '1B', 'innings': 1083.0, 'range': 4.0, 'error': 18.0, 'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}}, {'position': 'C', 'innings': 1014.0, 'range': 3.0, 'error': 8.0, 'arm': -2.0, 'pb': 13.0, 'overthrow': 16.0, 'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}}, {'position': '3B', 'innings': 1234.0, 'range': 2.0, 'error': 22.0, 'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}}, {'position': '2B', 'innings': 210.0, 'range': 3.0, 'error': 20.0, 'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}}, {'position': 'SS', 'innings': 411.1, 'range': 2.0, 'error': 12.0, 'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}}, {'position': '1B', 'innings': 290.2, 'range': 3.0, 'error': 25.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'LF', 'innings': 199.1, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'CF', 'innings': 19.0, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'RF', 'innings': 26.0, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'LF', 'innings': 171.2, 'range': 4.0, 'error': 20.0, 'arm': 0.0, 'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}}, {'position': 'RF', 'innings': 77.1, 'range': 3.0, 'error': 20.0, 'arm': 0.0, 'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}}, {'position': 'CF', 'innings': 492.2, 'range': 1.0, 'error': 2.0, 'arm': 1.0, 'player_id': 11558, 'p_name': 'Terry Jones', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11558/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006596, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'fangr_id': '1006596', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3}}, {'position': 'LF', 'innings': 41.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'CF', 'innings': 410.0, 'range': 1.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'RF', 'innings': 40.0, 'range': 4.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'SS', 'innings': 1336.2, 'range': 5.0, 'error': 32.0, 'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}}, {'position': '1B', 'innings': 17.0, 'range': 3.0, 'error': 30.0, 'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}}, {'position': 'C', 'innings': 346.1, 'range': 2.0, 'error': 1.0, 'arm': -2.0, 'pb': 5.0, 'overthrow': 3.0, 'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}}, {'position': 'LF', 'innings': 292.1, 'range': 2.0, 'error': 10.0, 'arm': 0.0, 'player_id': 11559, 'p_name': 'Danny Bautista', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11559/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 47, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'fangr_id': '47', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3}}, {'position': '1B', 'innings': 1013.2, 'range': 3.0, 'error': 8.0, 'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}}, {'position': '1B', 'innings': 445.2, 'range': 3.0, 'error': 8.0, 'player_id': 10780, 'p_name': 'John Jaha', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}}, {'position': 'C', 'innings': 706.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 7.0, 'overthrow': 12.0, 'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}}, {'position': 'SS', 'innings': 273.0, 'range': 4.0, 'error': 10.0, 'player_id': 11560, 'p_name': 'Alex Arias', 'cost': 494, 'image': 'https://pddev.manticorum.com/api/v2/players/11560/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'fangr_id': '123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3}}, {'position': 'LF', 'innings': 162.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': 'CF', 'innings': 50.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': 'RF', 'innings': 135.0, 'range': 1.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': '1B', 'innings': 37.0, 'range': 3.0, 'error': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'LF', 'innings': 108.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'RF', 'innings': 72.1, 'range': 4.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'LF', 'innings': 132.0, 'range': 3.0, 'error': 0.0, 'arm': -3.0, 'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}}, {'position': 'CF', 'innings': 699.1, 'range': 2.0, 'error': 0.0, 'arm': -3.0, 'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}}, {'position': '2B', 'innings': 112.0, 'range': 3.0, 'error': 14.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': '3B', 'innings': 38.2, 'range': 3.0, 'error': 56.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': 'SS', 'innings': 124.2, 'range': 4.0, 'error': 32.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': '2B', 'innings': 404.2, 'range': 5.0, 'error': 17.0, 'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}}, {'position': '3B', 'innings': 32.2, 'range': 3.0, 'error': 50.0, 'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}}, {'position': '2B', 'innings': 210.0, 'range': 3.0, 'error': 18.0, 'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}}, {'position': '3B', 'innings': 36.2, 'range': 3.0, 'error': 65.0, 'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}}, {'position': 'CF', 'innings': 873.2, 'range': 1.0, 'error': 2.0, 'arm': 1.0, 'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}}, {'position': '2B', 'innings': 37.1, 'range': 3.0, 'error': 71.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': '3B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'LF', 'innings': 99.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'RF', 'innings': 138.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'RF', 'innings': 796.1, 'range': 2.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}}, {'position': '2B', 'innings': 306.1, 'range': 2.0, 'error': 25.0, 'player_id': 11561, 'p_name': 'Pat Kelly', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11561/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'fangr_id': '1006812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3}}, {'position': 'C', 'innings': 613.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'pb': 1.0, 'overthrow': 8.0, 'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}}, {'position': 'LF', 'innings': 49.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': 'CF', 'innings': 217.1, 'range': 2.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': 'RF', 'innings': 94.1, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': '1B', 'innings': 340.0, 'range': 2.0, 'error': 19.0, 'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}}, {'position': 'SS', 'innings': 244.2, 'range': 3.0, 'error': 31.0, 'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}}, {'position': '2B', 'innings': 17.0, 'range': 3.0, 'error': 0.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': '3B', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': 'SS', 'innings': 155.0, 'range': 3.0, 'error': 52.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': 'C', 'innings': 403.2, 'range': 4.0, 'error': 8.0, 'arm': 0.0, 'pb': 17.0, 'overthrow': 16.0, 'player_id': 11562, 'p_name': 'Javier Valentin', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11562/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}}, {'position': 'C', 'innings': 234.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'pb': 0.0, 'overthrow': 5.0, 'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 955, 'image': 'https://pddev.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}}, {'position': '1B', 'innings': 119.2, 'range': 2.0, 'error': 11.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': '2B', 'innings': 37.2, 'range': 2.0, 'error': 0.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': '3B', 'innings': 44.0, 'range': 3.0, 'error': 0.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': 'SS', 'innings': 141.0, 'range': 3.0, 'error': 18.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': 'C', 'innings': 245.2, 'range': 2.0, 'error': 4.0, 'arm': -4.0, 'pb': 4.0, 'overthrow': 9.0, 'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}}, {'position': 'C', 'innings': 313.1, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'pb': 15.0, 'overthrow': 7.0, 'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}}, {'position': '2B', 'innings': 248.2, 'range': 1.0, 'error': 0.0, 'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0201de13_sabr.jpg', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}}, {'position': 'LF', 'innings': 252.0, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}}, {'position': '2B', 'innings': 125.1, 'range': 2.0, 'error': 0.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': '3B', 'innings': 27.2, 'range': 3.0, 'error': 0.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': 'SS', 'innings': 92.0, 'range': 5.0, 'error': 32.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': '2B', 'innings': 46.0, 'range': 3.0, 'error': 0.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': '3B', 'innings': 41.2, 'range': 3.0, 'error': 47.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': 'SS', 'innings': 320.2, 'range': 2.0, 'error': 7.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': '3B', 'innings': 605.1, 'range': 5.0, 'error': 29.0, 'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}}]} type: 2025-02-16 15:48:20,931 - card_creation - INFO - return: Updated cards: 606; new cards: 36 2025-02-16 15:48:20,932 - card_creation - INFO - Posted 381 players to the database 2025-02-16 15:50:04,874 - card_creation - INFO - vL - All Hits: 14.55 / Other OB: 9.85 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:04,874 - card_creation - INFO - vR - All Hits: 22.15 / Other OB: 9.0 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:04,874 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.8499999999999996 2025-02-16 15:50:04,874 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 6.35 2025-02-16 15:50:04,874 - card_creation - INFO - vL: All Hits: 14.55 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:04,874 - card_creation - INFO - vR: All Hits: 22.15 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,874 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:04,874 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:04,874 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.4499999999999997 2025-02-16 15:50:04,874 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:04,874 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:04,874 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,874 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:04,874 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 15:50:04,874 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:04,874 - card_creation - INFO - raw do chances: 2.55 2025-02-16 15:50:04,874 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 3.8 2025-02-16 15:50:04,874 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-16 15:50:04,874 - card_creation - INFO - raw hr chances: 3.8 2025-02-16 15:50:04,874 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-16 15:50:04,874 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,874 - card_creation - INFO - vL: All other OB: 9.85 / HBP: 0 / BB: 9.85 / Total Chances: 53.4 2025-02-16 15:50:04,874 - card_creation - INFO - vR: All other OB: 9.0 / HBP: 0 / BB: 9.0 / Total Chances: 60.15 2025-02-16 15:50:04,874 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 22.099999999999998 / Current Outs: 51.1 2025-02-16 15:50:04,875 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 27.95 / Current Outs: 56.95 2025-02-16 15:50:04,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,875 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,875 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,875 - card_creation - INFO - vL - All Hits: 19.3 / Other OB: 10.15 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:04,875 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 12.4 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:04,875 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.100000000000001 2025-02-16 15:50:04,876 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.799999999999999 2025-02-16 15:50:04,876 - card_creation - INFO - vL: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:04,876 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,876 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:04,876 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:04,876 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.2000000000000015 2025-02-16 15:50:04,876 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:04,876 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:04,876 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-16 15:50:04,876 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,876 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:04,876 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:04,876 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.0999999999999988 2025-02-16 15:50:04,876 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:04,876 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:04,876 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 15:50:04,876 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,876 - card_creation - INFO - vL: All other OB: 10.15 / HBP: 3.0 / BB: 7.15 / Total Chances: 58.45 2025-02-16 15:50:04,876 - card_creation - INFO - vR: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 60.05 2025-02-16 15:50:04,876 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 31.8 / Current Outs: 60.8 2025-02-16 15:50:04,876 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.549999999999997 / Current Outs: 49.55 2025-02-16 15:50:04,876 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,876 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,876 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,876 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,876 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,876 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,877 - card_creation - INFO - vL - All Hits: 16.8 / Other OB: 5.7 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:04,877 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 9.1 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:04,877 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.400000000000002 2025-02-16 15:50:04,877 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.100000000000001 2025-02-16 15:50:04,877 - card_creation - INFO - vL: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:04,877 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:04,877 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:04,878 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:04,878 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.200000000000002 2025-02-16 15:50:04,878 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:04,878 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:04,878 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:04,878 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,878 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:04,878 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,878 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.9000000000000012 2025-02-16 15:50:04,878 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 15:50:04,878 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:04,878 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,878 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 15:50:04,878 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 3.0 / BB: 2.7 / Total Chances: 51.5 2025-02-16 15:50:04,878 - card_creation - INFO - vR: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 56.8 2025-02-16 15:50:04,878 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 22.25 / Current Outs: 51.25 2025-02-16 15:50:04,878 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 20.849999999999998 / Current Outs: 49.85 2025-02-16 15:50:04,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,878 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,878 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,879 - card_creation - INFO - vL - All Hits: 9.35 / Other OB: 11.9 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:04,879 - card_creation - INFO - vR - All Hits: 11.7 / Other OB: 6.1 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:04,879 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.099999999999999 2025-02-16 15:50:04,879 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.45 2025-02-16 15:50:04,879 - card_creation - INFO - vL: All Hits: 9.35 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 15:50:04,879 - card_creation - INFO - vR: All Hits: 11.7 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.6 2025-02-16 15:50:04,879 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:04,879 - card_creation - INFO - raw do chances: 6.75 2025-02-16 15:50:04,879 - card_creation - INFO - Double**: 6.75 / Double(cf): 0.0 / rem xbh: 0.34999999999999876 2025-02-16 15:50:04,879 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:04,879 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:04,879 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,879 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:04,879 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:04,879 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.20 2025-02-16 15:50:04,879 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:04,879 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.7 / rem xbh: 6.749999999999999 2025-02-16 15:50:04,879 - card_creation - INFO - Triple: 0 / rem xbh: 6.75 2025-02-16 15:50:04,879 - card_creation - INFO - raw hr chances: 6.75 2025-02-16 15:50:04,879 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.75 2025-02-16 15:50:04,879 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,879 - card_creation - INFO - vL: All other OB: 11.9 / HBP: 2.0 / BB: 9.9 / Total Chances: 50.25 2025-02-16 15:50:04,879 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 46.8 2025-02-16 15:50:04,879 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 51.050000000000004 / Current Outs: 80.05 2025-02-16 15:50:04,879 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 42.85 / Current Outs: 71.85 2025-02-16 15:50:04,879 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,879 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,880 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,880 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,880 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,880 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,880 - card_creation - INFO - vL - All Hits: 23.05 / Other OB: 14.65 / All Outs: 70.5 / Total: 29.0 2025-02-16 15:50:04,880 - card_creation - INFO - vR - All Hits: 25.55 / Other OB: 10.85 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:04,880 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 8.8 2025-02-16 15:50:04,880 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.249999999999998 2025-02-16 15:50:04,880 - card_creation - INFO - vL: All Hits: 23.05 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:04,880 - card_creation - INFO - vR: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 7.65 / Single 1: 7.65 / Single CF: 0 2025-02-16 15:50:04,880 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:04,880 - card_creation - INFO - raw do chances: 7.05 2025-02-16 15:50:04,880 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.7500000000000009 2025-02-16 15:50:04,880 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:04,880 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:04,881 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,881 - card_creation - INFO - excess xbh: -0.25 2025-02-16 15:50:04,881 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:04,881 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:04,881 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.549999999999998 2025-02-16 15:50:04,881 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:04,881 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:04,881 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:04,881 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,881 - card_creation - INFO - vL: All other OB: 14.65 / HBP: 0 / BB: 14.65 / Total Chances: 66.95 2025-02-16 15:50:04,881 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 1.0 / BB: 9.85 / Total Chances: 65.4 2025-02-16 15:50:04,881 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 15.299999999999997 / Current Outs: 44.3 2025-02-16 15:50:04,881 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 21.1 / Current Outs: 50.1 2025-02-16 15:50:04,881 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,881 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,881 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,881 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,881 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,881 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,882 - card_creation - INFO - vL - All Hits: 18.85 / Other OB: 3.2 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:04,882 - card_creation - INFO - vR - All Hits: 17.9 / Other OB: 3.2 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:04,882 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.350000000000001 2025-02-16 15:50:04,882 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.999999999999998 2025-02-16 15:50:04,882 - card_creation - INFO - vL: All Hits: 18.85 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:04,882 - card_creation - INFO - vR: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:04,882 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:04,882 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:04,882 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 15:50:04,882 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:04,882 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:04,882 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 15:50:04,882 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,882 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-16 15:50:04,882 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:04,882 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.4999999999999982 2025-02-16 15:50:04,882 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-16 15:50:04,882 - card_creation - INFO - raw hr chances: 3.5 2025-02-16 15:50:04,882 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-16 15:50:04,882 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,882 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 51.05 2025-02-16 15:50:04,883 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.1 2025-02-16 15:50:04,883 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 24.75 / Current Outs: 53.75 2025-02-16 15:50:04,883 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 20.75 / Current Outs: 49.75 2025-02-16 15:50:04,883 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,883 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,883 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,883 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,883 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,883 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,883 - card_creation - INFO - vL - All Hits: 20.3 / Other OB: 24.45 / All Outs: 63.0 / Total: 29.0 2025-02-16 15:50:04,883 - card_creation - INFO - vR - All Hits: 14.3 / Other OB: 7.85 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:04,883 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.500000000000002 2025-02-16 15:50:04,884 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 9.3 2025-02-16 15:50:04,884 - card_creation - INFO - vL: All Hits: 20.3 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.4 2025-02-16 15:50:04,884 - card_creation - INFO - vR: All Hits: 14.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,884 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:04,884 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:04,884 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 8.850000000000001 2025-02-16 15:50:04,884 - card_creation - INFO - Triple: 0 / rem xbh: 8.85 2025-02-16 15:50:04,884 - card_creation - INFO - raw hr chances: 8.85 2025-02-16 15:50:04,884 - card_creation - INFO - BP HR: 4.0 / ND HR: 4.85 2025-02-16 15:50:04,884 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,884 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:04,884 - card_creation - INFO - raw do chances: 6.5 2025-02-16 15:50:04,884 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-16 15:50:04,884 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:04,884 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:04,884 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 15:50:04,884 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,884 - card_creation - INFO - vL: All other OB: 24.45 / HBP: 0 / BB: 24.45 / Total Chances: 73.75 2025-02-16 15:50:04,884 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 51.15 2025-02-16 15:50:04,884 - card_creation - INFO - vL: All Outs: 63.0 / Ks: 32.5 / Current Outs: 61.5 2025-02-16 15:50:04,884 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 51.1 / Current Outs: 80.1 2025-02-16 15:50:04,884 - card_creation - INFO - Remaining outs: 0.4000000000000057 2025-02-16 15:50:04,884 - card_creation - INFO - Passing 0.4000000000000057 outs to strikeouts 2025-02-16 15:50:04,884 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,884 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,884 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,884 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,885 - card_creation - INFO - vL - All Hits: 28.5 / Other OB: 9.3 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:04,885 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 14.35 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:04,885 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 8.899999999999999 2025-02-16 15:50:04,885 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 5.8000000000000025 2025-02-16 15:50:04,885 - card_creation - INFO - vL: All Hits: 28.5 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.3 / Single CF: 0 2025-02-16 15:50:04,885 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,885 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 15:50:04,885 - card_creation - INFO - raw do chances: 7.1 2025-02-16 15:50:04,885 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 1.799999999999999 2025-02-16 15:50:04,885 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 15:50:04,885 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 15:50:04,885 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,885 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-16 15:50:04,885 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.50 2025-02-16 15:50:04,885 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,885 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.6000000000000023 2025-02-16 15:50:04,885 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:04,885 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:04,885 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 15:50:04,885 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,885 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 4.0 / BB: 5.3 / Total Chances: 67.0 2025-02-16 15:50:04,886 - card_creation - INFO - vR: All other OB: 14.35 / HBP: 2.0 / BB: 12.35 / Total Chances: 64.95 2025-02-16 15:50:04,886 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 24.65 / Current Outs: 53.65 2025-02-16 15:50:04,886 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 21.6 / Current Outs: 50.6 2025-02-16 15:50:04,886 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:04,886 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:04,886 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,886 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,886 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,886 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,886 - card_creation - INFO - vL - All Hits: 14.05 / Other OB: 10.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,887 - card_creation - INFO - vR - All Hits: 17.45 / Other OB: 15.3 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:04,887 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.8500000000000014 2025-02-16 15:50:04,887 - card_creation - INFO - remaining singles: -0.14999999999999858 / total xbh: 2.25 2025-02-16 15:50:04,887 - card_creation - INFO - vL: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:04,887 - card_creation - INFO - vR: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:04,887 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,887 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:04,887 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.4500000000000015 2025-02-16 15:50:04,887 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:04,887 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:04,887 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-16 15:50:04,887 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,887 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:04,887 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:04,887 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.55 2025-02-16 15:50:04,887 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:04,887 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:04,887 - card_creation - INFO - BP HR: 0 / ND HR: 0.55 2025-02-16 15:50:04,887 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,887 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 53.05 2025-02-16 15:50:04,887 - card_creation - INFO - vR: All other OB: 15.3 / HBP: 1.0 / BB: 14.3 / Total Chances: 61.75 2025-02-16 15:50:04,887 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 15:50:04,887 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 23.649999999999995 / Current Outs: 52.65 2025-02-16 15:50:04,887 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,887 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,887 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,887 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,887 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,887 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,888 - card_creation - INFO - vL - All Hits: 20.45 / Other OB: 8.55 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,888 - card_creation - INFO - vR - All Hits: 34.9 / Other OB: 3.2 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:04,888 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 7.0 2025-02-16 15:50:04,888 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 13.95 2025-02-16 15:50:04,888 - card_creation - INFO - vL: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:04,888 - card_creation - INFO - vR: All Hits: 34.9 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 0.0 / Single CF: 7.95 2025-02-16 15:50:04,888 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:04,888 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:04,888 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 3.5 2025-02-16 15:50:04,888 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-16 15:50:04,888 - card_creation - INFO - raw hr chances: 3.5 2025-02-16 15:50:04,888 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-16 15:50:04,888 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,888 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,888 - card_creation - INFO - raw do chances: 8.35 2025-02-16 15:50:04,888 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.35 / rem xbh: 5.6 2025-02-16 15:50:04,888 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 15:50:04,888 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 15:50:04,888 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5999999999999996 2025-02-16 15:50:04,888 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,888 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 58.0 2025-02-16 15:50:04,888 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 67.1 2025-02-16 15:50:04,888 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 29.4 / Current Outs: 58.4 2025-02-16 15:50:04,889 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 15.75 / Current Outs: 44.75 2025-02-16 15:50:04,889 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,889 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,889 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,889 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,889 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,889 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,889 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 9.6 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:04,889 - card_creation - INFO - vR - All Hits: 22.0 / Other OB: 10.05 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:04,889 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.600000000000001 2025-02-16 15:50:04,890 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.5 2025-02-16 15:50:04,890 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:04,890 - card_creation - INFO - vR: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,890 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:04,890 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:04,890 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.8500000000000014 2025-02-16 15:50:04,890 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:04,890 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:04,890 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:04,890 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,890 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 15:50:04,890 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:04,890 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.8 2025-02-16 15:50:04,890 - card_creation - INFO - Triple: 0 / rem xbh: 4.8 2025-02-16 15:50:04,890 - card_creation - INFO - raw hr chances: 4.8 2025-02-16 15:50:04,890 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.8 2025-02-16 15:50:04,890 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,890 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 56.7 2025-02-16 15:50:04,890 - card_creation - INFO - vR: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 61.05 2025-02-16 15:50:04,890 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 24.35 / Current Outs: 53.35 2025-02-16 15:50:04,890 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 20.9 / Current Outs: 49.9 2025-02-16 15:50:04,890 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,890 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,890 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,890 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,890 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,890 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,891 - card_creation - INFO - vL - All Hits: 16.95 / Other OB: 18.05 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:04,891 - card_creation - INFO - vR - All Hits: 16.15 / Other OB: 14.95 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:04,891 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.5 2025-02-16 15:50:04,891 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.449999999999999 2025-02-16 15:50:04,891 - card_creation - INFO - vL: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:04,891 - card_creation - INFO - vR: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:04,891 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:04,891 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:04,891 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-16 15:50:04,891 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:04,891 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:04,892 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,892 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:04,892 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 15:50:04,892 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:04,892 - card_creation - INFO - raw do chances: 3.6 2025-02-16 15:50:04,892 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 1.8499999999999992 2025-02-16 15:50:04,892 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:04,892 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:04,892 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:04,892 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,892 - card_creation - INFO - vL: All other OB: 18.05 / HBP: 0 / BB: 18.05 / Total Chances: 64.0 2025-02-16 15:50:04,892 - card_creation - INFO - vR: All other OB: 14.95 / HBP: 0 / BB: 14.95 / Total Chances: 60.1 2025-02-16 15:50:04,892 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 12.899999999999999 / Current Outs: 41.9 2025-02-16 15:50:04,892 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 22.0 / Current Outs: 51.0 2025-02-16 15:50:04,892 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,892 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,892 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,892 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,892 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,892 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,893 - card_creation - INFO - vL - All Hits: 20.5 / Other OB: 2.1 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:04,893 - card_creation - INFO - vR - All Hits: 13.65 / Other OB: 19.9 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:04,893 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.1499999999999995 2025-02-16 15:50:04,893 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.6000000000000014 2025-02-16 15:50:04,893 - card_creation - INFO - vL: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.15 / Single CF: 0 2025-02-16 15:50:04,893 - card_creation - INFO - vR: All Hits: 13.65 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:04,893 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:04,893 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,893 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1499999999999995 2025-02-16 15:50:04,893 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 15:50:04,893 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:04,893 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,893 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:04,893 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-16 15:50:04,893 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:04,893 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:04,893 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.5000000000000013 2025-02-16 15:50:04,893 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:04,893 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:04,893 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-16 15:50:04,893 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,893 - card_creation - INFO - vL: All other OB: 2.1 / HBP: 1.0 / BB: 1.1 / Total Chances: 51.6 2025-02-16 15:50:04,893 - card_creation - INFO - vR: All other OB: 19.9 / HBP: 0 / BB: 19.9 / Total Chances: 62.55 2025-02-16 15:50:04,893 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 24.849999999999998 / Current Outs: 53.85 2025-02-16 15:50:04,893 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 15:50:04,893 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,893 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,893 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,893 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,894 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,894 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,894 - card_creation - INFO - vL - All Hits: 18.0 / Other OB: 13.9 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:04,894 - card_creation - INFO - vR - All Hits: 23.5 / Other OB: 13.4 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:04,894 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 13.0 2025-02-16 15:50:04,894 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.700000000000001 2025-02-16 15:50:04,895 - card_creation - INFO - vL: All Hits: 18.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,895 - card_creation - INFO - vR: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 0.0 / Single CF: 3.9 2025-02-16 15:50:04,895 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-16 15:50:04,895 - card_creation - INFO - raw do chances: 11.7 2025-02-16 15:50:04,895 - card_creation - INFO - Double**: 11.7 / Double(cf): 0.0 / rem xbh: 1.3000000000000007 2025-02-16 15:50:04,895 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:04,895 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:04,895 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,895 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-16 15:50:04,895 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-16 15:50:04,895 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,895 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:04,895 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.75 / rem xbh: 6.950000000000001 2025-02-16 15:50:04,895 - card_creation - INFO - Triple: 0 / rem xbh: 6.95 2025-02-16 15:50:04,895 - card_creation - INFO - raw hr chances: 6.95 2025-02-16 15:50:04,895 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.95 2025-02-16 15:50:04,895 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,895 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 0 / BB: 13.9 / Total Chances: 60.9 2025-02-16 15:50:04,895 - card_creation - INFO - vR: All other OB: 13.4 / HBP: 0 / BB: 13.4 / Total Chances: 65.9 2025-02-16 15:50:04,895 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 33.050000000000004 / Current Outs: 62.05 2025-02-16 15:50:04,895 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 12.549999999999997 / Current Outs: 41.55 2025-02-16 15:50:04,895 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,895 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,895 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,895 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,895 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,895 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,896 - card_creation - INFO - vL - All Hits: 20.95 / Other OB: 8.0 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,896 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 9.95 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:04,896 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 10.0 2025-02-16 15:50:04,896 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.800000000000001 2025-02-16 15:50:04,896 - card_creation - INFO - vL: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:04,896 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:04,896 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:04,896 - card_creation - INFO - raw do chances: 6.0 2025-02-16 15:50:04,896 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 4.0 2025-02-16 15:50:04,896 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-16 15:50:04,896 - card_creation - INFO - raw hr chances: 4.0 2025-02-16 15:50:04,896 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.0 2025-02-16 15:50:04,896 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,896 - card_creation - INFO - hr%: 0.10 / tr%: 0.25 / do%: 0.65 2025-02-16 15:50:04,896 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:04,896 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 15:50:04,896 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:04,896 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:04,896 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,896 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 15:50:04,896 - card_creation - INFO - Passing 0.2999999999999998 xbh to double** 2025-02-16 15:50:04,896 - card_creation - INFO - vL: All other OB: 8.0 / HBP: 0 / BB: 8.0 / Total Chances: 57.95 2025-02-16 15:50:04,896 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 55.95 2025-02-16 15:50:04,897 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 28.95 / Current Outs: 57.95 2025-02-16 15:50:04,897 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 25.000000000000004 / Current Outs: 54.0 2025-02-16 15:50:04,897 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,897 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,897 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,897 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,897 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,897 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,898 - card_creation - INFO - vL - All Hits: 11.15 / Other OB: 12.55 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:04,898 - card_creation - INFO - vR - All Hits: 16.4 / Other OB: 8.4 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:04,898 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 6.15 2025-02-16 15:50:04,898 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.449999999999999 2025-02-16 15:50:04,898 - card_creation - INFO - vL: All Hits: 11.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,898 - card_creation - INFO - vR: All Hits: 16.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:04,898 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:04,898 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:04,898 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7500000000000004 2025-02-16 15:50:04,898 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:04,898 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:04,898 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 15:50:04,898 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,898 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,898 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:04,898 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 15:50:04,898 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:04,898 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:04,898 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:04,898 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,898 - card_creation - INFO - vL: All other OB: 12.55 / HBP: 0 / BB: 12.55 / Total Chances: 52.7 2025-02-16 15:50:04,898 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 53.8 2025-02-16 15:50:04,898 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 32.400000000000006 / Current Outs: 61.4 2025-02-16 15:50:04,898 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 29.55 / Current Outs: 58.55 2025-02-16 15:50:04,898 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,898 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,898 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,899 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,899 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,899 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,899 - card_creation - INFO - vL - All Hits: 21.5 / Other OB: 11.45 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:04,899 - card_creation - INFO - vR - All Hits: 23.4 / Other OB: 11.1 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:04,899 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.55 2025-02-16 15:50:04,899 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.550000000000001 2025-02-16 15:50:04,899 - card_creation - INFO - vL: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:04,899 - card_creation - INFO - vR: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 5.95 / Single 1: 5.9 / Single CF: 0 2025-02-16 15:50:04,899 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 15:50:04,900 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,900 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.3500000000000005 2025-02-16 15:50:04,900 - card_creation - INFO - Triple: 0 / rem xbh: 5.35 2025-02-16 15:50:04,900 - card_creation - INFO - raw hr chances: 5.35 2025-02-16 15:50:04,900 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.3499999999999996 2025-02-16 15:50:04,900 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,900 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:04,900 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:04,900 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-16 15:50:04,900 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 15:50:04,900 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:04,900 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,900 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:04,900 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 15:50:04,900 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 61.95 2025-02-16 15:50:04,900 - card_creation - INFO - vR: All other OB: 11.1 / HBP: 1.0 / BB: 10.1 / Total Chances: 63.5 2025-02-16 15:50:04,900 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 24.499999999999996 / Current Outs: 53.5 2025-02-16 15:50:04,900 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 19.85 / Current Outs: 48.85 2025-02-16 15:50:04,900 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,900 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,900 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,900 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,900 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,900 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,901 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 10.65 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:04,901 - card_creation - INFO - vR - All Hits: 28.0 / Other OB: 7.2 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:04,901 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 8.8 2025-02-16 15:50:04,901 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 13.5 2025-02-16 15:50:04,901 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:04,901 - card_creation - INFO - vR: All Hits: 28.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.75 2025-02-16 15:50:04,901 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:04,901 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:04,901 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 5.300000000000001 2025-02-16 15:50:04,901 - card_creation - INFO - Triple: 0 / rem xbh: 5.3 2025-02-16 15:50:04,901 - card_creation - INFO - raw hr chances: 5.3 2025-02-16 15:50:04,901 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.3 2025-02-16 15:50:04,901 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,901 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:04,901 - card_creation - INFO - raw do chances: 8.8 2025-02-16 15:50:04,901 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.8 / rem xbh: 4.699999999999999 2025-02-16 15:50:04,901 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 15:50:04,901 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 15:50:04,901 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.7 2025-02-16 15:50:04,902 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,902 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 0 / BB: 10.65 / Total Chances: 55.85 2025-02-16 15:50:04,902 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 64.2 2025-02-16 15:50:04,902 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 18.299999999999997 / Current Outs: 47.3 2025-02-16 15:50:04,902 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 13.75 / Current Outs: 42.75 2025-02-16 15:50:04,902 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,902 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,902 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,902 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,902 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,902 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,902 - card_creation - INFO - vL - All Hits: 8.7 / Other OB: 10.65 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:04,903 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 2.7 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:04,903 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 2.049999999999999 2025-02-16 15:50:04,903 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8499999999999996 2025-02-16 15:50:04,903 - card_creation - INFO - vL: All Hits: 8.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:04,903 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:04,903 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:04,903 - card_creation - INFO - raw do chances: 1.05 2025-02-16 15:50:04,903 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.9999999999999989 2025-02-16 15:50:04,903 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:04,903 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:04,903 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,903 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,903 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,903 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,903 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-16 15:50:04,903 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:04,903 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:04,903 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:04,903 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,903 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 0 / BB: 10.65 / Total Chances: 48.35 2025-02-16 15:50:04,903 - card_creation - INFO - vR: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 47.05 2025-02-16 15:50:04,903 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 37.300000000000004 / Current Outs: 66.3 2025-02-16 15:50:04,903 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 32.25 / Current Outs: 61.25 2025-02-16 15:50:04,903 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,903 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,903 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,903 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,903 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,903 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,904 - card_creation - INFO - vL - All Hits: 23.1 / Other OB: 3.5 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:04,904 - card_creation - INFO - vR - All Hits: 24.15 / Other OB: 0.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,904 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 11.200000000000003 2025-02-16 15:50:04,904 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.75 2025-02-16 15:50:04,904 - card_creation - INFO - vL: All Hits: 23.1 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:04,904 - card_creation - INFO - vR: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 8.2 / Single 1: 8.2 / Single CF: 0 2025-02-16 15:50:04,904 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:04,904 - card_creation - INFO - raw do chances: 10.65 2025-02-16 15:50:04,904 - card_creation - INFO - Double**: 10.65 / Double(cf): 0.0 / rem xbh: 0.5500000000000025 2025-02-16 15:50:04,904 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:04,904 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:04,904 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,904 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:04,904 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:04,905 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:04,905 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,905 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 15:50:04,905 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:04,905 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:04,905 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.75 2025-02-16 15:50:04,905 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,905 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 2.0 / BB: 1.5 / Total Chances: 55.6 2025-02-16 15:50:04,905 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 53.15 2025-02-16 15:50:04,905 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 19.45 / Current Outs: 48.45 2025-02-16 15:50:04,905 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 44.95 / Current Outs: 73.95 2025-02-16 15:50:04,905 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,905 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,905 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,905 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,905 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,905 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,906 - card_creation - INFO - vL - All Hits: 19.2 / Other OB: 12.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,906 - card_creation - INFO - vR - All Hits: 13.7 / Other OB: 6.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:04,906 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.299999999999999 2025-02-16 15:50:04,906 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1999999999999993 2025-02-16 15:50:04,906 - card_creation - INFO - vL: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:04,906 - card_creation - INFO - vR: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:04,906 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:04,906 - card_creation - INFO - raw do chances: 3.3 2025-02-16 15:50:04,906 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 3.999999999999999 2025-02-16 15:50:04,906 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-16 15:50:04,906 - card_creation - INFO - raw hr chances: 4.0 2025-02-16 15:50:04,906 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.0 2025-02-16 15:50:04,906 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,906 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:04,906 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:04,906 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 15:50:04,906 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:04,906 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:04,906 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:04,906 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,906 - card_creation - INFO - vL: All other OB: 12.2 / HBP: 2.0 / BB: 10.2 / Total Chances: 60.4 2025-02-16 15:50:04,906 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 49.2 2025-02-16 15:50:04,906 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 34.75000000000001 / Current Outs: 63.75 2025-02-16 15:50:04,906 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 45.45 / Current Outs: 74.45 2025-02-16 15:50:04,906 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,907 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,907 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,907 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,907 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,907 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,907 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 8.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,907 - card_creation - INFO - vR - All Hits: 8.95 / Other OB: 10.5 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:04,908 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.6 2025-02-16 15:50:04,908 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.449999999999999 2025-02-16 15:50:04,908 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,908 - card_creation - INFO - vR: All Hits: 8.95 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:04,908 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,908 - card_creation - INFO - raw do chances: 7.6 2025-02-16 15:50:04,908 - card_creation - INFO - Double**: 7.6 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 15:50:04,908 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:04,908 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 3.249999999999999 2025-02-16 15:50:04,908 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-16 15:50:04,908 - card_creation - INFO - raw hr chances: 3.25 2025-02-16 15:50:04,908 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.25 2025-02-16 15:50:04,908 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - vL: All other OB: 8.2 / HBP: 0 / BB: 8.2 / Total Chances: 60.6 2025-02-16 15:50:04,908 - card_creation - INFO - vR: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 48.45 2025-02-16 15:50:04,908 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 14.75 / Current Outs: 43.75 2025-02-16 15:50:04,908 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 15:50:04,908 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,908 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,908 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,908 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,908 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,909 - card_creation - INFO - vL - All Hits: 24.4 / Other OB: 10.1 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:04,909 - card_creation - INFO - vR - All Hits: 11.5 / Other OB: 2.1 / All Outs: 94.5 / Total: 29.0 2025-02-16 15:50:04,909 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 12.149999999999999 2025-02-16 15:50:04,909 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.1999999999999993 2025-02-16 15:50:04,909 - card_creation - INFO - vL: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 0.0 / Single CF: 3.5 2025-02-16 15:50:04,909 - card_creation - INFO - vR: All Hits: 11.5 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:04,909 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,909 - card_creation - INFO - raw do chances: 6.05 2025-02-16 15:50:04,909 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.05 / rem xbh: 6.099999999999999 2025-02-16 15:50:04,909 - card_creation - INFO - Triple: 0 / rem xbh: 6.1 2025-02-16 15:50:04,909 - card_creation - INFO - raw hr chances: 6.1 2025-02-16 15:50:04,909 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.1 2025-02-16 15:50:04,909 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,909 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,909 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:04,909 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.2999999999999994 2025-02-16 15:50:04,909 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:04,910 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:04,910 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:04,910 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,910 - card_creation - INFO - vL: All other OB: 10.1 / HBP: 0 / BB: 10.1 / Total Chances: 63.5 2025-02-16 15:50:04,910 - card_creation - INFO - vR: All other OB: 2.1 / HBP: 2.0 / BB: 0.1 / Total Chances: 42.6 2025-02-16 15:50:04,910 - card_creation - INFO - vL: All Outs: 73.5 / Ks: -0.14999999999999963 / Current Outs: 28.85 2025-02-16 15:50:04,910 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 52.85 / Current Outs: 81.85 2025-02-16 15:50:04,910 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,910 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 15:50:04,910 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,910 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,910 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,910 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,911 - card_creation - INFO - vL - All Hits: 10.05 / Other OB: 5.1 / All Outs: 93.0 / Total: 29.0 2025-02-16 15:50:04,911 - card_creation - INFO - vR - All Hits: 11.15 / Other OB: 18.0 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,911 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 0.7500000000000009 2025-02-16 15:50:04,911 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 2.1000000000000014 2025-02-16 15:50:04,911 - card_creation - INFO - vL: All Hits: 10.05 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:04,911 - card_creation - INFO - vR: All Hits: 11.15 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:04,911 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,911 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,911 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7500000000000009 2025-02-16 15:50:04,911 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:04,911 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:04,911 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,911 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:04,911 - card_creation - INFO - Passing 0.75 xbh to single** 2025-02-16 15:50:04,911 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 15:50:04,911 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:04,911 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-16 15:50:04,911 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:04,911 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:04,911 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,911 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:04,911 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:04,911 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 44.15 2025-02-16 15:50:04,911 - card_creation - INFO - vR: All other OB: 18.0 / HBP: 0 / BB: 18.0 / Total Chances: 58.15 2025-02-16 15:50:04,911 - card_creation - INFO - vL: All Outs: 93.0 / Ks: 29.85 / Current Outs: 58.85 2025-02-16 15:50:04,911 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 29.95 / Current Outs: 58.95 2025-02-16 15:50:04,911 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,912 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,912 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,912 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,912 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,912 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,912 - card_creation - INFO - vL - All Hits: 23.8 / Other OB: 12.1 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:04,912 - card_creation - INFO - vR - All Hits: 10.2 / Other OB: 13.15 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:04,912 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 9.3 2025-02-16 15:50:04,912 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 5.199999999999999 2025-02-16 15:50:04,912 - card_creation - INFO - vL: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,912 - card_creation - INFO - vR: All Hits: 10.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,912 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:04,913 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:04,913 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.050000000000001 2025-02-16 15:50:04,913 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 15:50:04,913 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 15:50:04,913 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.05 2025-02-16 15:50:04,913 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,913 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:04,913 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:04,913 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.9999999999999991 2025-02-16 15:50:04,913 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:04,913 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:04,913 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,913 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,913 - card_creation - INFO - vL: All other OB: 12.1 / HBP: 0 / BB: 12.1 / Total Chances: 64.9 2025-02-16 15:50:04,913 - card_creation - INFO - vR: All other OB: 13.15 / HBP: 1.0 / BB: 12.15 / Total Chances: 52.35 2025-02-16 15:50:04,913 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 19.849999999999998 / Current Outs: 48.85 2025-02-16 15:50:04,913 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 27.799999999999997 / Current Outs: 56.8 2025-02-16 15:50:04,913 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,913 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,913 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,913 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,913 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,913 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,914 - card_creation - INFO - vL - All Hits: 35.5 / Other OB: 4.2 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:04,914 - card_creation - INFO - vR - All Hits: 13.8 / Other OB: 4.75 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:04,914 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 9.65 2025-02-16 15:50:04,914 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.15 2025-02-16 15:50:04,914 - card_creation - INFO - vL: All Hits: 35.5 / BP Singles: 5.0 / Single 2: 10.4 / Single 1: 0.0 / Single CF: 10.45 2025-02-16 15:50:04,914 - card_creation - INFO - vR: All Hits: 13.8 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:04,914 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.30 2025-02-16 15:50:04,914 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,914 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.45 2025-02-16 15:50:04,914 - card_creation - INFO - Triple: 0 / rem xbh: 6.45 2025-02-16 15:50:04,914 - card_creation - INFO - raw hr chances: 6.45 2025-02-16 15:50:04,914 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.45 2025-02-16 15:50:04,914 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,914 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:04,914 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:04,914 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-16 15:50:04,914 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:04,914 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:04,914 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,914 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:04,914 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 15:50:04,914 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 68.7 2025-02-16 15:50:04,914 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 5.0 / BB: -0.25 / Total Chances: 47.55 2025-02-16 15:50:04,914 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 11.749999999999998 / Current Outs: 40.75 2025-02-16 15:50:04,914 - card_creation - INFO - vR: All Outs: 89.5 / Ks: 16.2 / Current Outs: 45.2 2025-02-16 15:50:04,914 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,914 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,915 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,915 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,915 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,915 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,915 - card_creation - INFO - vL - All Hits: 21.1 / Other OB: 8.2 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:04,915 - card_creation - INFO - vR - All Hits: 5.1 / Other OB: 5.1 / All Outs: 98.0 / Total: 29.0 2025-02-16 15:50:04,915 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8500000000000014 2025-02-16 15:50:04,915 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.2999999999999998 2025-02-16 15:50:04,915 - card_creation - INFO - vL: All Hits: 21.1 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.15 / Single CF: 0 2025-02-16 15:50:04,915 - card_creation - INFO - vR: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:04,916 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 15:50:04,916 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:04,916 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-16 15:50:04,916 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:04,916 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:04,916 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,916 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:04,916 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:04,916 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:04,916 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,916 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 15:50:04,916 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:04,916 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:04,916 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:04,916 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,916 - card_creation - INFO - vL: All other OB: 8.2 / HBP: 0 / BB: 8.2 / Total Chances: 58.3 2025-02-16 15:50:04,916 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 39.2 2025-02-16 15:50:04,916 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 10.75 / Current Outs: 39.75 2025-02-16 15:50:04,916 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-16 15:50:04,916 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,916 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,916 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,916 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,916 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,916 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,917 - card_creation - INFO - vL - All Hits: 12.8 / Other OB: 11.25 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,917 - card_creation - INFO - vR - All Hits: 18.9 / Other OB: 5.1 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,917 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.3500000000000014 2025-02-16 15:50:04,917 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.6999999999999993 2025-02-16 15:50:04,917 - card_creation - INFO - vL: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:04,917 - card_creation - INFO - vR: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:04,917 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,917 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:04,917 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000015 2025-02-16 15:50:04,917 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:04,917 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:04,917 - card_creation - INFO - BP HR: 0 / ND HR: 1.65 2025-02-16 15:50:04,917 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,917 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 15:50:04,917 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:04,917 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 2.349999999999999 2025-02-16 15:50:04,917 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:04,917 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:04,917 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 15:50:04,917 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,917 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 53.05 2025-02-16 15:50:04,917 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 53.0 2025-02-16 15:50:04,918 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 37.7 / Current Outs: 66.7 2025-02-16 15:50:04,918 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 26.849999999999998 / Current Outs: 55.85 2025-02-16 15:50:04,918 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 15:50:04,918 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 15:50:04,918 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,918 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,918 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,918 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,918 - card_creation - INFO - vL - All Hits: 31.8 / Other OB: 15.6 / All Outs: 60.5 / Total: 29.0 2025-02-16 15:50:04,918 - card_creation - INFO - vR - All Hits: 20.95 / Other OB: 15.75 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:04,918 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.100000000000003 2025-02-16 15:50:04,919 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 5.75 2025-02-16 15:50:04,919 - card_creation - INFO - vL: All Hits: 31.8 / BP Singles: 5.0 / Single 2: 10.35 / Single 1: 10.35 / Single CF: 0 2025-02-16 15:50:04,919 - card_creation - INFO - vR: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:04,919 - card_creation - INFO - hr%: 0.00 / tr%: 0.40 / do%: 0.60 2025-02-16 15:50:04,919 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:04,919 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.350000000000003 2025-02-16 15:50:04,919 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:04,919 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:04,919 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,919 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:04,919 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:04,919 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:04,919 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:04,919 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.5499999999999998 2025-02-16 15:50:04,919 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:04,919 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:04,919 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 15:50:04,919 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,919 - card_creation - INFO - vL: All other OB: 15.6 / HBP: 3.0 / BB: 12.6 / Total Chances: 76.4 2025-02-16 15:50:04,919 - card_creation - INFO - vR: All other OB: 15.75 / HBP: 0 / BB: 15.75 / Total Chances: 65.7 2025-02-16 15:50:04,919 - card_creation - INFO - vL: All Outs: 60.5 / Ks: 22.349999999999998 / Current Outs: 51.35 2025-02-16 15:50:04,919 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 35.2 / Current Outs: 64.2 2025-02-16 15:50:04,919 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,919 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,919 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,919 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,919 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,919 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,920 - card_creation - INFO - vL - All Hits: 8.3 / Other OB: 20.65 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,920 - card_creation - INFO - vR - All Hits: 13.85 / Other OB: 10.85 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:04,920 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.800000000000001 2025-02-16 15:50:04,920 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 6.949999999999999 2025-02-16 15:50:04,920 - card_creation - INFO - vL: All Hits: 8.3 / BP Singles: 0.0 / Single 2: 1.75 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:04,920 - card_creation - INFO - vR: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 15:50:04,920 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:04,920 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:04,920 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.3000000000000007 2025-02-16 15:50:04,920 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:04,920 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:04,920 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,920 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:04,920 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:04,920 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 15:50:04,920 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,921 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.949999999999999 2025-02-16 15:50:04,921 - card_creation - INFO - Triple: 0 / rem xbh: 6.95 2025-02-16 15:50:04,921 - card_creation - INFO - raw hr chances: 6.95 2025-02-16 15:50:04,921 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.95 2025-02-16 15:50:04,921 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,921 - card_creation - INFO - vL: All other OB: 20.65 / HBP: 1.0 / BB: 19.65 / Total Chances: 57.95 2025-02-16 15:50:04,921 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 4.0 / BB: 6.85 / Total Chances: 53.7 2025-02-16 15:50:04,921 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 33.300000000000004 / Current Outs: 62.3 2025-02-16 15:50:04,921 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 27.099999999999998 / Current Outs: 56.1 2025-02-16 15:50:04,921 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:04,921 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:04,921 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,921 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,921 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,921 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,921 - card_creation - INFO - vL - All Hits: 25.35 / Other OB: 6.95 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:04,922 - card_creation - INFO - vR - All Hits: 15.15 / Other OB: 8.65 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,922 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.5500000000000025 2025-02-16 15:50:04,922 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.4000000000000004 2025-02-16 15:50:04,922 - card_creation - INFO - vL: All Hits: 25.35 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.4 / Single CF: 0 2025-02-16 15:50:04,922 - card_creation - INFO - vR: All Hits: 15.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:04,922 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:04,922 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:04,922 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 6.0500000000000025 2025-02-16 15:50:04,922 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 15:50:04,922 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 15:50:04,922 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.05 2025-02-16 15:50:04,922 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,922 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:04,922 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,922 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 15:50:04,922 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:04,922 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:04,922 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,922 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:04,922 - card_creation - INFO - Passing 0.3999999999999999 xbh to single** 2025-02-16 15:50:04,922 - card_creation - INFO - vL: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 61.3 2025-02-16 15:50:04,922 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 52.8 2025-02-16 15:50:04,922 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 37.0 / Current Outs: 66.0 2025-02-16 15:50:04,922 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 40.300000000000004 / Current Outs: 69.3 2025-02-16 15:50:04,922 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:04,922 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:04,922 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:04,922 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:04,922 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,922 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,923 - card_creation - INFO - vL - All Hits: 4.25 / Other OB: 8.95 / All Outs: 95.0 / Total: 29.0 2025-02-16 15:50:04,923 - card_creation - INFO - vR - All Hits: 13.15 / Other OB: 12.15 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:04,923 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.8499999999999999 2025-02-16 15:50:04,923 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 8.15 2025-02-16 15:50:04,923 - card_creation - INFO - vL: All Hits: 4.25 / BP Singles: 0.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:04,923 - card_creation - INFO - vR: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 15:50:04,923 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,923 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,923 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8499999999999999 2025-02-16 15:50:04,923 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:04,923 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:04,924 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,924 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:04,924 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-16 15:50:04,924 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:04,924 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:04,924 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.1 / rem xbh: 6.050000000000001 2025-02-16 15:50:04,924 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 15:50:04,924 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 15:50:04,924 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.05 2025-02-16 15:50:04,924 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,924 - card_creation - INFO - vL: All other OB: 8.95 / HBP: 0 / BB: 8.95 / Total Chances: 42.2 2025-02-16 15:50:04,924 - card_creation - INFO - vR: All other OB: 12.15 / HBP: 3.0 / BB: 9.15 / Total Chances: 54.3 2025-02-16 15:50:04,924 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 46.0 / Current Outs: 75.0 2025-02-16 15:50:04,924 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 29.8 / Current Outs: 58.8 2025-02-16 15:50:04,924 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,924 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,924 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,924 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,924 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,924 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,925 - card_creation - INFO - vL - All Hits: 12.95 / Other OB: 19.1 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:04,925 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 13.05 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,925 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.699999999999999 2025-02-16 15:50:04,925 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 3.5000000000000018 2025-02-16 15:50:04,925 - card_creation - INFO - vL: All Hits: 12.95 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 15:50:04,925 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,925 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,925 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:04,925 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.2999999999999994 2025-02-16 15:50:04,925 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:04,925 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:04,925 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:04,925 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,925 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 15:50:04,926 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:04,926 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.1000000000000019 2025-02-16 15:50:04,926 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:04,926 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:04,926 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,926 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:04,926 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:04,926 - card_creation - INFO - vL: All other OB: 19.1 / HBP: 2.0 / BB: 17.1 / Total Chances: 61.05 2025-02-16 15:50:04,926 - card_creation - INFO - vR: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 60.4 2025-02-16 15:50:04,926 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 22.849999999999998 / Current Outs: 51.85 2025-02-16 15:50:04,926 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 17.9 / Current Outs: 46.9 2025-02-16 15:50:04,926 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,926 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,926 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,926 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,926 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,926 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,927 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 15.9 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:04,927 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 15.05 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:04,927 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 14.600000000000001 2025-02-16 15:50:04,927 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 4.35 2025-02-16 15:50:04,927 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 15:50:04,927 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.45 / Single CF: 0 2025-02-16 15:50:04,927 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,927 - card_creation - INFO - raw do chances: 8.75 2025-02-16 15:50:04,927 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.75 / rem xbh: 5.850000000000001 2025-02-16 15:50:04,927 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 15:50:04,927 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 15:50:04,927 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-16 15:50:04,927 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,928 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,928 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:04,928 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-16 15:50:04,928 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-16 15:50:04,928 - card_creation - INFO - raw hr chances: -0.15 2025-02-16 15:50:04,928 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,928 - card_creation - INFO - excess xbh: -0.15 2025-02-16 15:50:04,928 - card_creation - INFO - vL: All other OB: 15.9 / HBP: 3.0 / BB: 12.9 / Total Chances: 68.3 2025-02-16 15:50:04,928 - card_creation - INFO - vR: All other OB: 15.05 / HBP: 5.0 / BB: 10.05 / Total Chances: 70.4 2025-02-16 15:50:04,928 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 27.05 / Current Outs: 56.05 2025-02-16 15:50:04,928 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 28.9 / Current Outs: 57.9 2025-02-16 15:50:04,928 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:04,928 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:04,928 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,928 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,928 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,928 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,929 - card_creation - INFO - vL - All Hits: 16.9 / Other OB: 19.05 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:04,929 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 16.2 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:04,929 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 2.3999999999999986 2025-02-16 15:50:04,929 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.400000000000002 2025-02-16 15:50:04,929 - card_creation - INFO - vL: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,929 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:04,929 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:04,929 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:04,929 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.7999999999999985 2025-02-16 15:50:04,929 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:04,929 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:04,929 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-16 15:50:04,929 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,929 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,929 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:04,929 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 4.150000000000002 2025-02-16 15:50:04,929 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 15:50:04,929 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:04,929 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 15:50:04,929 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,929 - card_creation - INFO - vL: All other OB: 19.05 / HBP: 10.0 / BB: 9.05 / Total Chances: 64.95 2025-02-16 15:50:04,929 - card_creation - INFO - vR: All other OB: 16.2 / HBP: 0 / BB: 16.2 / Total Chances: 62.8 2025-02-16 15:50:04,929 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 17.9 / Current Outs: 46.9 2025-02-16 15:50:04,929 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 12.75 / Current Outs: 41.75 2025-02-16 15:50:04,929 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,929 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,929 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,929 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,929 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,929 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,930 - card_creation - INFO - vL - All Hits: 28.55 / Other OB: 8.0 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:04,930 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 9.9 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:04,930 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 11.7 2025-02-16 15:50:04,930 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 4.299999999999999 2025-02-16 15:50:04,930 - card_creation - INFO - vL: All Hits: 28.55 / BP Singles: 5.0 / Single 2: 5.95 / Single 1: 5.9 / Single CF: 0 2025-02-16 15:50:04,930 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:04,930 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:04,930 - card_creation - INFO - raw do chances: 7.0 2025-02-16 15:50:04,930 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 4.699999999999999 2025-02-16 15:50:04,930 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 15:50:04,930 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 15:50:04,930 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-16 15:50:04,930 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,930 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:04,930 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,930 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.0999999999999988 2025-02-16 15:50:04,930 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:04,930 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:04,930 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,930 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:04,931 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:04,931 - card_creation - INFO - vL: All other OB: 8.0 / HBP: 2.0 / BB: 6.0 / Total Chances: 65.55 2025-02-16 15:50:04,931 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 2.0 / BB: 7.9 / Total Chances: 55.9 2025-02-16 15:50:04,931 - card_creation - INFO - vL: All Outs: 71.5 / Ks: 17.95 / Current Outs: 46.95 2025-02-16 15:50:04,931 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-16 15:50:04,931 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,931 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,931 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,931 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,931 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,931 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,931 - card_creation - INFO - vL - All Hits: 29.25 / Other OB: 4.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:04,931 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 11.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:04,932 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.950000000000001 2025-02-16 15:50:04,932 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.949999999999999 2025-02-16 15:50:04,932 - card_creation - INFO - vL: All Hits: 29.25 / BP Singles: 5.0 / Single 2: 8.65 / Single 1: 8.65 / Single CF: 0 2025-02-16 15:50:04,932 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 0.0 / Single CF: 2.75 2025-02-16 15:50:04,932 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:04,932 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:04,932 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-16 15:50:04,932 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:04,932 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:04,932 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,932 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 15:50:04,932 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:04,932 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:04,932 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 6.299999999999999 2025-02-16 15:50:04,932 - card_creation - INFO - Triple: 0 / rem xbh: 6.3 2025-02-16 15:50:04,932 - card_creation - INFO - raw hr chances: 6.3 2025-02-16 15:50:04,932 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.3 2025-02-16 15:50:04,932 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,932 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 63.45 2025-02-16 15:50:04,932 - card_creation - INFO - vR: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 58.95 2025-02-16 15:50:04,932 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 10.2 / Current Outs: 39.2 2025-02-16 15:50:04,932 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 11.5 / Current Outs: 40.5 2025-02-16 15:50:04,932 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,933 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,933 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,933 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,933 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,933 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,933 - card_creation - INFO - vL - All Hits: 12.05 / Other OB: 16.35 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:04,933 - card_creation - INFO - vR - All Hits: 9.5 / Other OB: 8.05 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:04,934 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 7.050000000000001 2025-02-16 15:50:04,934 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6999999999999993 2025-02-16 15:50:04,934 - card_creation - INFO - vL: All Hits: 12.05 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 15:50:04,934 - card_creation - INFO - vR: All Hits: 9.5 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:04,934 - card_creation - INFO - hr%: 0.90 / tr%: 0.10 / do%: 0.00 2025-02-16 15:50:04,934 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,934 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.050000000000001 2025-02-16 15:50:04,934 - card_creation - INFO - Triple: 0 / rem xbh: 7.05 2025-02-16 15:50:04,934 - card_creation - INFO - raw hr chances: 7.05 2025-02-16 15:50:04,934 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.05 2025-02-16 15:50:04,934 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,934 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:04,934 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,934 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 15:50:04,934 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:04,934 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:04,934 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:04,934 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,934 - card_creation - INFO - vL: All other OB: 16.35 / HBP: 0 / BB: 16.35 / Total Chances: 57.4 2025-02-16 15:50:04,934 - card_creation - INFO - vR: All other OB: 8.05 / HBP: 0 / BB: 8.05 / Total Chances: 46.55 2025-02-16 15:50:04,934 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 14.599999999999998 / Current Outs: 43.6 2025-02-16 15:50:04,934 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 26.9 / Current Outs: 55.9 2025-02-16 15:50:04,935 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,935 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,935 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,935 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,935 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,935 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,935 - card_creation - INFO - vL - All Hits: 9.2 / Other OB: 4.5 / All Outs: 94.5 / Total: 29.0 2025-02-16 15:50:04,935 - card_creation - INFO - vR - All Hits: 6.95 / Other OB: 13.4 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:04,935 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6999999999999993 2025-02-16 15:50:04,936 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.150000000000001 2025-02-16 15:50:04,936 - card_creation - INFO - vL: All Hits: 9.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:04,936 - card_creation - INFO - vR: All Hits: 6.95 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:04,936 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,936 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,936 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.6999999999999993 2025-02-16 15:50:04,936 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:04,936 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:04,936 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7000000000000002 2025-02-16 15:50:04,936 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,936 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,936 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:04,936 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 15:50:04,936 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:04,936 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:04,936 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,936 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:04,936 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 15:50:04,936 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 42.7 2025-02-16 15:50:04,936 - card_creation - INFO - vR: All other OB: 13.4 / HBP: 0 / BB: 13.4 / Total Chances: 49.35 2025-02-16 15:50:04,936 - card_creation - INFO - vL: All Outs: 94.5 / Ks: 36.45 / Current Outs: 65.45 2025-02-16 15:50:04,936 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 21.55 / Current Outs: 50.55 2025-02-16 15:50:04,936 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,936 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,936 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,936 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,936 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,936 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,937 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 15.0 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:04,937 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 3.9 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:04,937 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 7.300000000000001 2025-02-16 15:50:04,937 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.2500000000000018 2025-02-16 15:50:04,937 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 15:50:04,937 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:04,937 - card_creation - INFO - hr%: 0.85 / tr%: 0.10 / do%: 0.10 2025-02-16 15:50:04,937 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,937 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.300000000000001 2025-02-16 15:50:04,937 - card_creation - INFO - Triple: 0 / rem xbh: 7.3 2025-02-16 15:50:04,937 - card_creation - INFO - raw hr chances: 7.3 2025-02-16 15:50:04,937 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.3 2025-02-16 15:50:04,937 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,937 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 15:50:04,937 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,937 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.2500000000000018 2025-02-16 15:50:04,937 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-16 15:50:04,937 - card_creation - INFO - raw hr chances: 3.25 2025-02-16 15:50:04,938 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-16 15:50:04,938 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,938 - card_creation - INFO - vL: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 56.3 2025-02-16 15:50:04,938 - card_creation - INFO - vR: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 45.05 2025-02-16 15:50:04,938 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 26.95 / Current Outs: 55.95 2025-02-16 15:50:04,938 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 38.050000000000004 / Current Outs: 67.05 2025-02-16 15:50:04,938 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,938 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,938 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,938 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,938 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,938 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,939 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 7.8 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:04,939 - card_creation - INFO - vR - All Hits: 30.2 / Other OB: 8.15 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:04,939 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8499999999999996 2025-02-16 15:50:04,939 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.800000000000001 2025-02-16 15:50:04,939 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:04,939 - card_creation - INFO - vR: All Hits: 30.2 / BP Singles: 5.0 / Single 2: 8.7 / Single 1: 8.7 / Single CF: 0 2025-02-16 15:50:04,939 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:04,939 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:04,939 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.9499999999999997 2025-02-16 15:50:04,939 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:04,939 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:04,939 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,939 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 15:50:04,939 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:04,939 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:04,939 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 15:50:04,939 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:04,939 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:04,939 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 15:50:04,939 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,939 - card_creation - INFO - vL: All other OB: 7.8 / HBP: 3.0 / BB: 4.8 / Total Chances: 51.2 2025-02-16 15:50:04,939 - card_creation - INFO - vR: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 67.35 2025-02-16 15:50:04,939 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 18.15 / Current Outs: 47.15 2025-02-16 15:50:04,939 - card_creation - INFO - vR: All Outs: 69.5 / Ks: 9.799999999999999 / Current Outs: 38.8 2025-02-16 15:50:04,939 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,939 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,939 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,939 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,939 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,939 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,940 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 11.15 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,940 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 10.8 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:04,940 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.299999999999997 2025-02-16 15:50:04,940 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.049999999999997 2025-02-16 15:50:04,940 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 15:50:04,940 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.55 / Single CF: 0 2025-02-16 15:50:04,940 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,940 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:04,940 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.6499999999999972 2025-02-16 15:50:04,940 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:04,940 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:04,940 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,940 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:04,941 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:04,941 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:04,941 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.799999999999997 2025-02-16 15:50:04,941 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:04,941 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:04,941 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 15:50:04,941 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,941 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 58.4 2025-02-16 15:50:04,941 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 62.95 2025-02-16 15:50:04,941 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 27.8 / Current Outs: 56.8 2025-02-16 15:50:04,941 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 21.149999999999995 / Current Outs: 50.15 2025-02-16 15:50:04,941 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,941 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,941 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,941 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,941 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,941 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,942 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 9.15 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:04,942 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 11.5 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:04,942 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.1999999999999984 2025-02-16 15:50:04,942 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.0 2025-02-16 15:50:04,942 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:04,942 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:04,942 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,942 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:04,942 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.9999999999999984 2025-02-16 15:50:04,942 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:04,942 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:04,942 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-16 15:50:04,942 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,942 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:04,942 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:04,942 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 15:50:04,942 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:04,942 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:04,942 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 15:50:04,942 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,942 - card_creation - INFO - vL: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 50.75 2025-02-16 15:50:04,943 - card_creation - INFO - vR: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 58.45 2025-02-16 15:50:04,943 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 50.800000000000004 / Current Outs: 79.8 2025-02-16 15:50:04,943 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 31.45 / Current Outs: 60.45 2025-02-16 15:50:04,943 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,943 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,943 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:04,943 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:04,943 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,943 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,943 - card_creation - INFO - vL - All Hits: 14.05 / Other OB: 18.7 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:04,943 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 13.0 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:04,944 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.25 2025-02-16 15:50:04,944 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.550000000000001 2025-02-16 15:50:04,944 - card_creation - INFO - vL: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:04,944 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:04,944 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,944 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,944 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.05 2025-02-16 15:50:04,944 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 15:50:04,944 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 15:50:04,944 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.05 2025-02-16 15:50:04,944 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,944 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:04,944 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,944 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.3500000000000005 2025-02-16 15:50:04,944 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:04,944 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:04,944 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 15:50:04,944 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,944 - card_creation - INFO - vL: All other OB: 18.7 / HBP: 0 / BB: 18.7 / Total Chances: 61.75 2025-02-16 15:50:04,944 - card_creation - INFO - vR: All other OB: 13.0 / HBP: 0 / BB: 13.0 / Total Chances: 60.95 2025-02-16 15:50:04,944 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 23.25 / Current Outs: 52.25 2025-02-16 15:50:04,944 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 39.95 / Current Outs: 68.95 2025-02-16 15:50:04,944 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,944 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,944 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,944 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,944 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,944 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,945 - card_creation - INFO - vL - All Hits: 24.9 / Other OB: 9.1 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:04,945 - card_creation - INFO - vR - All Hits: 22.75 / Other OB: 3.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:04,945 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.449999999999999 2025-02-16 15:50:04,945 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.049999999999999 2025-02-16 15:50:04,945 - card_creation - INFO - vL: All Hits: 24.9 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.25 / Single CF: 0 2025-02-16 15:50:04,945 - card_creation - INFO - vR: All Hits: 22.75 / BP Singles: 5.0 / Single 2: 5.85 / Single 1: 5.85 / Single CF: 0 2025-02-16 15:50:04,945 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:04,945 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:04,945 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.3499999999999996 2025-02-16 15:50:04,945 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:04,945 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:04,945 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 15:50:04,945 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,945 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:04,945 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,945 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 6.049999999999999 2025-02-16 15:50:04,945 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 15:50:04,945 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 15:50:04,945 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.05 2025-02-16 15:50:04,945 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,945 - card_creation - INFO - vL: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 63.0 2025-02-16 15:50:04,945 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 54.95 2025-02-16 15:50:04,946 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 17.849999999999998 / Current Outs: 46.85 2025-02-16 15:50:04,946 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 29.75 / Current Outs: 58.75 2025-02-16 15:50:04,946 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,946 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,946 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,946 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,946 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,946 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,946 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 7.7 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,946 - card_creation - INFO - vR - All Hits: 28.35 / Other OB: 6.0 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:04,946 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.25 2025-02-16 15:50:04,946 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 13.149999999999999 2025-02-16 15:50:04,946 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:04,946 - card_creation - INFO - vR: All Hits: 28.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 0.0 / Single CF: 5.1 2025-02-16 15:50:04,947 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,947 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:04,947 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-16 15:50:04,947 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:04,947 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.2 / rem xbh: 8.95 2025-02-16 15:50:04,947 - card_creation - INFO - Triple: 1.4 / rem xbh: 7.55 2025-02-16 15:50:04,947 - card_creation - INFO - raw hr chances: 7.55 2025-02-16 15:50:04,947 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.55 2025-02-16 15:50:04,947 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 52.9 2025-02-16 15:50:04,947 - card_creation - INFO - vR: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 63.35 2025-02-16 15:50:04,947 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-16 15:50:04,947 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 16.95 / Current Outs: 45.95 2025-02-16 15:50:04,947 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,947 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,947 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,947 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,947 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,948 - card_creation - INFO - vL - All Hits: 21.2 / Other OB: 7.6 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,948 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 10.9 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:04,948 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.400000000000002 2025-02-16 15:50:04,948 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 6.300000000000001 2025-02-16 15:50:04,948 - card_creation - INFO - vL: All Hits: 21.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:04,948 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:04,948 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,948 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:04,948 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.650000000000002 2025-02-16 15:50:04,948 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 15:50:04,948 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 15:50:04,948 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 15:50:04,948 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,948 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:04,948 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:04,948 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.200000000000001 2025-02-16 15:50:04,948 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:04,948 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:04,948 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:04,948 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,948 - card_creation - INFO - vL: All other OB: 7.6 / HBP: 0 / BB: 7.6 / Total Chances: 57.8 2025-02-16 15:50:04,948 - card_creation - INFO - vR: All other OB: 10.9 / HBP: 5.0 / BB: 5.9 / Total Chances: 59.9 2025-02-16 15:50:04,949 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 27.349999999999998 / Current Outs: 56.35 2025-02-16 15:50:04,949 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 15:50:04,949 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,949 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,949 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,949 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,949 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,949 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,949 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 6.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,949 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 15.45 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:04,950 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.750000000000004 2025-02-16 15:50:04,950 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.299999999999997 2025-02-16 15:50:04,950 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,950 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 15:50:04,950 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:04,950 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:04,950 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.350000000000003 2025-02-16 15:50:04,950 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-16 15:50:04,950 - card_creation - INFO - raw hr chances: 3.35 2025-02-16 15:50:04,950 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.35 2025-02-16 15:50:04,950 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,950 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,950 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:04,950 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.599999999999997 2025-02-16 15:50:04,950 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:04,950 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:04,950 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.6 2025-02-16 15:50:04,950 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,950 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 2.0 / BB: 4.5 / Total Chances: 60.35 2025-02-16 15:50:04,950 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 64.35 2025-02-16 15:50:04,950 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 15:50:04,950 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 11.500000000000002 / Current Outs: 40.5 2025-02-16 15:50:04,950 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,950 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,950 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,950 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,950 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,950 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,951 - card_creation - INFO - vL - All Hits: 15.8 / Other OB: 23.4 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:04,951 - card_creation - INFO - vR - All Hits: 19.2 / Other OB: 16.35 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:04,951 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 4.400000000000002 2025-02-16 15:50:04,951 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.399999999999999 2025-02-16 15:50:04,951 - card_creation - INFO - vL: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:04,951 - card_creation - INFO - vR: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:04,951 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:04,951 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,951 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.200000000000002 2025-02-16 15:50:04,951 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:04,951 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:04,951 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:04,951 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,951 - card_creation - INFO - hr%: 0.50 / tr%: 0.35 / do%: 0.15 2025-02-16 15:50:04,951 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,951 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 6.399999999999999 2025-02-16 15:50:04,951 - card_creation - INFO - Triple: 2.25 / rem xbh: 4.15 2025-02-16 15:50:04,951 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:04,952 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 15:50:04,952 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,952 - card_creation - INFO - vL: All other OB: 23.4 / HBP: 0 / BB: 23.4 / Total Chances: 68.2 2025-02-16 15:50:04,952 - card_creation - INFO - vR: All other OB: 16.35 / HBP: 0 / BB: 16.35 / Total Chances: 64.55 2025-02-16 15:50:04,952 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 17.55 / Current Outs: 46.55 2025-02-16 15:50:04,952 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 12.6 / Current Outs: 41.6 2025-02-16 15:50:04,952 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,952 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,952 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,952 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,952 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,952 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,952 - card_creation - INFO - vL - All Hits: 14.0 / Other OB: 7.4 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:04,952 - card_creation - INFO - vR - All Hits: 13.15 / Other OB: 13.55 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:04,952 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 7.4 2025-02-16 15:50:04,953 - card_creation - INFO - remaining singles: 0.75 / total xbh: 8.15 2025-02-16 15:50:04,953 - card_creation - INFO - vL: All Hits: 14.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.6 2025-02-16 15:50:04,953 - card_creation - INFO - vR: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,953 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-16 15:50:04,953 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:04,953 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.5 / rem xbh: 5.9 2025-02-16 15:50:04,953 - card_creation - INFO - Triple: 0 / rem xbh: 5.9 2025-02-16 15:50:04,953 - card_creation - INFO - raw hr chances: 5.9 2025-02-16 15:50:04,953 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.9000000000000004 2025-02-16 15:50:04,953 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,953 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:04,953 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:04,953 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 6.050000000000001 2025-02-16 15:50:04,953 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 15:50:04,953 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 15:50:04,953 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.05 2025-02-16 15:50:04,953 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,953 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 50.4 2025-02-16 15:50:04,953 - card_creation - INFO - vR: All other OB: 13.55 / HBP: 0 / BB: 13.55 / Total Chances: 55.7 2025-02-16 15:50:04,953 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 32.550000000000004 / Current Outs: 61.55 2025-02-16 15:50:04,953 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 27.4 / Current Outs: 56.4 2025-02-16 15:50:04,953 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,953 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,953 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,953 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,953 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,953 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,954 - card_creation - INFO - vL - All Hits: 30.6 / Other OB: 9.2 / All Outs: 68.0 / Total: 29.0 2025-02-16 15:50:04,954 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 4.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:04,954 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 12.0 2025-02-16 15:50:04,954 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.4 2025-02-16 15:50:04,954 - card_creation - INFO - vL: All Hits: 30.6 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.8 / Single CF: 0 2025-02-16 15:50:04,954 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:04,954 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:04,954 - card_creation - INFO - raw do chances: 9.0 2025-02-16 15:50:04,954 - card_creation - INFO - Double**: 9.0 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-16 15:50:04,954 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 15:50:04,954 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 15:50:04,954 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 15:50:04,954 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,954 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,954 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:04,954 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.1500000000000004 2025-02-16 15:50:04,954 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-16 15:50:04,954 - card_creation - INFO - raw hr chances: 3.15 2025-02-16 15:50:04,954 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.15 2025-02-16 15:50:04,954 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,954 - card_creation - INFO - vL: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 68.8 2025-02-16 15:50:04,954 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 54.8 2025-02-16 15:50:04,954 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 13.75 / Current Outs: 42.75 2025-02-16 15:50:04,954 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.75 / Current Outs: 46.75 2025-02-16 15:50:04,954 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,954 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,955 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,955 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,955 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,955 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,955 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 13.05 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:04,955 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 2.4 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:04,955 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 8.100000000000001 2025-02-16 15:50:04,955 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.000000000000002 2025-02-16 15:50:04,955 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 3.2 2025-02-16 15:50:04,955 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-16 15:50:04,955 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:04,955 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:04,955 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.2 / rem xbh: 6.900000000000001 2025-02-16 15:50:04,955 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-16 15:50:04,955 - card_creation - INFO - raw hr chances: 6.9 2025-02-16 15:50:04,956 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.9 2025-02-16 15:50:04,956 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,956 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-16 15:50:04,956 - card_creation - INFO - raw do chances: 5.95 2025-02-16 15:50:04,956 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 1.0500000000000016 2025-02-16 15:50:04,956 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:04,956 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:04,956 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,956 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 15:50:04,956 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 15:50:04,956 - card_creation - INFO - vL: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 61.55 2025-02-16 15:50:04,956 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 50.75 2025-02-16 15:50:04,956 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 19.899999999999995 / Current Outs: 48.9 2025-02-16 15:50:04,956 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 34.550000000000004 / Current Outs: 63.55 2025-02-16 15:50:04,956 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,956 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,956 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,956 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,956 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,956 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,957 - card_creation - INFO - vL - All Hits: 23.75 / Other OB: 18.9 / All Outs: 65.5 / Total: 29.0 2025-02-16 15:50:04,957 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 12.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:04,957 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.950000000000001 2025-02-16 15:50:04,957 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.499999999999998 2025-02-16 15:50:04,957 - card_creation - INFO - vL: All Hits: 23.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,957 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:04,957 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:04,957 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:04,957 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.450000000000001 2025-02-16 15:50:04,957 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:04,957 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:04,957 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-16 15:50:04,957 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,957 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-16 15:50:04,957 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:04,957 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.5999999999999983 2025-02-16 15:50:04,957 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 15:50:04,957 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 15:50:04,957 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-16 15:50:04,957 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,957 - card_creation - INFO - vL: All other OB: 18.9 / HBP: 0 / BB: 18.9 / Total Chances: 71.65 2025-02-16 15:50:04,957 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 56.8 2025-02-16 15:50:04,957 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 19.05 / Current Outs: 48.05 2025-02-16 15:50:04,957 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 15:50:04,957 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:04,958 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:04,958 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,958 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,958 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,958 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,958 - card_creation - INFO - vL - All Hits: 5.1 / Other OB: 15.3 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:04,958 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 17.65 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:04,958 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 1.4999999999999996 2025-02-16 15:50:04,959 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.200000000000001 2025-02-16 15:50:04,959 - card_creation - INFO - vL: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:04,959 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:04,959 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,959 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,959 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4999999999999996 2025-02-16 15:50:04,959 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:04,959 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:04,959 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,959 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:04,959 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,959 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:04,959 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.500000000000001 2025-02-16 15:50:04,959 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:04,959 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:04,959 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 15:50:04,959 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,959 - card_creation - INFO - vL: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 49.9 2025-02-16 15:50:04,959 - card_creation - INFO - vR: All other OB: 17.65 / HBP: 0 / BB: 17.65 / Total Chances: 64.0 2025-02-16 15:50:04,959 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 40.650000000000006 / Current Outs: 69.65 2025-02-16 15:50:04,959 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 27.3 / Current Outs: 56.3 2025-02-16 15:50:04,959 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:04,959 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:04,959 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,959 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,959 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,959 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,960 - card_creation - INFO - vL - All Hits: 12.35 / Other OB: 11.35 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:04,960 - card_creation - INFO - vR - All Hits: 4.5 / Other OB: 5.9 / All Outs: 97.5 / Total: 29.0 2025-02-16 15:50:04,960 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3499999999999996 2025-02-16 15:50:04,960 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-16 15:50:04,960 - card_creation - INFO - vL: All Hits: 12.35 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:04,960 - card_creation - INFO - vR: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:04,960 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:04,960 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:04,960 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.44999999999999973 2025-02-16 15:50:04,960 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:04,960 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:04,960 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,960 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:04,960 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:04,960 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:04,960 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,960 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 15:50:04,960 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:04,960 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:04,960 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,960 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:04,960 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 15:50:04,960 - card_creation - INFO - vL: All other OB: 11.35 / HBP: 0 / BB: 11.35 / Total Chances: 52.7 2025-02-16 15:50:04,960 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 2.0 / BB: 3.9 / Total Chances: 39.4 2025-02-16 15:50:04,960 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 44.6 / Current Outs: 73.6 2025-02-16 15:50:04,960 - card_creation - INFO - vR: All Outs: 97.5 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 15:50:04,961 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,961 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,961 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,961 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,961 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,961 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,961 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 6.55 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:04,961 - card_creation - INFO - vR - All Hits: 33.05 / Other OB: 6.65 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:04,961 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 1.5 2025-02-16 15:50:04,961 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.349999999999996 2025-02-16 15:50:04,961 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,961 - card_creation - INFO - vR: All Hits: 33.05 / BP Singles: 5.0 / Single 2: 10.35 / Single 1: 10.35 / Single CF: 0 2025-02-16 15:50:04,962 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,962 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,962 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:04,962 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:04,962 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:04,962 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,962 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:04,962 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,962 - card_creation - INFO - raw do chances: 7.35 2025-02-16 15:50:04,962 - card_creation - INFO - Double**: 7.35 / Double(cf): 0.0 / rem xbh: -3.552713678800501e-15 2025-02-16 15:50:04,962 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:04,962 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:04,962 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,962 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,962 - card_creation - INFO - vL: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 52.05 2025-02-16 15:50:04,962 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 3.0 / BB: 3.65 / Total Chances: 68.7 2025-02-16 15:50:04,962 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 35.400000000000006 / Current Outs: 64.4 2025-02-16 15:50:04,962 - card_creation - INFO - vR: All Outs: 68.5 / Ks: 35.300000000000004 / Current Outs: 64.3 2025-02-16 15:50:04,962 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,962 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,962 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,962 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,962 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,962 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,963 - card_creation - INFO - vL - All Hits: 27.1 / Other OB: 11.6 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:04,963 - card_creation - INFO - vR - All Hits: 25.3 / Other OB: 15.45 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:04,963 - card_creation - INFO - remaining singles: -0.15000000000000124 / total xbh: 11.000000000000004 2025-02-16 15:50:04,963 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.25 2025-02-16 15:50:04,963 - card_creation - INFO - vL: All Hits: 27.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,963 - card_creation - INFO - vR: All Hits: 25.3 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.05 / Single CF: 0 2025-02-16 15:50:04,963 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:04,963 - card_creation - INFO - raw do chances: 6.05 2025-02-16 15:50:04,963 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 4.950000000000004 2025-02-16 15:50:04,963 - card_creation - INFO - Triple: 0 / rem xbh: 4.95 2025-02-16 15:50:04,963 - card_creation - INFO - raw hr chances: 4.95 2025-02-16 15:50:04,963 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.95 2025-02-16 15:50:04,963 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,963 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,963 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,963 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.05 2025-02-16 15:50:04,963 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 15:50:04,963 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 15:50:04,963 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.05 2025-02-16 15:50:04,963 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,963 - card_creation - INFO - vL: All other OB: 11.6 / HBP: 0 / BB: 11.6 / Total Chances: 67.7 2025-02-16 15:50:04,963 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 1.0 / BB: 14.45 / Total Chances: 69.75 2025-02-16 15:50:04,963 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 12.350000000000001 / Current Outs: 41.35 2025-02-16 15:50:04,963 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 8.499999999999998 / Current Outs: 37.5 2025-02-16 15:50:04,963 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,963 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,963 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,963 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,963 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,963 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,964 - card_creation - INFO - vL - All Hits: 13.95 / Other OB: 8.9 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:04,964 - card_creation - INFO - vR - All Hits: 16.55 / Other OB: 10.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:04,964 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.949999999999999 2025-02-16 15:50:04,964 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.4 2025-02-16 15:50:04,964 - card_creation - INFO - vL: All Hits: 13.95 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:04,964 - card_creation - INFO - vR: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:04,964 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:04,964 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:04,964 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6999999999999993 2025-02-16 15:50:04,964 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:04,964 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:04,964 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 15:50:04,964 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,964 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:04,964 - card_creation - INFO - raw do chances: 6.7 2025-02-16 15:50:04,964 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 1.7000000000000002 2025-02-16 15:50:04,964 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:04,964 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:04,964 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:04,965 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,965 - card_creation - INFO - vL: All other OB: 8.9 / HBP: 0 / BB: 8.9 / Total Chances: 51.85 2025-02-16 15:50:04,965 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 1.0 / BB: 9.4 / Total Chances: 55.95 2025-02-16 15:50:04,965 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 19.049999999999997 / Current Outs: 48.05 2025-02-16 15:50:04,965 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 22.55 / Current Outs: 51.55 2025-02-16 15:50:04,965 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,965 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,965 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,965 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,965 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,965 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,965 - card_creation - INFO - vL - All Hits: 30.3 / Other OB: 2.75 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:04,965 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 1.95 / All Outs: 95.0 / Total: 29.0 2025-02-16 15:50:04,966 - card_creation - INFO - remaining singles: 0.0 / total xbh: 12.100000000000001 2025-02-16 15:50:04,966 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-16 15:50:04,966 - card_creation - INFO - vL: All Hits: 30.3 / BP Singles: 5.0 / Single 2: 6.6 / Single 1: 0.0 / Single CF: 6.6 2025-02-16 15:50:04,966 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:04,966 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:04,966 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:04,966 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.4 / rem xbh: 9.700000000000001 2025-02-16 15:50:04,966 - card_creation - INFO - Triple: 0 / rem xbh: 9.7 2025-02-16 15:50:04,966 - card_creation - INFO - raw hr chances: 9.7 2025-02-16 15:50:04,966 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.7 2025-02-16 15:50:04,966 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,966 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,966 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:04,966 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:04,966 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:04,966 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:04,966 - card_creation - INFO - BP HR: 0 / ND HR: 1.5 2025-02-16 15:50:04,966 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,966 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 62.05 2025-02-16 15:50:04,966 - card_creation - INFO - vR: All other OB: 1.95 / HBP: 0 / BB: 1.95 / Total Chances: 41.95 2025-02-16 15:50:04,966 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 5.2 / Current Outs: 34.2 2025-02-16 15:50:04,966 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 34.0 / Current Outs: 63.0 2025-02-16 15:50:04,966 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,966 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,966 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,966 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,966 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,966 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,967 - card_creation - INFO - vL - All Hits: 14.75 / Other OB: 23.6 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:04,967 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 21.6 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:04,967 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 6.300000000000001 2025-02-16 15:50:04,967 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.85 2025-02-16 15:50:04,967 - card_creation - INFO - vL: All Hits: 14.75 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:04,967 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:04,967 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 15:50:04,968 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:04,968 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 15:50:04,968 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:04,968 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:04,968 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,968 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:04,968 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:04,968 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:04,968 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,968 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6499999999999995 2025-02-16 15:50:04,968 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:04,968 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:04,968 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 15:50:04,968 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,968 - card_creation - INFO - vL: All other OB: 23.6 / HBP: 1.0 / BB: 22.6 / Total Chances: 67.35 2025-02-16 15:50:04,968 - card_creation - INFO - vR: All other OB: 21.6 / HBP: 7.0 / BB: 14.6 / Total Chances: 65.95 2025-02-16 15:50:04,968 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 16.35 / Current Outs: 45.35 2025-02-16 15:50:04,968 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 30.349999999999998 / Current Outs: 59.35 2025-02-16 15:50:04,968 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,968 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,968 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,968 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,968 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,968 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,969 - card_creation - INFO - vL - All Hits: 21.15 / Other OB: 10.3 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,969 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 12.25 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:04,969 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.899999999999999 2025-02-16 15:50:04,969 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.25 2025-02-16 15:50:04,969 - card_creation - INFO - vL: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 15:50:04,969 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:04,969 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:04,969 - card_creation - INFO - raw do chances: 10.35 2025-02-16 15:50:04,969 - card_creation - INFO - Double**: 10.35 / Double(cf): 0.0 / rem xbh: 0.5499999999999989 2025-02-16 15:50:04,969 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:04,969 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:04,969 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,969 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:04,969 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:04,969 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-16 15:50:04,969 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,969 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.0499999999999998 2025-02-16 15:50:04,970 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:04,970 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:04,970 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,970 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 15:50:04,970 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 15:50:04,970 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 60.45 2025-02-16 15:50:04,970 - card_creation - INFO - vR: All other OB: 12.25 / HBP: 0 / BB: 12.25 / Total Chances: 53.4 2025-02-16 15:50:04,970 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 39.65 / Current Outs: 68.65 2025-02-16 15:50:04,970 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 22.699999999999996 / Current Outs: 51.7 2025-02-16 15:50:04,970 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:04,970 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:04,970 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 15:50:04,970 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 15:50:04,970 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,970 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,971 - card_creation - INFO - vL - All Hits: 12.1 / Other OB: 6.3 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:04,971 - card_creation - INFO - vR - All Hits: 19.25 / Other OB: 4.5 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:04,971 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.199999999999999 2025-02-16 15:50:04,971 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 3.4499999999999993 2025-02-16 15:50:04,971 - card_creation - INFO - vL: All Hits: 12.1 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:04,971 - card_creation - INFO - vR: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,971 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:04,971 - card_creation - INFO - raw do chances: 3.6 2025-02-16 15:50:04,971 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.5999999999999992 2025-02-16 15:50:04,971 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:04,971 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:04,971 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,971 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:04,971 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:04,971 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:04,971 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:04,971 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.0499999999999994 2025-02-16 15:50:04,971 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:04,971 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:04,971 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 15:50:04,971 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,971 - card_creation - INFO - vL: All other OB: 6.3 / HBP: 1.0 / BB: 5.3 / Total Chances: 47.4 2025-02-16 15:50:04,971 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 52.75 2025-02-16 15:50:04,971 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 31.65 / Current Outs: 60.65 2025-02-16 15:50:04,971 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 32.45 / Current Outs: 61.45 2025-02-16 15:50:04,971 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,971 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,971 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,971 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,972 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,972 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,972 - card_creation - INFO - vL - All Hits: 11.75 / Other OB: 18.95 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:04,972 - card_creation - INFO - vR - All Hits: 18.9 / Other OB: 14.25 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:04,972 - card_creation - INFO - remaining singles: 0.9999999999999998 / total xbh: 5.699999999999999 2025-02-16 15:50:04,972 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.0 2025-02-16 15:50:04,972 - card_creation - INFO - vL: All Hits: 11.75 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,972 - card_creation - INFO - vR: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:04,972 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:04,972 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:04,972 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-16 15:50:04,972 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:04,972 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:04,972 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,972 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:04,972 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 15:50:04,972 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:04,972 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:04,973 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.75 2025-02-16 15:50:04,973 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-16 15:50:04,973 - card_creation - INFO - raw hr chances: 4.75 2025-02-16 15:50:04,973 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.75 2025-02-16 15:50:04,973 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,973 - card_creation - INFO - vL: All other OB: 18.95 / HBP: 1.0 / BB: 17.95 / Total Chances: 59.7 2025-02-16 15:50:04,973 - card_creation - INFO - vR: All other OB: 14.25 / HBP: 0 / BB: 14.25 / Total Chances: 62.15 2025-02-16 15:50:04,973 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 17.999999999999996 / Current Outs: 47.0 2025-02-16 15:50:04,973 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 26.7 / Current Outs: 55.7 2025-02-16 15:50:04,973 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,973 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,973 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,973 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,973 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,973 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,973 - card_creation - INFO - vL - All Hits: 30.3 / Other OB: 8.8 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:04,974 - card_creation - INFO - vR - All Hits: 21.3 / Other OB: 16.6 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:04,974 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.3 2025-02-16 15:50:04,974 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 8.350000000000001 2025-02-16 15:50:04,974 - card_creation - INFO - vL: All Hits: 30.3 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 8.0 / Single CF: 0 2025-02-16 15:50:04,974 - card_creation - INFO - vR: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:04,974 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:04,974 - card_creation - INFO - raw do chances: 7.0 2025-02-16 15:50:04,974 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 15:50:04,974 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:04,974 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:04,974 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:04,974 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,974 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,974 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,974 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.150000000000001 2025-02-16 15:50:04,974 - card_creation - INFO - Triple: 0 / rem xbh: 5.15 2025-02-16 15:50:04,974 - card_creation - INFO - raw hr chances: 5.15 2025-02-16 15:50:04,974 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.15 2025-02-16 15:50:04,974 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,974 - card_creation - INFO - vL: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 68.1 2025-02-16 15:50:04,974 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 1.0 / BB: 15.6 / Total Chances: 66.9 2025-02-16 15:50:04,974 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 8.149999999999999 / Current Outs: 37.15 2025-02-16 15:50:04,974 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 16.35 / Current Outs: 45.35 2025-02-16 15:50:04,974 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,974 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,975 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,975 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,975 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,975 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,975 - card_creation - INFO - vL - All Hits: 19.3 / Other OB: 5.7 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:04,975 - card_creation - INFO - vR - All Hits: 20.7 / Other OB: 5.4 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:04,975 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.699999999999999 2025-02-16 15:50:04,976 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.949999999999999 2025-02-16 15:50:04,976 - card_creation - INFO - vL: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:04,976 - card_creation - INFO - vR: All Hits: 20.7 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:04,976 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:04,976 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:04,976 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 15:50:04,976 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:04,976 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:04,976 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:04,976 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,976 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 15:50:04,976 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:04,976 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 3.4499999999999993 2025-02-16 15:50:04,976 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:04,976 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:04,976 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.45 2025-02-16 15:50:04,976 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,976 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 54.0 2025-02-16 15:50:04,976 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 55.1 2025-02-16 15:50:04,976 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 15.25 / Current Outs: 44.25 2025-02-16 15:50:04,976 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 20.55 / Current Outs: 49.55 2025-02-16 15:50:04,976 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,976 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,976 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,976 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,976 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,976 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,977 - card_creation - INFO - vL - All Hits: 12.4 / Other OB: 27.2 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:04,977 - card_creation - INFO - vR - All Hits: 9.6 / Other OB: 44.9 / All Outs: 53.5 / Total: 29.0 2025-02-16 15:50:04,977 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.999999999999999 2025-02-16 15:50:04,977 - card_creation - INFO - remaining singles: 0.75 / total xbh: 4.6 2025-02-16 15:50:04,977 - card_creation - INFO - vL: All Hits: 12.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:04,977 - card_creation - INFO - vR: All Hits: 9.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:04,977 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,977 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:04,977 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.4999999999999991 2025-02-16 15:50:04,977 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:04,977 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:04,977 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,977 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:04,977 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,977 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:04,977 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.1999999999999997 2025-02-16 15:50:04,977 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:04,977 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:04,977 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:04,977 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,977 - card_creation - INFO - vL: All other OB: 27.2 / HBP: 16.0 / BB: 11.2 / Total Chances: 69.1 2025-02-16 15:50:04,977 - card_creation - INFO - vR: All other OB: 44.9 / HBP: 0 / BB: 44.9 / Total Chances: 83.5 2025-02-16 15:50:04,977 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 27.750000000000004 / Current Outs: 56.75 2025-02-16 15:50:04,977 - card_creation - INFO - vR: All Outs: 53.5 / Ks: 15.049999999999997 / Current Outs: 44.05 2025-02-16 15:50:04,978 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:04,978 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:04,978 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,978 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,978 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,978 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,978 - card_creation - INFO - vL - All Hits: 19.9 / Other OB: 8.3 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:04,978 - card_creation - INFO - vR - All Hits: 24.2 / Other OB: 20.65 / All Outs: 63.0 / Total: 29.0 2025-02-16 15:50:04,978 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.649999999999999 2025-02-16 15:50:04,978 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.399999999999997 2025-02-16 15:50:04,978 - card_creation - INFO - vL: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:04,979 - card_creation - INFO - vR: All Hits: 24.2 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.4 / Single CF: 0 2025-02-16 15:50:04,979 - card_creation - INFO - hr%: 0.70 / tr%: 0.10 / do%: 0.20 2025-02-16 15:50:04,979 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:04,979 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 6.049999999999999 2025-02-16 15:50:04,979 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 15:50:04,979 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 15:50:04,979 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.05 2025-02-16 15:50:04,979 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,979 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:04,979 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,979 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.1999999999999966 2025-02-16 15:50:04,979 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:04,979 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:04,979 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:04,979 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,979 - card_creation - INFO - vL: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 57.2 2025-02-16 15:50:04,979 - card_creation - INFO - vR: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 73.85 2025-02-16 15:50:04,979 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 28.649999999999995 / Current Outs: 57.65 2025-02-16 15:50:04,979 - card_creation - INFO - vR: All Outs: 63.0 / Ks: 24.300000000000004 / Current Outs: 53.3 2025-02-16 15:50:04,979 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,979 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,979 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,979 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,979 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,979 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,980 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 9.95 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:04,980 - card_creation - INFO - vR - All Hits: 21.85 / Other OB: 4.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:04,980 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 4.75 2025-02-16 15:50:04,980 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.450000000000003 2025-02-16 15:50:04,980 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,980 - card_creation - INFO - vR: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:04,980 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.70 2025-02-16 15:50:04,980 - card_creation - INFO - raw do chances: 3.3 2025-02-16 15:50:04,980 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-16 15:50:04,980 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:04,980 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:04,980 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,980 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:04,980 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 15:50:04,980 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.40 2025-02-16 15:50:04,980 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:04,980 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 3.200000000000003 2025-02-16 15:50:04,980 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:04,980 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:04,980 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:04,980 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,980 - card_creation - INFO - vL: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 59.5 2025-02-16 15:50:04,980 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 2.0 / BB: 2.25 / Total Chances: 55.1 2025-02-16 15:50:04,980 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 16.0 / Current Outs: 45.0 2025-02-16 15:50:04,980 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 15:50:04,981 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,981 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,981 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,981 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,981 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,981 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,981 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 8.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,981 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 4.5 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:04,981 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.749999999999999 2025-02-16 15:50:04,981 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.850000000000001 2025-02-16 15:50:04,981 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.75 / Single CF: 0 2025-02-16 15:50:04,981 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:04,982 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,982 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:04,982 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.3499999999999992 2025-02-16 15:50:04,982 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:04,982 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:04,982 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,982 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:04,982 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:04,982 - card_creation - INFO - hr%: 0.60 / tr%: 0.10 / do%: 0.30 2025-02-16 15:50:04,982 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:04,982 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 4.750000000000002 2025-02-16 15:50:04,982 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-16 15:50:04,982 - card_creation - INFO - raw hr chances: 4.75 2025-02-16 15:50:04,982 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.75 2025-02-16 15:50:04,982 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,982 - card_creation - INFO - vL: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 60.7 2025-02-16 15:50:04,982 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 51.85 2025-02-16 15:50:04,982 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 15:50:04,982 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 23.45 / Current Outs: 52.45 2025-02-16 15:50:04,982 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,982 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,982 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,982 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,982 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,982 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,983 - card_creation - INFO - vL - All Hits: 23.6 / Other OB: 3.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:04,983 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 4.8 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:04,983 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 7.200000000000003 2025-02-16 15:50:04,983 - card_creation - INFO - remaining singles: 0.0 / total xbh: 15.7 2025-02-16 15:50:04,983 - card_creation - INFO - vL: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:04,983 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.75 2025-02-16 15:50:04,983 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:04,983 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:04,983 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.5000000000000027 2025-02-16 15:50:04,983 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:04,983 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:04,984 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,984 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:04,984 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:04,984 - card_creation - INFO - raw do chances: 8.65 2025-02-16 15:50:04,984 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.65 / rem xbh: 7.049999999999999 2025-02-16 15:50:04,984 - card_creation - INFO - Triple: 0 / rem xbh: 7.05 2025-02-16 15:50:04,984 - card_creation - INFO - raw hr chances: 7.05 2025-02-16 15:50:04,984 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.05 2025-02-16 15:50:04,984 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,984 - card_creation - INFO - vL: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 56.9 2025-02-16 15:50:04,984 - card_creation - INFO - vR: All other OB: 4.8 / HBP: 0 / BB: 4.8 / Total Chances: 60.0 2025-02-16 15:50:04,984 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 15.15 / Current Outs: 44.15 2025-02-16 15:50:04,984 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 35.150000000000006 / Current Outs: 64.15 2025-02-16 15:50:04,984 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,984 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,984 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,984 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,984 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,984 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,985 - card_creation - INFO - vL - All Hits: 22.25 / Other OB: 4.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:04,985 - card_creation - INFO - vR - All Hits: 20.3 / Other OB: 7.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:04,985 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.850000000000001 2025-02-16 15:50:04,985 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.050000000000001 2025-02-16 15:50:04,985 - card_creation - INFO - vL: All Hits: 22.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:04,985 - card_creation - INFO - vR: All Hits: 20.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:04,985 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 15:50:04,985 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:04,985 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7500000000000013 2025-02-16 15:50:04,985 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 15:50:04,985 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 15:50:04,986 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.75 2025-02-16 15:50:04,986 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,986 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:04,986 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:04,986 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 15:50:04,986 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:04,986 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:04,986 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-16 15:50:04,986 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,986 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 55.45 2025-02-16 15:50:04,986 - card_creation - INFO - vR: All other OB: 7.9 / HBP: 1.0 / BB: 6.9 / Total Chances: 57.2 2025-02-16 15:50:04,986 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 9.749999999999998 / Current Outs: 38.75 2025-02-16 15:50:04,986 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 14.049999999999997 / Current Outs: 43.05 2025-02-16 15:50:04,986 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,986 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,986 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,986 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,986 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,986 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,987 - card_creation - INFO - vL - All Hits: 13.05 / Other OB: 14.45 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:04,987 - card_creation - INFO - vR - All Hits: 21.55 / Other OB: 4.75 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:04,987 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 3.25 2025-02-16 15:50:04,987 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.150000000000002 2025-02-16 15:50:04,987 - card_creation - INFO - vL: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:04,987 - card_creation - INFO - vR: All Hits: 21.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:04,987 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:04,987 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:04,987 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.0499999999999998 2025-02-16 15:50:04,987 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:04,987 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:04,987 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 15:50:04,987 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,987 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:04,987 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:04,987 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000021 2025-02-16 15:50:04,987 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:04,987 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:04,987 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 15:50:04,987 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,987 - card_creation - INFO - vL: All other OB: 14.45 / HBP: 0 / BB: 14.45 / Total Chances: 56.5 2025-02-16 15:50:04,987 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 55.3 2025-02-16 15:50:04,987 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.500000000000004 / Current Outs: 52.5 2025-02-16 15:50:04,987 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 12.2 / Current Outs: 41.2 2025-02-16 15:50:04,987 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,987 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,988 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,988 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,988 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,988 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,988 - card_creation - INFO - vL - All Hits: 18.35 / Other OB: 10.6 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,988 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 4.75 / All Outs: 91.0 / Total: 29.0 2025-02-16 15:50:04,988 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.65 2025-02-16 15:50:04,988 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1500000000000004 2025-02-16 15:50:04,988 - card_creation - INFO - vL: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:04,988 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:04,988 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:04,988 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:04,988 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.45 2025-02-16 15:50:04,988 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:04,988 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:04,988 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:04,989 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,989 - card_creation - INFO - hr%: 0.15 / tr%: 0.30 / do%: 0.55 2025-02-16 15:50:04,989 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:04,989 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 15:50:04,989 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:04,989 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:04,989 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:04,989 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:04,989 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 15:50:04,989 - card_creation - INFO - vL: All other OB: 10.6 / HBP: 0 / BB: 10.6 / Total Chances: 57.95 2025-02-16 15:50:04,989 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 1.0 / BB: 3.75 / Total Chances: 45.9 2025-02-16 15:50:04,989 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 15:50:04,989 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 28.2 / Current Outs: 57.2 2025-02-16 15:50:04,989 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,989 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,989 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,989 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,989 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,989 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,990 - card_creation - INFO - vL - All Hits: 22.1 / Other OB: 3.5 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:04,990 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 4.5 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:04,990 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 14.700000000000003 2025-02-16 15:50:04,990 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0000000000000018 2025-02-16 15:50:04,990 - card_creation - INFO - vL: All Hits: 22.1 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.2 2025-02-16 15:50:04,990 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.6 / Single CF: 0 2025-02-16 15:50:04,990 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:04,990 - card_creation - INFO - raw do chances: 8.1 2025-02-16 15:50:04,990 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.1 / rem xbh: 6.600000000000003 2025-02-16 15:50:04,990 - card_creation - INFO - Triple: 0 / rem xbh: 6.6 2025-02-16 15:50:04,990 - card_creation - INFO - raw hr chances: 6.6 2025-02-16 15:50:04,990 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.5999999999999996 2025-02-16 15:50:04,990 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,990 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:04,990 - card_creation - INFO - raw do chances: 1.05 2025-02-16 15:50:04,990 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.9500000000000017 2025-02-16 15:50:04,990 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:04,990 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:04,990 - card_creation - INFO - BP HR: 0 / ND HR: 0.95 2025-02-16 15:50:04,990 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,990 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 54.6 2025-02-16 15:50:04,990 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 59.7 2025-02-16 15:50:04,990 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 22.45 / Current Outs: 51.45 2025-02-16 15:50:04,990 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 22.45 / Current Outs: 51.45 2025-02-16 15:50:04,990 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,990 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,990 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,990 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,991 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,991 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,991 - card_creation - INFO - vL - All Hits: 29.4 / Other OB: 10.85 / All Outs: 68.0 / Total: 29.0 2025-02-16 15:50:04,991 - card_creation - INFO - vR - All Hits: 31.2 / Other OB: 7.65 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:04,991 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 9.0 2025-02-16 15:50:04,991 - card_creation - INFO - remaining singles: 0.0 / total xbh: 13.5 2025-02-16 15:50:04,991 - card_creation - INFO - vL: All Hits: 29.4 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.7 / Single CF: 0 2025-02-16 15:50:04,991 - card_creation - INFO - vR: All Hits: 31.2 / BP Singles: 5.0 / Single 2: 6.35 / Single 1: 0.0 / Single CF: 6.35 2025-02-16 15:50:04,991 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:04,991 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,991 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.8 2025-02-16 15:50:04,991 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 15:50:04,991 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 15:50:04,992 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8 2025-02-16 15:50:04,992 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,992 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:04,992 - card_creation - INFO - raw do chances: 8.8 2025-02-16 15:50:04,992 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.8 / rem xbh: 4.699999999999999 2025-02-16 15:50:04,992 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 15:50:04,992 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 15:50:04,992 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.7 2025-02-16 15:50:04,992 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,992 - card_creation - INFO - vL: All other OB: 10.85 / HBP: 0 / BB: 10.85 / Total Chances: 69.25 2025-02-16 15:50:04,992 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 67.85 2025-02-16 15:50:04,992 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 20.099999999999998 / Current Outs: 49.1 2025-02-16 15:50:04,992 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 16.3 / Current Outs: 45.3 2025-02-16 15:50:04,992 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,992 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,992 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,992 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,992 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,992 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,993 - card_creation - INFO - vL - All Hits: 24.65 / Other OB: 16.3 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:04,993 - card_creation - INFO - vR - All Hits: 22.4 / Other OB: 4.75 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:04,993 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.9999999999999964 2025-02-16 15:50:04,993 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 11.95 2025-02-16 15:50:04,993 - card_creation - INFO - vL: All Hits: 24.65 / BP Singles: 5.0 / Single 2: 7.8 / Single 1: 7.85 / Single CF: 0 2025-02-16 15:50:04,993 - card_creation - INFO - vR: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:04,993 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 15:50:04,993 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:04,993 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.8999999999999964 2025-02-16 15:50:04,993 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 15:50:04,993 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:04,993 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 15:50:04,993 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,993 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:04,993 - card_creation - INFO - raw do chances: 11.35 2025-02-16 15:50:04,993 - card_creation - INFO - Double**: 11.35 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 15:50:04,993 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:04,993 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:04,993 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,993 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:04,993 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:04,993 - card_creation - INFO - vL: All other OB: 16.3 / HBP: 0 / BB: 16.3 / Total Chances: 69.95 2025-02-16 15:50:04,993 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 56.15 2025-02-16 15:50:04,993 - card_creation - INFO - vL: All Outs: 67.0 / Ks: 31.650000000000002 / Current Outs: 60.65 2025-02-16 15:50:04,993 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 27.200000000000003 / Current Outs: 56.2 2025-02-16 15:50:04,993 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:04,993 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:04,994 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,994 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,994 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,994 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,994 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 9.8 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:04,994 - card_creation - INFO - vR - All Hits: 20.85 / Other OB: 3.75 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:04,994 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.0000000000000018 2025-02-16 15:50:04,994 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.75 2025-02-16 15:50:04,994 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:04,994 - card_creation - INFO - vR: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:04,994 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,994 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,994 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.1999999999999984 2025-02-16 15:50:04,995 - card_creation - INFO - Triple: 0 / rem xbh: -0.2 2025-02-16 15:50:04,995 - card_creation - INFO - raw hr chances: -0.2 2025-02-16 15:50:04,995 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,995 - card_creation - INFO - excess xbh: -0.2 2025-02-16 15:50:04,995 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:04,995 - card_creation - INFO - raw do chances: 3.8 2025-02-16 15:50:04,995 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 15:50:04,995 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:04,995 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:04,995 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,995 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:04,995 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 15:50:04,995 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 1.0 / BB: 8.8 / Total Chances: 50.9 2025-02-16 15:50:04,995 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 53.6 2025-02-16 15:50:04,995 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 20.15 / Current Outs: 49.15 2025-02-16 15:50:04,995 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 16.2 / Current Outs: 45.2 2025-02-16 15:50:04,995 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,995 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,995 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,995 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,995 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,995 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,996 - card_creation - INFO - vL - All Hits: 13.35 / Other OB: 18.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:04,996 - card_creation - INFO - vR - All Hits: 18.7 / Other OB: 10.2 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,996 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.949999999999999 2025-02-16 15:50:04,996 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.199999999999999 2025-02-16 15:50:04,996 - card_creation - INFO - vL: All Hits: 13.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:04,996 - card_creation - INFO - vR: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:04,996 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:04,996 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:04,996 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-16 15:50:04,996 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:04,996 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:04,996 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:04,996 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-16 15:50:04,996 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:04,996 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:04,996 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.2999999999999994 2025-02-16 15:50:04,996 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:04,996 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:04,996 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:04,996 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,996 - card_creation - INFO - vL: All other OB: 18.2 / HBP: 0 / BB: 18.2 / Total Chances: 60.7 2025-02-16 15:50:04,996 - card_creation - INFO - vR: All other OB: 10.2 / HBP: 4.0 / BB: 6.2 / Total Chances: 57.9 2025-02-16 15:50:04,996 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 20.750000000000004 / Current Outs: 49.75 2025-02-16 15:50:04,996 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 15:50:04,996 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,996 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,997 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,997 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,997 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,997 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,997 - card_creation - INFO - vL - All Hits: 11.3 / Other OB: 4.5 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:04,997 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 4.5 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:04,997 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 2.1500000000000012 2025-02-16 15:50:04,997 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 6.450000000000003 2025-02-16 15:50:04,997 - card_creation - INFO - vL: All Hits: 11.3 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:04,997 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:04,997 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:04,997 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:04,997 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.4500000000000013 2025-02-16 15:50:04,998 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:04,998 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:04,998 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,998 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:04,998 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:04,998 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:04,998 - card_creation - INFO - raw do chances: 5.8 2025-02-16 15:50:04,998 - card_creation - INFO - Double**: 5.8 / Double(cf): 0.0 / rem xbh: 0.650000000000003 2025-02-16 15:50:04,998 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:04,998 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:04,998 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,998 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:04,998 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:04,998 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 44.8 2025-02-16 15:50:04,998 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 51.35 2025-02-16 15:50:04,998 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:04,998 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 11.449999999999998 / Current Outs: 40.45 2025-02-16 15:50:04,998 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,998 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,998 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:04,998 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:04,998 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:04,998 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:04,999 - card_creation - INFO - vL - All Hits: 18.9 / Other OB: 10.05 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:04,999 - card_creation - INFO - vR - All Hits: 7.75 / Other OB: 10.3 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:04,999 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 10.5 2025-02-16 15:50:04,999 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.9499999999999997 2025-02-16 15:50:04,999 - card_creation - INFO - vL: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 0.0 / Single CF: 1.7 2025-02-16 15:50:04,999 - card_creation - INFO - vR: All Hits: 7.75 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:04,999 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:04,999 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:04,999 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.2 / rem xbh: 8.3 2025-02-16 15:50:04,999 - card_creation - INFO - Triple: 0 / rem xbh: 8.3 2025-02-16 15:50:04,999 - card_creation - INFO - raw hr chances: 8.3 2025-02-16 15:50:04,999 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.3 2025-02-16 15:50:04,999 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:04,999 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:04,999 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:04,999 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.25000000000000044 2025-02-16 15:50:04,999 - card_creation - INFO - Triple: 0 / rem xbh: -0.25 2025-02-16 15:50:04,999 - card_creation - INFO - raw hr chances: -0.25 2025-02-16 15:50:04,999 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:04,999 - card_creation - INFO - excess xbh: -0.25 2025-02-16 15:50:04,999 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 3.0 / BB: 7.05 / Total Chances: 57.95 2025-02-16 15:50:05,000 - card_creation - INFO - vR: All other OB: 10.3 / HBP: 3.0 / BB: 7.3 / Total Chances: 47.3 2025-02-16 15:50:05,000 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 11.9 / Current Outs: 40.9 2025-02-16 15:50:05,000 - card_creation - INFO - vR: All Outs: 90.0 / Ks: -0.3499999999999998 / Current Outs: 28.65 2025-02-16 15:50:05,000 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,000 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,000 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,000 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 15:50:05,000 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,000 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,001 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 4.5 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,001 - card_creation - INFO - vR - All Hits: 24.5 / Other OB: 2.7 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,001 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.100000000000001 2025-02-16 15:50:05,001 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 8.100000000000001 2025-02-16 15:50:05,001 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,001 - card_creation - INFO - vR: All Hits: 24.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,001 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:05,001 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,001 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7000000000000015 2025-02-16 15:50:05,001 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:05,001 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,001 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 15:50:05,001 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,001 - card_creation - INFO - hr%: 0.40 / tr%: 0.15 / do%: 0.40 2025-02-16 15:50:05,001 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,001 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.850000000000001 2025-02-16 15:50:05,001 - card_creation - INFO - Triple: 0 / rem xbh: 4.85 2025-02-16 15:50:05,001 - card_creation - INFO - raw hr chances: 4.85 2025-02-16 15:50:05,001 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.85 2025-02-16 15:50:05,001 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,001 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 1.0 / BB: 3.5 / Total Chances: 51.6 2025-02-16 15:50:05,001 - card_creation - INFO - vR: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 56.2 2025-02-16 15:50:05,001 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 15.449999999999998 / Current Outs: 44.45 2025-02-16 15:50:05,001 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 9.249999999999998 / Current Outs: 38.25 2025-02-16 15:50:05,001 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,001 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,001 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,001 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,001 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,002 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,002 - card_creation - INFO - vL - All Hits: 17.1 / Other OB: 4.75 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,002 - card_creation - INFO - vR - All Hits: 20.6 / Other OB: 7.85 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,002 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.3000000000000007 2025-02-16 15:50:05,003 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.200000000000003 2025-02-16 15:50:05,003 - card_creation - INFO - vL: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,003 - card_creation - INFO - vR: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,003 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,003 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,003 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3000000000000007 2025-02-16 15:50:05,003 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,003 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,003 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:05,003 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,003 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,003 - card_creation - INFO - raw do chances: 6.5 2025-02-16 15:50:05,003 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 0.7000000000000028 2025-02-16 15:50:05,003 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 15:50:05,003 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 15:50:05,003 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,003 - card_creation - INFO - excess xbh: 0.7 2025-02-16 15:50:05,003 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 15:50:05,003 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 50.85 2025-02-16 15:50:05,003 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 57.45 2025-02-16 15:50:05,003 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 32.2 / Current Outs: 61.2 2025-02-16 15:50:05,003 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 18.099999999999998 / Current Outs: 47.1 2025-02-16 15:50:05,003 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,003 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,003 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,003 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,003 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,003 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,004 - card_creation - INFO - vL - All Hits: 17.95 / Other OB: 10.8 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,004 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 9.15 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,004 - card_creation - INFO - remaining singles: 0.0 / total xbh: 13.45 2025-02-16 15:50:05,004 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.149999999999999 2025-02-16 15:50:05,004 - card_creation - INFO - vL: All Hits: 17.95 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 0.0 / Single CF: 2.25 2025-02-16 15:50:05,004 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,004 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.50 2025-02-16 15:50:05,004 - card_creation - INFO - raw do chances: 6.7 2025-02-16 15:50:05,004 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.7 / rem xbh: 6.749999999999999 2025-02-16 15:50:05,004 - card_creation - INFO - Triple: 2.4 / rem xbh: 4.35 2025-02-16 15:50:05,004 - card_creation - INFO - raw hr chances: 4.35 2025-02-16 15:50:05,004 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.35 2025-02-16 15:50:05,004 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,004 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,004 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,005 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.9499999999999984 2025-02-16 15:50:05,005 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-16 15:50:05,005 - card_creation - INFO - raw hr chances: 2.95 2025-02-16 15:50:05,005 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,005 - card_creation - INFO - excess xbh: -0.04999999999999982 2025-02-16 15:50:05,005 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 57.75 2025-02-16 15:50:05,005 - card_creation - INFO - vR: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 58.35 2025-02-16 15:50:05,005 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 20.15 / Current Outs: 49.15 2025-02-16 15:50:05,005 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-16 15:50:05,005 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,005 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,005 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,005 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,005 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,005 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,005 - card_creation - INFO - vL - All Hits: 26.95 / Other OB: 14.85 / All Outs: 66.0 / Total: 29.0 2025-02-16 15:50:05,005 - card_creation - INFO - vR - All Hits: 19.05 / Other OB: 8.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,006 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.349999999999998 2025-02-16 15:50:05,006 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 8.850000000000001 2025-02-16 15:50:05,006 - card_creation - INFO - vL: All Hits: 26.95 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 0.0 / Single CF: 3.8 2025-02-16 15:50:05,006 - card_creation - INFO - vR: All Hits: 19.05 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,006 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.50 2025-02-16 15:50:05,006 - card_creation - INFO - raw do chances: 7.15 2025-02-16 15:50:05,006 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.15 / rem xbh: 7.1999999999999975 2025-02-16 15:50:05,006 - card_creation - INFO - Triple: 0 / rem xbh: 7.2 2025-02-16 15:50:05,006 - card_creation - INFO - raw hr chances: 7.2 2025-02-16 15:50:05,006 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.2 2025-02-16 15:50:05,006 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,006 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,006 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,006 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 3.7500000000000018 2025-02-16 15:50:05,006 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 15:50:05,006 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 15:50:05,006 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.75 2025-02-16 15:50:05,006 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,006 - card_creation - INFO - vL: All other OB: 14.85 / HBP: 0 / BB: 14.85 / Total Chances: 70.8 2025-02-16 15:50:05,006 - card_creation - INFO - vR: All other OB: 8.9 / HBP: 4.0 / BB: 4.9 / Total Chances: 56.95 2025-02-16 15:50:05,006 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 11.100000000000001 / Current Outs: 40.1 2025-02-16 15:50:05,006 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 10.049999999999999 / Current Outs: 39.05 2025-02-16 15:50:05,006 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,006 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,006 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,006 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,006 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,006 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,007 - card_creation - INFO - vL - All Hits: 12.8 / Other OB: 10.05 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,007 - card_creation - INFO - vR - All Hits: 20.5 / Other OB: 11.0 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,007 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.4 2025-02-16 15:50:05,007 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 3.3999999999999986 2025-02-16 15:50:05,007 - card_creation - INFO - vL: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,007 - card_creation - INFO - vR: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.05 / Single CF: 0 2025-02-16 15:50:05,007 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,007 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,007 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 0.7000000000000002 2025-02-16 15:50:05,007 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 15:50:05,007 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 15:50:05,007 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,007 - card_creation - INFO - excess xbh: 0.7 2025-02-16 15:50:05,007 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 15:50:05,007 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 15:50:05,007 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,007 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-16 15:50:05,007 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,007 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,007 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,007 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,008 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 51.85 2025-02-16 15:50:05,008 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 60.5 2025-02-16 15:50:05,008 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 15.899999999999999 / Current Outs: 44.9 2025-02-16 15:50:05,008 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 29.95 / Current Outs: 58.95 2025-02-16 15:50:05,008 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,008 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,008 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,008 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,008 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,008 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,009 - card_creation - INFO - vL - All Hits: 36.45 / Other OB: 4.25 / All Outs: 67.5 / Total: 29.0 2025-02-16 15:50:05,009 - card_creation - INFO - vR - All Hits: 16.8 / Other OB: 17.7 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,009 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.000000000000004 2025-02-16 15:50:05,009 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.3000000000000007 2025-02-16 15:50:05,009 - card_creation - INFO - vL: All Hits: 36.45 / BP Singles: 5.0 / Single 2: 11.2 / Single 1: 0.0 / Single CF: 11.25 2025-02-16 15:50:05,009 - card_creation - INFO - vR: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,009 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:05,009 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,009 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.9 / rem xbh: 7.100000000000003 2025-02-16 15:50:05,009 - card_creation - INFO - Triple: 0 / rem xbh: 7.1 2025-02-16 15:50:05,009 - card_creation - INFO - raw hr chances: 7.1 2025-02-16 15:50:05,009 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.1 2025-02-16 15:50:05,009 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,009 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,009 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,009 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.2000000000000006 2025-02-16 15:50:05,009 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,009 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,009 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:05,009 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,009 - card_creation - INFO - vL: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 69.7 2025-02-16 15:50:05,009 - card_creation - INFO - vR: All other OB: 17.7 / HBP: 5.0 / BB: 12.7 / Total Chances: 63.5 2025-02-16 15:50:05,009 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 13.7 / Current Outs: 42.7 2025-02-16 15:50:05,009 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 33.25000000000001 / Current Outs: 62.25 2025-02-16 15:50:05,009 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,009 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,009 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 15:50:05,009 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 15:50:05,010 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,010 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,010 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 3.6 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,010 - card_creation - INFO - vR - All Hits: 28.6 / Other OB: 6.35 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,010 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8000000000000007 2025-02-16 15:50:05,010 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 14.900000000000002 2025-02-16 15:50:05,010 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.85 / Single CF: 0 2025-02-16 15:50:05,010 - card_creation - INFO - vR: All Hits: 28.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 0.0 / Single CF: 4.2 2025-02-16 15:50:05,010 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,010 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,010 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.9000000000000008 2025-02-16 15:50:05,010 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 15:50:05,010 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:05,010 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 15:50:05,010 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,011 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.35 2025-02-16 15:50:05,011 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,011 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.4 / rem xbh: 9.500000000000002 2025-02-16 15:50:05,011 - card_creation - INFO - Triple: 0 / rem xbh: 9.5 2025-02-16 15:50:05,011 - card_creation - INFO - raw hr chances: 9.5 2025-02-16 15:50:05,011 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.5 2025-02-16 15:50:05,011 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,011 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 53.15 2025-02-16 15:50:05,011 - card_creation - INFO - vR: All other OB: 6.35 / HBP: 0 / BB: 6.35 / Total Chances: 63.95 2025-02-16 15:50:05,011 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 21.349999999999998 / Current Outs: 50.35 2025-02-16 15:50:05,011 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 21.6 / Current Outs: 50.6 2025-02-16 15:50:05,011 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,011 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,011 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,011 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,011 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,011 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,012 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 6.7 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,012 - card_creation - INFO - vR - All Hits: 9.05 / Other OB: 6.85 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:05,012 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.649999999999999 2025-02-16 15:50:05,012 - card_creation - INFO - remaining singles: 0.9500000000000004 / total xbh: 2.8500000000000005 2025-02-16 15:50:05,012 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.75 / Single CF: 0 2025-02-16 15:50:05,012 - card_creation - INFO - vR: All Hits: 9.05 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,012 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,012 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,012 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.4499999999999984 2025-02-16 15:50:05,012 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:05,012 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:05,012 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-16 15:50:05,012 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,012 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,012 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,012 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 15:50:05,012 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,012 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,012 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,012 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,012 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,012 - card_creation - INFO - vL: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 58.9 2025-02-16 15:50:05,012 - card_creation - INFO - vR: All other OB: 6.85 / HBP: 1.0 / BB: 5.85 / Total Chances: 44.9 2025-02-16 15:50:05,012 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 13.25 / Current Outs: 42.25 2025-02-16 15:50:05,012 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 24.099999999999998 / Current Outs: 53.1 2025-02-16 15:50:05,012 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,012 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,012 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,012 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,012 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,012 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,013 - card_creation - INFO - vL - All Hits: 15.1 / Other OB: 17.2 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,013 - card_creation - INFO - vR - All Hits: 19.5 / Other OB: 3.8 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,013 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.649999999999999 2025-02-16 15:50:05,013 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.0 2025-02-16 15:50:05,013 - card_creation - INFO - vL: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,013 - card_creation - INFO - vR: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,013 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,013 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,013 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.4499999999999984 2025-02-16 15:50:05,013 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:05,013 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,013 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:05,013 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,013 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,013 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,013 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 15:50:05,013 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,013 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,013 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,013 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-16 15:50:05,014 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-16 15:50:05,014 - card_creation - INFO - vL: All other OB: 17.2 / HBP: 0 / BB: 17.2 / Total Chances: 61.3 2025-02-16 15:50:05,014 - card_creation - INFO - vR: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 52.3 2025-02-16 15:50:05,014 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 15:50:05,014 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 18.15 / Current Outs: 47.15 2025-02-16 15:50:05,014 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,014 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,014 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,014 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,014 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,014 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,014 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 4.75 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,014 - card_creation - INFO - vR - All Hits: 3.75 / Other OB: 15.1 / All Outs: 89.0 / Total: 29.0 2025-02-16 15:50:05,015 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.150000000000002 2025-02-16 15:50:05,015 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.0 2025-02-16 15:50:05,015 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 6.45 / Single 1: 6.45 / Single CF: 0 2025-02-16 15:50:05,015 - card_creation - INFO - vR: All Hits: 3.75 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-16 15:50:05,015 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,015 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,015 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.650000000000002 2025-02-16 15:50:05,015 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 15:50:05,015 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 15:50:05,015 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,015 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,015 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,015 - card_creation - INFO - raw do chances: 1.05 2025-02-16 15:50:05,015 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: -0.050000000000000044 2025-02-16 15:50:05,015 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,015 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,015 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,015 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,015 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 56.15 2025-02-16 15:50:05,015 - card_creation - INFO - vR: All other OB: 15.1 / HBP: 2.0 / BB: 13.1 / Total Chances: 47.9 2025-02-16 15:50:05,015 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 16.2 / Current Outs: 45.2 2025-02-16 15:50:05,015 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 51.85 / Current Outs: 80.85 2025-02-16 15:50:05,015 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,015 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,015 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,015 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,015 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,015 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,016 - card_creation - INFO - vL - All Hits: 12.75 / Other OB: 4.75 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,016 - card_creation - INFO - vR - All Hits: 21.25 / Other OB: 10.1 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,016 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 0.25 2025-02-16 15:50:05,016 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.549999999999999 2025-02-16 15:50:05,016 - card_creation - INFO - vL: All Hits: 12.75 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,016 - card_creation - INFO - vR: All Hits: 21.25 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,016 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,016 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,016 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-16 15:50:05,016 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-16 15:50:05,016 - card_creation - INFO - raw hr chances: 0.25 2025-02-16 15:50:05,016 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,016 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,016 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 15:50:05,016 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 15:50:05,016 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,016 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.349999999999999 2025-02-16 15:50:05,017 - card_creation - INFO - Triple: 0 / rem xbh: 5.35 2025-02-16 15:50:05,017 - card_creation - INFO - raw hr chances: 5.35 2025-02-16 15:50:05,017 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.3499999999999996 2025-02-16 15:50:05,017 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,017 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 46.5 2025-02-16 15:50:05,017 - card_creation - INFO - vR: All other OB: 10.1 / HBP: 0 / BB: 10.1 / Total Chances: 60.35 2025-02-16 15:50:05,017 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 37.2 / Current Outs: 66.2 2025-02-16 15:50:05,017 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 18.849999999999998 / Current Outs: 47.85 2025-02-16 15:50:05,017 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,017 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,017 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,017 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,017 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,017 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,017 - card_creation - INFO - vL - All Hits: 15.35 / Other OB: 9.4 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,018 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 8.35 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,018 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.3499999999999996 2025-02-16 15:50:05,018 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.200000000000001 2025-02-16 15:50:05,018 - card_creation - INFO - vL: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,018 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,018 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,018 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,018 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 15:50:05,018 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,018 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,018 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,018 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,018 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,018 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,018 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.800000000000001 2025-02-16 15:50:05,018 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:05,018 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:05,018 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7999999999999998 2025-02-16 15:50:05,018 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,018 - card_creation - INFO - vL: All other OB: 9.4 / HBP: 3.0 / BB: 6.4 / Total Chances: 53.8 2025-02-16 15:50:05,018 - card_creation - INFO - vR: All other OB: 8.35 / HBP: 0 / BB: 8.35 / Total Chances: 54.7 2025-02-16 15:50:05,018 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 9.549999999999997 / Current Outs: 38.55 2025-02-16 15:50:05,018 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 27.599999999999998 / Current Outs: 56.6 2025-02-16 15:50:05,018 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,018 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,018 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,018 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,018 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,018 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,019 - card_creation - INFO - vL - All Hits: 20.8 / Other OB: 12.9 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,019 - card_creation - INFO - vR - All Hits: 13.3 / Other OB: 21.25 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,019 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.350000000000001 2025-02-16 15:50:05,019 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.050000000000001 2025-02-16 15:50:05,019 - card_creation - INFO - vL: All Hits: 20.8 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.7 2025-02-16 15:50:05,019 - card_creation - INFO - vR: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,019 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:05,019 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,019 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.6 / rem xbh: 8.750000000000002 2025-02-16 15:50:05,019 - card_creation - INFO - Triple: 0 / rem xbh: 8.75 2025-02-16 15:50:05,019 - card_creation - INFO - raw hr chances: 8.75 2025-02-16 15:50:05,019 - card_creation - INFO - BP HR: 4.0 / ND HR: 4.75 2025-02-16 15:50:05,019 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,019 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:05,019 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,019 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.8500000000000005 2025-02-16 15:50:05,019 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,020 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,020 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,020 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,020 - card_creation - INFO - vL: All other OB: 12.9 / HBP: 0 / BB: 12.9 / Total Chances: 62.7 2025-02-16 15:50:05,020 - card_creation - INFO - vR: All other OB: 21.25 / HBP: 0 / BB: 21.25 / Total Chances: 63.55 2025-02-16 15:50:05,020 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 9.049999999999997 / Current Outs: 38.05 2025-02-16 15:50:05,020 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 9.7 / Current Outs: 38.7 2025-02-16 15:50:05,020 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,020 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,020 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,020 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,020 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,020 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,020 - card_creation - INFO - vL - All Hits: 12.25 / Other OB: 9.2 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,020 - card_creation - INFO - vR - All Hits: 22.45 / Other OB: 9.95 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,021 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.8500000000000005 2025-02-16 15:50:05,021 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.5 2025-02-16 15:50:05,021 - card_creation - INFO - vL: All Hits: 12.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,021 - card_creation - INFO - vR: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 5.95 / Single CF: 0 2025-02-16 15:50:05,021 - card_creation - INFO - hr%: 0.00 / tr%: 0.15 / do%: 0.85 2025-02-16 15:50:05,021 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,021 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.4500000000000006 2025-02-16 15:50:05,021 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,021 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,021 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,021 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,021 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,021 - card_creation - INFO - hr%: 0.00 / tr%: 0.10 / do%: 0.90 2025-02-16 15:50:05,021 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,021 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 15:50:05,021 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,021 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,021 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,021 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,021 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,021 - card_creation - INFO - vL: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 50.45 2025-02-16 15:50:05,021 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 61.4 2025-02-16 15:50:05,021 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 22.749999999999996 / Current Outs: 51.75 2025-02-16 15:50:05,021 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 34.0 / Current Outs: 63.0 2025-02-16 15:50:05,021 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,021 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,021 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,021 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,021 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,021 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,022 - card_creation - INFO - vL - All Hits: 20.75 / Other OB: 20.0 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:05,022 - card_creation - INFO - vR - All Hits: 8.0 / Other OB: 9.9 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,022 - card_creation - INFO - remaining singles: -0.14999999999999947 / total xbh: 7.050000000000001 2025-02-16 15:50:05,022 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 3.0 2025-02-16 15:50:05,022 - card_creation - INFO - vL: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,022 - card_creation - INFO - vR: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,022 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,022 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,022 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-16 15:50:05,022 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:05,022 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:05,022 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7999999999999998 2025-02-16 15:50:05,022 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,022 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 15:50:05,022 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,022 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:05,022 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,022 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,022 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,022 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,022 - card_creation - INFO - vL: All other OB: 20.0 / HBP: 0 / BB: 20.0 / Total Chances: 69.75 2025-02-16 15:50:05,022 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 47.4 2025-02-16 15:50:05,022 - card_creation - INFO - vL: All Outs: 67.0 / Ks: 10.95 / Current Outs: 39.95 2025-02-16 15:50:05,023 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 15:50:05,023 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,023 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,023 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,023 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,023 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,023 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,023 - card_creation - INFO - vL - All Hits: 26.35 / Other OB: 13.35 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,023 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 13.85 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,023 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.800000000000001 2025-02-16 15:50:05,023 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 8.900000000000002 2025-02-16 15:50:05,023 - card_creation - INFO - vL: All Hits: 26.35 / BP Singles: 5.0 / Single 2: 8.3 / Single 1: 8.25 / Single CF: 0 2025-02-16 15:50:05,023 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,023 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:05,023 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,024 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,024 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,024 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,024 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,024 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,024 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,024 - card_creation - INFO - raw do chances: 5.8 2025-02-16 15:50:05,024 - card_creation - INFO - Double**: 5.8 / Double(cf): 0.0 / rem xbh: 3.1000000000000023 2025-02-16 15:50:05,024 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-16 15:50:05,024 - card_creation - INFO - raw hr chances: 3.1 2025-02-16 15:50:05,024 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-16 15:50:05,024 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,024 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 0 / BB: 13.35 / Total Chances: 69.1 2025-02-16 15:50:05,024 - card_creation - INFO - vR: All other OB: 13.85 / HBP: 1.0 / BB: 12.85 / Total Chances: 60.2 2025-02-16 15:50:05,024 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 13.600000000000001 / Current Outs: 42.6 2025-02-16 15:50:05,024 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 22.1 / Current Outs: 51.1 2025-02-16 15:50:05,024 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,024 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,024 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,024 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,024 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,024 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,025 - card_creation - INFO - vL - All Hits: 11.2 / Other OB: 8.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,025 - card_creation - INFO - vR - All Hits: 20.4 / Other OB: 9.8 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,025 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 3.75 2025-02-16 15:50:05,025 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.5 2025-02-16 15:50:05,025 - card_creation - INFO - vL: All Hits: 11.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,025 - card_creation - INFO - vR: All Hits: 20.4 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,025 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,025 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,025 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.85 2025-02-16 15:50:05,025 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,025 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,025 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,025 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,025 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,025 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,025 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.8 2025-02-16 15:50:05,025 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:05,025 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:05,025 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 15:50:05,025 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,025 - card_creation - INFO - vL: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 48.95 2025-02-16 15:50:05,025 - card_creation - INFO - vR: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 59.2 2025-02-16 15:50:05,025 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 15:50:05,025 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 19.15 / Current Outs: 48.15 2025-02-16 15:50:05,026 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,026 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,026 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,026 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,026 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,026 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,026 - card_creation - INFO - vL - All Hits: 17.75 / Other OB: 15.0 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,026 - card_creation - INFO - vR - All Hits: 15.8 / Other OB: 10.9 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,026 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.049999999999999 2025-02-16 15:50:05,027 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 6.15 2025-02-16 15:50:05,027 - card_creation - INFO - vL: All Hits: 17.75 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:05,027 - card_creation - INFO - vR: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,027 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:05,027 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,027 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 15:50:05,027 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,027 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,027 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,027 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,027 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,027 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,027 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-16 15:50:05,027 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 15:50:05,027 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 15:50:05,027 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-16 15:50:05,027 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,027 - card_creation - INFO - vL: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 61.75 2025-02-16 15:50:05,027 - card_creation - INFO - vR: All other OB: 10.9 / HBP: 6.0 / BB: 4.9 / Total Chances: 55.7 2025-02-16 15:50:05,027 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 15.95 / Current Outs: 44.95 2025-02-16 15:50:05,027 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 13.049999999999997 / Current Outs: 42.05 2025-02-16 15:50:05,027 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,027 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,027 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,027 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,027 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,027 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,028 - card_creation - INFO - vL - All Hits: 29.75 / Other OB: 6.6 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:05,028 - card_creation - INFO - vR - All Hits: 9.4 / Other OB: 7.1 / All Outs: 91.5 / Total: 29.0 2025-02-16 15:50:05,028 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.25 2025-02-16 15:50:05,028 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 4.4 2025-02-16 15:50:05,028 - card_creation - INFO - vL: All Hits: 29.75 / BP Singles: 5.0 / Single 2: 8.75 / Single 1: 8.75 / Single CF: 0 2025-02-16 15:50:05,028 - card_creation - INFO - vR: All Hits: 9.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,028 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,028 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,028 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 15:50:05,028 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,028 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,028 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 15:50:05,028 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,028 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-16 15:50:05,028 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,028 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.0000000000000004 2025-02-16 15:50:05,028 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 15:50:05,028 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,028 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,028 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,028 - card_creation - INFO - vL: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 65.35 2025-02-16 15:50:05,028 - card_creation - INFO - vR: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 45.5 2025-02-16 15:50:05,028 - card_creation - INFO - vL: All Outs: 71.5 / Ks: 12.350000000000001 / Current Outs: 41.35 2025-02-16 15:50:05,028 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 33.85 / Current Outs: 62.85 2025-02-16 15:50:05,028 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,029 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,029 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,029 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,029 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,029 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,029 - card_creation - INFO - vL - All Hits: 19.6 / Other OB: 13.4 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,029 - card_creation - INFO - vR - All Hits: 19.75 / Other OB: 5.1 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,029 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 6.5 2025-02-16 15:50:05,029 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 9.3 2025-02-16 15:50:05,029 - card_creation - INFO - vL: All Hits: 19.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,029 - card_creation - INFO - vR: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,029 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,029 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,029 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 15:50:05,029 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:05,029 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:05,030 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.75 2025-02-16 15:50:05,030 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,030 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,030 - card_creation - INFO - raw do chances: 8.35 2025-02-16 15:50:05,030 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 0.9500000000000011 2025-02-16 15:50:05,030 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,030 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,030 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,030 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,030 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 15:50:05,030 - card_creation - INFO - vL: All other OB: 13.4 / HBP: 2.0 / BB: 11.4 / Total Chances: 62.0 2025-02-16 15:50:05,030 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 53.85 2025-02-16 15:50:05,030 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 13.549999999999997 / Current Outs: 42.55 2025-02-16 15:50:05,030 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-16 15:50:05,030 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,030 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,030 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,030 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,030 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,030 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,031 - card_creation - INFO - vL - All Hits: 13.15 / Other OB: 4.5 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,031 - card_creation - INFO - vR - All Hits: 4.5 / Other OB: 6.5 / All Outs: 97.0 / Total: 29.0 2025-02-16 15:50:05,031 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 6.950000000000001 2025-02-16 15:50:05,031 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-16 15:50:05,031 - card_creation - INFO - vL: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,031 - card_creation - INFO - vR: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,031 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,031 - card_creation - INFO - raw do chances: 3.8 2025-02-16 15:50:05,031 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 3.1500000000000012 2025-02-16 15:50:05,031 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-16 15:50:05,031 - card_creation - INFO - raw hr chances: 3.15 2025-02-16 15:50:05,031 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,031 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,031 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 15:50:05,031 - card_creation - INFO - hr%: 0.75 / tr%: 0.25 / do%: 0.00 2025-02-16 15:50:05,031 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,031 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 15:50:05,031 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,031 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,031 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,031 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,031 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 15:50:05,031 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 46.65 2025-02-16 15:50:05,031 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 40.0 2025-02-16 15:50:05,031 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 9.45 / Current Outs: 38.45 2025-02-16 15:50:05,031 - card_creation - INFO - vR: All Outs: 97.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:05,031 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,031 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,031 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,031 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,031 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,031 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,032 - card_creation - INFO - vL - All Hits: 22.5 / Other OB: 12.4 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,032 - card_creation - INFO - vR - All Hits: 12.35 / Other OB: 18.25 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,032 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 14.600000000000001 2025-02-16 15:50:05,032 - card_creation - INFO - remaining singles: 0.95 / total xbh: 6.299999999999999 2025-02-16 15:50:05,032 - card_creation - INFO - vL: All Hits: 22.5 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 0.0 / Single CF: 1.5 2025-02-16 15:50:05,032 - card_creation - INFO - vR: All Hits: 12.35 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,032 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:05,032 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,032 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 11.400000000000002 2025-02-16 15:50:05,032 - card_creation - INFO - Triple: 0 / rem xbh: 11.4 2025-02-16 15:50:05,032 - card_creation - INFO - raw hr chances: 11.4 2025-02-16 15:50:05,032 - card_creation - INFO - BP HR: 0.0 / ND HR: 11.4 2025-02-16 15:50:05,032 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,032 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,032 - card_creation - INFO - raw do chances: 6.0 2025-02-16 15:50:05,033 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 0.29999999999999893 2025-02-16 15:50:05,033 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,033 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,033 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,033 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,033 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,033 - card_creation - INFO - vL: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 63.9 2025-02-16 15:50:05,033 - card_creation - INFO - vR: All other OB: 18.25 / HBP: 0 / BB: 18.25 / Total Chances: 59.6 2025-02-16 15:50:05,033 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 33.550000000000004 / Current Outs: 62.55 2025-02-16 15:50:05,033 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 40.7 / Current Outs: 69.7 2025-02-16 15:50:05,033 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,033 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,033 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,033 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,033 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,033 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,034 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 10.75 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,034 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 8.75 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,034 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.05 2025-02-16 15:50:05,034 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.45 2025-02-16 15:50:05,034 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,034 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,034 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 15:50:05,034 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,034 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.8500000000000005 2025-02-16 15:50:05,034 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 15:50:05,034 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 15:50:05,034 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.85 2025-02-16 15:50:05,034 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,034 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,034 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,034 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 4.199999999999999 2025-02-16 15:50:05,034 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 15:50:05,034 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 15:50:05,034 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.2 2025-02-16 15:50:05,034 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,034 - card_creation - INFO - vL: All other OB: 10.75 / HBP: 2.0 / BB: 8.75 / Total Chances: 65.2 2025-02-16 15:50:05,034 - card_creation - INFO - vR: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 56.7 2025-02-16 15:50:05,034 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 15:50:05,035 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 25.2 / Current Outs: 54.2 2025-02-16 15:50:05,035 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,035 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,035 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,035 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,035 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,035 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,035 - card_creation - INFO - vL - All Hits: 24.3 / Other OB: 1.65 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,036 - card_creation - INFO - vR - All Hits: 22.8 / Other OB: 5.1 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,036 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.3500000000000014 2025-02-16 15:50:05,036 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.3 2025-02-16 15:50:05,036 - card_creation - INFO - vL: All Hits: 24.3 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 8.95 / Single CF: 0 2025-02-16 15:50:05,036 - card_creation - INFO - vR: All Hits: 22.8 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,036 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,036 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,036 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3500000000000014 2025-02-16 15:50:05,036 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,036 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,036 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,036 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,036 - card_creation - INFO - Passing 0.3500000000000001 xbh to single** 2025-02-16 15:50:05,036 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,036 - card_creation - INFO - raw do chances: 7.05 2025-02-16 15:50:05,036 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.2500000000000009 2025-02-16 15:50:05,036 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,036 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,036 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,036 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,036 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,036 - card_creation - INFO - vL: All other OB: 1.65 / HBP: 0 / BB: 1.65 / Total Chances: 54.95 2025-02-16 15:50:05,036 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 56.9 2025-02-16 15:50:05,036 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 12.299999999999999 / Current Outs: 41.3 2025-02-16 15:50:05,036 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 26.85 / Current Outs: 55.85 2025-02-16 15:50:05,036 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,036 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,036 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,036 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,036 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,036 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,037 - card_creation - INFO - vL - All Hits: 19.1 / Other OB: 6.55 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,037 - card_creation - INFO - vR - All Hits: 24.9 / Other OB: 6.2 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,037 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.150000000000002 2025-02-16 15:50:05,037 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 8.5 2025-02-16 15:50:05,037 - card_creation - INFO - vL: All Hits: 19.1 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,037 - card_creation - INFO - vR: All Hits: 24.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,037 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 15:50:05,037 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,037 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 3.650000000000002 2025-02-16 15:50:05,037 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-16 15:50:05,037 - card_creation - INFO - raw hr chances: 3.65 2025-02-16 15:50:05,037 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-16 15:50:05,037 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,037 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,037 - card_creation - INFO - raw do chances: 6.4 2025-02-16 15:50:05,037 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-16 15:50:05,037 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,037 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,037 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 15:50:05,037 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,037 - card_creation - INFO - vL: All other OB: 6.55 / HBP: 2.0 / BB: 4.55 / Total Chances: 54.65 2025-02-16 15:50:05,037 - card_creation - INFO - vR: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 60.1 2025-02-16 15:50:05,038 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 24.4 / Current Outs: 53.4 2025-02-16 15:50:05,038 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 15:50:05,038 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,038 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,038 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,038 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,038 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,038 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,038 - card_creation - INFO - vL - All Hits: 17.6 / Other OB: 3.6 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,038 - card_creation - INFO - vR - All Hits: 28.4 / Other OB: 2.75 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,038 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-16 15:50:05,038 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.799999999999997 2025-02-16 15:50:05,038 - card_creation - INFO - vL: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,038 - card_creation - INFO - vR: All Hits: 28.4 / BP Singles: 5.0 / Single 2: 10.3 / Single 1: 10.3 / Single CF: 0 2025-02-16 15:50:05,039 - card_creation - INFO - hr%: 0.25 / tr%: 0.20 / do%: 0.55 2025-02-16 15:50:05,039 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,039 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.5500000000000007 2025-02-16 15:50:05,039 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,039 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,039 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,039 - card_creation - INFO - excess xbh: -0.4500000000000002 2025-02-16 15:50:05,039 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,039 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,039 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.599999999999997 2025-02-16 15:50:05,039 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:05,039 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:05,039 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,039 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:05,039 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:05,039 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 50.65 2025-02-16 15:50:05,039 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 60.15 2025-02-16 15:50:05,039 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 15:50:05,039 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 33.2 / Current Outs: 62.2 2025-02-16 15:50:05,039 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,039 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,039 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,039 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,039 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,039 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,040 - card_creation - INFO - vL - All Hits: 21.7 / Other OB: 10.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,040 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 7.45 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,040 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.149999999999999 2025-02-16 15:50:05,040 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.950000000000003 2025-02-16 15:50:05,040 - card_creation - INFO - vL: All Hits: 21.7 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,040 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,040 - card_creation - INFO - hr%: 0.25 / tr%: 0.30 / do%: 0.45 2025-02-16 15:50:05,040 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,040 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.8999999999999986 2025-02-16 15:50:05,040 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.7 2025-02-16 15:50:05,040 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,040 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,040 - card_creation - INFO - excess xbh: -0.2999999999999998 2025-02-16 15:50:05,040 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,040 - card_creation - INFO - raw do chances: 5.9 2025-02-16 15:50:05,040 - card_creation - INFO - Double**: 5.9 / Double(cf): 0.0 / rem xbh: 1.0500000000000025 2025-02-16 15:50:05,040 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,040 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,040 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,040 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 15:50:05,040 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 15:50:05,040 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 61.3 2025-02-16 15:50:05,040 - card_creation - INFO - vR: All other OB: 7.45 / HBP: 0 / BB: 7.45 / Total Chances: 54.3 2025-02-16 15:50:05,041 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 25.649999999999995 / Current Outs: 54.65 2025-02-16 15:50:05,041 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 22.5 / Current Outs: 51.5 2025-02-16 15:50:05,041 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,041 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,041 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,041 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,041 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,041 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,042 - card_creation - INFO - vL - All Hits: 27.9 / Other OB: 3.2 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,042 - card_creation - INFO - vR - All Hits: 5.4 / Other OB: 4.5 / All Outs: 98.0 / Total: 29.0 2025-02-16 15:50:05,042 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 11.8 2025-02-16 15:50:05,042 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.6000000000000005 2025-02-16 15:50:05,042 - card_creation - INFO - vL: All Hits: 27.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.4 2025-02-16 15:50:05,042 - card_creation - INFO - vR: All Hits: 5.4 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,042 - card_creation - INFO - hr%: 0.85 / tr%: 0.15 / do%: 0.00 2025-02-16 15:50:05,042 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,042 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 11.8 2025-02-16 15:50:05,042 - card_creation - INFO - Triple: 1.75 / rem xbh: 10.05 2025-02-16 15:50:05,042 - card_creation - INFO - raw hr chances: 10.05 2025-02-16 15:50:05,042 - card_creation - INFO - BP HR: 0.0 / ND HR: 10.05 2025-02-16 15:50:05,042 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,042 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,042 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,042 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,042 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,042 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,042 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,042 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,042 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 1.0 / BB: 2.2 / Total Chances: 60.1 2025-02-16 15:50:05,042 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 39.3 2025-02-16 15:50:05,042 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 10.75 / Current Outs: 39.75 2025-02-16 15:50:05,042 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 11.45 / Current Outs: 40.45 2025-02-16 15:50:05,042 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,042 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,043 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,043 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,043 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,043 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,043 - card_creation - INFO - vL - All Hits: 15.7 / Other OB: 6.4 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,043 - card_creation - INFO - vR - All Hits: 8.2 / Other OB: 1.95 / All Outs: 98.0 / Total: 29.0 2025-02-16 15:50:05,043 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 0.8499999999999996 2025-02-16 15:50:05,043 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9499999999999993 2025-02-16 15:50:05,044 - card_creation - INFO - vL: All Hits: 15.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,044 - card_creation - INFO - vR: All Hits: 8.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,044 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-16 15:50:05,044 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,044 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 15:50:05,044 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,044 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,044 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,044 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,044 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-16 15:50:05,044 - card_creation - INFO - hr%: 0.80 / tr%: 0.20 / do%: 0.00 2025-02-16 15:50:05,044 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,044 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-16 15:50:05,044 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,044 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,044 - card_creation - INFO - BP HR: 0.0 / ND HR: 1.95 2025-02-16 15:50:05,044 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,044 - card_creation - INFO - vL: All other OB: 6.4 / HBP: 0 / BB: 6.4 / Total Chances: 51.1 2025-02-16 15:50:05,044 - card_creation - INFO - vR: All other OB: 1.95 / HBP: 0 / BB: 1.95 / Total Chances: 39.15 2025-02-16 15:50:05,044 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 38.550000000000004 / Current Outs: 67.55 2025-02-16 15:50:05,044 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 55.0 / Current Outs: 84.0 2025-02-16 15:50:05,044 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,044 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,044 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,044 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,044 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,044 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,045 - card_creation - INFO - vL - All Hits: 21.45 / Other OB: 14.05 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:05,045 - card_creation - INFO - vR - All Hits: 13.7 / Other OB: 5.7 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,045 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.95 2025-02-16 15:50:05,045 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.1499999999999995 2025-02-16 15:50:05,045 - card_creation - INFO - vL: All Hits: 21.45 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.75 2025-02-16 15:50:05,045 - card_creation - INFO - vR: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:05,045 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,045 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,045 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.1 / rem xbh: 5.85 2025-02-16 15:50:05,045 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 15:50:05,045 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 15:50:05,045 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-16 15:50:05,045 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,045 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,045 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,045 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.7499999999999996 2025-02-16 15:50:05,045 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:05,045 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:05,045 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,045 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:05,045 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 15:50:05,045 - card_creation - INFO - vL: All other OB: 14.05 / HBP: 0 / BB: 14.05 / Total Chances: 64.5 2025-02-16 15:50:05,045 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 48.4 2025-02-16 15:50:05,045 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 23.9 / Current Outs: 52.9 2025-02-16 15:50:05,045 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-16 15:50:05,045 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,045 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,046 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,046 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,046 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,046 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,046 - card_creation - INFO - vL - All Hits: 29.7 / Other OB: 5.7 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:05,046 - card_creation - INFO - vR - All Hits: 20.35 / Other OB: 2.75 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,046 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 16.75 2025-02-16 15:50:05,046 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.350000000000001 2025-02-16 15:50:05,046 - card_creation - INFO - vL: All Hits: 29.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,046 - card_creation - INFO - vR: All Hits: 20.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,046 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,046 - card_creation - INFO - raw do chances: 14.25 2025-02-16 15:50:05,046 - card_creation - INFO - Double**: 14.25 / Double(cf): 0.0 / rem xbh: 2.5 2025-02-16 15:50:05,046 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,047 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,047 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,047 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,047 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 15:50:05,047 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:05,047 - card_creation - INFO - raw do chances: 3.8 2025-02-16 15:50:05,047 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 2.5500000000000016 2025-02-16 15:50:05,047 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,047 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,047 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:05,047 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,047 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 64.4 2025-02-16 15:50:05,047 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 52.1 2025-02-16 15:50:05,047 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 15:50:05,047 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 15:50:05,047 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,047 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,047 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,047 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,047 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,047 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,048 - card_creation - INFO - vL - All Hits: 12.25 / Other OB: 13.2 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,048 - card_creation - INFO - vR - All Hits: 18.25 / Other OB: 3.2 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,048 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.6 2025-02-16 15:50:05,048 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.699999999999999 2025-02-16 15:50:05,048 - card_creation - INFO - vL: All Hits: 12.25 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,048 - card_creation - INFO - vR: All Hits: 18.25 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,048 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,048 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,048 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.3999999999999995 2025-02-16 15:50:05,048 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,048 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,048 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 15:50:05,048 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,048 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,048 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,048 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.2999999999999994 2025-02-16 15:50:05,048 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 15:50:05,048 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 15:50:05,048 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-16 15:50:05,048 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,048 - card_creation - INFO - vL: All other OB: 13.2 / HBP: 0 / BB: 13.2 / Total Chances: 54.45 2025-02-16 15:50:05,048 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.45 2025-02-16 15:50:05,048 - card_creation - INFO - vL: All Outs: 82.5 / Ks: -0.24999999999999928 / Current Outs: 28.75 2025-02-16 15:50:05,048 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 14.749999999999998 / Current Outs: 43.75 2025-02-16 15:50:05,048 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,048 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 15:50:05,048 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,048 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,048 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,048 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,049 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 5.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,049 - card_creation - INFO - vR - All Hits: 15.0 / Other OB: 11.9 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,049 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.25 2025-02-16 15:50:05,049 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.100000000000001 2025-02-16 15:50:05,049 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,049 - card_creation - INFO - vR: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,049 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,049 - card_creation - INFO - raw do chances: 1.95 2025-02-16 15:50:05,049 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 1.3 2025-02-16 15:50:05,049 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,049 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,050 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:05,050 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,050 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.25 2025-02-16 15:50:05,050 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,050 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 4.500000000000002 2025-02-16 15:50:05,050 - card_creation - INFO - Triple: 0 / rem xbh: 4.5 2025-02-16 15:50:05,050 - card_creation - INFO - raw hr chances: 4.5 2025-02-16 15:50:05,050 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.5 2025-02-16 15:50:05,050 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,050 - card_creation - INFO - vL: All other OB: 5.75 / HBP: 0 / BB: 5.75 / Total Chances: 49.0 2025-02-16 15:50:05,050 - card_creation - INFO - vR: All other OB: 11.9 / HBP: 1.0 / BB: 10.9 / Total Chances: 55.9 2025-02-16 15:50:05,050 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 34.2 / Current Outs: 63.2 2025-02-16 15:50:05,050 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 27.049999999999997 / Current Outs: 56.05 2025-02-16 15:50:05,050 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,050 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,050 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,050 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,050 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,050 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,051 - card_creation - INFO - vL - All Hits: 15.45 / Other OB: 8.4 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,051 - card_creation - INFO - vR - All Hits: 29.4 / Other OB: 11.7 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:05,051 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 8.15 2025-02-16 15:50:05,051 - card_creation - INFO - remaining singles: -0.25 / total xbh: 16.0 2025-02-16 15:50:05,051 - card_creation - INFO - vL: All Hits: 15.45 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-16 15:50:05,051 - card_creation - INFO - vR: All Hits: 29.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,051 - card_creation - INFO - hr%: 0.10 / tr%: 0.20 / do%: 0.65 2025-02-16 15:50:05,051 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,051 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 15:50:05,051 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:05,051 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:05,051 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 15:50:05,051 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,051 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,051 - card_creation - INFO - raw do chances: 12.8 2025-02-16 15:50:05,051 - card_creation - INFO - Double**: 12.8 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-16 15:50:05,051 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:05,051 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:05,051 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:05,051 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,051 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 52.85 2025-02-16 15:50:05,051 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 70.1 2025-02-16 15:50:05,051 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 29.55 / Current Outs: 58.55 2025-02-16 15:50:05,051 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 13.25 / Current Outs: 42.25 2025-02-16 15:50:05,051 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,051 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,051 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,052 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,052 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,052 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,052 - card_creation - INFO - vL - All Hits: 40.45 / Other OB: 3.75 / All Outs: 64.0 / Total: 29.0 2025-02-16 15:50:05,052 - card_creation - INFO - vR - All Hits: 24.85 / Other OB: 9.55 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,052 - card_creation - INFO - remaining singles: 0.0 / total xbh: 15.650000000000006 2025-02-16 15:50:05,052 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-16 15:50:05,052 - card_creation - INFO - vL: All Hits: 40.45 / BP Singles: 5.0 / Single 2: 9.9 / Single 1: 0.0 / Single CF: 9.9 2025-02-16 15:50:05,052 - card_creation - INFO - vR: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.05 / Single CF: 0 2025-02-16 15:50:05,052 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 15:50:05,052 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,052 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.6 / rem xbh: 14.050000000000006 2025-02-16 15:50:05,052 - card_creation - INFO - Triple: 0 / rem xbh: 14.05 2025-02-16 15:50:05,052 - card_creation - INFO - raw hr chances: 14.05 2025-02-16 15:50:05,052 - card_creation - INFO - BP HR: 0.0 / ND HR: 14.05 2025-02-16 15:50:05,052 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,052 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.65 2025-02-16 15:50:05,053 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,053 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.700000000000001 2025-02-16 15:50:05,053 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:05,053 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,053 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,053 - card_creation - INFO - excess xbh: -0.2999999999999998 2025-02-16 15:50:05,053 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 73.2 2025-02-16 15:50:05,053 - card_creation - INFO - vR: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 63.7 2025-02-16 15:50:05,053 - card_creation - INFO - vL: All Outs: 64.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 15:50:05,053 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 9.399999999999997 / Current Outs: 38.4 2025-02-16 15:50:05,053 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,053 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,053 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,053 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,053 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,053 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,053 - card_creation - INFO - vL - All Hits: 2.4 / Other OB: 9.45 / All Outs: 96.0 / Total: 29.0 2025-02-16 15:50:05,053 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 9.3 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,054 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.1499999999999999 2025-02-16 15:50:05,054 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.199999999999999 2025-02-16 15:50:05,054 - card_creation - INFO - vL: All Hits: 2.4 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 15:50:05,054 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,054 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,054 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,054 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.1499999999999999 2025-02-16 15:50:05,054 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-16 15:50:05,054 - card_creation - INFO - raw hr chances: 0.15 2025-02-16 15:50:05,054 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,054 - card_creation - INFO - excess xbh: 0.15 2025-02-16 15:50:05,054 - card_creation - INFO - Passing 0.15 xbh to single** 2025-02-16 15:50:05,054 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,054 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,054 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 0.4999999999999991 2025-02-16 15:50:05,054 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 15:50:05,054 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 15:50:05,054 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,054 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,054 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 15:50:05,054 - card_creation - INFO - vL: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 40.85 2025-02-16 15:50:05,054 - card_creation - INFO - vR: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 52.65 2025-02-16 15:50:05,054 - card_creation - INFO - vL: All Outs: 96.0 / Ks: 8.5 / Current Outs: 37.5 2025-02-16 15:50:05,054 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 24.649999999999995 / Current Outs: 53.65 2025-02-16 15:50:05,054 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,054 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,054 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,054 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,054 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,054 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,055 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 11.45 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,055 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 7.25 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,055 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.100000000000001 2025-02-16 15:50:05,055 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.699999999999999 2025-02-16 15:50:05,055 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,055 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,055 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:05,055 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,055 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.3500000000000014 2025-02-16 15:50:05,055 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:05,055 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,055 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,055 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,055 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:05,055 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,055 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,055 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.499999999999999 2025-02-16 15:50:05,055 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,055 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,055 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 15:50:05,055 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,055 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 59.95 2025-02-16 15:50:05,055 - card_creation - INFO - vR: All other OB: 7.25 / HBP: 0 / BB: 7.25 / Total Chances: 54.4 2025-02-16 15:50:05,056 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 21.5 / Current Outs: 50.5 2025-02-16 15:50:05,056 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 23.7 / Current Outs: 52.7 2025-02-16 15:50:05,056 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,056 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,056 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,056 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,056 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,056 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,056 - card_creation - INFO - vL - All Hits: 6.75 / Other OB: 6.15 / All Outs: 95.0 / Total: 29.0 2025-02-16 15:50:05,056 - card_creation - INFO - vR - All Hits: 16.6 / Other OB: 9.05 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,056 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.25 2025-02-16 15:50:05,056 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 1.4000000000000021 2025-02-16 15:50:05,056 - card_creation - INFO - vL: All Hits: 6.75 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,056 - card_creation - INFO - vR: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,057 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,057 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,057 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,057 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,057 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000021 2025-02-16 15:50:05,057 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,057 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,057 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:05,057 - card_creation - INFO - Passing 0.3999999999999999 xbh to single** 2025-02-16 15:50:05,057 - card_creation - INFO - vL: All other OB: 6.15 / HBP: 2.0 / BB: 4.15 / Total Chances: 41.9 2025-02-16 15:50:05,057 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 2.0 / BB: 7.05 / Total Chances: 54.65 2025-02-16 15:50:05,057 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 63.8 / Current Outs: 92.8 2025-02-16 15:50:05,057 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 18.9 / Current Outs: 47.9 2025-02-16 15:50:05,057 - card_creation - INFO - Remaining outs: 0.7999999999999972 2025-02-16 15:50:05,057 - card_creation - INFO - Passing 0.7999999999999972 outs to strikeouts 2025-02-16 15:50:05,057 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,057 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,057 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,057 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,058 - card_creation - INFO - vL - All Hits: 34.55 / Other OB: 5.85 / All Outs: 67.5 / Total: 29.0 2025-02-16 15:50:05,058 - card_creation - INFO - vR - All Hits: 19.05 / Other OB: 9.5 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,058 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 9.399999999999997 2025-02-16 15:50:05,058 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0500000000000007 2025-02-16 15:50:05,058 - card_creation - INFO - vL: All Hits: 34.55 / BP Singles: 5.0 / Single 2: 10.1 / Single 1: 10.05 / Single CF: 0 2025-02-16 15:50:05,058 - card_creation - INFO - vR: All Hits: 19.05 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.0 / Single CF: 0 2025-02-16 15:50:05,058 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,058 - card_creation - INFO - raw do chances: 9.4 2025-02-16 15:50:05,058 - card_creation - INFO - Double**: 9.4 / Double(cf): 0.0 / rem xbh: -3.552713678800501e-15 2025-02-16 15:50:05,058 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,058 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,058 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,058 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,058 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,058 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,058 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.04999999999999938 2025-02-16 15:50:05,058 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,058 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,058 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,058 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,058 - card_creation - INFO - vL: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 69.4 2025-02-16 15:50:05,058 - card_creation - INFO - vR: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 57.6 2025-02-16 15:50:05,058 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 15.100000000000001 / Current Outs: 44.1 2025-02-16 15:50:05,058 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 15:50:05,059 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,059 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,059 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,059 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,059 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,059 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,059 - card_creation - INFO - vL - All Hits: 9.35 / Other OB: 3.2 / All Outs: 95.5 / Total: 29.0 2025-02-16 15:50:05,059 - card_creation - INFO - vR - All Hits: 6.35 / Other OB: 15.65 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,059 - card_creation - INFO - remaining singles: 0.8499999999999996 / total xbh: 4.35 2025-02-16 15:50:05,059 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.5499999999999998 2025-02-16 15:50:05,059 - card_creation - INFO - vL: All Hits: 9.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,059 - card_creation - INFO - vR: All Hits: 6.35 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,060 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,060 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,060 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 15:50:05,060 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:05,060 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:05,060 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,060 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:05,060 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:05,060 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,060 - card_creation - INFO - raw do chances: 1.25 2025-02-16 15:50:05,060 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 15:50:05,060 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,060 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,060 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,060 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,060 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,060 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 41.55 2025-02-16 15:50:05,060 - card_creation - INFO - vR: All other OB: 15.65 / HBP: 0 / BB: 15.65 / Total Chances: 51.0 2025-02-16 15:50:05,060 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 15:50:05,060 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 32.300000000000004 / Current Outs: 61.3 2025-02-16 15:50:05,060 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,060 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,060 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,060 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,060 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,060 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,061 - card_creation - INFO - vL - All Hits: 8.3 / Other OB: 7.4 / All Outs: 92.5 / Total: 29.0 2025-02-16 15:50:05,061 - card_creation - INFO - vR - All Hits: 23.5 / Other OB: 8.95 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,061 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 3.3000000000000007 2025-02-16 15:50:05,061 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 18.5 2025-02-16 15:50:05,061 - card_creation - INFO - vL: All Hits: 8.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,061 - card_creation - INFO - vR: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,061 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,061 - card_creation - INFO - raw do chances: 2.8 2025-02-16 15:50:05,061 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 0.5000000000000009 2025-02-16 15:50:05,061 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 15:50:05,061 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 15:50:05,061 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,061 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,061 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 15:50:05,061 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,061 - card_creation - INFO - raw do chances: 17.6 2025-02-16 15:50:05,061 - card_creation - INFO - Double**: 17.6 / Double(cf): 0.0 / rem xbh: 0.8999999999999986 2025-02-16 15:50:05,061 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,061 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,061 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,061 - card_creation - INFO - excess xbh: 0.9 2025-02-16 15:50:05,061 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 15:50:05,061 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 44.7 2025-02-16 15:50:05,061 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 1.0 / BB: 7.95 / Total Chances: 61.45 2025-02-16 15:50:05,061 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 31.55 / Current Outs: 60.55 2025-02-16 15:50:05,061 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 17.0 / Current Outs: 46.0 2025-02-16 15:50:05,061 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,061 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,062 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,062 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,062 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,062 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,062 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 7.1 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,062 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 7.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,062 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 12.250000000000004 2025-02-16 15:50:05,062 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.649999999999999 2025-02-16 15:50:05,062 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,062 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,062 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,062 - card_creation - INFO - raw do chances: 10.4 2025-02-16 15:50:05,062 - card_creation - INFO - Double**: 10.4 / Double(cf): 0.0 / rem xbh: 1.8500000000000032 2025-02-16 15:50:05,062 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,062 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,062 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,062 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,062 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,063 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,063 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.4499999999999984 2025-02-16 15:50:05,063 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:05,063 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:05,063 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.45 2025-02-16 15:50:05,063 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,063 - card_creation - INFO - vL: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 58.15 2025-02-16 15:50:05,063 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 0 / BB: 7.5 / Total Chances: 55.15 2025-02-16 15:50:05,063 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 15.849999999999998 / Current Outs: 44.85 2025-02-16 15:50:05,063 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 15:50:05,063 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,063 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,063 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,063 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,063 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,063 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,063 - card_creation - INFO - vL - All Hits: 13.5 / Other OB: 14.9 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,063 - card_creation - INFO - vR - All Hits: 18.55 / Other OB: 11.2 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,064 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8999999999999995 2025-02-16 15:50:05,064 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.800000000000001 2025-02-16 15:50:05,064 - card_creation - INFO - vL: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,064 - card_creation - INFO - vR: All Hits: 18.55 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,064 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,064 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,064 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.3000000000000007 2025-02-16 15:50:05,064 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-16 15:50:05,064 - card_creation - INFO - raw hr chances: -0.3 2025-02-16 15:50:05,064 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,064 - card_creation - INFO - excess xbh: -0.3 2025-02-16 15:50:05,064 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,064 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,064 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,064 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,064 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,064 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 15:50:05,064 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,064 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 4.0 / BB: 10.9 / Total Chances: 57.7 2025-02-16 15:50:05,064 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 58.75 2025-02-16 15:50:05,064 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 36.050000000000004 / Current Outs: 65.05 2025-02-16 15:50:05,064 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 29.750000000000004 / Current Outs: 58.75 2025-02-16 15:50:05,064 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,064 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,064 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,064 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,064 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,064 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,065 - card_creation - INFO - vL - All Hits: 29.5 / Other OB: 9.55 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:05,065 - card_creation - INFO - vR - All Hits: 12.2 / Other OB: 9.25 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,065 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.399999999999999 2025-02-16 15:50:05,065 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 3.3499999999999996 2025-02-16 15:50:05,065 - card_creation - INFO - vL: All Hits: 29.5 / BP Singles: 5.0 / Single 2: 8.55 / Single 1: 8.55 / Single CF: 0 2025-02-16 15:50:05,065 - card_creation - INFO - vR: All Hits: 12.2 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,065 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:05,065 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,065 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.8999999999999986 2025-02-16 15:50:05,065 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-16 15:50:05,065 - card_creation - INFO - raw hr chances: 2.9 2025-02-16 15:50:05,065 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.9 2025-02-16 15:50:05,065 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,065 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,065 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,065 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.14999999999999947 2025-02-16 15:50:05,065 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-16 15:50:05,065 - card_creation - INFO - raw hr chances: 0.15 2025-02-16 15:50:05,065 - card_creation - INFO - BP HR: 0 / ND HR: 0.15 2025-02-16 15:50:05,065 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,065 - card_creation - INFO - vL: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 68.05 2025-02-16 15:50:05,065 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 4.0 / BB: 5.25 / Total Chances: 50.45 2025-02-16 15:50:05,066 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 14.399999999999999 / Current Outs: 43.4 2025-02-16 15:50:05,066 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 15:50:05,066 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,066 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,066 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,066 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,066 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,066 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,067 - card_creation - INFO - vL - All Hits: 19.55 / Other OB: 6.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,067 - card_creation - INFO - vR - All Hits: 23.3 / Other OB: 14.05 / All Outs: 70.5 / Total: 29.0 2025-02-16 15:50:05,067 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.350000000000001 2025-02-16 15:50:05,067 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.3 2025-02-16 15:50:05,067 - card_creation - INFO - vL: All Hits: 19.55 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,067 - card_creation - INFO - vR: All Hits: 23.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,067 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:05,067 - card_creation - INFO - raw do chances: 1.95 2025-02-16 15:50:05,067 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 2.4000000000000012 2025-02-16 15:50:05,067 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 15:50:05,067 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 15:50:05,067 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 15:50:05,067 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,067 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,067 - card_creation - INFO - raw do chances: 7.0 2025-02-16 15:50:05,067 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 15:50:05,067 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,067 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,067 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,067 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,067 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 55.05 2025-02-16 15:50:05,067 - card_creation - INFO - vR: All other OB: 14.05 / HBP: 3.0 / BB: 11.05 / Total Chances: 66.35 2025-02-16 15:50:05,067 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 15:50:05,067 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-16 15:50:05,068 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,068 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,068 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,068 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,068 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,068 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,068 - card_creation - INFO - vL - All Hits: 17.3 / Other OB: 16.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,068 - card_creation - INFO - vR - All Hits: 16.3 / Other OB: 5.4 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,069 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 4.199999999999999 2025-02-16 15:50:05,069 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 7.5 2025-02-16 15:50:05,069 - card_creation - INFO - vL: All Hits: 17.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,069 - card_creation - INFO - vR: All Hits: 16.3 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,069 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:05,069 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,069 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 15:50:05,069 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,069 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,069 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:05,069 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,069 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-16 15:50:05,069 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,069 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.8 2025-02-16 15:50:05,069 - card_creation - INFO - Triple: 0 / rem xbh: 4.8 2025-02-16 15:50:05,069 - card_creation - INFO - raw hr chances: 4.8 2025-02-16 15:50:05,069 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.8 2025-02-16 15:50:05,069 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,069 - card_creation - INFO - vL: All other OB: 16.75 / HBP: 0 / BB: 16.75 / Total Chances: 63.05 2025-02-16 15:50:05,069 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 50.7 2025-02-16 15:50:05,069 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 44.2 / Current Outs: 73.2 2025-02-16 15:50:05,069 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 21.549999999999997 / Current Outs: 50.55 2025-02-16 15:50:05,069 - card_creation - INFO - Remaining outs: 0.75 2025-02-16 15:50:05,069 - card_creation - INFO - Passing 0.75 outs to strikeouts 2025-02-16 15:50:05,069 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,069 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,069 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,070 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,070 - card_creation - INFO - vL - All Hits: 27.9 / Other OB: 3.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,070 - card_creation - INFO - vR - All Hits: 16.65 / Other OB: 6.2 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,070 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8999999999999986 2025-02-16 15:50:05,070 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.25 2025-02-16 15:50:05,070 - card_creation - INFO - vL: All Hits: 27.9 / BP Singles: 5.0 / Single 2: 10.0 / Single 1: 10.0 / Single CF: 0 2025-02-16 15:50:05,070 - card_creation - INFO - vR: All Hits: 16.65 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,070 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,070 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,070 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.9999999999999987 2025-02-16 15:50:05,070 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,070 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,071 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-16 15:50:05,071 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,071 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,071 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,071 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 15:50:05,071 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,071 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,071 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,071 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,071 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 60.4 2025-02-16 15:50:05,071 - card_creation - INFO - vR: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 51.85 2025-02-16 15:50:05,071 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 15:50:05,071 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 6.75 / Current Outs: 35.75 2025-02-16 15:50:05,071 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,071 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,071 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,071 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,071 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,072 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,072 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 10.05 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,072 - card_creation - INFO - vR - All Hits: 16.2 / Other OB: 4.5 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,072 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.25 2025-02-16 15:50:05,072 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 1.3499999999999996 2025-02-16 15:50:05,072 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,072 - card_creation - INFO - vR: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,072 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,072 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,072 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-16 15:50:05,072 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,072 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,072 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,072 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,072 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,073 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,073 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,073 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 15:50:05,073 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,073 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,073 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,073 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,073 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 53.4 2025-02-16 15:50:05,073 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 1.0 / BB: 3.5 / Total Chances: 49.75 2025-02-16 15:50:05,073 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-16 15:50:05,073 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:05,073 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,073 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,073 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,073 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,073 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,073 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,073 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 6.5 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,074 - card_creation - INFO - vR - All Hits: 22.3 / Other OB: 1.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,074 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.400000000000002 2025-02-16 15:50:05,074 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.800000000000001 2025-02-16 15:50:05,074 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,074 - card_creation - INFO - vR: All Hits: 22.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,074 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,074 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,074 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: -0.29999999999999805 2025-02-16 15:50:05,074 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-16 15:50:05,074 - card_creation - INFO - raw hr chances: -0.3 2025-02-16 15:50:05,074 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,074 - card_creation - INFO - excess xbh: -0.3 2025-02-16 15:50:05,074 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-16 15:50:05,074 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,074 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 4.300000000000001 2025-02-16 15:50:05,074 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-16 15:50:05,074 - card_creation - INFO - raw hr chances: 4.3 2025-02-16 15:50:05,074 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3 2025-02-16 15:50:05,074 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,074 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 53.9 2025-02-16 15:50:05,074 - card_creation - INFO - vR: All other OB: 1.4 / HBP: 0 / BB: 1.4 / Total Chances: 52.7 2025-02-16 15:50:05,074 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 13.450000000000001 / Current Outs: 42.45 2025-02-16 15:50:05,074 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.55 / Current Outs: 48.55 2025-02-16 15:50:05,075 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,075 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,075 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,075 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,075 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,075 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,075 - card_creation - INFO - vL - All Hits: 12.55 / Other OB: 3.9 / All Outs: 91.5 / Total: 29.0 2025-02-16 15:50:05,075 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 3.2 / All Outs: 94.0 / Total: 29.0 2025-02-16 15:50:05,076 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5499999999999998 2025-02-16 15:50:05,076 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.9 2025-02-16 15:50:05,076 - card_creation - INFO - vL: All Hits: 12.55 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,076 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.1 / Single CF: 0 2025-02-16 15:50:05,076 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 15:50:05,076 - card_creation - INFO - raw do chances: 1.25 2025-02-16 15:50:05,076 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 15:50:05,076 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,076 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,076 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,076 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,076 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,076 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:05,076 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,076 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.9 2025-02-16 15:50:05,076 - card_creation - INFO - Triple: 0 / rem xbh: 4.9 2025-02-16 15:50:05,076 - card_creation - INFO - raw hr chances: 4.9 2025-02-16 15:50:05,076 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.9000000000000004 2025-02-16 15:50:05,076 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,076 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 45.45 2025-02-16 15:50:05,076 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 43.2 2025-02-16 15:50:05,076 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 37.050000000000004 / Current Outs: 66.05 2025-02-16 15:50:05,076 - card_creation - INFO - vR: All Outs: 94.0 / Ks: 48.75 / Current Outs: 77.75 2025-02-16 15:50:05,076 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,076 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,076 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,076 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,077 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,077 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,077 - card_creation - INFO - vL - All Hits: 17.15 / Other OB: 2.4 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,077 - card_creation - INFO - vR - All Hits: 23.85 / Other OB: 6.3 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,077 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 2.299999999999999 2025-02-16 15:50:05,078 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.000000000000002 2025-02-16 15:50:05,078 - card_creation - INFO - vL: All Hits: 17.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,078 - card_creation - INFO - vR: All Hits: 23.85 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 0.0 / Single CF: 4.75 2025-02-16 15:50:05,078 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,078 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,078 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 15:50:05,078 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,078 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,078 - card_creation - INFO - BP HR: 0.0 / ND HR: 2.3 2025-02-16 15:50:05,078 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,078 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 15:50:05,078 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,078 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.25 / rem xbh: 6.750000000000002 2025-02-16 15:50:05,078 - card_creation - INFO - Triple: 0 / rem xbh: 6.75 2025-02-16 15:50:05,078 - card_creation - INFO - raw hr chances: 6.75 2025-02-16 15:50:05,078 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.75 2025-02-16 15:50:05,078 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,078 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 48.55 2025-02-16 15:50:05,078 - card_creation - INFO - vR: All other OB: 6.3 / HBP: 1.0 / BB: 5.3 / Total Chances: 59.15 2025-02-16 15:50:05,078 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 43.550000000000004 / Current Outs: 72.55 2025-02-16 15:50:05,078 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 14.65 / Current Outs: 43.65 2025-02-16 15:50:05,078 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,078 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,078 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,078 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,078 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,078 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,079 - card_creation - INFO - vL - All Hits: 17.35 / Other OB: 10.05 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,079 - card_creation - INFO - vR - All Hits: 16.35 / Other OB: 7.85 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,079 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.850000000000001 2025-02-16 15:50:05,079 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.350000000000001 2025-02-16 15:50:05,079 - card_creation - INFO - vL: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:05,079 - card_creation - INFO - vR: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,079 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,079 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,079 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6000000000000014 2025-02-16 15:50:05,079 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:05,079 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:05,079 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 15:50:05,079 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,079 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,079 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,079 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.1500000000000012 2025-02-16 15:50:05,079 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,080 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,080 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,080 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,080 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 15:50:05,080 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 56.4 2025-02-16 15:50:05,080 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 2.0 / BB: 5.85 / Total Chances: 53.2 2025-02-16 15:50:05,080 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.899999999999995 / Current Outs: 52.9 2025-02-16 15:50:05,080 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 21.099999999999998 / Current Outs: 50.1 2025-02-16 15:50:05,080 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,080 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,080 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,080 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,080 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,080 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,080 - card_creation - INFO - vL - All Hits: 23.5 / Other OB: 11.55 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,080 - card_creation - INFO - vR - All Hits: 16.85 / Other OB: 14.85 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,081 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.25 2025-02-16 15:50:05,081 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.950000000000003 2025-02-16 15:50:05,081 - card_creation - INFO - vL: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,081 - card_creation - INFO - vR: All Hits: 16.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,081 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,081 - card_creation - INFO - raw do chances: 6.95 2025-02-16 15:50:05,081 - card_creation - INFO - Double**: 6.95 / Double(cf): 0.0 / rem xbh: 2.3 2025-02-16 15:50:05,081 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,081 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,081 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,081 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,081 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:05,081 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,081 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.7500000000000027 2025-02-16 15:50:05,081 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:05,081 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:05,081 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 15:50:05,081 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,081 - card_creation - INFO - vL: All other OB: 11.55 / HBP: 4.0 / BB: 7.55 / Total Chances: 64.05 2025-02-16 15:50:05,081 - card_creation - INFO - vR: All other OB: 14.85 / HBP: 0 / BB: 14.85 / Total Chances: 60.7 2025-02-16 15:50:05,081 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 19.4 / Current Outs: 48.4 2025-02-16 15:50:05,082 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 19.099999999999998 / Current Outs: 48.1 2025-02-16 15:50:05,082 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,082 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,082 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,082 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,082 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,082 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,083 - card_creation - INFO - vL - All Hits: 5.1 / Other OB: 1.95 / All Outs: 101.0 / Total: 29.0 2025-02-16 15:50:05,083 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 11.95 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,083 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5999999999999996 2025-02-16 15:50:05,083 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 2.55 2025-02-16 15:50:05,083 - card_creation - INFO - vL: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.75 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,083 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,083 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,083 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,083 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-16 15:50:05,083 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,083 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,083 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,083 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,083 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 15:50:05,083 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,083 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.1999999999999997 2025-02-16 15:50:05,083 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,083 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,083 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,083 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 15:50:05,083 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 15:50:05,083 - card_creation - INFO - vL: All other OB: 1.95 / HBP: 0 / BB: 1.95 / Total Chances: 36.45 2025-02-16 15:50:05,083 - card_creation - INFO - vR: All other OB: 11.95 / HBP: 0 / BB: 11.95 / Total Chances: 51.95 2025-02-16 15:50:05,083 - card_creation - INFO - vL: All Outs: 101.0 / Ks: 8.0 / Current Outs: 37.0 2025-02-16 15:50:05,083 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 27.000000000000004 / Current Outs: 56.0 2025-02-16 15:50:05,083 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,083 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,083 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,084 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,084 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,084 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,084 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 3.2 / All Outs: 92.5 / Total: 29.0 2025-02-16 15:50:05,084 - card_creation - INFO - vR - All Hits: 9.65 / Other OB: 3.75 / All Outs: 94.5 / Total: 29.0 2025-02-16 15:50:05,084 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 7.300000000000001 2025-02-16 15:50:05,084 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.15 2025-02-16 15:50:05,084 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,084 - card_creation - INFO - vR: All Hits: 9.65 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,084 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:05,084 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,084 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 5.800000000000001 2025-02-16 15:50:05,084 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 15:50:05,084 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 15:50:05,085 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.8 2025-02-16 15:50:05,085 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,085 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,085 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,085 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 15:50:05,085 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,085 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,085 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,085 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,085 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 15:50:05,085 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 44.5 2025-02-16 15:50:05,085 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 42.4 2025-02-16 15:50:05,085 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 30.749999999999996 / Current Outs: 59.75 2025-02-16 15:50:05,085 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 20.2 / Current Outs: 49.2 2025-02-16 15:50:05,085 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,085 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,085 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,085 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,085 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,085 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,086 - card_creation - INFO - vL - All Hits: 20.85 / Other OB: 11.15 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,086 - card_creation - INFO - vR - All Hits: 13.85 / Other OB: 11.05 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,086 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.3000000000000007 2025-02-16 15:50:05,086 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 5.0 2025-02-16 15:50:05,086 - card_creation - INFO - vL: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-16 15:50:05,086 - card_creation - INFO - vR: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,086 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,086 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,086 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.4000000000000008 2025-02-16 15:50:05,086 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,086 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,086 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 15:50:05,086 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,086 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,086 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,086 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.7999999999999998 2025-02-16 15:50:05,086 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 15:50:05,086 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 15:50:05,086 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-16 15:50:05,086 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,086 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 61.0 2025-02-16 15:50:05,086 - card_creation - INFO - vR: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 53.9 2025-02-16 15:50:05,086 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 23.799999999999997 / Current Outs: 52.8 2025-02-16 15:50:05,086 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 31.900000000000002 / Current Outs: 60.9 2025-02-16 15:50:05,086 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,086 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,087 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,087 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,087 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,087 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,087 - card_creation - INFO - vL - All Hits: 11.6 / Other OB: 3.9 / All Outs: 92.5 / Total: 29.0 2025-02-16 15:50:05,087 - card_creation - INFO - vR - All Hits: 11.25 / Other OB: 3.2 / All Outs: 93.5 / Total: 29.0 2025-02-16 15:50:05,087 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.25 2025-02-16 15:50:05,087 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.9000000000000004 2025-02-16 15:50:05,087 - card_creation - INFO - vL: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.35 / Single CF: 0 2025-02-16 15:50:05,087 - card_creation - INFO - vR: All Hits: 11.25 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,087 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,087 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,087 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 15:50:05,087 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,087 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,087 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,087 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,088 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,088 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,088 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 15:50:05,088 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,088 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,088 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 15:50:05,088 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,088 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 44.5 2025-02-16 15:50:05,088 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 43.45 2025-02-16 15:50:05,088 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 38.050000000000004 / Current Outs: 67.05 2025-02-16 15:50:05,088 - card_creation - INFO - vR: All Outs: 93.5 / Ks: 26.75 / Current Outs: 55.75 2025-02-16 15:50:05,088 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,088 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,088 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,088 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,088 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,088 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,088 - card_creation - INFO - vL - All Hits: 20.15 / Other OB: 11.0 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,089 - card_creation - INFO - vR - All Hits: 13.8 / Other OB: 6.85 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,089 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.899999999999999 2025-02-16 15:50:05,089 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.5 2025-02-16 15:50:05,089 - card_creation - INFO - vL: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 15:50:05,089 - card_creation - INFO - vR: All Hits: 13.8 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,089 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,089 - card_creation - INFO - raw do chances: 6.45 2025-02-16 15:50:05,089 - card_creation - INFO - Double**: 6.45 / Double(cf): 0.0 / rem xbh: 3.4499999999999984 2025-02-16 15:50:05,089 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:05,089 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:05,089 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.45 2025-02-16 15:50:05,089 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,089 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,089 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,089 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-16 15:50:05,089 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:05,089 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:05,089 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 15:50:05,089 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,089 - card_creation - INFO - vL: All other OB: 11.0 / HBP: 4.0 / BB: 7.0 / Total Chances: 60.15 2025-02-16 15:50:05,089 - card_creation - INFO - vR: All other OB: 6.85 / HBP: 0 / BB: 6.85 / Total Chances: 49.65 2025-02-16 15:50:05,089 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 32.95 / Current Outs: 61.95 2025-02-16 15:50:05,089 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 40.1 / Current Outs: 69.1 2025-02-16 15:50:05,089 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,089 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,089 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,089 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,089 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,089 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,090 - card_creation - INFO - vL - All Hits: 1.65 / Other OB: 5.7 / All Outs: 100.5 / Total: 29.0 2025-02-16 15:50:05,090 - card_creation - INFO - vR - All Hits: 12.6 / Other OB: 10.95 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,090 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.65 2025-02-16 15:50:05,090 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6000000000000005 2025-02-16 15:50:05,090 - card_creation - INFO - vL: All Hits: 1.65 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,090 - card_creation - INFO - vR: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,090 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,090 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,090 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.65 2025-02-16 15:50:05,090 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,090 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,090 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 15:50:05,090 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,090 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,090 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,090 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,090 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,090 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,090 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,090 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,090 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 36.35 2025-02-16 15:50:05,090 - card_creation - INFO - vR: All other OB: 10.95 / HBP: 0 / BB: 10.95 / Total Chances: 52.95 2025-02-16 15:50:05,090 - card_creation - INFO - vL: All Outs: 100.5 / Ks: 77.25 / Current Outs: 106.25 2025-02-16 15:50:05,091 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 22.999999999999996 / Current Outs: 52.0 2025-02-16 15:50:05,091 - card_creation - INFO - Remaining outs: -5.599999999999994 2025-02-16 15:50:05,091 - card_creation - INFO - Passing -5.599999999999994 outs to strikeouts 2025-02-16 15:50:05,091 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,091 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,091 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,091 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,091 - card_creation - INFO - vL - All Hits: 13.3 / Other OB: 8.55 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,091 - card_creation - INFO - vR - All Hits: 9.2 / Other OB: 8.2 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,092 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.800000000000001 2025-02-16 15:50:05,092 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.299999999999999 2025-02-16 15:50:05,092 - card_creation - INFO - vL: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,092 - card_creation - INFO - vR: All Hits: 9.2 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,092 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 15:50:05,092 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,092 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 4.050000000000001 2025-02-16 15:50:05,092 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-16 15:50:05,092 - card_creation - INFO - raw hr chances: 4.05 2025-02-16 15:50:05,092 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.05 2025-02-16 15:50:05,092 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,092 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,092 - card_creation - INFO - raw do chances: 1.1 2025-02-16 15:50:05,092 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 0.19999999999999885 2025-02-16 15:50:05,092 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 15:50:05,092 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 15:50:05,092 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,092 - card_creation - INFO - excess xbh: 0.2 2025-02-16 15:50:05,092 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 15:50:05,092 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 50.85 2025-02-16 15:50:05,092 - card_creation - INFO - vR: All other OB: 8.2 / HBP: 0 / BB: 8.2 / Total Chances: 46.4 2025-02-16 15:50:05,092 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 27.4 / Current Outs: 56.4 2025-02-16 15:50:05,092 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 39.75 / Current Outs: 68.75 2025-02-16 15:50:05,092 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,092 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,092 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,092 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,092 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,092 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,093 - card_creation - INFO - vL - All Hits: 13.45 / Other OB: 21.75 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,093 - card_creation - INFO - vR - All Hits: 18.2 / Other OB: 4.25 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,093 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 0.4999999999999991 2025-02-16 15:50:05,093 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.699999999999999 2025-02-16 15:50:05,093 - card_creation - INFO - vL: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,093 - card_creation - INFO - vR: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:05,093 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,093 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,093 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.4999999999999991 2025-02-16 15:50:05,093 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 15:50:05,093 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 15:50:05,093 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,093 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,093 - card_creation - INFO - Passing 0.5 xbh to single** 2025-02-16 15:50:05,094 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,094 - card_creation - INFO - raw do chances: 6.05 2025-02-16 15:50:05,094 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-16 15:50:05,094 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,094 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,094 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,094 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,094 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,094 - card_creation - INFO - vL: All other OB: 21.75 / HBP: 7.0 / BB: 14.75 / Total Chances: 64.2 2025-02-16 15:50:05,094 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 51.45 2025-02-16 15:50:05,094 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 19.2 / Current Outs: 48.2 2025-02-16 15:50:05,094 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 30.7 / Current Outs: 59.7 2025-02-16 15:50:05,094 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,094 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,094 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,094 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,094 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,094 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,095 - card_creation - INFO - vL - All Hits: 23.35 / Other OB: 9.45 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,095 - card_creation - INFO - vR - All Hits: 15.6 / Other OB: 2.25 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,095 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.100000000000003 2025-02-16 15:50:05,095 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.949999999999999 2025-02-16 15:50:05,095 - card_creation - INFO - vL: All Hits: 23.35 / BP Singles: 5.0 / Single 2: 7.1 / Single 1: 7.15 / Single CF: 0 2025-02-16 15:50:05,095 - card_creation - INFO - vR: All Hits: 15.6 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,095 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,095 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,095 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.900000000000003 2025-02-16 15:50:05,095 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,095 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,095 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,095 - card_creation - INFO - excess xbh: 0.9 2025-02-16 15:50:05,095 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 15:50:05,095 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,095 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,095 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-16 15:50:05,095 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:05,095 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:05,095 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:05,095 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,095 - card_creation - INFO - vL: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 61.8 2025-02-16 15:50:05,095 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 46.85 2025-02-16 15:50:05,095 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 10.500000000000002 / Current Outs: 39.5 2025-02-16 15:50:05,095 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 9.7 / Current Outs: 38.7 2025-02-16 15:50:05,095 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,095 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,095 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,095 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,095 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,095 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,096 - card_creation - INFO - vL - All Hits: 8.25 / Other OB: 17.45 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,096 - card_creation - INFO - vR - All Hits: 11.75 / Other OB: 0.0 / All Outs: 96.0 / Total: 29.0 2025-02-16 15:50:05,096 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 3.25 2025-02-16 15:50:05,096 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.9499999999999993 2025-02-16 15:50:05,096 - card_creation - INFO - vL: All Hits: 8.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,096 - card_creation - INFO - vR: All Hits: 11.75 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,096 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,096 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,096 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,096 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,096 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,096 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,096 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,096 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,096 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,096 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 15:50:05,096 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,096 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,096 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,096 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 15:50:05,096 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 15:50:05,096 - card_creation - INFO - vL: All other OB: 17.45 / HBP: 1.0 / BB: 16.45 / Total Chances: 54.7 2025-02-16 15:50:05,096 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 40.75 2025-02-16 15:50:05,097 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 5.500000000000002 / Current Outs: 34.5 2025-02-16 15:50:05,097 - card_creation - INFO - vR: All Outs: 96.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-16 15:50:05,097 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,097 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,097 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,097 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,097 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,097 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,097 - card_creation - INFO - vL - All Hits: 28.45 / Other OB: 3.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,097 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 3.8 / All Outs: 94.5 / Total: 29.0 2025-02-16 15:50:05,097 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-16 15:50:05,097 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 4.800000000000001 2025-02-16 15:50:05,097 - card_creation - INFO - vL: All Hits: 28.45 / BP Singles: 5.0 / Single 2: 7.8 / Single 1: 7.85 / Single CF: 0 2025-02-16 15:50:05,097 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,097 - card_creation - INFO - hr%: 0.20 / tr%: 0.30 / do%: 0.50 2025-02-16 15:50:05,098 - card_creation - INFO - raw do chances: 3.9 2025-02-16 15:50:05,098 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.900000000000001 2025-02-16 15:50:05,098 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.7 2025-02-16 15:50:05,098 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,098 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 15:50:05,098 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,098 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,098 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,098 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.6000000000000005 2025-02-16 15:50:05,098 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:05,098 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:05,098 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,098 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:05,098 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:05,098 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 60.65 2025-02-16 15:50:05,098 - card_creation - INFO - vR: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 42.6 2025-02-16 15:50:05,098 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 11.749999999999998 / Current Outs: 40.75 2025-02-16 15:50:05,098 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 16.15 / Current Outs: 45.15 2025-02-16 15:50:05,098 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,098 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,098 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,098 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,098 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,098 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,099 - card_creation - INFO - vL - All Hits: 15.05 / Other OB: 29.35 / All Outs: 63.5 / Total: 29.0 2025-02-16 15:50:05,099 - card_creation - INFO - vR - All Hits: 19.0 / Other OB: 13.25 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,099 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 6.450000000000001 2025-02-16 15:50:05,099 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.75 2025-02-16 15:50:05,099 - card_creation - INFO - vL: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,099 - card_creation - INFO - vR: All Hits: 19.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,099 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,099 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,099 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.200000000000001 2025-02-16 15:50:05,099 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,099 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,099 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,099 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,099 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,099 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,099 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-16 15:50:05,099 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 15:50:05,099 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 15:50:05,099 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 15:50:05,099 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,099 - card_creation - INFO - vL: All other OB: 29.35 / HBP: 1.0 / BB: 28.35 / Total Chances: 73.4 2025-02-16 15:50:05,099 - card_creation - INFO - vR: All other OB: 13.25 / HBP: 0 / BB: 13.25 / Total Chances: 61.25 2025-02-16 15:50:05,099 - card_creation - INFO - vL: All Outs: 63.5 / Ks: 13.600000000000001 / Current Outs: 42.6 2025-02-16 15:50:05,099 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 28.7 / Current Outs: 57.7 2025-02-16 15:50:05,100 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,100 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,100 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,100 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,100 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,100 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,100 - card_creation - INFO - vL - All Hits: 5.1 / Other OB: 3.4 / All Outs: 99.5 / Total: 29.0 2025-02-16 15:50:05,100 - card_creation - INFO - vR - All Hits: 26.05 / Other OB: 18.15 / All Outs: 64.0 / Total: 29.0 2025-02-16 15:50:05,100 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6999999999999995 2025-02-16 15:50:05,100 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.350000000000003 2025-02-16 15:50:05,100 - card_creation - INFO - vL: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,101 - card_creation - INFO - vR: All Hits: 26.05 / BP Singles: 5.0 / Single 2: 8.35 / Single 1: 8.35 / Single CF: 0 2025-02-16 15:50:05,101 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,101 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,101 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6999999999999995 2025-02-16 15:50:05,101 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,101 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,101 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,101 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 15:50:05,101 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,101 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,101 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.8500000000000032 2025-02-16 15:50:05,101 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,101 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,101 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 15:50:05,101 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,101 - card_creation - INFO - vL: All other OB: 3.4 / HBP: 1.0 / BB: 2.4 / Total Chances: 37.8 2025-02-16 15:50:05,101 - card_creation - INFO - vR: All other OB: 18.15 / HBP: 2.0 / BB: 16.15 / Total Chances: 73.2 2025-02-16 15:50:05,101 - card_creation - INFO - vL: All Outs: 99.5 / Ks: 27.55 / Current Outs: 56.55 2025-02-16 15:50:05,101 - card_creation - INFO - vR: All Outs: 64.0 / Ks: 21.8 / Current Outs: 50.8 2025-02-16 15:50:05,101 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,101 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,101 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,101 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,101 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,101 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,102 - card_creation - INFO - vL - All Hits: 21.25 / Other OB: 15.55 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,102 - card_creation - INFO - vR - All Hits: 20.1 / Other OB: 17.75 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,102 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.75 2025-02-16 15:50:05,102 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.900000000000002 2025-02-16 15:50:05,102 - card_creation - INFO - vL: All Hits: 21.25 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,102 - card_creation - INFO - vR: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 15:50:05,102 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,102 - card_creation - INFO - raw do chances: 6.55 2025-02-16 15:50:05,102 - card_creation - INFO - Double**: 6.55 / Double(cf): 0.0 / rem xbh: 2.2 2025-02-16 15:50:05,102 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,102 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,102 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,102 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,102 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 15:50:05,102 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,102 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.7000000000000022 2025-02-16 15:50:05,102 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,102 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,102 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:05,102 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,102 - card_creation - INFO - vL: All other OB: 15.55 / HBP: 2.0 / BB: 13.55 / Total Chances: 65.8 2025-02-16 15:50:05,102 - card_creation - INFO - vR: All other OB: 17.75 / HBP: 0 / BB: 17.75 / Total Chances: 66.85 2025-02-16 15:50:05,102 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-16 15:50:05,102 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 20.199999999999996 / Current Outs: 49.2 2025-02-16 15:50:05,103 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,103 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,103 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,103 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,103 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,103 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,103 - card_creation - INFO - vL - All Hits: 17.0 / Other OB: 5.4 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,103 - card_creation - INFO - vR - All Hits: 23.9 / Other OB: 5.1 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,103 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.100000000000001 2025-02-16 15:50:05,103 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.399999999999997 2025-02-16 15:50:05,103 - card_creation - INFO - vL: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,103 - card_creation - INFO - vR: All Hits: 23.9 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,103 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,104 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,104 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 4.500000000000002 2025-02-16 15:50:05,104 - card_creation - INFO - Triple: 0 / rem xbh: 4.5 2025-02-16 15:50:05,104 - card_creation - INFO - raw hr chances: 4.5 2025-02-16 15:50:05,104 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5 2025-02-16 15:50:05,104 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,104 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,104 - card_creation - INFO - raw do chances: 3.8 2025-02-16 15:50:05,104 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 4.599999999999997 2025-02-16 15:50:05,104 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 15:50:05,104 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 15:50:05,104 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5999999999999996 2025-02-16 15:50:05,104 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,104 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 51.4 2025-02-16 15:50:05,104 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 3.0 / BB: 2.1 / Total Chances: 58.0 2025-02-16 15:50:05,104 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 19.549999999999997 / Current Outs: 48.55 2025-02-16 15:50:05,104 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 23.849999999999998 / Current Outs: 52.85 2025-02-16 15:50:05,104 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,104 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,104 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,104 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,104 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,104 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,105 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 27.5 / All Outs: 57.0 / Total: 29.0 2025-02-16 15:50:05,105 - card_creation - INFO - vR - All Hits: 22.6 / Other OB: 16.9 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,105 - card_creation - INFO - remaining singles: 0.0 / total xbh: 16.95 2025-02-16 15:50:05,105 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.4 2025-02-16 15:50:05,105 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,105 - card_creation - INFO - vR: All Hits: 22.6 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 15:50:05,105 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,105 - card_creation - INFO - raw do chances: 16.95 2025-02-16 15:50:05,105 - card_creation - INFO - Double**: 16.95 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,105 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,105 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 15:50:05,105 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,105 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,105 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,105 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 15:50:05,105 - card_creation - INFO - vL: All other OB: 27.5 / HBP: 0 / BB: 27.5 / Total Chances: 80.2 2025-02-16 15:50:05,105 - card_creation - INFO - vR: All other OB: 16.9 / HBP: 11.0 / BB: 5.9 / Total Chances: 68.5 2025-02-16 15:50:05,105 - card_creation - INFO - vL: All Outs: 57.0 / Ks: 7.449999999999998 / Current Outs: 36.45 2025-02-16 15:50:05,105 - card_creation - INFO - vR: All Outs: 68.5 / Ks: 20.049999999999997 / Current Outs: 49.05 2025-02-16 15:50:05,105 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,105 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,105 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,105 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,105 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,105 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,106 - card_creation - INFO - vL - All Hits: 5.75 / Other OB: 6.6 / All Outs: 95.5 / Total: 29.0 2025-02-16 15:50:05,106 - card_creation - INFO - vR - All Hits: 27.45 / Other OB: 12.45 / All Outs: 68.0 / Total: 29.0 2025-02-16 15:50:05,106 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.4499999999999997 2025-02-16 15:50:05,106 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 16.55 2025-02-16 15:50:05,106 - card_creation - INFO - vL: All Hits: 5.75 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,106 - card_creation - INFO - vR: All Hits: 27.45 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.7 2025-02-16 15:50:05,106 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,106 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,106 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.5499999999999998 2025-02-16 15:50:05,106 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:05,106 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:05,106 - card_creation - INFO - BP HR: 0 / ND HR: 0.55 2025-02-16 15:50:05,106 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,106 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,106 - card_creation - INFO - raw do chances: 8.3 2025-02-16 15:50:05,106 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.3 / rem xbh: 8.25 2025-02-16 15:50:05,106 - card_creation - INFO - Triple: 0 / rem xbh: 8.25 2025-02-16 15:50:05,106 - card_creation - INFO - raw hr chances: 8.25 2025-02-16 15:50:05,106 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.25 2025-02-16 15:50:05,106 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,107 - card_creation - INFO - vL: All other OB: 6.6 / HBP: 1.0 / BB: 5.6 / Total Chances: 41.35 2025-02-16 15:50:05,107 - card_creation - INFO - vR: All other OB: 12.45 / HBP: 0 / BB: 12.45 / Total Chances: 68.9 2025-02-16 15:50:05,107 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 26.35 / Current Outs: 55.35 2025-02-16 15:50:05,107 - card_creation - INFO - vR: All Outs: 68.0 / Ks: 38.50000000000001 / Current Outs: 67.5 2025-02-16 15:50:05,107 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,107 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,107 - card_creation - INFO - Remaining outs: 0.5999999999999943 2025-02-16 15:50:05,107 - card_creation - INFO - Passing 0.5999999999999943 outs to strikeouts 2025-02-16 15:50:05,107 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,107 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,107 - card_creation - INFO - vL - All Hits: 37.8 / Other OB: 5.7 / All Outs: 64.5 / Total: 29.0 2025-02-16 15:50:05,107 - card_creation - INFO - vR - All Hits: 27.05 / Other OB: 21.75 / All Outs: 59.0 / Total: 29.0 2025-02-16 15:50:05,107 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.049999999999995 2025-02-16 15:50:05,108 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 11.550000000000004 2025-02-16 15:50:05,108 - card_creation - INFO - vL: All Hits: 37.8 / BP Singles: 5.0 / Single 2: 13.9 / Single 1: 13.85 / Single CF: 0 2025-02-16 15:50:05,108 - card_creation - INFO - vR: All Hits: 27.05 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,108 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,108 - card_creation - INFO - raw do chances: 3.8 2025-02-16 15:50:05,108 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 1.2499999999999956 2025-02-16 15:50:05,108 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,108 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,108 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-16 15:50:05,108 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,108 - card_creation - INFO - hr%: 0.10 / tr%: 0.30 / do%: 0.60 2025-02-16 15:50:05,108 - card_creation - INFO - raw do chances: 6.95 2025-02-16 15:50:05,108 - card_creation - INFO - Double**: 6.95 / Double(cf): 0.0 / rem xbh: 4.600000000000004 2025-02-16 15:50:05,108 - card_creation - INFO - Triple: 1.4 / rem xbh: 3.2 2025-02-16 15:50:05,108 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:05,108 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:05,108 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,108 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 72.5 2025-02-16 15:50:05,108 - card_creation - INFO - vR: All other OB: 21.75 / HBP: 2.0 / BB: 19.75 / Total Chances: 77.8 2025-02-16 15:50:05,108 - card_creation - INFO - vL: All Outs: 64.5 / Ks: 17.25 / Current Outs: 46.25 2025-02-16 15:50:05,108 - card_creation - INFO - vR: All Outs: 59.0 / Ks: 13.199999999999996 / Current Outs: 42.2 2025-02-16 15:50:05,108 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,108 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,108 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,108 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,108 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,108 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,109 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 8.15 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,109 - card_creation - INFO - vR - All Hits: 38.4 / Other OB: 8.6 / All Outs: 61.0 / Total: 29.0 2025-02-16 15:50:05,109 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.400000000000002 2025-02-16 15:50:05,109 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 7.050000000000001 2025-02-16 15:50:05,109 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 5.95 / Single CF: 0 2025-02-16 15:50:05,109 - card_creation - INFO - vR: All Hits: 38.4 / BP Singles: 5.0 / Single 2: 13.2 / Single 1: 13.15 / Single CF: 0 2025-02-16 15:50:05,109 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,109 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,109 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.3000000000000025 2025-02-16 15:50:05,109 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,109 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,109 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,109 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,109 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,109 - card_creation - INFO - hr%: 0.10 / tr%: 0.75 / do%: 0.15 2025-02-16 15:50:05,109 - card_creation - INFO - raw do chances: 1.1 2025-02-16 15:50:05,109 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 5.950000000000001 2025-02-16 15:50:05,110 - card_creation - INFO - Triple: 4.5 / rem xbh: 1.45 2025-02-16 15:50:05,110 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:05,110 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,110 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:05,110 - card_creation - INFO - Passing 0.44999999999999996 xbh to triple 2025-02-16 15:50:05,110 - card_creation - INFO - vL: All other OB: 8.15 / HBP: 3.0 / BB: 5.15 / Total Chances: 59.5 2025-02-16 15:50:05,110 - card_creation - INFO - vR: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 76.0 2025-02-16 15:50:05,110 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 10.799999999999997 / Current Outs: 39.8 2025-02-16 15:50:05,110 - card_creation - INFO - vR: All Outs: 61.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 15:50:05,110 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,110 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,110 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,110 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,110 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,110 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,110 - card_creation - INFO - vL - All Hits: 9.85 / Other OB: 23.8 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,111 - card_creation - INFO - vR - All Hits: 22.45 / Other OB: 5.1 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,111 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.85 2025-02-16 15:50:05,111 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 15.55 2025-02-16 15:50:05,111 - card_creation - INFO - vL: All Hits: 9.85 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 15:50:05,111 - card_creation - INFO - vR: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 15:50:05,111 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 15:50:05,111 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,111 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 9.85 2025-02-16 15:50:05,111 - card_creation - INFO - Triple: 0 / rem xbh: 9.85 2025-02-16 15:50:05,111 - card_creation - INFO - raw hr chances: 9.85 2025-02-16 15:50:05,111 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.85 2025-02-16 15:50:05,111 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,111 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,111 - card_creation - INFO - raw do chances: 7.8 2025-02-16 15:50:05,111 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.8 / rem xbh: 7.750000000000001 2025-02-16 15:50:05,111 - card_creation - INFO - Triple: 0 / rem xbh: 7.75 2025-02-16 15:50:05,111 - card_creation - INFO - raw hr chances: 7.75 2025-02-16 15:50:05,111 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.75 2025-02-16 15:50:05,111 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,111 - card_creation - INFO - vL: All other OB: 23.8 / HBP: 0 / BB: 23.8 / Total Chances: 62.65 2025-02-16 15:50:05,111 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 2.0 / BB: 3.1 / Total Chances: 56.55 2025-02-16 15:50:05,111 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 25.149999999999995 / Current Outs: 54.15 2025-02-16 15:50:05,111 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 18.849999999999998 / Current Outs: 47.85 2025-02-16 15:50:05,111 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,111 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,111 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,111 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,111 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,111 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,112 - card_creation - INFO - vL - All Hits: 19.8 / Other OB: 11.1 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,112 - card_creation - INFO - vR - All Hits: 16.25 / Other OB: 12.6 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,112 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.0 2025-02-16 15:50:05,112 - card_creation - INFO - remaining singles: -0.10000000000000098 / total xbh: 6.949999999999999 2025-02-16 15:50:05,112 - card_creation - INFO - vL: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,112 - card_creation - INFO - vR: All Hits: 16.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,112 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,112 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,112 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-16 15:50:05,112 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:05,112 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:05,112 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 15:50:05,112 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,112 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,112 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,112 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-16 15:50:05,112 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,112 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,112 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,112 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,112 - card_creation - INFO - vL: All other OB: 11.1 / HBP: 0 / BB: 11.1 / Total Chances: 59.9 2025-02-16 15:50:05,112 - card_creation - INFO - vR: All other OB: 12.6 / HBP: 0 / BB: 12.6 / Total Chances: 57.85 2025-02-16 15:50:05,112 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 14.850000000000001 / Current Outs: 43.85 2025-02-16 15:50:05,112 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 24.349999999999998 / Current Outs: 53.35 2025-02-16 15:50:05,113 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,113 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,113 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,113 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,113 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,113 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,113 - card_creation - INFO - vL - All Hits: 8.0 / Other OB: 8.05 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:05,113 - card_creation - INFO - vR - All Hits: 19.8 / Other OB: 7.25 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,113 - card_creation - INFO - remaining singles: 0.7999999999999998 / total xbh: 3.0 2025-02-16 15:50:05,113 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.700000000000001 2025-02-16 15:50:05,113 - card_creation - INFO - vL: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,113 - card_creation - INFO - vR: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,113 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,113 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,113 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:05,113 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,113 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,113 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-16 15:50:05,114 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,114 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,114 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,114 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.000000000000001 2025-02-16 15:50:05,114 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 15:50:05,114 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,114 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,114 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,114 - card_creation - INFO - vL: All other OB: 8.05 / HBP: 0 / BB: 8.05 / Total Chances: 45.05 2025-02-16 15:50:05,114 - card_creation - INFO - vR: All other OB: 7.25 / HBP: 1.0 / BB: 6.25 / Total Chances: 56.05 2025-02-16 15:50:05,114 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 15.899999999999999 / Current Outs: 44.9 2025-02-16 15:50:05,114 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 15:50:05,114 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,114 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,114 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,114 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,114 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,114 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,115 - card_creation - INFO - vL - All Hits: 24.8 / Other OB: 3.5 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,115 - card_creation - INFO - vR - All Hits: 19.25 / Other OB: 11.15 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,115 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.75 2025-02-16 15:50:05,115 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 11.100000000000001 2025-02-16 15:50:05,115 - card_creation - INFO - vL: All Hits: 24.8 / BP Singles: 5.0 / Single 2: 9.5 / Single 1: 9.55 / Single CF: 0 2025-02-16 15:50:05,115 - card_creation - INFO - vR: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,115 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,115 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,115 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-16 15:50:05,115 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:05,115 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:05,115 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,115 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:05,115 - card_creation - INFO - Passing 0.75 xbh to single** 2025-02-16 15:50:05,115 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,115 - card_creation - INFO - raw do chances: 8.9 2025-02-16 15:50:05,115 - card_creation - INFO - Double**: 8.9 / Double(cf): 0.0 / rem xbh: 2.200000000000001 2025-02-16 15:50:05,115 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,115 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,115 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,115 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,115 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 57.3 2025-02-16 15:50:05,115 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 59.4 2025-02-16 15:50:05,115 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 15:50:05,115 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 16.8 / Current Outs: 45.8 2025-02-16 15:50:05,115 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,115 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,115 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,115 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,115 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,115 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,116 - card_creation - INFO - vL - All Hits: 5.7 / Other OB: 4.2 / All Outs: 98.0 / Total: 29.0 2025-02-16 15:50:05,116 - card_creation - INFO - vR - All Hits: 25.85 / Other OB: 17.35 / All Outs: 65.0 / Total: 29.0 2025-02-16 15:50:05,116 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9000000000000004 2025-02-16 15:50:05,116 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 1.5000000000000036 2025-02-16 15:50:05,116 - card_creation - INFO - vL: All Hits: 5.7 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,116 - card_creation - INFO - vR: All Hits: 25.85 / BP Singles: 5.0 / Single 2: 9.7 / Single 1: 9.65 / Single CF: 0 2025-02-16 15:50:05,116 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-16 15:50:05,116 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,116 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9000000000000004 2025-02-16 15:50:05,116 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,116 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,116 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,116 - card_creation - INFO - excess xbh: 0.9 2025-02-16 15:50:05,116 - card_creation - INFO - Passing 0.9 xbh to single** 2025-02-16 15:50:05,116 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,116 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,117 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5000000000000036 2025-02-16 15:50:05,117 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,117 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,117 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,117 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,117 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 38.9 2025-02-16 15:50:05,117 - card_creation - INFO - vR: All other OB: 17.35 / HBP: 0 / BB: 17.35 / Total Chances: 72.7 2025-02-16 15:50:05,117 - card_creation - INFO - vL: All Outs: 98.0 / Ks: 10.75 / Current Outs: 39.75 2025-02-16 15:50:05,117 - card_creation - INFO - vR: All Outs: 65.0 / Ks: 35.6 / Current Outs: 64.6 2025-02-16 15:50:05,117 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,117 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,117 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 15:50:05,117 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 15:50:05,117 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,117 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,118 - card_creation - INFO - vL - All Hits: 23.8 / Other OB: 13.05 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,118 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 8.95 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,118 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.9 2025-02-16 15:50:05,118 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 9.700000000000001 2025-02-16 15:50:05,118 - card_creation - INFO - vL: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.8 / Single CF: 0 2025-02-16 15:50:05,118 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,118 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:05,118 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,118 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 4.4 2025-02-16 15:50:05,118 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-16 15:50:05,118 - card_creation - INFO - raw hr chances: 4.4 2025-02-16 15:50:05,118 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.4 2025-02-16 15:50:05,118 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,118 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.45 2025-02-16 15:50:05,118 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,119 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 5.200000000000001 2025-02-16 15:50:05,119 - card_creation - INFO - Triple: 1.1 / rem xbh: 4.1 2025-02-16 15:50:05,119 - card_creation - INFO - raw hr chances: 4.1 2025-02-16 15:50:05,119 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.0999999999999996 2025-02-16 15:50:05,119 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,119 - card_creation - INFO - vL: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 65.85 2025-02-16 15:50:05,119 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 2.0 / BB: 6.95 / Total Chances: 57.3 2025-02-16 15:50:05,119 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 24.899999999999995 / Current Outs: 53.9 2025-02-16 15:50:05,119 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.0 / Current Outs: 53.0 2025-02-16 15:50:05,119 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,119 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,119 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,119 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,119 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,119 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,120 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 21.95 / All Outs: 66.0 / Total: 29.0 2025-02-16 15:50:05,120 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 9.75 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,120 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.600000000000001 2025-02-16 15:50:05,120 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 10.950000000000001 2025-02-16 15:50:05,120 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,120 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,120 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,120 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,120 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.200000000000001 2025-02-16 15:50:05,120 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,120 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,120 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:05,120 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,120 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-16 15:50:05,120 - card_creation - INFO - raw do chances: 9.85 2025-02-16 15:50:05,120 - card_creation - INFO - Double**: 9.85 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-16 15:50:05,120 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,120 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,120 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,120 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,120 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:05,120 - card_creation - INFO - vL: All other OB: 21.95 / HBP: 0 / BB: 21.95 / Total Chances: 70.95 2025-02-16 15:50:05,120 - card_creation - INFO - vR: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 56.6 2025-02-16 15:50:05,120 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 28.000000000000004 / Current Outs: 57.0 2025-02-16 15:50:05,120 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 27.2 / Current Outs: 56.2 2025-02-16 15:50:05,120 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,120 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,121 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,121 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,121 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,121 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,121 - card_creation - INFO - vL - All Hits: 25.0 / Other OB: 11.25 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,121 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 11.75 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,121 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.5 2025-02-16 15:50:05,121 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.949999999999999 2025-02-16 15:50:05,121 - card_creation - INFO - vL: All Hits: 25.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,121 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,121 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,121 - card_creation - INFO - raw do chances: 7.9 2025-02-16 15:50:05,121 - card_creation - INFO - Double**: 7.9 / Double(cf): 0.0 / rem xbh: 2.5999999999999996 2025-02-16 15:50:05,121 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:05,121 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:05,121 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,122 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,122 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,122 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,122 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.699999999999999 2025-02-16 15:50:05,122 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 15:50:05,122 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 15:50:05,122 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-16 15:50:05,122 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,122 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 65.65 2025-02-16 15:50:05,122 - card_creation - INFO - vR: All other OB: 11.75 / HBP: 2.0 / BB: 9.75 / Total Chances: 55.1 2025-02-16 15:50:05,122 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 15:50:05,122 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 23.200000000000003 / Current Outs: 52.2 2025-02-16 15:50:05,122 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,122 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,122 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,122 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,122 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,122 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,123 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 20.25 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,123 - card_creation - INFO - vR - All Hits: 24.0 / Other OB: 19.3 / All Outs: 64.5 / Total: 29.0 2025-02-16 15:50:05,123 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.1 2025-02-16 15:50:05,123 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 7.600000000000001 2025-02-16 15:50:05,123 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,123 - card_creation - INFO - vR: All Hits: 24.0 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,123 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,123 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,123 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.1999999999999997 2025-02-16 15:50:05,123 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,123 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,123 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-16 15:50:05,123 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,123 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:05,123 - card_creation - INFO - raw do chances: 3.8 2025-02-16 15:50:05,123 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 3.8000000000000016 2025-02-16 15:50:05,123 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-16 15:50:05,123 - card_creation - INFO - raw hr chances: 3.8 2025-02-16 15:50:05,123 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-16 15:50:05,123 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,123 - card_creation - INFO - vL: All other OB: 20.25 / HBP: 0 / BB: 20.25 / Total Chances: 65.25 2025-02-16 15:50:05,123 - card_creation - INFO - vR: All other OB: 19.3 / HBP: 4.0 / BB: 15.3 / Total Chances: 72.3 2025-02-16 15:50:05,123 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 29.7 / Current Outs: 58.7 2025-02-16 15:50:05,123 - card_creation - INFO - vR: All Outs: 64.5 / Ks: 19.65 / Current Outs: 48.65 2025-02-16 15:50:05,123 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,123 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,124 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,124 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,124 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,124 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,124 - card_creation - INFO - vL - All Hits: 28.65 / Other OB: 4.75 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,124 - card_creation - INFO - vR - All Hits: 28.95 / Other OB: 12.85 / All Outs: 66.0 / Total: 29.0 2025-02-16 15:50:05,124 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.649999999999999 2025-02-16 15:50:05,124 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 11.599999999999998 2025-02-16 15:50:05,124 - card_creation - INFO - vL: All Hits: 28.65 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.5 / Single CF: 0 2025-02-16 15:50:05,124 - card_creation - INFO - vR: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 0.0 / Single CF: 6.15 2025-02-16 15:50:05,124 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,125 - card_creation - INFO - raw do chances: 9.05 2025-02-16 15:50:05,125 - card_creation - INFO - Double**: 9.05 / Double(cf): 0.0 / rem xbh: 1.5999999999999979 2025-02-16 15:50:05,125 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,125 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,125 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,125 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,125 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,125 - card_creation - INFO - raw do chances: 5.8 2025-02-16 15:50:05,125 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.8 / rem xbh: 5.799999999999998 2025-02-16 15:50:05,125 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 15:50:05,125 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 15:50:05,125 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.8 2025-02-16 15:50:05,125 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,125 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 62.8 2025-02-16 15:50:05,125 - card_creation - INFO - vR: All other OB: 12.85 / HBP: 0 / BB: 12.85 / Total Chances: 70.8 2025-02-16 15:50:05,125 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 33.2 / Current Outs: 62.2 2025-02-16 15:50:05,125 - card_creation - INFO - vR: All Outs: 66.0 / Ks: 6.100000000000001 / Current Outs: 35.1 2025-02-16 15:50:05,125 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,125 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,125 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,125 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,125 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,125 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,126 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 13.3 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,126 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 15.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,126 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 4.149999999999999 2025-02-16 15:50:05,126 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.699999999999999 2025-02-16 15:50:05,126 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,126 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,126 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,126 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,126 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.6499999999999986 2025-02-16 15:50:05,126 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 15:50:05,127 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 15:50:05,127 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 15:50:05,127 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,127 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,127 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,127 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-16 15:50:05,127 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,127 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,127 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-16 15:50:05,127 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,127 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 2.0 / BB: 11.3 / Total Chances: 62.55 2025-02-16 15:50:05,127 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 58.8 2025-02-16 15:50:05,127 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 31.65 / Current Outs: 60.65 2025-02-16 15:50:05,127 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 42.50000000000001 / Current Outs: 71.5 2025-02-16 15:50:05,127 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,127 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,127 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,127 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,127 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,127 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,128 - card_creation - INFO - vL - All Hits: 18.75 / Other OB: 7.75 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,128 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 7.1 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,128 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.75 2025-02-16 15:50:05,128 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.149999999999999 2025-02-16 15:50:05,128 - card_creation - INFO - vL: All Hits: 18.75 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,128 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,128 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,128 - card_creation - INFO - raw do chances: 5.75 2025-02-16 15:50:05,128 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,128 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,128 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,128 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,128 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,128 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,128 - card_creation - INFO - raw do chances: 7.35 2025-02-16 15:50:05,128 - card_creation - INFO - Double**: 7.35 / Double(cf): 0.0 / rem xbh: 0.7999999999999989 2025-02-16 15:50:05,128 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,128 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,128 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-16 15:50:05,128 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,128 - card_creation - INFO - vL: All other OB: 7.75 / HBP: 0 / BB: 7.75 / Total Chances: 55.5 2025-02-16 15:50:05,128 - card_creation - INFO - vR: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 53.05 2025-02-16 15:50:05,128 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 10.2 / Current Outs: 39.2 2025-02-16 15:50:05,128 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 28.85 / Current Outs: 57.85 2025-02-16 15:50:05,129 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,129 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,129 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,129 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,129 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,129 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,129 - card_creation - INFO - vL - All Hits: 8.55 / Other OB: 13.9 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,129 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 8.85 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,129 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-16 15:50:05,129 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 4.099999999999998 2025-02-16 15:50:05,129 - card_creation - INFO - vL: All Hits: 8.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,129 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,129 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,130 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,130 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: -0.0999999999999992 2025-02-16 15:50:05,130 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 15:50:05,130 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 15:50:05,130 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,130 - card_creation - INFO - excess xbh: -0.1 2025-02-16 15:50:05,130 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,130 - card_creation - INFO - raw do chances: 3.3 2025-02-16 15:50:05,130 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 0.799999999999998 2025-02-16 15:50:05,130 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,130 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,130 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,130 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,130 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 15:50:05,130 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 0 / BB: 13.9 / Total Chances: 51.55 2025-02-16 15:50:05,130 - card_creation - INFO - vR: All other OB: 8.85 / HBP: 3.0 / BB: 5.85 / Total Chances: 52.95 2025-02-16 15:50:05,130 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 39.050000000000004 / Current Outs: 68.05 2025-02-16 15:50:05,130 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 48.1 / Current Outs: 77.1 2025-02-16 15:50:05,130 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,130 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,130 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,130 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,130 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,130 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,131 - card_creation - INFO - vL - All Hits: 4.5 / Other OB: 22.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,131 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 15.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,131 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 15:50:05,131 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 4.600000000000001 2025-02-16 15:50:05,131 - card_creation - INFO - vL: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,131 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,131 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:05,131 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,131 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.600000000000001 2025-02-16 15:50:05,131 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 15:50:05,131 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 15:50:05,131 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.6 2025-02-16 15:50:05,131 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,131 - card_creation - INFO - vL: All other OB: 22.4 / HBP: 1.0 / BB: 21.4 / Total Chances: 55.9 2025-02-16 15:50:05,131 - card_creation - INFO - vR: All other OB: 15.5 / HBP: 0 / BB: 15.5 / Total Chances: 60.5 2025-02-16 15:50:05,131 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 21.549999999999997 / Current Outs: 50.55 2025-02-16 15:50:05,131 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 13.45 / Current Outs: 42.45 2025-02-16 15:50:05,131 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,131 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,131 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,131 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,131 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,131 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,132 - card_creation - INFO - vL - All Hits: 16.15 / Other OB: 4.5 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,132 - card_creation - INFO - vR - All Hits: 5.95 / Other OB: 9.2 / All Outs: 93.0 / Total: 29.0 2025-02-16 15:50:05,132 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.75 2025-02-16 15:50:05,132 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6999999999999997 2025-02-16 15:50:05,132 - card_creation - INFO - vL: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,132 - card_creation - INFO - vR: All Hits: 5.95 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,132 - card_creation - INFO - hr%: 0.05 / tr%: 0.50 / do%: 0.50 2025-02-16 15:50:05,132 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,132 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.35 2025-02-16 15:50:05,132 - card_creation - INFO - Triple: 1.2 / rem xbh: 1.15 2025-02-16 15:50:05,132 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:05,132 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,132 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,132 - card_creation - INFO - Passing 0.1499999999999999 xbh to triple 2025-02-16 15:50:05,132 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,132 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,132 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 15:50:05,132 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,132 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,132 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,133 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,133 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 49.65 2025-02-16 15:50:05,133 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 4.0 / BB: 5.2 / Total Chances: 44.2 2025-02-16 15:50:05,133 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 37.45 / Current Outs: 66.45 2025-02-16 15:50:05,133 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 45.75 / Current Outs: 74.75 2025-02-16 15:50:05,133 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,133 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,133 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,133 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,133 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,133 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,134 - card_creation - INFO - vL - All Hits: 16.85 / Other OB: 18.65 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:05,134 - card_creation - INFO - vR - All Hits: 33.35 / Other OB: 7.0 / All Outs: 67.5 / Total: 29.0 2025-02-16 15:50:05,134 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.450000000000003 2025-02-16 15:50:05,134 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 16.25 2025-02-16 15:50:05,134 - card_creation - INFO - vL: All Hits: 16.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,134 - card_creation - INFO - vR: All Hits: 33.35 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 0.0 / Single CF: 6.05 2025-02-16 15:50:05,134 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,134 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,134 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.2500000000000027 2025-02-16 15:50:05,134 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 15:50:05,134 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 15:50:05,134 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 15:50:05,134 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,134 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,134 - card_creation - INFO - raw do chances: 9.75 2025-02-16 15:50:05,134 - card_creation - INFO - Double**: 0.0 / Double(cf): 9.75 / rem xbh: 6.5 2025-02-16 15:50:05,135 - card_creation - INFO - Triple: 0 / rem xbh: 6.5 2025-02-16 15:50:05,135 - card_creation - INFO - raw hr chances: 6.5 2025-02-16 15:50:05,135 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.5 2025-02-16 15:50:05,135 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,135 - card_creation - INFO - vL: All other OB: 18.65 / HBP: 1.0 / BB: 17.65 / Total Chances: 64.5 2025-02-16 15:50:05,135 - card_creation - INFO - vR: All other OB: 7.0 / HBP: 0 / BB: 7.0 / Total Chances: 69.35 2025-02-16 15:50:05,135 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 7.300000000000002 / Current Outs: 36.3 2025-02-16 15:50:05,135 - card_creation - INFO - vR: All Outs: 67.5 / Ks: 12.95 / Current Outs: 41.95 2025-02-16 15:50:05,135 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,135 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,135 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,135 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,135 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,135 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,136 - card_creation - INFO - vL - All Hits: 20.05 / Other OB: 12.4 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,136 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 10.5 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,136 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 10.450000000000001 2025-02-16 15:50:05,136 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.1999999999999993 2025-02-16 15:50:05,136 - card_creation - INFO - vL: All Hits: 20.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.2 2025-02-16 15:50:05,136 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,136 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,136 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,136 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.700000000000001 2025-02-16 15:50:05,136 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-16 15:50:05,136 - card_creation - INFO - raw hr chances: 5.7 2025-02-16 15:50:05,136 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.7 2025-02-16 15:50:05,136 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,136 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,136 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,136 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-16 15:50:05,136 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:05,137 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:05,137 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,137 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:05,137 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 15:50:05,137 - card_creation - INFO - vL: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 61.45 2025-02-16 15:50:05,137 - card_creation - INFO - vR: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 55.5 2025-02-16 15:50:05,137 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 25.549999999999997 / Current Outs: 54.55 2025-02-16 15:50:05,137 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 10.45 / Current Outs: 39.45 2025-02-16 15:50:05,137 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,137 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,137 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,137 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,137 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,137 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,137 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 23.3 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,137 - card_creation - INFO - vR - All Hits: 8.2 / Other OB: 9.95 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,138 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.550000000000001 2025-02-16 15:50:05,138 - card_creation - INFO - remaining singles: 0.7999999999999998 / total xbh: 3.1999999999999993 2025-02-16 15:50:05,138 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,138 - card_creation - INFO - vR: All Hits: 8.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,138 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,138 - card_creation - INFO - raw do chances: 3.9 2025-02-16 15:50:05,138 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 1.6500000000000008 2025-02-16 15:50:05,138 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,138 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,138 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,138 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,138 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,138 - card_creation - INFO - raw do chances: 2.55 2025-02-16 15:50:05,138 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-16 15:50:05,138 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,138 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,138 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,138 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,138 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,138 - card_creation - INFO - vL: All other OB: 23.3 / HBP: 0 / BB: 23.3 / Total Chances: 68.65 2025-02-16 15:50:05,138 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 47.15 2025-02-16 15:50:05,138 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 16.649999999999995 / Current Outs: 45.65 2025-02-16 15:50:05,138 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 25.999999999999996 / Current Outs: 55.0 2025-02-16 15:50:05,138 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,138 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,138 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,138 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,138 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,138 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,139 - card_creation - INFO - vL - All Hits: 22.4 / Other OB: 11.05 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,139 - card_creation - INFO - vR - All Hits: 13.05 / Other OB: 11.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,139 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.899999999999997 2025-02-16 15:50:05,139 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 4.200000000000001 2025-02-16 15:50:05,139 - card_creation - INFO - vL: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,139 - card_creation - INFO - vR: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,139 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 15:50:05,139 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,139 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 4.149999999999997 2025-02-16 15:50:05,139 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 15:50:05,139 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:05,139 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.1500000000000004 2025-02-16 15:50:05,139 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,139 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,139 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,139 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-16 15:50:05,139 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:05,139 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:05,139 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-16 15:50:05,139 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,139 - card_creation - INFO - vL: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 62.45 2025-02-16 15:50:05,140 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 53.05 2025-02-16 15:50:05,140 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 25.899999999999995 / Current Outs: 54.9 2025-02-16 15:50:05,140 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 42.95 / Current Outs: 71.95 2025-02-16 15:50:05,140 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,140 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,140 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,140 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,140 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,140 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,140 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 4.2 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,140 - card_creation - INFO - vR - All Hits: 19.85 / Other OB: 9.05 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,141 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 4.399999999999999 2025-02-16 15:50:05,141 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.75 2025-02-16 15:50:05,141 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,141 - card_creation - INFO - vR: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,141 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-16 15:50:05,141 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,141 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 3.0499999999999985 2025-02-16 15:50:05,141 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 15:50:05,141 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 15:50:05,141 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-16 15:50:05,141 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,141 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,141 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,141 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 15:50:05,141 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,141 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,141 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:05,141 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,141 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 53.4 2025-02-16 15:50:05,141 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 2.0 / BB: 7.05 / Total Chances: 57.9 2025-02-16 15:50:05,141 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 34.75 / Current Outs: 63.75 2025-02-16 15:50:05,141 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 13.9 / Current Outs: 42.9 2025-02-16 15:50:05,141 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,141 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,141 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,141 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,141 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,141 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,142 - card_creation - INFO - vL - All Hits: 22.7 / Other OB: 8.5 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,142 - card_creation - INFO - vR - All Hits: 12.55 / Other OB: 8.25 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,142 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.500000000000002 2025-02-16 15:50:05,142 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.65 2025-02-16 15:50:05,142 - card_creation - INFO - vL: All Hits: 22.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,142 - card_creation - INFO - vR: All Hits: 12.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,142 - card_creation - INFO - hr%: 0.20 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,142 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,142 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.7500000000000018 2025-02-16 15:50:05,143 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 15:50:05,143 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 15:50:05,143 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-16 15:50:05,143 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,143 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 15:50:05,143 - card_creation - INFO - raw do chances: 2.8 2025-02-16 15:50:05,143 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.8500000000000005 2025-02-16 15:50:05,143 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-16 15:50:05,143 - card_creation - INFO - raw hr chances: 2.85 2025-02-16 15:50:05,143 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-16 15:50:05,143 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,143 - card_creation - INFO - vL: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 60.2 2025-02-16 15:50:05,143 - card_creation - INFO - vR: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 49.8 2025-02-16 15:50:05,143 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:05,143 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 29.7 / Current Outs: 58.7 2025-02-16 15:50:05,143 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,143 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,143 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,143 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,143 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,143 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,144 - card_creation - INFO - vL - All Hits: 16.35 / Other OB: 11.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,144 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 12.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,144 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 8.800000000000002 2025-02-16 15:50:05,144 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 2.1000000000000005 2025-02-16 15:50:05,144 - card_creation - INFO - vL: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,144 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,144 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,144 - card_creation - INFO - raw do chances: 8.35 2025-02-16 15:50:05,144 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 0.45000000000000284 2025-02-16 15:50:05,144 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,144 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,144 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,144 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,144 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,144 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,144 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,144 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.20000000000000062 2025-02-16 15:50:05,144 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 15:50:05,144 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 15:50:05,144 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,144 - card_creation - INFO - excess xbh: 0.2 2025-02-16 15:50:05,144 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 15:50:05,144 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 2.0 / BB: 9.7 / Total Chances: 57.05 2025-02-16 15:50:05,145 - card_creation - INFO - vR: All other OB: 12.5 / HBP: 0 / BB: 12.5 / Total Chances: 55.0 2025-02-16 15:50:05,145 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-16 15:50:05,145 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 14.449999999999998 / Current Outs: 43.45 2025-02-16 15:50:05,145 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,145 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,145 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,145 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,145 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,145 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,145 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 11.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,145 - card_creation - INFO - vR - All Hits: 6.35 / Other OB: 7.2 / All Outs: 94.5 / Total: 29.0 2025-02-16 15:50:05,146 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 6.899999999999999 2025-02-16 15:50:05,146 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.05000000000000071 2025-02-16 15:50:05,146 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,146 - card_creation - INFO - vR: All Hits: 6.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,146 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 15:50:05,146 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,146 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3999999999999986 2025-02-16 15:50:05,146 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 15:50:05,146 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 15:50:05,146 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,146 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:05,146 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 15:50:05,146 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 56.9 2025-02-16 15:50:05,146 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 42.6 2025-02-16 15:50:05,146 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 22.25 / Current Outs: 51.25 2025-02-16 15:50:05,146 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 15:50:05,146 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,146 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,146 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,146 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,146 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,146 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,147 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 16.6 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,147 - card_creation - INFO - vR - All Hits: 8.4 / Other OB: 14.05 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,147 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8000000000000007 2025-02-16 15:50:05,147 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.0500000000000007 2025-02-16 15:50:05,147 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 5.85 / Single 1: 5.85 / Single CF: 0 2025-02-16 15:50:05,147 - card_creation - INFO - vR: All Hits: 8.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.35 / Single CF: 0 2025-02-16 15:50:05,147 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,147 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,147 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.9000000000000008 2025-02-16 15:50:05,147 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,147 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,147 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,147 - card_creation - INFO - excess xbh: 0.9 2025-02-16 15:50:05,147 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 15:50:05,147 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,147 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,147 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 15:50:05,147 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 15:50:05,147 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 15:50:05,147 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 15:50:05,147 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,147 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 65.1 2025-02-16 15:50:05,147 - card_creation - INFO - vR: All other OB: 14.05 / HBP: 0 / BB: 14.05 / Total Chances: 51.45 2025-02-16 15:50:05,147 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 15:50:05,147 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 39.900000000000006 / Current Outs: 68.9 2025-02-16 15:50:05,148 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,148 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,148 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,148 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,148 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,148 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,148 - card_creation - INFO - vL - All Hits: 26.25 / Other OB: 12.05 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:05,148 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 5.1 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,148 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 9.850000000000001 2025-02-16 15:50:05,148 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.300000000000001 2025-02-16 15:50:05,149 - card_creation - INFO - vL: All Hits: 26.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,149 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,149 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.70 2025-02-16 15:50:05,149 - card_creation - INFO - raw do chances: 6.9 2025-02-16 15:50:05,149 - card_creation - INFO - Double**: 6.9 / Double(cf): 0.0 / rem xbh: 2.950000000000001 2025-02-16 15:50:05,149 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-16 15:50:05,149 - card_creation - INFO - raw hr chances: 2.95 2025-02-16 15:50:05,149 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-16 15:50:05,149 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,149 - card_creation - INFO - hr%: 0.40 / tr%: 0.30 / do%: 0.30 2025-02-16 15:50:05,149 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,149 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 5.050000000000001 2025-02-16 15:50:05,149 - card_creation - INFO - Triple: 1.5 / rem xbh: 3.55 2025-02-16 15:50:05,149 - card_creation - INFO - raw hr chances: 3.55 2025-02-16 15:50:05,149 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.55 2025-02-16 15:50:05,149 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,149 - card_creation - INFO - vL: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 67.3 2025-02-16 15:50:05,149 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 54.1 2025-02-16 15:50:05,149 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 5.899999999999998 / Current Outs: 34.9 2025-02-16 15:50:05,149 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 19.849999999999998 / Current Outs: 48.85 2025-02-16 15:50:05,149 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,149 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,149 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,149 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,149 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,149 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,150 - card_creation - INFO - vL - All Hits: 15.45 / Other OB: 9.6 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,150 - card_creation - INFO - vR - All Hits: 15.75 / Other OB: 10.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,150 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.499999999999999 2025-02-16 15:50:05,150 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.350000000000001 2025-02-16 15:50:05,150 - card_creation - INFO - vL: All Hits: 15.45 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,150 - card_creation - INFO - vR: All Hits: 15.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,150 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.45 2025-02-16 15:50:05,150 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,150 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.2999999999999992 2025-02-16 15:50:05,150 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,150 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,150 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,150 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-16 15:50:05,150 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-16 15:50:05,151 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:05,151 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,151 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 15:50:05,151 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,151 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,151 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 15:50:05,151 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,151 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 54.05 2025-02-16 15:50:05,151 - card_creation - INFO - vR: All other OB: 10.2 / HBP: 0 / BB: 10.2 / Total Chances: 54.95 2025-02-16 15:50:05,151 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 14.349999999999998 / Current Outs: 43.35 2025-02-16 15:50:05,151 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 28.75 / Current Outs: 57.75 2025-02-16 15:50:05,151 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,151 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,151 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,151 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,151 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,151 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,152 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 6.5 / All Outs: 89.0 / Total: 29.0 2025-02-16 15:50:05,152 - card_creation - INFO - vR - All Hits: 17.25 / Other OB: 5.4 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,152 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.6999999999999984 2025-02-16 15:50:05,152 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.25 2025-02-16 15:50:05,152 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,152 - card_creation - INFO - vR: All Hits: 17.25 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,152 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,152 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:05,152 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: -1.5543122344752192e-15 2025-02-16 15:50:05,152 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,152 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,152 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,152 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,152 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 15:50:05,152 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,152 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-16 15:50:05,152 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 15:50:05,152 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 15:50:05,152 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 15:50:05,152 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,152 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 48.1 2025-02-16 15:50:05,153 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 51.65 2025-02-16 15:50:05,153 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 32.45 / Current Outs: 61.45 2025-02-16 15:50:05,153 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 31.549999999999997 / Current Outs: 60.55 2025-02-16 15:50:05,153 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,153 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,153 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,153 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,153 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,153 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,154 - card_creation - INFO - vL - All Hits: 9.6 / Other OB: 16.65 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,154 - card_creation - INFO - vR - All Hits: 15.55 / Other OB: 5.85 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,154 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 2.2 2025-02-16 15:50:05,154 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.55 2025-02-16 15:50:05,154 - card_creation - INFO - vL: All Hits: 9.6 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,154 - card_creation - INFO - vR: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,154 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,154 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,154 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-16 15:50:05,154 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,154 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,154 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,154 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,154 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,154 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,154 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:05,154 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 0.8999999999999999 2025-02-16 15:50:05,154 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,154 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,154 - card_creation - INFO - BP HR: 0 / ND HR: 0.9 2025-02-16 15:50:05,154 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,155 - card_creation - INFO - vL: All other OB: 16.65 / HBP: 0 / BB: 16.65 / Total Chances: 55.25 2025-02-16 15:50:05,155 - card_creation - INFO - vR: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 50.4 2025-02-16 15:50:05,155 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 32.300000000000004 / Current Outs: 61.3 2025-02-16 15:50:05,155 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 35.1 / Current Outs: 64.1 2025-02-16 15:50:05,155 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,155 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,155 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,155 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,155 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,155 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,156 - card_creation - INFO - vL - All Hits: 13.9 / Other OB: 1.4 / All Outs: 92.5 / Total: 29.0 2025-02-16 15:50:05,156 - card_creation - INFO - vR - All Hits: 29.05 / Other OB: 3.25 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,156 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.600000000000001 2025-02-16 15:50:05,156 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 10.7 2025-02-16 15:50:05,156 - card_creation - INFO - vL: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,156 - card_creation - INFO - vR: All Hits: 29.05 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 0.0 / Single CF: 6.65 2025-02-16 15:50:05,156 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,156 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,156 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.3500000000000014 2025-02-16 15:50:05,156 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,156 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,156 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-16 15:50:05,156 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,156 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 15:50:05,156 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,156 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.5 / rem xbh: 6.199999999999999 2025-02-16 15:50:05,156 - card_creation - INFO - Triple: 0 / rem xbh: 6.2 2025-02-16 15:50:05,156 - card_creation - INFO - raw hr chances: 6.2 2025-02-16 15:50:05,156 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.2 2025-02-16 15:50:05,156 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,156 - card_creation - INFO - vL: All other OB: 1.4 / HBP: 0 / BB: 1.4 / Total Chances: 44.3 2025-02-16 15:50:05,156 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 61.3 2025-02-16 15:50:05,156 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 14.55 / Current Outs: 43.55 2025-02-16 15:50:05,156 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 15:50:05,156 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,156 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,156 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,156 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,156 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,156 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,157 - card_creation - INFO - vL - All Hits: 17.2 / Other OB: 16.1 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,157 - card_creation - INFO - vR - All Hits: 24.95 / Other OB: 6.7 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,157 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.3 2025-02-16 15:50:05,157 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 9.450000000000001 2025-02-16 15:50:05,157 - card_creation - INFO - vL: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,157 - card_creation - INFO - vR: All Hits: 24.95 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,157 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,157 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,157 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.6000000000000005 2025-02-16 15:50:05,157 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:05,157 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:05,157 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 15:50:05,157 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,157 - card_creation - INFO - hr%: 0.35 / tr%: 0.25 / do%: 0.45 2025-02-16 15:50:05,157 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,157 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.200000000000001 2025-02-16 15:50:05,157 - card_creation - INFO - Triple: 1.35 / rem xbh: 3.85 2025-02-16 15:50:05,157 - card_creation - INFO - raw hr chances: 3.85 2025-02-16 15:50:05,157 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.85 2025-02-16 15:50:05,157 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,158 - card_creation - INFO - vL: All other OB: 16.1 / HBP: 0 / BB: 16.1 / Total Chances: 62.3 2025-02-16 15:50:05,158 - card_creation - INFO - vR: All other OB: 6.7 / HBP: 2.0 / BB: 4.7 / Total Chances: 60.65 2025-02-16 15:50:05,158 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 19.85 / Current Outs: 48.85 2025-02-16 15:50:05,158 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 31.249999999999996 / Current Outs: 60.25 2025-02-16 15:50:05,158 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,158 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,158 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,158 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,158 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,158 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,159 - card_creation - INFO - vL - All Hits: 13.9 / Other OB: 8.35 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,159 - card_creation - INFO - vR - All Hits: 24.2 / Other OB: 5.1 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,159 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 2.499999999999999 2025-02-16 15:50:05,159 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.25 2025-02-16 15:50:05,159 - card_creation - INFO - vL: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,159 - card_creation - INFO - vR: All Hits: 24.2 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 6.95 / Single CF: 0 2025-02-16 15:50:05,159 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,159 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,159 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 0.9999999999999991 2025-02-16 15:50:05,159 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,159 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,159 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,159 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,159 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,159 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,159 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 0.5 2025-02-16 15:50:05,159 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 15:50:05,159 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 15:50:05,159 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,159 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,159 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 15:50:05,159 - card_creation - INFO - vL: All other OB: 8.35 / HBP: 0 / BB: 8.35 / Total Chances: 51.25 2025-02-16 15:50:05,159 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 58.3 2025-02-16 15:50:05,159 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 24.599999999999998 / Current Outs: 53.6 2025-02-16 15:50:05,159 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 33.85 / Current Outs: 62.85 2025-02-16 15:50:05,159 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,159 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,160 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,160 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,160 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,160 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,160 - card_creation - INFO - vL - All Hits: 10.8 / Other OB: 12.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,160 - card_creation - INFO - vR - All Hits: 2.25 / Other OB: 15.6 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,160 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.0 2025-02-16 15:50:05,160 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.25 2025-02-16 15:50:05,160 - card_creation - INFO - vL: All Hits: 10.8 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 15:50:05,160 - card_creation - INFO - vR: All Hits: 2.25 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,160 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,161 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,161 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.75 / rem xbh: 5.25 2025-02-16 15:50:05,161 - card_creation - INFO - Triple: 0 / rem xbh: 5.25 2025-02-16 15:50:05,161 - card_creation - INFO - raw hr chances: 5.25 2025-02-16 15:50:05,161 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.25 2025-02-16 15:50:05,161 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,161 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,161 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,161 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.05 2025-02-16 15:50:05,161 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,161 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,161 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 15:50:05,161 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,161 - card_creation - INFO - vL: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 52.5 2025-02-16 15:50:05,161 - card_creation - INFO - vR: All other OB: 15.6 / HBP: 0 / BB: 15.6 / Total Chances: 46.85 2025-02-16 15:50:05,161 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 13.250000000000002 / Current Outs: 42.25 2025-02-16 15:50:05,161 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 25.349999999999998 / Current Outs: 54.35 2025-02-16 15:50:05,161 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,161 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,161 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,161 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,161 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,161 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,162 - card_creation - INFO - vL - All Hits: 10.25 / Other OB: 23.6 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,162 - card_creation - INFO - vR - All Hits: 33.05 / Other OB: 13.6 / All Outs: 61.5 / Total: 29.0 2025-02-16 15:50:05,162 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.75 2025-02-16 15:50:05,162 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.649999999999999 2025-02-16 15:50:05,162 - card_creation - INFO - vL: All Hits: 10.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,162 - card_creation - INFO - vR: All Hits: 33.05 / BP Singles: 5.0 / Single 2: 9.7 / Single 1: 0.0 / Single CF: 9.7 2025-02-16 15:50:05,162 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-16 15:50:05,162 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,162 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.75 2025-02-16 15:50:05,162 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 15:50:05,162 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 15:50:05,162 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-16 15:50:05,162 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,162 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 15:50:05,162 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,162 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.649999999999999 2025-02-16 15:50:05,162 - card_creation - INFO - Triple: 0 / rem xbh: 8.65 2025-02-16 15:50:05,162 - card_creation - INFO - raw hr chances: 8.65 2025-02-16 15:50:05,162 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.65 2025-02-16 15:50:05,162 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,162 - card_creation - INFO - vL: All other OB: 23.6 / HBP: 0 / BB: 23.6 / Total Chances: 62.85 2025-02-16 15:50:05,162 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 75.65 2025-02-16 15:50:05,162 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 30.349999999999998 / Current Outs: 59.35 2025-02-16 15:50:05,162 - card_creation - INFO - vR: All Outs: 61.5 / Ks: 11.35 / Current Outs: 40.35 2025-02-16 15:50:05,162 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,162 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,162 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,163 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,163 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,163 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,163 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 8.65 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,163 - card_creation - INFO - vR - All Hits: 24.55 / Other OB: 7.05 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,163 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.300000000000001 2025-02-16 15:50:05,163 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 8.150000000000002 2025-02-16 15:50:05,163 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,163 - card_creation - INFO - vR: All Hits: 24.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,163 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.55 2025-02-16 15:50:05,163 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,163 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 15:50:05,163 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,163 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,163 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 15:50:05,163 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,164 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,164 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,164 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 4.400000000000002 2025-02-16 15:50:05,164 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-16 15:50:05,164 - card_creation - INFO - raw hr chances: 4.4 2025-02-16 15:50:05,164 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.4 2025-02-16 15:50:05,164 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,164 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 53.55 2025-02-16 15:50:05,164 - card_creation - INFO - vR: All other OB: 7.05 / HBP: 0 / BB: 7.05 / Total Chances: 60.6 2025-02-16 15:50:05,164 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 18.3 / Current Outs: 47.3 2025-02-16 15:50:05,164 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-16 15:50:05,164 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,164 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,164 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,164 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,164 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,164 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,164 - card_creation - INFO - vL - All Hits: 20.85 / Other OB: 8.75 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,165 - card_creation - INFO - vR - All Hits: 16.2 / Other OB: 11.25 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,165 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.350000000000001 2025-02-16 15:50:05,165 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 7.75 2025-02-16 15:50:05,165 - card_creation - INFO - vL: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,165 - card_creation - INFO - vR: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,165 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.90 2025-02-16 15:50:05,165 - card_creation - INFO - raw do chances: 4.8 2025-02-16 15:50:05,165 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 0.5500000000000016 2025-02-16 15:50:05,165 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:05,165 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:05,165 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,165 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:05,165 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:05,165 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:05,165 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,165 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 4.25 2025-02-16 15:50:05,165 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-16 15:50:05,165 - card_creation - INFO - raw hr chances: 4.25 2025-02-16 15:50:05,165 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.25 2025-02-16 15:50:05,165 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,165 - card_creation - INFO - vL: All other OB: 8.75 / HBP: 3.0 / BB: 5.75 / Total Chances: 58.6 2025-02-16 15:50:05,165 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 56.45 2025-02-16 15:50:05,165 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 29.2 / Current Outs: 58.2 2025-02-16 15:50:05,165 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 21.699999999999996 / Current Outs: 50.7 2025-02-16 15:50:05,165 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,165 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,165 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,165 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,165 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,165 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,166 - card_creation - INFO - vL - All Hits: 26.35 / Other OB: 16.2 / All Outs: 65.5 / Total: 29.0 2025-02-16 15:50:05,166 - card_creation - INFO - vR - All Hits: 18.1 / Other OB: 15.25 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,166 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 1.7763568394002505e-15 2025-02-16 15:50:05,166 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.200000000000003 2025-02-16 15:50:05,166 - card_creation - INFO - vL: All Hits: 26.35 / BP Singles: 5.0 / Single 2: 10.7 / Single 1: 10.65 / Single CF: 0 2025-02-16 15:50:05,166 - card_creation - INFO - vR: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,166 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,166 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,166 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 4.700000000000003 2025-02-16 15:50:05,166 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 15:50:05,166 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 15:50:05,166 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-16 15:50:05,166 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,166 - card_creation - INFO - vL: All other OB: 16.2 / HBP: 5.0 / BB: 11.2 / Total Chances: 71.55 2025-02-16 15:50:05,166 - card_creation - INFO - vR: All other OB: 15.25 / HBP: 3.0 / BB: 12.25 / Total Chances: 62.35 2025-02-16 15:50:05,166 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 5.75 / Current Outs: 34.75 2025-02-16 15:50:05,166 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-16 15:50:05,167 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,167 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,167 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,167 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,167 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,167 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,167 - card_creation - INFO - vL - All Hits: 27.6 / Other OB: 19.4 / All Outs: 61.0 / Total: 29.0 2025-02-16 15:50:05,167 - card_creation - INFO - vR - All Hits: 26.1 / Other OB: 8.15 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,167 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 10.05 2025-02-16 15:50:05,167 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.300000000000002 2025-02-16 15:50:05,168 - card_creation - INFO - vL: All Hits: 27.6 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-16 15:50:05,168 - card_creation - INFO - vR: All Hits: 26.1 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-16 15:50:05,168 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-16 15:50:05,168 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,168 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 4.950000000000001 2025-02-16 15:50:05,168 - card_creation - INFO - Triple: 2.5 / rem xbh: 2.45 2025-02-16 15:50:05,168 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,168 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,168 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-16 15:50:05,168 - card_creation - INFO - Passing 0.4500000000000002 xbh to triple 2025-02-16 15:50:05,168 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,168 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,168 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.6000000000000023 2025-02-16 15:50:05,168 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 15:50:05,168 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 15:50:05,168 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-16 15:50:05,168 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,168 - card_creation - INFO - vL: All other OB: 19.4 / HBP: 0 / BB: 19.4 / Total Chances: 76.0 2025-02-16 15:50:05,168 - card_creation - INFO - vR: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 63.65 2025-02-16 15:50:05,168 - card_creation - INFO - vL: All Outs: 61.0 / Ks: 13.550000000000004 / Current Outs: 42.55 2025-02-16 15:50:05,168 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 18.8 / Current Outs: 47.8 2025-02-16 15:50:05,168 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,168 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,168 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,168 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,168 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,168 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,169 - card_creation - INFO - vL - All Hits: 11.7 / Other OB: 14.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,169 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 11.05 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,169 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 0.7999999999999998 2025-02-16 15:50:05,169 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.1499999999999986 2025-02-16 15:50:05,169 - card_creation - INFO - vL: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,169 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,169 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,169 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,169 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-16 15:50:05,169 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,169 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,169 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,169 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,169 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-16 15:50:05,169 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 15:50:05,169 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,169 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.9499999999999986 2025-02-16 15:50:05,169 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,169 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,170 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-16 15:50:05,170 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,170 - card_creation - INFO - vL: All other OB: 14.25 / HBP: 0 / BB: 14.25 / Total Chances: 54.95 2025-02-16 15:50:05,170 - card_creation - INFO - vR: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 58.7 2025-02-16 15:50:05,170 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 15:50:05,170 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 23.9 / Current Outs: 52.9 2025-02-16 15:50:05,170 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,170 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,170 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,170 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,170 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,170 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,170 - card_creation - INFO - vL - All Hits: 34.25 / Other OB: 8.55 / All Outs: 65.0 / Total: 29.0 2025-02-16 15:50:05,170 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 9.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,171 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.300000000000001 2025-02-16 15:50:05,171 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.049999999999999 2025-02-16 15:50:05,171 - card_creation - INFO - vL: All Hits: 34.25 / BP Singles: 5.0 / Single 2: 12.5 / Single 1: 12.45 / Single CF: 0 2025-02-16 15:50:05,171 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,171 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,171 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,171 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,171 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,171 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,171 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 15:50:05,171 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,171 - card_creation - INFO - hr%: 0.30 / tr%: 0.30 / do%: 0.35 2025-02-16 15:50:05,171 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,171 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 3.299999999999999 2025-02-16 15:50:05,171 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 15:50:05,171 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 15:50:05,171 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,171 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 15:50:05,171 - card_creation - INFO - Passing 0.2999999999999998 xbh to double** 2025-02-16 15:50:05,171 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 71.8 2025-02-16 15:50:05,171 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 3.0 / BB: 6.25 / Total Chances: 55.2 2025-02-16 15:50:05,171 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 29.400000000000002 / Current Outs: 58.4 2025-02-16 15:50:05,171 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 20.7 / Current Outs: 49.7 2025-02-16 15:50:05,171 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,171 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,171 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,171 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,171 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,171 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,172 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 17.2 / All Outs: 70.5 / Total: 29.0 2025-02-16 15:50:05,172 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 11.25 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,172 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 8.8 2025-02-16 15:50:05,172 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.0 2025-02-16 15:50:05,172 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,172 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,172 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,172 - card_creation - INFO - raw do chances: 8.8 2025-02-16 15:50:05,172 - card_creation - INFO - Double**: 8.8 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,172 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,172 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,172 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,172 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,172 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-16 15:50:05,172 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,172 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 5.25 2025-02-16 15:50:05,172 - card_creation - INFO - Triple: 1.1 / rem xbh: 4.15 2025-02-16 15:50:05,172 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:05,172 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 15:50:05,172 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,172 - card_creation - INFO - vL: All other OB: 17.2 / HBP: 2.0 / BB: 15.2 / Total Chances: 66.4 2025-02-16 15:50:05,172 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 60.15 2025-02-16 15:50:05,173 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 38.75 / Current Outs: 67.75 2025-02-16 15:50:05,173 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 16.7 / Current Outs: 45.7 2025-02-16 15:50:05,173 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,173 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,173 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,173 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,173 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,173 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,173 - card_creation - INFO - vL - All Hits: 9.3 / Other OB: 7.15 / All Outs: 91.5 / Total: 29.0 2025-02-16 15:50:05,173 - card_creation - INFO - vR - All Hits: 20.4 / Other OB: 11.3 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,173 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 1.9000000000000012 2025-02-16 15:50:05,173 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 5.5 2025-02-16 15:50:05,173 - card_creation - INFO - vL: All Hits: 9.3 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,173 - card_creation - INFO - vR: All Hits: 20.4 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,174 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 15:50:05,174 - card_creation - INFO - raw do chances: 1.25 2025-02-16 15:50:05,174 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.6500000000000012 2025-02-16 15:50:05,174 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,174 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,174 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,174 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,174 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,174 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,174 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,174 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-16 15:50:05,174 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 15:50:05,174 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 15:50:05,174 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 15:50:05,174 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,174 - card_creation - INFO - vL: All other OB: 7.15 / HBP: 0 / BB: 7.15 / Total Chances: 45.45 2025-02-16 15:50:05,174 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 60.7 2025-02-16 15:50:05,174 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 46.800000000000004 / Current Outs: 75.8 2025-02-16 15:50:05,174 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 21.65 / Current Outs: 50.65 2025-02-16 15:50:05,174 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,174 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,174 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,174 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,174 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,174 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,175 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 9.75 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,175 - card_creation - INFO - vR - All Hits: 14.95 / Other OB: 10.85 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,175 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 7.9 2025-02-16 15:50:05,175 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.299999999999999 2025-02-16 15:50:05,175 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 0.0 / Single CF: 3.5 2025-02-16 15:50:05,175 - card_creation - INFO - vR: All Hits: 14.95 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,175 - card_creation - INFO - hr%: 0.75 / tr%: 0.10 / do%: 0.10 2025-02-16 15:50:05,175 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,175 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.9 2025-02-16 15:50:05,175 - card_creation - INFO - Triple: 0 / rem xbh: 7.9 2025-02-16 15:50:05,175 - card_creation - INFO - raw hr chances: 7.9 2025-02-16 15:50:05,175 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.9 2025-02-16 15:50:05,175 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,175 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 15:50:05,175 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,175 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.0999999999999988 2025-02-16 15:50:05,175 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-16 15:50:05,175 - card_creation - INFO - raw hr chances: 3.1 2025-02-16 15:50:05,175 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.1 2025-02-16 15:50:05,175 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,176 - card_creation - INFO - vL: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 58.75 2025-02-16 15:50:05,176 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 0 / BB: 10.85 / Total Chances: 54.8 2025-02-16 15:50:05,176 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 10.2 / Current Outs: 39.2 2025-02-16 15:50:05,176 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 30.1 / Current Outs: 59.1 2025-02-16 15:50:05,176 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,176 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,176 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,176 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,176 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,176 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,177 - card_creation - INFO - vL - All Hits: 16.55 / Other OB: 12.45 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,177 - card_creation - INFO - vR - All Hits: 10.35 / Other OB: 5.4 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:05,177 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 2.3000000000000007 2025-02-16 15:50:05,177 - card_creation - INFO - remaining singles: 0.9000000000000004 / total xbh: 5.35 2025-02-16 15:50:05,177 - card_creation - INFO - vL: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,177 - card_creation - INFO - vR: All Hits: 10.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,177 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,177 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,177 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000008 2025-02-16 15:50:05,177 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,177 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,177 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 15:50:05,177 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,177 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,177 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,177 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 15:50:05,177 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,177 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,177 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,177 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,177 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,177 - card_creation - INFO - vL: All other OB: 12.45 / HBP: 0 / BB: 12.45 / Total Chances: 58.0 2025-02-16 15:50:05,177 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 44.75 2025-02-16 15:50:05,178 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 9.500000000000002 / Current Outs: 38.5 2025-02-16 15:50:05,178 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 25.55 / Current Outs: 54.55 2025-02-16 15:50:05,178 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,178 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,178 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,178 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,178 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,178 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,178 - card_creation - INFO - vL - All Hits: 4.8 / Other OB: 4.2 / All Outs: 99.0 / Total: 29.0 2025-02-16 15:50:05,178 - card_creation - INFO - vR - All Hits: 23.65 / Other OB: 21.6 / All Outs: 62.5 / Total: 29.0 2025-02-16 15:50:05,179 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.5499999999999998 2025-02-16 15:50:05,179 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.6499999999999986 2025-02-16 15:50:05,179 - card_creation - INFO - vL: All Hits: 4.8 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,179 - card_creation - INFO - vR: All Hits: 23.65 / BP Singles: 5.0 / Single 2: 7.5 / Single 1: 7.5 / Single CF: 0 2025-02-16 15:50:05,179 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 15:50:05,179 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,179 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.34999999999999987 2025-02-16 15:50:05,179 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,179 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,179 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,179 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,179 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,179 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 15:50:05,179 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,179 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.2499999999999987 2025-02-16 15:50:05,179 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,179 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,179 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,179 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,179 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,179 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 38.0 2025-02-16 15:50:05,179 - card_creation - INFO - vR: All other OB: 21.6 / HBP: 0 / BB: 21.6 / Total Chances: 74.25 2025-02-16 15:50:05,179 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 53.75 / Current Outs: 82.75 2025-02-16 15:50:05,179 - card_creation - INFO - vR: All Outs: 62.5 / Ks: 16.349999999999994 / Current Outs: 45.35 2025-02-16 15:50:05,179 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,179 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,179 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,179 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,179 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,179 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,180 - card_creation - INFO - vL - All Hits: 24.75 / Other OB: 6.5 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,180 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 5.9 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,180 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 8.350000000000001 2025-02-16 15:50:05,180 - card_creation - INFO - remaining singles: -0.25 / total xbh: 2.6499999999999986 2025-02-16 15:50:05,180 - card_creation - INFO - vL: All Hits: 24.75 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,180 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,180 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,180 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,180 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.6500000000000012 2025-02-16 15:50:05,180 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 15:50:05,180 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 15:50:05,180 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 15:50:05,180 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,180 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.45 2025-02-16 15:50:05,180 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,180 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.4499999999999986 2025-02-16 15:50:05,180 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:05,180 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:05,180 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,181 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:05,181 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 15:50:05,181 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 60.25 2025-02-16 15:50:05,181 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 53.05 2025-02-16 15:50:05,181 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 15:50:05,181 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 16.049999999999997 / Current Outs: 45.05 2025-02-16 15:50:05,181 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,181 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,181 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,181 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,181 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,181 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,181 - card_creation - INFO - vL - All Hits: 3.3 / Other OB: 6.25 / All Outs: 98.5 / Total: 29.0 2025-02-16 15:50:05,181 - card_creation - INFO - vR - All Hits: 23.0 / Other OB: 13.95 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,182 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.4 2025-02-16 15:50:05,182 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.5 2025-02-16 15:50:05,182 - card_creation - INFO - vL: All Hits: 3.3 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,182 - card_creation - INFO - vR: All Hits: 23.0 / BP Singles: 5.0 / Single 2: 7.75 / Single 1: 7.75 / Single CF: 0 2025-02-16 15:50:05,182 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-16 15:50:05,182 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,182 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4 2025-02-16 15:50:05,182 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,182 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,182 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,182 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:05,182 - card_creation - INFO - Passing 0.3999999999999999 xbh to single* 2025-02-16 15:50:05,182 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-16 15:50:05,182 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,182 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.5 2025-02-16 15:50:05,182 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,182 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,182 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,182 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,182 - card_creation - INFO - Passing 0.5 xbh to single** 2025-02-16 15:50:05,182 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 3.0 / BB: 3.25 / Total Chances: 38.55 2025-02-16 15:50:05,182 - card_creation - INFO - vR: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 65.95 2025-02-16 15:50:05,182 - card_creation - INFO - vL: All Outs: 98.5 / Ks: 61.7 / Current Outs: 90.7 2025-02-16 15:50:05,182 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 10.000000000000002 / Current Outs: 39.0 2025-02-16 15:50:05,182 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,182 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,182 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,182 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,182 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,182 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,183 - card_creation - INFO - vL - All Hits: 11.8 / Other OB: 9.8 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,183 - card_creation - INFO - vR - All Hits: 19.7 / Other OB: 6.15 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,183 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 3.3500000000000014 2025-02-16 15:50:05,183 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 3.3000000000000007 2025-02-16 15:50:05,183 - card_creation - INFO - vL: All Hits: 11.8 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,183 - card_creation - INFO - vR: All Hits: 19.7 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,183 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,183 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:05,183 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000015 2025-02-16 15:50:05,183 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,183 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,183 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 15:50:05,183 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,183 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,183 - card_creation - INFO - raw do chances: 2.8 2025-02-16 15:50:05,183 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 0.5000000000000009 2025-02-16 15:50:05,183 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 15:50:05,183 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 15:50:05,183 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,183 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,183 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 15:50:05,184 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 50.6 2025-02-16 15:50:05,184 - card_creation - INFO - vR: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 54.85 2025-02-16 15:50:05,184 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 47.150000000000006 / Current Outs: 76.15 2025-02-16 15:50:05,184 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.799999999999997 / Current Outs: 46.8 2025-02-16 15:50:05,184 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,184 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,184 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,184 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,184 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,184 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,184 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 14.3 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,185 - card_creation - INFO - vR - All Hits: 17.5 / Other OB: 9.25 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,185 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 9.15 2025-02-16 15:50:05,185 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-16 15:50:05,185 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,185 - card_creation - INFO - vR: All Hits: 17.5 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,185 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:05,185 - card_creation - INFO - raw do chances: 6.4 2025-02-16 15:50:05,185 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 15:50:05,185 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:05,185 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:05,185 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 15:50:05,185 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,185 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 15:50:05,185 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,185 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.9 2025-02-16 15:50:05,185 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 15:50:05,185 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:05,185 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 15:50:05,185 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,185 - card_creation - INFO - vL: All other OB: 14.3 / HBP: 0 / BB: 14.3 / Total Chances: 62.25 2025-02-16 15:50:05,185 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 0 / BB: 9.25 / Total Chances: 55.75 2025-02-16 15:50:05,185 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 20.649999999999995 / Current Outs: 49.65 2025-02-16 15:50:05,185 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 24.699999999999996 / Current Outs: 53.7 2025-02-16 15:50:05,185 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,185 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,185 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,185 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,185 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,185 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,186 - card_creation - INFO - vL - All Hits: 21.85 / Other OB: 8.8 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,186 - card_creation - INFO - vR - All Hits: 16.05 / Other OB: 6.95 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,186 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.450000000000003 2025-02-16 15:50:05,186 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6000000000000014 2025-02-16 15:50:05,186 - card_creation - INFO - vL: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.2 / Single CF: 0 2025-02-16 15:50:05,186 - card_creation - INFO - vR: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,186 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:05,186 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,186 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.9500000000000028 2025-02-16 15:50:05,186 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,186 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,187 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,187 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 15:50:05,187 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,187 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,187 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.0000000000000013 2025-02-16 15:50:05,187 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,187 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,187 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,187 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,187 - card_creation - INFO - vL: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 59.7 2025-02-16 15:50:05,187 - card_creation - INFO - vR: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 52.0 2025-02-16 15:50:05,187 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 20.15 / Current Outs: 49.15 2025-02-16 15:50:05,187 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 37.0 / Current Outs: 66.0 2025-02-16 15:50:05,187 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,187 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,187 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,187 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,187 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,187 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,188 - card_creation - INFO - vL - All Hits: 8.0 / Other OB: 5.1 / All Outs: 95.0 / Total: 29.0 2025-02-16 15:50:05,188 - card_creation - INFO - vR - All Hits: 13.3 / Other OB: 6.1 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,188 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 3.0 2025-02-16 15:50:05,188 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.4000000000000012 2025-02-16 15:50:05,188 - card_creation - INFO - vL: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,188 - card_creation - INFO - vR: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,188 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,188 - card_creation - INFO - raw do chances: 2.55 2025-02-16 15:50:05,188 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 0.4500000000000002 2025-02-16 15:50:05,188 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,188 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,188 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,188 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,188 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,188 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,188 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,188 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.4000000000000012 2025-02-16 15:50:05,188 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 15:50:05,188 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 15:50:05,188 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 15:50:05,188 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,188 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 42.1 2025-02-16 15:50:05,188 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 48.4 2025-02-16 15:50:05,188 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 38.85 / Current Outs: 67.85 2025-02-16 15:50:05,188 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 41.85 / Current Outs: 70.85 2025-02-16 15:50:05,188 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,188 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,188 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,188 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,188 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,188 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,189 - card_creation - INFO - vL - All Hits: 19.15 / Other OB: 24.0 / All Outs: 65.0 / Total: 29.0 2025-02-16 15:50:05,189 - card_creation - INFO - vR - All Hits: 29.85 / Other OB: 20.65 / All Outs: 57.5 / Total: 29.0 2025-02-16 15:50:05,189 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.749999999999999 2025-02-16 15:50:05,189 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.600000000000003 2025-02-16 15:50:05,189 - card_creation - INFO - vL: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,189 - card_creation - INFO - vR: All Hits: 29.85 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.65 / Single CF: 0 2025-02-16 15:50:05,189 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,189 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,189 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.8499999999999992 2025-02-16 15:50:05,189 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,189 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,189 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 15:50:05,189 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,189 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,189 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,189 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.8500000000000032 2025-02-16 15:50:05,189 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,190 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,190 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,190 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,190 - card_creation - INFO - vL: All other OB: 24.0 / HBP: 0 / BB: 24.0 / Total Chances: 72.15 2025-02-16 15:50:05,190 - card_creation - INFO - vR: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 79.5 2025-02-16 15:50:05,190 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 29.95 / Current Outs: 58.95 2025-02-16 15:50:05,190 - card_creation - INFO - vR: All Outs: 57.5 / Ks: 23.3 / Current Outs: 52.3 2025-02-16 15:50:05,190 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,190 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,190 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,190 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,190 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,190 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,190 - card_creation - INFO - vL - All Hits: 15.85 / Other OB: 7.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,190 - card_creation - INFO - vR - All Hits: 12.8 / Other OB: 8.7 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,190 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.049999999999999 2025-02-16 15:50:05,191 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.9 2025-02-16 15:50:05,191 - card_creation - INFO - vL: All Hits: 15.85 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,191 - card_creation - INFO - vR: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,191 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 15:50:05,191 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,191 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.9499999999999993 2025-02-16 15:50:05,191 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,191 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,191 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,191 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,191 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 15:50:05,191 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 15:50:05,191 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,191 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-16 15:50:05,191 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 15:50:05,191 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:05,191 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-16 15:50:05,191 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,191 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 52.55 2025-02-16 15:50:05,191 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 50.5 2025-02-16 15:50:05,191 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 15:50:05,191 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 36.25 / Current Outs: 65.25 2025-02-16 15:50:05,191 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,191 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,191 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,191 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,191 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,191 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,192 - card_creation - INFO - vL - All Hits: 7.55 / Other OB: 23.0 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,192 - card_creation - INFO - vR - All Hits: 23.8 / Other OB: 45.0 / All Outs: 39.0 / Total: 29.0 2025-02-16 15:50:05,192 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.55 2025-02-16 15:50:05,192 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.3 2025-02-16 15:50:05,192 - card_creation - INFO - vL: All Hits: 7.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,192 - card_creation - INFO - vR: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,192 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,192 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,192 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.1999999999999997 2025-02-16 15:50:05,192 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,192 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,192 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:05,193 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,193 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,193 - card_creation - INFO - raw do chances: 12.15 2025-02-16 15:50:05,193 - card_creation - INFO - Double**: 12.15 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 15:50:05,193 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,193 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,193 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 15:50:05,193 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,193 - card_creation - INFO - vL: All other OB: 23.0 / HBP: 2.0 / BB: 21.0 / Total Chances: 59.55 2025-02-16 15:50:05,193 - card_creation - INFO - vR: All other OB: 45.0 / HBP: 0 / BB: 45.0 / Total Chances: 97.8 2025-02-16 15:50:05,193 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 54.95000000000001 / Current Outs: 83.95 2025-02-16 15:50:05,193 - card_creation - INFO - vR: All Outs: 39.0 / Ks: 10.95 / Current Outs: 39.95 2025-02-16 15:50:05,193 - card_creation - INFO - Remaining outs: -6.5 2025-02-16 15:50:05,193 - card_creation - INFO - Passing -6.5 outs to strikeouts 2025-02-16 15:50:05,193 - card_creation - INFO - Remaining outs: -0.75 2025-02-16 15:50:05,193 - card_creation - INFO - Passing -0.75 outs to strikeouts 2025-02-16 15:50:05,193 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,193 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,194 - card_creation - INFO - vL - All Hits: 15.2 / Other OB: 10.0 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,194 - card_creation - INFO - vR - All Hits: 13.45 / Other OB: 5.95 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,194 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.249999999999999 2025-02-16 15:50:05,194 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1999999999999993 2025-02-16 15:50:05,194 - card_creation - INFO - vL: All Hits: 15.2 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,194 - card_creation - INFO - vR: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 15:50:05,194 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,194 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,194 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.249999999999999 2025-02-16 15:50:05,194 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 15:50:05,194 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 15:50:05,194 - card_creation - INFO - BP HR: 0 / ND HR: 2.25 2025-02-16 15:50:05,194 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,194 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,194 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,194 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 0.4499999999999993 2025-02-16 15:50:05,194 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,194 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,194 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,194 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,195 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,195 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 54.2 2025-02-16 15:50:05,195 - card_creation - INFO - vR: All other OB: 5.95 / HBP: 0 / BB: 5.95 / Total Chances: 48.4 2025-02-16 15:50:05,195 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 20.95 / Current Outs: 49.95 2025-02-16 15:50:05,195 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 25.999999999999996 / Current Outs: 55.0 2025-02-16 15:50:05,195 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,195 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,195 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,195 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,195 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,195 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,195 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 3.2 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,195 - card_creation - INFO - vR - All Hits: 24.25 / Other OB: 4.2 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,196 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.0500000000000007 2025-02-16 15:50:05,196 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 9.349999999999998 2025-02-16 15:50:05,196 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 8.7 / Single 1: 8.7 / Single CF: 0 2025-02-16 15:50:05,196 - card_creation - INFO - vR: All Hits: 24.25 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,196 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-16 15:50:05,196 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,196 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0500000000000007 2025-02-16 15:50:05,196 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 15:50:05,196 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 15:50:05,196 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-16 15:50:05,196 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,196 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 15:50:05,196 - card_creation - INFO - raw do chances: 6.55 2025-02-16 15:50:05,196 - card_creation - INFO - Double**: 6.55 / Double(cf): 0.0 / rem xbh: 2.799999999999998 2025-02-16 15:50:05,196 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:05,196 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:05,196 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 15:50:05,196 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,196 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 57.65 2025-02-16 15:50:05,196 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 57.45 2025-02-16 15:50:05,196 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 15:50:05,196 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 15:50:05,196 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,196 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,196 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,196 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,196 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,196 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,197 - card_creation - INFO - vL - All Hits: 16.15 / Other OB: 18.9 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,197 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 8.75 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,197 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.149999999999999 2025-02-16 15:50:05,197 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.049999999999999 2025-02-16 15:50:05,197 - card_creation - INFO - vL: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,197 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,197 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 15:50:05,197 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:05,197 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 2.4999999999999987 2025-02-16 15:50:05,197 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,197 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,197 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 15:50:05,197 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,197 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,197 - card_creation - INFO - raw do chances: 2.8 2025-02-16 15:50:05,197 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.249999999999999 2025-02-16 15:50:05,197 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 15:50:05,197 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 15:50:05,197 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 15:50:05,197 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,198 - card_creation - INFO - vL: All other OB: 18.9 / HBP: 3.0 / BB: 15.9 / Total Chances: 64.05 2025-02-16 15:50:05,198 - card_creation - INFO - vR: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 52.4 2025-02-16 15:50:05,198 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 32.050000000000004 / Current Outs: 61.05 2025-02-16 15:50:05,198 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 45.2 / Current Outs: 74.2 2025-02-16 15:50:05,198 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,198 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,198 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,198 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,198 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,198 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,198 - card_creation - INFO - vL - All Hits: 13.25 / Other OB: 6.05 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,198 - card_creation - INFO - vR - All Hits: 7.15 / Other OB: 14.7 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,199 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6499999999999995 2025-02-16 15:50:05,199 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.1500000000000004 2025-02-16 15:50:05,199 - card_creation - INFO - vL: All Hits: 13.25 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:05,199 - card_creation - INFO - vR: All Hits: 7.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,199 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,199 - card_creation - INFO - raw do chances: 1.1 2025-02-16 15:50:05,199 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-16 15:50:05,199 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:05,199 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:05,199 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,199 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:05,199 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:05,199 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-16 15:50:05,199 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,199 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 15:50:05,199 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,199 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,199 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 15:50:05,199 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,199 - card_creation - INFO - vL: All other OB: 6.05 / HBP: 0 / BB: 6.05 / Total Chances: 48.3 2025-02-16 15:50:05,199 - card_creation - INFO - vR: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 50.85 2025-02-16 15:50:05,199 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 35.900000000000006 / Current Outs: 64.9 2025-02-16 15:50:05,199 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 28.25 / Current Outs: 57.25 2025-02-16 15:50:05,199 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,199 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,199 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,199 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,199 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,199 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,200 - card_creation - INFO - vL - All Hits: 22.75 / Other OB: 2.4 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,200 - card_creation - INFO - vR - All Hits: 24.2 / Other OB: 2.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,200 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.049999999999999 2025-02-16 15:50:05,200 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 9.3 2025-02-16 15:50:05,200 - card_creation - INFO - vL: All Hits: 22.75 / BP Singles: 5.0 / Single 2: 6.35 / Single 1: 6.35 / Single CF: 0 2025-02-16 15:50:05,200 - card_creation - INFO - vR: All Hits: 24.2 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,200 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:05,200 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,200 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 2.549999999999999 2025-02-16 15:50:05,200 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,200 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,200 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:05,200 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,200 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,200 - card_creation - INFO - raw do chances: 7.45 2025-02-16 15:50:05,200 - card_creation - INFO - Double**: 7.45 / Double(cf): 0.0 / rem xbh: 1.8500000000000005 2025-02-16 15:50:05,200 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,200 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,200 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,200 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-16 15:50:05,200 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 54.15 2025-02-16 15:50:05,200 - card_creation - INFO - vR: All other OB: 2.2 / HBP: 0 / BB: 2.2 / Total Chances: 55.55 2025-02-16 15:50:05,200 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 52.550000000000004 / Current Outs: 81.55 2025-02-16 15:50:05,201 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 32.75 / Current Outs: 61.75 2025-02-16 15:50:05,201 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,201 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,201 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,201 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,201 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,201 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,201 - card_creation - INFO - vL - All Hits: 10.5 / Other OB: 3.75 / All Outs: 94.0 / Total: 29.0 2025-02-16 15:50:05,201 - card_creation - INFO - vR - All Hits: 10.8 / Other OB: 8.9 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,201 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.6999999999999993 2025-02-16 15:50:05,201 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8000000000000007 2025-02-16 15:50:05,202 - card_creation - INFO - vL: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,202 - card_creation - INFO - vR: All Hits: 10.8 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,202 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,202 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,202 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 15:50:05,202 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,202 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,202 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:05,202 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,202 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,202 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,202 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.20000000000000062 2025-02-16 15:50:05,202 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 15:50:05,202 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 15:50:05,202 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,202 - card_creation - INFO - excess xbh: 0.2 2025-02-16 15:50:05,202 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 15:50:05,202 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 43.25 2025-02-16 15:50:05,202 - card_creation - INFO - vR: All other OB: 8.9 / HBP: 1.0 / BB: 7.9 / Total Chances: 48.7 2025-02-16 15:50:05,202 - card_creation - INFO - vL: All Outs: 94.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-16 15:50:05,202 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 15:50:05,202 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,202 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,202 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,202 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,202 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,202 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,203 - card_creation - INFO - vL - All Hits: 9.75 / Other OB: 28.8 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:05,203 - card_creation - INFO - vR - All Hits: 21.15 / Other OB: 6.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,203 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 4.75 2025-02-16 15:50:05,203 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 4.549999999999997 2025-02-16 15:50:05,203 - card_creation - INFO - vL: All Hits: 9.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,203 - card_creation - INFO - vR: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.8 / Single CF: 0 2025-02-16 15:50:05,203 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,203 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,203 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.35 2025-02-16 15:50:05,203 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:05,203 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,203 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 15:50:05,203 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,203 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,203 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,203 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.349999999999997 2025-02-16 15:50:05,203 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,203 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,203 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-16 15:50:05,203 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,203 - card_creation - INFO - vL: All other OB: 28.8 / HBP: 1.0 / BB: 27.8 / Total Chances: 67.55 2025-02-16 15:50:05,203 - card_creation - INFO - vR: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 56.85 2025-02-16 15:50:05,203 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 19.15 / Current Outs: 48.15 2025-02-16 15:50:05,204 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 24.25 / Current Outs: 53.25 2025-02-16 15:50:05,204 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,204 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,204 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,204 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,204 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,204 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,204 - card_creation - INFO - vL - All Hits: 21.6 / Other OB: 6.75 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,204 - card_creation - INFO - vR - All Hits: 31.4 / Other OB: 9.2 / All Outs: 67.5 / Total: 29.0 2025-02-16 15:50:05,204 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.100000000000001 2025-02-16 15:50:05,204 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.349999999999998 2025-02-16 15:50:05,204 - card_creation - INFO - vL: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,204 - card_creation - INFO - vR: All Hits: 31.4 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 9.05 / Single CF: 0 2025-02-16 15:50:05,204 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 15:50:05,205 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,205 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-16 15:50:05,205 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,205 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,205 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,205 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 15:50:05,205 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,205 - card_creation - INFO - raw do chances: 6.25 2025-02-16 15:50:05,205 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 2.099999999999998 2025-02-16 15:50:05,205 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,205 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,205 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 15:50:05,205 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,205 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 57.65 2025-02-16 15:50:05,205 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 69.6 2025-02-16 15:50:05,205 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 15:50:05,205 - card_creation - INFO - vR: All Outs: 67.5 / Ks: 24.750000000000004 / Current Outs: 53.75 2025-02-16 15:50:05,205 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,205 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,205 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,205 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,205 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,205 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,206 - card_creation - INFO - vL - All Hits: 4.75 / Other OB: 25.4 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,206 - card_creation - INFO - vR - All Hits: 11.7 / Other OB: 12.75 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,206 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 0.44999999999999973 2025-02-16 15:50:05,206 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 2.6500000000000004 2025-02-16 15:50:05,206 - card_creation - INFO - vL: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,206 - card_creation - INFO - vR: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,206 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,206 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,206 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.44999999999999973 2025-02-16 15:50:05,206 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,206 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,206 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,206 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,206 - card_creation - INFO - Passing 0.45 xbh to single** 2025-02-16 15:50:05,206 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-16 15:50:05,206 - card_creation - INFO - raw do chances: 1.1 2025-02-16 15:50:05,206 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 15:50:05,206 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,206 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,206 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,206 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 15:50:05,206 - card_creation - INFO - vL: All other OB: 25.4 / HBP: 0 / BB: 25.4 / Total Chances: 59.15 2025-02-16 15:50:05,206 - card_creation - INFO - vR: All other OB: 12.75 / HBP: 4.0 / BB: 8.75 / Total Chances: 53.9 2025-02-16 15:50:05,206 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 43.550000000000004 / Current Outs: 72.55 2025-02-16 15:50:05,206 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 13.199999999999998 / Current Outs: 42.2 2025-02-16 15:50:05,206 - card_creation - INFO - Remaining outs: 1.0 2025-02-16 15:50:05,206 - card_creation - INFO - Passing 1.0 outs to strikeouts 2025-02-16 15:50:05,206 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,206 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,206 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,206 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,207 - card_creation - INFO - vL - All Hits: 17.8 / Other OB: 9.9 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,207 - card_creation - INFO - vR - All Hits: 15.25 / Other OB: 12.3 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,207 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-16 15:50:05,207 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-16 15:50:05,207 - card_creation - INFO - vL: All Hits: 17.8 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,207 - card_creation - INFO - vR: All Hits: 15.25 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,207 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,207 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,207 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: -0.0999999999999992 2025-02-16 15:50:05,207 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 15:50:05,207 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 15:50:05,207 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,207 - card_creation - INFO - excess xbh: -0.1 2025-02-16 15:50:05,207 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:05,207 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,207 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.800000000000001 2025-02-16 15:50:05,207 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 15:50:05,207 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 15:50:05,207 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.8 2025-02-16 15:50:05,207 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,208 - card_creation - INFO - vL: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 56.8 2025-02-16 15:50:05,208 - card_creation - INFO - vR: All other OB: 12.3 / HBP: 7.0 / BB: 5.3 / Total Chances: 56.55 2025-02-16 15:50:05,208 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 41.050000000000004 / Current Outs: 70.05 2025-02-16 15:50:05,208 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 32.650000000000006 / Current Outs: 61.65 2025-02-16 15:50:05,208 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,208 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,208 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,208 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,208 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,208 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,208 - card_creation - INFO - vL - All Hits: 21.4 / Other OB: 9.15 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,208 - card_creation - INFO - vR - All Hits: 22.3 / Other OB: 11.2 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,209 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.45 2025-02-16 15:50:05,209 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.900000000000002 2025-02-16 15:50:05,209 - card_creation - INFO - vL: All Hits: 21.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,209 - card_creation - INFO - vR: All Hits: 22.3 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,209 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,209 - card_creation - INFO - raw do chances: 6.35 2025-02-16 15:50:05,209 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-16 15:50:05,209 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,209 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,209 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,209 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,209 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:05,209 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,209 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,209 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 3.200000000000002 2025-02-16 15:50:05,209 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:05,209 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:05,209 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:05,209 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,209 - card_creation - INFO - vL: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 59.55 2025-02-16 15:50:05,209 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 62.5 2025-02-16 15:50:05,209 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 22.8 / Current Outs: 51.8 2025-02-16 15:50:05,209 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 15:50:05,209 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,209 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,209 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,209 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,209 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,210 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,210 - card_creation - INFO - vL - All Hits: 17.45 / Other OB: 4.5 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,210 - card_creation - INFO - vR - All Hits: 20.25 / Other OB: 7.95 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,210 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 12.649999999999999 2025-02-16 15:50:05,210 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 9.55 2025-02-16 15:50:05,210 - card_creation - INFO - vL: All Hits: 17.45 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.4 2025-02-16 15:50:05,210 - card_creation - INFO - vR: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,210 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,210 - card_creation - INFO - raw do chances: 6.3 2025-02-16 15:50:05,210 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.3 / rem xbh: 6.349999999999999 2025-02-16 15:50:05,210 - card_creation - INFO - Triple: 0 / rem xbh: 6.35 2025-02-16 15:50:05,210 - card_creation - INFO - raw hr chances: 6.35 2025-02-16 15:50:05,210 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.35 2025-02-16 15:50:05,210 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,211 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,211 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,211 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 5.050000000000001 2025-02-16 15:50:05,211 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 15:50:05,211 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 15:50:05,211 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.05 2025-02-16 15:50:05,211 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,211 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.95 2025-02-16 15:50:05,211 - card_creation - INFO - vR: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 57.2 2025-02-16 15:50:05,211 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 30.45 / Current Outs: 59.45 2025-02-16 15:50:05,211 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 22.0 / Current Outs: 51.0 2025-02-16 15:50:05,211 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,211 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,211 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,211 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,211 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,211 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,212 - card_creation - INFO - vL - All Hits: 24.4 / Other OB: 5.7 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,212 - card_creation - INFO - vR - All Hits: 10.75 / Other OB: 15.15 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,212 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.899999999999999 2025-02-16 15:50:05,212 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 5.75 2025-02-16 15:50:05,212 - card_creation - INFO - vL: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 7.25 / Single 1: 7.25 / Single CF: 0 2025-02-16 15:50:05,212 - card_creation - INFO - vR: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,212 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,212 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,212 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.6499999999999986 2025-02-16 15:50:05,212 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,212 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,212 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,212 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,212 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,212 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,212 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.0 2025-02-16 15:50:05,212 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 15:50:05,212 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,212 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,212 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,212 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 59.45 2025-02-16 15:50:05,212 - card_creation - INFO - vR: All other OB: 15.15 / HBP: 0 / BB: 15.15 / Total Chances: 54.9 2025-02-16 15:50:05,212 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 17.25 / Current Outs: 46.25 2025-02-16 15:50:05,212 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 29.8 / Current Outs: 58.8 2025-02-16 15:50:05,212 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,212 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,212 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,212 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,212 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,212 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,213 - card_creation - INFO - vL - All Hits: 15.15 / Other OB: 15.9 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,213 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 18.7 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:05,213 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 7.550000000000001 2025-02-16 15:50:05,213 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - vL: All Hits: 15.15 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,213 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,213 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 15:50:05,213 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,213 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.450000000000001 2025-02-16 15:50:05,213 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:05,213 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,213 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:05,213 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,213 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,213 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,213 - card_creation - INFO - vL: All other OB: 15.9 / HBP: 2.0 / BB: 13.9 / Total Chances: 60.05 2025-02-16 15:50:05,213 - card_creation - INFO - vR: All other OB: 18.7 / HBP: 3.0 / BB: 15.7 / Total Chances: 47.7 2025-02-16 15:50:05,214 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 44.050000000000004 / Current Outs: 73.05 2025-02-16 15:50:05,214 - card_creation - INFO - vR: All Outs: 89.5 / Ks: 53.25 / Current Outs: 82.25 2025-02-16 15:50:05,214 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,214 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,214 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,214 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,214 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,214 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,214 - card_creation - INFO - vL - All Hits: 24.4 / Other OB: 4.2 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,214 - card_creation - INFO - vR - All Hits: 13.55 / Other OB: 6.85 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,214 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 12.149999999999999 2025-02-16 15:50:05,214 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.6500000000000004 2025-02-16 15:50:05,215 - card_creation - INFO - vL: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,215 - card_creation - INFO - vR: All Hits: 13.55 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,215 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,215 - card_creation - INFO - raw do chances: 10.95 2025-02-16 15:50:05,215 - card_creation - INFO - Double**: 10.95 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 15:50:05,215 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,215 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,215 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:05,215 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,215 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,215 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,215 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 15:50:05,215 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,215 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,215 - card_creation - INFO - BP HR: 0 / ND HR: 1.55 2025-02-16 15:50:05,215 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,215 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 57.6 2025-02-16 15:50:05,215 - card_creation - INFO - vR: All other OB: 6.85 / HBP: 1.0 / BB: 5.85 / Total Chances: 49.4 2025-02-16 15:50:05,215 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 8.75 / Current Outs: 37.75 2025-02-16 15:50:05,215 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 45.1 / Current Outs: 74.1 2025-02-16 15:50:05,215 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,215 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,215 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,215 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,215 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,215 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,216 - card_creation - INFO - vL - All Hits: 13.9 / Other OB: 15.35 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,216 - card_creation - INFO - vR - All Hits: 19.3 / Other OB: 9.5 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,216 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.4000000000000004 2025-02-16 15:50:05,216 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-16 15:50:05,216 - card_creation - INFO - vL: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,216 - card_creation - INFO - vR: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:05,216 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,216 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,216 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 15:50:05,216 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,216 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,216 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 15:50:05,216 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,216 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,216 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,216 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 3.4499999999999993 2025-02-16 15:50:05,216 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:05,216 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:05,216 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-16 15:50:05,216 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,216 - card_creation - INFO - vL: All other OB: 15.35 / HBP: 0 / BB: 15.35 / Total Chances: 58.25 2025-02-16 15:50:05,216 - card_creation - INFO - vR: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 57.8 2025-02-16 15:50:05,216 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 23.6 / Current Outs: 52.6 2025-02-16 15:50:05,216 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 24.450000000000003 / Current Outs: 53.45 2025-02-16 15:50:05,216 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,216 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,216 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,216 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,217 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,217 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,217 - card_creation - INFO - vL - All Hits: 22.45 / Other OB: 9.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,217 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 6.25 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,217 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.050000000000001 2025-02-16 15:50:05,217 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.449999999999999 2025-02-16 15:50:05,217 - card_creation - INFO - vL: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.7 / Single CF: 0 2025-02-16 15:50:05,217 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,217 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,217 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,218 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.3500000000000005 2025-02-16 15:50:05,218 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,218 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,218 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,218 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,218 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:05,218 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:05,218 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,218 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 15:50:05,218 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,218 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,218 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,218 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,218 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 2.0 / BB: 7.3 / Total Chances: 60.75 2025-02-16 15:50:05,218 - card_creation - INFO - vR: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 53.2 2025-02-16 15:50:05,218 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 22.65 / Current Outs: 51.65 2025-02-16 15:50:05,218 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 30.699999999999996 / Current Outs: 59.7 2025-02-16 15:50:05,218 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,218 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,218 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,218 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,218 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,218 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,219 - card_creation - INFO - vL - All Hits: 3.75 / Other OB: 5.1 / All Outs: 99.0 / Total: 29.0 2025-02-16 15:50:05,219 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 8.6 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,219 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9500000000000002 2025-02-16 15:50:05,219 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.3499999999999996 2025-02-16 15:50:05,219 - card_creation - INFO - vL: All Hits: 3.75 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,219 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,219 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,219 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,219 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 15:50:05,219 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,219 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,219 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,219 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,220 - card_creation - INFO - Passing 0.95 xbh to single** 2025-02-16 15:50:05,220 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,220 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,220 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.24999999999999956 2025-02-16 15:50:05,220 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-16 15:50:05,220 - card_creation - INFO - raw hr chances: 0.25 2025-02-16 15:50:05,220 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,220 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,220 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,220 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 37.85 2025-02-16 15:50:05,220 - card_creation - INFO - vR: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 49.75 2025-02-16 15:50:05,220 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 48.85 / Current Outs: 77.85 2025-02-16 15:50:05,220 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 34.35 / Current Outs: 63.35 2025-02-16 15:50:05,220 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,220 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,220 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,220 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,220 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,220 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,221 - card_creation - INFO - vL - All Hits: 1.95 / Other OB: 6.95 / All Outs: 99.0 / Total: 29.0 2025-02-16 15:50:05,221 - card_creation - INFO - vR - All Hits: 12.95 / Other OB: 17.6 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,221 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.95 2025-02-16 15:50:05,221 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.8999999999999995 2025-02-16 15:50:05,221 - card_creation - INFO - vL: All Hits: 1.95 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,221 - card_creation - INFO - vR: All Hits: 12.95 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,221 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 15:50:05,221 - card_creation - INFO - raw do chances: 1.25 2025-02-16 15:50:05,221 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.7 2025-02-16 15:50:05,221 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 15:50:05,221 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 15:50:05,221 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,221 - card_creation - INFO - excess xbh: 0.7 2025-02-16 15:50:05,221 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 15:50:05,221 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,221 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,221 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.39999999999999947 2025-02-16 15:50:05,221 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,221 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,221 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,221 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,221 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,221 - card_creation - INFO - vL: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 37.9 2025-02-16 15:50:05,221 - card_creation - INFO - vR: All other OB: 17.6 / HBP: 0 / BB: 17.6 / Total Chances: 59.55 2025-02-16 15:50:05,221 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 57.0 / Current Outs: 86.0 2025-02-16 15:50:05,221 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 17.35 / Current Outs: 46.35 2025-02-16 15:50:05,221 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 15:50:05,222 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 15:50:05,222 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,222 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,222 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,222 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,222 - card_creation - INFO - vL - All Hits: 22.15 / Other OB: 11.45 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,222 - card_creation - INFO - vR - All Hits: 12.6 / Other OB: 11.65 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,222 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.099999999999998 2025-02-16 15:50:05,222 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 0.7999999999999989 2025-02-16 15:50:05,222 - card_creation - INFO - vL: All Hits: 22.15 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.05 / Single CF: 0 2025-02-16 15:50:05,222 - card_creation - INFO - vR: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,223 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,223 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,223 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: -1.7763568394002505e-15 2025-02-16 15:50:05,223 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,223 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,223 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,223 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,223 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,223 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,223 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7999999999999989 2025-02-16 15:50:05,223 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,223 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,223 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,223 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,223 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-16 15:50:05,223 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 62.6 2025-02-16 15:50:05,223 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 53.25 2025-02-16 15:50:05,223 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 33.50000000000001 / Current Outs: 62.5 2025-02-16 15:50:05,223 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 15:50:05,223 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,223 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,223 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,223 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,223 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,223 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,224 - card_creation - INFO - vL - All Hits: 12.15 / Other OB: 5.4 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,224 - card_creation - INFO - vR - All Hits: 26.75 / Other OB: 7.5 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,224 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6999999999999993 2025-02-16 15:50:05,224 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.699999999999999 2025-02-16 15:50:05,224 - card_creation - INFO - vL: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,224 - card_creation - INFO - vR: All Hits: 26.75 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 7.05 / Single CF: 0 2025-02-16 15:50:05,224 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-16 15:50:05,224 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,224 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 15:50:05,224 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,224 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,224 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,224 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 15:50:05,224 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 15:50:05,224 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,224 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,224 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.5999999999999996 2025-02-16 15:50:05,224 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:05,224 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:05,224 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 15:50:05,224 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,224 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 46.55 2025-02-16 15:50:05,224 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 63.25 2025-02-16 15:50:05,225 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 19.549999999999997 / Current Outs: 48.55 2025-02-16 15:50:05,225 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 22.45 / Current Outs: 51.45 2025-02-16 15:50:05,225 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,225 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,225 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,225 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,225 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,225 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,225 - card_creation - INFO - vL - All Hits: 21.95 / Other OB: 7.85 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,226 - card_creation - INFO - vR - All Hits: 20.6 / Other OB: 9.4 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,226 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 7.1 2025-02-16 15:50:05,226 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.350000000000001 2025-02-16 15:50:05,226 - card_creation - INFO - vL: All Hits: 21.95 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,226 - card_creation - INFO - vR: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,226 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,226 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,226 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 15:50:05,226 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,226 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,226 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:05,226 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,226 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,226 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,226 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.2500000000000018 2025-02-16 15:50:05,226 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,226 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,226 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-16 15:50:05,226 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,226 - card_creation - INFO - vL: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 58.8 2025-02-16 15:50:05,226 - card_creation - INFO - vR: All other OB: 9.4 / HBP: 0 / BB: 9.4 / Total Chances: 59.0 2025-02-16 15:50:05,226 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 25.1 / Current Outs: 54.1 2025-02-16 15:50:05,226 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 14.549999999999999 / Current Outs: 43.55 2025-02-16 15:50:05,226 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,226 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,227 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,227 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,227 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,227 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,227 - card_creation - INFO - vL - All Hits: 24.8 / Other OB: 4.75 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,227 - card_creation - INFO - vR - All Hits: 14.6 / Other OB: 3.25 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,227 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 8.2 2025-02-16 15:50:05,227 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 5.550000000000001 2025-02-16 15:50:05,227 - card_creation - INFO - vL: All Hits: 24.8 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.8 / Single CF: 0 2025-02-16 15:50:05,227 - card_creation - INFO - vR: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,227 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,227 - card_creation - INFO - raw do chances: 5.75 2025-02-16 15:50:05,227 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-16 15:50:05,228 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:05,228 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,228 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:05,228 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,228 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,228 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,228 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 15:50:05,228 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,228 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,228 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,228 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,228 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 15:50:05,228 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 58.55 2025-02-16 15:50:05,228 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 46.85 2025-02-16 15:50:05,228 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 28.200000000000003 / Current Outs: 57.2 2025-02-16 15:50:05,228 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 29.700000000000003 / Current Outs: 58.7 2025-02-16 15:50:05,228 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,228 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,228 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,228 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,228 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,228 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,229 - card_creation - INFO - vL - All Hits: 26.85 / Other OB: 13.45 / All Outs: 67.5 / Total: 29.0 2025-02-16 15:50:05,229 - card_creation - INFO - vR - All Hits: 8.15 / Other OB: 7.0 / All Outs: 93.0 / Total: 29.0 2025-02-16 15:50:05,229 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0500000000000025 2025-02-16 15:50:05,229 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 3.1500000000000004 2025-02-16 15:50:05,229 - card_creation - INFO - vL: All Hits: 26.85 / BP Singles: 5.0 / Single 2: 8.9 / Single 1: 8.9 / Single CF: 0 2025-02-16 15:50:05,229 - card_creation - INFO - vR: All Hits: 8.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,229 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-16 15:50:05,229 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,229 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.8500000000000023 2025-02-16 15:50:05,229 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,229 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,229 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,229 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,229 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,229 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,229 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,229 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.7500000000000004 2025-02-16 15:50:05,229 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:05,229 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:05,229 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,229 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:05,229 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 15:50:05,229 - card_creation - INFO - vL: All other OB: 13.45 / HBP: 0 / BB: 13.45 / Total Chances: 69.3 2025-02-16 15:50:05,229 - card_creation - INFO - vR: All other OB: 7.0 / HBP: 0 / BB: 7.0 / Total Chances: 44.15 2025-02-16 15:50:05,229 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 25.499999999999996 / Current Outs: 54.5 2025-02-16 15:50:05,230 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-16 15:50:05,230 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,230 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,230 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,230 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,230 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,230 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,230 - card_creation - INFO - vL - All Hits: 13.95 / Other OB: 13.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,230 - card_creation - INFO - vR - All Hits: 12.75 / Other OB: 9.45 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,230 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.199999999999999 2025-02-16 15:50:05,230 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.25 2025-02-16 15:50:05,230 - card_creation - INFO - vL: All Hits: 13.95 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-16 15:50:05,231 - card_creation - INFO - vR: All Hits: 12.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,231 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,231 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,231 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-16 15:50:05,231 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:05,231 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,231 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:05,231 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,231 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,231 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 1.0 / BB: 12.9 / Total Chances: 56.85 2025-02-16 15:50:05,231 - card_creation - INFO - vR: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 51.2 2025-02-16 15:50:05,231 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 21.05 / Current Outs: 50.05 2025-02-16 15:50:05,231 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 39.50000000000001 / Current Outs: 68.5 2025-02-16 15:50:05,231 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,231 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,231 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,231 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,231 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,231 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,232 - card_creation - INFO - vL - All Hits: 19.85 / Other OB: 7.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,232 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 14.3 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,232 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.850000000000001 2025-02-16 15:50:05,232 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.3999999999999986 2025-02-16 15:50:05,232 - card_creation - INFO - vL: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,232 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,232 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:05,232 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,232 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 15:50:05,232 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,232 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,232 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,232 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,232 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 15:50:05,232 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,232 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.9999999999999987 2025-02-16 15:50:05,232 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,232 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,232 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,232 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,232 - card_creation - INFO - vL: All other OB: 7.8 / HBP: 0 / BB: 7.8 / Total Chances: 57.0 2025-02-16 15:50:05,232 - card_creation - INFO - vR: All other OB: 14.3 / HBP: 1.0 / BB: 13.3 / Total Chances: 57.65 2025-02-16 15:50:05,232 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.15 / Current Outs: 52.15 2025-02-16 15:50:05,232 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 30.65 / Current Outs: 59.65 2025-02-16 15:50:05,232 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,232 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,233 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,233 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,233 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,233 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,233 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 9.6 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:05,233 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 23.8 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:05,233 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.5 2025-02-16 15:50:05,233 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 6.5 2025-02-16 15:50:05,233 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 0.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,233 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,233 - card_creation - INFO - hr%: 0.00 / tr%: 0.75 / do%: 0.25 2025-02-16 15:50:05,234 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:05,234 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 4.85 2025-02-16 15:50:05,234 - card_creation - INFO - Triple: 3.75 / rem xbh: 1.1 2025-02-16 15:50:05,234 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,234 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,234 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,234 - card_creation - INFO - Passing 0.10000000000000009 xbh to triple 2025-02-16 15:50:05,234 - card_creation - INFO - hr%: 0.00 / tr%: 0.05 / do%: 0.95 2025-02-16 15:50:05,234 - card_creation - INFO - raw do chances: 6.2 2025-02-16 15:50:05,234 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 15:50:05,234 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,234 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,234 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,234 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,234 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,234 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 47.6 2025-02-16 15:50:05,234 - card_creation - INFO - vR: All other OB: 23.8 / HBP: 5.0 / BB: 18.8 / Total Chances: 69.75 2025-02-16 15:50:05,234 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 64.35000000000001 / Current Outs: 93.35 2025-02-16 15:50:05,234 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 31.15 / Current Outs: 60.15 2025-02-16 15:50:05,234 - card_creation - INFO - Remaining outs: -3.950000000000003 2025-02-16 15:50:05,234 - card_creation - INFO - Passing -3.950000000000003 outs to strikeouts 2025-02-16 15:50:05,234 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,234 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,234 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,234 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,235 - card_creation - INFO - vL - All Hits: 13.35 / Other OB: 4.2 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,235 - card_creation - INFO - vR - All Hits: 25.2 / Other OB: 5.1 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,235 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.050000000000001 2025-02-16 15:50:05,235 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.199999999999999 2025-02-16 15:50:05,235 - card_creation - INFO - vL: All Hits: 13.35 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,235 - card_creation - INFO - vR: All Hits: 25.2 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 7.0 / Single CF: 0 2025-02-16 15:50:05,236 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,236 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,236 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.5500000000000007 2025-02-16 15:50:05,236 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:05,236 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:05,236 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,236 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:05,236 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:05,236 - card_creation - INFO - hr%: 0.25 / tr%: 0.30 / do%: 0.45 2025-02-16 15:50:05,236 - card_creation - INFO - raw do chances: 2.8 2025-02-16 15:50:05,236 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 3.3999999999999995 2025-02-16 15:50:05,236 - card_creation - INFO - Triple: 1.05 / rem xbh: 2.35 2025-02-16 15:50:05,236 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,236 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,236 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,236 - card_creation - INFO - Passing 0.3500000000000001 xbh to triple 2025-02-16 15:50:05,236 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 46.55 2025-02-16 15:50:05,236 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 59.3 2025-02-16 15:50:05,236 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 24.75 / Current Outs: 53.75 2025-02-16 15:50:05,236 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 22.85 / Current Outs: 51.85 2025-02-16 15:50:05,236 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,236 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,236 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,236 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,236 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,236 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,237 - card_creation - INFO - vL - All Hits: 19.15 / Other OB: 6.4 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,237 - card_creation - INFO - vR - All Hits: 13.2 / Other OB: 2.75 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:05,237 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9499999999999993 2025-02-16 15:50:05,237 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.6499999999999995 2025-02-16 15:50:05,237 - card_creation - INFO - vL: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 15:50:05,237 - card_creation - INFO - vR: All Hits: 13.2 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,237 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,237 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,237 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 0.1999999999999993 2025-02-16 15:50:05,237 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 15:50:05,237 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 15:50:05,237 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,237 - card_creation - INFO - excess xbh: 0.2 2025-02-16 15:50:05,237 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 15:50:05,237 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,238 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,238 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.4499999999999993 2025-02-16 15:50:05,238 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,238 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,238 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,238 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,238 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,238 - card_creation - INFO - vL: All other OB: 6.4 / HBP: 4.0 / BB: 2.4 / Total Chances: 54.55 2025-02-16 15:50:05,238 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 44.95 2025-02-16 15:50:05,238 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 30.55 / Current Outs: 59.55 2025-02-16 15:50:05,238 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 52.2 / Current Outs: 81.2 2025-02-16 15:50:05,238 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,238 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,238 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,238 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,238 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,238 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,239 - card_creation - INFO - vL - All Hits: 18.7 / Other OB: 7.75 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,239 - card_creation - INFO - vR - All Hits: 19.75 / Other OB: 5.1 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,239 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.75 2025-02-16 15:50:05,239 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.25 2025-02-16 15:50:05,239 - card_creation - INFO - vL: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,239 - card_creation - INFO - vR: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,239 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:05,239 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,239 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.0 2025-02-16 15:50:05,239 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 15:50:05,239 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,239 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,239 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,239 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,239 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:05,239 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 15:50:05,239 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,239 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,239 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.5499999999999998 2025-02-16 15:50:05,239 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,239 - card_creation - INFO - vL: All other OB: 7.75 / HBP: 4.0 / BB: 3.75 / Total Chances: 55.45 2025-02-16 15:50:05,239 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 53.85 2025-02-16 15:50:05,239 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 32.2 / Current Outs: 61.2 2025-02-16 15:50:05,239 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 34.85 / Current Outs: 63.85 2025-02-16 15:50:05,240 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,240 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,240 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,240 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,240 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,240 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,240 - card_creation - INFO - vL - All Hits: 9.3 / Other OB: 14.9 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,240 - card_creation - INFO - vR - All Hits: 10.75 / Other OB: 11.2 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,240 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.700000000000001 2025-02-16 15:50:05,240 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 1.700000000000001 2025-02-16 15:50:05,240 - card_creation - INFO - vL: All Hits: 9.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,240 - card_creation - INFO - vR: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,240 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,240 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:05,241 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.0500000000000012 2025-02-16 15:50:05,241 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,241 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,241 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 15:50:05,241 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,241 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,241 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,241 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-16 15:50:05,241 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,241 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,241 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,241 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 15:50:05,241 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 0 / BB: 14.9 / Total Chances: 53.2 2025-02-16 15:50:05,241 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 51.25 2025-02-16 15:50:05,241 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 15.049999999999999 / Current Outs: 44.05 2025-02-16 15:50:05,241 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 25.749999999999996 / Current Outs: 54.75 2025-02-16 15:50:05,241 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,241 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,241 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,241 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,241 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,241 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,242 - card_creation - INFO - vL - All Hits: 20.6 / Other OB: 9.65 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,242 - card_creation - INFO - vR - All Hits: 27.5 / Other OB: 11.75 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:05,242 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.200000000000003 2025-02-16 15:50:05,242 - card_creation - INFO - remaining singles: 0.0 / total xbh: 16.5 2025-02-16 15:50:05,242 - card_creation - INFO - vL: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,242 - card_creation - INFO - vR: All Hits: 27.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.8 2025-02-16 15:50:05,242 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,242 - card_creation - INFO - raw do chances: 6.85 2025-02-16 15:50:05,242 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 0.3500000000000032 2025-02-16 15:50:05,242 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,242 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,242 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,242 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,242 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,242 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,242 - card_creation - INFO - raw do chances: 9.9 2025-02-16 15:50:05,242 - card_creation - INFO - Double**: 0.0 / Double(cf): 9.9 / rem xbh: 6.6 2025-02-16 15:50:05,242 - card_creation - INFO - Triple: 0 / rem xbh: 6.6 2025-02-16 15:50:05,242 - card_creation - INFO - raw hr chances: 6.6 2025-02-16 15:50:05,242 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.5999999999999996 2025-02-16 15:50:05,242 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,242 - card_creation - INFO - vL: All other OB: 9.65 / HBP: 0 / BB: 9.65 / Total Chances: 59.25 2025-02-16 15:50:05,243 - card_creation - INFO - vR: All other OB: 11.75 / HBP: 0 / BB: 11.75 / Total Chances: 68.25 2025-02-16 15:50:05,243 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 18.299999999999997 / Current Outs: 47.3 2025-02-16 15:50:05,243 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 18.2 / Current Outs: 47.2 2025-02-16 15:50:05,243 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,243 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,243 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,243 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,243 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,243 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,244 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 3.5 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,244 - card_creation - INFO - vR - All Hits: 7.7 / Other OB: 7.75 / All Outs: 92.5 / Total: 29.0 2025-02-16 15:50:05,244 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.9 2025-02-16 15:50:05,244 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.3 2025-02-16 15:50:05,244 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,244 - card_creation - INFO - vR: All Hits: 7.7 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,244 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,244 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,244 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 15:50:05,244 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,244 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,244 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,244 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,244 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,244 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,244 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,244 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-16 15:50:05,244 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,244 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,244 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,244 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,244 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 15:50:05,244 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 46.9 2025-02-16 15:50:05,244 - card_creation - INFO - vR: All other OB: 7.75 / HBP: 0 / BB: 7.75 / Total Chances: 44.45 2025-02-16 15:50:05,244 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 45.45 / Current Outs: 74.45 2025-02-16 15:50:05,244 - card_creation - INFO - vR: All Outs: 92.5 / Ks: 40.2 / Current Outs: 69.2 2025-02-16 15:50:05,245 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,245 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,245 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,245 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,245 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,245 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,245 - card_creation - INFO - vL - All Hits: 13.4 / Other OB: 13.15 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,245 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 8.0 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,245 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 6.700000000000001 2025-02-16 15:50:05,245 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.0 2025-02-16 15:50:05,245 - card_creation - INFO - vL: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,246 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,246 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,246 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,246 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 3.300000000000001 2025-02-16 15:50:05,246 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 15:50:05,246 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 15:50:05,246 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.3 2025-02-16 15:50:05,246 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,246 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,246 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,246 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:05,246 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,246 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,246 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,246 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,246 - card_creation - INFO - vL: All other OB: 13.15 / HBP: 1.0 / BB: 12.15 / Total Chances: 55.55 2025-02-16 15:50:05,246 - card_creation - INFO - vR: All other OB: 8.0 / HBP: 2.0 / BB: 6.0 / Total Chances: 56.0 2025-02-16 15:50:05,246 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 39.800000000000004 / Current Outs: 68.8 2025-02-16 15:50:05,246 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 39.95 / Current Outs: 68.95 2025-02-16 15:50:05,246 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,246 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,246 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,246 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,246 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,246 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,247 - card_creation - INFO - vL - All Hits: 6.35 / Other OB: 5.7 / All Outs: 96.0 / Total: 29.0 2025-02-16 15:50:05,247 - card_creation - INFO - vR - All Hits: 7.2 / Other OB: 3.75 / All Outs: 97.0 / Total: 29.0 2025-02-16 15:50:05,247 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.0499999999999994 2025-02-16 15:50:05,247 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.7 2025-02-16 15:50:05,247 - card_creation - INFO - vL: All Hits: 6.35 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,247 - card_creation - INFO - vR: All Hits: 7.2 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,247 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,247 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,247 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.8499999999999994 2025-02-16 15:50:05,247 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,247 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,247 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,247 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,247 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 15:50:05,247 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,247 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.7 2025-02-16 15:50:05,247 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:05,247 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,247 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 15:50:05,247 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,247 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 41.05 2025-02-16 15:50:05,247 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 39.95 2025-02-16 15:50:05,247 - card_creation - INFO - vL: All Outs: 96.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 15:50:05,247 - card_creation - INFO - vR: All Outs: 97.0 / Ks: 24.2 / Current Outs: 53.2 2025-02-16 15:50:05,247 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,247 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,248 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,248 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,248 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,248 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,248 - card_creation - INFO - vL - All Hits: 19.4 / Other OB: 10.15 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,248 - card_creation - INFO - vR - All Hits: 18.55 / Other OB: 9.55 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,248 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.199999999999999 2025-02-16 15:50:05,248 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.75 2025-02-16 15:50:05,248 - card_creation - INFO - vL: All Hits: 19.4 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,248 - card_creation - INFO - vR: All Hits: 18.55 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,248 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,248 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,248 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 15:50:05,248 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,249 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,249 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,249 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,249 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,249 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,249 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.5499999999999998 2025-02-16 15:50:05,249 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,249 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,249 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 15:50:05,249 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,249 - card_creation - INFO - vL: All other OB: 10.15 / HBP: 7.0 / BB: 3.15 / Total Chances: 58.6 2025-02-16 15:50:05,249 - card_creation - INFO - vR: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 57.1 2025-02-16 15:50:05,249 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 13.8 / Current Outs: 42.8 2025-02-16 15:50:05,249 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 12.399999999999999 / Current Outs: 41.4 2025-02-16 15:50:05,249 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,249 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,249 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,249 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,249 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,249 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,249 - card_creation - INFO - vL - All Hits: 13.8 / Other OB: 7.4 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,250 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 8.4 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,250 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.3000000000000007 2025-02-16 15:50:05,250 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.299999999999999 2025-02-16 15:50:05,250 - card_creation - INFO - vL: All Hits: 13.8 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,250 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,250 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,250 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,250 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: -0.04999999999999938 2025-02-16 15:50:05,250 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,250 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,250 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,250 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,250 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,250 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,250 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.0999999999999988 2025-02-16 15:50:05,250 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,250 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,250 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 15:50:05,250 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,250 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 50.25 2025-02-16 15:50:05,250 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 2.0 / BB: 6.4 / Total Chances: 57.55 2025-02-16 15:50:05,250 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 24.549999999999997 / Current Outs: 53.55 2025-02-16 15:50:05,250 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 25.55 / Current Outs: 54.55 2025-02-16 15:50:05,250 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,250 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,250 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,250 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,250 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,251 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,251 - card_creation - INFO - vL - All Hits: 10.5 / Other OB: 13.85 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,251 - card_creation - INFO - vR - All Hits: 4.75 / Other OB: 14.55 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,251 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.75 2025-02-16 15:50:05,251 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9500000000000002 2025-02-16 15:50:05,251 - card_creation - INFO - vL: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.75 / Single CF: 0 2025-02-16 15:50:05,251 - card_creation - INFO - vR: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,251 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,251 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,251 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-16 15:50:05,252 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 15:50:05,252 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 15:50:05,252 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 15:50:05,252 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,252 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,252 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,252 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 15:50:05,252 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,252 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,252 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,252 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,252 - card_creation - INFO - Passing 0.95 xbh to single** 2025-02-16 15:50:05,252 - card_creation - INFO - vL: All other OB: 13.85 / HBP: 0 / BB: 13.85 / Total Chances: 53.35 2025-02-16 15:50:05,252 - card_creation - INFO - vR: All other OB: 14.55 / HBP: 2.0 / BB: 12.55 / Total Chances: 48.3 2025-02-16 15:50:05,252 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 16.1 / Current Outs: 45.1 2025-02-16 15:50:05,252 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 10.399999999999999 / Current Outs: 39.4 2025-02-16 15:50:05,252 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,252 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,252 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,252 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,252 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,252 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,253 - card_creation - INFO - vL - All Hits: 12.5 / Other OB: 14.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,253 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 7.5 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,253 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 5.100000000000001 2025-02-16 15:50:05,253 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.9999999999999964 2025-02-16 15:50:05,253 - card_creation - INFO - vL: All Hits: 12.5 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,253 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.6 / Single CF: 0 2025-02-16 15:50:05,253 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 15:50:05,253 - card_creation - INFO - raw do chances: 3.6 2025-02-16 15:50:05,253 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 1.5000000000000013 2025-02-16 15:50:05,253 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,253 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,253 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-16 15:50:05,253 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,253 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:05,253 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,253 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.7499999999999964 2025-02-16 15:50:05,253 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:05,253 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:05,253 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 15:50:05,253 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,253 - card_creation - INFO - vL: All other OB: 14.2 / HBP: 0 / BB: 14.2 / Total Chances: 55.7 2025-02-16 15:50:05,253 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 1.0 / BB: 6.5 / Total Chances: 59.65 2025-02-16 15:50:05,253 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 11.750000000000002 / Current Outs: 40.75 2025-02-16 15:50:05,253 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:05,254 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,254 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,254 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,254 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,254 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,254 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,254 - card_creation - INFO - vL - All Hits: 20.8 / Other OB: 8.2 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,254 - card_creation - INFO - vR - All Hits: 27.05 / Other OB: 7.45 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,254 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 4.400000000000002 2025-02-16 15:50:05,254 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 5.9 2025-02-16 15:50:05,254 - card_creation - INFO - vL: All Hits: 20.8 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,254 - card_creation - INFO - vR: All Hits: 27.05 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.05 / Single CF: 0 2025-02-16 15:50:05,254 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 15:50:05,254 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,254 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.9000000000000021 2025-02-16 15:50:05,255 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,255 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,255 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,255 - card_creation - INFO - excess xbh: 0.9 2025-02-16 15:50:05,255 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 15:50:05,255 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,255 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,255 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.7 2025-02-16 15:50:05,255 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:05,255 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,255 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7000000000000002 2025-02-16 15:50:05,255 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,255 - card_creation - INFO - vL: All other OB: 8.2 / HBP: 1.0 / BB: 7.2 / Total Chances: 58.0 2025-02-16 15:50:05,255 - card_creation - INFO - vR: All other OB: 7.45 / HBP: 2.0 / BB: 5.45 / Total Chances: 63.5 2025-02-16 15:50:05,255 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 11.75 / Current Outs: 40.75 2025-02-16 15:50:05,255 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 20.5 / Current Outs: 49.5 2025-02-16 15:50:05,255 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,255 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,255 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,255 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,255 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,255 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,256 - card_creation - INFO - vL - All Hits: 15.55 / Other OB: 8.15 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,256 - card_creation - INFO - vR - All Hits: 17.45 / Other OB: 12.05 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,256 - card_creation - INFO - remaining singles: -0.25 / total xbh: 2.1500000000000012 2025-02-16 15:50:05,256 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.9499999999999993 2025-02-16 15:50:05,256 - card_creation - INFO - vL: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,256 - card_creation - INFO - vR: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,256 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,256 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,256 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.050000000000001155 2025-02-16 15:50:05,256 - card_creation - INFO - Triple: 0 / rem xbh: 0.05 2025-02-16 15:50:05,256 - card_creation - INFO - raw hr chances: 0.05 2025-02-16 15:50:05,256 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,256 - card_creation - INFO - excess xbh: 0.05 2025-02-16 15:50:05,256 - card_creation - INFO - Passing 0.05 xbh to double** 2025-02-16 15:50:05,256 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,256 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,256 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 15:50:05,256 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,256 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,256 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:05,256 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,256 - card_creation - INFO - vL: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 52.7 2025-02-16 15:50:05,256 - card_creation - INFO - vR: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 58.5 2025-02-16 15:50:05,256 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 22.799999999999997 / Current Outs: 51.8 2025-02-16 15:50:05,256 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 37.9 / Current Outs: 66.9 2025-02-16 15:50:05,256 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,256 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,256 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,256 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,256 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,256 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,257 - card_creation - INFO - vL - All Hits: 31.5 / Other OB: 1.05 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,257 - card_creation - INFO - vR - All Hits: 5.1 / Other OB: 3.3 / All Outs: 99.5 / Total: 29.0 2025-02-16 15:50:05,257 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.250000000000002 2025-02-16 15:50:05,257 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 1.4999999999999996 2025-02-16 15:50:05,257 - card_creation - INFO - vL: All Hits: 31.5 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.15 / Single CF: 0 2025-02-16 15:50:05,257 - card_creation - INFO - vR: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,257 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-16 15:50:05,257 - card_creation - INFO - raw do chances: 8.7 2025-02-16 15:50:05,257 - card_creation - INFO - Double**: 8.7 / Double(cf): 0.0 / rem xbh: 1.5500000000000025 2025-02-16 15:50:05,257 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,257 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,257 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,257 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 15:50:05,257 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,257 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,257 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4999999999999996 2025-02-16 15:50:05,257 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,257 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,257 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,258 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,258 - card_creation - INFO - vL: All other OB: 1.05 / HBP: 0 / BB: 1.05 / Total Chances: 62.0 2025-02-16 15:50:05,258 - card_creation - INFO - vR: All other OB: 3.3 / HBP: 0 / BB: 3.3 / Total Chances: 37.9 2025-02-16 15:50:05,258 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 30.9 / Current Outs: 59.9 2025-02-16 15:50:05,258 - card_creation - INFO - vR: All Outs: 99.5 / Ks: 18.65 / Current Outs: 47.65 2025-02-16 15:50:05,258 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,258 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,258 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,258 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,258 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,258 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,258 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 9.5 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,258 - card_creation - INFO - vR - All Hits: 18.45 / Other OB: 10.75 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,259 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.9499999999999993 2025-02-16 15:50:05,259 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-16 15:50:05,259 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,259 - card_creation - INFO - vR: All Hits: 18.45 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.55 / Single CF: 0 2025-02-16 15:50:05,259 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,259 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,259 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-16 15:50:05,259 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:05,259 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:05,259 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,259 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:05,259 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:05,259 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,259 - card_creation - INFO - raw do chances: 5.75 2025-02-16 15:50:05,259 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-16 15:50:05,259 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,259 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,259 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,259 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 15:50:05,259 - card_creation - INFO - vL: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 52.85 2025-02-16 15:50:05,259 - card_creation - INFO - vR: All other OB: 10.75 / HBP: 0 / BB: 10.75 / Total Chances: 58.25 2025-02-16 15:50:05,259 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 28.449999999999996 / Current Outs: 57.45 2025-02-16 15:50:05,259 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 18.2 / Current Outs: 47.2 2025-02-16 15:50:05,259 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,259 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,259 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,259 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,259 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,259 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,260 - card_creation - INFO - vL - All Hits: 6.9 / Other OB: 4.5 / All Outs: 96.5 / Total: 29.0 2025-02-16 15:50:05,260 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 3.5 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:05,260 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.6000000000000005 2025-02-16 15:50:05,260 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.699999999999999 2025-02-16 15:50:05,260 - card_creation - INFO - vL: All Hits: 6.9 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,260 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,260 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,260 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,260 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 15:50:05,260 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,260 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,260 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,260 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,260 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,261 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,261 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,261 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.499999999999999 2025-02-16 15:50:05,261 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,261 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,261 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 15:50:05,261 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,261 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 40.4 2025-02-16 15:50:05,261 - card_creation - INFO - vR: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 47.6 2025-02-16 15:50:05,261 - card_creation - INFO - vL: All Outs: 96.5 / Ks: 51.45 / Current Outs: 80.45 2025-02-16 15:50:05,261 - card_creation - INFO - vR: All Outs: 89.5 / Ks: 20.45 / Current Outs: 49.45 2025-02-16 15:50:05,261 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,261 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,261 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,261 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,261 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,261 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,262 - card_creation - INFO - vL - All Hits: 16.3 / Other OB: 7.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,262 - card_creation - INFO - vR - All Hits: 25.35 / Other OB: 10.45 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,262 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.0500000000000007 2025-02-16 15:50:05,262 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 2.0000000000000036 2025-02-16 15:50:05,262 - card_creation - INFO - vL: All Hits: 16.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,262 - card_creation - INFO - vR: All Hits: 25.35 / BP Singles: 5.0 / Single 2: 9.2 / Single 1: 9.15 / Single CF: 0 2025-02-16 15:50:05,262 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:05,262 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,262 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 15:50:05,262 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 15:50:05,262 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 15:50:05,262 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 15:50:05,262 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,262 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,262 - card_creation - INFO - raw do chances: 1.05 2025-02-16 15:50:05,262 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.9500000000000035 2025-02-16 15:50:05,262 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,262 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,262 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,262 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,262 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 15:50:05,262 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 52.7 2025-02-16 15:50:05,262 - card_creation - INFO - vR: All other OB: 10.45 / HBP: 0 / BB: 10.45 / Total Chances: 64.8 2025-02-16 15:50:05,262 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 12.549999999999997 / Current Outs: 41.55 2025-02-16 15:50:05,262 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 14.500000000000002 / Current Outs: 43.5 2025-02-16 15:50:05,262 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,262 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,263 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,263 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,263 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,263 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,263 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 5.1 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,263 - card_creation - INFO - vR - All Hits: 19.45 / Other OB: 13.95 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,263 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.8000000000000016 2025-02-16 15:50:05,264 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.949999999999999 2025-02-16 15:50:05,264 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 7.8 / Single 1: 7.75 / Single CF: 0 2025-02-16 15:50:05,264 - card_creation - INFO - vR: All Hits: 19.45 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,264 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,264 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,264 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: -0.09999999999999831 2025-02-16 15:50:05,264 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 15:50:05,264 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 15:50:05,264 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,264 - card_creation - INFO - excess xbh: -0.1 2025-02-16 15:50:05,264 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,264 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,264 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 4.449999999999999 2025-02-16 15:50:05,264 - card_creation - INFO - Triple: 0 / rem xbh: 4.45 2025-02-16 15:50:05,264 - card_creation - INFO - raw hr chances: 4.45 2025-02-16 15:50:05,264 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.45 2025-02-16 15:50:05,264 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,264 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 56.55 2025-02-16 15:50:05,264 - card_creation - INFO - vR: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 62.4 2025-02-16 15:50:05,264 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 18.85 / Current Outs: 47.85 2025-02-16 15:50:05,264 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 25.000000000000004 / Current Outs: 54.0 2025-02-16 15:50:05,264 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,264 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,264 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,264 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,264 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,264 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,265 - card_creation - INFO - vL - All Hits: 13.85 / Other OB: 10.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,265 - card_creation - INFO - vR - All Hits: 23.1 / Other OB: 9.75 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,265 - card_creation - INFO - remaining singles: -0.10000000000000075 / total xbh: 4.800000000000001 2025-02-16 15:50:05,265 - card_creation - INFO - remaining singles: -0.25 / total xbh: 7.600000000000003 2025-02-16 15:50:05,265 - card_creation - INFO - vL: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,265 - card_creation - INFO - vR: All Hits: 23.1 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,265 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,265 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,265 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,265 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,265 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,265 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 15:50:05,265 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,265 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,265 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,266 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.900000000000003 2025-02-16 15:50:05,266 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 15:50:05,266 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:05,266 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 15:50:05,266 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,266 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 52.85 2025-02-16 15:50:05,266 - card_creation - INFO - vR: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 61.85 2025-02-16 15:50:05,266 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 23.95 / Current Outs: 52.95 2025-02-16 15:50:05,266 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 27.200000000000003 / Current Outs: 56.2 2025-02-16 15:50:05,266 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,266 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,266 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,266 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,266 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,266 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,267 - card_creation - INFO - vL - All Hits: 19.25 / Other OB: 14.95 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,267 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 21.45 / All Outs: 68.0 / Total: 29.0 2025-02-16 15:50:05,267 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 10.350000000000001 2025-02-16 15:50:05,267 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.650000000000002 2025-02-16 15:50:05,267 - card_creation - INFO - vL: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 0.0 / Single CF: 1.95 2025-02-16 15:50:05,267 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,267 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-16 15:50:05,267 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,267 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.600000000000001 2025-02-16 15:50:05,267 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 15:50:05,267 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 15:50:05,267 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5999999999999996 2025-02-16 15:50:05,267 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,267 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,267 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,267 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.450000000000002 2025-02-16 15:50:05,268 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:05,268 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,268 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:05,268 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,268 - card_creation - INFO - vL: All other OB: 14.95 / HBP: 0 / BB: 14.95 / Total Chances: 63.2 2025-02-16 15:50:05,268 - card_creation - INFO - vR: All other OB: 21.45 / HBP: 2.0 / BB: 19.45 / Total Chances: 69.05 2025-02-16 15:50:05,268 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 18.000000000000004 / Current Outs: 47.0 2025-02-16 15:50:05,268 - card_creation - INFO - vR: All Outs: 68.0 / Ks: 15.5 / Current Outs: 44.5 2025-02-16 15:50:05,268 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,268 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,268 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,268 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,268 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,268 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,269 - card_creation - INFO - vL - All Hits: 11.0 / Other OB: 10.5 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,269 - card_creation - INFO - vR - All Hits: 3.2 / Other OB: 6.6 / All Outs: 98.0 / Total: 29.0 2025-02-16 15:50:05,269 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 6.7 2025-02-16 15:50:05,269 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.2500000000000002 2025-02-16 15:50:05,269 - card_creation - INFO - vL: All Hits: 11.0 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,269 - card_creation - INFO - vR: All Hits: 3.2 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,269 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,269 - card_creation - INFO - raw do chances: 6.05 2025-02-16 15:50:05,269 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 15:50:05,269 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,269 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,269 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,269 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,269 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,269 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,269 - card_creation - INFO - raw do chances: 1.05 2025-02-16 15:50:05,269 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.20000000000000018 2025-02-16 15:50:05,269 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 15:50:05,269 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 15:50:05,269 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,269 - card_creation - INFO - excess xbh: 0.2 2025-02-16 15:50:05,269 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 15:50:05,269 - card_creation - INFO - vL: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 50.5 2025-02-16 15:50:05,269 - card_creation - INFO - vR: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 38.8 2025-02-16 15:50:05,269 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 30.45 / Current Outs: 59.45 2025-02-16 15:50:05,269 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 52.35 / Current Outs: 81.35 2025-02-16 15:50:05,269 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,269 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,270 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,270 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,270 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,270 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,270 - card_creation - INFO - vL - All Hits: 19.0 / Other OB: 10.8 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,270 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 11.15 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,270 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.100000000000001 2025-02-16 15:50:05,270 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 6.75 2025-02-16 15:50:05,270 - card_creation - INFO - vL: All Hits: 19.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,270 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,270 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 15:50:05,270 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,270 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.9000000000000012 2025-02-16 15:50:05,271 - card_creation - INFO - Triple: 0 / rem xbh: 3.9 2025-02-16 15:50:05,271 - card_creation - INFO - raw hr chances: 3.9 2025-02-16 15:50:05,271 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.9 2025-02-16 15:50:05,271 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,271 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:05,271 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,271 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 15:50:05,271 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,271 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,271 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:05,271 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,271 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 3.0 / BB: 7.8 / Total Chances: 58.8 2025-02-16 15:50:05,271 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 60.3 2025-02-16 15:50:05,271 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 24.150000000000002 / Current Outs: 53.15 2025-02-16 15:50:05,271 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 23.8 / Current Outs: 52.8 2025-02-16 15:50:05,271 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,271 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,271 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,271 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,271 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,271 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,272 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 5.7 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,272 - card_creation - INFO - vR - All Hits: 16.35 / Other OB: 16.4 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,272 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: -0.20000000000000018 2025-02-16 15:50:05,272 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.8500000000000014 2025-02-16 15:50:05,272 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,272 - card_creation - INFO - vR: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,272 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 15:50:05,272 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,272 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-16 15:50:05,272 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,272 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,272 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,272 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,272 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,272 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 51.1 2025-02-16 15:50:05,272 - card_creation - INFO - vR: All other OB: 16.4 / HBP: 8.0 / BB: 8.4 / Total Chances: 61.75 2025-02-16 15:50:05,272 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 10.25 / Current Outs: 39.25 2025-02-16 15:50:05,272 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 30.55 / Current Outs: 59.55 2025-02-16 15:50:05,272 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,273 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,273 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,273 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,273 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,273 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,273 - card_creation - INFO - vL - All Hits: 16.35 / Other OB: 5.85 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,273 - card_creation - INFO - vR - All Hits: 27.0 / Other OB: 6.6 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,273 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.900000000000002 2025-02-16 15:50:05,273 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.150000000000002 2025-02-16 15:50:05,273 - card_creation - INFO - vL: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,273 - card_creation - INFO - vR: All Hits: 27.0 / BP Singles: 5.0 / Single 2: 6.95 / Single 1: 6.9 / Single CF: 0 2025-02-16 15:50:05,273 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,274 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,274 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.1500000000000021 2025-02-16 15:50:05,274 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 15:50:05,274 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:05,274 - card_creation - INFO - BP HR: 0 / ND HR: 1.15 2025-02-16 15:50:05,274 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,274 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,274 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,274 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 2.7500000000000018 2025-02-16 15:50:05,274 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:05,274 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:05,274 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 15:50:05,274 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,274 - card_creation - INFO - vL: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 51.2 2025-02-16 15:50:05,274 - card_creation - INFO - vR: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 62.6 2025-02-16 15:50:05,274 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 34.1 / Current Outs: 63.1 2025-02-16 15:50:05,274 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 19.349999999999998 / Current Outs: 48.35 2025-02-16 15:50:05,274 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,274 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,274 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,274 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,274 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,274 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,275 - card_creation - INFO - vL - All Hits: 19.15 / Other OB: 11.45 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,275 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 2.25 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,275 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.6499999999999986 2025-02-16 15:50:05,275 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8500000000000014 2025-02-16 15:50:05,275 - card_creation - INFO - vL: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 6.75 / Single 1: 6.75 / Single CF: 0 2025-02-16 15:50:05,275 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 6.9 / Single 1: 6.85 / Single CF: 0 2025-02-16 15:50:05,275 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,275 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,275 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6499999999999986 2025-02-16 15:50:05,275 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,275 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,275 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,275 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,275 - card_creation - INFO - Passing 0.65 xbh to single** 2025-02-16 15:50:05,275 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 15:50:05,275 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,275 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.8500000000000014 2025-02-16 15:50:05,275 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-16 15:50:05,275 - card_creation - INFO - raw hr chances: 2.85 2025-02-16 15:50:05,275 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-16 15:50:05,275 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,275 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 59.6 2025-02-16 15:50:05,275 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 52.85 2025-02-16 15:50:05,275 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 34.50000000000001 / Current Outs: 63.5 2025-02-16 15:50:05,275 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 27.7 / Current Outs: 56.7 2025-02-16 15:50:05,276 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,276 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,276 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,276 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,276 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,276 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,276 - card_creation - INFO - vL - All Hits: 22.6 / Other OB: 16.9 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,277 - card_creation - INFO - vR - All Hits: 11.6 / Other OB: 11.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,277 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.25 2025-02-16 15:50:05,277 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 1.9999999999999982 2025-02-16 15:50:05,277 - card_creation - INFO - vL: All Hits: 22.6 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.15 / Single CF: 0 2025-02-16 15:50:05,277 - card_creation - INFO - vR: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,277 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,277 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,277 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,277 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,277 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9999999999999982 2025-02-16 15:50:05,277 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 15:50:05,277 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,277 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,277 - card_creation - INFO - vL: All other OB: 16.9 / HBP: 0 / BB: 16.9 / Total Chances: 68.5 2025-02-16 15:50:05,277 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 52.3 2025-02-16 15:50:05,277 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 49.05000000000001 / Current Outs: 78.05 2025-02-16 15:50:05,277 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 54.25 / Current Outs: 83.25 2025-02-16 15:50:05,278 - card_creation - INFO - Remaining outs: -9.549999999999997 2025-02-16 15:50:05,278 - card_creation - INFO - Passing -9.549999999999997 outs to strikeouts 2025-02-16 15:50:05,278 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,278 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,278 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,278 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,278 - card_creation - INFO - vL - All Hits: 14.85 / Other OB: 14.55 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,278 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 8.45 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,278 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.450000000000001 2025-02-16 15:50:05,279 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.149999999999999 2025-02-16 15:50:05,279 - card_creation - INFO - vL: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,279 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,279 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,279 - card_creation - INFO - raw do chances: 7.1 2025-02-16 15:50:05,279 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 0.3500000000000014 2025-02-16 15:50:05,279 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,279 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,279 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,279 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,279 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,279 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,279 - card_creation - INFO - raw do chances: 6.85 2025-02-16 15:50:05,279 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 15:50:05,279 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,279 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,279 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,279 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,279 - card_creation - INFO - vL: All other OB: 14.55 / HBP: 0 / BB: 14.55 / Total Chances: 58.4 2025-02-16 15:50:05,279 - card_creation - INFO - vR: All other OB: 8.45 / HBP: 0 / BB: 8.45 / Total Chances: 60.6 2025-02-16 15:50:05,279 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 23.4 / Current Outs: 52.4 2025-02-16 15:50:05,279 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 18.5 / Current Outs: 47.5 2025-02-16 15:50:05,279 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,279 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,279 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,279 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,279 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,279 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,280 - card_creation - INFO - vL - All Hits: 0.0 / Other OB: 20.65 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,280 - card_creation - INFO - vR - All Hits: 5.7 / Other OB: 2.75 / All Outs: 99.5 / Total: 29.0 2025-02-16 15:50:05,280 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.9499999999999997 2025-02-16 15:50:05,280 - card_creation - INFO - vL: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,280 - card_creation - INFO - vR: All Hits: 5.7 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-16 15:50:05,280 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,280 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,280 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,280 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,280 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 15:50:05,280 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,280 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,280 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 15:50:05,280 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,280 - card_creation - INFO - vL: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 49.65 2025-02-16 15:50:05,280 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 37.45 2025-02-16 15:50:05,280 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 28.3 / Current Outs: 57.3 2025-02-16 15:50:05,281 - card_creation - INFO - vR: All Outs: 99.5 / Ks: 36.2 / Current Outs: 65.2 2025-02-16 15:50:05,281 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,281 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,281 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,281 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,281 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,281 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,281 - card_creation - INFO - vL - All Hits: 22.0 / Other OB: 17.1 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:05,281 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 5.75 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,281 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.6499999999999986 2025-02-16 15:50:05,281 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.350000000000001 2025-02-16 15:50:05,281 - card_creation - INFO - vL: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.65 / Single CF: 0 2025-02-16 15:50:05,281 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:05,282 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 15:50:05,282 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,282 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.2499999999999987 2025-02-16 15:50:05,282 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,282 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,282 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,282 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,282 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,282 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,282 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,282 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.6000000000000014 2025-02-16 15:50:05,282 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,282 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,282 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,282 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 15:50:05,282 - card_creation - INFO - vL: All other OB: 17.1 / HBP: 0 / BB: 17.1 / Total Chances: 68.1 2025-02-16 15:50:05,282 - card_creation - INFO - vR: All other OB: 5.75 / HBP: 0 / BB: 5.75 / Total Chances: 53.0 2025-02-16 15:50:05,282 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-16 15:50:05,282 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.2 / Current Outs: 48.2 2025-02-16 15:50:05,282 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,282 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,282 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,282 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,282 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,282 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,283 - card_creation - INFO - vL - All Hits: 13.45 / Other OB: 6.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,283 - card_creation - INFO - vR - All Hits: 27.15 / Other OB: 5.4 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,283 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.6499999999999986 2025-02-16 15:50:05,283 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 20.2 2025-02-16 15:50:05,283 - card_creation - INFO - vL: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,283 - card_creation - INFO - vR: All Hits: 27.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.95 2025-02-16 15:50:05,283 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,283 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,283 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: -0.10000000000000142 2025-02-16 15:50:05,283 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 15:50:05,283 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 15:50:05,283 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,283 - card_creation - INFO - excess xbh: -0.1 2025-02-16 15:50:05,283 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.95 2025-02-16 15:50:05,283 - card_creation - INFO - raw do chances: 19.2 2025-02-16 15:50:05,283 - card_creation - INFO - Double**: 0.0 / Double(cf): 19.2 / rem xbh: 1.0 2025-02-16 15:50:05,283 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,283 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,283 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,283 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,283 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 2.0 / BB: 4.75 / Total Chances: 49.3 2025-02-16 15:50:05,283 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 61.55 2025-02-16 15:50:05,283 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 34.2 / Current Outs: 63.2 2025-02-16 15:50:05,283 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 20.549999999999997 / Current Outs: 49.55 2025-02-16 15:50:05,283 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,284 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,284 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,284 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,284 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,284 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,284 - card_creation - INFO - vL - All Hits: 22.95 / Other OB: 10.5 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,284 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 15.0 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,285 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.7 2025-02-16 15:50:05,285 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.55 2025-02-16 15:50:05,285 - card_creation - INFO - vL: All Hits: 22.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,285 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,285 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,285 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,285 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.299999999999999 2025-02-16 15:50:05,285 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 15:50:05,285 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 15:50:05,285 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.3 2025-02-16 15:50:05,285 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,285 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,285 - card_creation - INFO - raw do chances: 6.4 2025-02-16 15:50:05,285 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 15:50:05,285 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,285 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,285 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 15:50:05,285 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,285 - card_creation - INFO - vL: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 62.45 2025-02-16 15:50:05,285 - card_creation - INFO - vR: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 64.0 2025-02-16 15:50:05,285 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 15:50:05,285 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 19.95 / Current Outs: 48.95 2025-02-16 15:50:05,285 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,285 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,285 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,285 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,286 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,286 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,286 - card_creation - INFO - vL - All Hits: 29.35 / Other OB: 6.9 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,286 - card_creation - INFO - vR - All Hits: 20.45 / Other OB: 3.25 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,286 - card_creation - INFO - remaining singles: 0.0 / total xbh: 12.050000000000004 2025-02-16 15:50:05,286 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.449999999999999 2025-02-16 15:50:05,287 - card_creation - INFO - vL: All Hits: 29.35 / BP Singles: 5.0 / Single 2: 6.15 / Single 1: 6.15 / Single CF: 0 2025-02-16 15:50:05,287 - card_creation - INFO - vR: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,287 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,287 - card_creation - INFO - raw do chances: 10.85 2025-02-16 15:50:05,287 - card_creation - INFO - Double**: 10.85 / Double(cf): 0.0 / rem xbh: 1.2000000000000046 2025-02-16 15:50:05,287 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,287 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,287 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,287 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 15:50:05,287 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 15:50:05,287 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,287 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,287 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.049999999999999 2025-02-16 15:50:05,287 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,287 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,287 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,287 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 15:50:05,287 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 15:50:05,287 - card_creation - INFO - vL: All other OB: 6.9 / HBP: 0 / BB: 6.9 / Total Chances: 65.25 2025-02-16 15:50:05,287 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 52.7 2025-02-16 15:50:05,287 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 15:50:05,287 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-16 15:50:05,287 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,287 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,287 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,287 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,287 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,287 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,288 - card_creation - INFO - vL - All Hits: 31.1 / Other OB: 3.3 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,288 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 8.3 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,288 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 14.700000000000003 2025-02-16 15:50:05,288 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 14.350000000000001 2025-02-16 15:50:05,288 - card_creation - INFO - vL: All Hits: 31.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,288 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 15:50:05,288 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,288 - card_creation - INFO - raw do chances: 14.7 2025-02-16 15:50:05,288 - card_creation - INFO - Double**: 14.7 / Double(cf): 0.0 / rem xbh: 3.552713678800501e-15 2025-02-16 15:50:05,288 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,288 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,288 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,288 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,288 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,289 - card_creation - INFO - raw do chances: 10.75 2025-02-16 15:50:05,289 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.75 / rem xbh: 3.6000000000000014 2025-02-16 15:50:05,289 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 15:50:05,289 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 15:50:05,289 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.6 2025-02-16 15:50:05,289 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,289 - card_creation - INFO - vL: All other OB: 3.3 / HBP: 0 / BB: 3.3 / Total Chances: 63.4 2025-02-16 15:50:05,289 - card_creation - INFO - vR: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 56.65 2025-02-16 15:50:05,289 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 31.650000000000002 / Current Outs: 60.65 2025-02-16 15:50:05,289 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 37.650000000000006 / Current Outs: 66.65 2025-02-16 15:50:05,289 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,289 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,289 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,289 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,289 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,289 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,289 - card_creation - INFO - vL - All Hits: 21.95 / Other OB: 12.85 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,290 - card_creation - INFO - vR - All Hits: 20.1 / Other OB: 11.75 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,290 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.949999999999999 2025-02-16 15:50:05,290 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.600000000000001 2025-02-16 15:50:05,290 - card_creation - INFO - vL: All Hits: 21.95 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,290 - card_creation - INFO - vR: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,290 - card_creation - INFO - hr%: 0.05 / tr%: 0.70 / do%: 0.20 2025-02-16 15:50:05,290 - card_creation - INFO - raw do chances: 1.65 2025-02-16 15:50:05,290 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 6.299999999999999 2025-02-16 15:50:05,290 - card_creation - INFO - Triple: 4.5 / rem xbh: 1.8 2025-02-16 15:50:05,290 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 15:50:05,290 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,290 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-16 15:50:05,290 - card_creation - INFO - hr%: 0.85 / tr%: 0.10 / do%: 0.10 2025-02-16 15:50:05,290 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,290 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.600000000000001 2025-02-16 15:50:05,290 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 15:50:05,290 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 15:50:05,290 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.6 2025-02-16 15:50:05,290 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,290 - card_creation - INFO - vL: All other OB: 12.85 / HBP: 0 / BB: 12.85 / Total Chances: 64.0 2025-02-16 15:50:05,290 - card_creation - INFO - vR: All other OB: 11.75 / HBP: 6.0 / BB: 5.75 / Total Chances: 60.85 2025-02-16 15:50:05,290 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 39.1 / Current Outs: 68.1 2025-02-16 15:50:05,290 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 15:50:05,290 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,290 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,290 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,290 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,290 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,290 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,291 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 8.4 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,291 - card_creation - INFO - vR - All Hits: 13.9 / Other OB: 6.5 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,291 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.700000000000001 2025-02-16 15:50:05,291 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 4.850000000000001 2025-02-16 15:50:05,291 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,291 - card_creation - INFO - vR: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,291 - card_creation - INFO - hr%: 0.25 / tr%: 0.15 / do%: 0.60 2025-02-16 15:50:05,291 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,291 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.300000000000001 2025-02-16 15:50:05,291 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,291 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,291 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,291 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 15:50:05,291 - card_creation - INFO - Passing 0.2999999999999998 xbh to double** 2025-02-16 15:50:05,291 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,291 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,291 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.4500000000000015 2025-02-16 15:50:05,291 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:05,291 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:05,292 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-16 15:50:05,292 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,292 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 57.95 2025-02-16 15:50:05,292 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 49.4 2025-02-16 15:50:05,292 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 24.549999999999997 / Current Outs: 53.55 2025-02-16 15:50:05,292 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:05,292 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,292 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,292 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,292 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,292 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,292 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,293 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 11.05 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,293 - card_creation - INFO - vR - All Hits: 15.05 / Other OB: 6.3 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,293 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.35 2025-02-16 15:50:05,293 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.850000000000001 2025-02-16 15:50:05,293 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,293 - card_creation - INFO - vR: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,293 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,293 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,293 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 15:50:05,293 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,293 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,293 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,293 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,293 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,293 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,293 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,293 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6000000000000014 2025-02-16 15:50:05,293 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:05,293 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:05,293 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 15:50:05,293 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,293 - card_creation - INFO - vL: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 60.25 2025-02-16 15:50:05,293 - card_creation - INFO - vR: All other OB: 6.3 / HBP: 2.0 / BB: 4.3 / Total Chances: 50.35 2025-02-16 15:50:05,293 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 33.900000000000006 / Current Outs: 62.9 2025-02-16 15:50:05,294 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 41.650000000000006 / Current Outs: 70.65 2025-02-16 15:50:05,294 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,294 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,294 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,294 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,294 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,294 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,294 - card_creation - INFO - vL - All Hits: 23.35 / Other OB: 3.5 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,294 - card_creation - INFO - vR - All Hits: 24.05 / Other OB: 3.4 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,294 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.25 2025-02-16 15:50:05,295 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.3000000000000025 2025-02-16 15:50:05,295 - card_creation - INFO - vL: All Hits: 23.35 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.55 / Single CF: 0 2025-02-16 15:50:05,295 - card_creation - INFO - vR: All Hits: 24.05 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-16 15:50:05,295 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 15:50:05,295 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,295 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 3.9 2025-02-16 15:50:05,295 - card_creation - INFO - Triple: 0 / rem xbh: 3.9 2025-02-16 15:50:05,295 - card_creation - INFO - raw hr chances: 3.9 2025-02-16 15:50:05,295 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.9 2025-02-16 15:50:05,295 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,295 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,295 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,295 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.8000000000000025 2025-02-16 15:50:05,295 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 15:50:05,295 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 15:50:05,295 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-16 15:50:05,295 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,295 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 55.85 2025-02-16 15:50:05,295 - card_creation - INFO - vR: All other OB: 3.4 / HBP: 1.0 / BB: 2.4 / Total Chances: 56.45 2025-02-16 15:50:05,295 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-16 15:50:05,295 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 17.55 / Current Outs: 46.55 2025-02-16 15:50:05,295 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,295 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,295 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,295 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,295 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,295 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,296 - card_creation - INFO - vL - All Hits: 12.1 / Other OB: 5.1 / All Outs: 91.0 / Total: 29.0 2025-02-16 15:50:05,296 - card_creation - INFO - vR - All Hits: 11.6 / Other OB: 11.3 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,296 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 0.6999999999999984 2025-02-16 15:50:05,296 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.049999999999999 2025-02-16 15:50:05,296 - card_creation - INFO - vL: All Hits: 12.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,296 - card_creation - INFO - vR: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,296 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-16 15:50:05,296 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,296 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-16 15:50:05,296 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 15:50:05,296 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 15:50:05,296 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,296 - card_creation - INFO - excess xbh: 0.7 2025-02-16 15:50:05,296 - card_creation - INFO - Passing 0.7 xbh to single** 2025-02-16 15:50:05,296 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-16 15:50:05,296 - card_creation - INFO - raw do chances: 1.1 2025-02-16 15:50:05,296 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 1.9499999999999988 2025-02-16 15:50:05,296 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,296 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,296 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-16 15:50:05,296 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,296 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 46.2 2025-02-16 15:50:05,296 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 51.9 2025-02-16 15:50:05,296 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 33.85 / Current Outs: 62.85 2025-02-16 15:50:05,297 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 31.649999999999995 / Current Outs: 60.65 2025-02-16 15:50:05,297 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,297 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,297 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,297 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,297 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,297 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,297 - card_creation - INFO - vL - All Hits: 37.8 / Other OB: 16.5 / All Outs: 53.5 / Total: 29.0 2025-02-16 15:50:05,297 - card_creation - INFO - vR - All Hits: 4.5 / Other OB: 18.7 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,297 - card_creation - INFO - remaining singles: -3.552713678800501e-15 / total xbh: 0.7499999999999964 2025-02-16 15:50:05,298 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-16 15:50:05,298 - card_creation - INFO - vL: All Hits: 37.8 / BP Singles: 5.0 / Single 2: 16.0 / Single 1: 16.05 / Single CF: 0 2025-02-16 15:50:05,298 - card_creation - INFO - vR: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,298 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,298 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,298 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7499999999999964 2025-02-16 15:50:05,298 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:05,298 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:05,298 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,298 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:05,298 - card_creation - INFO - Passing 0.75 xbh to single** 2025-02-16 15:50:05,298 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 15:50:05,298 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,298 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 15:50:05,298 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,298 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,298 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,298 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,298 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 15:50:05,298 - card_creation - INFO - vL: All other OB: 16.5 / HBP: 7.0 / BB: 9.5 / Total Chances: 83.3 2025-02-16 15:50:05,298 - card_creation - INFO - vR: All other OB: 18.7 / HBP: 0 / BB: 18.7 / Total Chances: 52.2 2025-02-16 15:50:05,298 - card_creation - INFO - vL: All Outs: 53.5 / Ks: 12.45 / Current Outs: 41.45 2025-02-16 15:50:05,298 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 15:50:05,298 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,298 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,298 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,298 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,298 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,298 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,299 - card_creation - INFO - vL - All Hits: 25.1 / Other OB: 8.25 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,299 - card_creation - INFO - vR - All Hits: 16.7 / Other OB: 14.15 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,299 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 9.300000000000002 2025-02-16 15:50:05,299 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.199999999999999 2025-02-16 15:50:05,299 - card_creation - INFO - vL: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,299 - card_creation - INFO - vR: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,299 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,299 - card_creation - INFO - raw do chances: 6.05 2025-02-16 15:50:05,299 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 3.2500000000000027 2025-02-16 15:50:05,299 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-16 15:50:05,299 - card_creation - INFO - raw hr chances: 3.25 2025-02-16 15:50:05,299 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-16 15:50:05,299 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,299 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,299 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,299 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 15:50:05,299 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,299 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,299 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 15:50:05,299 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,299 - card_creation - INFO - vL: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 62.35 2025-02-16 15:50:05,299 - card_creation - INFO - vR: All other OB: 14.15 / HBP: 3.0 / BB: 11.15 / Total Chances: 59.85 2025-02-16 15:50:05,299 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 11.699999999999998 / Current Outs: 40.7 2025-02-16 15:50:05,299 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.799999999999997 / Current Outs: 49.8 2025-02-16 15:50:05,299 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,299 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,300 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,300 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,300 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,300 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,300 - card_creation - INFO - vL - All Hits: 18.25 / Other OB: 11.75 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,300 - card_creation - INFO - vR - All Hits: 14.4 / Other OB: 3.2 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,300 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.449999999999999 2025-02-16 15:50:05,300 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 4.6 2025-02-16 15:50:05,300 - card_creation - INFO - vL: All Hits: 18.25 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,300 - card_creation - INFO - vR: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,300 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,300 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,300 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 4.049999999999999 2025-02-16 15:50:05,300 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-16 15:50:05,300 - card_creation - INFO - raw hr chances: 4.05 2025-02-16 15:50:05,300 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.05 2025-02-16 15:50:05,301 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,301 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,301 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,301 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 15:50:05,301 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,301 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,301 - card_creation - INFO - BP HR: 0.0 / ND HR: 1.1 2025-02-16 15:50:05,301 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,301 - card_creation - INFO - vL: All other OB: 11.75 / HBP: 0 / BB: 11.75 / Total Chances: 59.0 2025-02-16 15:50:05,301 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 46.6 2025-02-16 15:50:05,301 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 46.2 / Current Outs: 75.2 2025-02-16 15:50:05,301 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 44.75 / Current Outs: 73.75 2025-02-16 15:50:05,301 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,301 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,301 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,301 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,301 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,301 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,302 - card_creation - INFO - vL - All Hits: 10.4 / Other OB: 13.6 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,302 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 12.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,302 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 5.4 2025-02-16 15:50:05,302 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0500000000000016 2025-02-16 15:50:05,302 - card_creation - INFO - vL: All Hits: 10.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,302 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,302 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:05,302 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,302 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.6500000000000004 2025-02-16 15:50:05,302 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 15:50:05,302 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 15:50:05,302 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 15:50:05,302 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,302 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,302 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,302 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.04999999999999849 2025-02-16 15:50:05,302 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,302 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,302 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,302 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,303 - card_creation - INFO - vL: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 53.0 2025-02-16 15:50:05,303 - card_creation - INFO - vR: All other OB: 12.8 / HBP: 1.0 / BB: 11.8 / Total Chances: 56.5 2025-02-16 15:50:05,303 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 35.35 / Current Outs: 64.35 2025-02-16 15:50:05,303 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 30.15 / Current Outs: 59.15 2025-02-16 15:50:05,303 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,303 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,303 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,303 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,303 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,303 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,303 - card_creation - INFO - vL - All Hits: 21.3 / Other OB: 2.1 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,304 - card_creation - INFO - vR - All Hits: 22.25 / Other OB: 2.2 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,304 - card_creation - INFO - remaining singles: -0.14999999999999858 / total xbh: 6.100000000000003 2025-02-16 15:50:05,304 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.25 2025-02-16 15:50:05,304 - card_creation - INFO - vL: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,304 - card_creation - INFO - vR: All Hits: 22.25 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,304 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 15:50:05,304 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,304 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 4.200000000000003 2025-02-16 15:50:05,304 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 15:50:05,304 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 15:50:05,304 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.2 2025-02-16 15:50:05,304 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,304 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,304 - card_creation - INFO - raw do chances: 6.6 2025-02-16 15:50:05,304 - card_creation - INFO - Double**: 6.6 / Double(cf): 0.0 / rem xbh: 1.6500000000000004 2025-02-16 15:50:05,304 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,304 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,304 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,304 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,304 - card_creation - INFO - vL: All other OB: 2.1 / HBP: 0 / BB: 2.1 / Total Chances: 52.4 2025-02-16 15:50:05,304 - card_creation - INFO - vR: All other OB: 2.2 / HBP: 0 / BB: 2.2 / Total Chances: 53.8 2025-02-16 15:50:05,304 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 25.849999999999998 / Current Outs: 54.85 2025-02-16 15:50:05,304 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 23.75 / Current Outs: 52.75 2025-02-16 15:50:05,304 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,305 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,305 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,305 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,305 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,305 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,305 - card_creation - INFO - vL - All Hits: 25.6 / Other OB: 2.4 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,305 - card_creation - INFO - vR - All Hits: 11.85 / Other OB: 13.6 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,305 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 13.100000000000001 2025-02-16 15:50:05,306 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.3499999999999996 2025-02-16 15:50:05,306 - card_creation - INFO - vL: All Hits: 25.6 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,306 - card_creation - INFO - vR: All Hits: 11.85 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,306 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,306 - card_creation - INFO - raw do chances: 13.1 2025-02-16 15:50:05,306 - card_creation - INFO - Double**: 13.1 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-16 15:50:05,306 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,306 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,306 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3499999999999996 2025-02-16 15:50:05,306 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,306 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,306 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,306 - card_creation - INFO - Passing 0.3500000000000001 xbh to single** 2025-02-16 15:50:05,306 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 57.0 2025-02-16 15:50:05,306 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 54.45 2025-02-16 15:50:05,306 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 23.55 / Current Outs: 52.55 2025-02-16 15:50:05,306 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 45.35 / Current Outs: 74.35 2025-02-16 15:50:05,306 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,306 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,306 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,306 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,306 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,307 - card_creation - INFO - vL - All Hits: 17.3 / Other OB: 8.3 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,307 - card_creation - INFO - vR - All Hits: 16.45 / Other OB: 6.55 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,307 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 3.900000000000002 2025-02-16 15:50:05,307 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.95 2025-02-16 15:50:05,307 - card_creation - INFO - vL: All Hits: 17.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,307 - card_creation - INFO - vR: All Hits: 16.45 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,307 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,307 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,307 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.5000000000000022 2025-02-16 15:50:05,307 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,307 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,307 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,307 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,307 - card_creation - INFO - raw do chances: 11.95 2025-02-16 15:50:05,307 - card_creation - INFO - Double**: 11.95 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - vL: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 55.1 2025-02-16 15:50:05,307 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 52.0 2025-02-16 15:50:05,307 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 21.65 / Current Outs: 50.65 2025-02-16 15:50:05,307 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-16 15:50:05,307 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,307 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,308 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,308 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,308 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,308 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,308 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 7.95 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,308 - card_creation - INFO - vR - All Hits: 28.25 / Other OB: 5.7 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,308 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.2999999999999998 2025-02-16 15:50:05,308 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.1 2025-02-16 15:50:05,308 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,308 - card_creation - INFO - vR: All Hits: 28.25 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.55 / Single CF: 0 2025-02-16 15:50:05,308 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,308 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,308 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 15:50:05,308 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,308 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,308 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,308 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,308 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,308 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,309 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 15:50:05,309 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:05,309 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:05,309 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,309 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:05,309 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:05,309 - card_creation - INFO - vL: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 49.3 2025-02-16 15:50:05,309 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 62.95 2025-02-16 15:50:05,309 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 21.0 / Current Outs: 50.0 2025-02-16 15:50:05,309 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 20.25 / Current Outs: 49.25 2025-02-16 15:50:05,309 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,309 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,309 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,309 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,309 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,309 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,310 - card_creation - INFO - vL - All Hits: 36.7 / Other OB: 3.2 / All Outs: 68.0 / Total: 29.0 2025-02-16 15:50:05,310 - card_creation - INFO - vR - All Hits: 26.65 / Other OB: 12.35 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:05,310 - card_creation - INFO - remaining singles: 3.552713678800501e-15 / total xbh: 1.7763568394002505e-15 2025-02-16 15:50:05,310 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 13.95 2025-02-16 15:50:05,310 - card_creation - INFO - vL: All Hits: 36.7 / BP Singles: 5.0 / Single 2: 15.85 / Single 1: 15.85 / Single CF: 0 2025-02-16 15:50:05,310 - card_creation - INFO - vR: All Hits: 26.65 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,310 - card_creation - INFO - hr%: 0.10 / tr%: 0.30 / do%: 0.60 2025-02-16 15:50:05,310 - card_creation - INFO - raw do chances: 8.35 2025-02-16 15:50:05,310 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 5.6 2025-02-16 15:50:05,310 - card_creation - INFO - Triple: 1.7 / rem xbh: 3.9 2025-02-16 15:50:05,310 - card_creation - INFO - raw hr chances: 3.9 2025-02-16 15:50:05,310 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-16 15:50:05,311 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 15:50:05,311 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 2.0 / BB: 1.2 / Total Chances: 68.9 2025-02-16 15:50:05,311 - card_creation - INFO - vR: All other OB: 12.35 / HBP: 0 / BB: 12.35 / Total Chances: 68.1 2025-02-16 15:50:05,311 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 36.75 / Current Outs: 65.75 2025-02-16 15:50:05,311 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 23.599999999999998 / Current Outs: 52.6 2025-02-16 15:50:05,311 - card_creation - INFO - Remaining outs: 0.7000000000000028 2025-02-16 15:50:05,311 - card_creation - INFO - Passing 0.7000000000000028 outs to strikeouts 2025-02-16 15:50:05,311 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,311 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,311 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,311 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,311 - card_creation - INFO - vL - All Hits: 14.3 / Other OB: 12.15 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,311 - card_creation - INFO - vR - All Hits: 9.75 / Other OB: 12.35 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,312 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.100000000000001 2025-02-16 15:50:05,312 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.949999999999999 2025-02-16 15:50:05,312 - card_creation - INFO - vL: All Hits: 14.3 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,312 - card_creation - INFO - vR: All Hits: 9.75 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,312 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.30 2025-02-16 15:50:05,312 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,312 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 3.5000000000000013 2025-02-16 15:50:05,312 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-16 15:50:05,312 - card_creation - INFO - raw hr chances: 3.5 2025-02-16 15:50:05,312 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-16 15:50:05,312 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,312 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,312 - card_creation - INFO - raw do chances: 2.75 2025-02-16 15:50:05,312 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 15:50:05,312 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,312 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,312 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,312 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,312 - card_creation - INFO - vL: All other OB: 12.15 / HBP: 0 / BB: 12.15 / Total Chances: 55.45 2025-02-16 15:50:05,312 - card_creation - INFO - vR: All other OB: 12.35 / HBP: 0 / BB: 12.35 / Total Chances: 51.1 2025-02-16 15:50:05,312 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 28.8 / Current Outs: 57.8 2025-02-16 15:50:05,312 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 38.6 / Current Outs: 67.6 2025-02-16 15:50:05,312 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,312 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,313 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,313 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,313 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,313 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,313 - card_creation - INFO - vL - All Hits: 14.95 / Other OB: 8.45 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,313 - card_creation - INFO - vR - All Hits: 12.2 / Other OB: 9.9 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,313 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 2.4499999999999993 2025-02-16 15:50:05,313 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.299999999999999 2025-02-16 15:50:05,314 - card_creation - INFO - vL: All Hits: 14.95 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,314 - card_creation - INFO - vR: All Hits: 12.2 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,314 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,314 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,314 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-16 15:50:05,314 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 15:50:05,314 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,314 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 15:50:05,314 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,314 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:05,314 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,314 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.899999999999999 2025-02-16 15:50:05,314 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 15:50:05,314 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:05,314 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 15:50:05,314 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,314 - card_creation - INFO - vL: All other OB: 8.45 / HBP: 1.0 / BB: 7.45 / Total Chances: 52.4 2025-02-16 15:50:05,314 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 51.1 2025-02-16 15:50:05,314 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 21.5 / Current Outs: 50.5 2025-02-16 15:50:05,314 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 15:50:05,314 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,314 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,314 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,314 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,314 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,314 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,315 - card_creation - INFO - vL - All Hits: 4.2 / Other OB: 7.3 / All Outs: 96.5 / Total: 29.0 2025-02-16 15:50:05,315 - card_creation - INFO - vR - All Hits: 12.8 / Other OB: 11.15 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,315 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 0.6000000000000001 2025-02-16 15:50:05,315 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 3.5 2025-02-16 15:50:05,315 - card_creation - INFO - vL: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,315 - card_creation - INFO - vR: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,315 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,315 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,315 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6000000000000001 2025-02-16 15:50:05,315 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:05,315 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:05,315 - card_creation - INFO - BP HR: 0 / ND HR: 0.6 2025-02-16 15:50:05,315 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,315 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,315 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,315 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 15:50:05,315 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,315 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,315 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,315 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,315 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,315 - card_creation - INFO - vL: All other OB: 7.3 / HBP: 2.0 / BB: 5.3 / Total Chances: 40.5 2025-02-16 15:50:05,315 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 52.95 2025-02-16 15:50:05,315 - card_creation - INFO - vL: All Outs: 96.5 / Ks: 43.650000000000006 / Current Outs: 72.65 2025-02-16 15:50:05,315 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 22.8 / Current Outs: 51.8 2025-02-16 15:50:05,315 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,316 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,316 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,316 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,316 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,316 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,316 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 2.8 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:05,316 - card_creation - INFO - vR - All Hits: 21.8 / Other OB: 0.0 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,316 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: -0.20000000000000018 2025-02-16 15:50:05,316 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.100000000000001 2025-02-16 15:50:05,316 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,316 - card_creation - INFO - vR: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 6.35 / Single 1: 6.35 / Single CF: 0 2025-02-16 15:50:05,316 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,316 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,316 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.3500000000000014 2025-02-16 15:50:05,317 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,317 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,317 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,317 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,317 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,317 - card_creation - INFO - vL: All other OB: 2.8 / HBP: 0 / BB: 2.8 / Total Chances: 47.9 2025-02-16 15:50:05,317 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 50.8 2025-02-16 15:50:05,317 - card_creation - INFO - vL: All Outs: 89.5 / Ks: -0.8499999999999999 / Current Outs: 28.15 2025-02-16 15:50:05,317 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 15:50:05,317 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,317 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 15:50:05,317 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,317 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,317 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,317 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,317 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 9.5 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,317 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 10.4 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,318 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.7 2025-02-16 15:50:05,318 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.75 2025-02-16 15:50:05,318 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 0.0 / Single CF: 4.25 2025-02-16 15:50:05,318 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:05,318 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.30 2025-02-16 15:50:05,318 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,318 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.499999999999999 2025-02-16 15:50:05,318 - card_creation - INFO - Triple: 0 / rem xbh: 6.5 2025-02-16 15:50:05,318 - card_creation - INFO - raw hr chances: 6.5 2025-02-16 15:50:05,318 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.5 2025-02-16 15:50:05,318 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,318 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:05,318 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,318 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 15:50:05,318 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,318 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,318 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:05,318 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,318 - card_creation - INFO - vL: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 61.7 2025-02-16 15:50:05,318 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 3.0 / BB: 7.4 / Total Chances: 57.75 2025-02-16 15:50:05,318 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 25.449999999999996 / Current Outs: 54.45 2025-02-16 15:50:05,318 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 29.55 / Current Outs: 58.55 2025-02-16 15:50:05,318 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,318 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,319 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,319 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,319 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,319 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,319 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 14.7 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,319 - card_creation - INFO - vR - All Hits: 10.35 / Other OB: 4.5 / All Outs: 93.0 / Total: 29.0 2025-02-16 15:50:05,320 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 2.8500000000000005 2025-02-16 15:50:05,320 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.0999999999999996 2025-02-16 15:50:05,320 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,320 - card_creation - INFO - vR: All Hits: 10.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,320 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,320 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,320 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.2500000000000004 2025-02-16 15:50:05,320 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,320 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,320 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,320 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,320 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,320 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,320 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,320 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.6999999999999997 2025-02-16 15:50:05,320 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 15:50:05,320 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 15:50:05,320 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,320 - card_creation - INFO - excess xbh: 0.7 2025-02-16 15:50:05,320 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 15:50:05,320 - card_creation - INFO - vL: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 57.95 2025-02-16 15:50:05,320 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 43.85 2025-02-16 15:50:05,320 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 19.250000000000004 / Current Outs: 48.25 2025-02-16 15:50:05,320 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 41.45 / Current Outs: 70.45 2025-02-16 15:50:05,320 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,321 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,321 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,321 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,321 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,321 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,321 - card_creation - INFO - vL - All Hits: 3.4 / Other OB: 15.25 / All Outs: 89.5 / Total: 29.0 2025-02-16 15:50:05,321 - card_creation - INFO - vR - All Hits: 13.3 / Other OB: 13.25 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,321 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9 2025-02-16 15:50:05,321 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.1500000000000004 2025-02-16 15:50:05,321 - card_creation - INFO - vL: All Hits: 3.4 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,321 - card_creation - INFO - vR: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,321 - card_creation - INFO - hr%: 0.10 / tr%: 0.20 / do%: 0.70 2025-02-16 15:50:05,322 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,322 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.5 2025-02-16 15:50:05,322 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 15:50:05,322 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 15:50:05,322 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,322 - card_creation - INFO - excess xbh: 0.5 2025-02-16 15:50:05,322 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 15:50:05,322 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,322 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,322 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-16 15:50:05,322 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 15:50:05,322 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:05,322 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,322 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,322 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-16 15:50:05,322 - card_creation - INFO - vL: All other OB: 15.25 / HBP: 0 / BB: 15.25 / Total Chances: 47.65 2025-02-16 15:50:05,322 - card_creation - INFO - vR: All other OB: 13.25 / HBP: 2.0 / BB: 11.25 / Total Chances: 55.55 2025-02-16 15:50:05,322 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 10.7 / Current Outs: 39.7 2025-02-16 15:50:05,322 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-16 15:50:05,322 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,322 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,322 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,322 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,322 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,322 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,323 - card_creation - INFO - vL - All Hits: 15.0 / Other OB: 20.65 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:05,323 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 3.75 / All Outs: 104.0 / Total: 29.0 2025-02-16 15:50:05,323 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.199999999999999 2025-02-16 15:50:05,323 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - vL: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,323 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,323 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,323 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,323 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.6999999999999993 2025-02-16 15:50:05,323 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 15:50:05,323 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 15:50:05,323 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - excess xbh: 0.7 2025-02-16 15:50:05,323 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 15:50:05,323 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,323 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,323 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - vL: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 64.65 2025-02-16 15:50:05,323 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 32.75 2025-02-16 15:50:05,323 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 29.3 / Current Outs: 58.3 2025-02-16 15:50:05,323 - card_creation - INFO - vR: All Outs: 104.0 / Ks: 60.2 / Current Outs: 89.2 2025-02-16 15:50:05,323 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,323 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,323 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,323 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,323 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,323 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,324 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 3.6 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,324 - card_creation - INFO - vR - All Hits: 18.8 / Other OB: 7.35 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,324 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 0.8000000000000007 2025-02-16 15:50:05,324 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 11.5 2025-02-16 15:50:05,324 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,324 - card_creation - INFO - vR: All Hits: 18.8 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.1 2025-02-16 15:50:05,324 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-16 15:50:05,324 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,324 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 15:50:05,324 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,324 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,324 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,324 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,324 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-16 15:50:05,324 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,324 - card_creation - INFO - raw do chances: 6.9 2025-02-16 15:50:05,324 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.9 / rem xbh: 4.6 2025-02-16 15:50:05,324 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 15:50:05,325 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 15:50:05,325 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.6 2025-02-16 15:50:05,325 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,325 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 46.85 2025-02-16 15:50:05,325 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 0 / BB: 7.35 / Total Chances: 55.15 2025-02-16 15:50:05,325 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 69.35000000000001 / Current Outs: 98.35 2025-02-16 15:50:05,325 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 28.599999999999998 / Current Outs: 57.6 2025-02-16 15:50:05,325 - card_creation - INFO - Remaining outs: -8.200000000000003 2025-02-16 15:50:05,325 - card_creation - INFO - Passing -8.200000000000003 outs to strikeouts 2025-02-16 15:50:05,325 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,325 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,325 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,325 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,325 - card_creation - INFO - vL - All Hits: 19.35 / Other OB: 5.1 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,325 - card_creation - INFO - vR - All Hits: 11.75 / Other OB: 11.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,325 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.150000000000002 2025-02-16 15:50:05,326 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.75 2025-02-16 15:50:05,326 - card_creation - INFO - vL: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,326 - card_creation - INFO - vR: All Hits: 11.75 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,326 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,326 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,326 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.6500000000000021 2025-02-16 15:50:05,326 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,326 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,326 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,326 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,326 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 15:50:05,326 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,326 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.35 2025-02-16 15:50:05,326 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,326 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,326 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-16 15:50:05,326 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,326 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 53.8 2025-02-16 15:50:05,326 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 5.0 / BB: 6.7 / Total Chances: 52.45 2025-02-16 15:50:05,326 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 30.85 / Current Outs: 59.85 2025-02-16 15:50:05,326 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 44.25 / Current Outs: 73.25 2025-02-16 15:50:05,326 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,326 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,326 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,326 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,326 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,326 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,327 - card_creation - INFO - vL - All Hits: 7.0 / Other OB: 19.1 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,327 - card_creation - INFO - vR - All Hits: 18.75 / Other OB: 10.15 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,327 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.0999999999999996 2025-02-16 15:50:05,327 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.850000000000001 2025-02-16 15:50:05,327 - card_creation - INFO - vL: All Hits: 7.0 / BP Singles: 0.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,327 - card_creation - INFO - vR: All Hits: 18.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,327 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 15:50:05,327 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,328 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 15:50:05,328 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 15:50:05,328 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 15:50:05,328 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,328 - card_creation - INFO - excess xbh: 0.6 2025-02-16 15:50:05,328 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 15:50:05,328 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,328 - card_creation - INFO - raw do chances: 7.05 2025-02-16 15:50:05,328 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 0.8000000000000016 2025-02-16 15:50:05,328 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,328 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,328 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-16 15:50:05,328 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,328 - card_creation - INFO - vL: All other OB: 19.1 / HBP: 0 / BB: 19.1 / Total Chances: 55.1 2025-02-16 15:50:05,328 - card_creation - INFO - vR: All other OB: 10.15 / HBP: 0 / BB: 10.15 / Total Chances: 57.9 2025-02-16 15:50:05,328 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 18.849999999999998 / Current Outs: 47.85 2025-02-16 15:50:05,328 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 10.799999999999999 / Current Outs: 39.8 2025-02-16 15:50:05,328 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,328 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,328 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,328 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,328 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,328 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,329 - card_creation - INFO - vL - All Hits: 29.45 / Other OB: 9.8 / All Outs: 69.0 / Total: 29.0 2025-02-16 15:50:05,329 - card_creation - INFO - vR - All Hits: 15.4 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,329 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.949999999999999 2025-02-16 15:50:05,329 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.9999999999999991 2025-02-16 15:50:05,329 - card_creation - INFO - vL: All Hits: 29.45 / BP Singles: 5.0 / Single 2: 8.75 / Single 1: 8.75 / Single CF: 0 2025-02-16 15:50:05,329 - card_creation - INFO - vR: All Hits: 15.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,329 - card_creation - INFO - hr%: 0.25 / tr%: 0.15 / do%: 0.60 2025-02-16 15:50:05,329 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,329 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.749999999999999 2025-02-16 15:50:05,329 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 15:50:05,329 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 15:50:05,329 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.75 2025-02-16 15:50:05,329 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,329 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,329 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:05,329 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.29999999999999916 2025-02-16 15:50:05,329 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,329 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,329 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,329 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,330 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,330 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 68.25 2025-02-16 15:50:05,330 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.9 2025-02-16 15:50:05,330 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 29.149999999999995 / Current Outs: 58.15 2025-02-16 15:50:05,330 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 29.45 / Current Outs: 58.45 2025-02-16 15:50:05,330 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,330 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,330 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,330 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,330 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,330 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,330 - card_creation - INFO - vL - All Hits: 14.65 / Other OB: 5.1 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,330 - card_creation - INFO - vR - All Hits: 21.55 / Other OB: 10.7 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,330 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.0 2025-02-16 15:50:05,331 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 8.850000000000001 2025-02-16 15:50:05,331 - card_creation - INFO - vL: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,331 - card_creation - INFO - vR: All Hits: 21.55 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,331 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,331 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,331 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 4.25 2025-02-16 15:50:05,331 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-16 15:50:05,331 - card_creation - INFO - raw hr chances: 4.25 2025-02-16 15:50:05,331 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.25 2025-02-16 15:50:05,331 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,331 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,331 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,331 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.450000000000001 2025-02-16 15:50:05,331 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 15:50:05,331 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 15:50:05,331 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.45 2025-02-16 15:50:05,331 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,331 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 48.75 2025-02-16 15:50:05,331 - card_creation - INFO - vR: All other OB: 10.7 / HBP: 2.0 / BB: 8.7 / Total Chances: 61.25 2025-02-16 15:50:05,331 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 37.85 / Current Outs: 66.85 2025-02-16 15:50:05,331 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 36.25000000000001 / Current Outs: 65.25 2025-02-16 15:50:05,331 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,331 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,331 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,331 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,331 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,331 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,332 - card_creation - INFO - vL - All Hits: 21.3 / Other OB: 4.2 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,332 - card_creation - INFO - vR - All Hits: 18.2 / Other OB: 9.3 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,332 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.150000000000002 2025-02-16 15:50:05,332 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 8.899999999999999 2025-02-16 15:50:05,332 - card_creation - INFO - vL: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.1 / Single CF: 0 2025-02-16 15:50:05,332 - card_creation - INFO - vR: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,332 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,332 - card_creation - INFO - raw do chances: 3.3 2025-02-16 15:50:05,332 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 0.8500000000000023 2025-02-16 15:50:05,332 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,332 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,332 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 15:50:05,332 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,332 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,332 - card_creation - INFO - raw do chances: 7.1 2025-02-16 15:50:05,332 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 1.799999999999999 2025-02-16 15:50:05,332 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 15:50:05,332 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 15:50:05,332 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,332 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-16 15:50:05,332 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 54.5 2025-02-16 15:50:05,332 - card_creation - INFO - vR: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 56.7 2025-02-16 15:50:05,332 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 22.75 / Current Outs: 51.75 2025-02-16 15:50:05,332 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 17.65 / Current Outs: 46.65 2025-02-16 15:50:05,332 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,332 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,333 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,333 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,333 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,333 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,333 - card_creation - INFO - vL - All Hits: 15.65 / Other OB: 5.8 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,333 - card_creation - INFO - vR - All Hits: 15.9 / Other OB: 4.75 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,333 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.15 2025-02-16 15:50:05,333 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.0 2025-02-16 15:50:05,333 - card_creation - INFO - vL: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,333 - card_creation - INFO - vR: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,333 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,333 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,333 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0500000000000007 2025-02-16 15:50:05,333 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,333 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,333 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,334 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 15:50:05,334 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 15:50:05,334 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,334 - card_creation - INFO - raw do chances: 3.3 2025-02-16 15:50:05,334 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 2.7 2025-02-16 15:50:05,334 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 15:50:05,334 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 15:50:05,334 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 15:50:05,334 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,334 - card_creation - INFO - vL: All other OB: 5.8 / HBP: 0 / BB: 5.8 / Total Chances: 50.45 2025-02-16 15:50:05,334 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 3.0 / BB: 1.75 / Total Chances: 49.65 2025-02-16 15:50:05,334 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 18.15 / Current Outs: 47.15 2025-02-16 15:50:05,334 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 41.2 / Current Outs: 70.2 2025-02-16 15:50:05,334 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,334 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,334 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,334 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,334 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,334 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,335 - card_creation - INFO - vL - All Hits: 7.05 / Other OB: 20.45 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,335 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 6.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,335 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1499999999999995 2025-02-16 15:50:05,335 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 3.8999999999999986 2025-02-16 15:50:05,335 - card_creation - INFO - vL: All Hits: 7.05 / BP Singles: 0.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,335 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 15:50:05,335 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,335 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,335 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 15:50:05,335 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,336 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,336 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,336 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,336 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,336 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,336 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.6999999999999984 2025-02-16 15:50:05,336 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,336 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,336 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 15:50:05,336 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,336 - card_creation - INFO - vL: All other OB: 20.45 / HBP: 12.0 / BB: 8.45 / Total Chances: 56.55 2025-02-16 15:50:05,336 - card_creation - INFO - vR: All other OB: 6.4 / HBP: 0 / BB: 6.4 / Total Chances: 52.4 2025-02-16 15:50:05,336 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 44.5 / Current Outs: 73.5 2025-02-16 15:50:05,336 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 26.55 / Current Outs: 55.55 2025-02-16 15:50:05,336 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,336 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,336 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,336 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,336 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,336 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,337 - card_creation - INFO - vL - All Hits: 15.5 / Other OB: 7.85 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,337 - card_creation - INFO - vR - All Hits: 24.8 / Other OB: 2.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,337 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.449999999999999 2025-02-16 15:50:05,337 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.699999999999999 2025-02-16 15:50:05,337 - card_creation - INFO - vL: All Hits: 15.5 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,337 - card_creation - INFO - vR: All Hits: 24.8 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-16 15:50:05,337 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 15:50:05,337 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,337 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.449999999999999 2025-02-16 15:50:05,337 - card_creation - INFO - Triple: 0 / rem xbh: 5.45 2025-02-16 15:50:05,337 - card_creation - INFO - raw hr chances: 5.45 2025-02-16 15:50:05,337 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.45 2025-02-16 15:50:05,337 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,337 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,337 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,337 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.29999999999999893 2025-02-16 15:50:05,337 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,337 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,337 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,337 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,337 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,337 - card_creation - INFO - vL: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 52.35 2025-02-16 15:50:05,337 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 56.2 2025-02-16 15:50:05,337 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 18.099999999999998 / Current Outs: 47.1 2025-02-16 15:50:05,337 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 16.55 / Current Outs: 45.55 2025-02-16 15:50:05,338 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,338 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,338 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,338 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,338 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,338 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,338 - card_creation - INFO - vL - All Hits: 25.7 / Other OB: 3.6 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,338 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 9.7 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,338 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.899999999999997 2025-02-16 15:50:05,338 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.099999999999998 2025-02-16 15:50:05,338 - card_creation - INFO - vL: All Hits: 25.7 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.4 / Single CF: 0 2025-02-16 15:50:05,338 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,338 - card_creation - INFO - hr%: 0.10 / tr%: 0.25 / do%: 0.60 2025-02-16 15:50:05,338 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,339 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.499999999999997 2025-02-16 15:50:05,339 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,339 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,339 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,339 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,339 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 15:50:05,339 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,339 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 2.999999999999998 2025-02-16 15:50:05,339 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 15:50:05,339 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 15:50:05,339 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 15:50:05,339 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,339 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 1.0 / BB: 2.6 / Total Chances: 58.8 2025-02-16 15:50:05,339 - card_creation - INFO - vR: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 56.4 2025-02-16 15:50:05,339 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 17.349999999999998 / Current Outs: 46.35 2025-02-16 15:50:05,339 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 15:50:05,339 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,339 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,339 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,339 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,339 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,339 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,340 - card_creation - INFO - vL - All Hits: 19.75 / Other OB: 6.85 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,340 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 15.3 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,340 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 12.8 2025-02-16 15:50:05,340 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.600000000000001 2025-02-16 15:50:05,340 - card_creation - INFO - vL: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.95 2025-02-16 15:50:05,340 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.25 2025-02-16 15:50:05,340 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 15:50:05,340 - card_creation - INFO - raw do chances: 1.35 2025-02-16 15:50:05,340 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.35 / rem xbh: 11.450000000000001 2025-02-16 15:50:05,340 - card_creation - INFO - Triple: 0 / rem xbh: 11.45 2025-02-16 15:50:05,340 - card_creation - INFO - raw hr chances: 11.45 2025-02-16 15:50:05,340 - card_creation - INFO - BP HR: 0.0 / ND HR: 11.45 2025-02-16 15:50:05,340 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,340 - card_creation - INFO - hr%: 0.85 / tr%: 0.10 / do%: 0.10 2025-02-16 15:50:05,340 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,340 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.2 / rem xbh: 10.400000000000002 2025-02-16 15:50:05,340 - card_creation - INFO - Triple: 1.1 / rem xbh: 9.3 2025-02-16 15:50:05,340 - card_creation - INFO - raw hr chances: 9.3 2025-02-16 15:50:05,340 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.3 2025-02-16 15:50:05,340 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,340 - card_creation - INFO - vL: All other OB: 6.85 / HBP: 0 / BB: 6.85 / Total Chances: 55.6 2025-02-16 15:50:05,340 - card_creation - INFO - vR: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 62.15 2025-02-16 15:50:05,340 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 23.1 / Current Outs: 52.1 2025-02-16 15:50:05,340 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 58.65 / Current Outs: 87.65 2025-02-16 15:50:05,340 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,340 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,340 - card_creation - INFO - Remaining outs: -12.799999999999997 2025-02-16 15:50:05,340 - card_creation - INFO - Passing -12.799999999999997 outs to strikeouts 2025-02-16 15:50:05,340 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,340 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,341 - card_creation - INFO - vL - All Hits: 30.25 / Other OB: 7.55 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,341 - card_creation - INFO - vR - All Hits: 12.3 / Other OB: 7.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,341 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.149999999999999 2025-02-16 15:50:05,341 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 6.100000000000001 2025-02-16 15:50:05,341 - card_creation - INFO - vL: All Hits: 30.25 / BP Singles: 5.0 / Single 2: 8.05 / Single 1: 8.05 / Single CF: 0 2025-02-16 15:50:05,341 - card_creation - INFO - vR: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,341 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,341 - card_creation - INFO - raw do chances: 6.85 2025-02-16 15:50:05,341 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 15:50:05,341 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,341 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,341 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,341 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,341 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 15:50:05,341 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,341 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.9000000000000012 2025-02-16 15:50:05,341 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-16 15:50:05,341 - card_creation - INFO - raw hr chances: 2.9 2025-02-16 15:50:05,341 - card_creation - INFO - BP HR: 0.0 / ND HR: 2.9 2025-02-16 15:50:05,341 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,341 - card_creation - INFO - vL: All other OB: 7.55 / HBP: 0 / BB: 7.55 / Total Chances: 66.8 2025-02-16 15:50:05,342 - card_creation - INFO - vR: All other OB: 7.75 / HBP: 2.0 / BB: 5.75 / Total Chances: 49.05 2025-02-16 15:50:05,342 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 15.4 / Current Outs: 44.4 2025-02-16 15:50:05,342 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 31.2 / Current Outs: 60.2 2025-02-16 15:50:05,342 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,342 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,342 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,342 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,342 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,342 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,342 - card_creation - INFO - vL - All Hits: 18.7 / Other OB: 8.85 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,342 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 8.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,342 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.449999999999999 2025-02-16 15:50:05,343 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.0 2025-02-16 15:50:05,343 - card_creation - INFO - vL: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,343 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,343 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-16 15:50:05,343 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,343 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.2499999999999991 2025-02-16 15:50:05,343 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,343 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,343 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,343 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,343 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,343 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,343 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,343 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 2.9 2025-02-16 15:50:05,343 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-16 15:50:05,343 - card_creation - INFO - raw hr chances: 2.9 2025-02-16 15:50:05,343 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.9 2025-02-16 15:50:05,343 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,343 - card_creation - INFO - vL: All other OB: 8.85 / HBP: 0 / BB: 8.85 / Total Chances: 56.55 2025-02-16 15:50:05,343 - card_creation - INFO - vR: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 56.3 2025-02-16 15:50:05,343 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 26.1 / Current Outs: 55.1 2025-02-16 15:50:05,343 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 32.150000000000006 / Current Outs: 61.15 2025-02-16 15:50:05,343 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,343 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,343 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,343 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,343 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,343 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,344 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 10.4 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,344 - card_creation - INFO - vR - All Hits: 20.75 / Other OB: 25.35 / All Outs: 62.0 / Total: 29.0 2025-02-16 15:50:05,344 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 19.85 2025-02-16 15:50:05,344 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 15.75 2025-02-16 15:50:05,344 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 15:50:05,344 - card_creation - INFO - vR: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,344 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,344 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,344 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 19.85 2025-02-16 15:50:05,344 - card_creation - INFO - Triple: 0 / rem xbh: 19.85 2025-02-16 15:50:05,344 - card_creation - INFO - raw hr chances: 19.85 2025-02-16 15:50:05,344 - card_creation - INFO - BP HR: 0.0 / ND HR: 19.85 2025-02-16 15:50:05,344 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,344 - card_creation - INFO - hr%: 0.00 / tr%: 0.10 / do%: 0.90 2025-02-16 15:50:05,344 - card_creation - INFO - raw do chances: 14.2 2025-02-16 15:50:05,344 - card_creation - INFO - Double**: 14.2 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-16 15:50:05,344 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,344 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,345 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,345 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 15:50:05,345 - card_creation - INFO - vL: All other OB: 10.4 / HBP: 4.0 / BB: 6.4 / Total Chances: 64.25 2025-02-16 15:50:05,345 - card_creation - INFO - vR: All other OB: 25.35 / HBP: 0 / BB: 25.35 / Total Chances: 75.55 2025-02-16 15:50:05,345 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 39.550000000000004 / Current Outs: 68.55 2025-02-16 15:50:05,345 - card_creation - INFO - vR: All Outs: 62.0 / Ks: 29.6 / Current Outs: 58.6 2025-02-16 15:50:05,345 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,345 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,345 - card_creation - INFO - Remaining outs: -0.3499999999999943 2025-02-16 15:50:05,345 - card_creation - INFO - Passing -0.3499999999999943 outs to strikeouts 2025-02-16 15:50:05,345 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,345 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,346 - card_creation - INFO - vL - All Hits: 13.25 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-16 15:50:05,346 - card_creation - INFO - vR - All Hits: 13.85 / Other OB: 3.2 / All Outs: 91.0 / Total: 29.0 2025-02-16 15:50:05,346 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.8500000000000005 2025-02-16 15:50:05,346 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.250000000000001 2025-02-16 15:50:05,346 - card_creation - INFO - vL: All Hits: 13.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,346 - card_creation - INFO - vR: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:05,346 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,346 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,346 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 0.35000000000000053 2025-02-16 15:50:05,346 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,346 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,346 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,346 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,346 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,346 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,346 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,346 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.1500000000000008 2025-02-16 15:50:05,346 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-16 15:50:05,346 - card_creation - INFO - raw hr chances: 0.15 2025-02-16 15:50:05,346 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,346 - card_creation - INFO - excess xbh: 0.15 2025-02-16 15:50:05,346 - card_creation - INFO - Passing 0.15 xbh to double** 2025-02-16 15:50:05,346 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.45 2025-02-16 15:50:05,346 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 2.0 / BB: 1.2 / Total Chances: 46.05 2025-02-16 15:50:05,346 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 26.75 / Current Outs: 55.75 2025-02-16 15:50:05,346 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 31.749999999999996 / Current Outs: 60.75 2025-02-16 15:50:05,347 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,347 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,347 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,347 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,347 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,347 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,347 - card_creation - INFO - vL - All Hits: 24.65 / Other OB: 3.25 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,347 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 7.9 / All Outs: 100.0 / Total: 29.0 2025-02-16 15:50:05,347 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8499999999999979 2025-02-16 15:50:05,347 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 15:50:05,347 - card_creation - INFO - vL: All Hits: 24.65 / BP Singles: 5.0 / Single 2: 8.9 / Single 1: 8.9 / Single CF: 0 2025-02-16 15:50:05,347 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,347 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,348 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,348 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8499999999999979 2025-02-16 15:50:05,348 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,348 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,348 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,348 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,348 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 1.0 / BB: 2.25 / Total Chances: 56.9 2025-02-16 15:50:05,348 - card_creation - INFO - vR: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 36.9 2025-02-16 15:50:05,348 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 22.7 / Current Outs: 51.7 2025-02-16 15:50:05,348 - card_creation - INFO - vR: All Outs: 100.0 / Ks: 61.050000000000004 / Current Outs: 90.05 2025-02-16 15:50:05,348 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,348 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,348 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,348 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,348 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,348 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,348 - card_creation - INFO - vL - All Hits: 22.55 / Other OB: 3.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,349 - card_creation - INFO - vR - All Hits: 5.8 / Other OB: 2.25 / All Outs: 100.0 / Total: 29.0 2025-02-16 15:50:05,349 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 9.150000000000002 2025-02-16 15:50:05,349 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.0 2025-02-16 15:50:05,349 - card_creation - INFO - vL: All Hits: 22.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,349 - card_creation - INFO - vR: All Hits: 5.8 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,349 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,349 - card_creation - INFO - raw do chances: 9.15 2025-02-16 15:50:05,349 - card_creation - INFO - Double**: 9.15 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-16 15:50:05,349 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,349 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,349 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.10000000000000009 2025-02-16 15:50:05,349 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 15:50:05,349 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 15:50:05,349 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - excess xbh: -0.1 2025-02-16 15:50:05,349 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 54.8 2025-02-16 15:50:05,349 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 37.15 2025-02-16 15:50:05,349 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 22.7 / Current Outs: 51.7 2025-02-16 15:50:05,349 - card_creation - INFO - vR: All Outs: 100.0 / Ks: 25.7 / Current Outs: 54.7 2025-02-16 15:50:05,349 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,349 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,349 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,349 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,349 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,350 - card_creation - INFO - vL - All Hits: 31.7 / Other OB: 29.45 / All Outs: 47.0 / Total: 29.0 2025-02-16 15:50:05,350 - card_creation - INFO - vR - All Hits: 22.0 / Other OB: 14.7 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:05,350 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.649999999999999 2025-02-16 15:50:05,350 - card_creation - INFO - remaining singles: -0.25 / total xbh: 6.500000000000002 2025-02-16 15:50:05,350 - card_creation - INFO - vL: All Hits: 31.7 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 9.05 / Single CF: 0 2025-02-16 15:50:05,350 - card_creation - INFO - vR: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,350 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,350 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,350 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.9499999999999984 2025-02-16 15:50:05,350 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-16 15:50:05,350 - card_creation - INFO - raw hr chances: 2.95 2025-02-16 15:50:05,350 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-16 15:50:05,350 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,350 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,350 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,350 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-16 15:50:05,350 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,350 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,350 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 15:50:05,350 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,350 - card_creation - INFO - vL: All other OB: 29.45 / HBP: 0 / BB: 29.45 / Total Chances: 90.15 2025-02-16 15:50:05,350 - card_creation - INFO - vR: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 65.7 2025-02-16 15:50:05,350 - card_creation - INFO - vL: All Outs: 47.0 / Ks: 12.5 / Current Outs: 41.5 2025-02-16 15:50:05,351 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 17.25 / Current Outs: 46.25 2025-02-16 15:50:05,351 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,351 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,351 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,351 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,351 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,351 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,351 - card_creation - INFO - vL - All Hits: 18.9 / Other OB: 15.15 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,351 - card_creation - INFO - vR - All Hits: 10.3 / Other OB: 10.55 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,352 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 2.499999999999999 2025-02-16 15:50:05,352 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-16 15:50:05,352 - card_creation - INFO - vL: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,352 - card_creation - INFO - vR: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-16 15:50:05,352 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,352 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,352 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.399999999999999 2025-02-16 15:50:05,352 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,352 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,352 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,352 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,352 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,352 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,352 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,352 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000008 2025-02-16 15:50:05,352 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,352 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,352 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,352 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,352 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:05,352 - card_creation - INFO - vL: All other OB: 15.15 / HBP: 0 / BB: 15.15 / Total Chances: 63.05 2025-02-16 15:50:05,352 - card_creation - INFO - vR: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 49.85 2025-02-16 15:50:05,352 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 27.799999999999997 / Current Outs: 56.8 2025-02-16 15:50:05,352 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 34.4 / Current Outs: 63.4 2025-02-16 15:50:05,352 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,352 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,352 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,352 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,353 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,353 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,353 - card_creation - INFO - vL - All Hits: 23.25 / Other OB: 11.4 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,353 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 9.35 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,353 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.749999999999998 2025-02-16 15:50:05,353 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.8999999999999986 2025-02-16 15:50:05,353 - card_creation - INFO - vL: All Hits: 23.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,353 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,353 - card_creation - INFO - hr%: 0.10 / tr%: 0.35 / do%: 0.50 2025-02-16 15:50:05,353 - card_creation - INFO - raw do chances: 3.9 2025-02-16 15:50:05,354 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.8499999999999983 2025-02-16 15:50:05,354 - card_creation - INFO - Triple: 1.4 / rem xbh: 2.45 2025-02-16 15:50:05,354 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 15:50:05,354 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,354 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-16 15:50:05,354 - card_creation - INFO - Passing 0.4500000000000002 xbh to triple 2025-02-16 15:50:05,354 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-16 15:50:05,354 - card_creation - INFO - raw do chances: 1.75 2025-02-16 15:50:05,354 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.1499999999999986 2025-02-16 15:50:05,354 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 15:50:05,354 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:05,354 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,354 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,354 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 15:50:05,354 - card_creation - INFO - vL: All other OB: 11.4 / HBP: 0 / BB: 11.4 / Total Chances: 63.65 2025-02-16 15:50:05,354 - card_creation - INFO - vR: All other OB: 9.35 / HBP: 0 / BB: 9.35 / Total Chances: 52.7 2025-02-16 15:50:05,354 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 29.549999999999997 / Current Outs: 58.55 2025-02-16 15:50:05,354 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.599999999999998 / Current Outs: 48.6 2025-02-16 15:50:05,354 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,354 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,354 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,354 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,354 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,354 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,355 - card_creation - INFO - vL - All Hits: 23.5 / Other OB: 3.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,355 - card_creation - INFO - vR - All Hits: 14.85 / Other OB: 18.95 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,355 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 5.100000000000001 2025-02-16 15:50:05,355 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.1499999999999986 2025-02-16 15:50:05,355 - card_creation - INFO - vL: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.7 / Single CF: 0 2025-02-16 15:50:05,355 - card_creation - INFO - vR: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,355 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,355 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,355 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.9000000000000012 2025-02-16 15:50:05,355 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 15:50:05,355 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 15:50:05,355 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,355 - card_creation - INFO - excess xbh: 0.9 2025-02-16 15:50:05,355 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 15:50:05,355 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,355 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,355 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -0.05000000000000138 2025-02-16 15:50:05,355 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,355 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,355 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,355 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,355 - card_creation - INFO - vL: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 56.3 2025-02-16 15:50:05,356 - card_creation - INFO - vR: All other OB: 18.95 / HBP: 0 / BB: 18.95 / Total Chances: 62.85 2025-02-16 15:50:05,356 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 55.150000000000006 / Current Outs: 84.15 2025-02-16 15:50:05,356 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 36.0 / Current Outs: 65.0 2025-02-16 15:50:05,356 - card_creation - INFO - Remaining outs: -3.450000000000003 2025-02-16 15:50:05,356 - card_creation - INFO - Passing -3.450000000000003 outs to strikeouts 2025-02-16 15:50:05,356 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,356 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,356 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,356 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,356 - card_creation - INFO - vL - All Hits: 6.75 / Other OB: 10.65 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,356 - card_creation - INFO - vR - All Hits: 11.8 / Other OB: 17.55 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,356 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.45 2025-02-16 15:50:05,357 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 4.850000000000001 2025-02-16 15:50:05,357 - card_creation - INFO - vL: All Hits: 6.75 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,357 - card_creation - INFO - vR: All Hits: 11.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,357 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,357 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,357 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-16 15:50:05,357 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-16 15:50:05,357 - card_creation - INFO - raw hr chances: 0.25 2025-02-16 15:50:05,357 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,357 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,357 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 15:50:05,357 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,357 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,357 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 15:50:05,357 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,357 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,357 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,357 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,357 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 0 / BB: 10.65 / Total Chances: 46.4 2025-02-16 15:50:05,357 - card_creation - INFO - vR: All other OB: 17.55 / HBP: 0 / BB: 17.55 / Total Chances: 58.7 2025-02-16 15:50:05,357 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 15:50:05,357 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 9.4 / Current Outs: 38.4 2025-02-16 15:50:05,357 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,357 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,357 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,357 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,357 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,357 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,358 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 21.85 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,358 - card_creation - INFO - vR - All Hits: 19.85 / Other OB: 6.65 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,358 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.500000000000002 2025-02-16 15:50:05,358 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 7.15 2025-02-16 15:50:05,358 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,358 - card_creation - INFO - vR: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,358 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 15:50:05,358 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,358 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 5.100000000000001 2025-02-16 15:50:05,358 - card_creation - INFO - Triple: 0 / rem xbh: 5.1 2025-02-16 15:50:05,358 - card_creation - INFO - raw hr chances: 5.1 2025-02-16 15:50:05,358 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.0999999999999996 2025-02-16 15:50:05,358 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,358 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-16 15:50:05,358 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,358 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.4000000000000004 2025-02-16 15:50:05,358 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 15:50:05,358 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 15:50:05,358 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 15:50:05,358 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,359 - card_creation - INFO - vL: All other OB: 21.85 / HBP: 1.0 / BB: 20.85 / Total Chances: 66.75 2025-02-16 15:50:05,359 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 0 / BB: 6.65 / Total Chances: 55.5 2025-02-16 15:50:05,359 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 26.099999999999994 / Current Outs: 55.1 2025-02-16 15:50:05,359 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 36.300000000000004 / Current Outs: 65.3 2025-02-16 15:50:05,359 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,359 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,359 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,359 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,359 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,359 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,359 - card_creation - INFO - vL - All Hits: 28.95 / Other OB: 7.05 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,359 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 8.7 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,360 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.45 2025-02-16 15:50:05,360 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.700000000000003 2025-02-16 15:50:05,360 - card_creation - INFO - vL: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.75 2025-02-16 15:50:05,360 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,360 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,360 - card_creation - INFO - raw do chances: 6.5 2025-02-16 15:50:05,360 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.5 / rem xbh: 7.949999999999999 2025-02-16 15:50:05,360 - card_creation - INFO - Triple: 0 / rem xbh: 7.95 2025-02-16 15:50:05,360 - card_creation - INFO - raw hr chances: 7.95 2025-02-16 15:50:05,360 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.95 2025-02-16 15:50:05,360 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,360 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,360 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,360 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.5000000000000027 2025-02-16 15:50:05,360 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,360 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,360 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 15:50:05,360 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,360 - card_creation - INFO - vL: All other OB: 7.05 / HBP: 2.0 / BB: 5.05 / Total Chances: 65.0 2025-02-16 15:50:05,360 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 55.3 2025-02-16 15:50:05,360 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 13.9 / Current Outs: 42.9 2025-02-16 15:50:05,360 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 13.249999999999998 / Current Outs: 42.25 2025-02-16 15:50:05,361 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,361 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,361 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,361 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,361 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,361 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,361 - card_creation - INFO - vL - All Hits: 15.35 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,361 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 9.0 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,362 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 3.0 2025-02-16 15:50:05,362 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.549999999999997 2025-02-16 15:50:05,362 - card_creation - INFO - vL: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-16 15:50:05,362 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 0.0 / Single CF: 3.3 2025-02-16 15:50:05,362 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,362 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,362 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-16 15:50:05,362 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 15:50:05,362 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 15:50:05,362 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.0 2025-02-16 15:50:05,362 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,362 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 15:50:05,362 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,362 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.5 / rem xbh: 8.049999999999997 2025-02-16 15:50:05,362 - card_creation - INFO - Triple: 0 / rem xbh: 8.05 2025-02-16 15:50:05,362 - card_creation - INFO - raw hr chances: 8.05 2025-02-16 15:50:05,362 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.05 2025-02-16 15:50:05,362 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,362 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.85 2025-02-16 15:50:05,362 - card_creation - INFO - vR: All other OB: 9.0 / HBP: 0 / BB: 9.0 / Total Chances: 61.15 2025-02-16 15:50:05,362 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-16 15:50:05,362 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 32.95 / Current Outs: 61.95 2025-02-16 15:50:05,362 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,362 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,362 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,363 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,363 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,363 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,363 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 11.4 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,363 - card_creation - INFO - vR - All Hits: 13.2 / Other OB: 5.9 / All Outs: 89.0 / Total: 29.0 2025-02-16 15:50:05,363 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.0 2025-02-16 15:50:05,363 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.999999999999999 2025-02-16 15:50:05,363 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,363 - card_creation - INFO - vR: All Hits: 13.2 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,363 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,364 - card_creation - INFO - raw do chances: 3.9 2025-02-16 15:50:05,364 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 2.1 2025-02-16 15:50:05,364 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,364 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,364 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 15:50:05,364 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,364 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,364 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,364 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.5999999999999992 2025-02-16 15:50:05,364 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,364 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,364 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 15:50:05,364 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,364 - card_creation - INFO - vL: All other OB: 11.4 / HBP: 0 / BB: 11.4 / Total Chances: 60.65 2025-02-16 15:50:05,364 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 48.1 2025-02-16 15:50:05,364 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 25.55 / Current Outs: 54.55 2025-02-16 15:50:05,364 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 38.050000000000004 / Current Outs: 67.05 2025-02-16 15:50:05,364 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,364 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,364 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,364 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,364 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,364 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,365 - card_creation - INFO - vL - All Hits: 14.6 / Other OB: 12.0 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,365 - card_creation - INFO - vR - All Hits: 16.65 / Other OB: 13.75 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,365 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.799999999999999 2025-02-16 15:50:05,365 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.149999999999999 2025-02-16 15:50:05,365 - card_creation - INFO - vL: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,365 - card_creation - INFO - vR: All Hits: 16.65 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,365 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,365 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,365 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.299999999999999 2025-02-16 15:50:05,365 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,365 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,365 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:05,365 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,365 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,365 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,365 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.9499999999999984 2025-02-16 15:50:05,365 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-16 15:50:05,365 - card_creation - INFO - raw hr chances: 3.95 2025-02-16 15:50:05,365 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.95 2025-02-16 15:50:05,365 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,365 - card_creation - INFO - vL: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 55.6 2025-02-16 15:50:05,365 - card_creation - INFO - vR: All other OB: 13.75 / HBP: 2.0 / BB: 11.75 / Total Chances: 59.4 2025-02-16 15:50:05,365 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 26.95 / Current Outs: 55.95 2025-02-16 15:50:05,365 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 23.2 / Current Outs: 52.2 2025-02-16 15:50:05,365 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,365 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,365 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,365 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,365 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,365 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,366 - card_creation - INFO - vL - All Hits: 21.4 / Other OB: 8.65 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,366 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 2.75 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,366 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.599999999999998 2025-02-16 15:50:05,366 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.450000000000003 2025-02-16 15:50:05,366 - card_creation - INFO - vL: All Hits: 21.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,366 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,366 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 15:50:05,366 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,366 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.0999999999999979 2025-02-16 15:50:05,366 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,366 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,366 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,366 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,366 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:05,366 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,367 - card_creation - INFO - raw do chances: 3.6 2025-02-16 15:50:05,367 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.8500000000000028 2025-02-16 15:50:05,367 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,367 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,367 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,367 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,367 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,367 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 59.05 2025-02-16 15:50:05,367 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 49.6 2025-02-16 15:50:05,367 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 15:50:05,367 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 15:50:05,367 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,367 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,367 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,367 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,367 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,367 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,368 - card_creation - INFO - vL - All Hits: 7.55 / Other OB: 16.9 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,368 - card_creation - INFO - vR - All Hits: 3.2 / Other OB: 8.45 / All Outs: 96.5 / Total: 29.0 2025-02-16 15:50:05,368 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.05 2025-02-16 15:50:05,368 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5500000000000003 2025-02-16 15:50:05,368 - card_creation - INFO - vL: All Hits: 7.55 / BP Singles: 0.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,368 - card_creation - INFO - vR: All Hits: 3.2 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,368 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,368 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,368 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 15:50:05,368 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 15:50:05,368 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 15:50:05,368 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 15:50:05,368 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,368 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,368 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,368 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 15:50:05,368 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,368 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,368 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 15:50:05,368 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,368 - card_creation - INFO - vL: All other OB: 16.9 / HBP: 0 / BB: 16.9 / Total Chances: 53.45 2025-02-16 15:50:05,368 - card_creation - INFO - vR: All other OB: 8.45 / HBP: 4.0 / BB: 4.45 / Total Chances: 40.65 2025-02-16 15:50:05,368 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 19.049999999999997 / Current Outs: 48.05 2025-02-16 15:50:05,369 - card_creation - INFO - vR: All Outs: 96.5 / Ks: 26.5 / Current Outs: 55.5 2025-02-16 15:50:05,369 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,369 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,369 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,369 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,369 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,369 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,370 - card_creation - INFO - vL - All Hits: 9.5 / Other OB: 10.25 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,370 - card_creation - INFO - vR - All Hits: 11.7 / Other OB: 9.25 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,370 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.5999999999999996 2025-02-16 15:50:05,370 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.3999999999999986 2025-02-16 15:50:05,370 - card_creation - INFO - vL: All Hits: 9.5 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,370 - card_creation - INFO - vR: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,370 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,370 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,370 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.3999999999999997 2025-02-16 15:50:05,370 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,370 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,370 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,370 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,370 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,370 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,370 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,370 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.7999999999999985 2025-02-16 15:50:05,370 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 15:50:05,370 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 15:50:05,370 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-16 15:50:05,370 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,370 - card_creation - INFO - vL: All other OB: 10.25 / HBP: 0 / BB: 10.25 / Total Chances: 48.75 2025-02-16 15:50:05,370 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 1.0 / BB: 8.25 / Total Chances: 49.95 2025-02-16 15:50:05,370 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 26.700000000000003 / Current Outs: 55.7 2025-02-16 15:50:05,370 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 31.7 / Current Outs: 60.7 2025-02-16 15:50:05,370 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,370 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,370 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,371 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,371 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,371 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,371 - card_creation - INFO - vL - All Hits: 25.55 / Other OB: 14.15 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,371 - card_creation - INFO - vR - All Hits: 12.65 / Other OB: 10.05 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,371 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.900000000000002 2025-02-16 15:50:05,371 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 3.049999999999999 2025-02-16 15:50:05,371 - card_creation - INFO - vL: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.85 / Single CF: 0 2025-02-16 15:50:05,371 - card_creation - INFO - vR: All Hits: 12.65 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,371 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,371 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,371 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.200000000000002 2025-02-16 15:50:05,372 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,372 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,372 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 15:50:05,372 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,372 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,372 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,372 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.5499999999999989 2025-02-16 15:50:05,372 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 15:50:05,372 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 15:50:05,372 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,372 - card_creation - INFO - excess xbh: 0.55 2025-02-16 15:50:05,372 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 15:50:05,372 - card_creation - INFO - vL: All other OB: 14.15 / HBP: 0 / BB: 14.15 / Total Chances: 68.7 2025-02-16 15:50:05,372 - card_creation - INFO - vR: All other OB: 10.05 / HBP: 1.0 / BB: 9.05 / Total Chances: 51.7 2025-02-16 15:50:05,372 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 12.8 / Current Outs: 41.8 2025-02-16 15:50:05,372 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 23.900000000000002 / Current Outs: 52.9 2025-02-16 15:50:05,372 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,372 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,372 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,372 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,372 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,372 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,373 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 13.75 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:05,373 - card_creation - INFO - vR - All Hits: 15.3 / Other OB: 9.9 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,373 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.300000000000001 2025-02-16 15:50:05,373 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.6000000000000014 2025-02-16 15:50:05,373 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.25 / Single CF: 0 2025-02-16 15:50:05,373 - card_creation - INFO - vR: All Hits: 15.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,373 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,373 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,373 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.400000000000001 2025-02-16 15:50:05,373 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 15:50:05,373 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 15:50:05,373 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-16 15:50:05,373 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,373 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,373 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,373 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000014 2025-02-16 15:50:05,373 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,373 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,373 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 15:50:05,373 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,373 - card_creation - INFO - vL: All other OB: 13.75 / HBP: 2.0 / BB: 11.75 / Total Chances: 67.6 2025-02-16 15:50:05,373 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 54.2 2025-02-16 15:50:05,373 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 22.2 / Current Outs: 51.2 2025-02-16 15:50:05,373 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-16 15:50:05,373 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,373 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,373 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,373 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,373 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,373 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,374 - card_creation - INFO - vL - All Hits: 18.8 / Other OB: 1.65 / All Outs: 87.5 / Total: 29.0 2025-02-16 15:50:05,374 - card_creation - INFO - vR - All Hits: 5.1 / Other OB: 4.5 / All Outs: 98.5 / Total: 29.0 2025-02-16 15:50:05,374 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.400000000000002 2025-02-16 15:50:05,374 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.3 2025-02-16 15:50:05,374 - card_creation - INFO - vL: All Hits: 18.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,374 - card_creation - INFO - vR: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,374 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,374 - card_creation - INFO - raw do chances: 6.65 2025-02-16 15:50:05,374 - card_creation - INFO - Double**: 6.65 / Double(cf): 0.0 / rem xbh: 0.7500000000000018 2025-02-16 15:50:05,374 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:05,374 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:05,374 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,374 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:05,374 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 15:50:05,374 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,374 - card_creation - INFO - raw do chances: 1.95 2025-02-16 15:50:05,374 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 0.34999999999999987 2025-02-16 15:50:05,374 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,374 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,374 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,375 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,375 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,375 - card_creation - INFO - vL: All other OB: 1.65 / HBP: 0 / BB: 1.65 / Total Chances: 49.45 2025-02-16 15:50:05,375 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 38.6 2025-02-16 15:50:05,375 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 15:50:05,375 - card_creation - INFO - vR: All Outs: 98.5 / Ks: 18.45 / Current Outs: 47.45 2025-02-16 15:50:05,375 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,375 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,375 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,375 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,375 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,375 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,375 - card_creation - INFO - vL - All Hits: 21.75 / Other OB: 11.45 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,376 - card_creation - INFO - vR - All Hits: 22.05 / Other OB: 6.65 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,376 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.25 2025-02-16 15:50:05,376 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 10.15 2025-02-16 15:50:05,376 - card_creation - INFO - vL: All Hits: 21.75 / BP Singles: 5.0 / Single 2: 5.75 / Single 1: 5.75 / Single CF: 0 2025-02-16 15:50:05,376 - card_creation - INFO - vR: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.5 / Single CF: 0 2025-02-16 15:50:05,376 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-16 15:50:05,376 - card_creation - INFO - raw do chances: 1.1 2025-02-16 15:50:05,376 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-16 15:50:05,376 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 15:50:05,376 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:05,376 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.1500000000000004 2025-02-16 15:50:05,376 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,376 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,376 - card_creation - INFO - raw do chances: 6.6 2025-02-16 15:50:05,376 - card_creation - INFO - Double**: 6.6 / Double(cf): 0.0 / rem xbh: 3.5500000000000007 2025-02-16 15:50:05,376 - card_creation - INFO - Triple: 0 / rem xbh: 3.55 2025-02-16 15:50:05,376 - card_creation - INFO - raw hr chances: 3.55 2025-02-16 15:50:05,376 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.55 2025-02-16 15:50:05,376 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,376 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 62.2 2025-02-16 15:50:05,376 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 0 / BB: 6.65 / Total Chances: 57.7 2025-02-16 15:50:05,376 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 14.5 / Current Outs: 43.5 2025-02-16 15:50:05,376 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.299999999999997 / Current Outs: 53.3 2025-02-16 15:50:05,376 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,376 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,376 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,376 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,376 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,376 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,377 - card_creation - INFO - vL - All Hits: 15.6 / Other OB: 14.2 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,377 - card_creation - INFO - vR - All Hits: 15.0 / Other OB: 11.0 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,377 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.199999999999999 2025-02-16 15:50:05,377 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-16 15:50:05,377 - card_creation - INFO - vL: All Hits: 15.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,377 - card_creation - INFO - vR: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,377 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,378 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,378 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.9999999999999991 2025-02-16 15:50:05,378 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 15:50:05,378 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,378 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,378 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,378 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,378 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,378 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:05,378 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,378 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,378 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,378 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,378 - card_creation - INFO - vL: All other OB: 14.2 / HBP: 0 / BB: 14.2 / Total Chances: 58.8 2025-02-16 15:50:05,378 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 2.0 / BB: 9.0 / Total Chances: 55.5 2025-02-16 15:50:05,378 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 24.75 / Current Outs: 53.75 2025-02-16 15:50:05,378 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 15:50:05,378 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,378 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,378 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,378 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,378 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,378 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,379 - card_creation - INFO - vL - All Hits: 23.15 / Other OB: 12.65 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,379 - card_creation - INFO - vR - All Hits: 24.75 / Other OB: 13.35 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,379 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.9499999999999975 2025-02-16 15:50:05,379 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 10.25 2025-02-16 15:50:05,379 - card_creation - INFO - vL: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,379 - card_creation - INFO - vR: All Hits: 24.75 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,379 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,379 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,379 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1999999999999975 2025-02-16 15:50:05,379 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 15:50:05,379 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 15:50:05,379 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 15:50:05,379 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,379 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 15:50:05,379 - card_creation - INFO - raw do chances: 8.2 2025-02-16 15:50:05,379 - card_creation - INFO - Double**: 8.2 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 15:50:05,379 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 15:50:05,379 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 15:50:05,380 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,380 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-16 15:50:05,380 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-16 15:50:05,380 - card_creation - INFO - vL: All other OB: 12.65 / HBP: 0 / BB: 12.65 / Total Chances: 64.8 2025-02-16 15:50:05,380 - card_creation - INFO - vR: All other OB: 13.35 / HBP: 6.0 / BB: 7.35 / Total Chances: 67.1 2025-02-16 15:50:05,380 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 15.299999999999999 / Current Outs: 44.3 2025-02-16 15:50:05,380 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 17.6 / Current Outs: 46.6 2025-02-16 15:50:05,380 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,380 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,380 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,380 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,380 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,380 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,380 - card_creation - INFO - vL - All Hits: 7.9 / Other OB: 4.5 / All Outs: 95.5 / Total: 29.0 2025-02-16 15:50:05,380 - card_creation - INFO - vR - All Hits: 6.65 / Other OB: 20.55 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,381 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 0.9500000000000002 2025-02-16 15:50:05,381 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 1.6500000000000004 2025-02-16 15:50:05,381 - card_creation - INFO - vL: All Hits: 7.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,381 - card_creation - INFO - vR: All Hits: 6.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,381 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,381 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,381 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 15:50:05,381 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 15:50:05,381 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 15:50:05,381 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,381 - card_creation - INFO - excess xbh: 0.95 2025-02-16 15:50:05,381 - card_creation - INFO - Passing 0.95 xbh to single* 2025-02-16 15:50:05,381 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 15:50:05,381 - card_creation - INFO - raw do chances: 1.25 2025-02-16 15:50:05,381 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 15:50:05,381 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,381 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,381 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,381 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,381 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,381 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 41.4 2025-02-16 15:50:05,381 - card_creation - INFO - vR: All other OB: 20.55 / HBP: 3.0 / BB: 17.55 / Total Chances: 56.2 2025-02-16 15:50:05,381 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 66.45 / Current Outs: 95.45 2025-02-16 15:50:05,381 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 48.4 / Current Outs: 77.4 2025-02-16 15:50:05,381 - card_creation - INFO - Remaining outs: 0.15000000000000568 2025-02-16 15:50:05,381 - card_creation - INFO - Passing 0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,381 - card_creation - INFO - Remaining outs: 0.6500000000000057 2025-02-16 15:50:05,381 - card_creation - INFO - Passing 0.6500000000000057 outs to strikeouts 2025-02-16 15:50:05,381 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,381 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,382 - card_creation - INFO - vL - All Hits: 28.55 / Other OB: 18.95 / All Outs: 60.5 / Total: 29.0 2025-02-16 15:50:05,382 - card_creation - INFO - vR - All Hits: 14.0 / Other OB: 28.25 / All Outs: 66.0 / Total: 29.0 2025-02-16 15:50:05,382 - card_creation - INFO - remaining singles: -0.25 / total xbh: 15.150000000000002 2025-02-16 15:50:05,382 - card_creation - INFO - remaining singles: 0.95 / total xbh: 7.949999999999999 2025-02-16 15:50:05,382 - card_creation - INFO - vL: All Hits: 28.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,382 - card_creation - INFO - vR: All Hits: 14.0 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,382 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,382 - card_creation - INFO - raw do chances: 12.9 2025-02-16 15:50:05,382 - card_creation - INFO - Double**: 12.9 / Double(cf): 0.0 / rem xbh: 2.2500000000000018 2025-02-16 15:50:05,382 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 15:50:05,382 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 15:50:05,382 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 15:50:05,382 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,382 - card_creation - INFO - hr%: 0.10 / tr%: 0.60 / do%: 0.25 2025-02-16 15:50:05,382 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,382 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 5.85 2025-02-16 15:50:05,382 - card_creation - INFO - Triple: 3.5 / rem xbh: 2.35 2025-02-16 15:50:05,382 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,382 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,383 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,383 - card_creation - INFO - Passing 0.3500000000000001 xbh to triple 2025-02-16 15:50:05,383 - card_creation - INFO - vL: All other OB: 18.95 / HBP: 0 / BB: 18.95 / Total Chances: 76.5 2025-02-16 15:50:05,383 - card_creation - INFO - vR: All other OB: 28.25 / HBP: 8.0 / BB: 20.25 / Total Chances: 71.25 2025-02-16 15:50:05,383 - card_creation - INFO - vL: All Outs: 60.5 / Ks: 8.000000000000002 / Current Outs: 37.0 2025-02-16 15:50:05,383 - card_creation - INFO - vR: All Outs: 66.0 / Ks: 25.700000000000003 / Current Outs: 54.7 2025-02-16 15:50:05,383 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,383 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,383 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,383 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,383 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,383 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,383 - card_creation - INFO - vL - All Hits: 21.55 / Other OB: 13.3 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,383 - card_creation - INFO - vR - All Hits: 18.1 / Other OB: 8.65 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,384 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.300000000000001 2025-02-16 15:50:05,384 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 5.4 2025-02-16 15:50:05,384 - card_creation - INFO - vL: All Hits: 21.55 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,384 - card_creation - INFO - vR: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,384 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.75 2025-02-16 15:50:05,384 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,384 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 15:50:05,384 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 15:50:05,384 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 15:50:05,384 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 15:50:05,384 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,384 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,384 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,384 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 15:50:05,384 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 15:50:05,384 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 15:50:05,384 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 15:50:05,384 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,384 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 0 / BB: 13.3 / Total Chances: 63.85 2025-02-16 15:50:05,384 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 3.0 / BB: 5.65 / Total Chances: 55.75 2025-02-16 15:50:05,384 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-16 15:50:05,384 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 17.299999999999997 / Current Outs: 46.3 2025-02-16 15:50:05,384 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,384 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,384 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,384 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,384 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,384 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,385 - card_creation - INFO - vL - All Hits: 15.7 / Other OB: 10.35 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,385 - card_creation - INFO - vR - All Hits: 23.55 / Other OB: 21.85 / All Outs: 62.5 / Total: 29.0 2025-02-16 15:50:05,385 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 4.300000000000001 2025-02-16 15:50:05,385 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 11.0 2025-02-16 15:50:05,385 - card_creation - INFO - vL: All Hits: 15.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,385 - card_creation - INFO - vR: All Hits: 23.55 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,385 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 15:50:05,385 - card_creation - INFO - raw do chances: 1.7 2025-02-16 15:50:05,385 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 2.6000000000000005 2025-02-16 15:50:05,385 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 15:50:05,385 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 15:50:05,386 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 15:50:05,386 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,386 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,386 - card_creation - INFO - raw do chances: 6.05 2025-02-16 15:50:05,386 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 4.95 2025-02-16 15:50:05,386 - card_creation - INFO - Triple: 0 / rem xbh: 4.95 2025-02-16 15:50:05,386 - card_creation - INFO - raw hr chances: 4.95 2025-02-16 15:50:05,386 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.95 2025-02-16 15:50:05,386 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,386 - card_creation - INFO - vL: All other OB: 10.35 / HBP: 0 / BB: 10.35 / Total Chances: 55.05 2025-02-16 15:50:05,386 - card_creation - INFO - vR: All other OB: 21.85 / HBP: 1.0 / BB: 20.85 / Total Chances: 74.4 2025-02-16 15:50:05,386 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 32.6 / Current Outs: 61.6 2025-02-16 15:50:05,386 - card_creation - INFO - vR: All Outs: 62.5 / Ks: 10.099999999999998 / Current Outs: 39.1 2025-02-16 15:50:05,386 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,386 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,386 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,386 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,386 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,386 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,387 - card_creation - INFO - vL - All Hits: 29.7 / Other OB: 2.75 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,387 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 20.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,387 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5000000000000018 2025-02-16 15:50:05,387 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.0 2025-02-16 15:50:05,387 - card_creation - INFO - vL: All Hits: 29.7 / BP Singles: 5.0 / Single 2: 11.6 / Single 1: 11.6 / Single CF: 0 2025-02-16 15:50:05,387 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,387 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,388 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,388 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5000000000000018 2025-02-16 15:50:05,388 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,388 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,388 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,388 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,388 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,388 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,388 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 15:50:05,388 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,388 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,388 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,388 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,388 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 61.95 2025-02-16 15:50:05,388 - card_creation - INFO - vR: All other OB: 20.45 / HBP: 1.0 / BB: 19.45 / Total Chances: 59.25 2025-02-16 15:50:05,388 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 29.199999999999996 / Current Outs: 58.2 2025-02-16 15:50:05,388 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 5.500000000000002 / Current Outs: 34.5 2025-02-16 15:50:05,388 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,388 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,388 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,388 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,388 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,388 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,389 - card_creation - INFO - vL - All Hits: 10.25 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:05,389 - card_creation - INFO - vR - All Hits: 7.45 / Other OB: 14.05 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,389 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 4.050000000000001 2025-02-16 15:50:05,389 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.55 2025-02-16 15:50:05,389 - card_creation - INFO - vL: All Hits: 10.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,389 - card_creation - INFO - vR: All Hits: 7.45 / BP Singles: 0.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,389 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,389 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,389 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.9500000000000006 2025-02-16 15:50:05,389 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 15:50:05,389 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 15:50:05,389 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,389 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 15:50:05,389 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,389 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,389 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.34999999999999964 2025-02-16 15:50:05,389 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,389 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,389 - card_creation - INFO - BP HR: 0 / ND HR: 0.35 2025-02-16 15:50:05,389 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,390 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 45.0 2025-02-16 15:50:05,390 - card_creation - INFO - vR: All other OB: 14.05 / HBP: 2.0 / BB: 12.05 / Total Chances: 50.5 2025-02-16 15:50:05,390 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 14.25 / Current Outs: 43.25 2025-02-16 15:50:05,390 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 16.9 / Current Outs: 45.9 2025-02-16 15:50:05,390 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,390 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,390 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,390 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,390 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,390 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,390 - card_creation - INFO - vL - All Hits: 14.65 / Other OB: 10.75 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,390 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,390 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.15 2025-02-16 15:50:05,391 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-16 15:50:05,391 - card_creation - INFO - vL: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,391 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,391 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,391 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,391 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 15:50:05,391 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,391 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,391 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 15:50:05,391 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,391 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,391 - card_creation - INFO - raw do chances: 6.25 2025-02-16 15:50:05,391 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-16 15:50:05,391 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,391 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,391 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 15:50:05,391 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,391 - card_creation - INFO - vL: All other OB: 10.75 / HBP: 0 / BB: 10.75 / Total Chances: 54.4 2025-02-16 15:50:05,391 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 51.95 2025-02-16 15:50:05,391 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 20.2 / Current Outs: 49.2 2025-02-16 15:50:05,391 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 28.85 / Current Outs: 57.85 2025-02-16 15:50:05,391 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,391 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,391 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,391 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,391 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,391 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,392 - card_creation - INFO - vL - All Hits: 7.8 / Other OB: 6.5 / All Outs: 93.5 / Total: 29.0 2025-02-16 15:50:05,392 - card_creation - INFO - vR - All Hits: 28.3 / Other OB: 0.0 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,392 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.4 2025-02-16 15:50:05,392 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.9999999999999982 2025-02-16 15:50:05,392 - card_creation - INFO - vL: All Hits: 7.8 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 15:50:05,392 - card_creation - INFO - vR: All Hits: 28.3 / BP Singles: 5.0 / Single 2: 11.15 / Single 1: 11.15 / Single CF: 0 2025-02-16 15:50:05,392 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,392 - card_creation - INFO - raw do chances: 3.9 2025-02-16 15:50:05,392 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 2.5000000000000004 2025-02-16 15:50:05,392 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,392 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,392 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.5 2025-02-16 15:50:05,392 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,392 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,392 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,392 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9999999999999982 2025-02-16 15:50:05,392 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,392 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,392 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,392 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,392 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 43.3 2025-02-16 15:50:05,392 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 57.3 2025-02-16 15:50:05,392 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 62.45 / Current Outs: 91.45 2025-02-16 15:50:05,392 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 15.95 / Current Outs: 44.95 2025-02-16 15:50:05,393 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,393 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,393 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,393 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,393 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,393 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,393 - card_creation - INFO - vL - All Hits: 27.4 / Other OB: 12.1 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,393 - card_creation - INFO - vR - All Hits: 10.3 / Other OB: 8.85 / All Outs: 89.0 / Total: 29.0 2025-02-16 15:50:05,393 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.849999999999998 2025-02-16 15:50:05,394 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 5.300000000000001 2025-02-16 15:50:05,394 - card_creation - INFO - vL: All Hits: 27.4 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.75 / Single CF: 0 2025-02-16 15:50:05,394 - card_creation - INFO - vR: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,394 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,394 - card_creation - INFO - raw do chances: 6.65 2025-02-16 15:50:05,394 - card_creation - INFO - Double**: 6.65 / Double(cf): 0.0 / rem xbh: 2.1999999999999975 2025-02-16 15:50:05,394 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,394 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,394 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,394 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,394 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,394 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,394 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 15:50:05,394 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 15:50:05,394 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 15:50:05,394 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 15:50:05,394 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,394 - card_creation - INFO - vL: All other OB: 12.1 / HBP: 0 / BB: 12.1 / Total Chances: 68.5 2025-02-16 15:50:05,394 - card_creation - INFO - vR: All other OB: 8.85 / HBP: 4.0 / BB: 4.85 / Total Chances: 48.15 2025-02-16 15:50:05,394 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 24.849999999999998 / Current Outs: 53.85 2025-02-16 15:50:05,394 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 13.100000000000001 / Current Outs: 42.1 2025-02-16 15:50:05,394 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,395 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,395 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,395 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,395 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,395 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,395 - card_creation - INFO - vL - All Hits: 32.8 / Other OB: 4.2 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,395 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 14.65 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,396 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.599999999999996 2025-02-16 15:50:05,396 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 2.3000000000000007 2025-02-16 15:50:05,396 - card_creation - INFO - vL: All Hits: 32.8 / BP Singles: 5.0 / Single 2: 10.1 / Single 1: 10.1 / Single CF: 0 2025-02-16 15:50:05,396 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-16 15:50:05,396 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,396 - card_creation - INFO - raw do chances: 7.2 2025-02-16 15:50:05,396 - card_creation - INFO - Double**: 7.2 / Double(cf): 0.0 / rem xbh: 0.3999999999999959 2025-02-16 15:50:05,396 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,396 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,396 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,396 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,396 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,396 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-16 15:50:05,396 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,396 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 15:50:05,396 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,396 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,396 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,396 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,396 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 66.0 2025-02-16 15:50:05,396 - card_creation - INFO - vR: All other OB: 14.65 / HBP: 6.0 / BB: 8.65 / Total Chances: 58.3 2025-02-16 15:50:05,396 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 15.749999999999998 / Current Outs: 44.75 2025-02-16 15:50:05,396 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 31.3 / Current Outs: 60.3 2025-02-16 15:50:05,396 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,396 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,396 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,396 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,396 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,396 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,397 - card_creation - INFO - vL - All Hits: 37.1 / Other OB: 10.0 / All Outs: 61.0 / Total: 29.0 2025-02-16 15:50:05,397 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 8.7 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,397 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.9 2025-02-16 15:50:05,397 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.449999999999999 2025-02-16 15:50:05,397 - card_creation - INFO - vL: All Hits: 37.1 / BP Singles: 5.0 / Single 2: 12.6 / Single 1: 12.6 / Single CF: 0 2025-02-16 15:50:05,397 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 15:50:05,397 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,397 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,397 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.2000000000000002 2025-02-16 15:50:05,397 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 15:50:05,397 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 15:50:05,397 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,397 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 15:50:05,397 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 15:50:05,397 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,398 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,398 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 5.549999999999999 2025-02-16 15:50:05,398 - card_creation - INFO - Triple: 0 / rem xbh: 5.55 2025-02-16 15:50:05,398 - card_creation - INFO - raw hr chances: 5.55 2025-02-16 15:50:05,398 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.55 2025-02-16 15:50:05,398 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,398 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 76.1 2025-02-16 15:50:05,398 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 55.4 2025-02-16 15:50:05,398 - card_creation - INFO - vL: All Outs: 61.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 15:50:05,398 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 33.25 / Current Outs: 62.25 2025-02-16 15:50:05,398 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,398 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,398 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,398 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,398 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,398 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,399 - card_creation - INFO - vL - All Hits: 13.1 / Other OB: 13.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,399 - card_creation - INFO - vR - All Hits: 5.4 / Other OB: 4.2 / All Outs: 98.5 / Total: 29.0 2025-02-16 15:50:05,399 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.1000000000000005 2025-02-16 15:50:05,399 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.1500000000000004 2025-02-16 15:50:05,399 - card_creation - INFO - vL: All Hits: 13.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 15:50:05,399 - card_creation - INFO - vR: All Hits: 5.4 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,399 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-16 15:50:05,399 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,399 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 15:50:05,399 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,399 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,399 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,399 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,399 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-16 15:50:05,399 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,399 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,399 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.7500000000000004 2025-02-16 15:50:05,399 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 15:50:05,399 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 15:50:05,399 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,399 - card_creation - INFO - excess xbh: 0.75 2025-02-16 15:50:05,399 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 15:50:05,399 - card_creation - INFO - vL: All other OB: 13.2 / HBP: 0 / BB: 13.2 / Total Chances: 55.3 2025-02-16 15:50:05,399 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 38.6 2025-02-16 15:50:05,399 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 32.75000000000001 / Current Outs: 61.75 2025-02-16 15:50:05,399 - card_creation - INFO - vR: All Outs: 98.5 / Ks: 25.75 / Current Outs: 54.75 2025-02-16 15:50:05,399 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,399 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,399 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,399 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,399 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,399 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,400 - card_creation - INFO - vL - All Hits: 21.7 / Other OB: 5.7 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,400 - card_creation - INFO - vR - All Hits: 26.0 / Other OB: 3.75 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,400 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 7.199999999999999 2025-02-16 15:50:05,400 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.849999999999998 2025-02-16 15:50:05,400 - card_creation - INFO - vL: All Hits: 21.7 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,400 - card_creation - INFO - vR: All Hits: 26.0 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.6 / Single CF: 0 2025-02-16 15:50:05,400 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.55 2025-02-16 15:50:05,400 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,400 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.999999999999999 2025-02-16 15:50:05,400 - card_creation - INFO - Triple: 1.1 / rem xbh: 1.9 2025-02-16 15:50:05,400 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:05,400 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,400 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 15:50:05,400 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,400 - card_creation - INFO - raw do chances: 6.3 2025-02-16 15:50:05,400 - card_creation - INFO - Double**: 6.3 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-16 15:50:05,400 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,400 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,401 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,401 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 15:50:05,401 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 56.5 2025-02-16 15:50:05,401 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 59.2 2025-02-16 15:50:05,401 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 25.25 / Current Outs: 54.25 2025-02-16 15:50:05,401 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 14.2 / Current Outs: 43.2 2025-02-16 15:50:05,401 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,401 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,401 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,401 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,401 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,401 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,402 - card_creation - INFO - vL - All Hits: 18.45 / Other OB: 11.6 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,402 - card_creation - INFO - vR - All Hits: 15.5 / Other OB: 7.2 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,402 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9499999999999993 2025-02-16 15:50:05,402 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.25 2025-02-16 15:50:05,402 - card_creation - INFO - vL: All Hits: 18.45 / BP Singles: 5.0 / Single 2: 5.75 / Single 1: 5.75 / Single CF: 0 2025-02-16 15:50:05,402 - card_creation - INFO - vR: All Hits: 15.5 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 15:50:05,402 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,402 - card_creation - INFO - raw do chances: 1.95 2025-02-16 15:50:05,402 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-16 15:50:05,402 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,402 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,402 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,402 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,402 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,402 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,402 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.85 2025-02-16 15:50:05,402 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 15:50:05,402 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 15:50:05,402 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 15:50:05,402 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,402 - card_creation - INFO - vL: All other OB: 11.6 / HBP: 2.0 / BB: 9.6 / Total Chances: 59.05 2025-02-16 15:50:05,402 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 51.7 2025-02-16 15:50:05,402 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 65.35000000000001 / Current Outs: 94.35 2025-02-16 15:50:05,402 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 43.75 / Current Outs: 72.75 2025-02-16 15:50:05,402 - card_creation - INFO - Remaining outs: -16.400000000000006 2025-02-16 15:50:05,402 - card_creation - INFO - Passing -16.400000000000006 outs to strikeouts 2025-02-16 15:50:05,403 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,403 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,403 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,403 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,403 - card_creation - INFO - vL - All Hits: 42.9 / Other OB: 15.45 / All Outs: 49.5 / Total: 29.0 2025-02-16 15:50:05,403 - card_creation - INFO - vR - All Hits: 10.3 / Other OB: 2.1 / All Outs: 95.5 / Total: 29.0 2025-02-16 15:50:05,403 - card_creation - INFO - remaining singles: -3.552713678800501e-15 / total xbh: 10.1 2025-02-16 15:50:05,404 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 5.300000000000001 2025-02-16 15:50:05,404 - card_creation - INFO - vL: All Hits: 42.9 / BP Singles: 5.0 / Single 2: 13.9 / Single 1: 0.0 / Single CF: 13.9 2025-02-16 15:50:05,404 - card_creation - INFO - vR: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,404 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,404 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,404 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.5 / rem xbh: 7.6 2025-02-16 15:50:05,404 - card_creation - INFO - Triple: 0 / rem xbh: 7.6 2025-02-16 15:50:05,404 - card_creation - INFO - raw hr chances: 7.6 2025-02-16 15:50:05,404 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.6 2025-02-16 15:50:05,404 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,404 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,404 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,404 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000005 2025-02-16 15:50:05,404 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,404 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,404 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 15:50:05,404 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,404 - card_creation - INFO - vL: All other OB: 15.45 / HBP: 0 / BB: 15.45 / Total Chances: 87.35 2025-02-16 15:50:05,404 - card_creation - INFO - vR: All other OB: 2.1 / HBP: 0 / BB: 2.1 / Total Chances: 41.4 2025-02-16 15:50:05,404 - card_creation - INFO - vL: All Outs: 49.5 / Ks: 15.5 / Current Outs: 44.5 2025-02-16 15:50:05,404 - card_creation - INFO - vR: All Outs: 95.5 / Ks: 32.85 / Current Outs: 61.85 2025-02-16 15:50:05,404 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,404 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,404 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,404 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,404 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,404 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,405 - card_creation - INFO - vL - All Hits: 8.4 / Other OB: 5.1 / All Outs: 94.5 / Total: 29.0 2025-02-16 15:50:05,405 - card_creation - INFO - vR - All Hits: 19.45 / Other OB: 18.3 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,405 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 1.5 2025-02-16 15:50:05,405 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 16.650000000000002 2025-02-16 15:50:05,405 - card_creation - INFO - vL: All Hits: 8.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,405 - card_creation - INFO - vR: All Hits: 19.45 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 0.0 / Single CF: 1.4 2025-02-16 15:50:05,405 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 15:50:05,405 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,405 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 15:50:05,405 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,405 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,405 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,405 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,405 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,405 - card_creation - INFO - raw do chances: 12.5 2025-02-16 15:50:05,405 - card_creation - INFO - Double**: 0.0 / Double(cf): 12.5 / rem xbh: 4.150000000000002 2025-02-16 15:50:05,405 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 15:50:05,406 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:05,406 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-16 15:50:05,406 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,406 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 43.0 2025-02-16 15:50:05,406 - card_creation - INFO - vR: All other OB: 18.3 / HBP: 0 / BB: 18.3 / Total Chances: 66.75 2025-02-16 15:50:05,406 - card_creation - INFO - vL: All Outs: 94.5 / Ks: 27.85 / Current Outs: 56.85 2025-02-16 15:50:05,406 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 23.649999999999995 / Current Outs: 52.65 2025-02-16 15:50:05,406 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,406 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,406 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,406 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,406 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,406 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,406 - card_creation - INFO - vL - All Hits: 29.0 / Other OB: 6.25 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,406 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 3.25 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,407 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.799999999999999 2025-02-16 15:50:05,407 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 8.499999999999998 2025-02-16 15:50:05,407 - card_creation - INFO - vL: All Hits: 29.0 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.1 / Single CF: 0 2025-02-16 15:50:05,407 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,407 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 15:50:05,407 - card_creation - INFO - raw do chances: 6.25 2025-02-16 15:50:05,407 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 1.549999999999999 2025-02-16 15:50:05,407 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,407 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,407 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,407 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 15:50:05,407 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,407 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,407 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.799999999999998 2025-02-16 15:50:05,407 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 15:50:05,407 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 15:50:05,407 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 15:50:05,407 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,407 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 64.7 2025-02-16 15:50:05,407 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 50.4 2025-02-16 15:50:05,407 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 15:50:05,407 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 33.7 / Current Outs: 62.7 2025-02-16 15:50:05,407 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,407 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,407 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,407 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,407 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,407 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,408 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 4.2 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,408 - card_creation - INFO - vR - All Hits: 15.0 / Other OB: 17.55 / All Outs: 75.5 / Total: 29.0 2025-02-16 15:50:05,408 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 11.349999999999998 2025-02-16 15:50:05,408 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.050000000000001 2025-02-16 15:50:05,408 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.25 / Single CF: 0 2025-02-16 15:50:05,408 - card_creation - INFO - vR: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,408 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,408 - card_creation - INFO - raw do chances: 10.2 2025-02-16 15:50:05,408 - card_creation - INFO - Double**: 10.2 / Double(cf): 0.0 / rem xbh: 1.1499999999999986 2025-02-16 15:50:05,408 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 15:50:05,408 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 15:50:05,408 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,408 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 15:50:05,408 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 15:50:05,408 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-16 15:50:05,408 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,408 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.3000000000000007 2025-02-16 15:50:05,408 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 15:50:05,408 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 15:50:05,408 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,408 - card_creation - INFO - excess xbh: 0.3 2025-02-16 15:50:05,408 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 15:50:05,408 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 52.15 2025-02-16 15:50:05,408 - card_creation - INFO - vR: All other OB: 17.55 / HBP: 3.0 / BB: 14.55 / Total Chances: 61.55 2025-02-16 15:50:05,408 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 32.75 / Current Outs: 61.75 2025-02-16 15:50:05,408 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 23.399999999999995 / Current Outs: 52.4 2025-02-16 15:50:05,409 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,409 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,409 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,409 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,409 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,409 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,410 - card_creation - INFO - vL - All Hits: 24.15 / Other OB: 7.1 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,410 - card_creation - INFO - vR - All Hits: 20.95 / Other OB: 5.7 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,410 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.349999999999998 2025-02-16 15:50:05,410 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 6.449999999999999 2025-02-16 15:50:05,410 - card_creation - INFO - vL: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,410 - card_creation - INFO - vR: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,410 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:05,410 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,410 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.599999999999998 2025-02-16 15:50:05,410 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 15:50:05,410 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 15:50:05,410 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-16 15:50:05,410 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,410 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,410 - card_creation - INFO - raw do chances: 3.6 2025-02-16 15:50:05,410 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.849999999999999 2025-02-16 15:50:05,410 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-16 15:50:05,410 - card_creation - INFO - raw hr chances: 2.85 2025-02-16 15:50:05,410 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-16 15:50:05,410 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,410 - card_creation - INFO - vL: All other OB: 7.1 / HBP: 1.0 / BB: 6.1 / Total Chances: 60.25 2025-02-16 15:50:05,410 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 3.0 / BB: 2.7 / Total Chances: 55.65 2025-02-16 15:50:05,410 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 13.85 / Current Outs: 42.85 2025-02-16 15:50:05,410 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 15:50:05,411 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,411 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,411 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,411 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,411 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,411 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,411 - card_creation - INFO - vL - All Hits: 10.75 / Other OB: 6.85 / All Outs: 90.5 / Total: 29.0 2025-02-16 15:50:05,411 - card_creation - INFO - vR - All Hits: 25.75 / Other OB: 10.25 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,412 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.25 2025-02-16 15:50:05,412 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.25 2025-02-16 15:50:05,412 - card_creation - INFO - vL: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,412 - card_creation - INFO - vR: All Hits: 25.75 / BP Singles: 5.0 / Single 2: 6.75 / Single 1: 6.75 / Single CF: 0 2025-02-16 15:50:05,412 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,412 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,412 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 15:50:05,412 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,412 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,412 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,412 - card_creation - INFO - excess xbh: 0.25 2025-02-16 15:50:05,412 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 15:50:05,412 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,412 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,412 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.05 2025-02-16 15:50:05,412 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 15:50:05,412 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 15:50:05,412 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-16 15:50:05,412 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,412 - card_creation - INFO - vL: All other OB: 6.85 / HBP: 1.0 / BB: 5.85 / Total Chances: 46.6 2025-02-16 15:50:05,412 - card_creation - INFO - vR: All other OB: 10.25 / HBP: 0 / BB: 10.25 / Total Chances: 65.0 2025-02-16 15:50:05,412 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 31.1 / Current Outs: 60.1 2025-02-16 15:50:05,412 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 16.7 / Current Outs: 45.7 2025-02-16 15:50:05,413 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,413 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,413 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,413 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,413 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,413 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,413 - card_creation - INFO - vL - All Hits: 14.5 / Other OB: 21.45 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,413 - card_creation - INFO - vR - All Hits: 23.5 / Other OB: 18.2 / All Outs: 66.5 / Total: 29.0 2025-02-16 15:50:05,413 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 8.3 2025-02-16 15:50:05,414 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 10.799999999999999 2025-02-16 15:50:05,414 - card_creation - INFO - vL: All Hits: 14.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,414 - card_creation - INFO - vR: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 0.0 / Single CF: 3.8 2025-02-16 15:50:05,414 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,414 - card_creation - INFO - raw do chances: 7.9 2025-02-16 15:50:05,414 - card_creation - INFO - Double**: 7.9 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 15:50:05,414 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,414 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,414 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,414 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,414 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,414 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-16 15:50:05,414 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,414 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.1 / rem xbh: 5.699999999999999 2025-02-16 15:50:05,414 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-16 15:50:05,414 - card_creation - INFO - raw hr chances: 5.7 2025-02-16 15:50:05,414 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.7 2025-02-16 15:50:05,414 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,414 - card_creation - INFO - vL: All other OB: 21.45 / HBP: 0 / BB: 21.45 / Total Chances: 64.95 2025-02-16 15:50:05,414 - card_creation - INFO - vR: All other OB: 18.2 / HBP: 0 / BB: 18.2 / Total Chances: 70.7 2025-02-16 15:50:05,414 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 20.5 / Current Outs: 49.5 2025-02-16 15:50:05,414 - card_creation - INFO - vR: All Outs: 66.5 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 15:50:05,414 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,414 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,414 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,414 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,414 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,414 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,415 - card_creation - INFO - vL - All Hits: 14.85 / Other OB: 18.25 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,415 - card_creation - INFO - vR - All Hits: 17.4 / Other OB: 7.3 / All Outs: 83.5 / Total: 29.0 2025-02-16 15:50:05,415 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.4499999999999993 2025-02-16 15:50:05,415 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.799999999999997 2025-02-16 15:50:05,415 - card_creation - INFO - vL: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,415 - card_creation - INFO - vR: All Hits: 17.4 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 15:50:05,415 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,415 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,415 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 15:50:05,415 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,415 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,415 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,415 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,415 - card_creation - INFO - hr%: 0.20 / tr%: 0.35 / do%: 0.45 2025-02-16 15:50:05,415 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,415 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 3.099999999999997 2025-02-16 15:50:05,415 - card_creation - INFO - Triple: 1.2 / rem xbh: 1.9 2025-02-16 15:50:05,415 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 15:50:05,415 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,415 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 15:50:05,415 - card_creation - INFO - vL: All other OB: 18.25 / HBP: 2.0 / BB: 16.25 / Total Chances: 62.15 2025-02-16 15:50:05,415 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 53.8 2025-02-16 15:50:05,416 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 18.7 / Current Outs: 47.7 2025-02-16 15:50:05,416 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 25.650000000000002 / Current Outs: 54.65 2025-02-16 15:50:05,416 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,416 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,416 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,416 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,416 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,416 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,416 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 26.5 / All Outs: 65.5 / Total: 29.0 2025-02-16 15:50:05,416 - card_creation - INFO - vR - All Hits: 26.05 / Other OB: 4.75 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,416 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.800000000000001 2025-02-16 15:50:05,416 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.850000000000003 2025-02-16 15:50:05,417 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,417 - card_creation - INFO - vR: All Hits: 26.05 / BP Singles: 5.0 / Single 2: 9.1 / Single 1: 9.1 / Single CF: 0 2025-02-16 15:50:05,417 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,417 - card_creation - INFO - raw do chances: 7.4 2025-02-16 15:50:05,417 - card_creation - INFO - Double**: 7.4 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 15:50:05,417 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 15:50:05,417 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 15:50:05,417 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,417 - card_creation - INFO - excess xbh: 0.4 2025-02-16 15:50:05,417 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 15:50:05,417 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,417 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,417 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.4500000000000033 2025-02-16 15:50:05,417 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,417 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,417 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,417 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,417 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,417 - card_creation - INFO - vL: All other OB: 26.5 / HBP: 0 / BB: 26.5 / Total Chances: 71.7 2025-02-16 15:50:05,417 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 59.8 2025-02-16 15:50:05,417 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 15:50:05,417 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 39.2 / Current Outs: 68.2 2025-02-16 15:50:05,417 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,417 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,417 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,417 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,417 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,417 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,418 - card_creation - INFO - vL - All Hits: 27.1 / Other OB: 13.35 / All Outs: 67.5 / Total: 29.0 2025-02-16 15:50:05,418 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 11.65 / All Outs: 86.5 / Total: 29.0 2025-02-16 15:50:05,418 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 10.650000000000002 2025-02-16 15:50:05,418 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.0 2025-02-16 15:50:05,418 - card_creation - INFO - vL: All Hits: 27.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.75 / Single CF: 0 2025-02-16 15:50:05,418 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,418 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:05,418 - card_creation - INFO - raw do chances: 4.8 2025-02-16 15:50:05,418 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 5.850000000000002 2025-02-16 15:50:05,418 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 15:50:05,418 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 15:50:05,418 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-16 15:50:05,418 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,418 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,418 - card_creation - INFO - raw do chances: 1.05 2025-02-16 15:50:05,418 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: -0.050000000000000044 2025-02-16 15:50:05,418 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,418 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,418 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,418 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,418 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 1.0 / BB: 12.35 / Total Chances: 69.45 2025-02-16 15:50:05,418 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 3.0 / BB: 8.65 / Total Chances: 50.5 2025-02-16 15:50:05,419 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 19.599999999999998 / Current Outs: 48.6 2025-02-16 15:50:05,419 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 22.299999999999997 / Current Outs: 51.3 2025-02-16 15:50:05,419 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,419 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,419 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,419 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,419 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,419 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,419 - card_creation - INFO - vL - All Hits: 6.5 / Other OB: 7.95 / All Outs: 93.5 / Total: 29.0 2025-02-16 15:50:05,420 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 15:50:05,420 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 2.2 2025-02-16 15:50:05,420 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.0999999999999996 2025-02-16 15:50:05,420 - card_creation - INFO - vL: All Hits: 6.5 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 15:50:05,420 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,420 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,420 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,420 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: -0.04999999999999982 2025-02-16 15:50:05,420 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,420 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,420 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,420 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,420 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,420 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,420 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 15:50:05,420 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,420 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,420 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,420 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,420 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-16 15:50:05,420 - card_creation - INFO - vL: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 43.5 2025-02-16 15:50:05,420 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.85 2025-02-16 15:50:05,420 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 31.999999999999996 / Current Outs: 61.0 2025-02-16 15:50:05,420 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 15:50:05,420 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 15:50:05,420 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 15:50:05,421 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,421 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,421 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,421 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,421 - card_creation - INFO - vL - All Hits: 19.95 / Other OB: 6.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,421 - card_creation - INFO - vR - All Hits: 7.85 / Other OB: 8.05 / All Outs: 92.0 / Total: 29.0 2025-02-16 15:50:05,421 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 1.4999999999999991 2025-02-16 15:50:05,421 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 2.8499999999999996 2025-02-16 15:50:05,421 - card_creation - INFO - vL: All Hits: 19.95 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.75 / Single CF: 0 2025-02-16 15:50:05,421 - card_creation - INFO - vR: All Hits: 7.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,421 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,421 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,421 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4999999999999991 2025-02-16 15:50:05,422 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,422 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,422 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,422 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,422 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,422 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,422 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-16 15:50:05,422 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,422 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,422 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-16 15:50:05,422 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,422 - card_creation - INFO - vL: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 55.65 2025-02-16 15:50:05,422 - card_creation - INFO - vR: All other OB: 8.05 / HBP: 0 / BB: 8.05 / Total Chances: 44.9 2025-02-16 15:50:05,422 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 15:50:05,422 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 64.9 / Current Outs: 93.9 2025-02-16 15:50:05,422 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,422 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,422 - card_creation - INFO - Remaining outs: -1.7999999999999972 2025-02-16 15:50:05,422 - card_creation - INFO - Passing -1.7999999999999972 outs to strikeouts 2025-02-16 15:50:05,422 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,422 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,423 - card_creation - INFO - vL - All Hits: 23.25 / Other OB: 11.8 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,423 - card_creation - INFO - vR - All Hits: 20.55 / Other OB: 15.95 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:05,423 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.749999999999998 2025-02-16 15:50:05,423 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.45 2025-02-16 15:50:05,423 - card_creation - INFO - vL: All Hits: 23.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,423 - card_creation - INFO - vR: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 0.0 / Single CF: 2.55 2025-02-16 15:50:05,423 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,423 - card_creation - INFO - raw do chances: 3.9 2025-02-16 15:50:05,423 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.8499999999999983 2025-02-16 15:50:05,423 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-16 15:50:05,423 - card_creation - INFO - raw hr chances: 3.85 2025-02-16 15:50:05,423 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.85 2025-02-16 15:50:05,423 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,423 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 15:50:05,423 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,423 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.7 / rem xbh: 7.749999999999999 2025-02-16 15:50:05,423 - card_creation - INFO - Triple: 0 / rem xbh: 7.75 2025-02-16 15:50:05,423 - card_creation - INFO - raw hr chances: 7.75 2025-02-16 15:50:05,423 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.75 2025-02-16 15:50:05,423 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,423 - card_creation - INFO - vL: All other OB: 11.8 / HBP: 0 / BB: 11.8 / Total Chances: 64.05 2025-02-16 15:50:05,423 - card_creation - INFO - vR: All other OB: 15.95 / HBP: 0 / BB: 15.95 / Total Chances: 65.5 2025-02-16 15:50:05,423 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 7.1499999999999995 / Current Outs: 36.15 2025-02-16 15:50:05,423 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 25.0 / Current Outs: 54.0 2025-02-16 15:50:05,423 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,423 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,423 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,423 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,423 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,423 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,424 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 2.75 / All Outs: 91.0 / Total: 29.0 2025-02-16 15:50:05,424 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 9.1 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,424 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.449999999999999 2025-02-16 15:50:05,424 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 8.200000000000003 2025-02-16 15:50:05,424 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,424 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-16 15:50:05,424 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,424 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,424 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.2499999999999991 2025-02-16 15:50:05,424 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 15:50:05,424 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 15:50:05,424 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-16 15:50:05,424 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,424 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-16 15:50:05,424 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,424 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 5.700000000000003 2025-02-16 15:50:05,424 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-16 15:50:05,424 - card_creation - INFO - raw hr chances: 5.7 2025-02-16 15:50:05,424 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.7 2025-02-16 15:50:05,425 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,425 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 46.0 2025-02-16 15:50:05,425 - card_creation - INFO - vR: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 55.45 2025-02-16 15:50:05,425 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 15:50:05,425 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 30.85 / Current Outs: 59.85 2025-02-16 15:50:05,425 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,425 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,425 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,425 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,425 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,425 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,425 - card_creation - INFO - vL - All Hits: 38.9 / Other OB: 4.2 / All Outs: 65.0 / Total: 29.0 2025-02-16 15:50:05,425 - card_creation - INFO - vR - All Hits: 14.25 / Other OB: 10.55 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,425 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.0 2025-02-16 15:50:05,426 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.850000000000001 2025-02-16 15:50:05,426 - card_creation - INFO - vL: All Hits: 38.9 / BP Singles: 5.0 / Single 2: 9.95 / Single 1: 0.0 / Single CF: 9.95 2025-02-16 15:50:05,426 - card_creation - INFO - vR: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,426 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 15:50:05,426 - card_creation - INFO - raw do chances: 8.4 2025-02-16 15:50:05,426 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.4 / rem xbh: 5.6 2025-02-16 15:50:05,426 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 15:50:05,426 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 15:50:05,426 - card_creation - INFO - BP HR: 4.0 / ND HR: 1.6 2025-02-16 15:50:05,426 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,426 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 15:50:05,426 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,426 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 15:50:05,426 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 15:50:05,426 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 15:50:05,426 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,426 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 15:50:05,426 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 72.1 2025-02-16 15:50:05,426 - card_creation - INFO - vR: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 54.15 2025-02-16 15:50:05,426 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 15.75 / Current Outs: 44.75 2025-02-16 15:50:05,426 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-16 15:50:05,426 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,426 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,426 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,426 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,426 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,426 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,427 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 7.9 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,427 - card_creation - INFO - vR - All Hits: 17.75 / Other OB: 12.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 15:50:05,427 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 9.299999999999999 2025-02-16 15:50:05,427 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.25 2025-02-16 15:50:05,427 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,427 - card_creation - INFO - vR: All Hits: 17.75 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,427 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:05,427 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,427 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.049999999999999 2025-02-16 15:50:05,427 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 15:50:05,427 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 15:50:05,427 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.05 2025-02-16 15:50:05,427 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,427 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,428 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,428 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-16 15:50:05,428 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,428 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,428 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,428 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,428 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 15:50:05,428 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 1.0 / BB: 6.9 / Total Chances: 53.1 2025-02-16 15:50:05,428 - card_creation - INFO - vR: All other OB: 12.45 / HBP: 2.0 / BB: 10.45 / Total Chances: 59.2 2025-02-16 15:50:05,428 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 25.05 / Current Outs: 54.05 2025-02-16 15:50:05,428 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 16.5 / Current Outs: 45.5 2025-02-16 15:50:05,428 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,428 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,428 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,428 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,428 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,428 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,429 - card_creation - INFO - vL - All Hits: 2.1 / Other OB: 1.9 / All Outs: 104.0 / Total: 29.0 2025-02-16 15:50:05,429 - card_creation - INFO - vR - All Hits: 27.95 / Other OB: 7.5 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:05,429 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.4500000000000002 2025-02-16 15:50:05,429 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-16 15:50:05,429 - card_creation - INFO - vL: All Hits: 2.1 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 15:50:05,429 - card_creation - INFO - vR: All Hits: 27.95 / BP Singles: 5.0 / Single 2: 9.5 / Single 1: 9.45 / Single CF: 0 2025-02-16 15:50:05,429 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,429 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,429 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.4500000000000002 2025-02-16 15:50:05,429 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,429 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,429 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,429 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,429 - card_creation - INFO - Passing 0.45 xbh to single* 2025-02-16 15:50:05,429 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,429 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,429 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 15:50:05,429 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,429 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,429 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:05,429 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,429 - card_creation - INFO - vL: All other OB: 1.9 / HBP: 0 / BB: 1.9 / Total Chances: 33.0 2025-02-16 15:50:05,429 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 2.0 / BB: 5.5 / Total Chances: 64.45 2025-02-16 15:50:05,429 - card_creation - INFO - vL: All Outs: 104.0 / Ks: 33.050000000000004 / Current Outs: 62.05 2025-02-16 15:50:05,429 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 48.45 / Current Outs: 77.45 2025-02-16 15:50:05,429 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,429 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,429 - card_creation - INFO - Remaining outs: -4.900000000000006 2025-02-16 15:50:05,429 - card_creation - INFO - Passing -4.900000000000006 outs to strikeouts 2025-02-16 15:50:05,429 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,430 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,430 - card_creation - INFO - vL - All Hits: 22.4 / Other OB: 11.7 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,430 - card_creation - INFO - vR - All Hits: 25.75 / Other OB: 11.25 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,430 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.899999999999997 2025-02-16 15:50:05,430 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.350000000000001 2025-02-16 15:50:05,430 - card_creation - INFO - vL: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,430 - card_creation - INFO - vR: All Hits: 25.75 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,430 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,430 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,430 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.4999999999999964 2025-02-16 15:50:05,430 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,430 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,430 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,431 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,431 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,431 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,431 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.950000000000001 2025-02-16 15:50:05,431 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-16 15:50:05,431 - card_creation - INFO - raw hr chances: 3.95 2025-02-16 15:50:05,431 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.95 2025-02-16 15:50:05,431 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,431 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 1.0 / BB: 10.7 / Total Chances: 63.6 2025-02-16 15:50:05,431 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 66.0 2025-02-16 15:50:05,431 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 15:50:05,431 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 15:50:05,431 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,431 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,431 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,431 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,431 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,431 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,432 - card_creation - INFO - vL - All Hits: 13.75 / Other OB: 8.4 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,432 - card_creation - INFO - vR - All Hits: 23.55 / Other OB: 7.65 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,432 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.3000000000000007 2025-02-16 15:50:05,432 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.550000000000001 2025-02-16 15:50:05,432 - card_creation - INFO - vL: All Hits: 13.75 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,432 - card_creation - INFO - vR: All Hits: 23.55 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.5 / Single CF: 0 2025-02-16 15:50:05,432 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 15:50:05,432 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,432 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.4000000000000008 2025-02-16 15:50:05,432 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 15:50:05,432 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 15:50:05,432 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,432 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:05,432 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 15:50:05,432 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 15:50:05,432 - card_creation - INFO - raw do chances: 1.4 2025-02-16 15:50:05,432 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-16 15:50:05,432 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 15:50:05,432 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 15:50:05,432 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 15:50:05,432 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,432 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 51.15 2025-02-16 15:50:05,432 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 60.2 2025-02-16 15:50:05,432 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 8.549999999999999 / Current Outs: 37.55 2025-02-16 15:50:05,432 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 11.299999999999997 / Current Outs: 40.3 2025-02-16 15:50:05,432 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,433 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,433 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,433 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,433 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,433 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,433 - card_creation - INFO - vL - All Hits: 20.6 / Other OB: 12.6 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,433 - card_creation - INFO - vR - All Hits: 21.05 / Other OB: 8.3 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,433 - card_creation - INFO - remaining singles: -0.2500000000000009 / total xbh: 4.5 2025-02-16 15:50:05,433 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.550000000000001 2025-02-16 15:50:05,433 - card_creation - INFO - vL: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,433 - card_creation - INFO - vR: All Hits: 21.05 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,433 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,433 - card_creation - INFO - raw do chances: 3.4 2025-02-16 15:50:05,433 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.1 2025-02-16 15:50:05,434 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,434 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,434 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,434 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,434 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:05,434 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.95 2025-02-16 15:50:05,434 - card_creation - INFO - raw do chances: 6.2 2025-02-16 15:50:05,434 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 0.35000000000000053 2025-02-16 15:50:05,434 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 15:50:05,434 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 15:50:05,434 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,434 - card_creation - INFO - excess xbh: 0.35 2025-02-16 15:50:05,434 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 15:50:05,434 - card_creation - INFO - vL: All other OB: 12.6 / HBP: 4.0 / BB: 8.6 / Total Chances: 62.2 2025-02-16 15:50:05,434 - card_creation - INFO - vR: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 58.35 2025-02-16 15:50:05,434 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 19.349999999999998 / Current Outs: 48.35 2025-02-16 15:50:05,434 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 20.65 / Current Outs: 49.65 2025-02-16 15:50:05,434 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,434 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,434 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,434 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,434 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,434 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,435 - card_creation - INFO - vL - All Hits: 29.2 / Other OB: 6.3 / All Outs: 72.5 / Total: 29.0 2025-02-16 15:50:05,435 - card_creation - INFO - vR - All Hits: 22.85 / Other OB: 10.85 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,435 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 13.099999999999998 2025-02-16 15:50:05,435 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.100000000000001 2025-02-16 15:50:05,435 - card_creation - INFO - vL: All Hits: 29.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.4 2025-02-16 15:50:05,435 - card_creation - INFO - vR: All Hits: 22.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,435 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,435 - card_creation - INFO - raw do chances: 7.2 2025-02-16 15:50:05,435 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.2 / rem xbh: 5.899999999999998 2025-02-16 15:50:05,435 - card_creation - INFO - Triple: 0 / rem xbh: 5.9 2025-02-16 15:50:05,435 - card_creation - INFO - raw hr chances: 5.9 2025-02-16 15:50:05,435 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.9 2025-02-16 15:50:05,435 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,435 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,435 - card_creation - INFO - raw do chances: 7.75 2025-02-16 15:50:05,435 - card_creation - INFO - Double**: 7.75 / Double(cf): 0.0 / rem xbh: 1.3500000000000014 2025-02-16 15:50:05,435 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 15:50:05,435 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 15:50:05,435 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,435 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,435 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:05,435 - card_creation - INFO - vL: All other OB: 6.3 / HBP: 0 / BB: 6.3 / Total Chances: 64.5 2025-02-16 15:50:05,435 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 2.0 / BB: 8.85 / Total Chances: 62.7 2025-02-16 15:50:05,436 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 13.65 / Current Outs: 42.65 2025-02-16 15:50:05,436 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 12.100000000000001 / Current Outs: 41.1 2025-02-16 15:50:05,436 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,436 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,436 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,436 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,436 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,436 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,436 - card_creation - INFO - vL - All Hits: 12.8 / Other OB: 10.55 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,436 - card_creation - INFO - vR - All Hits: 12.55 / Other OB: 9.85 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,437 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 7.800000000000001 2025-02-16 15:50:05,437 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 7.550000000000001 2025-02-16 15:50:05,437 - card_creation - INFO - vL: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,437 - card_creation - INFO - vR: All Hits: 12.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,437 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 15:50:05,437 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,437 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 4.6000000000000005 2025-02-16 15:50:05,437 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 15:50:05,437 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 15:50:05,437 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5999999999999996 2025-02-16 15:50:05,437 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,437 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 15:50:05,437 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,437 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 5.300000000000001 2025-02-16 15:50:05,437 - card_creation - INFO - Triple: 0 / rem xbh: 5.3 2025-02-16 15:50:05,437 - card_creation - INFO - raw hr chances: 5.3 2025-02-16 15:50:05,437 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.3 2025-02-16 15:50:05,437 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,437 - card_creation - INFO - vL: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 52.35 2025-02-16 15:50:05,437 - card_creation - INFO - vR: All other OB: 9.85 / HBP: 3.0 / BB: 6.85 / Total Chances: 51.4 2025-02-16 15:50:05,437 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 21.399999999999995 / Current Outs: 50.4 2025-02-16 15:50:05,437 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 28.1 / Current Outs: 57.1 2025-02-16 15:50:05,437 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,437 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,437 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,437 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,437 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,437 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,438 - card_creation - INFO - vL - All Hits: 15.4 / Other OB: 11.85 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,438 - card_creation - INFO - vR - All Hits: 11.2 / Other OB: 6.55 / All Outs: 90.0 / Total: 29.0 2025-02-16 15:50:05,438 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.9 2025-02-16 15:50:05,438 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.5999999999999996 2025-02-16 15:50:05,438 - card_creation - INFO - vL: All Hits: 15.4 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 15:50:05,438 - card_creation - INFO - vR: All Hits: 11.2 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 15:50:05,438 - card_creation - INFO - hr%: 0.20 / tr%: 0.35 / do%: 0.45 2025-02-16 15:50:05,438 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,438 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 3.2 2025-02-16 15:50:05,438 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.0 2025-02-16 15:50:05,438 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 15:50:05,438 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,439 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,439 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 15:50:05,439 - card_creation - INFO - raw do chances: 2.5 2025-02-16 15:50:05,439 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.09999999999999964 2025-02-16 15:50:05,439 - card_creation - INFO - Triple: 0 / rem xbh: 0.1 2025-02-16 15:50:05,439 - card_creation - INFO - raw hr chances: 0.1 2025-02-16 15:50:05,439 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,439 - card_creation - INFO - excess xbh: 0.1 2025-02-16 15:50:05,439 - card_creation - INFO - Passing 0.1 xbh to double** 2025-02-16 15:50:05,439 - card_creation - INFO - vL: All other OB: 11.85 / HBP: 0 / BB: 11.85 / Total Chances: 56.25 2025-02-16 15:50:05,439 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 1.0 / BB: 5.55 / Total Chances: 46.75 2025-02-16 15:50:05,439 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 39.1 / Current Outs: 68.1 2025-02-16 15:50:05,439 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 48.400000000000006 / Current Outs: 77.4 2025-02-16 15:50:05,439 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,439 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,439 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,439 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,439 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,439 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,440 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 7.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,440 - card_creation - INFO - vR - All Hits: 32.0 / Other OB: 5.7 / All Outs: 70.5 / Total: 29.0 2025-02-16 15:50:05,440 - card_creation - INFO - remaining singles: -0.25 / total xbh: 8.600000000000001 2025-02-16 15:50:05,440 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.799999999999997 2025-02-16 15:50:05,440 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,440 - card_creation - INFO - vR: All Hits: 32.0 / BP Singles: 5.0 / Single 2: 7.6 / Single 1: 7.6 / Single CF: 0 2025-02-16 15:50:05,440 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,440 - card_creation - INFO - raw do chances: 6.9 2025-02-16 15:50:05,440 - card_creation - INFO - Double**: 6.9 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-16 15:50:05,440 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,440 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,440 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,440 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 15:50:05,440 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 15:50:05,440 - card_creation - INFO - raw do chances: 9.45 2025-02-16 15:50:05,440 - card_creation - INFO - Double**: 9.45 / Double(cf): 0.0 / rem xbh: 2.349999999999998 2025-02-16 15:50:05,440 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:05,440 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,440 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 15:50:05,440 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,440 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 57.2 2025-02-16 15:50:05,440 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 66.7 2025-02-16 15:50:05,441 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 15:50:05,441 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 20.25 / Current Outs: 49.25 2025-02-16 15:50:05,441 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,441 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,441 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,441 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,441 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,441 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,442 - card_creation - INFO - vL - All Hits: 31.5 / Other OB: 2.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,442 - card_creation - INFO - vR - All Hits: 23.6 / Other OB: 5.1 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,442 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 15.7 2025-02-16 15:50:05,442 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.449999999999999 2025-02-16 15:50:05,442 - card_creation - INFO - vL: All Hits: 31.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,442 - card_creation - INFO - vR: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.1 / Single CF: 0 2025-02-16 15:50:05,442 - card_creation - INFO - hr%: 0.00 / tr%: 0.15 / do%: 0.85 2025-02-16 15:50:05,442 - card_creation - INFO - raw do chances: 13.35 2025-02-16 15:50:05,442 - card_creation - INFO - Double**: 13.35 / Double(cf): 0.0 / rem xbh: 2.3499999999999996 2025-02-16 15:50:05,442 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:05,442 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,442 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,442 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,442 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:05,442 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,442 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,442 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 4.199999999999999 2025-02-16 15:50:05,442 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 15:50:05,442 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 15:50:05,442 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.2 2025-02-16 15:50:05,442 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,442 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 63.25 2025-02-16 15:50:05,442 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 3.0 / BB: 2.1 / Total Chances: 57.7 2025-02-16 15:50:05,442 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-16 15:50:05,443 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 30.85 / Current Outs: 59.85 2025-02-16 15:50:05,443 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,443 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,443 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,443 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,443 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,443 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,444 - card_creation - INFO - vL - All Hits: 15.05 / Other OB: 6.15 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,444 - card_creation - INFO - vR - All Hits: 17.8 / Other OB: 18.5 / All Outs: 71.5 / Total: 29.0 2025-02-16 15:50:05,444 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.050000000000001 2025-02-16 15:50:05,444 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.300000000000001 2025-02-16 15:50:05,444 - card_creation - INFO - vL: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,444 - card_creation - INFO - vR: All Hits: 17.8 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 15:50:05,444 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 15:50:05,444 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,444 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 15:50:05,444 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,444 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,444 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,444 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,444 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,444 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,444 - card_creation - INFO - raw do chances: 4.5 2025-02-16 15:50:05,444 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 15:50:05,444 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 15:50:05,444 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 15:50:05,444 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,444 - card_creation - INFO - excess xbh: 0.8 2025-02-16 15:50:05,444 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 15:50:05,444 - card_creation - INFO - vL: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 50.2 2025-02-16 15:50:05,444 - card_creation - INFO - vR: All other OB: 18.5 / HBP: 4.0 / BB: 14.5 / Total Chances: 65.3 2025-02-16 15:50:05,444 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 23.8 / Current Outs: 52.8 2025-02-16 15:50:05,444 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 25.45 / Current Outs: 54.45 2025-02-16 15:50:05,445 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,445 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,445 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 15:50:05,445 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 15:50:05,445 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,445 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,446 - card_creation - INFO - vL - All Hits: 22.65 / Other OB: 15.25 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,446 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.5 / All Outs: 86.0 / Total: 29.0 2025-02-16 15:50:05,446 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 10.149999999999999 2025-02-16 15:50:05,446 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.499999999999998 2025-02-16 15:50:05,446 - card_creation - INFO - vL: All Hits: 22.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 0.0 / Single CF: 3.75 2025-02-16 15:50:05,446 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,446 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,446 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,446 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.399999999999999 2025-02-16 15:50:05,446 - card_creation - INFO - Triple: 0 / rem xbh: 5.4 2025-02-16 15:50:05,446 - card_creation - INFO - raw hr chances: 5.4 2025-02-16 15:50:05,446 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.4000000000000004 2025-02-16 15:50:05,446 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,446 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,446 - card_creation - INFO - raw do chances: 3.3 2025-02-16 15:50:05,446 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-16 15:50:05,447 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 15:50:05,447 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,447 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 15:50:05,447 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,447 - card_creation - INFO - vL: All other OB: 15.25 / HBP: 1.0 / BB: 14.25 / Total Chances: 66.9 2025-02-16 15:50:05,447 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 51.15 2025-02-16 15:50:05,447 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 11.7 / Current Outs: 40.7 2025-02-16 15:50:05,447 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 18.45 / Current Outs: 47.45 2025-02-16 15:50:05,447 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,447 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,447 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,447 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,447 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,447 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,448 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 5.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 15:50:05,448 - card_creation - INFO - vR - All Hits: 29.3 / Other OB: 7.7 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,448 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.200000000000003 2025-02-16 15:50:05,448 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.75 2025-02-16 15:50:05,448 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.7 2025-02-16 15:50:05,448 - card_creation - INFO - vR: All Hits: 29.3 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.25 / Single CF: 0 2025-02-16 15:50:05,448 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,448 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,448 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.200000000000003 2025-02-16 15:50:05,448 - card_creation - INFO - Triple: 0 / rem xbh: 7.2 2025-02-16 15:50:05,448 - card_creation - INFO - raw hr chances: 7.2 2025-02-16 15:50:05,448 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.2 2025-02-16 15:50:05,448 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,448 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,448 - card_creation - INFO - raw do chances: 6.35 2025-02-16 15:50:05,449 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-16 15:50:05,449 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 15:50:05,449 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 15:50:05,449 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-16 15:50:05,449 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,449 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 52.5 2025-02-16 15:50:05,449 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 4.0 / BB: 3.7 / Total Chances: 66.0 2025-02-16 15:50:05,449 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 60.550000000000004 / Current Outs: 89.55 2025-02-16 15:50:05,449 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 14.25 / Current Outs: 43.25 2025-02-16 15:50:05,449 - card_creation - INFO - Remaining outs: -5.049999999999997 2025-02-16 15:50:05,449 - card_creation - INFO - Passing -5.049999999999997 outs to strikeouts 2025-02-16 15:50:05,449 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,449 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,449 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,449 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,450 - card_creation - INFO - vL - All Hits: 14.6 / Other OB: 16.6 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,450 - card_creation - INFO - vR - All Hits: 12.3 / Other OB: 7.3 / All Outs: 88.5 / Total: 29.0 2025-02-16 15:50:05,450 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.881784197001252e-16 2025-02-16 15:50:05,450 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 6.100000000000001 2025-02-16 15:50:05,450 - card_creation - INFO - vL: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 15:50:05,450 - card_creation - INFO - vR: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 15:50:05,450 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,450 - card_creation - INFO - raw do chances: 3.75 2025-02-16 15:50:05,450 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.3500000000000014 2025-02-16 15:50:05,450 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:05,450 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,450 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 15:50:05,450 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,450 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 60.2 2025-02-16 15:50:05,450 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 48.6 2025-02-16 15:50:05,450 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 5.35 / Current Outs: 34.35 2025-02-16 15:50:05,450 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 13.649999999999999 / Current Outs: 42.65 2025-02-16 15:50:05,450 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,450 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,450 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,450 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,450 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,450 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,451 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 13.95 / All Outs: 68.5 / Total: 29.0 2025-02-16 15:50:05,451 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 12.65 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,451 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 6.349999999999998 2025-02-16 15:50:05,451 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-16 15:50:05,451 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-16 15:50:05,451 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,451 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,451 - card_creation - INFO - raw do chances: 3.2 2025-02-16 15:50:05,451 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.1499999999999977 2025-02-16 15:50:05,451 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-16 15:50:05,451 - card_creation - INFO - raw hr chances: 3.15 2025-02-16 15:50:05,451 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.15 2025-02-16 15:50:05,451 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,451 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,451 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,451 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 15:50:05,451 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,451 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,451 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,451 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,451 - card_creation - INFO - vL: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 68.4 2025-02-16 15:50:05,452 - card_creation - INFO - vR: All other OB: 12.65 / HBP: 3.0 / BB: 9.65 / Total Chances: 57.65 2025-02-16 15:50:05,452 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 8.0 / Current Outs: 37.0 2025-02-16 15:50:05,452 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 19.299999999999997 / Current Outs: 48.3 2025-02-16 15:50:05,452 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,452 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,452 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,452 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,452 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,452 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,452 - card_creation - INFO - vL - All Hits: 12.4 / Other OB: 8.85 / All Outs: 87.0 / Total: 29.0 2025-02-16 15:50:05,453 - card_creation - INFO - vR - All Hits: 37.3 / Other OB: 1.25 / All Outs: 69.5 / Total: 29.0 2025-02-16 15:50:05,453 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 0.8500000000000005 2025-02-16 15:50:05,453 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.799999999999997 2025-02-16 15:50:05,453 - card_creation - INFO - vL: All Hits: 12.4 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.25 / Single CF: 0 2025-02-16 15:50:05,453 - card_creation - INFO - vR: All Hits: 37.3 / BP Singles: 5.0 / Single 2: 11.75 / Single 1: 11.75 / Single CF: 0 2025-02-16 15:50:05,453 - card_creation - INFO - hr%: 0.50 / tr%: 0.50 / do%: 0.00 2025-02-16 15:50:05,453 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,453 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8500000000000005 2025-02-16 15:50:05,453 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 15:50:05,453 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 15:50:05,453 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,453 - card_creation - INFO - excess xbh: 0.85 2025-02-16 15:50:05,453 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-16 15:50:05,453 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,453 - card_creation - INFO - raw do chances: 7.05 2025-02-16 15:50:05,453 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.7499999999999973 2025-02-16 15:50:05,453 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:05,453 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:05,453 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 15:50:05,453 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,453 - card_creation - INFO - vL: All other OB: 8.85 / HBP: 0 / BB: 8.85 / Total Chances: 50.25 2025-02-16 15:50:05,453 - card_creation - INFO - vR: All other OB: 1.25 / HBP: 0 / BB: 1.25 / Total Chances: 67.55 2025-02-16 15:50:05,453 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 11.1 / Current Outs: 40.1 2025-02-16 15:50:05,453 - card_creation - INFO - vR: All Outs: 69.5 / Ks: 26.7 / Current Outs: 55.7 2025-02-16 15:50:05,453 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,453 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,453 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 15:50:05,453 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 15:50:05,453 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,453 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,454 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 0.0 / All Outs: 85.5 / Total: 29.0 2025-02-16 15:50:05,454 - card_creation - INFO - vR - All Hits: 29.55 / Other OB: 13.5 / All Outs: 65.0 / Total: 29.0 2025-02-16 15:50:05,454 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.450000000000001 2025-02-16 15:50:05,454 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 13.150000000000002 2025-02-16 15:50:05,454 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.8 / Single CF: 0 2025-02-16 15:50:05,454 - card_creation - INFO - vR: All Hits: 29.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.7 2025-02-16 15:50:05,455 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,455 - card_creation - INFO - raw do chances: 2.7 2025-02-16 15:50:05,455 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.750000000000001 2025-02-16 15:50:05,455 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-16 15:50:05,455 - card_creation - INFO - raw hr chances: 4.75 2025-02-16 15:50:05,455 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.75 2025-02-16 15:50:05,455 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,455 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-16 15:50:05,455 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,455 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.4 / rem xbh: 7.750000000000002 2025-02-16 15:50:05,455 - card_creation - INFO - Triple: 1.6 / rem xbh: 6.15 2025-02-16 15:50:05,455 - card_creation - INFO - raw hr chances: 6.15 2025-02-16 15:50:05,455 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.15 2025-02-16 15:50:05,455 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,455 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 51.35 2025-02-16 15:50:05,455 - card_creation - INFO - vR: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 72.05 2025-02-16 15:50:05,455 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 34.95 / Current Outs: 63.95 2025-02-16 15:50:05,455 - card_creation - INFO - vR: All Outs: 65.0 / Ks: 25.45 / Current Outs: 54.45 2025-02-16 15:50:05,455 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,455 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,455 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,455 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,455 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,455 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,456 - card_creation - INFO - vL - All Hits: 21.8 / Other OB: 6.95 / All Outs: 79.0 / Total: 29.0 2025-02-16 15:50:05,456 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 9.7 / All Outs: 83.0 / Total: 29.0 2025-02-16 15:50:05,456 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.600000000000001 2025-02-16 15:50:05,456 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.0999999999999996 2025-02-16 15:50:05,456 - card_creation - INFO - vL: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 15:50:05,456 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,456 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 15:50:05,456 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,456 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 2.5000000000000013 2025-02-16 15:50:05,456 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 15:50:05,456 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 15:50:05,456 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 15:50:05,456 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,456 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 15:50:05,456 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,456 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 15:50:05,456 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 15:50:05,456 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 15:50:05,456 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 15:50:05,456 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,456 - card_creation - INFO - vL: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 57.75 2025-02-16 15:50:05,456 - card_creation - INFO - vR: All other OB: 9.7 / HBP: 2.0 / BB: 7.7 / Total Chances: 53.8 2025-02-16 15:50:05,456 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 22.0 / Current Outs: 51.0 2025-02-16 15:50:05,456 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 15.25 / Current Outs: 44.25 2025-02-16 15:50:05,456 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,456 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,457 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,457 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,457 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,457 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,457 - card_creation - INFO - vL - All Hits: 16.7 / Other OB: 15.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,457 - card_creation - INFO - vR - All Hits: 24.05 / Other OB: 10.4 / All Outs: 73.5 / Total: 29.0 2025-02-16 15:50:05,457 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.75 2025-02-16 15:50:05,457 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.400000000000002 2025-02-16 15:50:05,457 - card_creation - INFO - vL: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,457 - card_creation - INFO - vR: All Hits: 24.05 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.35 / Single CF: 0 2025-02-16 15:50:05,457 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,457 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,457 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 15:50:05,457 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,457 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,457 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,457 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,458 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 15:50:05,458 - card_creation - INFO - raw do chances: 5.75 2025-02-16 15:50:05,458 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 0.6500000000000021 2025-02-16 15:50:05,458 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 15:50:05,458 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 15:50:05,458 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,458 - card_creation - INFO - excess xbh: 0.65 2025-02-16 15:50:05,458 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 15:50:05,458 - card_creation - INFO - vL: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 61.0 2025-02-16 15:50:05,458 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 0 / BB: 10.4 / Total Chances: 63.45 2025-02-16 15:50:05,458 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-16 15:50:05,458 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 23.55 / Current Outs: 52.55 2025-02-16 15:50:05,458 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,458 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,458 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,458 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,458 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,458 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,458 - card_creation - INFO - vL - All Hits: 30.6 / Other OB: 10.3 / All Outs: 67.0 / Total: 29.0 2025-02-16 15:50:05,459 - card_creation - INFO - vR - All Hits: 19.1 / Other OB: 7.65 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,459 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.4 2025-02-16 15:50:05,459 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.700000000000003 2025-02-16 15:50:05,459 - card_creation - INFO - vL: All Hits: 30.6 / BP Singles: 5.0 / Single 2: 7.6 / Single 1: 7.6 / Single CF: 0 2025-02-16 15:50:05,459 - card_creation - INFO - vR: All Hits: 19.1 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 15:50:05,459 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.65 2025-02-16 15:50:05,459 - card_creation - INFO - raw do chances: 6.75 2025-02-16 15:50:05,459 - card_creation - INFO - Double**: 6.75 / Double(cf): 0.0 / rem xbh: 3.6500000000000004 2025-02-16 15:50:05,459 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-16 15:50:05,459 - card_creation - INFO - raw hr chances: 3.65 2025-02-16 15:50:05,459 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-16 15:50:05,459 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,459 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 15:50:05,459 - card_creation - INFO - raw do chances: 5.4 2025-02-16 15:50:05,459 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 4.3000000000000025 2025-02-16 15:50:05,459 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-16 15:50:05,459 - card_creation - INFO - raw hr chances: 4.3 2025-02-16 15:50:05,459 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3 2025-02-16 15:50:05,459 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,459 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 69.9 2025-02-16 15:50:05,459 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 2.0 / BB: 5.65 / Total Chances: 55.75 2025-02-16 15:50:05,459 - card_creation - INFO - vL: All Outs: 67.0 / Ks: 8.65 / Current Outs: 37.65 2025-02-16 15:50:05,459 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 22.299999999999997 / Current Outs: 51.3 2025-02-16 15:50:05,459 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,459 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,459 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,459 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,459 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,459 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,460 - card_creation - INFO - vL - All Hits: 25.1 / Other OB: 8.65 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,460 - card_creation - INFO - vR - All Hits: 27.3 / Other OB: 6.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,460 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.050000000000001 2025-02-16 15:50:05,460 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 12.100000000000001 2025-02-16 15:50:05,460 - card_creation - INFO - vL: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.55 / Single CF: 0 2025-02-16 15:50:05,460 - card_creation - INFO - vR: All Hits: 27.3 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,460 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 15:50:05,460 - card_creation - INFO - raw do chances: 6.0 2025-02-16 15:50:05,460 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 1.0500000000000007 2025-02-16 15:50:05,460 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,460 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,460 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,460 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 15:50:05,460 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 15:50:05,460 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.65 2025-02-16 15:50:05,460 - card_creation - INFO - raw do chances: 7.85 2025-02-16 15:50:05,460 - card_creation - INFO - Double**: 7.85 / Double(cf): 0.0 / rem xbh: 4.250000000000002 2025-02-16 15:50:05,460 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-16 15:50:05,460 - card_creation - INFO - raw hr chances: 4.25 2025-02-16 15:50:05,460 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.25 2025-02-16 15:50:05,460 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,461 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 62.75 2025-02-16 15:50:05,461 - card_creation - INFO - vR: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 63.05 2025-02-16 15:50:05,461 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 15.299999999999999 / Current Outs: 44.3 2025-02-16 15:50:05,461 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-16 15:50:05,461 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,461 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,461 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,461 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,461 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,461 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,461 - card_creation - INFO - vL - All Hits: 25.15 / Other OB: 6.0 / All Outs: 77.0 / Total: 29.0 2025-02-16 15:50:05,462 - card_creation - INFO - vR - All Hits: 21.45 / Other OB: 4.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 15:50:05,462 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.399999999999997 2025-02-16 15:50:05,462 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-16 15:50:05,462 - card_creation - INFO - vL: All Hits: 25.15 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.85 / Single CF: 0 2025-02-16 15:50:05,462 - card_creation - INFO - vR: All Hits: 21.45 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 15:50:05,462 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,462 - card_creation - INFO - raw do chances: 6.7 2025-02-16 15:50:05,462 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 1.6999999999999966 2025-02-16 15:50:05,462 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 15:50:05,462 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 15:50:05,462 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,462 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 15:50:05,462 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,462 - card_creation - INFO - raw do chances: 6.15 2025-02-16 15:50:05,462 - card_creation - INFO - Double**: 6.15 / Double(cf): 0.0 / rem xbh: 1.549999999999999 2025-02-16 15:50:05,462 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 15:50:05,462 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 15:50:05,462 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 15:50:05,462 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,462 - card_creation - INFO - vL: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 60.45 2025-02-16 15:50:05,462 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 54.95 2025-02-16 15:50:05,462 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 22.95 / Current Outs: 51.95 2025-02-16 15:50:05,462 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 15:50:05,462 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,462 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,462 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,462 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,463 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,463 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,463 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 9.05 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,463 - card_creation - INFO - vR - All Hits: 19.75 / Other OB: 8.4 / All Outs: 80.0 / Total: 29.0 2025-02-16 15:50:05,463 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.400000000000002 2025-02-16 15:50:05,463 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.350000000000001 2025-02-16 15:50:05,463 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 15:50:05,463 - card_creation - INFO - vR: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,463 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 15:50:05,463 - card_creation - INFO - raw do chances: 6.3 2025-02-16 15:50:05,463 - card_creation - INFO - Double**: 6.3 / Double(cf): 0.0 / rem xbh: 2.1000000000000023 2025-02-16 15:50:05,463 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 15:50:05,463 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 15:50:05,464 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,464 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 15:50:05,464 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 15:50:05,464 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 15:50:05,464 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,464 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.1000000000000014 2025-02-16 15:50:05,464 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-16 15:50:05,464 - card_creation - INFO - raw hr chances: 3.1 2025-02-16 15:50:05,464 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-16 15:50:05,464 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,464 - card_creation - INFO - vL: All other OB: 9.05 / HBP: 0 / BB: 9.05 / Total Chances: 58.6 2025-02-16 15:50:05,464 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 57.15 2025-02-16 15:50:05,464 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 25.900000000000002 / Current Outs: 54.9 2025-02-16 15:50:05,464 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 16.55 / Current Outs: 45.55 2025-02-16 15:50:05,464 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,464 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,464 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,464 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,464 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,464 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,465 - card_creation - INFO - vL - All Hits: 8.7 / Other OB: 0.0 / All Outs: 99.5 / Total: 29.0 2025-02-16 15:50:05,465 - card_creation - INFO - vR - All Hits: 22.4 / Other OB: 4.25 / All Outs: 81.5 / Total: 29.0 2025-02-16 15:50:05,465 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: -0.10000000000000142 2025-02-16 15:50:05,465 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 6.0 2025-02-16 15:50:05,465 - card_creation - INFO - vL: All Hits: 8.7 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 15:50:05,465 - card_creation - INFO - vR: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 15:50:05,465 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 15:50:05,465 - card_creation - INFO - raw do chances: 4.25 2025-02-16 15:50:05,465 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-16 15:50:05,465 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 15:50:05,465 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 15:50:05,465 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 15:50:05,465 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,465 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 37.8 2025-02-16 15:50:05,465 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 55.65 2025-02-16 15:50:05,465 - card_creation - INFO - vL: All Outs: 99.5 / Ks: 25.95 / Current Outs: 54.95 2025-02-16 15:50:05,465 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 15:50:05,465 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,465 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,465 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,465 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,465 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,465 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,466 - card_creation - INFO - vL - All Hits: 13.4 / Other OB: 10.65 / All Outs: 84.0 / Total: 29.0 2025-02-16 15:50:05,466 - card_creation - INFO - vR - All Hits: 14.5 / Other OB: 4.5 / All Outs: 89.0 / Total: 29.0 2025-02-16 15:50:05,466 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.9999999999999991 2025-02-16 15:50:05,466 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 7.200000000000001 2025-02-16 15:50:05,466 - card_creation - INFO - vL: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,466 - card_creation - INFO - vR: All Hits: 14.5 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-16 15:50:05,466 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,466 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,466 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.10000000000000098 2025-02-16 15:50:05,466 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 15:50:05,466 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 15:50:05,466 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,466 - card_creation - INFO - excess xbh: -0.1 2025-02-16 15:50:05,466 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,466 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,466 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.000000000000001 2025-02-16 15:50:05,466 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 15:50:05,466 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 15:50:05,466 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 15:50:05,466 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,467 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 2.0 / BB: 8.65 / Total Chances: 53.15 2025-02-16 15:50:05,467 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 48.0 2025-02-16 15:50:05,467 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 15:50:05,467 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 19.45 / Current Outs: 48.45 2025-02-16 15:50:05,467 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,467 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,467 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,467 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,467 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,467 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,467 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 9.7 / All Outs: 75.0 / Total: 29.0 2025-02-16 15:50:05,467 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 14.15 / All Outs: 72.0 / Total: 29.0 2025-02-16 15:50:05,467 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.849999999999998 2025-02-16 15:50:05,468 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 10.150000000000002 2025-02-16 15:50:05,468 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-16 15:50:05,468 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-16 15:50:05,468 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,468 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,468 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.349999999999998 2025-02-16 15:50:05,468 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 15:50:05,468 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 15:50:05,468 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,468 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 15:50:05,468 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 15:50:05,468 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 15:50:05,468 - card_creation - INFO - raw do chances: 4.75 2025-02-16 15:50:05,468 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 5.400000000000002 2025-02-16 15:50:05,468 - card_creation - INFO - Triple: 0 / rem xbh: 5.4 2025-02-16 15:50:05,468 - card_creation - INFO - raw hr chances: 5.4 2025-02-16 15:50:05,468 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.4 2025-02-16 15:50:05,468 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,468 - card_creation - INFO - vL: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 62.1 2025-02-16 15:50:05,468 - card_creation - INFO - vR: All other OB: 14.15 / HBP: 1.0 / BB: 13.15 / Total Chances: 64.75 2025-02-16 15:50:05,468 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-16 15:50:05,468 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-16 15:50:05,468 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,468 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,468 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,468 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,468 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,468 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,469 - card_creation - INFO - vL - All Hits: 36.4 / Other OB: 12.5 / All Outs: 59.0 / Total: 29.0 2025-02-16 15:50:05,469 - card_creation - INFO - vR - All Hits: 20.85 / Other OB: 11.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 15:50:05,469 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.299999999999997 2025-02-16 15:50:05,469 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 9.900000000000002 2025-02-16 15:50:05,469 - card_creation - INFO - vL: All Hits: 36.4 / BP Singles: 5.0 / Single 2: 14.55 / Single 1: 14.55 / Single CF: 0 2025-02-16 15:50:05,469 - card_creation - INFO - vR: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,469 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 15:50:05,469 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,469 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.299999999999997 2025-02-16 15:50:05,469 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,469 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,469 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,469 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 15:50:05,469 - card_creation - INFO - Passing 0.2999999999999998 xbh to single** 2025-02-16 15:50:05,469 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 15:50:05,469 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,469 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 4.200000000000002 2025-02-16 15:50:05,469 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 15:50:05,469 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 15:50:05,469 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.2 2025-02-16 15:50:05,469 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,470 - card_creation - INFO - vL: All other OB: 12.5 / HBP: 0 / BB: 12.5 / Total Chances: 77.9 2025-02-16 15:50:05,470 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 61.15 2025-02-16 15:50:05,470 - card_creation - INFO - vL: All Outs: 59.0 / Ks: 19.45 / Current Outs: 48.45 2025-02-16 15:50:05,470 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 41.650000000000006 / Current Outs: 70.65 2025-02-16 15:50:05,470 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 15:50:05,470 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 15:50:05,470 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 15:50:05,470 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 15:50:05,470 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,470 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,471 - card_creation - INFO - vL - All Hits: 18.7 / Other OB: 4.25 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,471 - card_creation - INFO - vR - All Hits: 16.6 / Other OB: 10.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,471 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.5 2025-02-16 15:50:05,471 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.0500000000000016 2025-02-16 15:50:05,471 - card_creation - INFO - vL: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,471 - card_creation - INFO - vR: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,471 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 15:50:05,471 - card_creation - INFO - raw do chances: 2.2 2025-02-16 15:50:05,471 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 15:50:05,471 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 15:50:05,471 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 15:50:05,471 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 15:50:05,471 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,471 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,471 - card_creation - INFO - raw do chances: 1.6 2025-02-16 15:50:05,471 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-16 15:50:05,471 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 15:50:05,471 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 15:50:05,471 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,471 - card_creation - INFO - excess xbh: 0.45 2025-02-16 15:50:05,471 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 15:50:05,471 - card_creation - INFO - vL: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 51.95 2025-02-16 15:50:05,471 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 0 / BB: 10.4 / Total Chances: 56.0 2025-02-16 15:50:05,471 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 11.699999999999998 / Current Outs: 40.7 2025-02-16 15:50:05,471 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 34.550000000000004 / Current Outs: 63.55 2025-02-16 15:50:05,472 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,472 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,472 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,472 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,472 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,472 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,472 - card_creation - INFO - vL - All Hits: 24.0 / Other OB: 9.6 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,472 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 17.5 / All Outs: 70.5 / Total: 29.0 2025-02-16 15:50:05,472 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 10.600000000000001 2025-02-16 15:50:05,472 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 17.75 2025-02-16 15:50:05,472 - card_creation - INFO - vL: All Hits: 24.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 15:50:05,472 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 15:50:05,473 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,473 - card_creation - INFO - raw do chances: 10.6 2025-02-16 15:50:05,473 - card_creation - INFO - Double**: 10.6 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-16 15:50:05,473 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,473 - card_creation - INFO - raw do chances: 17.75 2025-02-16 15:50:05,473 - card_creation - INFO - Double**: 17.75 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 62.6 2025-02-16 15:50:05,473 - card_creation - INFO - vR: All other OB: 17.5 / HBP: 0 / BB: 17.5 / Total Chances: 66.5 2025-02-16 15:50:05,473 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 27.349999999999998 / Current Outs: 56.35 2025-02-16 15:50:05,473 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 23.450000000000003 / Current Outs: 52.45 2025-02-16 15:50:05,473 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,473 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,473 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,473 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,473 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,474 - card_creation - INFO - vL - All Hits: 29.15 / Other OB: 25.2 / All Outs: 53.5 / Total: 29.0 2025-02-16 15:50:05,474 - card_creation - INFO - vR - All Hits: 25.8 / Other OB: 15.75 / All Outs: 66.5 / Total: 29.0 2025-02-16 15:50:05,474 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.549999999999997 2025-02-16 15:50:05,474 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.949999999999999 2025-02-16 15:50:05,474 - card_creation - INFO - vL: All Hits: 29.15 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 15:50:05,474 - card_creation - INFO - vR: All Hits: 25.8 / BP Singles: 5.0 / Single 2: 6.45 / Single 1: 6.4 / Single CF: 0 2025-02-16 15:50:05,474 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,474 - card_creation - INFO - raw do chances: 10.9 2025-02-16 15:50:05,474 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.9 / rem xbh: 3.649999999999997 2025-02-16 15:50:05,474 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-16 15:50:05,474 - card_creation - INFO - raw hr chances: 3.65 2025-02-16 15:50:05,474 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-16 15:50:05,474 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,474 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 15:50:05,474 - card_creation - INFO - raw do chances: 4.2 2025-02-16 15:50:05,474 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.749999999999999 2025-02-16 15:50:05,474 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 15:50:05,474 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 15:50:05,474 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-16 15:50:05,474 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,474 - card_creation - INFO - vL: All other OB: 25.2 / HBP: 0 / BB: 25.2 / Total Chances: 83.35 2025-02-16 15:50:05,474 - card_creation - INFO - vR: All other OB: 15.75 / HBP: 2.0 / BB: 13.75 / Total Chances: 70.55 2025-02-16 15:50:05,474 - card_creation - INFO - vL: All Outs: 53.5 / Ks: 3.750000000000001 / Current Outs: 32.75 2025-02-16 15:50:05,474 - card_creation - INFO - vR: All Outs: 66.5 / Ks: 5.200000000000001 / Current Outs: 34.2 2025-02-16 15:50:05,474 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,474 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,475 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,475 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,475 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,475 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,475 - card_creation - INFO - vL - All Hits: 27.0 / Other OB: 11.25 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,475 - card_creation - INFO - vR - All Hits: 13.0 / Other OB: 16.6 / All Outs: 78.5 / Total: 29.0 2025-02-16 15:50:05,475 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.399999999999999 2025-02-16 15:50:05,475 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.1999999999999993 2025-02-16 15:50:05,475 - card_creation - INFO - vL: All Hits: 27.0 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 15:50:05,475 - card_creation - INFO - vR: All Hits: 13.0 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 15:50:05,475 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 15:50:05,475 - card_creation - INFO - raw do chances: 10.8 2025-02-16 15:50:05,475 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.8 / rem xbh: 3.599999999999998 2025-02-16 15:50:05,475 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 15:50:05,475 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 15:50:05,475 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.6 2025-02-16 15:50:05,475 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,476 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,476 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,476 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 15:50:05,476 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 15:50:05,476 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 15:50:05,476 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,476 - card_creation - INFO - excess xbh: -0.05 2025-02-16 15:50:05,476 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 67.25 2025-02-16 15:50:05,476 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 58.65 2025-02-16 15:50:05,476 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 20.7 / Current Outs: 49.7 2025-02-16 15:50:05,476 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 25.349999999999998 / Current Outs: 54.35 2025-02-16 15:50:05,476 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,476 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,476 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,476 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,476 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,476 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,477 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 6.75 / All Outs: 85.0 / Total: 29.0 2025-02-16 15:50:05,477 - card_creation - INFO - vR - All Hits: 27.45 / Other OB: 10.8 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,477 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.300000000000001 2025-02-16 15:50:05,477 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 15.650000000000002 2025-02-16 15:50:05,477 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,477 - card_creation - INFO - vR: All Hits: 27.45 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 0.0 / Single CF: 3.4 2025-02-16 15:50:05,477 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 15:50:05,477 - card_creation - INFO - raw do chances: 1.9 2025-02-16 15:50:05,477 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.400000000000001 2025-02-16 15:50:05,477 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.2 2025-02-16 15:50:05,477 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 15:50:05,477 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-16 15:50:05,477 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,477 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,477 - card_creation - INFO - raw do chances: 7.85 2025-02-16 15:50:05,477 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.85 / rem xbh: 7.8000000000000025 2025-02-16 15:50:05,477 - card_creation - INFO - Triple: 0 / rem xbh: 7.8 2025-02-16 15:50:05,477 - card_creation - INFO - raw hr chances: 7.8 2025-02-16 15:50:05,477 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.8 2025-02-16 15:50:05,477 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,477 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 2.0 / BB: 4.75 / Total Chances: 51.95 2025-02-16 15:50:05,477 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 67.25 2025-02-16 15:50:05,477 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 22.2 / Current Outs: 51.2 2025-02-16 15:50:05,477 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 13.149999999999999 / Current Outs: 42.15 2025-02-16 15:50:05,478 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,478 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,478 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,478 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,478 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,478 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,479 - card_creation - INFO - vL - All Hits: 10.95 / Other OB: 15.8 / All Outs: 81.0 / Total: 29.0 2025-02-16 15:50:05,479 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 12.0 / All Outs: 74.5 / Total: 29.0 2025-02-16 15:50:05,479 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.35 2025-02-16 15:50:05,479 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.600000000000001 2025-02-16 15:50:05,479 - card_creation - INFO - vL: All Hits: 10.95 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.6 / Single CF: 0 2025-02-16 15:50:05,479 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 15:50:05,479 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-16 15:50:05,479 - card_creation - INFO - raw do chances: 2.25 2025-02-16 15:50:05,479 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-16 15:50:05,479 - card_creation - INFO - Triple: 1.1 / rem xbh: 1.0 2025-02-16 15:50:05,479 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,479 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,479 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,479 - card_creation - INFO - hr%: 0.65 / tr%: 0.15 / do%: 0.15 2025-02-16 15:50:05,479 - card_creation - INFO - raw do chances: 1.2 2025-02-16 15:50:05,479 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 6.400000000000001 2025-02-16 15:50:05,479 - card_creation - INFO - Triple: 0 / rem xbh: 6.4 2025-02-16 15:50:05,479 - card_creation - INFO - raw hr chances: 6.4 2025-02-16 15:50:05,480 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.4 2025-02-16 15:50:05,480 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,480 - card_creation - INFO - vL: All other OB: 15.8 / HBP: 0 / BB: 15.8 / Total Chances: 55.75 2025-02-16 15:50:05,480 - card_creation - INFO - vR: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 62.6 2025-02-16 15:50:05,480 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.15 / Current Outs: 48.15 2025-02-16 15:50:05,480 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 4.950000000000001 / Current Outs: 33.95 2025-02-16 15:50:05,480 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,480 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,480 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,480 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,480 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,480 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,481 - card_creation - INFO - vL - All Hits: 21.75 / Other OB: 5.9 / All Outs: 80.5 / Total: 29.0 2025-02-16 15:50:05,481 - card_creation - INFO - vR - All Hits: 21.95 / Other OB: 12.05 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,481 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.25 2025-02-16 15:50:05,481 - card_creation - INFO - remaining singles: -0.25 / total xbh: 6.149999999999997 2025-02-16 15:50:05,481 - card_creation - INFO - vL: All Hits: 21.75 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 15:50:05,481 - card_creation - INFO - vR: All Hits: 21.95 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 15:50:05,481 - card_creation - INFO - hr%: 0.05 / tr%: 0.25 / do%: 0.70 2025-02-16 15:50:05,481 - card_creation - INFO - raw do chances: 7.85 2025-02-16 15:50:05,481 - card_creation - INFO - Double**: 7.85 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-16 15:50:05,481 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 15:50:05,481 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 15:50:05,481 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 15:50:05,481 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 15:50:05,481 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 15:50:05,481 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 15:50:05,481 - card_creation - INFO - raw do chances: 5.1 2025-02-16 15:50:05,481 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0499999999999972 2025-02-16 15:50:05,481 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 15:50:05,481 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 15:50:05,481 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 15:50:05,481 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,481 - card_creation - INFO - vL: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 56.65 2025-02-16 15:50:05,481 - card_creation - INFO - vR: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 63.0 2025-02-16 15:50:05,481 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 10.049999999999997 / Current Outs: 39.05 2025-02-16 15:50:05,481 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 16.9 / Current Outs: 45.9 2025-02-16 15:50:05,481 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,482 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,482 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,482 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,482 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,482 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,482 - card_creation - INFO - vL - All Hits: 25.05 / Other OB: 3.25 / All Outs: 79.5 / Total: 29.0 2025-02-16 15:50:05,482 - card_creation - INFO - vR - All Hits: 28.8 / Other OB: 20.35 / All Outs: 59.0 / Total: 29.0 2025-02-16 15:50:05,482 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 13.600000000000001 2025-02-16 15:50:05,482 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.100000000000003 2025-02-16 15:50:05,482 - card_creation - INFO - vL: All Hits: 25.05 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 0.0 / Single CF: 3.2 2025-02-16 15:50:05,482 - card_creation - INFO - vR: All Hits: 28.8 / BP Singles: 5.0 / Single 2: 7.35 / Single 1: 7.35 / Single CF: 0 2025-02-16 15:50:05,482 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,482 - card_creation - INFO - raw do chances: 6.8 2025-02-16 15:50:05,483 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.8 / rem xbh: 6.800000000000002 2025-02-16 15:50:05,483 - card_creation - INFO - Triple: 0 / rem xbh: 6.8 2025-02-16 15:50:05,483 - card_creation - INFO - raw hr chances: 6.8 2025-02-16 15:50:05,483 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.8 2025-02-16 15:50:05,483 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,483 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,483 - card_creation - INFO - raw do chances: 3.25 2025-02-16 15:50:05,483 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 5.850000000000003 2025-02-16 15:50:05,483 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 15:50:05,483 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 15:50:05,483 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.85 2025-02-16 15:50:05,483 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,483 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 57.3 2025-02-16 15:50:05,483 - card_creation - INFO - vR: All other OB: 20.35 / HBP: 6.0 / BB: 14.35 / Total Chances: 78.15 2025-02-16 15:50:05,483 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 29.7 / Current Outs: 58.7 2025-02-16 15:50:05,483 - card_creation - INFO - vR: All Outs: 59.0 / Ks: 12.6 / Current Outs: 41.6 2025-02-16 15:50:05,483 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,483 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,483 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,483 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,483 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,483 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,484 - card_creation - INFO - vL - All Hits: 23.6 / Other OB: 13.3 / All Outs: 71.0 / Total: 29.0 2025-02-16 15:50:05,484 - card_creation - INFO - vR - All Hits: 19.95 / Other OB: 11.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 15:50:05,484 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.1 2025-02-16 15:50:05,484 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 5.699999999999999 2025-02-16 15:50:05,484 - card_creation - INFO - vL: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 15:50:05,484 - card_creation - INFO - vR: All Hits: 19.95 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.75 / Single CF: 0 2025-02-16 15:50:05,484 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 15:50:05,484 - card_creation - INFO - raw do chances: 5.7 2025-02-16 15:50:05,484 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.3999999999999995 2025-02-16 15:50:05,484 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 15:50:05,484 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 15:50:05,484 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 15:50:05,484 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,484 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 15:50:05,484 - card_creation - INFO - raw do chances: 2.4 2025-02-16 15:50:05,484 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.2999999999999994 2025-02-16 15:50:05,484 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 15:50:05,484 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 15:50:05,484 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-16 15:50:05,484 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,484 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 0 / BB: 13.3 / Total Chances: 65.9 2025-02-16 15:50:05,484 - card_creation - INFO - vR: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 60.45 2025-02-16 15:50:05,484 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 18.65 / Current Outs: 47.65 2025-02-16 15:50:05,484 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 15:50:05,484 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,484 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,484 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,485 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,485 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,485 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,485 - card_creation - INFO - vL - All Hits: 24.1 / Other OB: 13.35 / All Outs: 70.5 / Total: 29.0 2025-02-16 15:50:05,485 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 15.0 / All Outs: 93.0 / Total: 29.0 2025-02-16 15:50:05,485 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1000000000000014 2025-02-16 15:50:05,485 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 15:50:05,485 - card_creation - INFO - vL: All Hits: 24.1 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 8.0 / Single CF: 0 2025-02-16 15:50:05,485 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 15:50:05,485 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 15:50:05,485 - card_creation - INFO - raw do chances: 2.1 2025-02-16 15:50:05,485 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.0000000000000013 2025-02-16 15:50:05,485 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 15:50:05,485 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 15:50:05,485 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,485 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,485 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,486 - card_creation - INFO - raw do chances: 0 2025-02-16 15:50:05,486 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 0 / BB: 13.35 / Total Chances: 66.45 2025-02-16 15:50:05,486 - card_creation - INFO - vR: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 44.0 2025-02-16 15:50:05,486 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 5.600000000000001 / Current Outs: 34.6 2025-02-16 15:50:05,486 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 22.949999999999996 / Current Outs: 51.95 2025-02-16 15:50:05,486 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,486 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,486 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,486 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,486 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,487 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 12.0 / All Outs: 74.0 / Total: 29.0 2025-02-16 15:50:05,487 - card_creation - INFO - vR - All Hits: 22.35 / Other OB: 3.2 / All Outs: 82.5 / Total: 29.0 2025-02-16 15:50:05,487 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 2.95 2025-02-16 15:50:05,487 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.900000000000002 2025-02-16 15:50:05,487 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-16 15:50:05,487 - card_creation - INFO - vR: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.75 / Single CF: 0 2025-02-16 15:50:05,487 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 15:50:05,487 - card_creation - INFO - raw do chances: 1.5 2025-02-16 15:50:05,487 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-16 15:50:05,487 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 15:50:05,487 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 15:50:05,487 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 15:50:05,487 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 15:50:05,487 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 15:50:05,487 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 15:50:05,487 - card_creation - INFO - raw do chances: 3.6 2025-02-16 15:50:05,487 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.300000000000002 2025-02-16 15:50:05,487 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 15:50:05,487 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 15:50:05,487 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 15:50:05,487 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,487 - card_creation - INFO - vL: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 63.05 2025-02-16 15:50:05,487 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 54.55 2025-02-16 15:50:05,487 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 7.950000000000002 / Current Outs: 36.95 2025-02-16 15:50:05,487 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 12.749999999999998 / Current Outs: 41.75 2025-02-16 15:50:05,487 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,487 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,488 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,488 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,488 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,488 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,488 - card_creation - INFO - vL - All Hits: 54.35 / Other OB: 14.9 / All Outs: 39.0 / Total: 29.0 2025-02-16 15:50:05,488 - card_creation - INFO - vR - All Hits: 17.2 / Other OB: 20.85 / All Outs: 70.0 / Total: 29.0 2025-02-16 15:50:05,488 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 46.1 2025-02-16 15:50:05,488 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 9.8 2025-02-16 15:50:05,488 - card_creation - INFO - vL: All Hits: 54.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.6 2025-02-16 15:50:05,488 - card_creation - INFO - vR: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.2 2025-02-16 15:50:05,488 - card_creation - INFO - hr%: 0.20 / tr%: 0.15 / do%: 0.65 2025-02-16 15:50:05,488 - card_creation - INFO - raw do chances: 29.95 2025-02-16 15:50:05,488 - card_creation - INFO - Double**: 0.0 / Double(cf): 29.95 / rem xbh: 16.150000000000002 2025-02-16 15:50:05,489 - card_creation - INFO - Triple: 2.4 / rem xbh: 13.75 2025-02-16 15:50:05,489 - card_creation - INFO - raw hr chances: 13.75 2025-02-16 15:50:05,489 - card_creation - INFO - BP HR: 0.0 / ND HR: 13.75 2025-02-16 15:50:05,489 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,489 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 15:50:05,489 - card_creation - INFO - raw do chances: 3.5 2025-02-16 15:50:05,489 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.5 / rem xbh: 6.300000000000001 2025-02-16 15:50:05,489 - card_creation - INFO - Triple: 0 / rem xbh: 6.3 2025-02-16 15:50:05,489 - card_creation - INFO - raw hr chances: 6.3 2025-02-16 15:50:05,489 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.3 2025-02-16 15:50:05,489 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,489 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 0 / BB: 14.9 / Total Chances: 98.25 2025-02-16 15:50:05,489 - card_creation - INFO - vR: All other OB: 20.85 / HBP: 8.0 / BB: 12.85 / Total Chances: 67.05 2025-02-16 15:50:05,489 - card_creation - INFO - vL: All Outs: 39.0 / Ks: 26.05 / Current Outs: 55.05 2025-02-16 15:50:05,489 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 23.099999999999998 / Current Outs: 52.1 2025-02-16 15:50:05,489 - card_creation - INFO - Remaining outs: -16.299999999999997 2025-02-16 15:50:05,489 - card_creation - INFO - Passing -16.299999999999997 outs to strikeouts 2025-02-16 15:50:05,489 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,489 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,489 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,489 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,490 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 11.15 / All Outs: 73.0 / Total: 29.0 2025-02-16 15:50:05,490 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 12.1 / All Outs: 77.5 / Total: 29.0 2025-02-16 15:50:05,490 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 13.5 2025-02-16 15:50:05,490 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.450000000000003 2025-02-16 15:50:05,490 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 15:50:05,490 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 15:50:05,490 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 15:50:05,490 - card_creation - INFO - raw do chances: 13.5 2025-02-16 15:50:05,490 - card_creation - INFO - Double**: 13.5 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - excess xbh: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 15:50:05,490 - card_creation - INFO - raw do chances: 5.95 2025-02-16 15:50:05,490 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 1.5000000000000027 2025-02-16 15:50:05,490 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 15:50:05,490 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 15:50:05,490 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - excess xbh: -0.5 2025-02-16 15:50:05,490 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 4.0 / BB: 7.15 / Total Chances: 63.85 2025-02-16 15:50:05,490 - card_creation - INFO - vR: All other OB: 12.1 / HBP: 1.0 / BB: 11.1 / Total Chances: 59.95 2025-02-16 15:50:05,490 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 40.800000000000004 / Current Outs: 69.8 2025-02-16 15:50:05,490 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 14.850000000000001 / Current Outs: 43.85 2025-02-16 15:50:05,490 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,490 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 15:50:05,490 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 15:50:05,490 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 15:50:05,490 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 15:50:05,498 - card_creation - INFO - get: players id: None params: [('bbref_id', 'finlech01'), ('cardset_id', 20)] 2025-02-16 15:50:05,680 - card_creation - INFO - session info: 2025-02-16 15:50:05,680 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37565, 'team': 33, 'player': 10785, 'created': 1731963342653}, {'id': 37694, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 15:50:05,681 - card_creation - INFO - patch: players [('cost', '652'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:05,788 - card_creation - INFO - return: {'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 652, 'image': 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}} 2025-02-16 15:50:05,788 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pettian01'), ('cardset_id', 20)] 2025-02-16 15:50:05,941 - card_creation - INFO - session info: 2025-02-16 15:50:05,941 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pettian01', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36427, 'team': 69, 'player': 10786, 'created': 1730920176630}, {'id': 37002, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 15:50:05,941 - card_creation - INFO - patch: players [('cost', '109'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10786/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:06,084 - card_creation - INFO - return: {'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 109, 'image': 'https://pddev.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pettian01', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}} 2025-02-16 15:50:06,084 - card_creation - INFO - get: players id: None params: [('bbref_id', 'holmeda01'), ('cardset_id', 20)] 2025-02-16 15:50:06,230 - card_creation - INFO - session info: 2025-02-16 15:50:06,230 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 47, 'image': 'https://pd.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'holmeda01', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:06,231 - card_creation - INFO - patch: players [('cost', '335'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11218/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:06,368 - card_creation - INFO - return: {'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 335, 'image': 'https://pddev.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'holmeda01', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}} 2025-02-16 15:50:06,369 - card_creation - INFO - get: players id: None params: [('bbref_id', 'percitr01'), ('cardset_id', 20)] 2025-02-16 15:50:06,523 - card_creation - INFO - session info: 2025-02-16 15:50:06,523 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 4295, 'image': 'https://pd.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'percitr01', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:06,524 - card_creation - INFO - patch: players [('cost', '413'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11219/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:06,653 - card_creation - INFO - return: {'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 413, 'image': 'https://pddev.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'percitr01', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}} 2025-02-16 15:50:06,653 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hillke01'), ('cardset_id', 20)] 2025-02-16 15:50:06,789 - card_creation - INFO - session info: 2025-02-16 15:50:06,789 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillke01', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35583, 'team': 69, 'player': 10787, 'created': 1730616941189}, {'id': 35710, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 15:50:06,789 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10787/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:06,925 - card_creation - INFO - return: {'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillke01', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}} 2025-02-16 15:50:06,925 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 20)] 2025-02-16 15:50:07,064 - card_creation - INFO - session info: 2025-02-16 15:50:07,064 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10788, 'p_name': 'David Wells', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35405, 'team': 33, 'player': 10788, 'created': 1730616941189}, {'id': 35961, 'team': 55, 'player' [ S N I P P E D ] 2025-02-16 15:50:07,064 - card_creation - INFO - patch: players [('cost', '257'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10788/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:07,179 - card_creation - INFO - return: {'player_id': 10788, 'p_name': 'David Wells', 'cost': 257, 'image': 'https://pddev.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-16 15:50:07,179 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delucri01'), ('cardset_id', 20)] 2025-02-16 15:50:07,287 - card_creation - INFO - session info: 2025-02-16 15:50:07,287 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delucri01', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38324, 'team': 47, 'player': 10989, 'created': 1735336764577}]}}]} 2025-02-16 15:50:07,287 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10989/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:07,402 - card_creation - INFO - return: {'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 36, 'image': 'https://pddev.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delucri01', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}} 2025-02-16 15:50:07,402 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nelsoje01'), ('cardset_id', 20)] 2025-02-16 15:50:07,537 - card_creation - INFO - session info: 2025-02-16 15:50:07,537 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nelsoje01', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35973, 'team': 33, 'player': 10789, 'created': 1730785303487}, {'id': 38820, 'team': 38, 'pl [ S N I P P E D ] 2025-02-16 15:50:07,538 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10789/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:07,618 - card_creation - INFO - return: {'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nelsoje01', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}} 2025-02-16 15:50:07,618 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 20)] 2025-02-16 15:50:07,755 - card_creation - INFO - session info: 2025-02-16 15:50:07,755 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 458, 'image': 'https://pd.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:07,755 - card_creation - INFO - patch: players [('cost', '382'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:07,880 - card_creation - INFO - return: {'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-16 15:50:07,880 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcdowja01'), ('cardset_id', 20)] 2025-02-16 15:50:08,004 - card_creation - INFO - session info: 2025-02-16 15:50:08,004 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdowja01', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35545, 'team': 38, 'player': 10790, 'created': 1730616941189}, {'id': 35640, 'team [ S N I P P E D ] 2025-02-16 15:50:08,004 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10790/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:08,129 - card_creation - INFO - return: {'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdowja01', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}} 2025-02-16 15:50:08,129 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burbada01'), ('cardset_id', 20)] 2025-02-16 15:50:08,259 - card_creation - INFO - session info: 2025-02-16 15:50:08,259 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 102, 'image': 'https://pd.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burbada01', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36136, 'team': 55, 'player': 10791, 'created': 1730920177137}, {'id': 36994, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 15:50:08,259 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10791/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:08,377 - card_creation - INFO - return: {'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burbada01', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}} 2025-02-16 15:50:08,377 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olivaom01'), ('cardset_id', 20)] 2025-02-16 15:50:08,493 - card_creation - INFO - session info: 2025-02-16 15:50:08,494 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivaom01', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:08,494 - card_creation - INFO - patch: players [('cost', '102'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10990/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:08,620 - card_creation - INFO - return: {'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 102, 'image': 'https://pddev.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivaom01', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}} 2025-02-16 15:50:08,620 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mesajo01'), ('cardset_id', 20)] 2025-02-16 15:50:08,749 - card_creation - INFO - session info: 2025-02-16 15:50:08,749 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 1398, 'image': 'https://pd.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mesajo01', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36992, 'team': 47, 'player': 10792, 'created': 1731602870133}, {'id': 37345, 'team': 38, 'player': [ S N I P P E D ] 2025-02-16 15:50:08,750 - card_creation - INFO - patch: players [('cost', '426'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10792/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:08,879 - card_creation - INFO - return: {'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 426, 'image': 'https://pddev.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mesajo01', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}} 2025-02-16 15:50:08,880 - card_creation - INFO - get: players id: None params: [('bbref_id', 'watsoal01'), ('cardset_id', 20)] 2025-02-16 15:50:09,005 - card_creation - INFO - session info: 2025-02-16 15:50:09,005 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watsoal01', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35403, 'team': 33, 'player': 10793, 'created': 1730616941189}, {'id': 36989, 'team': [ S N I P P E D ] 2025-02-16 15:50:09,006 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10793/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:09,121 - card_creation - INFO - return: {'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watsoal01', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}} 2025-02-16 15:50:09,122 - card_creation - INFO - get: players id: None params: [('bbref_id', 'colonba01'), ('cardset_id', 20)] 2025-02-16 15:50:09,274 - card_creation - INFO - session info: 2025-02-16 15:50:09,274 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 623, 'image': 'https://pd.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'colonba01', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35751, 'team': 38, 'player': 10794, 'created': 1730616941189}, {'id': 36030, 'team': 55, 'play [ S N I P P E D ] 2025-02-16 15:50:09,274 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10794/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:09,437 - card_creation - INFO - return: {'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'colonba01', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}} 2025-02-16 15:50:09,437 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hasegsh01'), ('cardset_id', 20)] 2025-02-16 15:50:09,573 - card_creation - INFO - session info: 2025-02-16 15:50:09,574 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 117, 'image': 'https://pd.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hasegsh01', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36985, 'team': 47, 'player': 11071, 'created': 1731602869923}, {'id': 37428, 't [ S N I P P E D ] 2025-02-16 15:50:09,574 - card_creation - INFO - patch: players [('cost', '382'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11071/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:09,713 - card_creation - INFO - return: {'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hasegsh01', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}} 2025-02-16 15:50:09,713 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dicksja01'), ('cardset_id', 20)] 2025-02-16 15:50:09,857 - card_creation - INFO - session info: 2025-02-16 15:50:09,857 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dicksja01', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37585, 'team': 33, 'player': 10991, 'created': 1731963342633}]}}]} 2025-02-16 15:50:09,858 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10991/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:09,988 - card_creation - INFO - return: {'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dicksja01', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}} 2025-02-16 15:50:09,988 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nagych01'), ('cardset_id', 20)] 2025-02-16 15:50:10,089 - card_creation - INFO - session info: 2025-02-16 15:50:10,089 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nagych01', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37412, 'team': 31, 'player': 10795, 'created': 1731963342633}, {'id': 37597, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 15:50:10,089 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10795/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:10,219 - card_creation - INFO - return: {'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nagych01', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}} 2025-02-16 15:50:10,219 - card_creation - INFO - get: players id: None params: [('bbref_id', 'assenpa01'), ('cardset_id', 20)] 2025-02-16 15:50:10,359 - card_creation - INFO - session info: 2025-02-16 15:50:10,360 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 1189, 'image': 'https://pd.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'assenpa01', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:10,360 - card_creation - INFO - patch: players [('cost', '4028'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11220/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:10,480 - card_creation - INFO - return: {'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 4028, 'image': 'https://pddev.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'assenpa01', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}} 2025-02-16 15:50:10,480 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksmi02'), ('cardset_id', 20)] 2025-02-16 15:50:10,653 - card_creation - INFO - session info: 2025-02-16 15:50:10,653 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 4271, 'image': 'https://pd.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksmi02', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37653, 'team': 33, 'player': 11177, 'created': 1731963342633}]}}]} 2025-02-16 15:50:10,653 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11177/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:10,788 - card_creation - INFO - return: {'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksmi02', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}} 2025-02-16 15:50:10,788 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martipe02'), ('cardset_id', 20)] 2025-02-16 15:50:10,956 - card_creation - INFO - session info: 2025-02-16 15:50:10,957 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 642, 'image': 'https://pd.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35511, 'team': 47, 'player': 10796, 'created': 1730616941189}, {'id': 35969, 'team': 55, 'player': 107 [ S N I P P E D ] 2025-02-16 15:50:10,957 - card_creation - INFO - patch: players [('cost', '818'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10796/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:11,087 - card_creation - INFO - return: {'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 818, 'image': 'https://pddev.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}} 2025-02-16 15:50:11,087 - card_creation - INFO - get: players id: None params: [('bbref_id', 'averyst01'), ('cardset_id', 20)] 2025-02-16 15:50:11,228 - card_creation - INFO - session info: 2025-02-16 15:50:11,229 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'averyst01', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:11,229 - card_creation - INFO - patch: players [('cost', '328'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11258/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:11,363 - card_creation - INFO - return: {'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 328, 'image': 'https://pddev.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'averyst01', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}} 2025-02-16 15:50:11,363 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eckerde01'), ('cardset_id', 20)] 2025-02-16 15:50:11,497 - card_creation - INFO - session info: 2025-02-16 15:50:11,497 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eckerde01', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:11,498 - card_creation - INFO - patch: players [('cost', '428'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11140/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:11,640 - card_creation - INFO - return: {'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 428, 'image': 'https://pddev.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eckerde01', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}} 2025-02-16 15:50:11,640 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gordoto01'), ('cardset_id', 20)] 2025-02-16 15:50:11,817 - card_creation - INFO - session info: 2025-02-16 15:50:11,817 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 4081, 'image': 'https://pd.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gordoto01', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:11,818 - card_creation - INFO - patch: players [('cost', '3988'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11141/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:11,955 - card_creation - INFO - return: {'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 3988, 'image': 'https://pddev.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gordoto01', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}} 2025-02-16 15:50:11,955 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wakefti01'), ('cardset_id', 20)] 2025-02-16 15:50:12,096 - card_creation - INFO - session info: 2025-02-16 15:50:12,097 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 249, 'image': 'https://pd.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wakefti01', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37707, 'team': 47, 'player': 10797, 'created': 1731963342639}]}}]} 2025-02-16 15:50:12,097 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10797/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:12,232 - card_creation - INFO - return: {'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wakefti01', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}} 2025-02-16 15:50:12,233 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wasdijo01'), ('cardset_id', 20)] 2025-02-16 15:50:12,341 - card_creation - INFO - session info: 2025-02-16 15:50:12,341 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wasdijo01', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38839, 'team': 38, 'player': 11142, 'created': 1738533340064}]}}]} 2025-02-16 15:50:12,341 - card_creation - INFO - patch: players [('cost', '41'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11142/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:12,487 - card_creation - INFO - return: {'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wasdijo01', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}} 2025-02-16 15:50:12,487 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lowede01'), ('cardset_id', 20)] 2025-02-16 15:50:12,606 - card_creation - INFO - session info: 2025-02-16 15:50:12,606 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lowede01', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:12,607 - card_creation - INFO - patch: players [('cost', '3766'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10798/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:12,720 - card_creation - INFO - return: {'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 3766, 'image': 'https://pddev.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lowede01', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}} 2025-02-16 15:50:12,721 - card_creation - INFO - get: players id: None params: [('bbref_id', 'corsiji01'), ('cardset_id', 20)] 2025-02-16 15:50:12,871 - card_creation - INFO - session info: 2025-02-16 15:50:12,872 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 1113, 'image': 'https://pd.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corsiji01', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:12,872 - card_creation - INFO - patch: players [('cost', '430'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11072/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:12,990 - card_creation - INFO - return: {'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 430, 'image': 'https://pddev.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corsiji01', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}} 2025-02-16 15:50:12,990 - card_creation - INFO - get: players id: None params: [('bbref_id', 'saundto01'), ('cardset_id', 20)] 2025-02-16 15:50:13,095 - card_creation - INFO - session info: 2025-02-16 15:50:13,095 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 103, 'image': 'https://pd.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saundto01', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36960, 'team': 47, 'player': 10799, 'created': 1731602869923}]}}]} 2025-02-16 15:50:13,096 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10799/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:13,232 - card_creation - INFO - return: {'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saundto01', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}} 2025-02-16 15:50:13,232 - card_creation - INFO - get: players id: None params: [('bbref_id', 'yanes01'), ('cardset_id', 20)] 2025-02-16 15:50:13,340 - card_creation - INFO - session info: 2025-02-16 15:50:13,340 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 1322, 'image': 'https://pd.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yanes01', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:13,341 - card_creation - INFO - patch: players [('cost', '138'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11073/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:13,430 - card_creation - INFO - return: {'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 138, 'image': 'https://pddev.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yanes01', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}} 2025-02-16 15:50:13,430 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mecirji01'), ('cardset_id', 20)] 2025-02-16 15:50:13,510 - card_creation - INFO - session info: 2025-02-16 15:50:13,511 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 1314, 'image': 'https://pd.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mecirji01', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37875, 'team': 47, 'player': 11221, 'created': 1733700057282}]}}]} 2025-02-16 15:50:13,511 - card_creation - INFO - patch: players [('cost', '150'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11221/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:13,646 - card_creation - INFO - return: {'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 150, 'image': 'https://pddev.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mecirji01', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}} 2025-02-16 15:50:13,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaro01'), ('cardset_id', 20)] 2025-02-16 15:50:13,777 - card_creation - INFO - session info: 2025-02-16 15:50:13,777 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaro01', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:13,777 - card_creation - INFO - patch: players [('cost', '4126'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11178/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:13,918 - card_creation - INFO - return: {'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 4126, 'image': 'https://pddev.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaro01', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}} 2025-02-16 15:50:13,918 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezal02'), ('cardset_id', 20)] 2025-02-16 15:50:14,053 - card_creation - INFO - session info: 2025-02-16 15:50:14,053 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezal02', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37715, 'team': 47, 'player': 11074, 'created': 1733172010978}]}}]} 2025-02-16 15:50:14,053 - card_creation - INFO - patch: players [('cost', '125'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11074/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:14,202 - card_creation - INFO - return: {'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 125, 'image': 'https://pddev.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezal02', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}} 2025-02-16 15:50:14,202 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carlsda01'), ('cardset_id', 20)] 2025-02-16 15:50:14,337 - card_creation - INFO - session info: 2025-02-16 15:50:14,338 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carlsda01', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36974, 'team': 47, 'player': 11075, 'created': 1731602869923}]}}]} 2025-02-16 15:50:14,338 - card_creation - INFO - patch: players [('cost', '17'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11075/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:14,486 - card_creation - INFO - return: {'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pddev.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carlsda01', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}} 2025-02-16 15:50:14,486 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alvarwi01'), ('cardset_id', 20)] 2025-02-16 15:50:14,641 - card_creation - INFO - session info: 2025-02-16 15:50:14,641 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 3, 'image': 'https://pd.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarwi01', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35637, 'team': 47, 'player': 10800, 'created': 1730616941935}, {'id': 35733, 'team': [ S N I P P E D ] 2025-02-16 15:50:14,641 - card_creation - INFO - patch: players [('cost', '96'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10800/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:14,754 - card_creation - INFO - return: {'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 96, 'image': 'https://pddev.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarwi01', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}} 2025-02-16 15:50:14,754 - card_creation - INFO - get: players id: None params: [('bbref_id', 'arrojro01'), ('cardset_id', 20)] 2025-02-16 15:50:14,858 - card_creation - INFO - session info: 2025-02-16 15:50:14,858 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 89, 'image': 'https://pd.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'arrojro01', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:14,858 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10801/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:15,021 - card_creation - INFO - return: {'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'arrojro01', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}} 2025-02-16 15:50:15,023 - card_creation - INFO - get: players id: None params: [('bbref_id', 'drabedo01'), ('cardset_id', 20)] 2025-02-16 15:50:15,167 - card_creation - INFO - session info: 2025-02-16 15:50:15,167 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'drabedo01', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:15,167 - card_creation - INFO - patch: players [('cost', '27'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10802/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:15,276 - card_creation - INFO - return: {'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'drabedo01', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}} 2025-02-16 15:50:15,276 - card_creation - INFO - get: players id: None params: [('bbref_id', 'millsal01'), ('cardset_id', 20)] 2025-02-16 15:50:15,410 - card_creation - INFO - session info: 2025-02-16 15:50:15,410 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millsal01', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:15,410 - card_creation - INFO - patch: players [('cost', '1379'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11179/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:15,524 - card_creation - INFO - return: {'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 1379, 'image': 'https://pddev.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millsal01', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}} 2025-02-16 15:50:15,525 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oroscje01'), ('cardset_id', 20)] 2025-02-16 15:50:15,664 - card_creation - INFO - session info: 2025-02-16 15:50:15,664 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 3556, 'image': 'https://pd.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oroscje01', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37869, 'team': 47, 'player': 11259, 'created': 1733700057282}]}}]} 2025-02-16 15:50:15,664 - card_creation - INFO - patch: players [('cost', '4369'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11259/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:15,752 - card_creation - INFO - return: {'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 4369, 'image': 'https://pddev.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oroscje01', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}} 2025-02-16 15:50:15,753 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benitar01'), ('cardset_id', 20)] 2025-02-16 15:50:15,891 - card_creation - INFO - session info: 2025-02-16 15:50:15,891 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 3936, 'image': 'https://pd.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitar01', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:15,891 - card_creation - INFO - patch: players [('cost', '1154'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11222/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:16,022 - card_creation - INFO - return: {'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 1154, 'image': 'https://pddev.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitar01', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}} 2025-02-16 15:50:16,022 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsdo04'), ('cardset_id', 20)] 2025-02-16 15:50:16,147 - card_creation - INFO - session info: 2025-02-16 15:50:16,147 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsdo04', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37720, 'team': 47, 'player': 11143, 'created': 1733172010978}]}}]} 2025-02-16 15:50:16,148 - card_creation - INFO - patch: players [('cost', '122'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11143/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:16,279 - card_creation - INFO - return: {'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 122, 'image': 'https://pddev.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsdo04', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}} 2025-02-16 15:50:16,279 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ponsosi01'), ('cardset_id', 20)] 2025-02-16 15:50:16,406 - card_creation - INFO - session info: 2025-02-16 15:50:16,406 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 267, 'image': 'https://pd.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ponsosi01', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:16,406 - card_creation - INFO - patch: players [('cost', '244'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10992/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:16,515 - card_creation - INFO - return: {'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ponsosi01', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}} 2025-02-16 15:50:16,515 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rhodear01'), ('cardset_id', 20)] 2025-02-16 15:50:16,650 - card_creation - INFO - session info: 2025-02-16 15:50:16,650 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pd.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rhodear01', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37722, 'team': 47, 'player': 10993, 'created': 1733172010978}]}}]} 2025-02-16 15:50:16,650 - card_creation - INFO - patch: players [('cost', '448'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10993/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:16,777 - card_creation - INFO - return: {'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pddev.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rhodear01', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}} 2025-02-16 15:50:16,778 - card_creation - INFO - get: players id: None params: [('bbref_id', 'charlno01'), ('cardset_id', 20)] 2025-02-16 15:50:16,879 - card_creation - INFO - session info: 2025-02-16 15:50:16,879 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'charlno01', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37588, 'team': 33, 'player': 11076, 'created': 1731963342633}]}}]} 2025-02-16 15:50:16,879 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11076/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:16,995 - card_creation - INFO - return: {'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'charlno01', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}} 2025-02-16 15:50:16,995 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ericksc01'), ('cardset_id', 20)] 2025-02-16 15:50:17,121 - card_creation - INFO - session info: 2025-02-16 15:50:17,122 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 2136, 'image': 'https://pd.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ericksc01', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36097, 'team': 31, 'player': 10803, 'created': 1730785303729}, {'id': 36663, 'team' [ S N I P P E D ] 2025-02-16 15:50:17,122 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10803/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:17,263 - card_creation - INFO - return: {'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ericksc01', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}} 2025-02-16 15:50:17,264 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathete01'), ('cardset_id', 20)] 2025-02-16 15:50:17,378 - card_creation - INFO - session info: 2025-02-16 15:50:17,378 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pd.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathete01', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38848, 'team': 38, 'player': 11462, 'created': 1738297241556}]}}]} 2025-02-16 15:50:17,378 - card_creation - INFO - patch: players [('cost', '46'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11462/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:17,476 - card_creation - INFO - return: {'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pddev.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathete01', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}} 2025-02-16 15:50:17,477 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baldwja01'), ('cardset_id', 20)] 2025-02-16 15:50:17,601 - card_creation - INFO - session info: 2025-02-16 15:50:17,601 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 115, 'image': 'https://pd.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baldwja01', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35716, 'team': 47, 'player': 10804, 'created': 1730616941189}, {'id': 37620, 'team': 33, [ S N I P P E D ] 2025-02-16 15:50:17,601 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10804/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:17,744 - card_creation - INFO - return: {'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baldwja01', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}} 2025-02-16 15:50:17,744 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castito02'), ('cardset_id', 20)] 2025-02-16 15:50:17,886 - card_creation - INFO - session info: 2025-02-16 15:50:17,886 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pd.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castito02', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36993, 'team': 47, 'player': 11077, 'created': 1731602870133}, {'id': 37466, [ S N I P P E D ] 2025-02-16 15:50:17,886 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11077/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:18,023 - card_creation - INFO - return: {'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castito02', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}} 2025-02-16 15:50:18,023 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fordhto01'), ('cardset_id', 20)] 2025-02-16 15:50:18,150 - card_creation - INFO - session info: 2025-02-16 15:50:18,150 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordhto01', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36970, 'team': 47, 'player': 11078, 'created': 1731602869923}]}}]} 2025-02-16 15:50:18,151 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11078/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:18,283 - card_creation - INFO - return: {'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordhto01', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}} 2025-02-16 15:50:18,283 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castica02'), ('cardset_id', 20)] 2025-02-16 15:50:18,391 - card_creation - INFO - session info: 2025-02-16 15:50:18,391 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castica02', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:18,391 - card_creation - INFO - patch: players [('cost', '366'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10994/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:18,500 - card_creation - INFO - return: {'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 366, 'image': 'https://pddev.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castica02', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}} 2025-02-16 15:50:18,500 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sirotmi01'), ('cardset_id', 20)] 2025-02-16 15:50:18,628 - card_creation - INFO - session info: 2025-02-16 15:50:18,628 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 313, 'image': 'https://pd.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sirotmi01', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35556, 'team': 69, 'player': 10805, 'created': 1730616941189}, {'id': 35683, 'te [ S N I P P E D ] 2025-02-16 15:50:18,628 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10805/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:18,780 - card_creation - INFO - return: {'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sirotmi01', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}} 2025-02-16 15:50:18,780 - card_creation - INFO - get: players id: None params: [('bbref_id', 'simasbi01'), ('cardset_id', 20)] 2025-02-16 15:50:18,929 - card_creation - INFO - session info: 2025-02-16 15:50:18,929 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 3983, 'image': 'https://pd.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'simasbi01', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:18,929 - card_creation - INFO - patch: players [('cost', '42'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11260/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:19,077 - card_creation - INFO - return: {'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'simasbi01', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}} 2025-02-16 15:50:19,077 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bereja01'), ('cardset_id', 20)] 2025-02-16 15:50:19,184 - card_creation - INFO - session info: 2025-02-16 15:50:19,185 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bereja01', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35501, 'team': 47, 'player': 10806, 'created': 1730616941189}, {'id': 35928, 'team': 55, 'player': 10806, [ S N I P P E D ] 2025-02-16 15:50:19,185 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10806/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:19,313 - card_creation - INFO - return: {'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bereja01', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}} 2025-02-16 15:50:19,313 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cadargr01'), ('cardset_id', 20)] 2025-02-16 15:50:19,432 - card_creation - INFO - session info: 2025-02-16 15:50:19,432 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cadargr01', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:19,433 - card_creation - INFO - patch: players [('cost', '1199'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11261/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:19,567 - card_creation - INFO - return: {'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 1199, 'image': 'https://pddev.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cadargr01', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}} 2025-02-16 15:50:19,567 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foulkke01'), ('cardset_id', 20)] 2025-02-16 15:50:19,705 - card_creation - INFO - session info: 2025-02-16 15:50:19,705 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 5628, 'image': 'https://pd.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foulkke01', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:19,705 - card_creation - INFO - patch: players [('cost', '4906'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11144/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:19,846 - card_creation - INFO - return: {'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 4906, 'image': 'https://pddev.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foulkke01', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}} 2025-02-16 15:50:19,846 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karchma01'), ('cardset_id', 20)] 2025-02-16 15:50:19,979 - card_creation - INFO - session info: 2025-02-16 15:50:19,979 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karchma01', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:19,979 - card_creation - INFO - patch: players [('cost', '119'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11223/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:20,078 - card_creation - INFO - return: {'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 119, 'image': 'https://pddev.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karchma01', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}} 2025-02-16 15:50:20,079 - card_creation - INFO - get: players id: None params: [('bbref_id', 'navarja01'), ('cardset_id', 20)] 2025-02-16 15:50:20,170 - card_creation - INFO - session info: 2025-02-16 15:50:20,170 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'navarja01', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35415, 'team': 33, 'player': 10807, 'created': 1730616942106}, {'id': 35641, 'tea [ S N I P P E D ] 2025-02-16 15:50:20,170 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10807/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:20,270 - card_creation - INFO - return: {'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'navarja01', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}} 2025-02-16 15:50:20,271 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guzmaju01'), ('cardset_id', 20)] 2025-02-16 15:50:20,363 - card_creation - INFO - session info: 2025-02-16 15:50:20,363 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 247, 'image': 'https://pd.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guzmaju01', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35812, 'team': 31, 'player': 10808, 'created': 1730616941189}]}}]} 2025-02-16 15:50:20,364 - card_creation - INFO - patch: players [('cost', '296'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10808/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:20,488 - card_creation - INFO - return: {'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 296, 'image': 'https://pddev.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guzmaju01', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}} 2025-02-16 15:50:20,488 - card_creation - INFO - get: players id: None params: [('bbref_id', 'harripe01'), ('cardset_id', 20)] 2025-02-16 15:50:20,588 - card_creation - INFO - session info: 2025-02-16 15:50:20,588 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 419, 'image': 'https://pd.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harripe01', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:20,589 - card_creation - INFO - patch: players [('cost', '377'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11463/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:20,682 - card_creation - INFO - return: {'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 377, 'image': 'https://pddev.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harripe01', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}} 2025-02-16 15:50:20,683 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rislebi01'), ('cardset_id', 20)] 2025-02-16 15:50:20,780 - card_creation - INFO - session info: 2025-02-16 15:50:20,780 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pd.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rislebi01', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:20,781 - card_creation - INFO - patch: players [('cost', '41'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10809/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:20,917 - card_creation - INFO - return: {'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rislebi01', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}} 2025-02-16 15:50:20,917 - card_creation - INFO - get: players id: None params: [('bbref_id', 'plesada01'), ('cardset_id', 20)] 2025-02-16 15:50:21,042 - card_creation - INFO - session info: 2025-02-16 15:50:21,042 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 361, 'image': 'https://pd.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plesada01', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:21,042 - card_creation - INFO - patch: players [('cost', '115'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11464/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:21,135 - card_creation - INFO - return: {'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 115, 'image': 'https://pddev.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plesada01', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}} 2025-02-16 15:50:21,135 - card_creation - INFO - get: players id: None params: [('bbref_id', 'quantpa01'), ('cardset_id', 20)] 2025-02-16 15:50:21,280 - card_creation - INFO - session info: 2025-02-16 15:50:21,280 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'quantpa01', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37693, 'team': 47, 'player': 10995, 'created': 1733172010978}, {'id': 37787, 'team': 33, ' [ S N I P P E D ] 2025-02-16 15:50:21,280 - card_creation - INFO - patch: players [('cost', '455'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10995/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:21,413 - card_creation - INFO - return: {'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 455, 'image': 'https://pddev.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'quantpa01', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}} 2025-02-16 15:50:21,413 - card_creation - INFO - get: players id: None params: [('bbref_id', 'myersra01'), ('cardset_id', 20)] 2025-02-16 15:50:21,510 - card_creation - INFO - session info: 2025-02-16 15:50:21,510 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 10, 'image': 'https://pd.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersra01', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38319, 'team': 47, 'player': 11224, 'created': 1736205194812}, {'id': 38501, 'team': 38, 'player': 11224, ' [ S N I P P E D ] 2025-02-16 15:50:21,510 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11224/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:21,632 - card_creation - INFO - return: {'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersra01', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}} 2025-02-16 15:50:21,632 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hansoer01'), ('cardset_id', 20)] 2025-02-16 15:50:21,768 - card_creation - INFO - session info: 2025-02-16 15:50:21,768 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hansoer01', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35572, 'team': 69, 'player': 10810, 'created': 1730616941189}, {'id': 35639, 'team [ S N I P P E D ] 2025-02-16 15:50:21,768 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10810/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:21,876 - card_creation - INFO - return: {'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hansoer01', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}} 2025-02-16 15:50:21,876 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moehlbr01'), ('cardset_id', 20)] 2025-02-16 15:50:21,967 - card_creation - INFO - session info: 2025-02-16 15:50:21,967 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 236, 'image': 'https://pd.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moehlbr01', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35752, 'team': 38, 'player': 10811, 'created': 1730616941189}]}}]} 2025-02-16 15:50:21,967 - card_creation - INFO - patch: players [('cost', '99'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10811/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:22,094 - card_creation - INFO - return: {'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 99, 'image': 'https://pddev.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moehlbr01', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}} 2025-02-16 15:50:22,095 - card_creation - INFO - get: players id: None params: [('bbref_id', 'runyase01'), ('cardset_id', 20)] 2025-02-16 15:50:22,193 - card_creation - INFO - session info: 2025-02-16 15:50:22,193 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 344, 'image': 'https://pd.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'runyase01', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:22,193 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11465/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:22,320 - card_creation - INFO - return: {'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'runyase01', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}} 2025-02-16 15:50:22,321 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bochtdo01'), ('cardset_id', 20)] 2025-02-16 15:50:22,454 - card_creation - INFO - session info: 2025-02-16 15:50:22,454 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 125, 'image': 'https://pd.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bochtdo01', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:22,454 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11225/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:22,589 - card_creation - INFO - return: {'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bochtdo01', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}} 2025-02-16 15:50:22,589 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castifr01'), ('cardset_id', 20)] 2025-02-16 15:50:22,718 - card_creation - INFO - session info: 2025-02-16 15:50:22,718 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castifr01', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37780, 'team': 33, 'player': 11145, 'created': 1731963342639}, {'id': 38655, 'team': 69, 'play [ S N I P P E D ] 2025-02-16 15:50:22,719 - card_creation - INFO - patch: players [('cost', '108'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11145/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:22,850 - card_creation - INFO - return: {'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castifr01', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}} 2025-02-16 15:50:22,850 - card_creation - INFO - get: players id: None params: [('bbref_id', 'floribr01'), ('cardset_id', 20)] 2025-02-16 15:50:22,946 - card_creation - INFO - session info: 2025-02-16 15:50:22,946 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 143, 'image': 'https://pd.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floribr01', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37673, 'team': 47, 'player': 11079, 'created': 1731963342633}, {'id': 37789, 'team': 33, [ S N I P P E D ] 2025-02-16 15:50:22,946 - card_creation - INFO - patch: players [('cost', '137'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11079/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:23,074 - card_creation - INFO - return: {'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 137, 'image': 'https://pddev.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floribr01', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}} 2025-02-16 15:50:23,074 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 20)] 2025-02-16 15:50:23,173 - card_creation - INFO - session info: 2025-02-16 15:50:23,173 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37476, 'team': 33, 'player': 10996, 'created': 1731963342633}, {'id': 38832, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 15:50:23,173 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:23,262 - card_creation - INFO - return: {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-16 15:50:23,262 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sagera.01'), ('cardset_id', 20)] 2025-02-16 15:50:23,391 - card_creation - INFO - session info: 2025-02-16 15:50:23,391 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 41, 'image': 'https://pd.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sagera.01', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37540, 'team': 33, 'player': 11146, 'created': 1731963342653}, {'id': 37993, 'team': 47, 'player' [ S N I P P E D ] 2025-02-16 15:50:23,391 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11146/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:23,526 - card_creation - INFO - return: {'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sagera.01', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}} 2025-02-16 15:50:23,526 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rogerke01'), ('cardset_id', 20)] 2025-02-16 15:50:23,670 - card_creation - INFO - session info: 2025-02-16 15:50:23,670 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rogerke01', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35570, 'team': 69, 'player': 10812, 'created': 1730616941189}, {'id': 36128, 'team': 38, 'pl [ S N I P P E D ] 2025-02-16 15:50:23,671 - card_creation - INFO - patch: players [('cost', '330'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10812/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:23,786 - card_creation - INFO - return: {'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 330, 'image': 'https://pddev.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rogerke01', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}} 2025-02-16 15:50:23,786 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathet.01'), ('cardset_id', 20)] 2025-02-16 15:50:23,869 - card_creation - INFO - session info: 2025-02-16 15:50:23,869 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 360, 'image': 'https://pd.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathet.01', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:23,870 - card_creation - INFO - patch: players [('cost', '1032'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11080/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:23,958 - card_creation - INFO - return: {'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 1032, 'image': 'https://pddev.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathet.01', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}} 2025-02-16 15:50:23,958 - card_creation - INFO - get: players id: None params: [('bbref_id', 'taylobi04'), ('cardset_id', 20)] 2025-02-16 15:50:24,047 - card_creation - INFO - session info: 2025-02-16 15:50:24,047 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taylobi04', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:24,047 - card_creation - INFO - patch: players [('cost', '130'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11147/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:24,186 - card_creation - INFO - return: {'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 130, 'image': 'https://pddev.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taylobi04', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}} 2025-02-16 15:50:24,186 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oquismi01'), ('cardset_id', 20)] 2025-02-16 15:50:24,325 - card_creation - INFO - session info: 2025-02-16 15:50:24,325 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 283, 'image': 'https://pd.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oquismi01', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:24,326 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10813/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:24,418 - card_creation - INFO - return: {'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oquismi01', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}} 2025-02-16 15:50:24,418 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mohlemi01'), ('cardset_id', 20)] 2025-02-16 15:50:24,515 - card_creation - INFO - session info: 2025-02-16 15:50:24,515 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mohlemi01', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:24,516 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11226/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:24,641 - card_creation - INFO - return: {'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mohlemi01', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}} 2025-02-16 15:50:24,642 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smallaa01'), ('cardset_id', 20)] 2025-02-16 15:50:24,761 - card_creation - INFO - session info: 2025-02-16 15:50:24,761 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 1058, 'image': 'https://pd.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smallaa01', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38838, 'team': 38, 'player': 11081, 'created': 1738533340064}]}}]} 2025-02-16 15:50:24,761 - card_creation - INFO - patch: players [('cost', '412'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11081/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:24,870 - card_creation - INFO - return: {'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 412, 'image': 'https://pddev.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smallaa01', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}} 2025-02-16 15:50:24,870 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steinbl01'), ('cardset_id', 20)] 2025-02-16 15:50:24,999 - card_creation - INFO - session info: 2025-02-16 15:50:24,999 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 31, 'image': 'https://pd.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f9846d7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinbl01', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38963, 'team': 47, 'player': 11148, 'created': 1739121114674}]}}]} 2025-02-16 15:50:24,999 - card_creation - INFO - patch: players [('cost', '266'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11148/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:25,133 - card_creation - INFO - return: {'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 266, 'image': 'https://pddev.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f9846d7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinbl01', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}} 2025-02-16 15:50:25,133 - card_creation - INFO - get: players id: None params: [('bbref_id', 'groombu01'), ('cardset_id', 20)] 2025-02-16 15:50:25,225 - card_creation - INFO - session info: 2025-02-16 15:50:25,226 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1168, 'image': 'https://pd.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'groombu01', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38855, 'team': 38, 'player': 11227, 'created': 1738297182021}]}}]} 2025-02-16 15:50:25,226 - card_creation - INFO - patch: players [('cost', '1192'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11227/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:25,343 - card_creation - INFO - return: {'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1192, 'image': 'https://pddev.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'groombu01', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}} 2025-02-16 15:50:25,344 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telghda01'), ('cardset_id', 20)] 2025-02-16 15:50:25,428 - card_creation - INFO - session info: 2025-02-16 15:50:25,428 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pd.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telghda01', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:25,428 - card_creation - INFO - patch: players [('cost', '402'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11228/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:25,534 - card_creation - INFO - return: {'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telghda01', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}} 2025-02-16 15:50:25,534 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tewksbo01'), ('cardset_id', 20)] 2025-02-16 15:50:25,633 - card_creation - INFO - session info: 2025-02-16 15:50:25,634 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pd.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tewksbo01', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37674, 'team': 47, 'player': 10814, 'created': 1731963342633}, {'id': 38812, 'team' [ S N I P P E D ] 2025-02-16 15:50:25,634 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10814/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:25,756 - card_creation - INFO - return: {'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tewksbo01', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}} 2025-02-16 15:50:25,757 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carrahe01'), ('cardset_id', 20)] 2025-02-16 15:50:25,885 - card_creation - INFO - session info: 2025-02-16 15:50:25,886 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carrahe01', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:25,886 - card_creation - INFO - patch: players [('cost', '361'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11180/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:25,973 - card_creation - INFO - return: {'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 361, 'image': 'https://pddev.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carrahe01', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}} 2025-02-16 15:50:25,973 - card_creation - INFO - get: players id: None params: [('bbref_id', 'naultda01'), ('cardset_id', 20)] 2025-02-16 15:50:26,093 - card_creation - INFO - session info: 2025-02-16 15:50:26,093 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pd.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'naultda01', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:26,094 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11303/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:26,187 - card_creation - INFO - return: {'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'naultda01', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}} 2025-02-16 15:50:26,187 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hawkila01'), ('cardset_id', 20)] 2025-02-16 15:50:26,305 - card_creation - INFO - session info: 2025-02-16 15:50:26,305 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 86, 'image': 'https://pd.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hawkila01', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:26,305 - card_creation - INFO - patch: players [('cost', '27'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10815/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:26,436 - card_creation - INFO - return: {'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hawkila01', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}} 2025-02-16 15:50:26,436 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guarded01'), ('cardset_id', 20)] 2025-02-16 15:50:26,520 - card_creation - INFO - session info: 2025-02-16 15:50:26,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 417, 'image': 'https://pd.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guarded01', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37884, 'team': 47, 'player': 11229, 'created': 1733700057396}, {'id': 38854, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 15:50:26,520 - card_creation - INFO - patch: players [('cost', '143'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11229/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:26,646 - card_creation - INFO - return: {'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 143, 'image': 'https://pddev.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guarded01', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}} 2025-02-16 15:50:26,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trombmi01'), ('cardset_id', 20)] 2025-02-16 15:50:26,779 - card_creation - INFO - session info: 2025-02-16 15:50:26,779 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trombmi01', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:26,779 - card_creation - INFO - patch: players [('cost', '15'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10816/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:26,869 - card_creation - INFO - return: {'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 15, 'image': 'https://pddev.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trombmi01', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}} 2025-02-16 15:50:26,870 - card_creation - INFO - get: players id: None params: [('bbref_id', 'swindgr01'), ('cardset_id', 20)] 2025-02-16 15:50:26,970 - card_creation - INFO - session info: 2025-02-16 15:50:26,970 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swindgr01', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36494, 'team': 47, 'player': 10997, 'created': 1730920176625}]}}]} 2025-02-16 15:50:26,971 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10997/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:27,069 - card_creation - INFO - return: {'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swindgr01', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}} 2025-02-16 15:50:27,070 - card_creation - INFO - get: players id: None params: [('bbref_id', 'radkebr01'), ('cardset_id', 20)] 2025-02-16 15:50:27,232 - card_creation - INFO - session info: 2025-02-16 15:50:27,232 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radkebr01', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36347, 'team': 53, 'player': 10817, 'created': 1730920176630}, {'id': 36572, 'team': 33, 'player': 108 [ S N I P P E D ] 2025-02-16 15:50:27,232 - card_creation - INFO - patch: players [('cost', '2106'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10817/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:27,325 - card_creation - INFO - return: {'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 2106, 'image': 'https://pddev.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radkebr01', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}} 2025-02-16 15:50:27,326 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belchti01'), ('cardset_id', 20)] 2025-02-16 15:50:27,419 - card_creation - INFO - session info: 2025-02-16 15:50:27,420 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belchti01', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37000, 'team': 47, 'player': 10818, 'created': 1731602869923}]}}]} 2025-02-16 15:50:27,420 - card_creation - INFO - patch: players [('cost', '321'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10818/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:27,547 - card_creation - INFO - return: {'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 321, 'image': 'https://pddev.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belchti01', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}} 2025-02-16 15:50:27,548 - card_creation - INFO - get: players id: None params: [('bbref_id', 'montgje01'), ('cardset_id', 20)] 2025-02-16 15:50:27,656 - card_creation - INFO - session info: 2025-02-16 15:50:27,657 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 378, 'image': 'https://pd.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'montgje01', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:27,657 - card_creation - INFO - patch: players [('cost', '1414'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11230/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:27,782 - card_creation - INFO - return: {'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 1414, 'image': 'https://pddev.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'montgje01', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}} 2025-02-16 15:50:27,783 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rosadjo01'), ('cardset_id', 20)] 2025-02-16 15:50:27,873 - card_creation - INFO - session info: 2025-02-16 15:50:27,873 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2321, 'image': 'https://pd.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosadjo01', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35538, 'team': 38, 'player': 10819, 'created': 1730616941060}]}}]} 2025-02-16 15:50:27,873 - card_creation - INFO - patch: players [('cost', '2163'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10819/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:28,002 - card_creation - INFO - return: {'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2163, 'image': 'https://pddev.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosadjo01', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}} 2025-02-16 15:50:28,003 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesbo04'), ('cardset_id', 20)] 2025-02-16 15:50:28,109 - card_creation - INFO - session info: 2025-02-16 15:50:28,109 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 253, 'image': 'https://pd.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo04', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:28,109 - card_creation - INFO - patch: players [('cost', '881'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10998/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:28,232 - card_creation - INFO - return: {'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 881, 'image': 'https://pddev.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo04', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}} 2025-02-16 15:50:28,232 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dejeami01'), ('cardset_id', 20)] 2025-02-16 15:50:28,330 - card_creation - INFO - session info: 2025-02-16 15:50:28,330 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 1169, 'image': 'https://pd.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dejeami01', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36463, 'team': 47, 'player': 10820, 'created': 1730920177283}, {'id': 37150, 'team': 33, 'player': 10 [ S N I P P E D ] 2025-02-16 15:50:28,330 - card_creation - INFO - patch: players [('cost', '42'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10820/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:28,421 - card_creation - INFO - return: {'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dejeami01', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}} 2025-02-16 15:50:28,421 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcelrch01'), ('cardset_id', 20)] 2025-02-16 15:50:28,520 - card_creation - INFO - session info: 2025-02-16 15:50:28,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 365, 'image': 'https://pd.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcelrch01', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36959, 'team': 47, 'player': 10999, 'created': 1731602869923}, {'id': 37403, 'te [ S N I P P E D ] 2025-02-16 15:50:28,521 - card_creation - INFO - patch: players [('cost', '364'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10999/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:28,652 - card_creation - INFO - return: {'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 364, 'image': 'https://pddev.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcelrch01', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}} 2025-02-16 15:50:28,652 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leskacu01'), ('cardset_id', 20)] 2025-02-16 15:50:28,749 - card_creation - INFO - session info: 2025-02-16 15:50:28,749 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 139, 'image': 'https://pd.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leskacu01', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36489, 'team': 47, 'player': 11000, 'created': 1730920177283}]}}]} 2025-02-16 15:50:28,750 - card_creation - INFO - patch: players [('cost', '409'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11000/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:28,896 - card_creation - INFO - return: {'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 409, 'image': 'https://pddev.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leskacu01', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}} 2025-02-16 15:50:28,896 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kileda01'), ('cardset_id', 20)] 2025-02-16 15:50:29,032 - card_creation - INFO - session info: 2025-02-16 15:50:29,032 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 681, 'image': 'https://pd.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kileda01', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36968, 'team': 47, 'player': 10821, 'created': 1731602869923}]}}]} 2025-02-16 15:50:29,033 - card_creation - INFO - patch: players [('cost', '26'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10821/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:29,122 - card_creation - INFO - return: {'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 26, 'image': 'https://pddev.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kileda01', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}} 2025-02-16 15:50:29,122 - card_creation - INFO - get: players id: None params: [('bbref_id', 'washbja01'), ('cardset_id', 20)] 2025-02-16 15:50:29,227 - card_creation - INFO - session info: 2025-02-16 15:50:29,227 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 3016, 'image': 'https://pd.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'washbja01', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:29,228 - card_creation - INFO - patch: players [('cost', '763'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11466/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:29,320 - card_creation - INFO - return: {'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 763, 'image': 'https://pddev.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'washbja01', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}} 2025-02-16 15:50:29,320 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wrighja01'), ('cardset_id', 20)] 2025-02-16 15:50:29,441 - card_creation - INFO - session info: 2025-02-16 15:50:29,441 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja01', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35619, 'team': 69, 'player': 10822, 'created': 1730616941935}, {'id': 35670, 'team': 38, 'player': [ S N I P P E D ] 2025-02-16 15:50:29,441 - card_creation - INFO - patch: players [('cost', '110'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10822/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:29,554 - card_creation - INFO - return: {'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja01', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}} 2025-02-16 15:50:29,554 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dipotje01'), ('cardset_id', 20)] 2025-02-16 15:50:29,683 - card_creation - INFO - session info: 2025-02-16 15:50:29,683 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dipotje01', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38953, 'team': 47, 'player': 11082, 'created': 1739121114674}]}}]} 2025-02-16 15:50:29,683 - card_creation - INFO - patch: players [('cost', '374'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11082/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:29,775 - card_creation - INFO - return: {'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 374, 'image': 'https://pddev.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dipotje01', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}} 2025-02-16 15:50:29,776 - card_creation - INFO - get: players id: None params: [('bbref_id', 'swiftbi02'), ('cardset_id', 20)] 2025-02-16 15:50:29,870 - card_creation - INFO - session info: 2025-02-16 15:50:29,870 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swiftbi02', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35858, 'team': 53, 'player': 10823, 'created': 1730616940558}, {'id': 36491, 'team': 4 [ S N I P P E D ] 2025-02-16 15:50:29,871 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10823/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:29,953 - card_creation - INFO - return: {'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swiftbi02', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}} 2025-02-16 15:50:29,954 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsbo01'), ('cardset_id', 20)] 2025-02-16 15:50:30,057 - card_creation - INFO - session info: 2025-02-16 15:50:30,057 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 1045, 'image': 'https://pd.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsbo01', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:30,058 - card_creation - INFO - patch: players [('cost', '4779'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11181/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:30,183 - card_creation - INFO - return: {'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 4779, 'image': 'https://pddev.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsbo01', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}} 2025-02-16 15:50:30,184 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spoljpa01'), ('cardset_id', 20)] 2025-02-16 15:50:30,278 - card_creation - INFO - session info: 2025-02-16 15:50:30,278 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 133, 'image': 'https://pd.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spoljpa01', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35576, 'team': 69, 'player': 10824, 'created': 1730616941189}, {'id': 35738, 'te [ S N I P P E D ] 2025-02-16 15:50:30,279 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10824/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:30,411 - card_creation - INFO - return: {'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spoljpa01', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}} 2025-02-16 15:50:30,411 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fasseje01'), ('cardset_id', 20)] 2025-02-16 15:50:30,497 - card_creation - INFO - session info: 2025-02-16 15:50:30,497 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasseje01', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:30,497 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11083/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:30,594 - card_creation - INFO - return: {'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasseje01', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}} 2025-02-16 15:50:30,595 - card_creation - INFO - get: players id: None params: [('bbref_id', 'timlimi01'), ('cardset_id', 20)] 2025-02-16 15:50:30,682 - card_creation - INFO - session info: 2025-02-16 15:50:30,682 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 1230, 'image': 'https://pd.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'timlimi01', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36738, 'team': 33, 'player': 11001, 'created': 1731602869923}]}}]} 2025-02-16 15:50:30,682 - card_creation - INFO - patch: players [('cost', '121'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11001/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:30,774 - card_creation - INFO - return: {'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 121, 'image': 'https://pddev.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'timlimi01', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}} 2025-02-16 15:50:30,774 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moyerja01'), ('cardset_id', 20)] 2025-02-16 15:50:30,869 - card_creation - INFO - session info: 2025-02-16 15:50:30,869 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 280, 'image': 'https://pd.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moyerja01', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35406, 'team': 33, 'player': 10825, 'created': 1730616941189}, {'id': 35646, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 15:50:30,869 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10825/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:31,025 - card_creation - INFO - return: {'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moyerja01', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}} 2025-02-16 15:50:31,026 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ayalabo01'), ('cardset_id', 20)] 2025-02-16 15:50:31,148 - card_creation - INFO - session info: 2025-02-16 15:50:31,148 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 109, 'image': 'https://pd.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ayalabo01', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36065, 'team': 47, 'player': 10826, 'created': 1730785303497}, {'id': 36130, 'team': 3 [ S N I P P E D ] 2025-02-16 15:50:31,148 - card_creation - INFO - patch: players [('cost', '129'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10826/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:31,246 - card_creation - INFO - return: {'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 129, 'image': 'https://pddev.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ayalabo01', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}} 2025-02-16 15:50:31,247 - card_creation - INFO - get: players id: None params: [('bbref_id', 'helliri01'), ('cardset_id', 20)] 2025-02-16 15:50:31,394 - card_creation - INFO - session info: 2025-02-16 15:50:31,394 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 325, 'image': 'https://pd.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'helliri01', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36428, 'team': 69, 'player': 10827, 'created': 1730920177283}, {'id': 36430, 'team': 33, 'player': 10827 [ S N I P P E D ] 2025-02-16 15:50:31,394 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10827/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:31,491 - card_creation - INFO - return: {'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'helliri01', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}} 2025-02-16 15:50:31,491 - card_creation - INFO - get: players id: None params: [('bbref_id', 'patteda04'), ('cardset_id', 20)] 2025-02-16 15:50:31,612 - card_creation - INFO - session info: 2025-02-16 15:50:31,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 1164, 'image': 'https://pd.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patteda04', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:31,612 - card_creation - INFO - patch: players [('cost', '454'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11231/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:31,732 - card_creation - INFO - return: {'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 454, 'image': 'https://pddev.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patteda04', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}} 2025-02-16 15:50:31,732 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wettejo01'), ('cardset_id', 20)] 2025-02-16 15:50:31,815 - card_creation - INFO - session info: 2025-02-16 15:50:31,815 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 3494, 'image': 'https://pd.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wettejo01', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38266, 'team': 69, 'player': 11262, 'created': 1735337233607}]}}]} 2025-02-16 15:50:31,815 - card_creation - INFO - patch: players [('cost', '4686'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11262/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:31,955 - card_creation - INFO - return: {'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 4686, 'image': 'https://pddev.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wettejo01', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}} 2025-02-16 15:50:31,955 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sparkst01'), ('cardset_id', 20)] 2025-02-16 15:50:32,046 - card_creation - INFO - session info: 2025-02-16 15:50:32,046 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 265, 'image': 'https://pd.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sparkst01', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:32,046 - card_creation - INFO - patch: players [('cost', '855'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11467/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:32,141 - card_creation - INFO - return: {'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 855, 'image': 'https://pddev.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sparkst01', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}} 2025-02-16 15:50:32,141 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vanpoto01'), ('cardset_id', 20)] 2025-02-16 15:50:32,240 - card_creation - INFO - session info: 2025-02-16 15:50:32,240 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 147, 'image': 'https://pd.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vanpoto01', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:32,241 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11496/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:32,382 - card_creation - INFO - return: {'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vanpoto01', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}} 2025-02-16 15:50:32,382 - card_creation - INFO - get: players id: None params: [('bbref_id', 'levinal01'), ('cardset_id', 20)] 2025-02-16 15:50:32,490 - card_creation - INFO - session info: 2025-02-16 15:50:32,490 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11263, 'p_name': 'Al Levine', 'cost': 385, 'image': 'https://pd.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'levinal01', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:32,491 - card_creation - INFO - patch: players [('cost', '384'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11263/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:32,625 - card_creation - INFO - return: {'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pddev.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'levinal01', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}} 2025-02-16 15:50:32,625 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crabtti01'), ('cardset_id', 20)] 2025-02-16 15:50:32,725 - card_creation - INFO - session info: 2025-02-16 15:50:32,725 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 349, 'image': 'https://pd.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crabtti01', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:32,725 - card_creation - INFO - patch: players [('cost', '402'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11149/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:32,819 - card_creation - INFO - return: {'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crabtti01', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}} 2025-02-16 15:50:32,819 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bailesc01'), ('cardset_id', 20)] 2025-02-16 15:50:32,923 - card_creation - INFO - session info: 2025-02-16 15:50:32,924 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 40, 'image': 'https://pd.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bailesc01', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38962, 'team': 47, 'player': 11232, 'created': 1739121113929}]}}]} 2025-02-16 15:50:32,924 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11232/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:33,038 - card_creation - INFO - return: {'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bailesc01', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}} 2025-02-16 15:50:33,039 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gundeer01'), ('cardset_id', 20)] 2025-02-16 15:50:33,194 - card_creation - INFO - session info: 2025-02-16 15:50:33,194 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gundeer01', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:33,194 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11084/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:33,293 - card_creation - INFO - return: {'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gundeer01', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}} 2025-02-16 15:50:33,293 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaxa01'), ('cardset_id', 20)] 2025-02-16 15:50:33,385 - card_creation - INFO - session info: 2025-02-16 15:50:33,385 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 3319, 'image': 'https://pd.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaxa01', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:33,385 - card_creation - INFO - patch: players [('cost', '4389'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11304/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:33,479 - card_creation - INFO - return: {'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 4389, 'image': 'https://pddev.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaxa01', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}} 2025-02-16 15:50:33,479 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valdeis01'), ('cardset_id', 20)] 2025-02-16 15:50:33,612 - card_creation - INFO - session info: 2025-02-16 15:50:33,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 235, 'image': 'https://pd.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdeis01', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35620, 'team': 69, 'player': 10828, 'created': 1730616941935}, {'id': 35631, 'team': [ S N I P P E D ] 2025-02-16 15:50:33,612 - card_creation - INFO - patch: players [('cost', '273'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10828/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:33,742 - card_creation - INFO - return: {'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 273, 'image': 'https://pddev.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdeis01', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}} 2025-02-16 15:50:33,743 - card_creation - INFO - get: players id: None params: [('bbref_id', 'radinsc01'), ('cardset_id', 20)] 2025-02-16 15:50:33,844 - card_creation - INFO - session info: 2025-02-16 15:50:33,844 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 1210, 'image': 'https://pd.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radinsc01', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:33,845 - card_creation - INFO - patch: players [('cost', '3859'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11182/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:33,930 - card_creation - INFO - return: {'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 3859, 'image': 'https://pddev.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radinsc01', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}} 2025-02-16 15:50:33,930 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcmicgr01'), ('cardset_id', 20)] 2025-02-16 15:50:34,026 - card_creation - INFO - session info: 2025-02-16 15:50:34,026 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 3472, 'image': 'https://pd.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcmicgr01', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37710, 'team': 47, 'player': 11085, 'created': 1731963342639}]}}]} 2025-02-16 15:50:34,027 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11085/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:34,117 - card_creation - INFO - return: {'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcmicgr01', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}} 2025-02-16 15:50:34,117 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guthrma01'), ('cardset_id', 20)] 2025-02-16 15:50:34,217 - card_creation - INFO - session info: 2025-02-16 15:50:34,217 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 356, 'image': 'https://pd.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guthrma01', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37882, 'team': 47, 'player': 11264, 'created': 1733700057396}]}}]} 2025-02-16 15:50:34,217 - card_creation - INFO - patch: players [('cost', '3661'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11264/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:34,348 - card_creation - INFO - return: {'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 3661, 'image': 'https://pddev.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guthrma01', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}} 2025-02-16 15:50:34,348 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bruskji01'), ('cardset_id', 20)] 2025-02-16 15:50:34,464 - card_creation - INFO - session info: 2025-02-16 15:50:34,465 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 142, 'image': 'https://pd.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bruskji01', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37558, 'team': 33, 'player': 11086, 'created': 1731963342653}]}}]} 2025-02-16 15:50:34,465 - card_creation - INFO - patch: players [('cost', '117'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11086/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:34,582 - card_creation - INFO - return: {'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 117, 'image': 'https://pddev.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bruskji01', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}} 2025-02-16 15:50:34,583 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mlickda01'), ('cardset_id', 20)] 2025-02-16 15:50:34,712 - card_creation - INFO - session info: 2025-02-16 15:50:34,712 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pd.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mlickda01', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35601, 'team': 47, 'player': 10829, 'created': 1730616941189}, {'id': 35949, 'team': 55, 'pla [ S N I P P E D ] 2025-02-16 15:50:34,712 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10829/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:34,822 - card_creation - INFO - return: {'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mlickda01', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}} 2025-02-16 15:50:34,822 - card_creation - INFO - get: players id: None params: [('bbref_id', 'estessh01'), ('cardset_id', 20)] 2025-02-16 15:50:34,920 - card_creation - INFO - session info: 2025-02-16 15:50:34,921 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pd.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'estessh01', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35688, 'team': 47, 'player': 10830, 'created': 1730616941189}]}}]} 2025-02-16 15:50:34,921 - card_creation - INFO - patch: players [('cost', '312'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10830/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:35,026 - card_creation - INFO - return: {'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pddev.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'estessh01', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}} 2025-02-16 15:50:35,027 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tavarju01'), ('cardset_id', 20)] 2025-02-16 15:50:35,118 - card_creation - INFO - session info: 2025-02-16 15:50:35,118 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pd.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tavarju01', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37492, 'team': 33, 'player': 11002, 'created': 1731963342633}, {'id': 37709, 'team': [ S N I P P E D ] 2025-02-16 15:50:35,118 - card_creation - INFO - patch: players [('cost', '127'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11002/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:35,225 - card_creation - INFO - return: {'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pddev.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tavarju01', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}} 2025-02-16 15:50:35,225 - card_creation - INFO - get: players id: None params: [('bbref_id', 'darwida01'), ('cardset_id', 20)] 2025-02-16 15:50:35,355 - card_creation - INFO - session info: 2025-02-16 15:50:35,356 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darwida01', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35559, 'team': 69, 'player': 10831, 'created': 1730616941390}, {'id': 35599, [ S N I P P E D ] 2025-02-16 15:50:35,356 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10831/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:35,451 - card_creation - INFO - return: {'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darwida01', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}} 2025-02-16 15:50:35,451 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsjo07'), ('cardset_id', 20)] 2025-02-16 15:50:35,568 - card_creation - INFO - session info: 2025-02-16 15:50:35,568 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 49, 'image': 'https://pd.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsjo07', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36611, 'team': 49, 'player': 10832, 'created': 1731297998536}, {'id': 389 [ S N I P P E D ] 2025-02-16 15:50:35,569 - card_creation - INFO - patch: players [('cost', '139'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10832/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:35,675 - card_creation - INFO - return: {'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 139, 'image': 'https://pddev.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsjo07', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}} 2025-02-16 15:50:35,675 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodriri02'), ('cardset_id', 20)] 2025-02-16 15:50:35,800 - card_creation - INFO - session info: 2025-02-16 15:50:35,801 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 4001, 'image': 'https://pd.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriri02', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:35,801 - card_creation - INFO - patch: players [('cost', '126'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11265/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:35,894 - card_creation - INFO - return: {'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 126, 'image': 'https://pddev.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriri02', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}} 2025-02-16 15:50:35,894 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reedst01'), ('cardset_id', 20)] 2025-02-16 15:50:36,008 - card_creation - INFO - session info: 2025-02-16 15:50:36,008 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 4053, 'image': 'https://pd.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedst01', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36493, 'team': 47, 'player': 11003, 'created': 1731272300483}, {'id': 36559, 'team': 3 [ S N I P P E D ] 2025-02-16 15:50:36,008 - card_creation - INFO - patch: players [('cost', '1166'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11003/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:36,140 - card_creation - INFO - return: {'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 1166, 'image': 'https://pddev.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedst01', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}} 2025-02-16 15:50:36,141 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pooleji02'), ('cardset_id', 20)] 2025-02-16 15:50:36,267 - card_creation - INFO - session info: 2025-02-16 15:50:36,267 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pooleji02', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:36,267 - card_creation - INFO - patch: players [('cost', '48'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11183/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:36,443 - card_creation - INFO - return: {'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pddev.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pooleji02', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}} 2025-02-16 15:50:36,444 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nenro01'), ('cardset_id', 20)] 2025-02-16 15:50:36,578 - card_creation - INFO - session info: 2025-02-16 15:50:36,578 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 1233, 'image': 'https://pd.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nenro01', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:36,578 - card_creation - INFO - patch: players [('cost', '3786'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11087/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:36,688 - card_creation - INFO - return: {'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 3786, 'image': 'https://pddev.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nenro01', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}} 2025-02-16 15:50:36,688 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rueteki01'), ('cardset_id', 20)] 2025-02-16 15:50:36,787 - card_creation - INFO - session info: 2025-02-16 15:50:36,787 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 845, 'image': 'https://pd.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rueteki01', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:36,788 - card_creation - INFO - patch: players [('cost', '313'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10833/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:36,884 - card_creation - INFO - return: {'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 313, 'image': 'https://pddev.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rueteki01', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}} 2025-02-16 15:50:36,884 - card_creation - INFO - get: players id: None params: [('bbref_id', 'candito01'), ('cardset_id', 20)] 2025-02-16 15:50:37,011 - card_creation - INFO - session info: 2025-02-16 15:50:37,012 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'candito01', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36497, 'team': 47, 'player': 10834, 'created': 1730920176625}, {'id': 37506, 'te [ S N I P P E D ] 2025-02-16 15:50:37,012 - card_creation - INFO - patch: players [('cost', '288'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10834/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:37,150 - card_creation - INFO - return: {'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'candito01', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}} 2025-02-16 15:50:37,151 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hayneji01'), ('cardset_id', 20)] 2025-02-16 15:50:37,247 - card_creation - INFO - session info: 2025-02-16 15:50:37,247 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 82, 'image': 'https://pd.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayneji01', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35407, 'team': 33, 'player': 10835, 'created': 1730616941189}, {'id': 35820, 'team': 31, 'playe [ S N I P P E D ] 2025-02-16 15:50:37,248 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10835/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:37,351 - card_creation - INFO - return: {'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayneji01', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}} 2025-02-16 15:50:37,351 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fettemi01'), ('cardset_id', 20)] 2025-02-16 15:50:37,452 - card_creation - INFO - session info: 2025-02-16 15:50:37,452 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fettemi01', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:37,452 - card_creation - INFO - patch: players [('cost', '5209'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11233/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:37,578 - card_creation - INFO - return: {'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 5209, 'image': 'https://pddev.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fettemi01', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}} 2025-02-16 15:50:37,579 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whiteri01'), ('cardset_id', 20)] 2025-02-16 15:50:37,719 - card_creation - INFO - session info: 2025-02-16 15:50:37,719 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11305, 'p_name': 'Rick White', 'cost': 454, 'image': 'https://pd.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whiteri01', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:37,719 - card_creation - INFO - patch: players [('cost', '1116'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11305/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:37,845 - card_creation - INFO - return: {'player_id': 11305, 'p_name': 'Rick White', 'cost': 1116, 'image': 'https://pddev.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whiteri01', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}} 2025-02-16 15:50:37,845 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithpe02'), ('cardset_id', 20)] 2025-02-16 15:50:37,954 - card_creation - INFO - session info: 2025-02-16 15:50:37,955 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 121, 'image': 'https://pd.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithpe02', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36988, 'team': 47, 'player': 11004, 'created': 1731602869923}]}}]} 2025-02-16 15:50:37,955 - card_creation - INFO - patch: players [('cost', '145'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11004/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:38,049 - card_creation - INFO - return: {'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithpe02', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}} 2025-02-16 15:50:38,049 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mussimi01'), ('cardset_id', 20)] 2025-02-16 15:50:38,160 - card_creation - INFO - session info: 2025-02-16 15:50:38,160 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 635, 'image': 'https://pd.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mussimi01', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35581, 'team': 69, 'player': 10836, 'created': 1730616941189}, {'id': 38313, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:50:38,161 - card_creation - INFO - patch: players [('cost', '3721'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10836/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:38,293 - card_creation - INFO - return: {'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 3721, 'image': 'https://pddev.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mussimi01', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}} 2025-02-16 15:50:38,293 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coneda01'), ('cardset_id', 20)] 2025-02-16 15:50:38,389 - card_creation - INFO - session info: 2025-02-16 15:50:38,389 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10837, 'p_name': 'David Cone', 'cost': 329, 'image': 'https://pd.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coneda01', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36005, 'team': 53, 'player': 10837, 'created': 1730785303873}, {'id': 36965, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:50:38,390 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10837/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:38,477 - card_creation - INFO - return: {'player_id': 10837, 'p_name': 'David Cone', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coneda01', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}} 2025-02-16 15:50:38,477 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stantmi02'), ('cardset_id', 20)] 2025-02-16 15:50:38,572 - card_creation - INFO - session info: 2025-02-16 15:50:38,572 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 3321, 'image': 'https://pd.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stantmi02', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37994, 'team': 47, 'player': 11005, 'created': 1733700057396}]}}]} 2025-02-16 15:50:38,572 - card_creation - INFO - patch: players [('cost', '5518'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11005/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:38,701 - card_creation - INFO - return: {'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 5518, 'image': 'https://pddev.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stantmi02', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}} 2025-02-16 15:50:38,701 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaor01'), ('cardset_id', 20)] 2025-02-16 15:50:38,804 - card_creation - INFO - session info: 2025-02-16 15:50:38,804 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 270, 'image': 'https://pd.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaor01', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:38,804 - card_creation - INFO - patch: players [('cost', '3469'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11468/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:38,909 - card_creation - INFO - return: {'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 3469, 'image': 'https://pddev.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaor01', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}} 2025-02-16 15:50:38,910 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buddimi01'), ('cardset_id', 20)] 2025-02-16 15:50:39,012 - card_creation - INFO - session info: 2025-02-16 15:50:39,012 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:39,013 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'buddm001')] 2025-02-16 15:50:39,097 - card_creation - INFO - session info: 2025-02-16 15:50:39,097 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:39,098 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mike', 'last_name': 'Buddie', 'key_mlbam': 133322, 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001'} type: 2025-02-16 15:50:39,234 - card_creation - INFO - return: {'id': 4338, 'first_name': 'Mike', 'last_name': 'Buddie', 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001', 'key_mlbam': 133322, 'offense_col': 2} 2025-02-16 15:50:39,234 - card_creation - INFO - post: players payload: {'p_name': 'Mike Buddie', 'cost': '341', 'image': 'change-me', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset_id': 20, 'set_num': 678, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'buddimi01', 'fangr_id': 678, 'mlbplayer_id': 4338, 'pos_1': 'RP'} type: 2025-02-16 15:50:39,340 - card_creation - INFO - return: {'player_id': 11564, 'p_name': 'Mike Buddie', 'cost': 341, 'image': 'change-me', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 678, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buddimi01', 'fangr_id': '678', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4338, 'first_name': 'Mike', 'last_name': 'Buddie', 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001', 'key_mlbam': 133322, 'offense_col': 2}} 2025-02-16 15:50:39,340 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11564/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:39,479 - card_creation - INFO - return: {'player_id': 11564, 'p_name': 'Mike Buddie', 'cost': 341, 'image': 'https://pddev.manticorum.com/api/v2/players/11564/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 678, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buddimi01', 'fangr_id': '678', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4338, 'first_name': 'Mike', 'last_name': 'Buddie', 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001', 'key_mlbam': 133322, 'offense_col': 2}} 2025-02-16 15:50:39,480 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mendora01'), ('cardset_id', 20)] 2025-02-16 15:50:39,610 - card_creation - INFO - session info: 2025-02-16 15:50:39,610 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 137, 'image': 'https://pd.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mendora01', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35544, 'team': 38, 'player': 10838, 'created': 1730616941189}, {'id': 35548, 'team': 69, 'pl [ S N I P P E D ] 2025-02-16 15:50:39,610 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10838/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:39,711 - card_creation - INFO - return: {'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mendora01', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}} 2025-02-16 15:50:39,712 - card_creation - INFO - get: players id: None params: [('bbref_id', 'riverma01'), ('cardset_id', 20)] 2025-02-16 15:50:39,817 - card_creation - INFO - session info: 2025-02-16 15:50:39,817 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 1318, 'image': 'https://pd.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverma01', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:39,817 - card_creation - INFO - patch: players [('cost', '3711'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11306/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:39,918 - card_creation - INFO - return: {'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 3711, 'image': 'https://pddev.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverma01', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}} 2025-02-16 15:50:39,918 - card_creation - INFO - get: players id: None params: [('bbref_id', 'saberbr01'), ('cardset_id', 20)] 2025-02-16 15:50:40,018 - card_creation - INFO - session info: 2025-02-16 15:50:40,019 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 331, 'image': 'https://pd.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saberbr01', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37857, 'team': 47, 'player': 11006, 'created': 1733700057449}]}}]} 2025-02-16 15:50:40,019 - card_creation - INFO - patch: players [('cost', '747'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11006/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:40,106 - card_creation - INFO - return: {'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 747, 'image': 'https://pddev.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saberbr01', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}} 2025-02-16 15:50:40,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garceri01'), ('cardset_id', 20)] 2025-02-16 15:50:40,246 - card_creation - INFO - session info: 2025-02-16 15:50:40,246 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 373, 'image': 'https://pd.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garceri01', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37782, 'team': 33, 'player': 11150, 'created': 1733172010978}]}}]} 2025-02-16 15:50:40,247 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11150/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:40,355 - card_creation - INFO - return: {'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garceri01', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}} 2025-02-16 15:50:40,356 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesca01'), ('cardset_id', 20)] 2025-02-16 15:50:40,446 - card_creation - INFO - session info: 2025-02-16 15:50:40,446 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 446, 'image': 'https://pd.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesca01', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:40,446 - card_creation - INFO - patch: players [('cost', '1299'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11184/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:40,540 - card_creation - INFO - return: {'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 1299, 'image': 'https://pddev.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesca01', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}} 2025-02-16 15:50:40,541 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wrighja02'), ('cardset_id', 20)] 2025-02-16 15:50:40,656 - card_creation - INFO - session info: 2025-02-16 15:50:40,657 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 237, 'image': 'https://pd.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja02', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35811, 'team': 31, 'player': 10839, 'created': 1730616941189}, {'id': 36479, 'team': 47, [ S N I P P E D ] 2025-02-16 15:50:40,657 - card_creation - INFO - patch: players [('cost', '33'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10839/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:40,751 - card_creation - INFO - return: {'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja02', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}} 2025-02-16 15:50:40,752 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesdo01'), ('cardset_id', 20)] 2025-02-16 15:50:40,872 - card_creation - INFO - session info: 2025-02-16 15:50:40,872 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 17, 'image': 'https://pd.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesdo01', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37426, 'team': 31, 'player': 11007, 'created': 1731963342633}, {'id': 37867, ' [ S N I P P E D ] 2025-02-16 15:50:40,873 - card_creation - INFO - patch: players [('cost', '110'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11007/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:40,963 - card_creation - INFO - return: {'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesdo01', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}} 2025-02-16 15:50:40,963 - card_creation - INFO - get: players id: None params: [('bbref_id', 'villoro01'), ('cardset_id', 20)] 2025-02-16 15:50:41,093 - card_creation - INFO - session info: 2025-02-16 15:50:41,094 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 407, 'image': 'https://pd.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'villoro01', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:41,094 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11469/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:41,196 - card_creation - INFO - return: {'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'villoro01', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}} 2025-02-16 15:50:41,196 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shueypa01'), ('cardset_id', 20)] 2025-02-16 15:50:41,308 - card_creation - INFO - session info: 2025-02-16 15:50:41,308 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shueypa01', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:41,309 - card_creation - INFO - patch: players [('cost', '436'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11518/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:41,413 - card_creation - INFO - return: {'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 436, 'image': 'https://pddev.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shueypa01', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}} 2025-02-16 15:50:41,413 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parquji01'), ('cardset_id', 20)] 2025-02-16 15:50:41,502 - card_creation - INFO - session info: 2025-02-16 15:50:41,502 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parquji01', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:41,503 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11266/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:41,651 - card_creation - INFO - return: {'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parquji01', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}} 2025-02-16 15:50:41,651 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snydejo02'), ('cardset_id', 20)] 2025-02-16 15:50:41,752 - card_creation - INFO - session info: 2025-02-16 15:50:41,753 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11519, 'p_name': 'John Snyder', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snydejo02', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:41,753 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11519/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:41,862 - card_creation - INFO - return: {'player_id': 11519, 'p_name': 'John Snyder', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snydejo02', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}} 2025-02-16 15:50:41,862 - card_creation - INFO - get: players id: None params: [('bbref_id', 'howrybo01'), ('cardset_id', 20)] 2025-02-16 15:50:41,955 - card_creation - INFO - session info: 2025-02-16 15:50:41,955 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 6821, 'image': 'https://pd.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howrybo01', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:41,955 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11497/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:42,054 - card_creation - INFO - return: {'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howrybo01', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}} 2025-02-16 15:50:42,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thompju02'), ('cardset_id', 20)] 2025-02-16 15:50:42,203 - card_creation - INFO - session info: 2025-02-16 15:50:42,203 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompju02', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36466, 'team': 47, 'player': 10840, 'created': 1731272300483}, {'id': 37468, 'team': 33, 'p [ S N I P P E D ] 2025-02-16 15:50:42,203 - card_creation - INFO - patch: players [('cost', '105'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10840/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:42,293 - card_creation - INFO - return: {'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompju02', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}} 2025-02-16 15:50:42,293 - card_creation - INFO - get: players id: None params: [('bbref_id', 'powelbr01'), ('cardset_id', 20)] 2025-02-16 15:50:42,431 - card_creation - INFO - session info: 2025-02-16 15:50:42,431 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 114, 'image': 'https://pd.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelbr01', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:42,431 - card_creation - INFO - patch: players [('cost', '2524'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11498/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:42,523 - card_creation - INFO - return: {'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 2524, 'image': 'https://pddev.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelbr01', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}} 2025-02-16 15:50:42,524 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crowde01'), ('cardset_id', 20)] 2025-02-16 15:50:42,654 - card_creation - INFO - session info: 2025-02-16 15:50:42,654 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crowde01', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:42,655 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11470/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:42,802 - card_creation - INFO - return: {'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crowde01', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}} 2025-02-16 15:50:42,802 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderma01'), ('cardset_id', 20)] 2025-02-16 15:50:42,929 - card_creation - INFO - session info: 2025-02-16 15:50:42,930 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:42,930 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'andem002')] 2025-02-16 15:50:43,022 - card_creation - INFO - session info: 2025-02-16 15:50:43,022 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:43,022 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Matt', 'last_name': 'Anderson', 'key_mlbam': 150183, 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002'} type: 2025-02-16 15:50:43,093 - card_creation - INFO - return: {'id': 4339, 'first_name': 'Matt', 'last_name': 'Anderson', 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002', 'key_mlbam': 150183, 'offense_col': 3} 2025-02-16 15:50:43,094 - card_creation - INFO - post: players payload: {'p_name': 'Matt Anderson', 'cost': '3426', 'image': 'change-me', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset_id': 20, 'set_num': 459, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'anderma01', 'fangr_id': 459, 'mlbplayer_id': 4339, 'pos_1': 'RP'} type: 2025-02-16 15:50:43,210 - card_creation - INFO - return: {'player_id': 11565, 'p_name': 'Matt Anderson', 'cost': 3426, 'image': 'change-me', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 459, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderma01', 'fangr_id': '459', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4339, 'first_name': 'Matt', 'last_name': 'Anderson', 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002', 'key_mlbam': 150183, 'offense_col': 3}} 2025-02-16 15:50:43,210 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11565/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:43,307 - card_creation - INFO - return: {'player_id': 11565, 'p_name': 'Matt Anderson', 'cost': 3426, 'image': 'https://pddev.manticorum.com/api/v2/players/11565/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 459, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderma01', 'fangr_id': '459', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4339, 'first_name': 'Matt', 'last_name': 'Anderson', 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002', 'key_mlbam': 150183, 'offense_col': 3}} 2025-02-16 15:50:43,307 - card_creation - INFO - get: players id: None params: [('bbref_id', 'judenje01'), ('cardset_id', 20)] 2025-02-16 15:50:43,415 - card_creation - INFO - session info: 2025-02-16 15:50:43,415 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'judenje01', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35924, 'team': 55, 'player': 10841, 'created': 1730748268221}, {'id': 36421, 'team': 6 [ S N I P P E D ] 2025-02-16 15:50:43,415 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10841/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:43,546 - card_creation - INFO - return: {'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'judenje01', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}} 2025-02-16 15:50:43,546 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carpech01'), ('cardset_id', 20)] 2025-02-16 15:50:43,637 - card_creation - INFO - session info: 2025-02-16 15:50:43,637 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 262, 'image': 'https://pd.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carpech01', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37860, 'team': 47, 'player': 11008, 'created': 1733700057449}]}}]} 2025-02-16 15:50:43,637 - card_creation - INFO - patch: players [('cost', '12'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11008/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:43,728 - card_creation - INFO - return: {'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carpech01', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}} 2025-02-16 15:50:43,729 - card_creation - INFO - get: players id: None params: [('bbref_id', 'williwo02'), ('cardset_id', 20)] 2025-02-16 15:50:43,866 - card_creation - INFO - session info: 2025-02-16 15:50:43,866 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 33, 'image': 'https://pd.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'williwo02', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36964, 'team': 47, 'player': 10842, 'created': 1731602869931}]}}]} 2025-02-16 15:50:43,867 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10842/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:43,964 - card_creation - INFO - return: {'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'williwo02', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}} 2025-02-16 15:50:43,964 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rapppa01'), ('cardset_id', 20)] 2025-02-16 15:50:44,061 - card_creation - INFO - session info: 2025-02-16 15:50:44,061 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 302, 'image': 'https://pd.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rapppa01', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35607, 'team': 69, 'player': 10843, 'created': 1730616941189}, {'id': 35643, 'team': 47, [ S N I P P E D ] 2025-02-16 15:50:44,062 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10843/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:44,145 - card_creation - INFO - return: {'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rapppa01', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}} 2025-02-16 15:50:44,145 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haneych01'), ('cardset_id', 20)] 2025-02-16 15:50:44,219 - card_creation - INFO - session info: 2025-02-16 15:50:44,219 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 426, 'image': 'https://pd.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haneych01', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36565, 'team': 33, 'player': 11009, 'created': 1731297998536}]}}]} 2025-02-16 15:50:44,219 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11009/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:44,347 - card_creation - INFO - return: {'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haneych01', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}} 2025-02-16 15:50:44,347 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bevilbr01'), ('cardset_id', 20)] 2025-02-16 15:50:44,432 - card_creation - INFO - session info: 2025-02-16 15:50:44,432 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bevilbr01', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36455, 'team': 47, 'player': 11010, 'created': 1731272300483}, {'id': 36520, 'team' [ S N I P P E D ] 2025-02-16 15:50:44,433 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11010/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:44,499 - card_creation - INFO - return: {'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bevilbr01', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}} 2025-02-16 15:50:44,499 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bonesri01'), ('cardset_id', 20)] 2025-02-16 15:50:44,621 - card_creation - INFO - session info: 2025-02-16 15:50:44,621 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 149, 'image': 'https://pd.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonesri01', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:44,621 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11499/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:44,709 - card_creation - INFO - return: {'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonesri01', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}} 2025-02-16 15:50:44,709 - card_creation - INFO - get: players id: None params: [('bbref_id', 'servisc01'), ('cardset_id', 20)] 2025-02-16 15:50:44,804 - card_creation - INFO - session info: 2025-02-16 15:50:44,804 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10844, 'p_name': 'Scott Service', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servisc01', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36193, 'team': 33, 'player': 10844, 'created': 1730920177137}]}}]} 2025-02-16 15:50:44,804 - card_creation - INFO - patch: players [('cost', '1223'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10844/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:44,895 - card_creation - INFO - return: {'player_id': 10844, 'p_name': 'Scott Service', 'cost': 1223, 'image': 'https://pddev.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servisc01', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}} 2025-02-16 15:50:44,895 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whisema01'), ('cardset_id', 20)] 2025-02-16 15:50:45,005 - card_creation - INFO - session info: 2025-02-16 15:50:45,005 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 4419, 'image': 'https://pd.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whisema01', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:45,005 - card_creation - INFO - patch: players [('cost', '1259'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11267/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:45,094 - card_creation - INFO - return: {'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 1259, 'image': 'https://pddev.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whisema01', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}} 2025-02-16 15:50:45,095 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrifr02'), ('cardset_id', 20)] 2025-02-16 15:50:45,238 - card_creation - INFO - session info: 2025-02-16 15:50:45,238 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:45,238 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'rodrf001')] 2025-02-16 15:50:45,329 - card_creation - INFO - session info: 2025-02-16 15:50:45,330 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:45,330 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_mlbam': 121355, 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001'} type: 2025-02-16 15:50:45,415 - card_creation - INFO - return: {'id': 4340, 'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001', 'key_mlbam': 121355, 'offense_col': 3} 2025-02-16 15:50:45,416 - card_creation - INFO - post: players payload: {'p_name': 'Frankie Rodriguez', 'cost': '3346', 'image': 'change-me', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset_id': 20, 'set_num': 1011106, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'rodrifr02', 'fangr_id': 1011106, 'mlbplayer_id': 4340, 'pos_1': 'RP'} type: 2025-02-16 15:50:45,553 - card_creation - INFO - return: {'player_id': 11566, 'p_name': 'Frankie Rodriguez', 'cost': 3346, 'image': 'change-me', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011106, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrifr02', 'fangr_id': '1011106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4340, 'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001', 'key_mlbam': 121355, 'offense_col': 3}} 2025-02-16 15:50:45,553 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11566/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:45,698 - card_creation - INFO - return: {'player_id': 11566, 'p_name': 'Frankie Rodriguez', 'cost': 3346, 'image': 'https://pddev.manticorum.com/api/v2/players/11566/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011106, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrifr02', 'fangr_id': '1011106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4340, 'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001', 'key_mlbam': 121355, 'offense_col': 3}} 2025-02-16 15:50:45,699 - card_creation - INFO - get: players id: None params: [('bbref_id', 'serafda01'), ('cardset_id', 20)] 2025-02-16 15:50:45,803 - card_creation - INFO - session info: 2025-02-16 15:50:45,803 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 22, 'image': 'https://pd.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'serafda01', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:45,803 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11482/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:45,896 - card_creation - INFO - return: {'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'serafda01', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}} 2025-02-16 15:50:45,897 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cloudke01'), ('cardset_id', 20)] 2025-02-16 15:50:45,996 - card_creation - INFO - session info: 2025-02-16 15:50:45,997 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 300, 'image': 'https://pd.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cloudke01', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35697, 'team': 47, 'player': 10845, 'created': 1730616941189}, {'id': 35732, 'team': 3 [ S N I P P E D ] 2025-02-16 15:50:45,997 - card_creation - INFO - patch: players [('cost', '322'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10845/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:46,098 - card_creation - INFO - return: {'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 322, 'image': 'https://pddev.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cloudke01', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}} 2025-02-16 15:50:46,099 - card_creation - INFO - get: players id: None params: [('bbref_id', 'slocuhe01'), ('cardset_id', 20)] 2025-02-16 15:50:46,187 - card_creation - INFO - session info: 2025-02-16 15:50:46,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 383, 'image': 'https://pd.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'slocuhe01', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37079, 'team': 33, 'player': 11088, 'created': 1731602870133}, {'id': 3 [ S N I P P E D ] 2025-02-16 15:50:46,187 - card_creation - INFO - patch: players [('cost', '443'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11088/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:46,279 - card_creation - INFO - return: {'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 443, 'image': 'https://pddev.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'slocuhe01', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}} 2025-02-16 15:50:46,279 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stottto01'), ('cardset_id', 20)] 2025-02-16 15:50:46,413 - card_creation - INFO - session info: 2025-02-16 15:50:46,413 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 276, 'image': 'https://pd.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stottto01', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:46,413 - card_creation - INFO - patch: players [('cost', '295'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10846/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:46,512 - card_creation - INFO - return: {'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 295, 'image': 'https://pddev.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stottto01', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}} 2025-02-16 15:50:46,513 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burkejo03'), ('cardset_id', 20)] 2025-02-16 15:50:46,612 - card_creation - INFO - session info: 2025-02-16 15:50:46,612 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10847, 'p_name': 'John Burkett', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burkejo03', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35857, 'team': 33, 'player': 10847, 'created': 1730616941189}, {'id': 37691, 'team': 47, 'player': 1084 [ S N I P P E D ] 2025-02-16 15:50:46,612 - card_creation - INFO - patch: players [('cost', '269'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10847/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:46,709 - card_creation - INFO - return: {'player_id': 10847, 'p_name': 'John Burkett', 'cost': 269, 'image': 'https://pddev.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burkejo03', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}} 2025-02-16 15:50:46,709 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benesan01'), ('cardset_id', 20)] 2025-02-16 15:50:46,826 - card_creation - INFO - session info: 2025-02-16 15:50:46,826 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 87, 'image': 'https://pd.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benesan01', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35400, 'team': 33, 'player': 10848, 'created': 1730616941935}, {'id': 35526, 'team': 38, ' [ S N I P P E D ] 2025-02-16 15:50:46,827 - card_creation - INFO - patch: players [('cost', '658'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10848/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:46,918 - card_creation - INFO - return: {'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 658, 'image': 'https://pddev.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benesan01', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}} 2025-02-16 15:50:46,919 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sodowcl01'), ('cardset_id', 20)] 2025-02-16 15:50:47,063 - card_creation - INFO - session info: 2025-02-16 15:50:47,063 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 136, 'image': 'https://pd.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sodowcl01', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37661, 'team': 33, 'player': 11089, 'created': 1731963342633}, {'id': 37 [ S N I P P E D ] 2025-02-16 15:50:47,063 - card_creation - INFO - patch: players [('cost', '148'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11089/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:47,205 - card_creation - INFO - return: {'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 148, 'image': 'https://pddev.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sodowcl01', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}} 2025-02-16 15:50:47,206 - card_creation - INFO - get: players id: None params: [('bbref_id', 'browsc01'), ('cardset_id', 20)] 2025-02-16 15:50:47,342 - card_creation - INFO - session info: 2025-02-16 15:50:47,343 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pd.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'browsc01', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:47,343 - card_creation - INFO - patch: players [('cost', '4026'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11185/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:47,442 - card_creation - INFO - return: {'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pddev.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'browsc01', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}} 2025-02-16 15:50:47,442 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sprinru01'), ('cardset_id', 20)] 2025-02-16 15:50:47,538 - card_creation - INFO - session info: 2025-02-16 15:50:47,538 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 3536, 'image': 'https://pd.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinru01', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:47,538 - card_creation - INFO - patch: players [('cost', '1189'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11151/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:47,676 - card_creation - INFO - return: {'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 1189, 'image': 'https://pddev.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinru01', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}} 2025-02-16 15:50:47,677 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blairwi01'), ('cardset_id', 20)] 2025-02-16 15:50:47,765 - card_creation - INFO - session info: 2025-02-16 15:50:47,766 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 80, 'image': 'https://pd.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blairwi01', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35594, 'team': 47, 'player': 10849, 'created': 1730616941189}, {'id': 35742, 'team': 38, 'p [ S N I P P E D ] 2025-02-16 15:50:47,766 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10849/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:47,893 - card_creation - INFO - return: {'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blairwi01', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}} 2025-02-16 15:50:47,893 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomsjo01'), ('cardset_id', 20)] 2025-02-16 15:50:47,981 - card_creation - INFO - session info: 2025-02-16 15:50:47,981 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10850, 'p_name': 'John Thomson', 'cost': 238, 'image': 'https://pd.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomsjo01', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37502, 'team': 33, 'player': 10850, 'created': 1731963342633}, {'id': 38265, 'team': 69, 'playe [ S N I P P E D ] 2025-02-16 15:50:47,981 - card_creation - INFO - patch: players [('cost', '884'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10850/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:48,058 - card_creation - INFO - return: {'player_id': 10850, 'p_name': 'John Thomson', 'cost': 884, 'image': 'https://pddev.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomsjo01', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}} 2025-02-16 15:50:48,058 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olsongr01'), ('cardset_id', 20)] 2025-02-16 15:50:48,200 - card_creation - INFO - session info: 2025-02-16 15:50:48,200 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1297, 'image': 'https://pd.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olsongr01', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37677, 'team': 47, 'player': 11186, 'created': 1733172010978}]}}]} 2025-02-16 15:50:48,201 - card_creation - INFO - patch: players [('cost', '1307'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11186/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:48,286 - card_creation - INFO - return: {'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1307, 'image': 'https://pddev.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olsongr01', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}} 2025-02-16 15:50:48,286 - card_creation - INFO - get: players id: None params: [('bbref_id', 'daalom01'), ('cardset_id', 20)] 2025-02-16 15:50:48,382 - card_creation - INFO - session info: 2025-02-16 15:50:48,382 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 110, 'image': 'https://pd.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daalom01', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:48,382 - card_creation - INFO - patch: players [('cost', '2436'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11090/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:48,461 - card_creation - INFO - return: {'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 2436, 'image': 'https://pddev.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daalom01', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}} 2025-02-16 15:50:48,462 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderbr02'), ('cardset_id', 20)] 2025-02-16 15:50:48,547 - card_creation - INFO - session info: 2025-02-16 15:50:48,548 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 240, 'image': 'https://pd.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr02', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35910, 'team': 55, 'player': 10851, 'created': 1730748267374}, {'id': 36967, 'team': 4 [ S N I P P E D ] 2025-02-16 15:50:48,548 - card_creation - INFO - patch: players [('cost', '638'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10851/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:48,623 - card_creation - INFO - return: {'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 638, 'image': 'https://pddev.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr02', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}} 2025-02-16 15:50:48,623 - card_creation - INFO - get: players id: None params: [('bbref_id', 'astacpe01'), ('cardset_id', 20)] 2025-02-16 15:50:48,764 - card_creation - INFO - session info: 2025-02-16 15:50:48,765 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'astacpe01', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36131, 'team': 38, 'player': 10852, 'created': 1730785303729}, {'id': 36282, 'team': 55, 'playe [ S N I P P E D ] 2025-02-16 15:50:48,765 - card_creation - INFO - patch: players [('cost', '25'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10852/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:48,852 - card_creation - INFO - return: {'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 25, 'image': 'https://pddev.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'astacpe01', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}} 2025-02-16 15:50:48,852 - card_creation - INFO - get: players id: None params: [('bbref_id', 'veresda01'), ('cardset_id', 20)] 2025-02-16 15:50:48,947 - card_creation - INFO - session info: 2025-02-16 15:50:48,947 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 1423, 'image': 'https://pd.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'veresda01', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36563, 'team': 33, 'player': 11011, 'created': 1731297998536}, {'id': 37252, 'team': 49, 'player': 1 [ S N I P P E D ] 2025-02-16 15:50:48,947 - card_creation - INFO - patch: players [('cost', '382'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11011/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:49,029 - card_creation - INFO - return: {'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'veresda01', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}} 2025-02-16 15:50:49,029 - card_creation - INFO - get: players id: None params: [('bbref_id', 'manueba01'), ('cardset_id', 20)] 2025-02-16 15:50:49,104 - card_creation - INFO - session info: 2025-02-16 15:50:49,104 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:49,104 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'manub001')] 2025-02-16 15:50:49,225 - card_creation - INFO - session info: 2025-02-16 15:50:49,225 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:50:49,225 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Barry', 'last_name': 'Manuel', 'key_mlbam': 118260, 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001'} type: 2025-02-16 15:50:49,319 - card_creation - INFO - return: {'id': 4341, 'first_name': 'Barry', 'last_name': 'Manuel', 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001', 'key_mlbam': 118260, 'offense_col': 3} 2025-02-16 15:50:49,320 - card_creation - INFO - post: players payload: {'p_name': 'Barry Manuel', 'cost': '3561', 'image': 'change-me', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset_id': 20, 'set_num': 1008084, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'manueba01', 'fangr_id': 1008084, 'mlbplayer_id': 4341, 'pos_1': 'RP'} type: 2025-02-16 15:50:49,456 - card_creation - INFO - return: {'player_id': 11567, 'p_name': 'Barry Manuel', 'cost': 3561, 'image': 'change-me', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008084, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manueba01', 'fangr_id': '1008084', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4341, 'first_name': 'Barry', 'last_name': 'Manuel', 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001', 'key_mlbam': 118260, 'offense_col': 3}} 2025-02-16 15:50:49,456 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11567/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:49,553 - card_creation - INFO - return: {'player_id': 11567, 'p_name': 'Barry Manuel', 'cost': 3561, 'image': 'https://pddev.manticorum.com/api/v2/players/11567/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008084, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manueba01', 'fangr_id': '1008084', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4341, 'first_name': 'Barry', 'last_name': 'Manuel', 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001', 'key_mlbam': 118260, 'offense_col': 3}} 2025-02-16 15:50:49,553 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrife01'), ('cardset_id', 20)] 2025-02-16 15:50:49,647 - card_creation - INFO - session info: 2025-02-16 15:50:49,647 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 123, 'image': 'https://pd.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrife01', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:49,647 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11187/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:49,737 - card_creation - INFO - return: {'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrife01', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}} 2025-02-16 15:50:49,737 - card_creation - INFO - get: players id: None params: [('bbref_id', 'suppaje01'), ('cardset_id', 20)] 2025-02-16 15:50:49,841 - card_creation - INFO - session info: 2025-02-16 15:50:49,841 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'suppaje01', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35600, 'team': 47, 'player': 10853, 'created': 1730616940558}, {'id': 35740, 'team': 38, 'play [ S N I P P E D ] 2025-02-16 15:50:49,841 - card_creation - INFO - patch: players [('cost', '106'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10853/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:49,924 - card_creation - INFO - return: {'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pddev.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'suppaje01', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}} 2025-02-16 15:50:49,925 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gardnma01'), ('cardset_id', 20)] 2025-02-16 15:50:50,023 - card_creation - INFO - session info: 2025-02-16 15:50:50,023 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 687, 'image': 'https://pd.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gardnma01', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35507, 'team': 47, 'player': 10854, 'created': 1730616941189}, {'id': 36127, 'te [ S N I P P E D ] 2025-02-16 15:50:50,023 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10854/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:50,117 - card_creation - INFO - return: {'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gardnma01', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}} 2025-02-16 15:50:50,118 - card_creation - INFO - get: players id: None params: [('bbref_id', 'adamsjo02'), ('cardset_id', 20)] 2025-02-16 15:50:50,216 - card_creation - INFO - session info: 2025-02-16 15:50:50,216 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamsjo02', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35821, 'team': 31, 'player': 10855, 'created': 1730616941935}, {'id': 36465, [ S N I P P E D ] 2025-02-16 15:50:50,216 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10855/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:50,317 - card_creation - INFO - return: {'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamsjo02', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}} 2025-02-16 15:50:50,318 - card_creation - INFO - get: players id: None params: [('bbref_id', 'medinra01'), ('cardset_id', 20)] 2025-02-16 15:50:50,424 - card_creation - INFO - session info: 2025-02-16 15:50:50,424 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'medinra01', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36283, 'team': 55, 'player': 10856, 'created': 1730920176630}]}}]} 2025-02-16 15:50:50,424 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10856/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:50,570 - card_creation - INFO - return: {'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'medinra01', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}} 2025-02-16 15:50:50,571 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sanchje01'), ('cardset_id', 20)] 2025-02-16 15:50:50,668 - card_creation - INFO - session info: 2025-02-16 15:50:50,668 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 313, 'image': 'https://pd.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchje01', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35712, 'team': 47, 'player': 10857, 'created': 1730616941189}, {'id': 36278, 'team': 55, 'play [ S N I P P E D ] 2025-02-16 15:50:50,669 - card_creation - INFO - patch: players [('cost', '2261'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10857/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:50,760 - card_creation - INFO - return: {'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 2261, 'image': 'https://pddev.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchje01', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}} 2025-02-16 15:50:50,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ojalaki01'), ('cardset_id', 20)] 2025-02-16 15:50:50,849 - card_creation - INFO - session info: 2025-02-16 15:50:50,849 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 464, 'image': 'https://pd.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ojalaki01', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36464, 'team': 47, 'player': 11012, 'created': 1730920177283}, {'id': 36526, 'team': 38, 'p [ S N I P P E D ] 2025-02-16 15:50:50,850 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11012/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:50,939 - card_creation - INFO - return: {'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ojalaki01', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}} 2025-02-16 15:50:50,939 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henrios01'), ('cardset_id', 20)] 2025-02-16 15:50:51,042 - card_creation - INFO - session info: 2025-02-16 15:50:51,042 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrios01', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:51,042 - card_creation - INFO - patch: players [('cost', '14'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11188/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:51,129 - card_creation - INFO - return: {'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pddev.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrios01', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}} 2025-02-16 15:50:51,129 - card_creation - INFO - get: players id: None params: [('bbref_id', 'darenvi01'), ('cardset_id', 20)] 2025-02-16 15:50:51,232 - card_creation - INFO - session info: 2025-02-16 15:50:51,232 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1403, 'image': 'https://pd.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darenvi01', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36558, 'team': 33, 'player': 11013, 'created': 1731297998536}, {'id': 36707, 'team': 47, 'player' [ S N I P P E D ] 2025-02-16 15:50:51,232 - card_creation - INFO - patch: players [('cost', '1191'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11013/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:51,330 - card_creation - INFO - return: {'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1191, 'image': 'https://pddev.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darenvi01', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}} 2025-02-16 15:50:51,330 - card_creation - INFO - get: players id: None params: [('bbref_id', 'larkian01'), ('cardset_id', 20)] 2025-02-16 15:50:51,426 - card_creation - INFO - session info: 2025-02-16 15:50:51,426 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 2597, 'image': 'https://pd.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkian01', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37716, 'team': 47, 'player': 10858, 'created': 1733172010978}]}}]} 2025-02-16 15:50:51,426 - card_creation - INFO - patch: players [('cost', '114'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10858/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:51,574 - card_creation - INFO - return: {'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 114, 'image': 'https://pddev.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkian01', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}} 2025-02-16 15:50:51,575 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alfonan01'), ('cardset_id', 20)] 2025-02-16 15:50:51,673 - card_creation - INFO - session info: 2025-02-16 15:50:51,673 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfonan01', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:51,673 - card_creation - INFO - patch: players [('cost', '1028'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11091/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:51,771 - card_creation - INFO - return: {'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 1028, 'image': 'https://pddev.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfonan01', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}} 2025-02-16 15:50:51,772 - card_creation - INFO - get: players id: None params: [('bbref_id', 'heredfe01'), ('cardset_id', 20)] 2025-02-16 15:50:51,881 - card_creation - INFO - session info: 2025-02-16 15:50:51,881 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 442, 'image': 'https://pd.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heredfe01', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36990, 'team': 47, 'player': 10859, 'created': 1731602869923}]}}]} 2025-02-16 15:50:51,881 - card_creation - INFO - patch: players [('cost', '1314'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10859/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:51,976 - card_creation - INFO - return: {'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 1314, 'image': 'https://pddev.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heredfe01', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}} 2025-02-16 15:50:51,976 - card_creation - INFO - get: players id: None params: [('bbref_id', 'meadobr01'), ('cardset_id', 20)] 2025-02-16 15:50:52,079 - card_creation - INFO - session info: 2025-02-16 15:50:52,079 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 279, 'image': 'https://pd.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'meadobr01', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36126, 'team': 38, 'player': 10860, 'created': 1730785303729}, {'id': 38407, 'team': 42, 'player' [ S N I P P E D ] 2025-02-16 15:50:52,079 - card_creation - INFO - patch: players [('cost', '270'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10860/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:52,169 - card_creation - INFO - return: {'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 270, 'image': 'https://pddev.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'meadobr01', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}} 2025-02-16 15:50:52,170 - card_creation - INFO - get: players id: None params: [('bbref_id', 'powelja04'), ('cardset_id', 20)] 2025-02-16 15:50:52,260 - card_creation - INFO - session info: 2025-02-16 15:50:52,261 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4931, 'image': 'https://pd.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelja04', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37784, 'team': 33, 'player': 11014, 'created': 1733172010978}, {'id': 37864, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 15:50:52,261 - card_creation - INFO - patch: players [('cost', '4403'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11014/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:52,360 - card_creation - INFO - return: {'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4403, 'image': 'https://pddev.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelja04', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}} 2025-02-16 15:50:52,360 - card_creation - INFO - get: players id: None params: [('bbref_id', 'staniro01'), ('cardset_id', 20)] 2025-02-16 15:50:52,454 - card_creation - INFO - session info: 2025-02-16 15:50:52,454 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 456, 'image': 'https://pd.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'staniro01', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37702, 'team': 47, 'player': 11152, 'created': 1733172010978}]}}]} 2025-02-16 15:50:52,454 - card_creation - INFO - patch: players [('cost', '462'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11152/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:52,554 - card_creation - INFO - return: {'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 462, 'image': 'https://pddev.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'staniro01', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}} 2025-02-16 15:50:52,554 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernali01'), ('cardset_id', 20)] 2025-02-16 15:50:52,654 - card_creation - INFO - session info: 2025-02-16 15:50:52,654 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10861, 'p_name': 'Livan Hernandez', 'cost': 29, 'image': 'https://pd.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1116, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0017ebab_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernali01', 'fangr_id': '1116', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2294, 'first_name': 'Livan', 'last_name': 'Hernandez', 'key_fangraphs': 1116, 'key_bbref': 'hernali01', 'key_retro': 'hernl003', 'key_mlbam': 115817, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38169, 'team': 47, 'player': 10861, 'created': 1735337259163}]}}]} 2025-02-16 15:50:52,654 - card_creation - INFO - patch: players [('cost', '108'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10861/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:52,729 - card_creation - INFO - return: {'player_id': 10861, 'p_name': 'Livan Hernandez', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1116, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0017ebab_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernali01', 'fangr_id': '1116', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2294, 'first_name': 'Livan', 'last_name': 'Hernandez', 'key_fangraphs': 1116, 'key_bbref': 'hernali01', 'key_retro': 'hernl003', 'key_mlbam': 115817, 'offense_col': 2}} 2025-02-16 15:50:52,729 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smoltjo01'), ('cardset_id', 20)] 2025-02-16 15:50:52,838 - card_creation - INFO - session info: 2025-02-16 15:50:52,838 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11015, 'p_name': 'John Smoltz', 'cost': 2123, 'image': 'https://pd.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 115, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/bf321b07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smoltjo01', 'fangr_id': '115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3159, 'first_name': 'John', 'last_name': 'Smoltz', 'key_fangraphs': 115, 'key_bbref': 'smoltjo01', 'key_retro': 'smolj001', 'key_mlbam': 122477, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36714, 'team': 47, 'player': 11015, 'created': 1731602869923}]}}]} 2025-02-16 15:50:52,838 - card_creation - INFO - patch: players [('cost', '779'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11015/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:52,932 - card_creation - INFO - return: {'player_id': 11015, 'p_name': 'John Smoltz', 'cost': 779, 'image': 'https://pddev.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 115, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/bf321b07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smoltjo01', 'fangr_id': '115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3159, 'first_name': 'John', 'last_name': 'Smoltz', 'key_fangraphs': 115, 'key_bbref': 'smoltjo01', 'key_retro': 'smolj001', 'key_mlbam': 122477, 'offense_col': 1}} 2025-02-16 15:50:52,933 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ligteke01'), ('cardset_id', 20)] 2025-02-16 15:50:53,020 - card_creation - INFO - session info: 2025-02-16 15:50:53,020 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11153, 'p_name': 'Kerry Ligtenberg', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 100, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/95a3fec7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ligteke01', 'fangr_id': '100', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4120, 'first_name': 'Kerry', 'last_name': 'Ligtenberg', 'key_fangraphs': 100, 'key_bbref': 'ligteke01', 'key_retro': 'ligtk001', 'key_mlbam': 117763, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37411, 'team': 69, 'player': 11153, 'created': 1731963342653}, {'id': 37667, 'team': 33, 'playe [ S N I P P E D ] 2025-02-16 15:50:53,020 - card_creation - INFO - patch: players [('cost', '4101'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11153/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:53,103 - card_creation - INFO - return: {'player_id': 11153, 'p_name': 'Kerry Ligtenberg', 'cost': 4101, 'image': 'https://pddev.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 100, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/95a3fec7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ligteke01', 'fangr_id': '100', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4120, 'first_name': 'Kerry', 'last_name': 'Ligtenberg', 'key_fangraphs': 100, 'key_bbref': 'ligteke01', 'key_retro': 'ligtk001', 'key_mlbam': 117763, 'offense_col': 1}} 2025-02-16 15:50:53,103 - card_creation - INFO - get: players id: None params: [('bbref_id', 'embreal01'), ('cardset_id', 20)] 2025-02-16 15:50:53,190 - card_creation - INFO - session info: 2025-02-16 15:50:53,190 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11268, 'p_name': 'Alan Embree', 'cost': 381, 'image': 'https://pd.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1030, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'embreal01', 'fangr_id': '1030', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2508, 'first_name': 'Alan', 'last_name': 'Embree', 'key_fangraphs': 1030, 'key_bbref': 'embreal01', 'key_retro': 'embra001', 'key_mlbam': 113833, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:53,191 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11268/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:53,271 - card_creation - INFO - return: {'player_id': 11268, 'p_name': 'Alan Embree', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1030, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'embreal01', 'fangr_id': '1030', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2508, 'first_name': 'Alan', 'last_name': 'Embree', 'key_fangraphs': 1030, 'key_bbref': 'embreal01', 'key_retro': 'embra001', 'key_mlbam': 113833, 'offense_col': 2}} 2025-02-16 15:50:53,271 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cathemi01'), ('cardset_id', 20)] 2025-02-16 15:50:53,356 - card_creation - INFO - session info: 2025-02-16 15:50:53,356 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11092, 'p_name': 'Mike Cather', 'cost': 353, 'image': 'https://pd.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ae230d19_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cathemi01', 'fangr_id': '1002082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4070, 'first_name': 'Mike', 'last_name': 'Cather', 'key_fangraphs': 1002082, 'key_bbref': 'cathemi01', 'key_retro': 'cathm001', 'key_mlbam': 112134, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37668, 'team': 33, 'player': 11092, 'created': 1733172010978}, {'id': 37680, 'team': 47, [ S N I P P E D ] 2025-02-16 15:50:53,356 - card_creation - INFO - patch: players [('cost', '353'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11092/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:53,435 - card_creation - INFO - return: {'player_id': 11092, 'p_name': 'Mike Cather', 'cost': 353, 'image': 'https://pddev.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ae230d19_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cathemi01', 'fangr_id': '1002082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4070, 'first_name': 'Mike', 'last_name': 'Cather', 'key_fangraphs': 1002082, 'key_bbref': 'cathemi01', 'key_retro': 'cathm001', 'key_mlbam': 112134, 'offense_col': 2}} 2025-02-16 15:50:53,435 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wohlema01'), ('cardset_id', 20)] 2025-02-16 15:50:53,519 - card_creation - INFO - session info: 2025-02-16 15:50:53,519 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11520, 'p_name': 'Mark Wohlers', 'cost': 403, 'image': 'https://pd.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 414, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0da65c55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wohlema01', 'fangr_id': '414', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38959, 'team': 47, 'player': 11520, 'created': 1739121114463}]}}]} 2025-02-16 15:50:53,519 - card_creation - INFO - patch: players [('cost', '16'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11520/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:53,611 - card_creation - INFO - return: {'player_id': 11520, 'p_name': 'Mark Wohlers', 'cost': 16, 'image': 'https://pddev.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 414, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0da65c55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wohlema01', 'fangr_id': '414', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3}} 2025-02-16 15:50:53,611 - card_creation - INFO - get: players id: None params: [('bbref_id', 'glavito02'), ('cardset_id', 20)] 2025-02-16 15:50:53,688 - card_creation - INFO - session info: 2025-02-16 15:50:53,688 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10862, 'p_name': 'Tom Glavine', 'cost': 673, 'image': 'https://pd.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 90, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8c1de61_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glavito02', 'fangr_id': '90', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2828, 'first_name': 'Tom', 'last_name': 'Glavine', 'key_fangraphs': 90, 'key_bbref': 'glavito02', 'key_retro': 'glavt001', 'key_mlbam': 114849, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:53,688 - card_creation - INFO - patch: players [('cost', '2291'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10862/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:53,757 - card_creation - INFO - return: {'player_id': 10862, 'p_name': 'Tom Glavine', 'cost': 2291, 'image': 'https://pddev.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 90, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8c1de61_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glavito02', 'fangr_id': '90', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2828, 'first_name': 'Tom', 'last_name': 'Glavine', 'key_fangraphs': 90, 'key_bbref': 'glavito02', 'key_retro': 'glavt001', 'key_mlbam': 114849, 'offense_col': 2}} 2025-02-16 15:50:53,757 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martide01'), ('cardset_id', 20)] 2025-02-16 15:50:53,837 - card_creation - INFO - session info: 2025-02-16 15:50:53,837 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10863, 'p_name': 'Dennis Martinez', 'cost': 1028, 'image': 'https://pd.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008161, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05148239_br_wsn.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martide01', 'fangr_id': '1008161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3886, 'first_name': 'Dennis', 'last_name': 'Martinez', 'key_fangraphs': 1008161, 'key_bbref': 'martide01', 'key_retro': 'martd001', 'key_mlbam': 118371, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35401, 'team': 33, 'player': 10863, 'created': 1730616941935}, {'id': 35655, 'team' [ S N I P P E D ] 2025-02-16 15:50:53,837 - card_creation - INFO - patch: players [('cost', '42'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10863/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:53,969 - card_creation - INFO - return: {'player_id': 10863, 'p_name': 'Dennis Martinez', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008161, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05148239_br_wsn.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martide01', 'fangr_id': '1008161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3886, 'first_name': 'Dennis', 'last_name': 'Martinez', 'key_fangraphs': 1008161, 'key_bbref': 'martide01', 'key_retro': 'martd001', 'key_mlbam': 118371, 'offense_col': 1}} 2025-02-16 15:50:53,970 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodke02'), ('cardset_id', 20)] 2025-02-16 15:50:54,101 - card_creation - INFO - session info: 2025-02-16 15:50:54,101 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10864, 'p_name': 'Kerry Wood', 'cost': 944, 'image': 'https://pd.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b6f7150e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodke02', 'fangr_id': '304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2715, 'first_name': 'Kerry', 'last_name': 'Wood', 'key_fangraphs': 304, 'key_bbref': 'woodke02', 'key_retro': 'woodk002', 'key_mlbam': 134268, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35567, 'team': 69, 'player': 10864, 'created': 1730616941189}, {'id': 35956, 'team': 55, 'player': 10864, 'created [ S N I P P E D ] 2025-02-16 15:50:54,101 - card_creation - INFO - patch: players [('cost', '670'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10864/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:54,194 - card_creation - INFO - return: {'player_id': 10864, 'p_name': 'Kerry Wood', 'cost': 670, 'image': 'https://pddev.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b6f7150e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodke02', 'fangr_id': '304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2715, 'first_name': 'Kerry', 'last_name': 'Wood', 'key_fangraphs': 304, 'key_bbref': 'woodke02', 'key_retro': 'woodk002', 'key_mlbam': 134268, 'offense_col': 3}} 2025-02-16 15:50:54,194 - card_creation - INFO - get: players id: None params: [('bbref_id', 'adamste01'), ('cardset_id', 20)] 2025-02-16 15:50:54,272 - card_creation - INFO - session info: 2025-02-16 15:50:54,273 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11016, 'p_name': 'Terry Adams', 'cost': 3481, 'image': 'https://pd.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 946, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8bb86104_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamste01', 'fangr_id': '946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4000, 'first_name': 'Terry', 'last_name': 'Adams', 'key_fangraphs': 946, 'key_bbref': 'adamste01', 'key_retro': 'adamt001', 'key_mlbam': 110067, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37681, 'team': 47, 'player': 11016, 'created': 1731963342609}]}}]} 2025-02-16 15:50:54,273 - card_creation - INFO - patch: players [('cost', '3911'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11016/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:54,362 - card_creation - INFO - return: {'player_id': 11016, 'p_name': 'Terry Adams', 'cost': 3911, 'image': 'https://pddev.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 946, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8bb86104_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamste01', 'fangr_id': '946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4000, 'first_name': 'Terry', 'last_name': 'Adams', 'key_fangraphs': 946, 'key_bbref': 'adamste01', 'key_retro': 'adamt001', 'key_mlbam': 110067, 'offense_col': 2}} 2025-02-16 15:50:54,362 - card_creation - INFO - get: players id: None params: [('bbref_id', 'beckro01'), ('cardset_id', 20)] 2025-02-16 15:50:54,465 - card_creation - INFO - session info: 2025-02-16 15:50:54,465 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11189, 'p_name': 'Rod Beck', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1730, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4ec27006_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beckro01', 'fangr_id': '1730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4154, 'first_name': 'Rod', 'last_name': 'Beck', 'key_fangraphs': 1730, 'key_bbref': 'beckro01', 'key_retro': 'beckr001', 'key_mlbam': 110763, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:54,466 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11189/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:54,543 - card_creation - INFO - return: {'player_id': 11189, 'p_name': 'Rod Beck', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1730, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4ec27006_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beckro01', 'fangr_id': '1730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4154, 'first_name': 'Rod', 'last_name': 'Beck', 'key_fangraphs': 1730, 'key_bbref': 'beckro01', 'key_retro': 'beckr001', 'key_mlbam': 110763, 'offense_col': 2}} 2025-02-16 15:50:54,544 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mulhote01'), ('cardset_id', 20)] 2025-02-16 15:50:54,646 - card_creation - INFO - session info: 2025-02-16 15:50:54,646 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11093, 'p_name': 'Terry Mulholland', 'cost': 416, 'image': 'https://pd.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 665, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d2a7a610_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mulhote01', 'fangr_id': '665', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4071, 'first_name': 'Terry', 'last_name': 'Mulholland', 'key_fangraphs': 665, 'key_bbref': 'mulhote01', 'key_retro': 'mulht001', 'key_mlbam': 119488, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38889, 'team': 49, 'player': 11093, 'created': 1738533340064}]}}]} 2025-02-16 15:50:54,647 - card_creation - INFO - patch: players [('cost', '4341'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11093/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:54,734 - card_creation - INFO - return: {'player_id': 11093, 'p_name': 'Terry Mulholland', 'cost': 4341, 'image': 'https://pddev.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 665, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d2a7a610_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mulhote01', 'fangr_id': '665', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4071, 'first_name': 'Terry', 'last_name': 'Mulholland', 'key_fangraphs': 665, 'key_bbref': 'mulhote01', 'key_retro': 'mulht001', 'key_mlbam': 119488, 'offense_col': 1}} 2025-02-16 15:50:54,734 - card_creation - INFO - get: players id: None params: [('bbref_id', 'piscima01'), ('cardset_id', 20)] 2025-02-16 15:50:54,810 - card_creation - INFO - session info: 2025-02-16 15:50:54,810 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10865, 'p_name': 'Marc Pisciotta', 'cost': 120, 'image': 'https://pd.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010369, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eddec851_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piscima01', 'fangr_id': '1010369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3887, 'first_name': 'Marc', 'last_name': 'Pisciotta', 'key_fangraphs': 1010369, 'key_bbref': 'piscima01', 'key_retro': 'piscm001', 'key_mlbam': 120599, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35498, 'team': 47, 'player': 10865, 'created': 1730616941189}, {'id': 35731, 'team': 38, [ S N I P P E D ] 2025-02-16 15:50:54,811 - card_creation - INFO - patch: players [('cost', '120'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10865/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:54,942 - card_creation - INFO - return: {'player_id': 10865, 'p_name': 'Marc Pisciotta', 'cost': 120, 'image': 'https://pddev.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010369, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eddec851_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piscima01', 'fangr_id': '1010369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3887, 'first_name': 'Marc', 'last_name': 'Pisciotta', 'key_fangraphs': 1010369, 'key_bbref': 'piscima01', 'key_retro': 'piscm001', 'key_mlbam': 120599, 'offense_col': 1}} 2025-02-16 15:50:54,943 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pattebo01'), ('cardset_id', 20)] 2025-02-16 15:50:55,047 - card_creation - INFO - session info: 2025-02-16 15:50:55,047 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11307, 'p_name': 'Bob Patterson', 'cost': 12, 'image': 'https://pd.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010055, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pattebo01', 'fangr_id': '1010055', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4242, 'first_name': 'Bob', 'last_name': 'Patterson', 'key_fangraphs': 1010055, 'key_bbref': 'pattebo01', 'key_retro': 'pattb001', 'key_mlbam': 120297, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:55,047 - card_creation - INFO - patch: players [('cost', '12'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11307/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:55,132 - card_creation - INFO - return: {'player_id': 11307, 'p_name': 'Bob Patterson', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010055, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pattebo01', 'fangr_id': '1010055', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4242, 'first_name': 'Bob', 'last_name': 'Patterson', 'key_fangraphs': 1010055, 'key_bbref': 'pattebo01', 'key_retro': 'pattb001', 'key_mlbam': 120297, 'offense_col': 2}} 2025-02-16 15:50:55,133 - card_creation - INFO - get: players id: None params: [('bbref_id', 'myersmi01'), ('cardset_id', 20)] 2025-02-16 15:50:55,222 - card_creation - INFO - session info: 2025-02-16 15:50:55,223 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11234, 'p_name': 'Mike Myers', 'cost': 146, 'image': 'https://pd.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 68, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersmi01', 'fangr_id': '68', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4190, 'first_name': 'Mike', 'last_name': 'Myers', 'key_fangraphs': 68, 'key_bbref': 'myersmi01', 'key_retro': 'myerm001', 'key_mlbam': 119624, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:55,223 - card_creation - INFO - patch: players [('cost', '1338'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11234/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:55,319 - card_creation - INFO - return: {'player_id': 11234, 'p_name': 'Mike Myers', 'cost': 1338, 'image': 'https://pddev.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 68, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersmi01', 'fangr_id': '68', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4190, 'first_name': 'Mike', 'last_name': 'Myers', 'key_fangraphs': 68, 'key_bbref': 'myersmi01', 'key_retro': 'myerm001', 'key_mlbam': 119624, 'offense_col': 2}} 2025-02-16 15:50:55,319 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wickmbo01'), ('cardset_id', 20)] 2025-02-16 15:50:55,411 - card_creation - INFO - session info: 2025-02-16 15:50:55,411 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11017, 'p_name': 'Bob Wickman', 'cost': 409, 'image': 'https://pd.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 413, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9cd7e366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wickmbo01', 'fangr_id': '413', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4001, 'first_name': 'Bob', 'last_name': 'Wickman', 'key_fangraphs': 413, 'key_bbref': 'wickmbo01', 'key_retro': 'wickb001', 'key_mlbam': 124233, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:55,412 - card_creation - INFO - patch: players [('cost', '140'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11017/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:55,485 - card_creation - INFO - return: {'player_id': 11017, 'p_name': 'Bob Wickman', 'cost': 140, 'image': 'https://pddev.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 413, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9cd7e366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wickmbo01', 'fangr_id': '413', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4001, 'first_name': 'Bob', 'last_name': 'Wickman', 'key_fangraphs': 413, 'key_bbref': 'wickmbo01', 'key_retro': 'wickb001', 'key_mlbam': 124233, 'offense_col': 2}} 2025-02-16 15:50:55,485 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eldreca01'), ('cardset_id', 20)] 2025-02-16 15:50:55,582 - card_creation - INFO - session info: 2025-02-16 15:50:55,583 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10866, 'p_name': 'Cal Eldred', 'cost': 79, 'image': 'https://pd.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1653, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b7378c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eldreca01', 'fangr_id': '1653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3888, 'first_name': 'Cal', 'last_name': 'Eldred', 'key_fangraphs': 1653, 'key_bbref': 'eldreca01', 'key_retro': 'eldrc001', 'key_mlbam': 113793, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36419, 'team': 69, 'player': 10866, 'created': 1730920176630}, {'id': 37425, 'team': 31, 'player [ S N I P P E D ] 2025-02-16 15:50:55,583 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10866/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:55,669 - card_creation - INFO - return: {'player_id': 10866, 'p_name': 'Cal Eldred', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1653, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b7378c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eldreca01', 'fangr_id': '1653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3888, 'first_name': 'Cal', 'last_name': 'Eldred', 'key_fangraphs': 1653, 'key_bbref': 'eldreca01', 'key_retro': 'eldrc001', 'key_mlbam': 113793, 'offense_col': 2}} 2025-02-16 15:50:55,670 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodabr01'), ('cardset_id', 20)] 2025-02-16 15:50:55,789 - card_creation - INFO - session info: 2025-02-16 15:50:55,789 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11269, 'p_name': 'Brad Woodall', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/67d26984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38329, 'team': 47, 'player': 11269, 'created': 1736205194812}]}}]} 2025-02-16 15:50:55,789 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11269/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:55,918 - card_creation - INFO - return: {'player_id': 11269, 'p_name': 'Brad Woodall', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/67d26984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodabr01', 'fangr_id': '1014206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}} 2025-02-16 15:50:55,918 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordofr01'), ('cardset_id', 20)] 2025-02-16 15:50:56,013 - card_creation - INFO - session info: 2025-02-16 15:50:56,013 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10867, 'p_name': 'Francisco Cordova', 'cost': 325, 'image': 'https://pd.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002623, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aeec2bd8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordofr01', 'fangr_id': '1002623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3889, 'first_name': 'Francisco', 'last_name': 'Cordova', 'key_fangraphs': 1002623, 'key_bbref': 'cordofr01', 'key_retro': 'cordf001', 'key_mlbam': 112681, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35902, 'team': 53, 'player': 10867, 'created': 1730748267594}, {'id': [ S N I P P E D ] 2025-02-16 15:50:56,014 - card_creation - INFO - patch: players [('cost', '303'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10867/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:56,102 - card_creation - INFO - return: {'player_id': 10867, 'p_name': 'Francisco Cordova', 'cost': 303, 'image': 'https://pddev.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002623, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aeec2bd8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordofr01', 'fangr_id': '1002623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3889, 'first_name': 'Francisco', 'last_name': 'Cordova', 'key_fangraphs': 1002623, 'key_bbref': 'cordofr01', 'key_retro': 'cordf001', 'key_mlbam': 112681, 'offense_col': 2}} 2025-02-16 15:50:56,102 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martija02'), ('cardset_id', 20)] 2025-02-16 15:50:56,187 - card_creation - INFO - session info: 2025-02-16 15:50:56,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11308, 'p_name': 'Javier Martinez', 'cost': 369, 'image': 'https://pd.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008172, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/623152fd_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martija02', 'fangr_id': '1008172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4243, 'first_name': 'Javier', 'last_name': 'Martinez', 'key_fangraphs': 1008172, 'key_bbref': 'martija02', 'key_retro': 'martj003', 'key_mlbam': 131660, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:56,187 - card_creation - INFO - patch: players [('cost', '3563'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11308/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:56,275 - card_creation - INFO - return: {'player_id': 11308, 'p_name': 'Javier Martinez', 'cost': 3563, 'image': 'https://pddev.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/623152fd_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martija02', 'fangr_id': '1008172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4243, 'first_name': 'Javier', 'last_name': 'Martinez', 'key_fangraphs': 1008172, 'key_bbref': 'martija02', 'key_retro': 'martj003', 'key_mlbam': 131660, 'offense_col': 2}} 2025-02-16 15:50:56,275 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tabakje01'), ('cardset_id', 20)] 2025-02-16 15:50:56,368 - card_creation - INFO - session info: 2025-02-16 15:50:56,368 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11154, 'p_name': 'Jeff Tabaka', 'cost': 4134, 'image': 'https://pd.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012802, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/f556d537_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tabakje01', 'fangr_id': '1012802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4121, 'first_name': 'Jeff', 'last_name': 'Tabaka', 'key_fangraphs': 1012802, 'key_bbref': 'tabakje01', 'key_retro': 'tabaj001', 'key_mlbam': 123068, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:56,369 - card_creation - INFO - patch: players [('cost', '116'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11154/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:56,453 - card_creation - INFO - return: {'player_id': 11154, 'p_name': 'Jeff Tabaka', 'cost': 116, 'image': 'https://pddev.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/f556d537_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tabakje01', 'fangr_id': '1012802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4121, 'first_name': 'Jeff', 'last_name': 'Tabaka', 'key_fangraphs': 1012802, 'key_bbref': 'tabakje01', 'key_retro': 'tabaj001', 'key_mlbam': 123068, 'offense_col': 1}} 2025-02-16 15:50:56,454 - card_creation - INFO - get: players id: None params: [('bbref_id', 'peterch01'), ('cardset_id', 20)] 2025-02-16 15:50:56,551 - card_creation - INFO - session info: 2025-02-16 15:50:56,551 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10868, 'p_name': 'Chris Peters', 'cost': 873, 'image': 'https://pd.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010225, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/802f904f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'peterch01', 'fangr_id': '1010225', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3890, 'first_name': 'Chris', 'last_name': 'Peters', 'key_fangraphs': 1010225, 'key_bbref': 'peterch01', 'key_retro': 'petec001', 'key_mlbam': 120454, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:56,551 - card_creation - INFO - patch: players [('cost', '713'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10868/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:56,649 - card_creation - INFO - return: {'player_id': 10868, 'p_name': 'Chris Peters', 'cost': 713, 'image': 'https://pddev.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010225, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/802f904f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'peterch01', 'fangr_id': '1010225', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3890, 'first_name': 'Chris', 'last_name': 'Peters', 'key_fangraphs': 1010225, 'key_bbref': 'peterch01', 'key_retro': 'petec001', 'key_mlbam': 120454, 'offense_col': 2}} 2025-02-16 15:50:56,649 - card_creation - INFO - get: players id: None params: [('bbref_id', 'schmija01'), ('cardset_id', 20)] 2025-02-16 15:50:56,761 - card_creation - INFO - session info: 2025-02-16 15:50:56,761 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10869, 'p_name': 'Jason Schmidt', 'cost': 277, 'image': 'https://pd.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1131, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/77282f7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schmija01', 'fangr_id': '1131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3891, 'first_name': 'Jason', 'last_name': 'Schmidt', 'key_fangraphs': 1131, 'key_bbref': 'schmija01', 'key_retro': 'schmj001', 'key_mlbam': 121834, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35515, 'team': 47, 'player': 10869, 'created': 1730616941189}, {'id': 35528, 'team': 3 [ S N I P P E D ] 2025-02-16 15:50:56,762 - card_creation - INFO - patch: players [('cost', '267'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10869/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:56,842 - card_creation - INFO - return: {'player_id': 10869, 'p_name': 'Jason Schmidt', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1131, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/77282f7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schmija01', 'fangr_id': '1131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3891, 'first_name': 'Jason', 'last_name': 'Schmidt', 'key_fangraphs': 1131, 'key_bbref': 'schmija01', 'key_retro': 'schmj001', 'key_mlbam': 121834, 'offense_col': 2}} 2025-02-16 15:50:56,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chrisja01'), ('cardset_id', 20)] 2025-02-16 15:50:56,923 - card_creation - INFO - session info: 2025-02-16 15:50:56,924 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11094, 'p_name': 'Jason Christiansen', 'cost': 4914, 'image': 'https://pd.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/972e945a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisja01', 'fangr_id': '1111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4072, 'first_name': 'Jason', 'last_name': 'Christiansen', 'key_fangraphs': 1111, 'key_bbref': 'chrisja01', 'key_retro': 'chrij002', 'key_mlbam': 112270, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37848, 'team': 38, 'player': 11094, 'created': 1733700057396}]}}]} 2025-02-16 15:50:56,924 - card_creation - INFO - patch: players [('cost', '5329'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11094/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:57,046 - card_creation - INFO - return: {'player_id': 11094, 'p_name': 'Jason Christiansen', 'cost': 5329, 'image': 'https://pddev.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/972e945a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisja01', 'fangr_id': '1111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4072, 'first_name': 'Jason', 'last_name': 'Christiansen', 'key_fangraphs': 1111, 'key_bbref': 'chrisja01', 'key_retro': 'chrij002', 'key_mlbam': 112270, 'offense_col': 1}} 2025-02-16 15:50:57,047 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rincori01'), ('cardset_id', 20)] 2025-02-16 15:50:57,144 - card_creation - INFO - session info: 2025-02-16 15:50:57,144 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11190, 'p_name': 'Ricardo Rincon', 'cost': 4541, 'image': 'https://pd.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 401, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rincori01', 'fangr_id': '401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4155, 'first_name': 'Ricardo', 'last_name': 'Rincon', 'key_fangraphs': 401, 'key_bbref': 'rincori01', 'key_retro': 'rincr001', 'key_mlbam': 121215, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:57,144 - card_creation - INFO - patch: players [('cost', '4398'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11190/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:57,222 - card_creation - INFO - return: {'player_id': 11190, 'p_name': 'Ricardo Rincon', 'cost': 4398, 'image': 'https://pddev.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 401, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rincori01', 'fangr_id': '401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4155, 'first_name': 'Ricardo', 'last_name': 'Rincon', 'key_fangraphs': 401, 'key_bbref': 'rincori01', 'key_retro': 'rincr001', 'key_mlbam': 121215, 'offense_col': 2}} 2025-02-16 15:50:57,222 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loiseri01'), ('cardset_id', 20)] 2025-02-16 15:50:57,328 - card_creation - INFO - session info: 2025-02-16 15:50:57,328 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11018, 'p_name': 'Rich Loiselle', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007711, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecef0d90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loiseri01', 'fangr_id': '1007711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4002, 'first_name': 'Rich', 'last_name': 'Loiselle', 'key_fangraphs': 1007711, 'key_bbref': 'loiseri01', 'key_retro': 'loisr001', 'key_mlbam': 117874, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37224, 'team': 33, 'player': 11018, 'created': 1731963342604}]}}]} 2025-02-16 15:50:57,328 - card_creation - INFO - patch: players [('cost', '417'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11018/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:57,434 - card_creation - INFO - return: {'player_id': 11018, 'p_name': 'Rich Loiselle', 'cost': 417, 'image': 'https://pddev.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007711, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecef0d90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loiseri01', 'fangr_id': '1007711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4002, 'first_name': 'Rich', 'last_name': 'Loiselle', 'key_fangraphs': 1007711, 'key_bbref': 'loiseri01', 'key_retro': 'loisr001', 'key_mlbam': 117874, 'offense_col': 2}} 2025-02-16 15:50:57,434 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loaizes01'), ('cardset_id', 20)] 2025-02-16 15:50:57,532 - card_creation - INFO - session info: 2025-02-16 15:50:57,532 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10870, 'p_name': 'Esteban Loaiza', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1310, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ce98352e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loaizes01', 'fangr_id': '1310', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3176, 'first_name': 'Esteban', 'last_name': 'Loaiza', 'key_fangraphs': 1310, 'key_bbref': 'loaizes01', 'key_retro': 'loaie001', 'key_mlbam': 117842, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36562, 'team': 33, 'player': 10870, 'created': 1731297998536}, {'id': 37796, 'team': 38, 'player [ S N I P P E D ] 2025-02-16 15:50:57,533 - card_creation - INFO - patch: players [('cost', '782'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10870/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:57,625 - card_creation - INFO - return: {'player_id': 10870, 'p_name': 'Esteban Loaiza', 'cost': 782, 'image': 'https://pddev.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1310, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ce98352e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loaizes01', 'fangr_id': '1310', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3176, 'first_name': 'Esteban', 'last_name': 'Loaiza', 'key_fangraphs': 1310, 'key_bbref': 'loaizes01', 'key_retro': 'loaie001', 'key_mlbam': 117842, 'offense_col': 2}} 2025-02-16 15:50:57,625 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telemam01'), ('cardset_id', 20)] 2025-02-16 15:50:57,728 - card_creation - INFO - session info: 2025-02-16 15:50:57,728 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10871, 'p_name': 'Amaury Telemaco', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1802, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eadd714c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telemam01', 'fangr_id': '1802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3892, 'first_name': 'Amaury', 'last_name': 'Telemaco', 'key_fangraphs': 1802, 'key_bbref': 'telemam01', 'key_retro': 'telea001', 'key_mlbam': 123176, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35782, 'team': 47, 'player': 10871, 'created': 1730616941935}]}}]} 2025-02-16 15:50:57,729 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10871/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:57,813 - card_creation - INFO - return: {'player_id': 10871, 'p_name': 'Amaury Telemaco', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1802, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eadd714c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telemam01', 'fangr_id': '1802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3892, 'first_name': 'Amaury', 'last_name': 'Telemaco', 'key_fangraphs': 1802, 'key_bbref': 'telemam01', 'key_retro': 'telea001', 'key_mlbam': 123176, 'offense_col': 1}} 2025-02-16 15:50:57,813 - card_creation - INFO - get: players id: None params: [('bbref_id', 'liebejo01'), ('cardset_id', 20)] 2025-02-16 15:50:57,913 - card_creation - INFO - session info: 2025-02-16 15:50:57,914 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10872, 'p_name': 'Jon Lieber', 'cost': 888, 'image': 'https://pd.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 287, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5580d86_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebejo01', 'fangr_id': '287', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2688, 'first_name': 'Jon', 'last_name': 'Lieber', 'key_fangraphs': 287, 'key_bbref': 'liebejo01', 'key_retro': 'liebj001', 'key_mlbam': 117758, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36482, 'team': 47, 'player': 10872, 'created': 1730920176625}, {'id': 36498, 'team': 38, 'player': 1 [ S N I P P E D ] 2025-02-16 15:50:57,914 - card_creation - INFO - patch: players [('cost', '266'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10872/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:58,011 - card_creation - INFO - return: {'player_id': 10872, 'p_name': 'Jon Lieber', 'cost': 266, 'image': 'https://pddev.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 287, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5580d86_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebejo01', 'fangr_id': '287', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2688, 'first_name': 'Jon', 'last_name': 'Lieber', 'key_fangraphs': 287, 'key_bbref': 'liebejo01', 'key_retro': 'liebj001', 'key_mlbam': 117758, 'offense_col': 1}} 2025-02-16 15:50:58,011 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dreifda01'), ('cardset_id', 20)] 2025-02-16 15:50:58,120 - card_creation - INFO - session info: 2025-02-16 15:50:58,120 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10873, 'p_name': 'Darren Dreifort', 'cost': 2266, 'image': 'https://pd.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 647, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/59ec883f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dreifda01', 'fangr_id': '647', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3893, 'first_name': 'Darren', 'last_name': 'Dreifort', 'key_fangraphs': 647, 'key_bbref': 'dreifda01', 'key_retro': 'dreid001', 'key_mlbam': 113554, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37861, 'team': 47, 'player': 10873, 'created': 1733700057449}]}}]} 2025-02-16 15:50:58,120 - card_creation - INFO - patch: players [('cost', '898'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10873/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:58,224 - card_creation - INFO - return: {'player_id': 10873, 'p_name': 'Darren Dreifort', 'cost': 898, 'image': 'https://pddev.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 647, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/59ec883f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dreifda01', 'fangr_id': '647', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3893, 'first_name': 'Darren', 'last_name': 'Dreifort', 'key_fangraphs': 647, 'key_bbref': 'dreifda01', 'key_retro': 'dreid001', 'key_mlbam': 113554, 'offense_col': 1}} 2025-02-16 15:50:58,224 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martira02'), ('cardset_id', 20)] 2025-02-16 15:50:58,340 - card_creation - INFO - session info: 2025-02-16 15:50:58,340 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10874, 'p_name': 'Ramon Martinez', 'cost': 880, 'image': 'https://pd.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/57348fe2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martira02', 'fangr_id': '1008193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3894, 'first_name': 'Ramon', 'last_name': 'Martinez', 'key_fangraphs': 1008193, 'key_bbref': 'martira02', 'key_retro': 'martr002', 'key_mlbam': 118378, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35693, 'team': 47, 'player': 10874, 'created': 1730616941189}, {'id': 36007, ' [ S N I P P E D ] 2025-02-16 15:50:58,340 - card_creation - INFO - patch: players [('cost', '880'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10874/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:58,448 - card_creation - INFO - return: {'player_id': 10874, 'p_name': 'Ramon Martinez', 'cost': 880, 'image': 'https://pddev.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/57348fe2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martira02', 'fangr_id': '1008193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3894, 'first_name': 'Ramon', 'last_name': 'Martinez', 'key_fangraphs': 1008193, 'key_bbref': 'martira02', 'key_retro': 'martr002', 'key_mlbam': 118378, 'offense_col': 1}} 2025-02-16 15:50:58,448 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parkch01'), ('cardset_id', 20)] 2025-02-16 15:50:58,553 - card_creation - INFO - session info: 2025-02-16 15:50:58,554 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10875, 'p_name': 'Chan Ho Park', 'cost': 99, 'image': 'https://pd.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1267, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b8cfc51_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parkch01', 'fangr_id': '1267', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2561, 'first_name': 'Chan Ho', 'last_name': 'Park', 'key_fangraphs': 1267, 'key_bbref': 'parkch01', 'key_retro': 'parkc002', 'key_mlbam': 120221, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35942, 'team': 55, 'player': 10875, 'created': 1730748268271}]}}]} 2025-02-16 15:50:58,554 - card_creation - INFO - patch: players [('cost', '307'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10875/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:58,638 - card_creation - INFO - return: {'player_id': 10875, 'p_name': 'Chan Ho Park', 'cost': 307, 'image': 'https://pddev.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1267, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b8cfc51_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parkch01', 'fangr_id': '1267', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2561, 'first_name': 'Chan Ho', 'last_name': 'Park', 'key_fangraphs': 1267, 'key_bbref': 'parkch01', 'key_retro': 'parkc002', 'key_mlbam': 120221, 'offense_col': 3}} 2025-02-16 15:50:58,638 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesde01'), ('cardset_id', 20)] 2025-02-16 15:50:58,735 - card_creation - INFO - session info: 2025-02-16 15:50:58,735 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11471, 'p_name': 'Dennys Reyes', 'cost': 101, 'image': 'https://pd.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9d2752ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesde01', 'fangr_id': '444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2591, 'first_name': 'Dennys', 'last_name': 'Reyes', 'key_fangraphs': 444, 'key_bbref': 'reyesde01', 'key_retro': 'reyed001', 'key_mlbam': 121096, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38323, 'team': 47, 'player': 11471, 'created': 1735336764577}]}}]} 2025-02-16 15:50:58,735 - card_creation - INFO - patch: players [('cost', '314'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11471/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:58,821 - card_creation - INFO - return: {'player_id': 11471, 'p_name': 'Dennys Reyes', 'cost': 314, 'image': 'https://pddev.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 444, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9d2752ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesde01', 'fangr_id': '444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2591, 'first_name': 'Dennys', 'last_name': 'Reyes', 'key_fangraphs': 444, 'key_bbref': 'reyesde01', 'key_retro': 'reyed001', 'key_mlbam': 121096, 'offense_col': 1}} 2025-02-16 15:50:58,821 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ashbyan01'), ('cardset_id', 20)] 2025-02-16 15:50:58,923 - card_creation - INFO - session info: 2025-02-16 15:50:58,923 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:58,924 - card_creation - INFO - patch: players [('cost', '728'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10876/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:59,044 - card_creation - INFO - return: {'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 728, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}} 2025-02-16 15:50:59,044 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke01'), ('cardset_id', 20)] 2025-02-16 15:50:59,145 - card_creation - INFO - session info: 2025-02-16 15:50:59,145 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 864, 'image': 'https://pd.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36756, 'team': 49, 'player': 10877, 'created': 1731602869931}, {'id': 38849, 'team': 38, 'player': 108 [ S N I P P E D ] 2025-02-16 15:50:59,145 - card_creation - INFO - patch: players [('cost', '2688'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10877/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:59,241 - card_creation - INFO - return: {'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 2688, 'image': 'https://pddev.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke01', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}} 2025-02-16 15:50:59,242 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hitchst01'), ('cardset_id', 20)] 2025-02-16 15:50:59,346 - card_creation - INFO - session info: 2025-02-16 15:50:59,346 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11019, 'p_name': 'Sterling Hitchcock', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0eb7eb88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hitchst01', 'fangr_id': '824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4003, 'first_name': 'Sterling', 'last_name': 'Hitchcock', 'key_fangraphs': 824, 'key_bbref': 'hitchst01', 'key_retro': 'hitcs001', 'key_mlbam': 115982, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36495, 'team': 47, 'player': 11019, 'created': 1730920176625}, {'id': 36515, 'team': [ S N I P P E D ] 2025-02-16 15:50:59,347 - card_creation - INFO - patch: players [('cost', '284'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11019/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:59,437 - card_creation - INFO - return: {'player_id': 11019, 'p_name': 'Sterling Hitchcock', 'cost': 284, 'image': 'https://pddev.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 824, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0eb7eb88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hitchst01', 'fangr_id': '824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4003, 'first_name': 'Sterling', 'last_name': 'Hitchcock', 'key_fangraphs': 824, 'key_bbref': 'hitchst01', 'key_retro': 'hitcs001', 'key_mlbam': 115982, 'offense_col': 2}} 2025-02-16 15:50:59,437 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walldo01'), ('cardset_id', 20)] 2025-02-16 15:50:59,520 - card_creation - INFO - session info: 2025-02-16 15:50:59,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11191, 'p_name': 'Donne Wall', 'cost': 1429, 'image': 'https://pd.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 39, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walldo01', 'fangr_id': '39', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4156, 'first_name': 'Donne', 'last_name': 'Wall', 'key_fangraphs': 39, 'key_bbref': 'walldo01', 'key_retro': 'walld002', 'key_mlbam': 123849, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:59,521 - card_creation - INFO - patch: players [('cost', '3386'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11191/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:59,611 - card_creation - INFO - return: {'player_id': 11191, 'p_name': 'Donne Wall', 'cost': 3386, 'image': 'https://pddev.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 39, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walldo01', 'fangr_id': '39', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4156, 'first_name': 'Donne', 'last_name': 'Wall', 'key_fangraphs': 39, 'key_bbref': 'walldo01', 'key_retro': 'walld002', 'key_mlbam': 123849, 'offense_col': 2}} 2025-02-16 15:50:59,611 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boehrbr01'), ('cardset_id', 20)] 2025-02-16 15:50:59,721 - card_creation - INFO - session info: 2025-02-16 15:50:59,722 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11020, 'p_name': 'Brian Boehringer', 'cost': 42, 'image': 'https://pd.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 984, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3aa1ba2f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boehrbr01', 'fangr_id': '984', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4004, 'first_name': 'Brian', 'last_name': 'Boehringer', 'key_fangraphs': 984, 'key_bbref': 'boehrbr01', 'key_retro': 'boehb001', 'key_mlbam': 111145, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37338, 'team': 47, 'player': 11020, 'created': 1731963342630}]}}]} 2025-02-16 15:50:59,722 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11020/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:50:59,810 - card_creation - INFO - return: {'player_id': 11020, 'p_name': 'Brian Boehringer', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 984, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3aa1ba2f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boehrbr01', 'fangr_id': '984', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4004, 'first_name': 'Brian', 'last_name': 'Boehringer', 'key_fangraphs': 984, 'key_bbref': 'boehrbr01', 'key_retro': 'boehb001', 'key_mlbam': 111145, 'offense_col': 2}} 2025-02-16 15:50:59,810 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hoffmtr01'), ('cardset_id', 20)] 2025-02-16 15:50:59,939 - card_creation - INFO - session info: 2025-02-16 15:50:59,939 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11192, 'p_name': 'Trevor Hoffman', 'cost': 4778, 'image': 'https://pd.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1035, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoffmtr01', 'fangr_id': '1035', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2833, 'first_name': 'Trevor', 'last_name': 'Hoffman', 'key_fangraphs': 1035, 'key_bbref': 'hoffmtr01', 'key_retro': 'hofft001', 'key_mlbam': 116034, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:50:59,939 - card_creation - INFO - patch: players [('cost', '1143'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11192/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:00,040 - card_creation - INFO - return: {'player_id': 11192, 'p_name': 'Trevor Hoffman', 'cost': 1143, 'image': 'https://pddev.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1035, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoffmtr01', 'fangr_id': '1035', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2833, 'first_name': 'Trevor', 'last_name': 'Hoffman', 'key_fangraphs': 1035, 'key_bbref': 'hoffmtr01', 'key_retro': 'hofft001', 'key_mlbam': 116034, 'offense_col': 3}} 2025-02-16 15:51:00,040 - card_creation - INFO - get: players id: None params: [('bbref_id', 'paintla01'), ('cardset_id', 20)] 2025-02-16 15:51:00,133 - card_creation - INFO - session info: 2025-02-16 15:51:00,133 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11270, 'p_name': 'Lance Painter', 'cost': 1275, 'image': 'https://pd.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1675, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b4f46e5a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'paintla01', 'fangr_id': '1675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4220, 'first_name': 'Lance', 'last_name': 'Painter', 'key_fangraphs': 1675, 'key_bbref': 'paintla01', 'key_retro': 'painl001', 'key_mlbam': 120183, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38311, 'team': 47, 'player': 11270, 'created': 1736205194812}, {'id': 38822, 'team': 38, ' [ S N I P P E D ] 2025-02-16 15:51:00,134 - card_creation - INFO - patch: players [('cost', '145'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11270/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:00,230 - card_creation - INFO - return: {'player_id': 11270, 'p_name': 'Lance Painter', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1675, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b4f46e5a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'paintla01', 'fangr_id': '1675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4220, 'first_name': 'Lance', 'last_name': 'Painter', 'key_fangraphs': 1675, 'key_bbref': 'paintla01', 'key_retro': 'painl001', 'key_mlbam': 120183, 'offense_col': 2}} 2025-02-16 15:51:00,231 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brantje01'), ('cardset_id', 20)] 2025-02-16 15:51:00,317 - card_creation - INFO - session info: 2025-02-16 15:51:00,318 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11271, 'p_name': 'Jeff Brantley', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001358, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brantje01', 'fangr_id': '1001358', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4221, 'first_name': 'Jeff', 'last_name': 'Brantley', 'key_fangraphs': 1001358, 'key_bbref': 'brantje01', 'key_retro': 'branj001', 'key_mlbam': 111397, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:00,318 - card_creation - INFO - patch: players [('cost', '5054'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11271/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:00,415 - card_creation - INFO - return: {'player_id': 11271, 'p_name': 'Jeff Brantley', 'cost': 5054, 'image': 'https://pddev.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001358, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brantje01', 'fangr_id': '1001358', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4221, 'first_name': 'Jeff', 'last_name': 'Brantley', 'key_fangraphs': 1001358, 'key_bbref': 'brantje01', 'key_retro': 'branj001', 'key_mlbam': 111397, 'offense_col': 2}} 2025-02-16 15:51:00,415 - card_creation - INFO - get: players id: None params: [('bbref_id', 'merckke01'), ('cardset_id', 20)] 2025-02-16 15:51:00,549 - card_creation - INFO - session info: 2025-02-16 15:51:00,549 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11021, 'p_name': 'Kent Mercker', 'cost': 97, 'image': 'https://pd.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 439, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/32142138_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merckke01', 'fangr_id': '439', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4005, 'first_name': 'Kent', 'last_name': 'Mercker', 'key_fangraphs': 439, 'key_bbref': 'merckke01', 'key_retro': 'merck001', 'key_mlbam': 118967, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:00,549 - card_creation - INFO - patch: players [('cost', '105'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11021/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:00,668 - card_creation - INFO - return: {'player_id': 11021, 'p_name': 'Kent Mercker', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 439, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/32142138_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merckke01', 'fangr_id': '439', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4005, 'first_name': 'Kent', 'last_name': 'Mercker', 'key_fangraphs': 439, 'key_bbref': 'merckke01', 'key_retro': 'merck001', 'key_mlbam': 118967, 'offense_col': 2}} 2025-02-16 15:51:00,669 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crousri01'), ('cardset_id', 20)] 2025-02-16 15:51:00,802 - card_creation - INFO - session info: 2025-02-16 15:51:00,802 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11472, 'p_name': 'Rich Croushore', 'cost': 3762, 'image': 'https://pd.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002819, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crousri01', 'fangr_id': '1002819', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4269, 'first_name': 'Rich', 'last_name': 'Croushore', 'key_fangraphs': 1002819, 'key_bbref': 'crousri01', 'key_retro': 'crour001', 'key_mlbam': 131701, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:00,803 - card_creation - INFO - patch: players [('cost', '456'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11472/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:00,895 - card_creation - INFO - return: {'player_id': 11472, 'p_name': 'Rich Croushore', 'cost': 456, 'image': 'https://pddev.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002819, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crousri01', 'fangr_id': '1002819', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4269, 'first_name': 'Rich', 'last_name': 'Croushore', 'key_fangraphs': 1002819, 'key_bbref': 'crousri01', 'key_retro': 'crour001', 'key_mlbam': 131701, 'offense_col': 3}} 2025-02-16 15:51:00,895 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kingcu01'), ('cardset_id', 20)] 2025-02-16 15:51:00,986 - card_creation - INFO - session info: 2025-02-16 15:51:00,986 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11272, 'p_name': 'Curtis King', 'cost': 463, 'image': 'https://pd.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006926, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a8fa4d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingcu01', 'fangr_id': '1006926', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4222, 'first_name': 'Curtis', 'last_name': 'King', 'key_fangraphs': 1006926, 'key_bbref': 'kingcu01', 'key_retro': 'kingc001', 'key_mlbam': 117076, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37990, 'team': 47, 'player': 11272, 'created': 1734921897621}]}}]} 2025-02-16 15:51:00,987 - card_creation - INFO - patch: players [('cost', '4164'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11272/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:01,071 - card_creation - INFO - return: {'player_id': 11272, 'p_name': 'Curtis King', 'cost': 4164, 'image': 'https://pddev.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006926, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a8fa4d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingcu01', 'fangr_id': '1006926', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4222, 'first_name': 'Curtis', 'last_name': 'King', 'key_fangraphs': 1006926, 'key_bbref': 'kingcu01', 'key_retro': 'kingc001', 'key_mlbam': 117076, 'offense_col': 2}} 2025-02-16 15:51:01,071 - card_creation - INFO - get: players id: None params: [('bbref_id', 'frascjo01'), ('cardset_id', 20)] 2025-02-16 15:51:01,164 - card_creation - INFO - session info: 2025-02-16 15:51:01,164 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11022, 'p_name': 'John Frascatore', 'cost': 423, 'image': 'https://pd.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004304, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/29e06a2d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frascjo01', 'fangr_id': '1004304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4006, 'first_name': 'John', 'last_name': 'Frascatore', 'key_fangraphs': 1004304, 'key_bbref': 'frascjo01', 'key_retro': 'frasj001', 'key_mlbam': 114388, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:01,164 - card_creation - INFO - patch: players [('cost', '131'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11022/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:01,286 - card_creation - INFO - return: {'player_id': 11022, 'p_name': 'John Frascatore', 'cost': 131, 'image': 'https://pddev.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004304, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/29e06a2d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frascjo01', 'fangr_id': '1004304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4006, 'first_name': 'John', 'last_name': 'Frascatore', 'key_fangraphs': 1004304, 'key_bbref': 'frascjo01', 'key_retro': 'frasj001', 'key_mlbam': 114388, 'offense_col': 2}} 2025-02-16 15:51:01,286 - card_creation - INFO - get: players id: None params: [('bbref_id', 'petkoma01'), ('cardset_id', 20)] 2025-02-16 15:51:01,379 - card_creation - INFO - session info: 2025-02-16 15:51:01,379 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11095, 'p_name': 'Mark Petkovsek', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5cf5a136_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'petkoma01', 'fangr_id': '1010242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4073, 'first_name': 'Mark', 'last_name': 'Petkovsek', 'key_fangraphs': 1010242, 'key_bbref': 'petkoma01', 'key_retro': 'petkm001', 'key_mlbam': 120472, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37334, 'team': 47, 'player': 11095, 'created': 1731963342633}, {'id': 3765 [ S N I P P E D ] 2025-02-16 15:51:01,379 - card_creation - INFO - patch: players [('cost', '37'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11095/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:01,477 - card_creation - INFO - return: {'player_id': 11095, 'p_name': 'Mark Petkovsek', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010242, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5cf5a136_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'petkoma01', 'fangr_id': '1010242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4073, 'first_name': 'Mark', 'last_name': 'Petkovsek', 'key_fangraphs': 1010242, 'key_bbref': 'petkoma01', 'key_retro': 'petkm001', 'key_mlbam': 120472, 'offense_col': 2}} 2025-02-16 15:51:01,477 - card_creation - INFO - get: players id: None params: [('bbref_id', 'botteke01'), ('cardset_id', 20)] 2025-02-16 15:51:01,570 - card_creation - INFO - session info: 2025-02-16 15:51:01,570 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10878, 'p_name': 'Kent Bottenfield', 'cost': 349, 'image': 'https://pd.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001226, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/151e6406_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'botteke01', 'fangr_id': '1001226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3897, 'first_name': 'Kent', 'last_name': 'Bottenfield', 'key_fangraphs': 1001226, 'key_bbref': 'botteke01', 'key_retro': 'bottk001', 'key_mlbam': 111264, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36490, 'team': 47, 'player': 10878, 'created': 1730920177283}]}}]} 2025-02-16 15:51:01,571 - card_creation - INFO - patch: players [('cost', '395'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10878/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:01,677 - card_creation - INFO - return: {'player_id': 10878, 'p_name': 'Kent Bottenfield', 'cost': 395, 'image': 'https://pddev.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001226, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/151e6406_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'botteke01', 'fangr_id': '1001226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3897, 'first_name': 'Kent', 'last_name': 'Bottenfield', 'key_fangraphs': 1001226, 'key_bbref': 'botteke01', 'key_retro': 'bottk001', 'key_mlbam': 111264, 'offense_col': 1}} 2025-02-16 15:51:01,677 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chouibo01'), ('cardset_id', 20)] 2025-02-16 15:51:01,818 - card_creation - INFO - session info: 2025-02-16 15:51:01,818 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11500, 'p_name': 'Bobby Chouinard', 'cost': 15, 'image': 'https://pd.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002204, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chouibo01', 'fangr_id': '1002204', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4295, 'first_name': 'Bobby', 'last_name': 'Chouinard', 'key_fangraphs': 1002204, 'key_bbref': 'chouibo01', 'key_retro': 'choub001', 'key_mlbam': 112257, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:01,818 - card_creation - INFO - patch: players [('cost', '1121'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11500/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:01,908 - card_creation - INFO - return: {'player_id': 11500, 'p_name': 'Bobby Chouinard', 'cost': 1121, 'image': 'https://pddev.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002204, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chouibo01', 'fangr_id': '1002204', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4295, 'first_name': 'Bobby', 'last_name': 'Chouinard', 'key_fangraphs': 1002204, 'key_bbref': 'chouibo01', 'key_retro': 'choub001', 'key_mlbam': 112257, 'offense_col': 3}} 2025-02-16 15:51:01,908 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tomkobr01'), ('cardset_id', 20)] 2025-02-16 15:51:02,031 - card_creation - INFO - session info: 2025-02-16 15:51:02,031 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10879, 'p_name': 'Brett Tomko', 'cost': 111, 'image': 'https://pd.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1056, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/69576679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tomkobr01', 'fangr_id': '1056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2540, 'first_name': 'Brett', 'last_name': 'Tomko', 'key_fangraphs': 1056, 'key_bbref': 'tomkobr01', 'key_retro': 'tomkb001', 'key_mlbam': 123387, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36216, 'team': 53, 'player': 10879, 'created': 1730920177137}, {'id': 37870, 'team': 47, 'player' [ S N I P P E D ] 2025-02-16 15:51:02,031 - card_creation - INFO - patch: players [('cost', '298'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10879/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:02,129 - card_creation - INFO - return: {'player_id': 10879, 'p_name': 'Brett Tomko', 'cost': 298, 'image': 'https://pddev.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1056, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/69576679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tomkobr01', 'fangr_id': '1056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2540, 'first_name': 'Brett', 'last_name': 'Tomko', 'key_fangraphs': 1056, 'key_bbref': 'tomkobr01', 'key_retro': 'tomkb001', 'key_mlbam': 123387, 'offense_col': 2}} 2025-02-16 15:51:02,129 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitega01'), ('cardset_id', 20)] 2025-02-16 15:51:02,212 - card_creation - INFO - session info: 2025-02-16 15:51:02,212 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11023, 'p_name': 'Gabe White', 'cost': 386, 'image': 'https://pd.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 360, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5ece7bc4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitega01', 'fangr_id': '360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4007, 'first_name': 'Gabe', 'last_name': 'White', 'key_fangraphs': 360, 'key_bbref': 'whitega01', 'key_retro': 'whitg001', 'key_mlbam': 124171, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36523, 'team': 38, 'player': 11023, 'created': 1731272300483}, {'id': 37430, 'team': 31, 'player': 11 [ S N I P P E D ] 2025-02-16 15:51:02,212 - card_creation - INFO - patch: players [('cost', '3871'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11023/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:02,284 - card_creation - INFO - return: {'player_id': 11023, 'p_name': 'Gabe White', 'cost': 3871, 'image': 'https://pddev.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5ece7bc4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitega01', 'fangr_id': '360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4007, 'first_name': 'Gabe', 'last_name': 'White', 'key_fangraphs': 360, 'key_bbref': 'whitega01', 'key_retro': 'whitg001', 'key_mlbam': 124171, 'offense_col': 2}} 2025-02-16 15:51:02,284 - card_creation - INFO - get: players id: None params: [('bbref_id', 'graveda01'), ('cardset_id', 20)] 2025-02-16 15:51:02,420 - card_creation - INFO - session info: 2025-02-16 15:51:02,420 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11273, 'p_name': 'Danny Graves', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 326, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e09a8d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graveda01', 'fangr_id': '326', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4223, 'first_name': 'Danny', 'last_name': 'Graves', 'key_fangraphs': 326, 'key_bbref': 'graveda01', 'key_retro': 'gravd001', 'key_mlbam': 115056, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38092, 'team': 69, 'player': 11273, 'created': 1735046474667}]}}]} 2025-02-16 15:51:02,421 - card_creation - INFO - patch: players [('cost', '385'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11273/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:02,500 - card_creation - INFO - return: {'player_id': 11273, 'p_name': 'Danny Graves', 'cost': 385, 'image': 'https://pddev.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 326, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e09a8d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graveda01', 'fangr_id': '326', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4223, 'first_name': 'Danny', 'last_name': 'Graves', 'key_fangraphs': 326, 'key_bbref': 'graveda01', 'key_retro': 'gravd001', 'key_mlbam': 115056, 'offense_col': 1}} 2025-02-16 15:51:02,500 - card_creation - INFO - get: players id: None params: [('bbref_id', 'remlimi01'), ('cardset_id', 20)] 2025-02-16 15:51:02,599 - card_creation - INFO - session info: 2025-02-16 15:51:02,599 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11024, 'p_name': 'Mike Remlinger', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 111, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4996b815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'remlimi01', 'fangr_id': '111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4008, 'first_name': 'Mike', 'last_name': 'Remlinger', 'key_fangraphs': 111, 'key_bbref': 'remlimi01', 'key_retro': 'remlm001', 'key_mlbam': 121060, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:02,600 - card_creation - INFO - patch: players [('cost', '113'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11024/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:02,719 - card_creation - INFO - return: {'player_id': 11024, 'p_name': 'Mike Remlinger', 'cost': 113, 'image': 'https://pddev.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 111, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4996b815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'remlimi01', 'fangr_id': '111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4008, 'first_name': 'Mike', 'last_name': 'Remlinger', 'key_fangraphs': 111, 'key_bbref': 'remlimi01', 'key_retro': 'remlm001', 'key_mlbam': 121060, 'offense_col': 2}} 2025-02-16 15:51:02,720 - card_creation - INFO - get: players id: None params: [('bbref_id', 'harnipe01'), ('cardset_id', 20)] 2025-02-16 15:51:02,813 - card_creation - INFO - session info: 2025-02-16 15:51:02,813 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10880, 'p_name': 'Pete Harnisch', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005374, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8d81ad8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harnipe01', 'fangr_id': '1005374', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3898, 'first_name': 'Pete', 'last_name': 'Harnisch', 'key_fangraphs': 1005374, 'key_bbref': 'harnipe01', 'key_retro': 'harnp001', 'key_mlbam': 115487, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36010, 'team': 69, 'player': 10880, 'created': 1730785303408}]}}]} 2025-02-16 15:51:02,814 - card_creation - INFO - patch: players [('cost', '250'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10880/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:02,926 - card_creation - INFO - return: {'player_id': 10880, 'p_name': 'Pete Harnisch', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005374, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8d81ad8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harnipe01', 'fangr_id': '1005374', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3898, 'first_name': 'Pete', 'last_name': 'Harnisch', 'key_fangraphs': 1005374, 'key_bbref': 'harnipe01', 'key_retro': 'harnp001', 'key_mlbam': 115487, 'offense_col': 1}} 2025-02-16 15:51:02,927 - card_creation - INFO - get: players id: None params: [('bbref_id', 'krivdri01'), ('cardset_id', 20)] 2025-02-16 15:51:03,035 - card_creation - INFO - session info: 2025-02-16 15:51:03,035 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11096, 'p_name': 'Rick Krivda', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/24838f07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'krivdri01', 'fangr_id': '1007168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4074, 'first_name': 'Rick', 'last_name': 'Krivda', 'key_fangraphs': 1007168, 'key_bbref': 'krivdri01', 'key_retro': 'krivr001', 'key_mlbam': 117322, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38338, 'team': 47, 'player': 11096, 'created': 1736205194812}, {'id': 38569, 'team': 5 [ S N I P P E D ] 2025-02-16 15:51:03,035 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11096/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:03,134 - card_creation - INFO - return: {'player_id': 11096, 'p_name': 'Rick Krivda', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007168, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/24838f07_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'krivdri01', 'fangr_id': '1007168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4074, 'first_name': 'Rick', 'last_name': 'Krivda', 'key_fangraphs': 1007168, 'key_bbref': 'krivdri01', 'key_retro': 'krivr001', 'key_mlbam': 117322, 'offense_col': 2}} 2025-02-16 15:51:03,134 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hudekjo01'), ('cardset_id', 20)] 2025-02-16 15:51:03,238 - card_creation - INFO - session info: 2025-02-16 15:51:03,238 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11235, 'p_name': 'John Hudek', 'cost': 414, 'image': 'https://pd.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hudekjo01', 'fangr_id': '1006128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4191, 'first_name': 'John', 'last_name': 'Hudek', 'key_fangraphs': 1006128, 'key_bbref': 'hudekjo01', 'key_retro': 'hudej001', 'key_mlbam': 116255, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:03,239 - card_creation - INFO - patch: players [('cost', '4441'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11235/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:03,355 - card_creation - INFO - return: {'player_id': 11235, 'p_name': 'John Hudek', 'cost': 4441, 'image': 'https://pddev.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006128, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hudekjo01', 'fangr_id': '1006128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4191, 'first_name': 'John', 'last_name': 'Hudek', 'key_fangraphs': 1006128, 'key_bbref': 'hudekjo01', 'key_retro': 'hudej001', 'key_mlbam': 116255, 'offense_col': 2}} 2025-02-16 15:51:03,356 - card_creation - INFO - get: players id: None params: [('bbref_id', 'schoupe01'), ('cardset_id', 20)] 2025-02-16 15:51:03,446 - card_creation - INFO - session info: 2025-02-16 15:51:03,446 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11236, 'p_name': 'Pete Schourek', 'cost': 278, 'image': 'https://pd.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011608, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schoupe01', 'fangr_id': '1011608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4192, 'first_name': 'Pete', 'last_name': 'Schourek', 'key_fangraphs': 1011608, 'key_bbref': 'schoupe01', 'key_retro': 'schop001', 'key_mlbam': 121860, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:03,446 - card_creation - INFO - patch: players [('cost', '37'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11236/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:03,525 - card_creation - INFO - return: {'player_id': 11236, 'p_name': 'Pete Schourek', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011608, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schoupe01', 'fangr_id': '1011608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4192, 'first_name': 'Pete', 'last_name': 'Schourek', 'key_fangraphs': 1011608, 'key_bbref': 'schoupe01', 'key_retro': 'schop001', 'key_mlbam': 121860, 'offense_col': 1}} 2025-02-16 15:51:03,525 - card_creation - INFO - get: players id: None params: [('bbref_id', 'magnami01'), ('cardset_id', 20)] 2025-02-16 15:51:03,606 - card_creation - INFO - session info: 2025-02-16 15:51:03,606 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11237, 'p_name': 'Mike Magnante', 'cost': 3949, 'image': 'https://pd.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 929, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dcf2d1f0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'magnami01', 'fangr_id': '929', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4193, 'first_name': 'Mike', 'last_name': 'Magnante', 'key_fangraphs': 929, 'key_bbref': 'magnami01', 'key_retro': 'magnm001', 'key_mlbam': 118141, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:03,606 - card_creation - INFO - patch: players [('cost', '1067'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11237/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:03,704 - card_creation - INFO - return: {'player_id': 11237, 'p_name': 'Mike Magnante', 'cost': 1067, 'image': 'https://pddev.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 929, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dcf2d1f0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'magnami01', 'fangr_id': '929', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4193, 'first_name': 'Mike', 'last_name': 'Magnante', 'key_fangraphs': 929, 'key_bbref': 'magnami01', 'key_retro': 'magnm001', 'key_mlbam': 118141, 'offense_col': 2}} 2025-02-16 15:51:03,705 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reynosh01'), ('cardset_id', 20)] 2025-02-16 15:51:03,780 - card_creation - INFO - session info: 2025-02-16 15:51:03,780 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10881, 'p_name': 'Shane Reynolds', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 574, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/213014d9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reynosh01', 'fangr_id': '574', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3899, 'first_name': 'Shane', 'last_name': 'Reynolds', 'key_fangraphs': 574, 'key_bbref': 'reynosh01', 'key_retro': 'reyns001', 'key_mlbam': 121110, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35633, 'team': 47, 'player': 10881, 'created': 1730616941935}]}}]} 2025-02-16 15:51:03,780 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10881/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:03,881 - card_creation - INFO - return: {'player_id': 10881, 'p_name': 'Shane Reynolds', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 574, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/213014d9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reynosh01', 'fangr_id': '574', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3899, 'first_name': 'Shane', 'last_name': 'Reynolds', 'key_fangraphs': 574, 'key_bbref': 'reynosh01', 'key_retro': 'reyns001', 'key_mlbam': 121110, 'offense_col': 2}} 2025-02-16 15:51:03,881 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henrydo01'), ('cardset_id', 20)] 2025-02-16 15:51:03,969 - card_creation - INFO - session info: 2025-02-16 15:51:03,969 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11155, 'p_name': 'Doug Henry', 'cost': 412, 'image': 'https://pd.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005668, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8c1534c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrydo01', 'fangr_id': '1005668', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4122, 'first_name': 'Doug', 'last_name': 'Henry', 'key_fangraphs': 1005668, 'key_bbref': 'henrydo01', 'key_retro': 'henrd002', 'key_mlbam': 115790, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:03,970 - card_creation - INFO - patch: players [('cost', '394'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11155/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:04,069 - card_creation - INFO - return: {'player_id': 11155, 'p_name': 'Doug Henry', 'cost': 394, 'image': 'https://pddev.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005668, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8c1534c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrydo01', 'fangr_id': '1005668', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4122, 'first_name': 'Doug', 'last_name': 'Henry', 'key_fangraphs': 1005668, 'key_bbref': 'henrydo01', 'key_retro': 'henrd002', 'key_mlbam': 115790, 'offense_col': 2}} 2025-02-16 15:51:04,069 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wagnebi02'), ('cardset_id', 20)] 2025-02-16 15:51:04,153 - card_creation - INFO - session info: 2025-02-16 15:51:04,153 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11309, 'p_name': 'Billy Wagner', 'cost': 418, 'image': 'https://pd.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 578, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnebi02', 'fangr_id': '578', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3166, 'first_name': 'Billy', 'last_name': 'Wagner', 'key_fangraphs': 578, 'key_bbref': 'wagnebi02', 'key_retro': 'wagnb001', 'key_mlbam': 123790, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:04,154 - card_creation - INFO - patch: players [('cost', '418'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11309/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:04,259 - card_creation - INFO - return: {'player_id': 11309, 'p_name': 'Billy Wagner', 'cost': 418, 'image': 'https://pddev.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 578, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnebi02', 'fangr_id': '578', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3166, 'first_name': 'Billy', 'last_name': 'Wagner', 'key_fangraphs': 578, 'key_bbref': 'wagnebi02', 'key_retro': 'wagnb001', 'key_mlbam': 123790, 'offense_col': 2}} 2025-02-16 15:51:04,259 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamptmi01'), ('cardset_id', 20)] 2025-02-16 15:51:04,374 - card_creation - INFO - session info: 2025-02-16 15:51:04,375 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10882, 'p_name': 'Mike Hampton', 'cost': 315, 'image': 'https://pd.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 430, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a3c09e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamptmi01', 'fangr_id': '430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2747, 'first_name': 'Mike', 'last_name': 'Hampton', 'key_fangraphs': 430, 'key_bbref': 'hamptmi01', 'key_retro': 'hampm001', 'key_mlbam': 115399, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35645, 'team': 47, 'player': 10882, 'created': 1730616942106}, {'id': 36119, 'team': 33, 'player': [ S N I P P E D ] 2025-02-16 15:51:04,375 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10882/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:04,529 - card_creation - INFO - return: {'player_id': 10882, 'p_name': 'Mike Hampton', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a3c09e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamptmi01', 'fangr_id': '430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2747, 'first_name': 'Mike', 'last_name': 'Hampton', 'key_fangraphs': 430, 'key_bbref': 'hamptmi01', 'key_retro': 'hampm001', 'key_mlbam': 115399, 'offense_col': 2}} 2025-02-16 15:51:04,530 - card_creation - INFO - get: players id: None params: [('bbref_id', 'elartsc01'), ('cardset_id', 20)] 2025-02-16 15:51:04,646 - card_creation - INFO - session info: 2025-02-16 15:51:04,646 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11501, 'p_name': 'Scott Elarton', 'cost': 5373, 'image': 'https://pd.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 426, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5c1a337c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elartsc01', 'fangr_id': '426', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4296, 'first_name': 'Scott', 'last_name': 'Elarton', 'key_fangraphs': 426, 'key_bbref': 'elartsc01', 'key_retro': 'elars001', 'key_mlbam': 134003, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:04,646 - card_creation - INFO - patch: players [('cost', '5339'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11501/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:04,737 - card_creation - INFO - return: {'player_id': 11501, 'p_name': 'Scott Elarton', 'cost': 5339, 'image': 'https://pddev.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 426, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5c1a337c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elartsc01', 'fangr_id': '426', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4296, 'first_name': 'Scott', 'last_name': 'Elarton', 'key_fangraphs': 426, 'key_bbref': 'elartsc01', 'key_retro': 'elars001', 'key_mlbam': 134003, 'offense_col': 3}} 2025-02-16 15:51:04,737 - card_creation - INFO - get: players id: None params: [('bbref_id', 'milletr02'), ('cardset_id', 20)] 2025-02-16 15:51:04,849 - card_creation - INFO - session info: 2025-02-16 15:51:04,849 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11193, 'p_name': 'Trever Miller', 'cost': 1103, 'image': 'https://pd.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1672, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/afce593f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milletr02', 'fangr_id': '1672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2832, 'first_name': 'Trever', 'last_name': 'Miller', 'key_fangraphs': 1672, 'key_bbref': 'milletr02', 'key_retro': 'millt002', 'key_mlbam': 119125, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38320, 'team': 47, 'player': 11193, 'created': 1736205194812}]}}]} 2025-02-16 15:51:04,850 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11193/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:04,940 - card_creation - INFO - return: {'player_id': 11193, 'p_name': 'Trever Miller', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/afce593f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milletr02', 'fangr_id': '1672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2832, 'first_name': 'Trever', 'last_name': 'Miller', 'key_fangraphs': 1672, 'key_bbref': 'milletr02', 'key_retro': 'millt002', 'key_mlbam': 119125, 'offense_col': 2}} 2025-02-16 15:51:04,940 - card_creation - INFO - get: players id: None params: [('bbref_id', 'munozmi01'), ('cardset_id', 20)] 2025-02-16 15:51:05,055 - card_creation - INFO - session info: 2025-02-16 15:51:05,055 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11473, 'p_name': 'Mike Munoz', 'cost': 129, 'image': 'https://pd.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009328, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/c/c2335ebb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'munozmi01', 'fangr_id': '1009328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4270, 'first_name': 'Mike', 'last_name': 'Munoz', 'key_fangraphs': 1009328, 'key_bbref': 'munozmi01', 'key_retro': 'munom001', 'key_mlbam': 119525, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:05,055 - card_creation - INFO - patch: players [('cost', '1176'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11473/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:05,158 - card_creation - INFO - return: {'player_id': 11473, 'p_name': 'Mike Munoz', 'cost': 1176, 'image': 'https://pddev.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009328, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/c/c2335ebb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'munozmi01', 'fangr_id': '1009328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4270, 'first_name': 'Mike', 'last_name': 'Munoz', 'key_fangraphs': 1009328, 'key_bbref': 'munozmi01', 'key_retro': 'munom001', 'key_mlbam': 119525, 'offense_col': 3}} 2025-02-16 15:51:05,158 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trachst01'), ('cardset_id', 20)] 2025-02-16 15:51:05,262 - card_creation - INFO - session info: 2025-02-16 15:51:05,263 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10883, 'p_name': 'Steve Trachsel', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 898, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e87b0e16_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trachst01', 'fangr_id': '898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2818, 'first_name': 'Steve', 'last_name': 'Trachsel', 'key_fangraphs': 898, 'key_bbref': 'trachst01', 'key_retro': 'tracs001', 'key_mlbam': 123431, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35611, 'team': 69, 'player': 10883, 'created': 1730616941060}, {'id': 35672, 'team': 38, 'player': [ S N I P P E D ] 2025-02-16 15:51:05,263 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10883/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:05,362 - card_creation - INFO - return: {'player_id': 10883, 'p_name': 'Steve Trachsel', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 898, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e87b0e16_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trachst01', 'fangr_id': '898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2818, 'first_name': 'Steve', 'last_name': 'Trachsel', 'key_fangraphs': 898, 'key_bbref': 'trachst01', 'key_retro': 'tracs001', 'key_mlbam': 123431, 'offense_col': 2}} 2025-02-16 15:51:05,363 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkma01'), ('cardset_id', 20)] 2025-02-16 15:51:05,454 - card_creation - INFO - session info: 2025-02-16 15:51:05,454 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10884, 'p_name': 'Mark Clark', 'cost': 320, 'image': 'https://pd.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002296, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ac085a5e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkma01', 'fangr_id': '1002296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3900, 'first_name': 'Mark', 'last_name': 'Clark', 'key_fangraphs': 1002296, 'key_bbref': 'clarkma01', 'key_retro': 'clarm002', 'key_mlbam': 112332, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35598, 'team': 47, 'player': 10884, 'created': 1730616940558}, {'id': 35831, 'team': 33, 'playe [ S N I P P E D ] 2025-02-16 15:51:05,455 - card_creation - INFO - patch: players [('cost', '25'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10884/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:05,569 - card_creation - INFO - return: {'player_id': 10884, 'p_name': 'Mark Clark', 'cost': 25, 'image': 'https://pddev.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002296, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ac085a5e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkma01', 'fangr_id': '1002296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3900, 'first_name': 'Mark', 'last_name': 'Clark', 'key_fangraphs': 1002296, 'key_bbref': 'clarkma01', 'key_retro': 'clarm002', 'key_mlbam': 112332, 'offense_col': 1}} 2025-02-16 15:51:05,570 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steveda01'), ('cardset_id', 20)] 2025-02-16 15:51:05,655 - card_creation - INFO - session info: 2025-02-16 15:51:05,655 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:05,655 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'stevd001')] 2025-02-16 15:51:05,758 - card_creation - INFO - session info: 2025-02-16 15:51:05,758 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:05,758 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Dave', 'last_name': 'Stevens', 'key_mlbam': 122764, 'key_fangraphs': 1012508, 'key_bbref': 'steveda01', 'key_retro': 'stevd001'} type: 2025-02-16 15:51:05,835 - card_creation - INFO - return: {'id': 4342, 'first_name': 'Dave', 'last_name': 'Stevens', 'key_fangraphs': 1012508, 'key_bbref': 'steveda01', 'key_retro': 'stevd001', 'key_mlbam': 122764, 'offense_col': 3} 2025-02-16 15:51:05,836 - card_creation - INFO - post: players payload: {'p_name': 'Dave Stevens', 'cost': '37', 'image': 'change-me', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset_id': 20, 'set_num': 1012508, 'rarity_id': 4, 'description': 'Live', 'bbref_id': 'steveda01', 'fangr_id': 1012508, 'mlbplayer_id': 4342, 'pos_1': 'RP'} type: 2025-02-16 15:51:05,925 - card_creation - INFO - return: {'player_id': 11568, 'p_name': 'Dave Stevens', 'cost': 37, 'image': 'change-me', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012508, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steveda01', 'fangr_id': '1012508', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4342, 'first_name': 'Dave', 'last_name': 'Stevens', 'key_fangraphs': 1012508, 'key_bbref': 'steveda01', 'key_retro': 'stevd001', 'key_mlbam': 122764, 'offense_col': 3}} 2025-02-16 15:51:05,925 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11568/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:06,012 - card_creation - INFO - return: {'player_id': 11568, 'p_name': 'Dave Stevens', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11568/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012508, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steveda01', 'fangr_id': '1012508', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4342, 'first_name': 'Dave', 'last_name': 'Stevens', 'key_fangraphs': 1012508, 'key_bbref': 'steveda01', 'key_retro': 'stevd001', 'key_mlbam': 122764, 'offense_col': 3}} 2025-02-16 15:51:06,012 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wengedo01'), ('cardset_id', 20)] 2025-02-16 15:51:06,110 - card_creation - INFO - session info: 2025-02-16 15:51:06,110 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11156, 'p_name': 'Don Wengert', 'cost': 376, 'image': 'https://pd.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013777, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b8710865_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wengedo01', 'fangr_id': '1013777', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4123, 'first_name': 'Don', 'last_name': 'Wengert', 'key_fangraphs': 1013777, 'key_bbref': 'wengedo01', 'key_retro': 'wengd001', 'key_mlbam': 124085, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37488, 'team': 33, 'player': 11156, 'created': 1731963342630}, {'id': 37706, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 15:51:06,110 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11156/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:06,222 - card_creation - INFO - return: {'player_id': 11156, 'p_name': 'Don Wengert', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013777, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b8710865_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wengedo01', 'fangr_id': '1013777', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4123, 'first_name': 'Don', 'last_name': 'Wengert', 'key_fangraphs': 1013777, 'key_bbref': 'wengedo01', 'key_retro': 'wengd001', 'key_mlbam': 124085, 'offense_col': 1}} 2025-02-16 15:51:06,239 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tapanke01'), ('cardset_id', 20)] 2025-02-16 15:51:06,336 - card_creation - INFO - session info: 2025-02-16 15:51:06,336 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10885, 'p_name': 'Kevin Tapani', 'cost': 95, 'image': 'https://pd.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012824, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b77281f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tapanke01', 'fangr_id': '1012824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3901, 'first_name': 'Kevin', 'last_name': 'Tapani', 'key_fangraphs': 1012824, 'key_bbref': 'tapanke01', 'key_retro': 'tapak001', 'key_mlbam': 123090, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36484, 'team': 47, 'player': 10885, 'created': 1730920176625}, {'id': 36527, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 15:51:06,336 - card_creation - INFO - patch: players [('cost', '695'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10885/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:06,437 - card_creation - INFO - return: {'player_id': 10885, 'p_name': 'Kevin Tapani', 'cost': 695, 'image': 'https://pddev.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012824, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b77281f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tapanke01', 'fangr_id': '1012824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3901, 'first_name': 'Kevin', 'last_name': 'Tapani', 'key_fangraphs': 1012824, 'key_bbref': 'tapanke01', 'key_retro': 'tapak001', 'key_mlbam': 123090, 'offense_col': 2}} 2025-02-16 15:51:06,438 - card_creation - INFO - get: players id: None params: [('bbref_id', 'schilcu01'), ('cardset_id', 20)] 2025-02-16 15:51:06,537 - card_creation - INFO - session info: 2025-02-16 15:51:06,537 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10886, 'p_name': 'Curt Schilling', 'cost': 769, 'image': 'https://pd.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 73, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44885ff3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schilcu01', 'fangr_id': '73', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3902, 'first_name': 'Curt', 'last_name': 'Schilling', 'key_fangraphs': 73, 'key_bbref': 'schilcu01', 'key_retro': 'schic002', 'key_mlbam': 121811, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:06,537 - card_creation - INFO - patch: players [('cost', '298'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10886/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:06,617 - card_creation - INFO - return: {'player_id': 10886, 'p_name': 'Curt Schilling', 'cost': 298, 'image': 'https://pddev.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 73, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44885ff3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'schilcu01', 'fangr_id': '73', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3902, 'first_name': 'Curt', 'last_name': 'Schilling', 'key_fangraphs': 73, 'key_bbref': 'schilcu01', 'key_retro': 'schic002', 'key_mlbam': 121811, 'offense_col': 2}} 2025-02-16 15:51:06,617 - card_creation - INFO - get: players id: None params: [('bbref_id', 'portuma01'), ('cardset_id', 20)] 2025-02-16 15:51:06,704 - card_creation - INFO - session info: 2025-02-16 15:51:06,704 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11194, 'p_name': 'Mark Portugal', 'cost': 294, 'image': 'https://pd.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010460, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'portuma01', 'fangr_id': '1010460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4157, 'first_name': 'Mark', 'last_name': 'Portugal', 'key_fangraphs': 1010460, 'key_bbref': 'portuma01', 'key_retro': 'portm001', 'key_mlbam': 120690, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:06,705 - card_creation - INFO - patch: players [('cost', '100'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11194/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:06,805 - card_creation - INFO - return: {'player_id': 11194, 'p_name': 'Mark Portugal', 'cost': 100, 'image': 'https://pddev.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010460, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'portuma01', 'fangr_id': '1010460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4157, 'first_name': 'Mark', 'last_name': 'Portugal', 'key_fangraphs': 1010460, 'key_bbref': 'portuma01', 'key_retro': 'portm001', 'key_mlbam': 120690, 'offense_col': 3}} 2025-02-16 15:51:06,805 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spradje01'), ('cardset_id', 20)] 2025-02-16 15:51:06,889 - card_creation - INFO - session info: 2025-02-16 15:51:06,889 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11025, 'p_name': 'Jerry Spradlin', 'cost': 413, 'image': 'https://pd.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012353, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/9d22136e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spradje01', 'fangr_id': '1012353', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4009, 'first_name': 'Jerry', 'last_name': 'Spradlin', 'key_fangraphs': 1012353, 'key_bbref': 'spradje01', 'key_retro': 'spraj001', 'key_mlbam': 122609, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:06,890 - card_creation - INFO - patch: players [('cost', '3836'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11025/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:07,025 - card_creation - INFO - return: {'player_id': 11025, 'p_name': 'Jerry Spradlin', 'cost': 3836, 'image': 'https://pddev.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012353, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/9d22136e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spradje01', 'fangr_id': '1012353', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4009, 'first_name': 'Jerry', 'last_name': 'Spradlin', 'key_fangraphs': 1012353, 'key_bbref': 'spradje01', 'key_retro': 'spraj001', 'key_mlbam': 122609, 'offense_col': 2}} 2025-02-16 15:51:07,025 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bottari01'), ('cardset_id', 20)] 2025-02-16 15:51:07,205 - card_creation - INFO - session info: 2025-02-16 15:51:07,205 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11521, 'p_name': 'Ricky Bottalico', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 948, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bottari01', 'fangr_id': '948', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:07,205 - card_creation - INFO - patch: players [('cost', '364'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11521/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:07,290 - card_creation - INFO - return: {'player_id': 11521, 'p_name': 'Ricky Bottalico', 'cost': 364, 'image': 'https://pddev.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 948, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bottari01', 'fangr_id': '948', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1}} 2025-02-16 15:51:07,291 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gracemi02'), ('cardset_id', 20)] 2025-02-16 15:51:07,409 - card_creation - INFO - session info: 2025-02-16 15:51:07,409 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10887, 'p_name': 'Mike Grace', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004915, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f8ced42_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracemi02', 'fangr_id': '1004915', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3903, 'first_name': 'Mike', 'last_name': 'Grace', 'key_fangraphs': 1004915, 'key_bbref': 'gracemi02', 'key_retro': 'gracm002', 'key_mlbam': 115008, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:07,409 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10887/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:07,485 - card_creation - INFO - return: {'player_id': 10887, 'p_name': 'Mike Grace', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004915, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f8ced42_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracemi02', 'fangr_id': '1004915', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3903, 'first_name': 'Mike', 'last_name': 'Grace', 'key_fangraphs': 1004915, 'key_bbref': 'gracemi02', 'key_retro': 'gracm002', 'key_mlbam': 115008, 'offense_col': 1}} 2025-02-16 15:51:07,485 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gomeswa01'), ('cardset_id', 20)] 2025-02-16 15:51:07,582 - card_creation - INFO - session info: 2025-02-16 15:51:07,582 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11026, 'p_name': 'Wayne Gomes', 'cost': 455, 'image': 'https://pd.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 191, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/74124ae5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomeswa01', 'fangr_id': '191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4010, 'first_name': 'Wayne', 'last_name': 'Gomes', 'key_fangraphs': 191, 'key_bbref': 'gomeswa01', 'key_retro': 'gomew001', 'key_mlbam': 114908, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37328, 'team': 47, 'player': 11026, 'created': 1731963342633}]}}]} 2025-02-16 15:51:07,582 - card_creation - INFO - patch: players [('cost', '362'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11026/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:07,672 - card_creation - INFO - return: {'player_id': 11026, 'p_name': 'Wayne Gomes', 'cost': 362, 'image': 'https://pddev.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 191, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/74124ae5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomeswa01', 'fangr_id': '191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4010, 'first_name': 'Wayne', 'last_name': 'Gomes', 'key_fangraphs': 191, 'key_bbref': 'gomeswa01', 'key_retro': 'gomew001', 'key_mlbam': 114908, 'offense_col': 2}} 2025-02-16 15:51:07,673 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leitema01'), ('cardset_id', 20)] 2025-02-16 15:51:07,770 - card_creation - INFO - session info: 2025-02-16 15:51:07,770 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11097, 'p_name': 'Mark Leiter', 'cost': 131, 'image': 'https://pd.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007501, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/562dd674_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leitema01', 'fangr_id': '1007501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4075, 'first_name': 'Mark', 'last_name': 'Leiter', 'key_fangraphs': 1007501, 'key_bbref': 'leitema01', 'key_retro': 'leitm001', 'key_mlbam': 117653, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38328, 'team': 47, 'player': 11097, 'created': 1735337233607}]}}]} 2025-02-16 15:51:07,771 - card_creation - INFO - patch: players [('cost', '442'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11097/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:07,868 - card_creation - INFO - return: {'player_id': 11097, 'p_name': 'Mark Leiter', 'cost': 442, 'image': 'https://pddev.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007501, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/562dd674_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leitema01', 'fangr_id': '1007501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4075, 'first_name': 'Mark', 'last_name': 'Leiter', 'key_fangraphs': 1007501, 'key_bbref': 'leitema01', 'key_retro': 'leitm001', 'key_mlbam': 117653, 'offense_col': 2}} 2025-02-16 15:51:07,869 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reedri01'), ('cardset_id', 20)] 2025-02-16 15:51:07,955 - card_creation - INFO - session info: 2025-02-16 15:51:07,955 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10888, 'p_name': 'Rick Reed', 'cost': 708, 'image': 'https://pd.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 750, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eb66f4e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedri01', 'fangr_id': '750', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3904, 'first_name': 'Rick', 'last_name': 'Reed', 'key_fangraphs': 750, 'key_bbref': 'reedri01', 'key_retro': 'reedr002', 'key_mlbam': 120999, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36056, 'team': 47, 'player': 10888, 'created': 1730785303408}]}}]} 2025-02-16 15:51:07,955 - card_creation - INFO - patch: players [('cost', '102'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10888/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:08,041 - card_creation - INFO - return: {'player_id': 10888, 'p_name': 'Rick Reed', 'cost': 102, 'image': 'https://pddev.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 750, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eb66f4e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedri01', 'fangr_id': '750', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3904, 'first_name': 'Rick', 'last_name': 'Reed', 'key_fangraphs': 750, 'key_bbref': 'reedri01', 'key_retro': 'reedr002', 'key_mlbam': 120999, 'offense_col': 2}} 2025-02-16 15:51:08,042 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cookde01'), ('cardset_id', 20)] 2025-02-16 15:51:08,151 - card_creation - INFO - session info: 2025-02-16 15:51:08,151 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11274, 'p_name': 'Dennis Cook', 'cost': 415, 'image': 'https://pd.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cookde01', 'fangr_id': '8', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4224, 'first_name': 'Dennis', 'last_name': 'Cook', 'key_fangraphs': 8, 'key_bbref': 'cookde01', 'key_retro': 'cookd001', 'key_mlbam': 112621, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:08,151 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11274/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:08,224 - card_creation - INFO - return: {'player_id': 11274, 'p_name': 'Dennis Cook', 'cost': 134, 'image': 'https://pddev.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cookde01', 'fangr_id': '8', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4224, 'first_name': 'Dennis', 'last_name': 'Cook', 'key_fangraphs': 8, 'key_bbref': 'cookde01', 'key_retro': 'cookd001', 'key_mlbam': 112621, 'offense_col': 2}} 2025-02-16 15:51:08,225 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wendetu01'), ('cardset_id', 20)] 2025-02-16 15:51:08,321 - card_creation - INFO - session info: 2025-02-16 15:51:08,321 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11157, 'p_name': 'Turk Wendell', 'cost': 340, 'image': 'https://pd.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 975, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7b4953d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wendetu01', 'fangr_id': '975', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4124, 'first_name': 'Turk', 'last_name': 'Wendell', 'key_fangraphs': 975, 'key_bbref': 'wendetu01', 'key_retro': 'wendt001', 'key_mlbam': 124084, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37624, 'team': 33, 'player': 11157, 'created': 1731963342642}]}}]} 2025-02-16 15:51:08,322 - card_creation - INFO - patch: players [('cost', '108'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11157/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:08,415 - card_creation - INFO - return: {'player_id': 11157, 'p_name': 'Turk Wendell', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 975, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7b4953d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wendetu01', 'fangr_id': '975', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4124, 'first_name': 'Turk', 'last_name': 'Wendell', 'key_fangraphs': 975, 'key_bbref': 'wendetu01', 'key_retro': 'wendt001', 'key_mlbam': 124084, 'offense_col': 2}} 2025-02-16 15:51:08,415 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rojasme01'), ('cardset_id', 20)] 2025-02-16 15:51:08,486 - card_creation - INFO - session info: 2025-02-16 15:51:08,486 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11158, 'p_name': 'Mel Rojas', 'cost': 126, 'image': 'https://pd.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011153, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ad8fc8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rojasme01', 'fangr_id': '1011153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4125, 'first_name': 'Mel', 'last_name': 'Rojas', 'key_fangraphs': 1011153, 'key_bbref': 'rojasme01', 'key_retro': 'rojam001', 'key_mlbam': 121404, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38312, 'team': 47, 'player': 11158, 'created': 1736205194812}]}}]} 2025-02-16 15:51:08,486 - card_creation - INFO - patch: players [('cost', '403'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11158/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:08,631 - card_creation - INFO - return: {'player_id': 11158, 'p_name': 'Mel Rojas', 'cost': 403, 'image': 'https://pddev.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011153, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ad8fc8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rojasme01', 'fangr_id': '1011153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4125, 'first_name': 'Mel', 'last_name': 'Rojas', 'key_fangraphs': 1011153, 'key_bbref': 'rojasme01', 'key_retro': 'rojam001', 'key_mlbam': 121404, 'offense_col': 2}} 2025-02-16 15:51:08,631 - card_creation - INFO - get: players id: None params: [('bbref_id', 'francjo01'), ('cardset_id', 20)] 2025-02-16 15:51:08,709 - card_creation - INFO - session info: 2025-02-16 15:51:08,709 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11275, 'p_name': 'John Franco', 'cost': 130, 'image': 'https://pd.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 874, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'francjo01', 'fangr_id': '874', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4225, 'first_name': 'John', 'last_name': 'Franco', 'key_fangraphs': 874, 'key_bbref': 'francjo01', 'key_retro': 'franj001', 'key_mlbam': 114374, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:08,709 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11275/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:08,796 - card_creation - INFO - return: {'player_id': 11275, 'p_name': 'John Franco', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 874, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'francjo01', 'fangr_id': '874', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4225, 'first_name': 'John', 'last_name': 'Franco', 'key_fangraphs': 874, 'key_bbref': 'francjo01', 'key_retro': 'franj001', 'key_mlbam': 114374, 'offense_col': 2}} 2025-02-16 15:51:08,796 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nomohi01'), ('cardset_id', 20)] 2025-02-16 15:51:08,878 - card_creation - INFO - session info: 2025-02-16 15:51:08,878 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10889, 'p_name': 'Hideo Nomo', 'cost': 2489, 'image': 'https://pd.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 666, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/770b6679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nomohi01', 'fangr_id': '666', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3905, 'first_name': 'Hideo', 'last_name': 'Nomo', 'key_fangraphs': 666, 'key_bbref': 'nomohi01', 'key_retro': 'nomoh001', 'key_mlbam': 119827, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38352, 'team': 38, 'player': 10889, 'created': 1736220417147}]}}]} 2025-02-16 15:51:08,878 - card_creation - INFO - patch: players [('cost', '970'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10889/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:08,956 - card_creation - INFO - return: {'player_id': 10889, 'p_name': 'Hideo Nomo', 'cost': 970, 'image': 'https://pddev.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 666, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/770b6679_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nomohi01', 'fangr_id': '666', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3905, 'first_name': 'Hideo', 'last_name': 'Nomo', 'key_fangraphs': 666, 'key_bbref': 'nomohi01', 'key_retro': 'nomoh001', 'key_mlbam': 119827, 'offense_col': 2}} 2025-02-16 15:51:08,956 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telfoan01'), ('cardset_id', 20)] 2025-02-16 15:51:09,028 - card_creation - INFO - session info: 2025-02-16 15:51:09,028 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11027, 'p_name': 'Anthony Telford', 'cost': 338, 'image': 'https://pd.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1282, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5dbaafe1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telfoan01', 'fangr_id': '1282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4011, 'first_name': 'Anthony', 'last_name': 'Telford', 'key_fangraphs': 1282, 'key_bbref': 'telfoan01', 'key_retro': 'telfa001', 'key_mlbam': 123177, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37231, 'team': 33, 'player': 11027, 'created': 1731963342642}, {'id': 37686, 'team': [ S N I P P E D ] 2025-02-16 15:51:09,029 - card_creation - INFO - patch: players [('cost', '1169'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11027/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:09,146 - card_creation - INFO - return: {'player_id': 11027, 'p_name': 'Anthony Telford', 'cost': 1169, 'image': 'https://pddev.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1282, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5dbaafe1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telfoan01', 'fangr_id': '1282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4011, 'first_name': 'Anthony', 'last_name': 'Telford', 'key_fangraphs': 1282, 'key_bbref': 'telfoan01', 'key_retro': 'telfa001', 'key_mlbam': 123177, 'offense_col': 2}} 2025-02-16 15:51:09,146 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klinest02'), ('cardset_id', 20)] 2025-02-16 15:51:09,243 - card_creation - INFO - session info: 2025-02-16 15:51:09,243 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11098, 'p_name': 'Steve Kline', 'cost': 140, 'image': 'https://pd.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1164, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a46688a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klinest02', 'fangr_id': '1164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4076, 'first_name': 'Steve', 'last_name': 'Kline', 'key_fangraphs': 1164, 'key_bbref': 'klinest02', 'key_retro': 'klins002', 'key_mlbam': 117157, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37336, 'team': 47, 'player': 11098, 'created': 1731963342633}]}}]} 2025-02-16 15:51:09,243 - card_creation - INFO - patch: players [('cost', '4543'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11098/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:09,332 - card_creation - INFO - return: {'player_id': 11098, 'p_name': 'Steve Kline', 'cost': 4543, 'image': 'https://pddev.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1164, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a46688a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klinest02', 'fangr_id': '1164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4076, 'first_name': 'Steve', 'last_name': 'Kline', 'key_fangraphs': 1164, 'key_bbref': 'klinest02', 'key_retro': 'klins002', 'key_mlbam': 117157, 'offense_col': 1}} 2025-02-16 15:51:09,332 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thurmmi01'), ('cardset_id', 20)] 2025-02-16 15:51:09,429 - card_creation - INFO - session info: 2025-02-16 15:51:09,429 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:09,429 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'thurm002')] 2025-02-16 15:51:09,516 - card_creation - INFO - session info: 2025-02-16 15:51:09,516 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:09,516 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mike', 'last_name': 'Thurman', 'key_mlbam': 123327, 'key_fangraphs': 852, 'key_bbref': 'thurmmi01', 'key_retro': 'thurm002'} type: 2025-02-16 15:51:09,646 - card_creation - INFO - return: {'id': 4343, 'first_name': 'Mike', 'last_name': 'Thurman', 'key_fangraphs': 852, 'key_bbref': 'thurmmi01', 'key_retro': 'thurm002', 'key_mlbam': 123327, 'offense_col': 3} 2025-02-16 15:51:09,647 - card_creation - INFO - post: players payload: {'p_name': 'Mike Thurman', 'cost': '2606', 'image': 'change-me', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset_id': 20, 'set_num': 852, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'thurmmi01', 'fangr_id': 852, 'mlbplayer_id': 4343, 'pos_1': 'SP'} type: 2025-02-16 15:51:09,745 - card_creation - INFO - return: {'player_id': 11569, 'p_name': 'Mike Thurman', 'cost': 2606, 'image': 'change-me', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 852, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thurmmi01', 'fangr_id': '852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4343, 'first_name': 'Mike', 'last_name': 'Thurman', 'key_fangraphs': 852, 'key_bbref': 'thurmmi01', 'key_retro': 'thurm002', 'key_mlbam': 123327, 'offense_col': 3}} 2025-02-16 15:51:09,745 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11569/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:09,827 - card_creation - INFO - return: {'player_id': 11569, 'p_name': 'Mike Thurman', 'cost': 2606, 'image': 'https://pddev.manticorum.com/api/v2/players/11569/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 852, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thurmmi01', 'fangr_id': '852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4343, 'first_name': 'Mike', 'last_name': 'Thurman', 'key_fangraphs': 852, 'key_bbref': 'thurmmi01', 'key_retro': 'thurm002', 'key_mlbam': 123327, 'offense_col': 3}} 2025-02-16 15:51:09,827 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vazquja01'), ('cardset_id', 20)] 2025-02-16 15:51:09,935 - card_creation - INFO - session info: 2025-02-16 15:51:09,935 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10890, 'p_name': 'Javier Vazquez', 'cost': 117, 'image': 'https://pd.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 801, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e5f63ffa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vazquja01', 'fangr_id': '801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2662, 'first_name': 'Javier', 'last_name': 'Vazquez', 'key_fangraphs': 801, 'key_bbref': 'vazquja01', 'key_retro': 'vazqj001', 'key_mlbam': 134320, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36496, 'team': 47, 'player': 10890, 'created': 1730920176625}, {'id': 36610, 'team': 49, ' [ S N I P P E D ] 2025-02-16 15:51:09,936 - card_creation - INFO - patch: players [('cost', '37'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10890/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:10,025 - card_creation - INFO - return: {'player_id': 10890, 'p_name': 'Javier Vazquez', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 801, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e5f63ffa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vazquja01', 'fangr_id': '801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2662, 'first_name': 'Javier', 'last_name': 'Vazquez', 'key_fangraphs': 801, 'key_bbref': 'vazquja01', 'key_retro': 'vazqj001', 'key_mlbam': 134320, 'offense_col': 3}} 2025-02-16 15:51:10,026 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hermadu01'), ('cardset_id', 20)] 2025-02-16 15:51:10,128 - card_creation - INFO - session info: 2025-02-16 15:51:10,129 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10891, 'p_name': 'Dustin Hermanson', 'cost': 308, 'image': 'https://pd.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 195, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44b2a676_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hermadu01', 'fangr_id': '195', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3906, 'first_name': 'Dustin', 'last_name': 'Hermanson', 'key_fangraphs': 195, 'key_bbref': 'hermadu01', 'key_retro': 'hermd001', 'key_mlbam': 115812, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36457, 'team': 47, 'player': 10891, 'created': 1731272300483}, {'id': 37589, 'team': [ S N I P P E D ] 2025-02-16 15:51:10,129 - card_creation - INFO - patch: players [('cost', '3289'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10891/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:10,223 - card_creation - INFO - return: {'player_id': 10891, 'p_name': 'Dustin Hermanson', 'cost': 3289, 'image': 'https://pddev.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 195, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44b2a676_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hermadu01', 'fangr_id': '195', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3906, 'first_name': 'Dustin', 'last_name': 'Hermanson', 'key_fangraphs': 195, 'key_bbref': 'hermadu01', 'key_retro': 'hermd001', 'key_mlbam': 115812, 'offense_col': 2}} 2025-02-16 15:51:10,223 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bennesh01'), ('cardset_id', 20)] 2025-02-16 15:51:10,320 - card_creation - INFO - session info: 2025-02-16 15:51:10,320 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11028, 'p_name': 'Shayne Bennett', 'cost': 4734, 'image': 'https://pd.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000847, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/02467606_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bennesh01', 'fangr_id': '1000847', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4012, 'first_name': 'Shayne', 'last_name': 'Bennett', 'key_fangraphs': 1000847, 'key_bbref': 'bennesh01', 'key_retro': 'benns001', 'key_mlbam': 110875, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:10,320 - card_creation - INFO - patch: players [('cost', '3988'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11028/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:10,422 - card_creation - INFO - return: {'player_id': 11028, 'p_name': 'Shayne Bennett', 'cost': 3988, 'image': 'https://pddev.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000847, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/02467606_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bennesh01', 'fangr_id': '1000847', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4012, 'first_name': 'Shayne', 'last_name': 'Bennett', 'key_fangraphs': 1000847, 'key_bbref': 'bennesh01', 'key_retro': 'benns001', 'key_mlbam': 110875, 'offense_col': 2}} 2025-02-16 15:51:10,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'urbinug01'), ('cardset_id', 20)] 2025-02-16 15:51:10,519 - card_creation - INFO - session info: 2025-02-16 15:51:10,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11159, 'p_name': 'Ugueth Urbina', 'cost': 348, 'image': 'https://pd.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 216, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'urbinug01', 'fangr_id': '216', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4126, 'first_name': 'Ugueth', 'last_name': 'Urbina', 'key_fangraphs': 216, 'key_bbref': 'urbinug01', 'key_retro': 'urbiu001', 'key_mlbam': 123584, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:10,520 - card_creation - INFO - patch: players [('cost', '4994'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11159/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:10,606 - card_creation - INFO - return: {'player_id': 11159, 'p_name': 'Ugueth Urbina', 'cost': 4994, 'image': 'https://pddev.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 216, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'urbinug01', 'fangr_id': '216', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4126, 'first_name': 'Ugueth', 'last_name': 'Urbina', 'key_fangraphs': 216, 'key_bbref': 'urbinug01', 'key_retro': 'urbiu001', 'key_mlbam': 123584, 'offense_col': 2}} 2025-02-16 15:51:10,607 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willimi03'), ('cardset_id', 20)] 2025-02-16 15:51:10,696 - card_creation - INFO - session info: 2025-02-16 15:51:10,696 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11502, 'p_name': 'Mike Williams', 'cost': 1094, 'image': 'https://pd.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willimi03', 'fangr_id': '1014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4297, 'first_name': 'Mike', 'last_name': 'Williams', 'key_fangraphs': 1014, 'key_bbref': 'willimi03', 'key_retro': 'willm005', 'key_mlbam': 124328, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:10,696 - card_creation - INFO - patch: players [('cost', '1428'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11502/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:10,782 - card_creation - INFO - return: {'player_id': 11502, 'p_name': 'Mike Williams', 'cost': 1428, 'image': 'https://pddev.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willimi03', 'fangr_id': '1014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4297, 'first_name': 'Mike', 'last_name': 'Williams', 'key_fangraphs': 1014, 'key_bbref': 'willimi03', 'key_retro': 'willm005', 'key_mlbam': 124328, 'offense_col': 1}} 2025-02-16 15:51:10,782 - card_creation - INFO - get: players id: None params: [('bbref_id', 'plunker01'), ('cardset_id', 20)] 2025-02-16 15:51:10,877 - card_creation - INFO - session info: 2025-02-16 15:51:10,877 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11029, 'p_name': 'Eric Plunk', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010400, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c4fce22e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plunker01', 'fangr_id': '1010400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4013, 'first_name': 'Eric', 'last_name': 'Plunk', 'key_fangraphs': 1010400, 'key_bbref': 'plunker01', 'key_retro': 'plune001', 'key_mlbam': 120631, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38954, 'team': 47, 'player': 11029, 'created': 1739121114674}]}}]} 2025-02-16 15:51:10,878 - card_creation - INFO - patch: players [('cost', '467'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11029/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:10,988 - card_creation - INFO - return: {'player_id': 11029, 'p_name': 'Eric Plunk', 'cost': 467, 'image': 'https://pddev.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010400, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c4fce22e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plunker01', 'fangr_id': '1010400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4013, 'first_name': 'Eric', 'last_name': 'Plunk', 'key_fangraphs': 1010400, 'key_bbref': 'plunker01', 'key_retro': 'plune001', 'key_mlbam': 120631, 'offense_col': 3}} 2025-02-16 15:51:10,989 - card_creation - INFO - get: players id: None params: [('bbref_id', 'patribr01'), ('cardset_id', 20)] 2025-02-16 15:51:11,091 - card_creation - INFO - session info: 2025-02-16 15:51:11,091 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11310, 'p_name': 'Bronswell Patrick', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010054, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patribr01', 'fangr_id': '1010054', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4244, 'first_name': 'Bronswell', 'last_name': 'Patrick', 'key_fangraphs': 1010054, 'key_bbref': 'patribr01', 'key_retro': 'patrb001', 'key_mlbam': 132940, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:11,091 - card_creation - INFO - patch: players [('cost', '150'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11310/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:11,164 - card_creation - INFO - return: {'player_id': 11310, 'p_name': 'Bronswell Patrick', 'cost': 150, 'image': 'https://pddev.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010054, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patribr01', 'fangr_id': '1010054', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4244, 'first_name': 'Bronswell', 'last_name': 'Patrick', 'key_fangraphs': 1010054, 'key_bbref': 'patribr01', 'key_retro': 'patrb001', 'key_mlbam': 132940, 'offense_col': 3}} 2025-02-16 15:51:11,164 - card_creation - INFO - get: players id: None params: [('bbref_id', 'weathda01'), ('cardset_id', 20)] 2025-02-16 15:51:11,246 - card_creation - INFO - session info: 2025-02-16 15:51:11,247 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10892, 'p_name': 'David Weathers', 'cost': 333, 'image': 'https://pd.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 902, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62bb7c79_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weathda01', 'fangr_id': '902', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2588, 'first_name': 'David', 'last_name': 'Weathers', 'key_fangraphs': 902, 'key_bbref': 'weathda01', 'key_retro': 'weatd001', 'key_mlbam': 124000, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35533, 'team': 38, 'player': 10892, 'created': 1730616941935}, {'id': 35717, 'team': 47, [ S N I P P E D ] 2025-02-16 15:51:11,247 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10892/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:11,327 - card_creation - INFO - return: {'player_id': 10892, 'p_name': 'David Weathers', 'cost': 134, 'image': 'https://pddev.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 902, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62bb7c79_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weathda01', 'fangr_id': '902', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2588, 'first_name': 'David', 'last_name': 'Weathers', 'key_fangraphs': 902, 'key_bbref': 'weathda01', 'key_retro': 'weatd001', 'key_mlbam': 124000, 'offense_col': 1}} 2025-02-16 15:51:11,327 - card_creation - INFO - get: players id: None params: [('bbref_id', 'woodast01'), ('cardset_id', 20)] 2025-02-16 15:51:11,429 - card_creation - INFO - session info: 2025-02-16 15:51:11,429 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11099, 'p_name': 'Steve Woodard', 'cost': 111, 'image': 'https://pd.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1285, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/aa3f3d11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodast01', 'fangr_id': '1285', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4077, 'first_name': 'Steve', 'last_name': 'Woodard', 'key_fangraphs': 1285, 'key_bbref': 'woodast01', 'key_retro': 'woods001', 'key_mlbam': 124548, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:11,429 - card_creation - INFO - patch: players [('cost', '105'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11099/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:11,513 - card_creation - INFO - return: {'player_id': 11099, 'p_name': 'Steve Woodard', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1285, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/aa3f3d11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'woodast01', 'fangr_id': '1285', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4077, 'first_name': 'Steve', 'last_name': 'Woodard', 'key_fangraphs': 1285, 'key_bbref': 'woodast01', 'key_retro': 'woods001', 'key_mlbam': 124548, 'offense_col': 3}} 2025-02-16 15:51:11,514 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karlsc01'), ('cardset_id', 20)] 2025-02-16 15:51:11,605 - card_creation - INFO - session info: 2025-02-16 15:51:11,605 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10893, 'p_name': 'Scott Karl', 'cost': 654, 'image': 'https://pd.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006703, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fec73111_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karlsc01', 'fangr_id': '1006703', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3907, 'first_name': 'Scott', 'last_name': 'Karl', 'key_fangraphs': 1006703, 'key_bbref': 'karlsc01', 'key_retro': 'karls001', 'key_mlbam': 116845, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37508, 'team': 33, 'player': 10893, 'created': 1731963342633}]}}]} 2025-02-16 15:51:11,606 - card_creation - INFO - patch: players [('cost', '101'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10893/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:11,698 - card_creation - INFO - return: {'player_id': 10893, 'p_name': 'Scott Karl', 'cost': 101, 'image': 'https://pddev.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006703, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fec73111_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karlsc01', 'fangr_id': '1006703', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3907, 'first_name': 'Scott', 'last_name': 'Karl', 'key_fangraphs': 1006703, 'key_bbref': 'karlsc01', 'key_retro': 'karls001', 'key_mlbam': 116845, 'offense_col': 1}} 2025-02-16 15:51:11,698 - card_creation - INFO - get: players id: None params: [('bbref_id', 'limajo01'), ('cardset_id', 20)] 2025-02-16 15:51:11,773 - card_creation - INFO - session info: 2025-02-16 15:51:11,773 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10894, 'p_name': 'Jose Lima', 'cost': 38, 'image': 'https://pd.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 475, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/be226b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'limajo01', 'fangr_id': '475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3908, 'first_name': 'Jose', 'last_name': 'Lima', 'key_fangraphs': 475, 'key_bbref': 'limajo01', 'key_retro': 'limaj001', 'key_mlbam': 117769, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36227, 'team': 53, 'player': 10894, 'created': 1730920176630}, {'id': 37003, 'team': 47, 'player': 10894, 'cr [ S N I P P E D ] 2025-02-16 15:51:11,773 - card_creation - INFO - patch: players [('cost', '730'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10894/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:11,853 - card_creation - INFO - return: {'player_id': 10894, 'p_name': 'Jose Lima', 'cost': 730, 'image': 'https://pddev.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 475, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/be226b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'limajo01', 'fangr_id': '475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3908, 'first_name': 'Jose', 'last_name': 'Lima', 'key_fangraphs': 475, 'key_bbref': 'limajo01', 'key_retro': 'limaj001', 'key_mlbam': 117769, 'offense_col': 1}} 2025-02-16 15:51:11,853 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nitkoc.01'), ('cardset_id', 20)] 2025-02-16 15:51:11,937 - card_creation - INFO - session info: 2025-02-16 15:51:11,937 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11030, 'p_name': 'CJ Nitkowski', 'cost': 399, 'image': 'https://pd.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 570, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8c89e06e_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nitkoc.01', 'fangr_id': '570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4014, 'first_name': 'CJ', 'last_name': 'Nitkowski', 'key_fangraphs': 570, 'key_bbref': 'nitkoc.01', 'key_retro': 'nitkc001', 'key_mlbam': 119809, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36980, 'team': 47, 'player': 11030, 'created': 1731602870133}, {'id': 37792, 'team': 33, 'player': [ S N I P P E D ] 2025-02-16 15:51:11,938 - card_creation - INFO - patch: players [('cost', '430'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11030/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:12,001 - card_creation - INFO - return: {'player_id': 11030, 'p_name': 'CJ Nitkowski', 'cost': 430, 'image': 'https://pddev.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 570, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8c89e06e_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nitkoc.01', 'fangr_id': '570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4014, 'first_name': 'CJ', 'last_name': 'Nitkowski', 'key_fangraphs': 570, 'key_bbref': 'nitkoc.01', 'key_retro': 'nitkc001', 'key_mlbam': 119809, 'offense_col': 2}} 2025-02-16 15:51:12,001 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shawje01'), ('cardset_id', 20)] 2025-02-16 15:51:12,077 - card_creation - INFO - session info: 2025-02-16 15:51:12,077 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11100, 'p_name': 'Jeff Shaw', 'cost': 3644, 'image': 'https://pd.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b8433664_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:12,077 - card_creation - INFO - patch: players [('cost', '116'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11100/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:12,186 - card_creation - INFO - return: {'player_id': 11100, 'p_name': 'Jeff Shaw', 'cost': 116, 'image': 'https://pddev.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b8433664_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shawje01', 'fangr_id': '1011823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}} 2025-02-16 15:51:12,187 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezca01'), ('cardset_id', 20)] 2025-02-16 15:51:12,284 - card_creation - INFO - session info: 2025-02-16 15:51:12,284 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10895, 'p_name': 'Carlos Perez', 'cost': 981, 'image': 'https://pd.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010179, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f809b14b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezca01', 'fangr_id': '1010179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3909, 'first_name': 'Carlos', 'last_name': 'Perez', 'key_fangraphs': 1010179, 'key_bbref': 'perezca01', 'key_retro': 'perec001', 'key_mlbam': 120405, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35604, 'team': 47, 'player': 10895, 'created': 1730616941189}, {'id': 35873, 'team [ S N I P P E D ] 2025-02-16 15:51:12,285 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10895/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:12,372 - card_creation - INFO - return: {'player_id': 10895, 'p_name': 'Carlos Perez', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010179, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f809b14b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezca01', 'fangr_id': '1010179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3909, 'first_name': 'Carlos', 'last_name': 'Perez', 'key_fangraphs': 1010179, 'key_bbref': 'perezca01', 'key_retro': 'perec001', 'key_mlbam': 120405, 'offense_col': 1}} 2025-02-16 15:51:12,372 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mormaal01'), ('cardset_id', 20)] 2025-02-16 15:51:12,457 - card_creation - INFO - session info: 2025-02-16 15:51:12,458 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11483, 'p_name': 'Alvin Morman', 'cost': 400, 'image': 'https://pd.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009193, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mormaal01', 'fangr_id': '1009193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4280, 'first_name': 'Alvin', 'last_name': 'Morman', 'key_fangraphs': 1009193, 'key_bbref': 'mormaal01', 'key_retro': 'morma001', 'key_mlbam': 119387, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:12,458 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11483/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:12,539 - card_creation - INFO - return: {'player_id': 11483, 'p_name': 'Alvin Morman', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009193, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mormaal01', 'fangr_id': '1009193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4280, 'first_name': 'Alvin', 'last_name': 'Morman', 'key_fangraphs': 1009193, 'key_bbref': 'mormaal01', 'key_retro': 'morma001', 'key_mlbam': 119387, 'offense_col': 3}} 2025-02-16 15:51:12,540 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hershor01'), ('cardset_id', 20)] 2025-02-16 15:51:12,645 - card_creation - INFO - session info: 2025-02-16 15:51:12,645 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10896, 'p_name': 'Orel Hershiser', 'cost': 282, 'image': 'https://pd.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005741, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/044d4ede_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hershor01', 'fangr_id': '1005741', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3910, 'first_name': 'Orel', 'last_name': 'Hershiser', 'key_fangraphs': 1005741, 'key_bbref': 'hershor01', 'key_retro': 'herso001', 'key_mlbam': 115861, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38845, 'team': 38, 'player': 10896, 'created': 1738533340064}]}}]} 2025-02-16 15:51:12,645 - card_creation - INFO - patch: players [('cost', '96'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10896/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:12,747 - card_creation - INFO - return: {'player_id': 10896, 'p_name': 'Orel Hershiser', 'cost': 96, 'image': 'https://pddev.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005741, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/044d4ede_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hershor01', 'fangr_id': '1005741', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3910, 'first_name': 'Orel', 'last_name': 'Hershiser', 'key_fangraphs': 1005741, 'key_bbref': 'hershor01', 'key_retro': 'herso001', 'key_mlbam': 115861, 'offense_col': 1}} 2025-02-16 15:51:12,747 - card_creation - INFO - get: players id: None params: [('bbref_id', 'neaglde01'), ('cardset_id', 20)] 2025-02-16 15:51:12,858 - card_creation - INFO - session info: 2025-02-16 15:51:12,858 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10897, 'p_name': 'Denny Neagle', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 441, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12dde0e3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'neaglde01', 'fangr_id': '441', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3911, 'first_name': 'Denny', 'last_name': 'Neagle', 'key_fangraphs': 441, 'key_bbref': 'neaglde01', 'key_retro': 'neagd001', 'key_mlbam': 119673, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36470, 'team': 47, 'player': 10897, 'created': 1730920177137}]}}]} 2025-02-16 15:51:12,859 - card_creation - INFO - patch: players [('cost', '277'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10897/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:12,960 - card_creation - INFO - return: {'player_id': 10897, 'p_name': 'Denny Neagle', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 441, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12dde0e3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'neaglde01', 'fangr_id': '441', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3911, 'first_name': 'Denny', 'last_name': 'Neagle', 'key_fangraphs': 441, 'key_bbref': 'neaglde01', 'key_retro': 'neagd001', 'key_mlbam': 119673, 'offense_col': 2}} 2025-02-16 15:51:12,960 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rockejo01'), ('cardset_id', 20)] 2025-02-16 15:51:13,043 - card_creation - INFO - session info: 2025-02-16 15:51:13,043 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11522, 'p_name': 'John Rocker', 'cost': 5119, 'image': 'https://pd.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1273, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rockejo01', 'fangr_id': '1273', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:13,043 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11522/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:13,148 - card_creation - INFO - return: {'player_id': 11522, 'p_name': 'John Rocker', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1273, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rockejo01', 'fangr_id': '1273', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1}} 2025-02-16 15:51:13,148 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddugr01'), ('cardset_id', 20)] 2025-02-16 15:51:13,240 - card_creation - INFO - session info: 2025-02-16 15:51:13,240 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10898, 'p_name': 'Greg Maddux', 'cost': 2346, 'image': 'https://pd.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:13,240 - card_creation - INFO - patch: players [('cost', '3524'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10898/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:13,335 - card_creation - INFO - return: {'player_id': 10898, 'p_name': 'Greg Maddux', 'cost': 3524, 'image': 'https://pddev.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d13d4022_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddugr01', 'fangr_id': '104', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}} 2025-02-16 15:51:13,336 - card_creation - INFO - get: players id: None params: [('bbref_id', 'seaneru01'), ('cardset_id', 20)] 2025-02-16 15:51:13,436 - card_creation - INFO - session info: 2025-02-16 15:51:13,436 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:13,437 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'seanr001')] 2025-02-16 15:51:13,531 - card_creation - INFO - session info: 2025-02-16 15:51:13,531 - card_creation - INFO - return: {'count': 1, 'players': [{'id': 2791, 'first_name': 'Rudy', 'last_name': 'Seanez', 'key_fangraphs': 1279, 'key_bbref': 'seaneru01', 'key_retro': 'seanr001', 'key_mlbam': 121955, 'offense_col': 3}]} 2025-02-16 15:51:13,531 - card_creation - INFO - post: players payload: {'p_name': 'Rudy Seanez', 'cost': '5086', 'image': 'change-me', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset_id': 20, 'set_num': 1279, 'rarity_id': 99, 'description': 'Live', 'bbref_id': 'seaneru01', 'fangr_id': 1279, 'mlbplayer_id': 2791, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-16 15:51:13,629 - card_creation - INFO - return: {'player_id': 11570, 'p_name': 'Rudy Seanez', 'cost': 5086, 'image': 'change-me', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1279, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seaneru01', 'fangr_id': '1279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2791, 'first_name': 'Rudy', 'last_name': 'Seanez', 'key_fangraphs': 1279, 'key_bbref': 'seaneru01', 'key_retro': 'seanr001', 'key_mlbam': 121955, 'offense_col': 3}} 2025-02-16 15:51:13,629 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11570/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:13,719 - card_creation - INFO - return: {'player_id': 11570, 'p_name': 'Rudy Seanez', 'cost': 5086, 'image': 'https://pddev.manticorum.com/api/v2/players/11570/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1279, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seaneru01', 'fangr_id': '1279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2791, 'first_name': 'Rudy', 'last_name': 'Seanez', 'key_fangraphs': 1279, 'key_bbref': 'seaneru01', 'key_retro': 'seanr001', 'key_mlbam': 121955, 'offense_col': 3}} 2025-02-16 15:51:13,720 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sandesc02'), ('cardset_id', 20)] 2025-02-16 15:51:13,813 - card_creation - INFO - session info: 2025-02-16 15:51:13,813 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11523, 'p_name': 'Scott Sanders', 'cost': 107, 'image': 'https://pd.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011423, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandesc02', 'fangr_id': '1011423', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:13,814 - card_creation - INFO - patch: players [('cost', '1286'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11523/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:13,916 - card_creation - INFO - return: {'player_id': 11523, 'p_name': 'Scott Sanders', 'cost': 1286, 'image': 'https://pddev.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011423, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandesc02', 'fangr_id': '1011423', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1}} 2025-02-16 15:51:13,916 - card_creation - INFO - get: players id: None params: [('bbref_id', 'langsma01'), ('cardset_id', 20)] 2025-02-16 15:51:14,023 - card_creation - INFO - session info: 2025-02-16 15:51:14,023 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11474, 'p_name': 'Mark Langston', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007323, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a816a2ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'langsma01', 'fangr_id': '1007323', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4271, 'first_name': 'Mark', 'last_name': 'Langston', 'key_fangraphs': 1007323, 'key_bbref': 'langsma01', 'key_retro': 'langm001', 'key_mlbam': 117480, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38744, 'team': 31, 'player': 11474, 'created': 1738533340064}]}}]} 2025-02-16 15:51:14,023 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11474/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:14,116 - card_creation - INFO - return: {'player_id': 11474, 'p_name': 'Mark Langston', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007323, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a816a2ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'langsma01', 'fangr_id': '1007323', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4271, 'first_name': 'Mark', 'last_name': 'Langston', 'key_fangraphs': 1007323, 'key_bbref': 'langsma01', 'key_retro': 'langm001', 'key_mlbam': 117480, 'offense_col': 3}} 2025-02-16 15:51:14,117 - card_creation - INFO - get: players id: None params: [('bbref_id', 'micelda01'), ('cardset_id', 20)] 2025-02-16 15:51:14,215 - card_creation - INFO - session info: 2025-02-16 15:51:14,215 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11031, 'p_name': 'Dan Miceli', 'cost': 129, 'image': 'https://pd.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1463, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bc7329b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'micelda01', 'fangr_id': '1463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4015, 'first_name': 'Dan', 'last_name': 'Miceli', 'key_fangraphs': 1463, 'key_bbref': 'micelda01', 'key_retro': 'miced001', 'key_mlbam': 119023, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36997, 'team': 47, 'player': 11031, 'created': 1731602869931}, {'id': 37671, 'team': 33, 'player' [ S N I P P E D ] 2025-02-16 15:51:14,215 - card_creation - INFO - patch: players [('cost', '1102'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11031/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:14,317 - card_creation - INFO - return: {'player_id': 11031, 'p_name': 'Dan Miceli', 'cost': 1102, 'image': 'https://pddev.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1463, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bc7329b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'micelda01', 'fangr_id': '1463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4015, 'first_name': 'Dan', 'last_name': 'Miceli', 'key_fangraphs': 1463, 'key_bbref': 'micelda01', 'key_retro': 'miced001', 'key_mlbam': 119023, 'offense_col': 2}} 2025-02-16 15:51:14,318 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamiljo02'), ('cardset_id', 20)] 2025-02-16 15:51:14,420 - card_creation - INFO - session info: 2025-02-16 15:51:14,420 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10899, 'p_name': 'Joey Hamilton', 'cost': 326, 'image': 'https://pd.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 328, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0bb8e5b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamiljo02', 'fangr_id': '328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3912, 'first_name': 'Joey', 'last_name': 'Hamilton', 'key_fangraphs': 328, 'key_bbref': 'hamiljo02', 'key_retro': 'hamij002', 'key_mlbam': 115383, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35632, 'team': 47, 'player': 10899, 'created': 1730616941189}, {'id': 35952, 'team': 55, 'pla [ S N I P P E D ] 2025-02-16 15:51:14,420 - card_creation - INFO - patch: players [('cost', '312'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10899/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:14,513 - card_creation - INFO - return: {'player_id': 10899, 'p_name': 'Joey Hamilton', 'cost': 312, 'image': 'https://pddev.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 328, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0bb8e5b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamiljo02', 'fangr_id': '328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3912, 'first_name': 'Joey', 'last_name': 'Hamilton', 'key_fangraphs': 328, 'key_bbref': 'hamiljo02', 'key_retro': 'hamij002', 'key_mlbam': 115383, 'offense_col': 2}} 2025-02-16 15:51:14,513 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foxch02'), ('cardset_id', 20)] 2025-02-16 15:51:14,619 - card_creation - INFO - session info: 2025-02-16 15:51:14,620 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11032, 'p_name': 'Chad Fox', 'cost': 416, 'image': 'https://pd.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 684, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/11b2aef8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxch02', 'fangr_id': '684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4016, 'first_name': 'Chad', 'last_name': 'Fox', 'key_fangraphs': 684, 'key_bbref': 'foxch02', 'key_retro': 'fox-c001', 'key_mlbam': 114354, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36734, 'team': 47, 'player': 11032, 'created': 1731602869923}]}}]} 2025-02-16 15:51:14,620 - card_creation - INFO - patch: players [('cost', '131'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11032/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:14,712 - card_creation - INFO - return: {'player_id': 11032, 'p_name': 'Chad Fox', 'cost': 131, 'image': 'https://pddev.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 684, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/11b2aef8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxch02', 'fangr_id': '684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4016, 'first_name': 'Chad', 'last_name': 'Fox', 'key_fangraphs': 684, 'key_bbref': 'foxch02', 'key_retro': 'fox-c001', 'key_mlbam': 114354, 'offense_col': 2}} 2025-02-16 15:51:14,712 - card_creation - INFO - get: players id: None params: [('bbref_id', 'edmonbr01'), ('cardset_id', 20)] 2025-02-16 15:51:14,819 - card_creation - INFO - session info: 2025-02-16 15:51:14,819 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11276, 'p_name': 'Brian Edmondson', 'cost': 106, 'image': 'https://pd.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003677, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2347728f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonbr01', 'fangr_id': '1003677', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4226, 'first_name': 'Brian', 'last_name': 'Edmondson', 'key_fangraphs': 1003677, 'key_bbref': 'edmonbr01', 'key_retro': 'edmob001', 'key_mlbam': 133228, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38964, 'team': 47, 'player': 11276, 'created': 1739121114674}]}}]} 2025-02-16 15:51:14,820 - card_creation - INFO - patch: players [('cost', '1316'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11276/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:14,917 - card_creation - INFO - return: {'player_id': 11276, 'p_name': 'Brian Edmondson', 'cost': 1316, 'image': 'https://pddev.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003677, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2347728f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonbr01', 'fangr_id': '1003677', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4226, 'first_name': 'Brian', 'last_name': 'Edmondson', 'key_fangraphs': 1003677, 'key_bbref': 'edmonbr01', 'key_retro': 'edmob001', 'key_mlbam': 133228, 'offense_col': 2}} 2025-02-16 15:51:14,918 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesal01'), ('cardset_id', 20)] 2025-02-16 15:51:15,017 - card_creation - INFO - session info: 2025-02-16 15:51:15,017 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11101, 'p_name': 'Alberto Reyes', 'cost': 44, 'image': 'https://pd.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d8d2a063_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesal01', 'fangr_id': '1005', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3170, 'first_name': 'Alberto', 'last_name': 'Reyes', 'key_fangraphs': 1005, 'key_bbref': 'reyesal01', 'key_retro': 'reyea001', 'key_mlbam': 121099, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38461, 'team': 38, 'player': 11101, 'created': 1735337233607}]}}]} 2025-02-16 15:51:15,017 - card_creation - INFO - patch: players [('cost', '37'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11101/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:15,106 - card_creation - INFO - return: {'player_id': 11101, 'p_name': 'Alberto Reyes', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d8d2a063_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesal01', 'fangr_id': '1005', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3170, 'first_name': 'Alberto', 'last_name': 'Reyes', 'key_fangraphs': 1005, 'key_bbref': 'reyesal01', 'key_retro': 'reyea001', 'key_mlbam': 121099, 'offense_col': 1}} 2025-02-16 15:51:15,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winstda01'), ('cardset_id', 20)] 2025-02-16 15:51:15,257 - card_creation - INFO - session info: 2025-02-16 15:51:15,258 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11160, 'p_name': 'Darrin Winston', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014142, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b5a6dc6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winstda01', 'fangr_id': '1014142', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4127, 'first_name': 'Darrin', 'last_name': 'Winston', 'key_fangraphs': 1014142, 'key_bbref': 'winstda01', 'key_retro': 'winsd001', 'key_mlbam': 124461, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37995, 'team': 47, 'player': 11160, 'created': 1734921897621}, {'id': [ S N I P P E D ] 2025-02-16 15:51:15,258 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11160/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:15,361 - card_creation - INFO - return: {'player_id': 11160, 'p_name': 'Darrin Winston', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014142, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b5a6dc6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winstda01', 'fangr_id': '1014142', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4127, 'first_name': 'Darrin', 'last_name': 'Winston', 'key_fangraphs': 1014142, 'key_bbref': 'winstda01', 'key_retro': 'winsd001', 'key_mlbam': 124461, 'offense_col': 2}} 2025-02-16 15:51:15,361 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitema02'), ('cardset_id', 20)] 2025-02-16 15:51:15,457 - card_creation - INFO - session info: 2025-02-16 15:51:15,457 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11161, 'p_name': 'Matt Whiteside', 'cost': 145, 'image': 'https://pd.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b8129b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema02', 'fangr_id': '1956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4128, 'first_name': 'Matt', 'last_name': 'Whiteside', 'key_fangraphs': 1956, 'key_bbref': 'whitema02', 'key_retro': 'whitm002', 'key_mlbam': 124209, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:15,457 - card_creation - INFO - patch: players [('cost', '145'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11161/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:15,553 - card_creation - INFO - return: {'player_id': 11161, 'p_name': 'Matt Whiteside', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b8129b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema02', 'fangr_id': '1956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4128, 'first_name': 'Matt', 'last_name': 'Whiteside', 'key_fangraphs': 1956, 'key_bbref': 'whitema02', 'key_retro': 'whitm002', 'key_mlbam': 124209, 'offense_col': 2}} 2025-02-16 15:51:15,553 - card_creation - INFO - get: players id: None params: [('bbref_id', 'millwke01'), ('cardset_id', 20)] 2025-02-16 15:51:15,659 - card_creation - INFO - session info: 2025-02-16 15:51:15,659 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10900, 'p_name': 'Kevin Millwood', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aef4886_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millwke01', 'fangr_id': '106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2291, 'first_name': 'Kevin', 'last_name': 'Millwood', 'key_fangraphs': 106, 'key_bbref': 'millwke01', 'key_retro': 'millk004', 'key_mlbam': 119154, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36058, 'team': 47, 'player': 10900, 'created': 1730785303408}]}}]} 2025-02-16 15:51:15,659 - card_creation - INFO - patch: players [('cost', '892'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10900/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:15,744 - card_creation - INFO - return: {'player_id': 10900, 'p_name': 'Kevin Millwood', 'cost': 892, 'image': 'https://pddev.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 106, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aef4886_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millwke01', 'fangr_id': '106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2291, 'first_name': 'Kevin', 'last_name': 'Millwood', 'key_fangraphs': 106, 'key_bbref': 'millwke01', 'key_retro': 'millk004', 'key_mlbam': 119154, 'offense_col': 2}} 2025-02-16 15:51:15,745 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greenty01'), ('cardset_id', 20)] 2025-02-16 15:51:15,836 - card_creation - INFO - session info: 2025-02-16 15:51:15,836 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10901, 'p_name': 'Tyler Green', 'cost': 34, 'image': 'https://pd.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005014, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1902d4a2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenty01', 'fangr_id': '1005014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3913, 'first_name': 'Tyler', 'last_name': 'Green', 'key_fangraphs': 1005014, 'key_bbref': 'greenty01', 'key_retro': 'greet002', 'key_mlbam': 115095, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36511, 'team': 38, 'player': 10901, 'created': 1731272300483}, {'id': 36984, [ S N I P P E D ] 2025-02-16 15:51:15,837 - card_creation - INFO - patch: players [('cost', '105'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10901/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:15,928 - card_creation - INFO - return: {'player_id': 10901, 'p_name': 'Tyler Green', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005014, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1902d4a2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenty01', 'fangr_id': '1005014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3913, 'first_name': 'Tyler', 'last_name': 'Green', 'key_fangraphs': 1005014, 'key_bbref': 'greenty01', 'key_retro': 'greet002', 'key_mlbam': 115095, 'offense_col': 1}} 2025-02-16 15:51:15,929 - card_creation - INFO - get: players id: None params: [('bbref_id', 'silvajo01'), ('cardset_id', 20)] 2025-02-16 15:51:16,040 - card_creation - INFO - session info: 2025-02-16 15:51:16,040 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10902, 'p_name': 'Jose Silva', 'cost': 286, 'image': 'https://pd.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 354, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4a323b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'silvajo01', 'fangr_id': '354', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3914, 'first_name': 'Jose', 'last_name': 'Silva', 'key_fangraphs': 354, 'key_bbref': 'silvajo01', 'key_retro': 'silvj001', 'key_mlbam': 122231, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35654, 'team': 47, 'player': 10902, 'created': 1730616941406}, {'id': 35737, 'team': 38, 'playe [ S N I P P E D ] 2025-02-16 15:51:16,040 - card_creation - INFO - patch: players [('cost', '286'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10902/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:16,126 - card_creation - INFO - return: {'player_id': 10902, 'p_name': 'Jose Silva', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 354, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4a323b55_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'silvajo01', 'fangr_id': '354', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3914, 'first_name': 'Jose', 'last_name': 'Silva', 'key_fangraphs': 354, 'key_bbref': 'silvajo01', 'key_retro': 'silvj001', 'key_mlbam': 122231, 'offense_col': 2}} 2025-02-16 15:51:16,126 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clontbr01'), ('cardset_id', 20)] 2025-02-16 15:51:16,211 - card_creation - INFO - session info: 2025-02-16 15:51:16,212 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11102, 'p_name': 'Brad Clontz', 'cost': 4813, 'image': 'https://pd.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dc0b140f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clontbr01', 'fangr_id': '1002360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4079, 'first_name': 'Brad', 'last_name': 'Clontz', 'key_fangraphs': 1002360, 'key_bbref': 'clontbr01', 'key_retro': 'clonb001', 'key_mlbam': 112413, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:16,212 - card_creation - INFO - patch: players [('cost', '4813'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11102/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:16,319 - card_creation - INFO - return: {'player_id': 11102, 'p_name': 'Brad Clontz', 'cost': 4813, 'image': 'https://pddev.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dc0b140f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clontbr01', 'fangr_id': '1002360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4079, 'first_name': 'Brad', 'last_name': 'Clontz', 'key_fangraphs': 1002360, 'key_bbref': 'clontbr01', 'key_retro': 'clonb001', 'key_mlbam': 112413, 'offense_col': 2}} 2025-02-16 15:51:16,319 - card_creation - INFO - get: players id: None params: [('bbref_id', 'osunaan01'), ('cardset_id', 20)] 2025-02-16 15:51:16,422 - card_creation - INFO - session info: 2025-02-16 15:51:16,422 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11162, 'p_name': 'Antonio Osuna', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osunaan01', 'fangr_id': '249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4129, 'first_name': 'Antonio', 'last_name': 'Osuna', 'key_fangraphs': 249, 'key_bbref': 'osunaan01', 'key_retro': 'osuna002', 'key_mlbam': 120107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:16,422 - card_creation - INFO - patch: players [('cost', '3473'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11162/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:16,533 - card_creation - INFO - return: {'player_id': 11162, 'p_name': 'Antonio Osuna', 'cost': 3473, 'image': 'https://pddev.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 249, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osunaan01', 'fangr_id': '249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4129, 'first_name': 'Antonio', 'last_name': 'Osuna', 'key_fangraphs': 249, 'key_bbref': 'osunaan01', 'key_retro': 'osuna002', 'key_mlbam': 120107, 'offense_col': 2}} 2025-02-16 15:51:16,534 - card_creation - INFO - get: players id: None params: [('bbref_id', 'batismi01'), ('cardset_id', 20)] 2025-02-16 15:51:16,640 - card_creation - INFO - session info: 2025-02-16 15:51:16,640 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10903, 'p_name': 'Miguel Batista', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 46, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44e39fc7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batismi01', 'fangr_id': '46', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2300, 'first_name': 'Miguel', 'last_name': 'Batista', 'key_fangraphs': 46, 'key_bbref': 'batismi01', 'key_retro': 'batim001', 'key_mlbam': 110683, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36660, 'team': 33, 'player': 10903, 'created': 1731602869931}]}}]} 2025-02-16 15:51:16,641 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10903/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:16,736 - card_creation - INFO - return: {'player_id': 10903, 'p_name': 'Miguel Batista', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 46, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44e39fc7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batismi01', 'fangr_id': '46', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2300, 'first_name': 'Miguel', 'last_name': 'Batista', 'key_fangraphs': 46, 'key_bbref': 'batismi01', 'key_retro': 'batim001', 'key_mlbam': 110683, 'offense_col': 2}} 2025-02-16 15:51:16,737 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valdema01'), ('cardset_id', 20)] 2025-02-16 15:51:16,848 - card_creation - INFO - session info: 2025-02-16 15:51:16,848 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10904, 'p_name': 'Marc Valdes', 'cost': 144, 'image': 'https://pd.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013313, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/dfa02a2b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdema01', 'fangr_id': '1013313', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3915, 'first_name': 'Marc', 'last_name': 'Valdes', 'key_fangraphs': 1013313, 'key_bbref': 'valdema01', 'key_retro': 'valdm001', 'key_mlbam': 123596, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35542, 'team': 38, 'player': 10904, 'created': 1730616940558}, {'id': 36070, 'team': [ S N I P P E D ] 2025-02-16 15:51:16,848 - card_creation - INFO - patch: players [('cost', '144'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10904/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:16,966 - card_creation - INFO - return: {'player_id': 10904, 'p_name': 'Marc Valdes', 'cost': 144, 'image': 'https://pddev.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013313, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/dfa02a2b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdema01', 'fangr_id': '1013313', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3915, 'first_name': 'Marc', 'last_name': 'Valdes', 'key_fangraphs': 1013313, 'key_bbref': 'valdema01', 'key_retro': 'valdm001', 'key_mlbam': 123596, 'offense_col': 1}} 2025-02-16 15:51:16,966 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maddumi01'), ('cardset_id', 20)] 2025-02-16 15:51:17,069 - card_creation - INFO - session info: 2025-02-16 15:51:17,069 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11238, 'p_name': 'Mike Maddux', 'cost': 1248, 'image': 'https://pd.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007951, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddumi01', 'fangr_id': '1007951', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4194, 'first_name': 'Mike', 'last_name': 'Maddux', 'key_fangraphs': 1007951, 'key_bbref': 'maddumi01', 'key_retro': 'maddm002', 'key_mlbam': 118121, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:17,070 - card_creation - INFO - patch: players [('cost', '3449'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11238/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:17,151 - card_creation - INFO - return: {'player_id': 11238, 'p_name': 'Mike Maddux', 'cost': 3449, 'image': 'https://pddev.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007951, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maddumi01', 'fangr_id': '1007951', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4194, 'first_name': 'Mike', 'last_name': 'Maddux', 'key_fangraphs': 1007951, 'key_bbref': 'maddumi01', 'key_retro': 'maddm002', 'key_mlbam': 118121, 'offense_col': 2}} 2025-02-16 15:51:17,152 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pavanca01'), ('cardset_id', 20)] 2025-02-16 15:51:17,261 - card_creation - INFO - session info: 2025-02-16 15:51:17,262 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11239, 'p_name': 'Carl Pavano', 'cost': 85, 'image': 'https://pd.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 790, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pavanca01', 'fangr_id': '790', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2321, 'first_name': 'Carl', 'last_name': 'Pavano', 'key_fangraphs': 790, 'key_bbref': 'pavanca01', 'key_retro': 'pavac001', 'key_mlbam': 134321, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:17,262 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11239/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:17,353 - card_creation - INFO - return: {'player_id': 11239, 'p_name': 'Carl Pavano', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 790, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pavanca01', 'fangr_id': '790', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2321, 'first_name': 'Carl', 'last_name': 'Pavano', 'key_fangraphs': 790, 'key_bbref': 'pavanca01', 'key_retro': 'pavac001', 'key_mlbam': 134321, 'offense_col': 3}} 2025-02-16 15:51:17,353 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mahayro01'), ('cardset_id', 20)] 2025-02-16 15:51:17,446 - card_creation - INFO - session info: 2025-02-16 15:51:17,446 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11277, 'p_name': 'Ron Mahay', 'cost': 43, 'image': 'https://pd.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 290, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/49a406d1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mahayro01', 'fangr_id': '290', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2786, 'first_name': 'Ron', 'last_name': 'Mahay', 'key_fangraphs': 290, 'key_bbref': 'mahayro01', 'key_retro': 'mahar001', 'key_mlbam': 118158, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:17,446 - card_creation - INFO - patch: players [('cost', '441'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11277/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:17,522 - card_creation - INFO - return: {'player_id': 11277, 'p_name': 'Ron Mahay', 'cost': 441, 'image': 'https://pddev.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 290, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/49a406d1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mahayro01', 'fangr_id': '290', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2786, 'first_name': 'Ron', 'last_name': 'Mahay', 'key_fangraphs': 290, 'key_bbref': 'mahayro01', 'key_retro': 'mahar001', 'key_mlbam': 118158, 'offense_col': 3}} 2025-02-16 15:51:17,522 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fontejo01'), ('cardset_id', 20)] 2025-02-16 15:51:17,611 - card_creation - INFO - session info: 2025-02-16 15:51:17,611 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11278, 'p_name': 'Joe Fontenot', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/fcb3ae58_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fontejo01', 'fangr_id': '1004206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4227, 'first_name': 'Joe', 'last_name': 'Fontenot', 'key_fangraphs': 1004206, 'key_bbref': 'fontejo01', 'key_retro': 'fontj001', 'key_mlbam': 133227, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38958, 'team': 47, 'player': 11278, 'created': 1739121114463}]}}]} 2025-02-16 15:51:17,611 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11278/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:17,698 - card_creation - INFO - return: {'player_id': 11278, 'p_name': 'Joe Fontenot', 'cost': 4, 'image': 'https://pddev.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/fcb3ae58_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fontejo01', 'fangr_id': '1004206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4227, 'first_name': 'Joe', 'last_name': 'Fontenot', 'key_fangraphs': 1004206, 'key_bbref': 'fontejo01', 'key_retro': 'fontj001', 'key_mlbam': 133227, 'offense_col': 2}} 2025-02-16 15:51:17,698 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mantema01'), ('cardset_id', 20)] 2025-02-16 15:51:17,785 - card_creation - INFO - session info: 2025-02-16 15:51:17,786 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11475, 'p_name': 'Matt Mantei', 'cost': 4261, 'image': 'https://pd.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 64, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mantema01', 'fangr_id': '64', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4272, 'first_name': 'Matt', 'last_name': 'Mantei', 'key_fangraphs': 64, 'key_bbref': 'mantema01', 'key_retro': 'mantm001', 'key_mlbam': 118256, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:17,786 - card_creation - INFO - patch: players [('cost', '5251'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11475/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:17,881 - card_creation - INFO - return: {'player_id': 11475, 'p_name': 'Matt Mantei', 'cost': 5251, 'image': 'https://pddev.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 64, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mantema01', 'fangr_id': '64', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4272, 'first_name': 'Matt', 'last_name': 'Mantei', 'key_fangraphs': 64, 'key_bbref': 'mantema01', 'key_retro': 'mantm001', 'key_mlbam': 118256, 'offense_col': 3}} 2025-02-16 15:51:17,882 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dempsry01'), ('cardset_id', 20)] 2025-02-16 15:51:17,967 - card_creation - INFO - session info: 2025-02-16 15:51:17,967 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11311, 'p_name': 'Ryan Dempster', 'cost': 25, 'image': 'https://pd.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 517, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dempsry01', 'fangr_id': '517', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1933, 'first_name': 'Ryan', 'last_name': 'Dempster', 'key_fangraphs': 517, 'key_bbref': 'dempsry01', 'key_retro': 'dempr002', 'key_mlbam': 133225, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:17,967 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11311/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:18,045 - card_creation - INFO - return: {'player_id': 11311, 'p_name': 'Ryan Dempster', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 517, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dempsry01', 'fangr_id': '517', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1933, 'first_name': 'Ryan', 'last_name': 'Dempster', 'key_fangraphs': 517, 'key_bbref': 'dempsry01', 'key_retro': 'dempr002', 'key_mlbam': 133225, 'offense_col': 3}} 2025-02-16 15:51:18,046 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hentgpa01'), ('cardset_id', 20)] 2025-02-16 15:51:18,127 - card_creation - INFO - session info: 2025-02-16 15:51:18,127 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10905, 'p_name': 'Pat Hentgen', 'cost': 39, 'image': 'https://pd.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 145, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10aa412a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hentgpa01', 'fangr_id': '145', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3916, 'first_name': 'Pat', 'last_name': 'Hentgen', 'key_fangraphs': 145, 'key_bbref': 'hentgpa01', 'key_retro': 'hentp001', 'key_mlbam': 115797, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35575, 'team': 69, 'player': 10905, 'created': 1730616941189}, {'id': 35668, 'team': 38, 'player' [ S N I P P E D ] 2025-02-16 15:51:18,127 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10905/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:18,219 - card_creation - INFO - return: {'player_id': 10905, 'p_name': 'Pat Hentgen', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 145, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10aa412a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hentgpa01', 'fangr_id': '145', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3916, 'first_name': 'Pat', 'last_name': 'Hentgen', 'key_fangraphs': 145, 'key_bbref': 'hentgpa01', 'key_retro': 'hentp001', 'key_mlbam': 115797, 'offense_col': 2}} 2025-02-16 15:51:18,219 - card_creation - INFO - get: players id: None params: [('bbref_id', 'persoro01'), ('cardset_id', 20)] 2025-02-16 15:51:18,311 - card_creation - INFO - session info: 2025-02-16 15:51:18,311 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11484, 'p_name': 'Robert Person', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 966, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'persoro01', 'fangr_id': '966', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4281, 'first_name': 'Robert', 'last_name': 'Person', 'key_fangraphs': 966, 'key_bbref': 'persoro01', 'key_retro': 'persr001', 'key_mlbam': 120447, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:18,311 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11484/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:18,395 - card_creation - INFO - return: {'player_id': 11484, 'p_name': 'Robert Person', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 966, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'persoro01', 'fangr_id': '966', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4281, 'first_name': 'Robert', 'last_name': 'Person', 'key_fangraphs': 966, 'key_bbref': 'persoro01', 'key_retro': 'persr001', 'key_mlbam': 120447, 'offense_col': 2}} 2025-02-16 15:51:18,395 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stiebda01'), ('cardset_id', 20)] 2025-02-16 15:51:18,477 - card_creation - INFO - session info: 2025-02-16 15:51:18,477 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:18,477 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'stied001')] 2025-02-16 15:51:18,574 - card_creation - INFO - session info: 2025-02-16 15:51:18,574 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:18,574 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Dave', 'last_name': 'Stieb', 'key_mlbam': 122791, 'key_fangraphs': 1012532, 'key_bbref': 'stiebda01', 'key_retro': 'stied001'} type: 2025-02-16 15:51:18,650 - card_creation - INFO - return: {'id': 4344, 'first_name': 'Dave', 'last_name': 'Stieb', 'key_fangraphs': 1012532, 'key_bbref': 'stiebda01', 'key_retro': 'stied001', 'key_mlbam': 122791, 'offense_col': 2} 2025-02-16 15:51:18,650 - card_creation - INFO - post: players payload: {'p_name': 'Dave Stieb', 'cost': '412', 'image': 'change-me', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset_id': 20, 'set_num': 1012532, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'stiebda01', 'fangr_id': 1012532, 'mlbplayer_id': 4344, 'pos_1': 'RP', 'pos_2': 'CP'} type: 2025-02-16 15:51:18,750 - card_creation - INFO - return: {'player_id': 11571, 'p_name': 'Dave Stieb', 'cost': 412, 'image': 'change-me', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012532, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stiebda01', 'fangr_id': '1012532', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4344, 'first_name': 'Dave', 'last_name': 'Stieb', 'key_fangraphs': 1012532, 'key_bbref': 'stiebda01', 'key_retro': 'stied001', 'key_mlbam': 122791, 'offense_col': 2}} 2025-02-16 15:51:18,751 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11571/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:18,814 - card_creation - INFO - return: {'player_id': 11571, 'p_name': 'Dave Stieb', 'cost': 412, 'image': 'https://pddev.manticorum.com/api/v2/players/11571/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012532, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stiebda01', 'fangr_id': '1012532', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4344, 'first_name': 'Dave', 'last_name': 'Stieb', 'key_fangraphs': 1012532, 'key_bbref': 'stiebda01', 'key_retro': 'stied001', 'key_mlbam': 122791, 'offense_col': 2}} 2025-02-16 15:51:18,814 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bohanbr01'), ('cardset_id', 20)] 2025-02-16 15:51:18,942 - card_creation - INFO - session info: 2025-02-16 15:51:18,942 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11033, 'p_name': 'Brian Bohanon', 'cost': 2076, 'image': 'https://pd.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001126, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/add83de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bohanbr01', 'fangr_id': '1001126', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4017, 'first_name': 'Brian', 'last_name': 'Bohanon', 'key_fangraphs': 1001126, 'key_bbref': 'bohanbr01', 'key_retro': 'bohab001', 'key_mlbam': 111155, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:18,942 - card_creation - INFO - patch: players [('cost', '3486'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11033/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:19,023 - card_creation - INFO - return: {'player_id': 11033, 'p_name': 'Brian Bohanon', 'cost': 3486, 'image': 'https://pddev.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001126, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/add83de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bohanbr01', 'fangr_id': '1001126', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4017, 'first_name': 'Brian', 'last_name': 'Bohanon', 'key_fangraphs': 1001126, 'key_bbref': 'bohanbr01', 'key_retro': 'bohab001', 'key_mlbam': 111155, 'offense_col': 2}} 2025-02-16 15:51:19,024 - card_creation - INFO - get: players id: None params: [('bbref_id', 'yoshima01'), ('cardset_id', 20)] 2025-02-16 15:51:19,111 - card_creation - INFO - session info: 2025-02-16 15:51:19,111 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10906, 'p_name': 'Masato Yoshii', 'cost': 94, 'image': 'https://pd.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 807, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7d2e479a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yoshima01', 'fangr_id': '807', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3917, 'first_name': 'Masato', 'last_name': 'Yoshii', 'key_fangraphs': 807, 'key_bbref': 'yoshima01', 'key_retro': 'yoshm001', 'key_mlbam': 134180, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37654, 'team': 33, 'player': 10906, 'created': 1731963342633}, {'id': 37714, 'team': 47, 'player': 10 [ S N I P P E D ] 2025-02-16 15:51:19,112 - card_creation - INFO - patch: players [('cost', '289'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10906/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:19,196 - card_creation - INFO - return: {'player_id': 10906, 'p_name': 'Masato Yoshii', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 807, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7d2e479a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yoshima01', 'fangr_id': '807', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3917, 'first_name': 'Masato', 'last_name': 'Yoshii', 'key_fangraphs': 807, 'key_bbref': 'yoshima01', 'key_retro': 'yoshm001', 'key_mlbam': 134180, 'offense_col': 2}} 2025-02-16 15:51:19,196 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pulsibi01'), ('cardset_id', 20)] 2025-02-16 15:51:19,272 - card_creation - INFO - session info: 2025-02-16 15:51:19,272 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:19,273 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'pulsb001')] 2025-02-16 15:51:19,384 - card_creation - INFO - session info: 2025-02-16 15:51:19,385 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:19,385 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Bill', 'last_name': 'Pulsipher', 'key_mlbam': 120802, 'key_fangraphs': 842, 'key_bbref': 'pulsibi01', 'key_retro': 'pulsb001'} type: 2025-02-16 15:51:19,463 - card_creation - INFO - return: {'id': 4345, 'first_name': 'Bill', 'last_name': 'Pulsipher', 'key_fangraphs': 842, 'key_bbref': 'pulsibi01', 'key_retro': 'pulsb001', 'key_mlbam': 120802, 'offense_col': 3} 2025-02-16 15:51:19,463 - card_creation - INFO - post: players payload: {'p_name': 'Bill Pulsipher', 'cost': '461', 'image': 'change-me', 'mlbclub': 'None', 'franchise': 'None', 'cardset_id': 20, 'set_num': 842, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'pulsibi01', 'fangr_id': 842, 'mlbplayer_id': 4345, 'pos_1': 'RP'} type: 2025-02-16 15:51:19,554 - card_creation - INFO - return: {'player_id': 11572, 'p_name': 'Bill Pulsipher', 'cost': 461, 'image': 'change-me', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 842, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pulsibi01', 'fangr_id': '842', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4345, 'first_name': 'Bill', 'last_name': 'Pulsipher', 'key_fangraphs': 842, 'key_bbref': 'pulsibi01', 'key_retro': 'pulsb001', 'key_mlbam': 120802, 'offense_col': 3}} 2025-02-16 15:51:19,554 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11572/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:19,647 - card_creation - INFO - return: {'player_id': 11572, 'p_name': 'Bill Pulsipher', 'cost': 461, 'image': 'https://pddev.manticorum.com/api/v2/players/11572/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 842, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pulsibi01', 'fangr_id': '842', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4345, 'first_name': 'Bill', 'last_name': 'Pulsipher', 'key_fangraphs': 842, 'key_bbref': 'pulsibi01', 'key_retro': 'pulsb001', 'key_mlbam': 120802, 'offense_col': 3}} 2025-02-16 15:51:19,648 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wittbo01'), ('cardset_id', 20)] 2025-02-16 15:51:19,761 - card_creation - INFO - session info: 2025-02-16 15:51:19,761 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10907, 'p_name': 'Bobby Witt', 'cost': 92, 'image': 'https://pd.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014170, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52c6226a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wittbo01', 'fangr_id': '1014170', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3918, 'first_name': 'Bobby', 'last_name': 'Witt', 'key_fangraphs': 1014170, 'key_bbref': 'wittbo01', 'key_retro': 'wittb001', 'key_mlbam': 124492, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36066, 'team': 33, 'player': 10907, 'created': 1730785303729}, {'id': 36270, 'team': 5 [ S N I P P E D ] 2025-02-16 15:51:19,761 - card_creation - INFO - patch: players [('cost', '273'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10907/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:19,851 - card_creation - INFO - return: {'player_id': 10907, 'p_name': 'Bobby Witt', 'cost': 273, 'image': 'https://pddev.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014170, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52c6226a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wittbo01', 'fangr_id': '1014170', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3918, 'first_name': 'Bobby', 'last_name': 'Witt', 'key_fangraphs': 1014170, 'key_bbref': 'wittbo01', 'key_retro': 'wittb001', 'key_mlbam': 124492, 'offense_col': 2}} 2025-02-16 15:51:19,851 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parrist01'), ('cardset_id', 20)] 2025-02-16 15:51:19,966 - card_creation - INFO - session info: 2025-02-16 15:51:19,966 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11503, 'p_name': 'Steve Parris', 'cost': 2751, 'image': 'https://pd.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1316, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parrist01', 'fangr_id': '1316', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4298, 'first_name': 'Steve', 'last_name': 'Parris', 'key_fangraphs': 1316, 'key_bbref': 'parrist01', 'key_retro': 'parrs001', 'key_mlbam': 120247, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:19,966 - card_creation - INFO - patch: players [('cost', '103'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11503/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:20,062 - card_creation - INFO - return: {'player_id': 11503, 'p_name': 'Steve Parris', 'cost': 103, 'image': 'https://pddev.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1316, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parrist01', 'fangr_id': '1316', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4298, 'first_name': 'Steve', 'last_name': 'Parris', 'key_fangraphs': 1316, 'key_bbref': 'parrist01', 'key_retro': 'parrs001', 'key_mlbam': 120247, 'offense_col': 3}} 2025-02-16 15:51:20,062 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sullisc01'), ('cardset_id', 20)] 2025-02-16 15:51:20,165 - card_creation - INFO - session info: 2025-02-16 15:51:20,166 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11034, 'p_name': 'Scott Sullivan', 'cost': 401, 'image': 'https://pd.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 357, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6c57c9ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sullisc01', 'fangr_id': '357', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4018, 'first_name': 'Scott', 'last_name': 'Sullivan', 'key_fangraphs': 357, 'key_bbref': 'sullisc01', 'key_retro': 'sulls001', 'key_mlbam': 122975, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:20,166 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11034/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:20,266 - card_creation - INFO - return: {'player_id': 11034, 'p_name': 'Scott Sullivan', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 357, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6c57c9ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sullisc01', 'fangr_id': '357', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4018, 'first_name': 'Scott', 'last_name': 'Sullivan', 'key_fangraphs': 357, 'key_bbref': 'sullisc01', 'key_retro': 'sulls001', 'key_mlbam': 122975, 'offense_col': 3}} 2025-02-16 15:51:20,266 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belinst01'), ('cardset_id', 20)] 2025-02-16 15:51:20,353 - card_creation - INFO - session info: 2025-02-16 15:51:20,353 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10908, 'p_name': 'Stan Belinda', 'cost': 48, 'image': 'https://pd.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000792, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/73f463a7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belinst01', 'fangr_id': '1000792', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3919, 'first_name': 'Stan', 'last_name': 'Belinda', 'key_fangraphs': 1000792, 'key_bbref': 'belinst01', 'key_retro': 'belis001', 'key_mlbam': 110811, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38827, 'team': 38, 'player': 10908, 'created': 1738533340064}]}}]} 2025-02-16 15:51:20,353 - card_creation - INFO - patch: players [('cost', '4436'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10908/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:20,444 - card_creation - INFO - return: {'player_id': 10908, 'p_name': 'Stan Belinda', 'cost': 4436, 'image': 'https://pddev.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000792, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/73f463a7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belinst01', 'fangr_id': '1000792', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3919, 'first_name': 'Stan', 'last_name': 'Belinda', 'key_fangraphs': 1000792, 'key_bbref': 'belinst01', 'key_retro': 'belis001', 'key_mlbam': 110811, 'offense_col': 2}} 2025-02-16 15:51:20,444 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bergmse01'), ('cardset_id', 20)] 2025-02-16 15:51:20,545 - card_creation - INFO - session info: 2025-02-16 15:51:20,546 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11035, 'p_name': 'Sean Bergman', 'cost': 306, 'image': 'https://pd.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000881, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/faddf258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergmse01', 'fangr_id': '1000881', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4019, 'first_name': 'Sean', 'last_name': 'Bergman', 'key_fangraphs': 1000881, 'key_bbref': 'bergmse01', 'key_retro': 'bergs001', 'key_mlbam': 110909, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:20,546 - card_creation - INFO - patch: players [('cost', '33'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11035/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:20,638 - card_creation - INFO - return: {'player_id': 11035, 'p_name': 'Sean Bergman', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000881, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/faddf258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergmse01', 'fangr_id': '1000881', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4019, 'first_name': 'Sean', 'last_name': 'Bergman', 'key_fangraphs': 1000881, 'key_bbref': 'bergmse01', 'key_retro': 'bergs001', 'key_mlbam': 110909, 'offense_col': 3}} 2025-02-16 15:51:20,639 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsra05'), ('cardset_id', 20)] 2025-02-16 15:51:20,737 - card_creation - INFO - session info: 2025-02-16 15:51:20,737 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11036, 'p_name': 'Randy Johnson', 'cost': 2201, 'image': 'https://pd.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 60, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e905e1ef_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsra05', 'fangr_id': '60', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2776, 'first_name': 'Randy', 'last_name': 'Johnson', 'key_fangraphs': 60, 'key_bbref': 'johnsra05', 'key_retro': 'johnr005', 'key_mlbam': 116615, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37997, 'team': 47, 'player': 11036, 'created': 1734921897621}]}}]} 2025-02-16 15:51:20,737 - card_creation - INFO - patch: players [('cost', '669'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11036/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:20,826 - card_creation - INFO - return: {'player_id': 11036, 'p_name': 'Randy Johnson', 'cost': 669, 'image': 'https://pddev.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 60, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e905e1ef_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsra05', 'fangr_id': '60', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2776, 'first_name': 'Randy', 'last_name': 'Johnson', 'key_fangraphs': 60, 'key_bbref': 'johnsra05', 'key_retro': 'johnr005', 'key_mlbam': 116615, 'offense_col': 3}} 2025-02-16 15:51:20,826 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ludwier01'), ('cardset_id', 20)] 2025-02-16 15:51:20,914 - card_creation - INFO - session info: 2025-02-16 15:51:20,914 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11504, 'p_name': 'Eric Ludwick', 'cost': 20, 'image': 'https://pd.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007816, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ludwier01', 'fangr_id': '1007816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4299, 'first_name': 'Eric', 'last_name': 'Ludwick', 'key_fangraphs': 1007816, 'key_bbref': 'ludwier01', 'key_retro': 'ludwe001', 'key_mlbam': 117984, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:20,915 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11504/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:21,010 - card_creation - INFO - return: {'player_id': 11504, 'p_name': 'Eric Ludwick', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007816, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ludwier01', 'fangr_id': '1007816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4299, 'first_name': 'Eric', 'last_name': 'Ludwick', 'key_fangraphs': 1007816, 'key_bbref': 'ludwier01', 'key_retro': 'ludwe001', 'key_mlbam': 117984, 'offense_col': 3}} 2025-02-16 15:51:21,011 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezyo01'), ('cardset_id', 20)] 2025-02-16 15:51:21,110 - card_creation - INFO - session info: 2025-02-16 15:51:21,110 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11476, 'p_name': 'Yorkis Perez', 'cost': 4011, 'image': 'https://pd.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1513, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/98fef4bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezyo01', 'fangr_id': '1513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4273, 'first_name': 'Yorkis', 'last_name': 'Perez', 'key_fangraphs': 1513, 'key_bbref': 'perezyo01', 'key_retro': 'perey001', 'key_mlbam': 120417, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38332, 'team': 47, 'player': 11476, 'created': 1736205194812}]}}]} 2025-02-16 15:51:21,111 - card_creation - INFO - patch: players [('cost', '3578'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11476/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:21,206 - card_creation - INFO - return: {'player_id': 11476, 'p_name': 'Yorkis Perez', 'cost': 3578, 'image': 'https://pddev.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1513, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/98fef4bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezyo01', 'fangr_id': '1513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4273, 'first_name': 'Yorkis', 'last_name': 'Perez', 'key_fangraphs': 1513, 'key_bbref': 'perezyo01', 'key_retro': 'perey001', 'key_mlbam': 120417, 'offense_col': 3}} 2025-02-16 15:51:21,206 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loeweca01'), ('cardset_id', 20)] 2025-02-16 15:51:21,305 - card_creation - INFO - session info: 2025-02-16 15:51:21,305 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11477, 'p_name': 'Carlton Loewer', 'cost': 5, 'image': 'https://pd.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1713, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loeweca01', 'fangr_id': '1713', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4274, 'first_name': 'Carlton', 'last_name': 'Loewer', 'key_fangraphs': 1713, 'key_bbref': 'loeweca01', 'key_retro': 'loewc001', 'key_mlbam': 133780, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:21,305 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11477/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:21,398 - card_creation - INFO - return: {'player_id': 11477, 'p_name': 'Carlton Loewer', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1713, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loeweca01', 'fangr_id': '1713', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4274, 'first_name': 'Carlton', 'last_name': 'Loewer', 'key_fangraphs': 1713, 'key_bbref': 'loeweca01', 'key_retro': 'loewc001', 'key_mlbam': 133780, 'offense_col': 3}} 2025-02-16 15:51:21,398 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leiteal01'), ('cardset_id', 20)] 2025-02-16 15:51:21,491 - card_creation - INFO - session info: 2025-02-16 15:51:21,491 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10909, 'p_name': 'Al Leiter', 'cost': 321, 'image': 'https://pd.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 883, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b348f411_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leiteal01', 'fangr_id': '883', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3920, 'first_name': 'Al', 'last_name': 'Leiter', 'key_fangraphs': 883, 'key_bbref': 'leiteal01', 'key_retro': 'leita001', 'key_mlbam': 117652, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36344, 'team': 69, 'player': 10909, 'created': 1730920177137}, {'id': 36735, 'team': 47, 'player': 10909, ' [ S N I P P E D ] 2025-02-16 15:51:21,492 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10909/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:21,584 - card_creation - INFO - return: {'player_id': 10909, 'p_name': 'Al Leiter', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 883, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b348f411_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leiteal01', 'fangr_id': '883', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3920, 'first_name': 'Al', 'last_name': 'Leiter', 'key_fangraphs': 883, 'key_bbref': 'leiteal01', 'key_retro': 'leita001', 'key_mlbam': 117652, 'offense_col': 1}} 2025-02-16 15:51:21,585 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morgami01'), ('cardset_id', 20)] 2025-02-16 15:51:21,683 - card_creation - INFO - session info: 2025-02-16 15:51:21,683 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10910, 'p_name': 'Mike Morgan', 'cost': 77, 'image': 'https://pd.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 67, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a7727193_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morgami01', 'fangr_id': '67', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3921, 'first_name': 'Mike', 'last_name': 'Morgan', 'key_fangraphs': 67, 'key_bbref': 'morgami01', 'key_retro': 'morgm001', 'key_mlbam': 119374, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35725, 'team': 38, 'player': 10910, 'created': 1730616941935}, {'id': 36973, 'team': 47, 'player': 10910, 'cre [ S N I P P E D ] 2025-02-16 15:51:21,683 - card_creation - INFO - patch: players [('cost', '77'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10910/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:21,770 - card_creation - INFO - return: {'player_id': 10910, 'p_name': 'Mike Morgan', 'cost': 77, 'image': 'https://pddev.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 67, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a7727193_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morgami01', 'fangr_id': '67', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3921, 'first_name': 'Mike', 'last_name': 'Morgan', 'key_fangraphs': 67, 'key_bbref': 'morgami01', 'key_retro': 'morgm001', 'key_mlbam': 119374, 'offense_col': 1}} 2025-02-16 15:51:21,770 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ruschgl01'), ('cardset_id', 20)] 2025-02-16 15:51:21,866 - card_creation - INFO - session info: 2025-02-16 15:51:21,866 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10911, 'p_name': 'Glendon Rusch', 'cost': 697, 'image': 'https://pd.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 707, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cd4ca593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ruschgl01', 'fangr_id': '707', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2638, 'first_name': 'Glendon', 'last_name': 'Rusch', 'key_fangraphs': 707, 'key_bbref': 'ruschgl01', 'key_retro': 'ruscg001', 'key_mlbam': 121556, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35551, 'team': 69, 'player': 10911, 'created': 1730616941189}, {'id': 35715, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 15:51:21,866 - card_creation - INFO - patch: players [('cost', '999'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10911/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:21,959 - card_creation - INFO - return: {'player_id': 10911, 'p_name': 'Glendon Rusch', 'cost': 999, 'image': 'https://pddev.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 707, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cd4ca593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ruschgl01', 'fangr_id': '707', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2638, 'first_name': 'Glendon', 'last_name': 'Rusch', 'key_fangraphs': 707, 'key_bbref': 'ruschgl01', 'key_retro': 'ruscg001', 'key_mlbam': 121556, 'offense_col': 3}} 2025-02-16 15:51:21,959 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pittsji01'), ('cardset_id', 20)] 2025-02-16 15:51:22,059 - card_creation - INFO - session info: 2025-02-16 15:51:22,059 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11163, 'p_name': 'Jim Pittsley', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7fa478ae_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pittsji01', 'fangr_id': '1010379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4130, 'first_name': 'Jim', 'last_name': 'Pittsley', 'key_fangraphs': 1010379, 'key_bbref': 'pittsji01', 'key_retro': 'pittj002', 'key_mlbam': 120609, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:22,059 - card_creation - INFO - patch: players [('cost', '12'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11163/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:22,158 - card_creation - INFO - return: {'player_id': 11163, 'p_name': 'Jim Pittsley', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7fa478ae_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pittsji01', 'fangr_id': '1010379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4130, 'first_name': 'Jim', 'last_name': 'Pittsley', 'key_fangraphs': 1010379, 'key_bbref': 'pittsji01', 'key_retro': 'pittj002', 'key_mlbam': 120609, 'offense_col': 1}} 2025-02-16 15:51:22,158 - card_creation - INFO - get: players id: None params: [('bbref_id', 'keyji01'), ('cardset_id', 20)] 2025-02-16 15:51:22,264 - card_creation - INFO - session info: 2025-02-16 15:51:22,264 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10912, 'p_name': 'Jimmy Key', 'cost': 433, 'image': 'https://pd.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006885, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eee5289f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keyji01', 'fangr_id': '1006885', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3922, 'first_name': 'Jimmy', 'last_name': 'Key', 'key_fangraphs': 1006885, 'key_bbref': 'keyji01', 'key_retro': 'key-j001', 'key_mlbam': 117032, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:22,265 - card_creation - INFO - patch: players [('cost', '138'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10912/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:22,362 - card_creation - INFO - return: {'player_id': 10912, 'p_name': 'Jimmy Key', 'cost': 138, 'image': 'https://pddev.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006885, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eee5289f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keyji01', 'fangr_id': '1006885', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3922, 'first_name': 'Jimmy', 'last_name': 'Key', 'key_fangraphs': 1006885, 'key_bbref': 'keyji01', 'key_retro': 'key-j001', 'key_mlbam': 117032, 'offense_col': 1}} 2025-02-16 15:51:22,362 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kamiesc01'), ('cardset_id', 20)] 2025-02-16 15:51:22,464 - card_creation - INFO - session info: 2025-02-16 15:51:22,464 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11103, 'p_name': 'Scott Kamieniecki', 'cost': 112, 'image': 'https://pd.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006681, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4ef2b981_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kamiesc01', 'fangr_id': '1006681', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4080, 'first_name': 'Scott', 'last_name': 'Kamieniecki', 'key_fangraphs': 1006681, 'key_bbref': 'kamiesc01', 'key_retro': 'kamis001', 'key_mlbam': 116824, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37212, 'team': 33, 'player': 11103, 'created': 1731963342633}, {'id': 38 [ S N I P P E D ] 2025-02-16 15:51:22,465 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11103/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:22,565 - card_creation - INFO - return: {'player_id': 11103, 'p_name': 'Scott Kamieniecki', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006681, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4ef2b981_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kamiesc01', 'fangr_id': '1006681', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4080, 'first_name': 'Scott', 'last_name': 'Kamieniecki', 'key_fangraphs': 1006681, 'key_bbref': 'kamiesc01', 'key_retro': 'kamis001', 'key_mlbam': 116824, 'offense_col': 2}} 2025-02-16 15:51:22,566 - card_creation - INFO - get: players id: None params: [('bbref_id', 'keaglgr01'), ('cardset_id', 20)] 2025-02-16 15:51:22,661 - card_creation - INFO - session info: 2025-02-16 15:51:22,661 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10913, 'p_name': 'Greg Keagle', 'cost': 316, 'image': 'https://pd.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006726, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/04856254_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keaglgr01', 'fangr_id': '1006726', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3923, 'first_name': 'Greg', 'last_name': 'Keagle', 'key_fangraphs': 1006726, 'key_bbref': 'keaglgr01', 'key_retro': 'keagg001', 'key_mlbam': 116871, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:22,662 - card_creation - INFO - patch: players [('cost', '316'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10913/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:22,753 - card_creation - INFO - return: {'player_id': 10913, 'p_name': 'Greg Keagle', 'cost': 316, 'image': 'https://pddev.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006726, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/04856254_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'keaglgr01', 'fangr_id': '1006726', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3923, 'first_name': 'Greg', 'last_name': 'Keagle', 'key_fangraphs': 1006726, 'key_bbref': 'keaglgr01', 'key_retro': 'keagg001', 'key_mlbam': 116871, 'offense_col': 1}} 2025-02-16 15:51:22,753 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brocado01'), ('cardset_id', 20)] 2025-02-16 15:51:22,861 - card_creation - INFO - session info: 2025-02-16 15:51:22,861 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11195, 'p_name': 'Doug Brocail', 'cost': 1319, 'image': 'https://pd.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/117b6258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:22,861 - card_creation - INFO - patch: players [('cost', '4089'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11195/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:22,954 - card_creation - INFO - return: {'player_id': 11195, 'p_name': 'Doug Brocail', 'cost': 4089, 'image': 'https://pddev.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/117b6258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brocado01', 'fangr_id': '551', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}} 2025-02-16 15:51:22,954 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesto02'), ('cardset_id', 20)] 2025-02-16 15:51:23,051 - card_creation - INFO - session info: 2025-02-16 15:51:23,051 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11240, 'p_name': 'Todd Jones', 'cost': 3376, 'image': 'https://pd.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 436, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5ec10c72_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesto02', 'fangr_id': '436', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2826, 'first_name': 'Todd', 'last_name': 'Jones', 'key_fangraphs': 436, 'key_bbref': 'jonesto02', 'key_retro': 'jonet003', 'key_mlbam': 116734, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:23,052 - card_creation - INFO - patch: players [('cost', '1417'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11240/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:23,241 - card_creation - INFO - return: {'player_id': 11240, 'p_name': 'Todd Jones', 'cost': 1417, 'image': 'https://pddev.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 436, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5ec10c72_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesto02', 'fangr_id': '436', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2826, 'first_name': 'Todd', 'last_name': 'Jones', 'key_fangraphs': 436, 'key_bbref': 'jonesto02', 'key_retro': 'jonet003', 'key_mlbam': 116734, 'offense_col': 1}} 2025-02-16 15:51:23,242 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eyresc01'), ('cardset_id', 20)] 2025-02-16 15:51:23,348 - card_creation - INFO - session info: 2025-02-16 15:51:23,349 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10914, 'p_name': 'Scott Eyre', 'cost': 45, 'image': 'https://pd.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1300, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e4cf4bb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eyresc01', 'fangr_id': '1300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3175, 'first_name': 'Scott', 'last_name': 'Eyre', 'key_fangraphs': 1300, 'key_bbref': 'eyresc01', 'key_retro': 'eyres001', 'key_mlbam': 113961, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35540, 'team': 38, 'player': 10914, 'created': 1730616940558}, {'id': 35603, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 15:51:23,349 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10914/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:23,437 - card_creation - INFO - return: {'player_id': 10914, 'p_name': 'Scott Eyre', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1300, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e4cf4bb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eyresc01', 'fangr_id': '1300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3175, 'first_name': 'Scott', 'last_name': 'Eyre', 'key_fangraphs': 1300, 'key_bbref': 'eyresc01', 'key_retro': 'eyres001', 'key_mlbam': 113961, 'offense_col': 2}} 2025-02-16 15:51:23,437 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aguilri01'), ('cardset_id', 20)] 2025-02-16 15:51:23,554 - card_creation - INFO - session info: 2025-02-16 15:51:23,554 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11037, 'p_name': 'Rick Aguilera', 'cost': 116, 'image': 'https://pd.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000086, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c29fd34b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aguilri01', 'fangr_id': '1000086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4020, 'first_name': 'Rick', 'last_name': 'Aguilera', 'key_fangraphs': 1000086, 'key_bbref': 'aguilri01', 'key_retro': 'aguir001', 'key_mlbam': 110090, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36982, 'team': 47, 'player': 11037, 'created': 1731602870133}]}}]} 2025-02-16 15:51:23,555 - card_creation - INFO - patch: players [('cost', '375'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11037/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:23,642 - card_creation - INFO - return: {'player_id': 11037, 'p_name': 'Rick Aguilera', 'cost': 375, 'image': 'https://pddev.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000086, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c29fd34b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aguilri01', 'fangr_id': '1000086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4020, 'first_name': 'Rick', 'last_name': 'Aguilera', 'key_fangraphs': 1000086, 'key_bbref': 'aguilri01', 'key_retro': 'aguir001', 'key_mlbam': 110090, 'offense_col': 2}} 2025-02-16 15:51:23,642 - card_creation - INFO - get: players id: None params: [('bbref_id', 'miltoer01'), ('cardset_id', 20)] 2025-02-16 15:51:23,762 - card_creation - INFO - session info: 2025-02-16 15:51:23,762 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 90, 'image': 'https://pd.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35915, 'team': 55, 'player': 10915, 'created': 1730748268221}, {'id': 36416, 'team': 69, 'player': 10 [ S N I P P E D ] 2025-02-16 15:51:23,762 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10915/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:23,859 - card_creation - INFO - return: {'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'miltoer01', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}} 2025-02-16 15:51:23,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ogeach01'), ('cardset_id', 20)] 2025-02-16 15:51:23,971 - card_creation - INFO - session info: 2025-02-16 15:51:23,971 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11104, 'p_name': 'Chad Ogea', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009744, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/e634356a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ogeach01', 'fangr_id': '1009744', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4081, 'first_name': 'Chad', 'last_name': 'Ogea', 'key_fangraphs': 1009744, 'key_bbref': 'ogeach01', 'key_retro': 'ogeac001', 'key_mlbam': 119952, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:23,971 - card_creation - INFO - patch: players [('cost', '109'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11104/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:24,051 - card_creation - INFO - return: {'player_id': 11104, 'p_name': 'Chad Ogea', 'cost': 109, 'image': 'https://pddev.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009744, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/e634356a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ogeach01', 'fangr_id': '1009744', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4081, 'first_name': 'Chad', 'last_name': 'Ogea', 'key_fangraphs': 1009744, 'key_bbref': 'ogeach01', 'key_retro': 'ogeac001', 'key_mlbam': 119952, 'offense_col': 1}} 2025-02-16 15:51:24,052 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aldresc01'), ('cardset_id', 20)] 2025-02-16 15:51:24,134 - card_creation - INFO - session info: 2025-02-16 15:51:24,134 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11524, 'p_name': 'Scott Aldred', 'cost': 370, 'image': 'https://pd.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000115, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aldresc01', 'fangr_id': '1000115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:24,134 - card_creation - INFO - patch: players [('cost', '4508'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11524/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:24,228 - card_creation - INFO - return: {'player_id': 11524, 'p_name': 'Scott Aldred', 'cost': 4508, 'image': 'https://pddev.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000115, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aldresc01', 'fangr_id': '1000115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1}} 2025-02-16 15:51:24,228 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsja02'), ('cardset_id', 20)] 2025-02-16 15:51:24,320 - card_creation - INFO - session info: 2025-02-16 15:51:24,320 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11164, 'p_name': 'Jason Johnson', 'cost': 9, 'image': 'https://pd.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 147, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/64b40203_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsja02', 'fangr_id': '147', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3160, 'first_name': 'Jason', 'last_name': 'Johnson', 'key_fangraphs': 147, 'key_bbref': 'johnsja02', 'key_retro': 'johnj007', 'key_mlbam': 116595, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37486, 'team': 33, 'player': 11164, 'created': 1731963342642}]}}]} 2025-02-16 15:51:24,321 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11164/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:24,419 - card_creation - INFO - return: {'player_id': 11164, 'p_name': 'Jason Johnson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 147, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/64b40203_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsja02', 'fangr_id': '147', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3160, 'first_name': 'Jason', 'last_name': 'Johnson', 'key_fangraphs': 147, 'key_bbref': 'johnsja02', 'key_retro': 'johnj007', 'key_mlbam': 116595, 'offense_col': 1}} 2025-02-16 15:51:24,419 - card_creation - INFO - get: players id: None params: [('bbref_id', 'santaju01'), ('cardset_id', 20)] 2025-02-16 15:51:24,501 - card_creation - INFO - session info: 2025-02-16 15:51:24,502 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11165, 'p_name': 'Julio Santana', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 496, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d69ec2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaju01', 'fangr_id': '496', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4131, 'first_name': 'Julio', 'last_name': 'Santana', 'key_fangraphs': 496, 'key_bbref': 'santaju01', 'key_retro': 'santj001', 'key_mlbam': 121690, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:24,502 - card_creation - INFO - patch: players [('cost', '759'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11165/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:24,581 - card_creation - INFO - return: {'player_id': 11165, 'p_name': 'Julio Santana', 'cost': 759, 'image': 'https://pddev.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 496, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d69ec2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaju01', 'fangr_id': '496', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4131, 'first_name': 'Julio', 'last_name': 'Santana', 'key_fangraphs': 496, 'key_bbref': 'santaju01', 'key_retro': 'santj001', 'key_mlbam': 121690, 'offense_col': 1}} 2025-02-16 15:51:24,581 - card_creation - INFO - get: players id: None params: [('bbref_id', 'seleaa01'), ('cardset_id', 20)] 2025-02-16 15:51:24,683 - card_creation - INFO - session info: 2025-02-16 15:51:24,683 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10916, 'p_name': 'Aaron Sele', 'cost': 307, 'image': 'https://pd.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 34, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/50974fb9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seleaa01', 'fangr_id': '34', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3925, 'first_name': 'Aaron', 'last_name': 'Sele', 'key_fangraphs': 34, 'key_bbref': 'seleaa01', 'key_retro': 'selea001', 'key_mlbam': 121986, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35410, 'team': 33, 'player': 10916, 'created': 1730616940558}, {'id': 35730, 'team': 38, 'player': 10916, 'cre [ S N I P P E D ] 2025-02-16 15:51:24,683 - card_creation - INFO - patch: players [('cost', '76'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10916/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:24,764 - card_creation - INFO - return: {'player_id': 10916, 'p_name': 'Aaron Sele', 'cost': 76, 'image': 'https://pddev.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 34, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/50974fb9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seleaa01', 'fangr_id': '34', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3925, 'first_name': 'Aaron', 'last_name': 'Sele', 'key_fangraphs': 34, 'key_bbref': 'seleaa01', 'key_retro': 'selea001', 'key_mlbam': 121986, 'offense_col': 1}} 2025-02-16 15:51:24,764 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oliveda02'), ('cardset_id', 20)] 2025-02-16 15:51:24,871 - card_creation - INFO - session info: 2025-02-16 15:51:24,871 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11038, 'p_name': 'Darren Oliver', 'cost': 84, 'image': 'https://pd.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2c3ca278_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oliveda02', 'fangr_id': '206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1930, 'first_name': 'Darren', 'last_name': 'Oliver', 'key_fangraphs': 206, 'key_bbref': 'oliveda02', 'key_retro': 'olivd001', 'key_mlbam': 119984, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36998, 'team': 47, 'player': 11038, 'created': 1731602869923}, {'id': 37103, 'team': 49, ' [ S N I P P E D ] 2025-02-16 15:51:24,871 - card_creation - INFO - patch: players [('cost', '5'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11038/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:24,950 - card_creation - INFO - return: {'player_id': 11038, 'p_name': 'Darren Oliver', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2c3ca278_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oliveda02', 'fangr_id': '206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1930, 'first_name': 'Darren', 'last_name': 'Oliver', 'key_fangraphs': 206, 'key_bbref': 'oliveda02', 'key_retro': 'olivd001', 'key_mlbam': 119984, 'offense_col': 1}} 2025-02-16 15:51:24,950 - card_creation - INFO - get: players id: None params: [('bbref_id', 'irabuhi01'), ('cardset_id', 20)] 2025-02-16 15:51:25,022 - card_creation - INFO - session info: 2025-02-16 15:51:25,022 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11105, 'p_name': 'Hideki Irabu', 'cost': 649, 'image': 'https://pd.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1255, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c862a1cb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'irabuhi01', 'fangr_id': '1255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4082, 'first_name': 'Hideki', 'last_name': 'Irabu', 'key_fangraphs': 1255, 'key_bbref': 'irabuhi01', 'key_retro': 'irabh001', 'key_mlbam': 116400, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:25,022 - card_creation - INFO - patch: players [('cost', '326'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11105/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:25,102 - card_creation - INFO - return: {'player_id': 11105, 'p_name': 'Hideki Irabu', 'cost': 326, 'image': 'https://pddev.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1255, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c862a1cb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'irabuhi01', 'fangr_id': '1255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4082, 'first_name': 'Hideki', 'last_name': 'Irabu', 'key_fangraphs': 1255, 'key_bbref': 'irabuhi01', 'key_retro': 'irabh001', 'key_mlbam': 116400, 'offense_col': 1}} 2025-02-16 15:51:25,103 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clemero02'), ('cardset_id', 20)] 2025-02-16 15:51:25,202 - card_creation - INFO - session info: 2025-02-16 15:51:25,203 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10917, 'p_name': 'Roger Clemens', 'cost': 2111, 'image': 'https://pd.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b5a2be2f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clemero02', 'fangr_id': '815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3926, 'first_name': 'Roger', 'last_name': 'Clemens', 'key_fangraphs': 815, 'key_bbref': 'clemero02', 'key_retro': 'clemr001', 'key_mlbam': 112388, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36736, 'team': 47, 'player': 10917, 'created': 1731602870070}, {'id': 37579, 'team': 33 [ S N I P P E D ] 2025-02-16 15:51:25,203 - card_creation - INFO - patch: players [('cost', '2479'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10917/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:25,343 - card_creation - INFO - return: {'player_id': 10917, 'p_name': 'Roger Clemens', 'cost': 2479, 'image': 'https://pddev.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b5a2be2f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clemero02', 'fangr_id': '815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3926, 'first_name': 'Roger', 'last_name': 'Clemens', 'key_fangraphs': 815, 'key_bbref': 'clemero02', 'key_retro': 'clemr001', 'key_mlbam': 112388, 'offense_col': 1}} 2025-02-16 15:51:25,344 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesbo03'), ('cardset_id', 20)] 2025-02-16 15:51:25,440 - card_creation - INFO - session info: 2025-02-16 15:51:25,440 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10918, 'p_name': 'Bobby Jones', 'cost': 309, 'image': 'https://pd.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1039, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8b599437_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo03', 'fangr_id': '1039', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3927, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1039, 'key_bbref': 'jonesbo03', 'key_retro': 'joneb003', 'key_mlbam': 116717, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36613, 'team': 53, 'player': 10918, 'created': 1731297998339}]}}]} 2025-02-16 15:51:25,440 - card_creation - INFO - patch: players [('cost', '5'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10918/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:25,539 - card_creation - INFO - return: {'player_id': 10918, 'p_name': 'Bobby Jones', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1039, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8b599437_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo03', 'fangr_id': '1039', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3927, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1039, 'key_bbref': 'jonesbo03', 'key_retro': 'joneb003', 'key_mlbam': 116717, 'offense_col': 2}} 2025-02-16 15:51:25,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'choji01'), ('cardset_id', 20)] 2025-02-16 15:51:25,637 - card_creation - INFO - session info: 2025-02-16 15:51:25,638 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11525, 'p_name': 'Jin Ho Cho', 'cost': 93, 'image': 'https://pd.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002203, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'choji01', 'fangr_id': '1002203', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:25,638 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11525/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:25,726 - card_creation - INFO - return: {'player_id': 11525, 'p_name': 'Jin Ho Cho', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002203, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'choji01', 'fangr_id': '1002203', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1}} 2025-02-16 15:51:25,727 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodedw01'), ('cardset_id', 20)] 2025-02-16 15:51:25,819 - card_creation - INFO - session info: 2025-02-16 15:51:25,820 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11279, 'p_name': 'Dwight Gooden', 'cost': 108, 'image': 'https://pd.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004852, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d9e52fa4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodedw01', 'fangr_id': '1004852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4228, 'first_name': 'Dwight', 'last_name': 'Gooden', 'key_fangraphs': 1004852, 'key_bbref': 'goodedw01', 'key_retro': 'goodd001', 'key_mlbam': 114947, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38842, 'team': 38, 'player': 11279, 'created': 1738533340064}]}}]} 2025-02-16 15:51:25,820 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11279/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:25,910 - card_creation - INFO - return: {'player_id': 11279, 'p_name': 'Dwight Gooden', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004852, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d9e52fa4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodedw01', 'fangr_id': '1004852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4228, 'first_name': 'Dwight', 'last_name': 'Gooden', 'key_fangraphs': 1004852, 'key_bbref': 'goodedw01', 'key_retro': 'goodd001', 'key_mlbam': 114947, 'offense_col': 2}} 2025-02-16 15:51:25,910 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rosebr01'), ('cardset_id', 20)] 2025-02-16 15:51:25,998 - card_creation - INFO - session info: 2025-02-16 15:51:25,998 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10919, 'p_name': 'Brian Rose', 'cost': 246, 'image': 'https://pd.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011201, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1bcb5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosebr01', 'fangr_id': '1011201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3928, 'first_name': 'Brian', 'last_name': 'Rose', 'key_fangraphs': 1011201, 'key_bbref': 'rosebr01', 'key_retro': 'roseb002', 'key_mlbam': 121450, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35509, 'team': 47, 'player': 10919, 'created': 1730616941189}, {'id': 35959, 'team': 55, 'pla [ S N I P P E D ] 2025-02-16 15:51:25,999 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10919/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:26,088 - card_creation - INFO - return: {'player_id': 10919, 'p_name': 'Brian Rose', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011201, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1bcb5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosebr01', 'fangr_id': '1011201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3928, 'first_name': 'Brian', 'last_name': 'Rose', 'key_fangraphs': 1011201, 'key_bbref': 'rosebr01', 'key_retro': 'roseb002', 'key_mlbam': 121450, 'offense_col': 2}} 2025-02-16 15:51:26,088 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walkeja01'), ('cardset_id', 20)] 2025-02-16 15:51:26,178 - card_creation - INFO - session info: 2025-02-16 15:51:26,178 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11312, 'p_name': 'Jamie Walker', 'cost': 16, 'image': 'https://pd.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 502, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkeja01', 'fangr_id': '502', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2655, 'first_name': 'Jamie', 'last_name': 'Walker', 'key_fangraphs': 502, 'key_bbref': 'walkeja01', 'key_retro': 'walkj001', 'key_mlbam': 123828, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:26,178 - card_creation - INFO - patch: players [('cost', '16'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11312/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:26,273 - card_creation - INFO - return: {'player_id': 11312, 'p_name': 'Jamie Walker', 'cost': 16, 'image': 'https://pddev.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 502, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkeja01', 'fangr_id': '502', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2655, 'first_name': 'Jamie', 'last_name': 'Walker', 'key_fangraphs': 502, 'key_bbref': 'walkeja01', 'key_retro': 'walkj001', 'key_mlbam': 123828, 'offense_col': 1}} 2025-02-16 15:51:26,273 - card_creation - INFO - get: players id: None params: [('bbref_id', 'deharri01'), ('cardset_id', 20)] 2025-02-16 15:51:26,366 - card_creation - INFO - session info: 2025-02-16 15:51:26,367 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11478, 'p_name': 'Rick DeHart', 'cost': 1048, 'image': 'https://pd.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1723, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deharri01', 'fangr_id': '1723', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4275, 'first_name': 'Rick', 'last_name': 'DeHart', 'key_fangraphs': 1723, 'key_bbref': 'deharri01', 'key_retro': 'dehar001', 'key_mlbam': 113204, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:26,367 - card_creation - INFO - patch: players [('cost', '1048'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11478/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:26,469 - card_creation - INFO - return: {'player_id': 11478, 'p_name': 'Rick DeHart', 'cost': 1048, 'image': 'https://pddev.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1723, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deharri01', 'fangr_id': '1723', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4275, 'first_name': 'Rick', 'last_name': 'DeHart', 'key_fangraphs': 1723, 'key_bbref': 'deharri01', 'key_retro': 'dehar001', 'key_mlbam': 113204, 'offense_col': 3}} 2025-02-16 15:51:26,469 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sprinde01'), ('cardset_id', 20)] 2025-02-16 15:51:26,575 - card_creation - INFO - session info: 2025-02-16 15:51:26,575 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10920, 'p_name': 'Dennis Springer', 'cost': 37, 'image': 'https://pd.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/31ea019a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinde01', 'fangr_id': '672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3929, 'first_name': 'Dennis', 'last_name': 'Springer', 'key_fangraphs': 672, 'key_bbref': 'sprinde01', 'key_retro': 'sprid001', 'key_mlbam': 122618, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35416, 'team': 33, 'player': 10920, 'created': 1730616942106}, {'id': 36472, 'team': 47, [ S N I P P E D ] 2025-02-16 15:51:26,575 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10920/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:26,673 - card_creation - INFO - return: {'player_id': 10920, 'p_name': 'Dennis Springer', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 672, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/31ea019a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinde01', 'fangr_id': '672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3929, 'first_name': 'Dennis', 'last_name': 'Springer', 'key_fangraphs': 672, 'key_bbref': 'sprinde01', 'key_retro': 'sprid001', 'key_mlbam': 122618, 'offense_col': 2}} 2025-02-16 15:51:26,674 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rekarbr01'), ('cardset_id', 20)] 2025-02-16 15:51:26,769 - card_creation - INFO - session info: 2025-02-16 15:51:26,769 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:26,769 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'rekab001')] 2025-02-16 15:51:26,862 - card_creation - INFO - session info: 2025-02-16 15:51:26,862 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:26,862 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Bryan', 'last_name': 'Rekar', 'key_mlbam': 121057, 'key_fangraphs': 625, 'key_bbref': 'rekarbr01', 'key_retro': 'rekab001'} type: 2025-02-16 15:51:26,947 - card_creation - INFO - return: {'id': 4346, 'first_name': 'Bryan', 'last_name': 'Rekar', 'key_fangraphs': 625, 'key_bbref': 'rekarbr01', 'key_retro': 'rekab001', 'key_mlbam': 121057, 'offense_col': 3} 2025-02-16 15:51:26,947 - card_creation - INFO - post: players payload: {'p_name': 'Bryan Rekar', 'cost': '289', 'image': 'change-me', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset_id': 20, 'set_num': 625, 'rarity_id': 2, 'description': 'Live', 'bbref_id': 'rekarbr01', 'fangr_id': 625, 'mlbplayer_id': 4346, 'pos_1': 'SP'} type: 2025-02-16 15:51:27,036 - card_creation - INFO - return: {'player_id': 11573, 'p_name': 'Bryan Rekar', 'cost': 289, 'image': 'change-me', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rekarbr01', 'fangr_id': '625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4346, 'first_name': 'Bryan', 'last_name': 'Rekar', 'key_fangraphs': 625, 'key_bbref': 'rekarbr01', 'key_retro': 'rekab001', 'key_mlbam': 121057, 'offense_col': 3}} 2025-02-16 15:51:27,037 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11573/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:27,167 - card_creation - INFO - return: {'player_id': 11573, 'p_name': 'Bryan Rekar', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/11573/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rekarbr01', 'fangr_id': '625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4346, 'first_name': 'Bryan', 'last_name': 'Rekar', 'key_fangraphs': 625, 'key_bbref': 'rekarbr01', 'key_retro': 'rekab001', 'key_mlbam': 121057, 'offense_col': 3}} 2025-02-16 15:51:27,167 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lirafe01'), ('cardset_id', 20)] 2025-02-16 15:51:27,268 - card_creation - INFO - session info: 2025-02-16 15:51:27,268 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11166, 'p_name': 'Felipe Lira', 'cost': 14, 'image': 'https://pd.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007649, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7ad04cff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lirafe01', 'fangr_id': '1007649', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4132, 'first_name': 'Felipe', 'last_name': 'Lira', 'key_fangraphs': 1007649, 'key_bbref': 'lirafe01', 'key_retro': 'liraf001', 'key_mlbam': 117809, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37322, 'team': 47, 'player': 11166, 'created': 1731963342633}, {'id': 37619, 'team': [ S N I P P E D ] 2025-02-16 15:51:27,268 - card_creation - INFO - patch: players [('cost', '14'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11166/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:27,367 - card_creation - INFO - return: {'player_id': 11166, 'p_name': 'Felipe Lira', 'cost': 14, 'image': 'https://pddev.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007649, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7ad04cff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lirafe01', 'fangr_id': '1007649', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4132, 'first_name': 'Felipe', 'last_name': 'Lira', 'key_fangraphs': 1007649, 'key_bbref': 'lirafe01', 'key_retro': 'liraf001', 'key_mlbam': 117809, 'offense_col': 1}} 2025-02-16 15:51:27,367 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aceveju01'), ('cardset_id', 20)] 2025-02-16 15:51:27,455 - card_creation - INFO - session info: 2025-02-16 15:51:27,455 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11167, 'p_name': 'Juan Acevedo', 'cost': 1176, 'image': 'https://pd.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 458, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fd0e33d4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aceveju01', 'fangr_id': '458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4133, 'first_name': 'Juan', 'last_name': 'Acevedo', 'key_fangraphs': 458, 'key_bbref': 'aceveju01', 'key_retro': 'acevj001', 'key_mlbam': 110032, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37461, 'team': 33, 'player': 11167, 'created': 1731963342630}, {'id': 38818, 'team': 38, 'playe [ S N I P P E D ] 2025-02-16 15:51:27,455 - card_creation - INFO - patch: players [('cost', '414'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11167/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:27,544 - card_creation - INFO - return: {'player_id': 11167, 'p_name': 'Juan Acevedo', 'cost': 414, 'image': 'https://pddev.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 458, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fd0e33d4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aceveju01', 'fangr_id': '458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4133, 'first_name': 'Juan', 'last_name': 'Acevedo', 'key_fangraphs': 458, 'key_bbref': 'aceveju01', 'key_retro': 'acevj001', 'key_mlbam': 110032, 'offense_col': 2}} 2025-02-16 15:51:27,544 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aybarma01'), ('cardset_id', 20)] 2025-02-16 15:51:27,623 - card_creation - INFO - session info: 2025-02-16 15:51:27,623 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10921, 'p_name': 'Manny Aybar', 'cost': 35, 'image': 'https://pd.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1107, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5547195_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aybarma01', 'fangr_id': '1107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3930, 'first_name': 'Manny', 'last_name': 'Aybar', 'key_fangraphs': 1107, 'key_bbref': 'aybarma01', 'key_retro': 'aybam001', 'key_mlbam': 110403, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36561, 'team': 33, 'player': 10921, 'created': 1731297998536}, {'id': 37695, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 15:51:27,623 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10921/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:27,699 - card_creation - INFO - return: {'player_id': 10921, 'p_name': 'Manny Aybar', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1107, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5547195_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aybarma01', 'fangr_id': '1107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3930, 'first_name': 'Manny', 'last_name': 'Aybar', 'key_fangraphs': 1107, 'key_bbref': 'aybarma01', 'key_retro': 'aybam001', 'key_mlbam': 110403, 'offense_col': 1}} 2025-02-16 15:51:27,699 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winchsc01'), ('cardset_id', 20)] 2025-02-16 15:51:27,784 - card_creation - INFO - session info: 2025-02-16 15:51:27,784 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11106, 'p_name': 'Scott Winchester', 'cost': 2, 'image': 'https://pd.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/27060b2d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winchsc01', 'fangr_id': '1014120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4083, 'first_name': 'Scott', 'last_name': 'Winchester', 'key_fangraphs': 1014120, 'key_bbref': 'winchsc01', 'key_retro': 'wincs001', 'key_mlbam': 124441, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37877, 'team': 47, 'player': 11106, 'created': 1733700057145}]}}]} 2025-02-16 15:51:27,784 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11106/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:27,860 - card_creation - INFO - return: {'player_id': 11106, 'p_name': 'Scott Winchester', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/27060b2d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winchsc01', 'fangr_id': '1014120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4083, 'first_name': 'Scott', 'last_name': 'Winchester', 'key_fangraphs': 1014120, 'key_bbref': 'winchsc01', 'key_retro': 'wincs001', 'key_mlbam': 124441, 'offense_col': 1}} 2025-02-16 15:51:27,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greisse01'), ('cardset_id', 20)] 2025-02-16 15:51:27,937 - card_creation - INFO - session info: 2025-02-16 15:51:27,937 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11313, 'p_name': 'Seth Greisinger', 'cost': 640, 'image': 'https://pd.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 467, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greisse01', 'fangr_id': '467', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4245, 'first_name': 'Seth', 'last_name': 'Greisinger', 'key_fangraphs': 467, 'key_bbref': 'greisse01', 'key_retro': 'greis001', 'key_mlbam': 133960, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:27,938 - card_creation - INFO - patch: players [('cost', '3'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11313/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:28,056 - card_creation - INFO - return: {'player_id': 11313, 'p_name': 'Seth Greisinger', 'cost': 3, 'image': 'https://pddev.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 467, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greisse01', 'fangr_id': '467', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4245, 'first_name': 'Seth', 'last_name': 'Greisinger', 'key_fangraphs': 467, 'key_bbref': 'greisse01', 'key_retro': 'greis001', 'key_mlbam': 133960, 'offense_col': 2}} 2025-02-16 15:51:28,056 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mooretr01'), ('cardset_id', 20)] 2025-02-16 15:51:28,138 - card_creation - INFO - session info: 2025-02-16 15:51:28,139 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10922, 'p_name': 'Trey Moore', 'cost': 30, 'image': 'https://pd.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009130, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78d4f9e2_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mooretr01', 'fangr_id': '1009130', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3931, 'first_name': 'Trey', 'last_name': 'Moore', 'key_fangraphs': 1009130, 'key_bbref': 'mooretr01', 'key_retro': 'moort001', 'key_mlbam': 134340, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35414, 'team': 33, 'player': 10922, 'created': 1730616942106}, {'id': 35510, 'team': 4 [ S N I P P E D ] 2025-02-16 15:51:28,139 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10922/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:28,220 - card_creation - INFO - return: {'player_id': 10922, 'p_name': 'Trey Moore', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009130, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78d4f9e2_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mooretr01', 'fangr_id': '1009130', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3931, 'first_name': 'Trey', 'last_name': 'Moore', 'key_fangraphs': 1009130, 'key_bbref': 'mooretr01', 'key_retro': 'moort001', 'key_mlbam': 134340, 'offense_col': 1}} 2025-02-16 15:51:28,221 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaje01'), ('cardset_id', 20)] 2025-02-16 15:51:28,304 - card_creation - INFO - session info: 2025-02-16 15:51:28,304 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10923, 'p_name': 'Geremi Gonzalez', 'cost': 36, 'image': 'https://pd.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1711, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/247e3c87_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaje01', 'fangr_id': '1711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3932, 'first_name': 'Geremi', 'last_name': 'Gonzalez', 'key_fangraphs': 1711, 'key_bbref': 'gonzaje01', 'key_retro': 'gonzj003', 'key_mlbam': 114928, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36456, 'team': 47, 'player': 10923, 'created': 1731272300483}, {'id': 36524, 'team': 38, 'player [ S N I P P E D ] 2025-02-16 15:51:28,305 - card_creation - INFO - patch: players [('cost', '83'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10923/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:28,387 - card_creation - INFO - return: {'player_id': 10923, 'p_name': 'Geremi Gonzalez', 'cost': 83, 'image': 'https://pddev.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1711, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/247e3c87_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaje01', 'fangr_id': '1711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3932, 'first_name': 'Geremi', 'last_name': 'Gonzalez', 'key_fangraphs': 1711, 'key_bbref': 'gonzaje01', 'key_retro': 'gonzj003', 'key_mlbam': 114928, 'offense_col': 1}} 2025-02-16 15:51:28,387 - card_creation - INFO - get: players id: None params: [('bbref_id', 'osbordo01'), ('cardset_id', 20)] 2025-02-16 15:51:28,477 - card_creation - INFO - session info: 2025-02-16 15:51:28,477 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11039, 'p_name': 'Donovan Osborne', 'cost': 3919, 'image': 'https://pd.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 299, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c906a1ed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osbordo01', 'fangr_id': '299', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4021, 'first_name': 'Donovan', 'last_name': 'Osborne', 'key_fangraphs': 299, 'key_bbref': 'osbordo01', 'key_retro': 'osbod001', 'key_mlbam': 120085, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:28,477 - card_creation - INFO - patch: players [('cost', '3919'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11039/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:28,567 - card_creation - INFO - return: {'player_id': 11039, 'p_name': 'Donovan Osborne', 'cost': 3919, 'image': 'https://pddev.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 299, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c906a1ed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'osbordo01', 'fangr_id': '299', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4021, 'first_name': 'Donovan', 'last_name': 'Osborne', 'key_fangraphs': 299, 'key_bbref': 'osbordo01', 'key_retro': 'osbod001', 'key_mlbam': 120085, 'offense_col': 2}} 2025-02-16 15:51:28,568 - card_creation - INFO - get: players id: None params: [('bbref_id', 'busbymi01'), ('cardset_id', 20)] 2025-02-16 15:51:28,672 - card_creation - INFO - session info: 2025-02-16 15:51:28,672 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11040, 'p_name': 'Mike Busby', 'cost': 457, 'image': 'https://pd.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001743, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/477d7fd9_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'busbymi01', 'fangr_id': '1001743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4022, 'first_name': 'Mike', 'last_name': 'Busby', 'key_fangraphs': 1001743, 'key_bbref': 'busbymi01', 'key_retro': 'busbm001', 'key_mlbam': 111785, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:28,673 - card_creation - INFO - patch: players [('cost', '457'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11040/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:28,767 - card_creation - INFO - return: {'player_id': 11040, 'p_name': 'Mike Busby', 'cost': 457, 'image': 'https://pddev.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001743, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/477d7fd9_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'busbymi01', 'fangr_id': '1001743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4022, 'first_name': 'Mike', 'last_name': 'Busby', 'key_fangraphs': 1001743, 'key_bbref': 'busbymi01', 'key_retro': 'busbm001', 'key_mlbam': 111785, 'offense_col': 3}} 2025-02-16 15:51:28,768 - card_creation - INFO - get: players id: None params: [('bbref_id', 'politcl01'), ('cardset_id', 20)] 2025-02-16 15:51:28,918 - card_creation - INFO - session info: 2025-02-16 15:51:28,918 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10924, 'p_name': 'Cliff Politte', 'cost': 13, 'image': 'https://pd.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 967, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9955a526_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'politcl01', 'fangr_id': '967', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3933, 'first_name': 'Cliff', 'last_name': 'Politte', 'key_fangraphs': 967, 'key_bbref': 'politcl01', 'key_retro': 'polic001', 'key_mlbam': 131700, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35517, 'team': 47, 'player': 10924, 'created': 1730616941189}, {'id': 35734, 'team': 38 [ S N I P P E D ] 2025-02-16 15:51:28,919 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10924/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:29,001 - card_creation - INFO - return: {'player_id': 10924, 'p_name': 'Cliff Politte', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 967, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9955a526_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'politcl01', 'fangr_id': '967', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3933, 'first_name': 'Cliff', 'last_name': 'Politte', 'key_fangraphs': 967, 'key_bbref': 'politcl01', 'key_retro': 'polic001', 'key_mlbam': 131700, 'offense_col': 3}} 2025-02-16 15:51:29,001 - card_creation - INFO - get: players id: None params: [('bbref_id', 'beechma01'), ('cardset_id', 20)] 2025-02-16 15:51:29,144 - card_creation - INFO - session info: 2025-02-16 15:51:29,144 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11241, 'p_name': 'Matt Beech', 'cost': 941, 'image': 'https://pd.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000770, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/08896b81_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beechma01', 'fangr_id': '1000770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4195, 'first_name': 'Matt', 'last_name': 'Beech', 'key_fangraphs': 1000770, 'key_bbref': 'beechma01', 'key_retro': 'beecm001', 'key_mlbam': 110788, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38833, 'team': 38, 'player': 11241, 'created': 1738533340064}]}}]} 2025-02-16 15:51:29,144 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11241/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:29,237 - card_creation - INFO - return: {'player_id': 11241, 'p_name': 'Matt Beech', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/08896b81_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'beechma01', 'fangr_id': '1000770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4195, 'first_name': 'Matt', 'last_name': 'Beech', 'key_fangraphs': 1000770, 'key_bbref': 'beechma01', 'key_retro': 'beecm001', 'key_mlbam': 110788, 'offense_col': 1}} 2025-02-16 15:51:29,238 - card_creation - INFO - get: players id: None params: [('bbref_id', 'desseel01'), ('cardset_id', 20)] 2025-02-16 15:51:29,349 - card_creation - INFO - session info: 2025-02-16 15:51:29,349 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11280, 'p_name': 'Elmer Dessens', 'cost': 387, 'image': 'https://pd.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 317, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'desseel01', 'fangr_id': '317', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4229, 'first_name': 'Elmer', 'last_name': 'Dessens', 'key_fangraphs': 317, 'key_bbref': 'desseel01', 'key_retro': 'desse001', 'key_mlbam': 113296, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:29,349 - card_creation - INFO - patch: players [('cost', '387'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11280/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:29,452 - card_creation - INFO - return: {'player_id': 11280, 'p_name': 'Elmer Dessens', 'cost': 387, 'image': 'https://pddev.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 317, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'desseel01', 'fangr_id': '317', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4229, 'first_name': 'Elmer', 'last_name': 'Dessens', 'key_fangraphs': 317, 'key_bbref': 'desseel01', 'key_retro': 'desse001', 'key_mlbam': 113296, 'offense_col': 3}} 2025-02-16 15:51:29,452 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ortizru01'), ('cardset_id', 20)] 2025-02-16 15:51:29,559 - card_creation - INFO - session info: 2025-02-16 15:51:29,559 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11526, 'p_name': 'Russ Ortiz', 'cost': 3024, 'image': 'https://pd.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1124, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizru01', 'fangr_id': '1124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:29,559 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11526/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:29,646 - card_creation - INFO - return: {'player_id': 11526, 'p_name': 'Russ Ortiz', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizru01', 'fangr_id': '1124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1}} 2025-02-16 15:51:29,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huttoma01'), ('cardset_id', 20)] 2025-02-16 15:51:29,752 - card_creation - INFO - session info: 2025-02-16 15:51:29,752 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11107, 'p_name': 'Mark Hutton', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006245, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e5a952ff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huttoma01', 'fangr_id': '1006245', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4084, 'first_name': 'Mark', 'last_name': 'Hutton', 'key_fangraphs': 1006245, 'key_bbref': 'huttoma01', 'key_retro': 'huttm001', 'key_mlbam': 116373, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37868, 'team': 47, 'player': 11107, 'created': 1733700057282}]}}]} 2025-02-16 15:51:29,752 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11107/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:29,851 - card_creation - INFO - return: {'player_id': 11107, 'p_name': 'Mark Hutton', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006245, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e5a952ff_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huttoma01', 'fangr_id': '1006245', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4084, 'first_name': 'Mark', 'last_name': 'Hutton', 'key_fangraphs': 1006245, 'key_bbref': 'huttoma01', 'key_retro': 'huttm001', 'key_mlbam': 116373, 'offense_col': 2}} 2025-02-16 15:51:29,851 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stephga01'), ('cardset_id', 20)] 2025-02-16 15:51:29,948 - card_creation - INFO - session info: 2025-02-16 15:51:29,949 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10925, 'p_name': 'Garrett Stephenson', 'cost': 296, 'image': 'https://pd.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1185, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cba9b416_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stephga01', 'fangr_id': '1185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3934, 'first_name': 'Garrett', 'last_name': 'Stephenson', 'key_fangraphs': 1185, 'key_bbref': 'stephga01', 'key_retro': 'stepg001', 'key_mlbam': 122751, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35621, 'team': 69, 'player': 10925, 'created': 1730616941935}, {'id': [ S N I P P E D ] 2025-02-16 15:51:29,949 - card_creation - INFO - patch: players [('cost', '296'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10925/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:30,040 - card_creation - INFO - return: {'player_id': 10925, 'p_name': 'Garrett Stephenson', 'cost': 296, 'image': 'https://pddev.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1185, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cba9b416_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stephga01', 'fangr_id': '1185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3934, 'first_name': 'Garrett', 'last_name': 'Stephenson', 'key_fangraphs': 1185, 'key_bbref': 'stephga01', 'key_retro': 'stepg001', 'key_mlbam': 122751, 'offense_col': 1}} 2025-02-16 15:51:30,040 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klingsc01'), ('cardset_id', 20)] 2025-02-16 15:51:30,133 - card_creation - INFO - session info: 2025-02-16 15:51:30,133 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11314, 'p_name': 'Scott Klingenbeck', 'cost': 91, 'image': 'https://pd.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f1854d94_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klingsc01', 'fangr_id': '1007011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4246, 'first_name': 'Scott', 'last_name': 'Klingenbeck', 'key_fangraphs': 1007011, 'key_bbref': 'klingsc01', 'key_retro': 'klins001', 'key_mlbam': 117161, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:30,133 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11314/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:30,225 - card_creation - INFO - return: {'player_id': 11314, 'p_name': 'Scott Klingenbeck', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f1854d94_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klingsc01', 'fangr_id': '1007011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4246, 'first_name': 'Scott', 'last_name': 'Klingenbeck', 'key_fangraphs': 1007011, 'key_bbref': 'klingsc01', 'key_retro': 'klins001', 'key_mlbam': 117161, 'offense_col': 2}} 2025-02-16 15:51:30,226 - card_creation - INFO - get: players id: None params: [('bbref_id', 'scanlbo01'), ('cardset_id', 20)] 2025-02-16 15:51:30,340 - card_creation - INFO - session info: 2025-02-16 15:51:30,340 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11196, 'p_name': 'Bob Scanlan', 'cost': 134, 'image': 'https://pd.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011489, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fea6d27b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'scanlbo01', 'fangr_id': '1011489', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4158, 'first_name': 'Bob', 'last_name': 'Scanlan', 'key_fangraphs': 1011489, 'key_bbref': 'scanlbo01', 'key_retro': 'scanb001', 'key_mlbam': 121743, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:30,341 - card_creation - INFO - patch: players [('cost', '134'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11196/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:30,434 - card_creation - INFO - return: {'player_id': 11196, 'p_name': 'Bob Scanlan', 'cost': 134, 'image': 'https://pddev.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011489, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fea6d27b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'scanlbo01', 'fangr_id': '1011489', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4158, 'first_name': 'Bob', 'last_name': 'Scanlan', 'key_fangraphs': 1011489, 'key_bbref': 'scanlbo01', 'key_retro': 'scanb001', 'key_mlbam': 121743, 'offense_col': 1}} 2025-02-16 15:51:30,434 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pichahi01'), ('cardset_id', 20)] 2025-02-16 15:51:30,528 - card_creation - INFO - session info: 2025-02-16 15:51:30,528 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10926, 'p_name': 'Hipolito Pichardo', 'cost': 11, 'image': 'https://pd.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91f829ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pichahi01', 'fangr_id': '1472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3935, 'first_name': 'Hipolito', 'last_name': 'Pichardo', 'key_fangraphs': 1472, 'key_bbref': 'pichahi01', 'key_retro': 'pichh001', 'key_mlbam': 120539, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35569, 'team': 69, 'player': 10926, 'created': 1730616941189}]}}]} 2025-02-16 15:51:30,529 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10926/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:30,614 - card_creation - INFO - return: {'player_id': 10926, 'p_name': 'Hipolito Pichardo', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1472, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91f829ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pichahi01', 'fangr_id': '1472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3935, 'first_name': 'Hipolito', 'last_name': 'Pichardo', 'key_fangraphs': 1472, 'key_bbref': 'pichahi01', 'key_retro': 'pichh001', 'key_mlbam': 120539, 'offense_col': 1}} 2025-02-16 15:51:30,614 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thompma01'), ('cardset_id', 20)] 2025-02-16 15:51:30,762 - card_creation - INFO - session info: 2025-02-16 15:51:30,762 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10927, 'p_name': 'Mark Thompson', 'cost': 4, 'image': 'https://pd.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013019, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/369db8ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompma01', 'fangr_id': '1013019', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3936, 'first_name': 'Mark', 'last_name': 'Thompson', 'key_fangraphs': 1013019, 'key_bbref': 'thompma01', 'key_retro': 'thomm002', 'key_mlbam': 123296, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37499, 'team': 33, 'player': 10927, 'created': 1731963342633}]}}]} 2025-02-16 15:51:30,762 - card_creation - INFO - patch: players [('cost', '4'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10927/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:30,858 - card_creation - INFO - return: {'player_id': 10927, 'p_name': 'Mark Thompson', 'cost': 4, 'image': 'https://pddev.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013019, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/369db8ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompma01', 'fangr_id': '1013019', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3936, 'first_name': 'Mark', 'last_name': 'Thompson', 'key_fangraphs': 1013019, 'key_bbref': 'thompma01', 'key_retro': 'thomm002', 'key_mlbam': 123296, 'offense_col': 1}} 2025-02-16 15:51:30,858 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wagnepa01'), ('cardset_id', 20)] 2025-02-16 15:51:30,951 - card_creation - INFO - session info: 2025-02-16 15:51:30,951 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11041, 'p_name': 'Paul Wagner', 'cost': 6, 'image': 'https://pd.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013490, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9a806f8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnepa01', 'fangr_id': '1013490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4023, 'first_name': 'Paul', 'last_name': 'Wagner', 'key_fangraphs': 1013490, 'key_bbref': 'wagnepa01', 'key_retro': 'wagnp001', 'key_mlbam': 123789, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38825, 'team': 38, 'player': 11041, 'created': 1738533340064}]}}]} 2025-02-16 15:51:30,951 - card_creation - INFO - patch: players [('cost', '33'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11041/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:31,047 - card_creation - INFO - return: {'player_id': 11041, 'p_name': 'Paul Wagner', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013490, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9a806f8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wagnepa01', 'fangr_id': '1013490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4023, 'first_name': 'Paul', 'last_name': 'Wagner', 'key_fangraphs': 1013490, 'key_bbref': 'wagnepa01', 'key_retro': 'wagnp001', 'key_mlbam': 123789, 'offense_col': 2}} 2025-02-16 15:51:31,047 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morrima01'), ('cardset_id', 20)] 2025-02-16 15:51:31,138 - card_creation - INFO - session info: 2025-02-16 15:51:31,138 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11527, 'p_name': 'Matt Morris', 'cost': 2408, 'image': 'https://pd.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morrima01', 'fangr_id': '1172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 15:51:31,139 - card_creation - INFO - patch: players [('cost', '3738'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11527/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:31,228 - card_creation - INFO - return: {'player_id': 11527, 'p_name': 'Matt Morris', 'cost': 3738, 'image': 'https://pddev.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morrima01', 'fangr_id': '1172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}} 2025-02-16 15:51:31,228 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mercejo02'), ('cardset_id', 20)] 2025-02-16 15:51:31,335 - card_creation - INFO - session info: 2025-02-16 15:51:31,335 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10928, 'p_name': 'Jose Mercedes', 'cost': 104, 'image': 'https://pd.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 396, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5eb20646_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mercejo02', 'fangr_id': '396', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3937, 'first_name': 'Jose', 'last_name': 'Mercedes', 'key_fangraphs': 396, 'key_bbref': 'mercejo02', 'key_retro': 'mercj001', 'key_mlbam': 118960, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35778, 'team': 47, 'player': 10928, 'created': 1730616941189}, {'id': 36519, 'team': 38, 'pl [ S N I P P E D ] 2025-02-16 15:51:31,335 - card_creation - INFO - patch: players [('cost', '104'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10928/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:31,448 - card_creation - INFO - return: {'player_id': 10928, 'p_name': 'Jose Mercedes', 'cost': 104, 'image': 'https://pddev.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 396, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5eb20646_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mercejo02', 'fangr_id': '396', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3937, 'first_name': 'Jose', 'last_name': 'Mercedes', 'key_fangraphs': 396, 'key_bbref': 'mercejo02', 'key_retro': 'mercj001', 'key_mlbam': 118960, 'offense_col': 1}} 2025-02-16 15:51:31,448 - card_creation - INFO - get: players id: None params: [('bbref_id', 'welchmi03'), ('cardset_id', 20)] 2025-02-16 15:51:31,534 - card_creation - INFO - session info: 2025-02-16 15:51:31,534 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:31,534 - card_creation - INFO - get: mlbplayers id: None params: [('key_retro', 'welcm001')] 2025-02-16 15:51:31,615 - card_creation - INFO - session info: 2025-02-16 15:51:31,615 - card_creation - INFO - return: {'count': 0, 'players': []} 2025-02-16 15:51:31,615 - card_creation - INFO - post: mlbplayers/one payload: {'first_name': 'Mike', 'last_name': 'Welch', 'key_mlbam': 150115, 'key_fangraphs': 1013759, 'key_bbref': 'welchmi03', 'key_retro': 'welcm001'} type: 2025-02-16 15:51:31,720 - card_creation - INFO - return: {'id': 4347, 'first_name': 'Mike', 'last_name': 'Welch', 'key_fangraphs': 1013759, 'key_bbref': 'welchmi03', 'key_retro': 'welcm001', 'key_mlbam': 150115, 'offense_col': 3} 2025-02-16 15:51:31,720 - card_creation - INFO - post: players payload: {'p_name': 'Mike Welch', 'cost': '2', 'image': 'change-me', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset_id': 20, 'set_num': 1013759, 'rarity_id': 5, 'description': 'Live', 'bbref_id': 'welchmi03', 'fangr_id': 1013759, 'mlbplayer_id': 4347, 'pos_1': 'RP'} type: 2025-02-16 15:51:31,820 - card_creation - INFO - return: {'player_id': 11574, 'p_name': 'Mike Welch', 'cost': 2, 'image': 'change-me', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'welchmi03', 'fangr_id': '1013759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4347, 'first_name': 'Mike', 'last_name': 'Welch', 'key_fangraphs': 1013759, 'key_bbref': 'welchmi03', 'key_retro': 'welcm001', 'key_mlbam': 150115, 'offense_col': 3}} 2025-02-16 15:51:31,820 - card_creation - INFO - patch: players [('image', 'https://pddev.manticorum.com/api/v2/players/11574/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:31,921 - card_creation - INFO - return: {'player_id': 11574, 'p_name': 'Mike Welch', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11574/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'welchmi03', 'fangr_id': '1013759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4347, 'first_name': 'Mike', 'last_name': 'Welch', 'key_fangraphs': 1013759, 'key_bbref': 'welchmi03', 'key_retro': 'welcm001', 'key_mlbam': 150115, 'offense_col': 3}} 2025-02-16 15:51:31,921 - card_creation - INFO - get: players id: None params: [('bbref_id', 'halamjo01'), ('cardset_id', 20)] 2025-02-16 15:51:32,038 - card_creation - INFO - session info: 2025-02-16 15:51:32,038 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10929, 'p_name': 'John Halama', 'cost': 7, 'image': 'https://pd.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-9', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1080, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b38f5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'halamjo01', 'fangr_id': '1080', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3938, 'first_name': 'John', 'last_name': 'Halama', 'key_fangraphs': 1080, 'key_bbref': 'halamjo01', 'key_retro': 'halaj001', 'key_mlbam': 134280, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35789, 'team': 47, 'player': 10929, 'created': 1730616941189}, {'id': 37582, 'team': 33, 'player' [ S N I P P E D ] 2025-02-16 15:51:32,038 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10929/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 15:51:32,129 - card_creation - INFO - return: {'player_id': 10929, 'p_name': 'John Halama', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1080, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b38f5a3e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'halamjo01', 'fangr_id': '1080', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3938, 'first_name': 'John', 'last_name': 'Halama', 'key_fangraphs': 1080, 'key_bbref': 'halamjo01', 'key_retro': 'halaj001', 'key_mlbam': 134280, 'offense_col': 1}} 2025-02-16 15:51:32,140 - card_creation - INFO - post: pitchingcards payload: {'cards': [{'player_id': 10785, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10786, 'balk': 0, 'wild_pitch': 5, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11218, 'balk': 0, 'wild_pitch': 4, 'hold': 4, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11219, 'balk': 0, 'wild_pitch': 9, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10787, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10788, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10989, 'balk': 2, 'wild_pitch': 20, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10789, 'balk': 0, 'wild_pitch': 10, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11461, 'balk': 3, 'wild_pitch': 17, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10790, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10791, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10990, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10792, 'balk': 0, 'wild_pitch': 20, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10793, 'balk': 2, 'wild_pitch': 13, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10794, 'balk': 0, 'wild_pitch': 4, 'hold': 6, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11071, 'balk': 4, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10991, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10795, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11220, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11177, 'balk': 8, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10796, 'balk': 0, 'wild_pitch': 8, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11258, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11140, 'balk': 0, 'wild_pitch': 0, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11141, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10797, 'balk': 1, 'wild_pitch': 6, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11142, 'balk': 0, 'wild_pitch': 2, 'hold': 5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10798, 'balk': 0, 'wild_pitch': 13, 'hold': 0, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11072, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10799, 'balk': 1, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11073, 'balk': 0, 'wild_pitch': 14, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11221, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11178, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11074, 'balk': 0, 'wild_pitch': 13, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11075, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10800, 'balk': 0, 'wild_pitch': 6, 'hold': -4, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10801, 'balk': 1, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10802, 'balk': 0, 'wild_pitch': 2, 'hold': 5, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11179, 'balk': 0, 'wild_pitch': 10, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11259, 'balk': 3, 'wild_pitch': 11, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11222, 'balk': 0, 'wild_pitch': 0, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11143, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10992, 'balk': 1, 'wild_pitch': 6, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10993, 'balk': 2, 'wild_pitch': 3, 'hold': 3, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11076, 'balk': 0, 'wild_pitch': 20, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10803, 'balk': 0, 'wild_pitch': 3, 'hold': 3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11462, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10804, 'balk': 1, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11077, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11078, 'balk': 0, 'wild_pitch': 4, 'hold': -5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10994, 'balk': 5, 'wild_pitch': 8, 'hold': 4, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10805, 'balk': 1, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11260, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10806, 'balk': 0, 'wild_pitch': 13, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11261, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11144, 'balk': 3, 'wild_pitch': 9, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11223, 'balk': 0, 'wild_pitch': 3, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10807, 'balk': 0, 'wild_pitch': 20, 'hold': 3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10808, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11463, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10809, 'balk': 3, 'wild_pitch': 11, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11464, 'balk': 0, 'wild_pitch': 0, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10995, 'balk': 0, 'wild_pitch': 2, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11224, 'balk': 0, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10810, 'balk': 4, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10811, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11465, 'balk': 0, 'wild_pitch': 20, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11225, 'balk': 0, 'wild_pitch': 18, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11145, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11079, 'balk': 0, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10996, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11146, 'balk': 0, 'wild_pitch': 14, 'hold': 1, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10812, 'balk': 1, 'wild_pitch': 4, 'hold': -4, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11080, 'balk': 0, 'wild_pitch': 3, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11147, 'balk': 2, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10813, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11226, 'balk': 3, 'wild_pitch': 10, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11081, 'balk': 0, 'wild_pitch': 12, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11148, 'balk': 0, 'wild_pitch': 20, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11227, 'balk': 0, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11228, 'balk': 9, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10814, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11180, 'balk': 0, 'wild_pitch': 20, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11303, 'balk': 0, 'wild_pitch': 0, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10815, 'balk': 2, 'wild_pitch': 11, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11229, 'balk': 0, 'wild_pitch': 6, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10816, 'balk': 2, 'wild_pitch': 12, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10997, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10817, 'balk': 1, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10818, 'balk': 1, 'wild_pitch': 5, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11230, 'balk': 3, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10819, 'balk': 1, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10998, 'balk': 1, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10820, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10999, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11000, 'balk': 2, 'wild_pitch': 8, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10821, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11466, 'balk': 0, 'wild_pitch': 0, 'hold': 4, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10822, 'balk': 3, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11082, 'balk': 0, 'wild_pitch': 20, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10823, 'balk': 2, 'wild_pitch': 1, 'hold': 5, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11181, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10824, 'balk': 0, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11083, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11001, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10825, 'balk': 1, 'wild_pitch': 3, 'hold': 5, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10826, 'balk': 0, 'wild_pitch': 11, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10827, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11231, 'balk': 0, 'wild_pitch': 10, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11262, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11467, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11496, 'balk': 8, 'wild_pitch': 20, 'hold': 6, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11263, 'balk': 0, 'wild_pitch': 17, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11149, 'balk': 0, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11232, 'balk': 0, 'wild_pitch': 15, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11084, 'balk': 0, 'wild_pitch': 12, 'hold': -5, 'starter_rating': 0, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11304, 'balk': 0, 'wild_pitch': 14, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10828, 'balk': 2, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11182, 'balk': 9, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11085, 'balk': 3, 'wild_pitch': 18, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11264, 'balk': 0, 'wild_pitch': 7, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11086, 'balk': 0, 'wild_pitch': 10, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10829, 'balk': 0, 'wild_pitch': 11, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10830, 'balk': 1, 'wild_pitch': 8, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11002, 'balk': 2, 'wild_pitch': 2, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10831, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10832, 'balk': 0, 'wild_pitch': 9, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11265, 'balk': 0, 'wild_pitch': 9, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11003, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11183, 'balk': 0, 'wild_pitch': 10, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11087, 'balk': 0, 'wild_pitch': 7, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10833, 'balk': 0, 'wild_pitch': 6, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10834, 'balk': 0, 'wild_pitch': 14, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10835, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11233, 'balk': 0, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11305, 'balk': 0, 'wild_pitch': 9, 'hold': -5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11004, 'balk': 2, 'wild_pitch': 18, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10836, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10837, 'balk': 0, 'wild_pitch': 6, 'hold': 1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11005, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11468, 'balk': 2, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11564, 'balk': 4, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10838, 'balk': 0, 'wild_pitch': 5, 'hold': -5, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11306, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11006, 'balk': 0, 'wild_pitch': 5, 'hold': -4, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11150, 'balk': 4, 'wild_pitch': 4, 'hold': 4, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11184, 'balk': 3, 'wild_pitch': 9, 'hold': -4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10839, 'balk': 0, 'wild_pitch': 6, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11007, 'balk': 2, 'wild_pitch': 0, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11469, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11518, 'balk': 0, 'wild_pitch': 12, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11266, 'balk': 5, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11519, 'balk': 0, 'wild_pitch': 5, 'hold': -5, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11497, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10840, 'balk': 0, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11498, 'balk': 0, 'wild_pitch': 7, 'hold': -5, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11470, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11565, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10841, 'balk': 0, 'wild_pitch': 11, 'hold': 7, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11008, 'balk': 0, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10842, 'balk': 1, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10843, 'balk': 0, 'wild_pitch': 15, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11009, 'balk': 2, 'wild_pitch': 8, 'hold': 4, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11010, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11499, 'balk': 0, 'wild_pitch': 8, 'hold': 3, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10844, 'balk': 2, 'wild_pitch': 20, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11267, 'balk': 0, 'wild_pitch': 20, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11566, 'balk': 2, 'wild_pitch': 17, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11482, 'balk': 0, 'wild_pitch': 5, 'hold': 5, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10845, 'balk': 1, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11088, 'balk': 0, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10846, 'balk': 2, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10847, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10848, 'balk': 1, 'wild_pitch': 8, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11089, 'balk': 4, 'wild_pitch': 10, 'hold': 5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11185, 'balk': 0, 'wild_pitch': 0, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11151, 'balk': 0, 'wild_pitch': 19, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10849, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10850, 'balk': 2, 'wild_pitch': 5, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11186, 'balk': 0, 'wild_pitch': 6, 'hold': 1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11090, 'balk': 1, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10851, 'balk': 5, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10852, 'balk': 0, 'wild_pitch': 2, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11011, 'balk': 5, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11567, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11187, 'balk': 8, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10853, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10854, 'balk': 1, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10855, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10856, 'balk': 0, 'wild_pitch': 15, 'hold': 9, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10857, 'balk': 5, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11012, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11188, 'balk': 0, 'wild_pitch': 10, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11013, 'balk': 0, 'wild_pitch': 11, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10858, 'balk': 0, 'wild_pitch': 8, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11091, 'balk': 0, 'wild_pitch': 3, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10859, 'balk': 3, 'wild_pitch': 20, 'hold': -2, 'starter_rating': 0, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10860, 'balk': 1, 'wild_pitch': 6, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11014, 'balk': 0, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11152, 'balk': 0, 'wild_pitch': 4, 'hold': 4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10861, 'balk': 2, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11015, 'balk': 1, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11153, 'balk': 0, 'wild_pitch': 8, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11268, 'balk': 0, 'wild_pitch': 11, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11092, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11520, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10862, 'balk': 0, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10863, 'balk': 0, 'wild_pitch': 4, 'hold': 1, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10864, 'balk': 3, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11016, 'balk': 7, 'wild_pitch': 11, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11189, 'balk': 0, 'wild_pitch': 5, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11093, 'balk': 0, 'wild_pitch': 7, 'hold': 5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10865, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11307, 'balk': 0, 'wild_pitch': 0, 'hold': 3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11234, 'balk': 3, 'wild_pitch': 8, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11017, 'balk': 0, 'wild_pitch': 2, 'hold': 7, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10866, 'balk': 0, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11269, 'balk': 0, 'wild_pitch': 4, 'hold': 0, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10867, 'balk': 1, 'wild_pitch': 1, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11308, 'balk': 0, 'wild_pitch': 20, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11154, 'balk': 0, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10868, 'balk': 1, 'wild_pitch': 5, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10869, 'balk': 1, 'wild_pitch': 14, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11094, 'balk': 0, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11190, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11018, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10870, 'balk': 2, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10871, 'balk': 0, 'wild_pitch': 9, 'hold': 1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10872, 'balk': 3, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10873, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 6, 'relief_rating': 5, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10874, 'balk': 0, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10875, 'balk': 2, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11471, 'balk': 3, 'wild_pitch': 18, 'hold': -3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10876, 'balk': 0, 'wild_pitch': 6, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10877, 'balk': 0, 'wild_pitch': 8, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11019, 'balk': 1, 'wild_pitch': 12, 'hold': 5, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11191, 'balk': 2, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11020, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11192, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11270, 'balk': 0, 'wild_pitch': 8, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11271, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11021, 'balk': 4, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11472, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11272, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11022, 'balk': 0, 'wild_pitch': 4, 'hold': 6, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11095, 'balk': 2, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10878, 'balk': 3, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11500, 'balk': 0, 'wild_pitch': 20, 'hold': 3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10879, 'balk': 1, 'wild_pitch': 9, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11023, 'balk': 0, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11273, 'balk': 0, 'wild_pitch': 10, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11024, 'balk': 1, 'wild_pitch': 13, 'hold': -3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10880, 'balk': 1, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11096, 'balk': 7, 'wild_pitch': 8, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11235, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11236, 'balk': 0, 'wild_pitch': 11, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11237, 'balk': 0, 'wild_pitch': 12, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10881, 'balk': 0, 'wild_pitch': 4, 'hold': -4, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11155, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11309, 'balk': 0, 'wild_pitch': 7, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10882, 'balk': 2, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11501, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11193, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11473, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10883, 'balk': 2, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10884, 'balk': 2, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11568, 'balk': 5, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11156, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10885, 'balk': 0, 'wild_pitch': 6, 'hold': 3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10886, 'balk': 0, 'wild_pitch': 9, 'hold': -1, 'starter_rating': 8, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11194, 'balk': 0, 'wild_pitch': 5, 'hold': 1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11025, 'balk': 2, 'wild_pitch': 15, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11521, 'balk': 0, 'wild_pitch': 9, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10887, 'balk': 2, 'wild_pitch': 2, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11026, 'balk': 0, 'wild_pitch': 13, 'hold': 8, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11097, 'balk': 0, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 4.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10888, 'balk': 0, 'wild_pitch': 1, 'hold': -5, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11274, 'balk': 3, 'wild_pitch': 3, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11157, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11158, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11275, 'balk': 0, 'wild_pitch': 6, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10889, 'balk': 4, 'wild_pitch': 17, 'hold': 0, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11027, 'balk': 2, 'wild_pitch': 18, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11098, 'balk': 0, 'wild_pitch': 14, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11569, 'balk': 0, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10890, 'balk': 0, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10891, 'balk': 3, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11028, 'balk': 2, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11159, 'balk': 5, 'wild_pitch': 9, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11502, 'balk': 0, 'wild_pitch': 12, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11029, 'balk': 0, 'wild_pitch': 3, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11310, 'balk': 0, 'wild_pitch': 5, 'hold': 0, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10892, 'balk': 3, 'wild_pitch': 13, 'hold': 1, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11099, 'balk': 2, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10893, 'balk': 0, 'wild_pitch': 6, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10894, 'balk': 0, 'wild_pitch': 3, 'hold': 0, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11030, 'balk': 3, 'wild_pitch': 10, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11100, 'balk': 0, 'wild_pitch': 0, 'hold': 5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10895, 'balk': 1, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11483, 'balk': 0, 'wild_pitch': 14, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10896, 'balk': 0, 'wild_pitch': 12, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10897, 'balk': 1, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11522, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10898, 'balk': 0, 'wild_pitch': 3, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11570, 'balk': 0, 'wild_pitch': 11, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11523, 'balk': 0, 'wild_pitch': 10, 'hold': 6, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11474, 'balk': 2, 'wild_pitch': 7, 'hold': 3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11031, 'balk': 2, 'wild_pitch': 14, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10899, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11032, 'balk': 0, 'wild_pitch': 18, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11276, 'balk': 0, 'wild_pitch': 13, 'hold': -4, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11101, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11160, 'balk': 0, 'wild_pitch': 8, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11161, 'balk': 10, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10900, 'balk': 1, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10901, 'balk': 0, 'wild_pitch': 10, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10902, 'balk': 3, 'wild_pitch': 4, 'hold': -1, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11102, 'balk': 0, 'wild_pitch': 0, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11162, 'balk': 0, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10903, 'balk': 1, 'wild_pitch': 9, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10904, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11238, 'balk': 3, 'wild_pitch': 11, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11239, 'balk': 0, 'wild_pitch': 1, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11277, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11278, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11475, 'balk': 0, 'wild_pitch': 0, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11311, 'balk': 0, 'wild_pitch': 18, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10905, 'balk': 1, 'wild_pitch': 8, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11484, 'balk': 0, 'wild_pitch': 0, 'hold': 0, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 2.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11571, 'balk': 0, 'wild_pitch': 0, 'hold': -2, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 1.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11033, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10906, 'balk': 1, 'wild_pitch': 6, 'hold': 4, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11572, 'balk': 5, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10907, 'balk': 3, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11503, 'balk': 2, 'wild_pitch': 2, 'hold': -1, 'starter_rating': 6, 'relief_rating': 5, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11034, 'balk': 0, 'wild_pitch': 8, 'hold': 0, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 0.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10908, 'balk': 0, 'wild_pitch': 10, 'hold': -1, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11035, 'balk': 1, 'wild_pitch': 9, 'hold': 3, 'starter_rating': 6, 'relief_rating': 5, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11036, 'balk': 1, 'wild_pitch': 6, 'hold': -3, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11504, 'balk': 0, 'wild_pitch': 12, 'hold': 4, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11476, 'balk': 0, 'wild_pitch': 20, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11477, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10909, 'balk': 1, 'wild_pitch': 4, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10910, 'balk': 0, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10911, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11163, 'balk': 0, 'wild_pitch': 18, 'hold': 0, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10912, 'balk': 2, 'wild_pitch': 3, 'hold': -5, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11103, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10913, 'balk': 0, 'wild_pitch': 10, 'hold': 4, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11195, 'balk': 0, 'wild_pitch': 19, 'hold': -2, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11240, 'balk': 0, 'wild_pitch': 16, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 5.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10914, 'balk': 0, 'wild_pitch': 13, 'hold': -2, 'starter_rating': 3, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11037, 'balk': 0, 'wild_pitch': 3, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 6.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10915, 'balk': 0, 'wild_pitch': 1, 'hold': -2, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11104, 'balk': 0, 'wild_pitch': 0, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11524, 'balk': 0, 'wild_pitch': 13, 'hold': -1, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11164, 'balk': 0, 'wild_pitch': 7, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11165, 'balk': 0, 'wild_pitch': 4, 'hold': -2, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10916, 'balk': 0, 'wild_pitch': 4, 'hold': -5, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11038, 'balk': 4, 'wild_pitch': 9, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11105, 'balk': 1, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10917, 'balk': 0, 'wild_pitch': 5, 'hold': 0, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10918, 'balk': 2, 'wild_pitch': 2, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11525, 'balk': 0, 'wild_pitch': 11, 'hold': 9, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11279, 'balk': 0, 'wild_pitch': 4, 'hold': 3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10919, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11312, 'balk': 0, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11478, 'balk': 6, 'wild_pitch': 7, 'hold': 9, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': 0.0, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10920, 'balk': 0, 'wild_pitch': 10, 'hold': 1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11573, 'balk': 0, 'wild_pitch': 2, 'hold': 3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11166, 'balk': 0, 'wild_pitch': 13, 'hold': 9, 'starter_rating': 1, 'relief_rating': 2, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11167, 'balk': 0, 'wild_pitch': 6, 'hold': -5, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': 3.0, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10921, 'balk': 0, 'wild_pitch': 5, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11106, 'balk': 0, 'wild_pitch': 8, 'hold': 6, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11313, 'balk': 0, 'wild_pitch': 5, 'hold': -2, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10922, 'balk': 0, 'wild_pitch': 7, 'hold': 0, 'starter_rating': 5, 'relief_rating': 4, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 10923, 'balk': 5, 'wild_pitch': 4, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11039, 'balk': 0, 'wild_pitch': 2, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11040, 'balk': 0, 'wild_pitch': 13, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10924, 'balk': 5, 'wild_pitch': 11, 'hold': -3, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11241, 'balk': 0, 'wild_pitch': 14, 'hold': -3, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}, {'player_id': 11280, 'balk': 0, 'wild_pitch': 3, 'hold': 3, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11526, 'balk': 0, 'wild_pitch': 7, 'hold': -1, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11107, 'balk': 0, 'wild_pitch': 12, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10925, 'balk': 8, 'wild_pitch': 0, 'hold': -3, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11314, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 6, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11196, 'balk': 0, 'wild_pitch': 20, 'hold': -5, 'starter_rating': 1, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10926, 'balk': 0, 'wild_pitch': 4, 'hold': 9, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10927, 'balk': 0, 'wild_pitch': 9, 'hold': -5, 'starter_rating': 4, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11041, 'balk': 0, 'wild_pitch': 11, 'hold': 6, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11527, 'balk': 0, 'wild_pitch': 5, 'hold': -1, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10928, 'balk': 0, 'wild_pitch': 0, 'hold': 3, 'starter_rating': 4, 'relief_rating': 3, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 11574, 'balk': 0, 'wild_pitch': 0, 'hold': 9, 'starter_rating': 2, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WR-C', 'hand': 'R'}, {'player_id': 10929, 'balk': 5, 'wild_pitch': 12, 'hold': 9, 'starter_rating': 5, 'relief_rating': 1, 'closer_rating': None, 'batting': '#1WL-C', 'hand': 'L'}]} type: 2025-02-16 15:51:34,889 - card_creation - INFO - return: Updated cards: 382; new cards: 11 2025-02-16 15:51:34,889 - card_creation - INFO - get: pitchingcards id: None params: [('cardset_id', 20)] 2025-02-16 15:51:36,805 - card_creation - INFO - session info: 2025-02-16 15:51:37,148 - card_creation - INFO - return: {'count': 393, 'cards': [{'id': 5667, 'player': {'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 652, 'image': 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}}, 'variant': 0, 'balk': 0, 'wild_pitch': 7, 'hold': -2, 'starter_rating': 7, 'relief_rating': 1, 'closer_rating': None, [ S N I P P E D ] 2025-02-16 15:51:37,159 - card_creation - INFO - post: pitchingcardratings payload: {'ratings': [{'pitchingcard_id': 5667, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.8499999999999999, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 22.099999999999998, 'flyout_lf_b': 2.4, 'flyout_cf_b': 5.799999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 15.35, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13472, 'obp': 0.22593, 'slg': 0.17315, 'player_id': 10785}, {'pitchingcard_id': 5667, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 27.95, 'flyout_lf_b': 1.7, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0.0, 'groundout_a': 4.75, 'groundout_b': 7.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20509, 'obp': 0.28843, 'slg': 0.3213, 'player_id': 10785}, {'pitchingcard_id': 5668, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.15, 'strikeout': 31.8, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 8.35, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.27269, 'slg': 0.26944, 'player_id': 10786}, {'pitchingcard_id': 5668, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.4, 'strikeout': 20.549999999999997, 'flyout_lf_b': 0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 0.0, 'groundout_a': 12.9, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17269, 'obp': 0.2875, 'slg': 0.25833, 'player_id': 10786}, {'pitchingcard_id': 5669, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.05, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.65, 'strikeout': 15.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.2, 'flyout_rf_b': 2.25, 'groundout_a': 7.2, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21574, 'obp': 0.35139, 'slg': 0.40926, 'player_id': 10787}, {'pitchingcard_id': 5669, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 7.65, 'single_one': 7.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.85, 'strikeout': 21.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 8.75, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23657, 'obp': 0.33704, 'slg': 0.32222, 'player_id': 10787}, {'pitchingcard_id': 5670, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 24.75, 'flyout_lf_b': 0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0.0, 'groundout_a': 13.35, 'groundout_b': 15.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17454, 'obp': 0.20417, 'slg': 0.33704, 'player_id': 10788}, {'pitchingcard_id': 5670, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 20.75, 'flyout_lf_b': 2.4, 'flyout_cf_b': 11.6, 'flyout_rf_b': 0.0, 'groundout_a': 8.85, 'groundout_b': 14.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.19537, 'slg': 0.31019, 'player_id': 10788}, {'pitchingcard_id': 5671, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.1, 'double_cf': 0.0, 'single_two': 7.3, 'single_one': 7.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.3, 'strikeout': 24.499999999999993, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 1.9, 'groundout_a': 4.75, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26574, 'obp': 0.35185, 'slg': 0.45833, 'player_id': 10789}, {'pitchingcard_id': 5671, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.35, 'strikeout': 21.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 9.15, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.33287, 'slg': 0.30093, 'player_id': 10789}, {'pitchingcard_id': 5672, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 29.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.25, 'groundout_a': 5.7, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18935, 'obp': 0.26852, 'slg': 0.30556, 'player_id': 10790}, {'pitchingcard_id': 5672, 'vs_hand': 'R', 'homerun': 3.5999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.35, 'single_two': 8.0, 'single_one': 0.0, 'single_center': 7.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 15.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 2.1, 'groundout_a': 2.2, 'groundout_b': 14.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.32315, 'obp': 0.35278, 'slg': 0.41528, 'player_id': 10790}, {'pitchingcard_id': 5673, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 24.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.95, 'flyout_rf_b': 2.4, 'groundout_a': 8.05, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.25648, 'slg': 0.28148, 'player_id': 10791}, {'pitchingcard_id': 5673, 'vs_hand': 'R', 'homerun': 2.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 20.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 0, 'groundout_a': 6.0, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.29676, 'slg': 0.35185, 'player_id': 10791}, {'pitchingcard_id': 5674, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 7.35, 'single_one': 7.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 1.1, 'strikeout': 24.750000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.899999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 10.85, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18981, 'obp': 0.20926, 'slg': 0.17778, 'player_id': 10792}, {'pitchingcard_id': 5674, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.9, 'strikeout': 20.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 12.55, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12639, 'obp': 0.31065, 'slg': 0.18519, 'player_id': 10792}, {'pitchingcard_id': 5675, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 12.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 33.050000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 7.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16667, 'obp': 0.29537, 'slg': 0.48611, 'player_id': 10793}, {'pitchingcard_id': 5675, 'vs_hand': 'R', 'homerun': 3.95, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.75, 'single_two': 3.9, 'single_one': 0.0, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 12.549999999999997, 'flyout_lf_b': 3.25, 'flyout_cf_b': 11.65, 'flyout_rf_b': 0.0, 'groundout_a': 1.65, 'groundout_b': 13.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.34167, 'slg': 0.33333, 'player_id': 10793}, {'pitchingcard_id': 5676, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.0, 'strikeout': 28.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.499999999999999, 'flyout_rf_b': 2.7, 'groundout_a': 3.2, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.26806, 'slg': 0.39722, 'player_id': 10794}, {'pitchingcard_id': 5676, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 25.000000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 10.6, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.24954, 'slg': 0.28796, 'player_id': 10794}, {'pitchingcard_id': 5677, 'vs_hand': 'L', 'homerun': 5.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.65, 'strikeout': 18.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.45, 'flyout_rf_b': 1.65, 'groundout_a': 5.1, 'groundout_b': 17.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.24861, 'slg': 0.3713, 'player_id': 10795}, {'pitchingcard_id': 5677, 'vs_hand': 'R', 'homerun': 4.7, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.8, 'single_two': 4.75, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 13.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.6, 'flyout_rf_b': 1.1, 'groundout_a': 4.2, 'groundout_b': 20.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25926, 'obp': 0.32593, 'slg': 0.32917, 'player_id': 10795}, {'pitchingcard_id': 5678, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.2, 'strikeout': 34.65000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 2.4, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17778, 'obp': 0.29074, 'slg': 0.30278, 'player_id': 10796}, {'pitchingcard_id': 5678, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 45.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12685, 'obp': 0.18704, 'slg': 0.17407, 'player_id': 10796}, {'pitchingcard_id': 5679, 'vs_hand': 'L', 'homerun': 3.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 19.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 2.25, 'groundout_a': 3.3, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22037, 'obp': 0.33241, 'slg': 0.41852, 'player_id': 10797}, {'pitchingcard_id': 5679, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.15, 'strikeout': 27.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.75, 'flyout_rf_b': 0, 'groundout_a': 10.0, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09444, 'obp': 0.2162, 'slg': 0.19722, 'player_id': 10797}, {'pitchingcard_id': 5680, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.85, 'double_cf': 0.0, 'single_two': 6.1, 'single_one': 6.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 10.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.4, 'flyout_rf_b': 2.25, 'groundout_a': 19.15, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19537, 'obp': 0.2713, 'slg': 0.26019, 'player_id': 10798}, {'pitchingcard_id': 5680, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 31.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 22.0, 'groundout_b': 11.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04722, 'obp': 0.09444, 'slg': 0.08333, 'player_id': 10798}, {'pitchingcard_id': 5681, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.1, 'double_cf': 0.0, 'single_two': 10.35, 'single_one': 10.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.6, 'strikeout': 22.3, 'flyout_lf_b': 0, 'flyout_cf_b': 1.4, 'flyout_rf_b': 0.0, 'groundout_a': 4.5, 'groundout_b': 3.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29444, 'obp': 0.43889, 'slg': 0.4037, 'player_id': 10799}, {'pitchingcard_id': 5681, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.75, 'strikeout': 35.2, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 2.2, 'groundout_b': 1.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.33981, 'slg': 0.31204, 'player_id': 10799}, {'pitchingcard_id': 5682, 'vs_hand': 'L', 'homerun': 0.8, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 10.0, 'walk': 9.05, 'strikeout': 17.9, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 14.9, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15648, 'obp': 0.33287, 'slg': 0.2, 'player_id': 10800}, {'pitchingcard_id': 5682, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 12.75, 'flyout_lf_b': 2.2, 'flyout_cf_b': 12.0, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 12.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.31296, 'slg': 0.31759, 'player_id': 10800}, {'pitchingcard_id': 5683, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_cf': 0.0, 'single_two': 5.95, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 17.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 1.65, 'groundout_a': 3.9, 'groundout_b': 12.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26435, 'obp': 0.33843, 'slg': 0.52963, 'player_id': 10801}, {'pitchingcard_id': 5683, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3000000000000003, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.9, 'strikeout': 26.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 12.75, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.24907, 'slg': 0.23611, 'player_id': 10801}, {'pitchingcard_id': 5684, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 8.65, 'single_one': 8.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 10.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.350000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 12.1, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.275, 'obp': 0.31898, 'slg': 0.42037, 'player_id': 10802}, {'pitchingcard_id': 5684, 'vs_hand': 'R', 'homerun': 6.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.65, 'single_two': 2.8, 'single_one': 0.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 11.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.1, 'groundout_a': 5.1, 'groundout_b': 22.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.27731, 'slg': 0.3338, 'player_id': 10802}, {'pitchingcard_id': 5685, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 17.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.95, 'flyout_rf_b': 1.75, 'groundout_a': 8.75, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23056, 'obp': 0.31481, 'slg': 0.37685, 'player_id': 10803}, {'pitchingcard_id': 5685, 'vs_hand': 'R', 'homerun': 6.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.85, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 29.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 6.45, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21065, 'obp': 0.24028, 'slg': 0.35556, 'player_id': 10803}, {'pitchingcard_id': 5686, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 27.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 1.6, 'groundout_a': 6.35, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1963, 'obp': 0.26667, 'slg': 0.29167, 'player_id': 10804}, {'pitchingcard_id': 5686, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 5.9, 'strikeout': 20.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 12.7, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.28611, 'slg': 0.33981, 'player_id': 10804}, {'pitchingcard_id': 5687, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.0, 'double_cf': 0.0, 'single_two': 6.8, 'single_one': 6.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 13.75, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 7.55, 'groundout_b': 14.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28333, 'obp': 0.36852, 'slg': 0.55648, 'player_id': 10805}, {'pitchingcard_id': 5687, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 17.75, 'flyout_lf_b': 3.75, 'flyout_cf_b': 11.0, 'flyout_rf_b': 0.0, 'groundout_a': 8.65, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.23889, 'slg': 0.31759, 'player_id': 10805}, {'pitchingcard_id': 5688, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.9, 'strikeout': 18.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.85, 'flyout_rf_b': 1.9, 'groundout_a': 3.3, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21991, 'obp': 0.39491, 'slg': 0.36204, 'player_id': 10806}, {'pitchingcard_id': 5688, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 18.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8999999999999995, 'flyout_rf_b': 1.95, 'groundout_a': 10.15, 'groundout_b': 13.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.25741, 'slg': 0.21574, 'player_id': 10806}, {'pitchingcard_id': 5689, 'vs_hand': 'L', 'homerun': 4.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.6, 'strikeout': 12.350000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.2, 'flyout_rf_b': 1.95, 'groundout_a': 4.75, 'groundout_b': 15.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25093, 'obp': 0.35833, 'slg': 0.53611, 'player_id': 10807}, {'pitchingcard_id': 5689, 'vs_hand': 'R', 'homerun': 5.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 6.0, 'single_one': 6.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 14.45, 'strikeout': 8.499999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.15, 'flyout_rf_b': 1.25, 'groundout_a': 6.45, 'groundout_b': 17.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23426, 'obp': 0.37731, 'slg': 0.43981, 'player_id': 10807}, {'pitchingcard_id': 5690, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 19.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.600000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 10.6, 'groundout_b': 12.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12917, 'obp': 0.21157, 'slg': 0.23426, 'player_id': 10808}, {'pitchingcard_id': 5690, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.4, 'strikeout': 22.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.0, 'flyout_rf_b': 0, 'groundout_a': 10.35, 'groundout_b': 12.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15324, 'obp': 0.24954, 'slg': 0.3463, 'player_id': 10808}, {'pitchingcard_id': 5691, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.300000000000001, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.6, 'strikeout': 16.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.350000000000001, 'flyout_rf_b': 2.2, 'groundout_a': 5.85, 'groundout_b': 5.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13657, 'obp': 0.35509, 'slg': 0.25093, 'player_id': 10809}, {'pitchingcard_id': 5691, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 14.6, 'strikeout': 30.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 3.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.34213, 'slg': 0.23519, 'player_id': 10809}, {'pitchingcard_id': 5692, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_cf': 0.0, 'single_two': 8.0, 'single_one': 8.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 8.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.8999999999999995, 'flyout_rf_b': 2.7, 'groundout_a': 8.85, 'groundout_b': 12.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28056, 'obp': 0.36204, 'slg': 0.4787, 'player_id': 10810}, {'pitchingcard_id': 5692, 'vs_hand': 'R', 'homerun': 5.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 15.6, 'strikeout': 16.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 14.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19722, 'obp': 0.35093, 'slg': 0.41019, 'player_id': 10810}, {'pitchingcard_id': 5693, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 15.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.350000000000001, 'flyout_rf_b': 2.8, 'groundout_a': 12.8, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.23148, 'slg': 0.30463, 'player_id': 10811}, {'pitchingcard_id': 5693, 'vs_hand': 'R', 'homerun': 3.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 20.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 11.55, 'groundout_b': 16.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19167, 'obp': 0.24167, 'slg': 0.36389, 'player_id': 10811}, {'pitchingcard_id': 5694, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.45, 'strikeout': 23.500000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 15.2, 'groundout_b': 9.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.25463, 'slg': 0.18796, 'player_id': 10812}, {'pitchingcard_id': 5694, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 12.2, 'flyout_lf_b': 1.9, 'flyout_cf_b': 8.45, 'flyout_rf_b': 0.0, 'groundout_a': 17.0, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19954, 'obp': 0.24352, 'slg': 0.30093, 'player_id': 10812}, {'pitchingcard_id': 5695, 'vs_hand': 'L', 'homerun': 3.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 7.7, 'single_one': 7.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 20.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 1.9, 'groundout_a': 2.4, 'groundout_b': 7.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27222, 'obp': 0.37269, 'slg': 0.46204, 'player_id': 10813}, {'pitchingcard_id': 5695, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.8, 'single_two': 6.35, 'single_one': 0.0, 'single_center': 6.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 16.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.199999999999999, 'flyout_rf_b': 1.35, 'groundout_a': 3.5, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28889, 'obp': 0.35972, 'slg': 0.29954, 'player_id': 10813}, {'pitchingcard_id': 5696, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.5, 'strikeout': 15.449999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.55, 'flyout_rf_b': 2.5, 'groundout_a': 12.8, 'groundout_b': 14.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.20926, 'slg': 0.27685, 'player_id': 10814}, {'pitchingcard_id': 5696, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.7, 'strikeout': 9.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.199999999999999, 'flyout_rf_b': 2.5, 'groundout_a': 11.15, 'groundout_b': 21.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22685, 'obp': 0.25185, 'slg': 0.35463, 'player_id': 10814}, {'pitchingcard_id': 5697, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.15, 'single_two': 3.8, 'single_one': 0.0, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 11.100000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.200000000000001, 'flyout_rf_b': 5.1, 'groundout_a': 1.2, 'groundout_b': 9.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24954, 'obp': 0.38704, 'slg': 0.33981, 'player_id': 10815}, {'pitchingcard_id': 5697, 'vs_hand': 'R', 'homerun': 1.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 4.9, 'strikeout': 10.049999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 1.9, 'groundout_a': 9.85, 'groundout_b': 22.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17639, 'obp': 0.2588, 'slg': 0.36389, 'player_id': 10815}, {'pitchingcard_id': 5698, 'vs_hand': 'L', 'homerun': 4.1, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.9, 'single_two': 11.2, 'single_one': 0.0, 'single_center': 11.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 13.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.1, 'flyout_rf_b': 2.25, 'groundout_a': 2.25, 'groundout_b': 11.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.3375, 'obp': 0.37685, 'slg': 0.54213, 'player_id': 10816}, {'pitchingcard_id': 5698, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 12.7, 'strikeout': 32.95000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15556, 'obp': 0.31944, 'slg': 0.22407, 'player_id': 10816}, {'pitchingcard_id': 5699, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 13.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.2, 'flyout_rf_b': 3.2, 'groundout_a': 8.7, 'groundout_b': 12.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.27685, 'slg': 0.3213, 'player_id': 10817}, {'pitchingcard_id': 5699, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.85, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 24.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.999999999999999, 'flyout_rf_b': 2.7, 'groundout_a': 19.3, 'groundout_b': 10.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0838, 'obp': 0.14722, 'slg': 0.15093, 'player_id': 10817}, {'pitchingcard_id': 5700, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 2.25, 'groundout_a': 6.95, 'groundout_b': 7.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.29907, 'slg': 0.20926, 'player_id': 10818}, {'pitchingcard_id': 5700, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.0, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 18.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 2.4, 'groundout_a': 16.3, 'groundout_b': 11.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.21574, 'slg': 0.25278, 'player_id': 10818}, {'pitchingcard_id': 5701, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.0, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 37.2, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 14.55, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11806, 'obp': 0.16204, 'slg': 0.09722, 'player_id': 10819}, {'pitchingcard_id': 5701, 'vs_hand': 'R', 'homerun': 3.3499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': 18.849999999999998, 'flyout_lf_b': 2.7, 'flyout_cf_b': 9.3, 'flyout_rf_b': 0.0, 'groundout_a': 4.75, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19676, 'obp': 0.29028, 'slg': 0.375, 'player_id': 10819}, {'pitchingcard_id': 5702, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.6, 'single_two': 2.75, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.9, 'strikeout': 9.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.700000000000001, 'flyout_rf_b': 5.4, 'groundout_a': 1.9, 'groundout_b': 16.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19259, 'obp': 0.31204, 'slg': 0.34907, 'player_id': 10820}, {'pitchingcard_id': 5702, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.25, 'strikeout': 9.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.699999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 13.75, 'groundout_b': 12.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12315, 'obp': 0.31991, 'slg': 0.22222, 'player_id': 10820}, {'pitchingcard_id': 5703, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 8.3, 'single_one': 8.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.35, 'strikeout': 13.600000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.549999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 9.9, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24769, 'obp': 0.3713, 'slg': 0.33241, 'player_id': 10821}, {'pitchingcard_id': 5703, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.8, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.85, 'strikeout': 22.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 0, 'groundout_a': 6.7, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.28889, 'slg': 0.34722, 'player_id': 10821}, {'pitchingcard_id': 5704, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 15.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 1.9, 'groundout_a': 10.5, 'groundout_b': 11.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16435, 'obp': 0.30324, 'slg': 0.27315, 'player_id': 10822}, {'pitchingcard_id': 5704, 'vs_hand': 'R', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 4.9, 'strikeout': 13.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 1.65, 'groundout_a': 12.65, 'groundout_b': 19.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1463, 'obp': 0.24722, 'slg': 0.27685, 'player_id': 10822}, {'pitchingcard_id': 5705, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.4, 'strikeout': 13.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.65, 'flyout_rf_b': 1.6, 'groundout_a': 10.4, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18148, 'obp': 0.30556, 'slg': 0.32315, 'player_id': 10823}, {'pitchingcard_id': 5705, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.299999999999999, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 31.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.550000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 7.85, 'groundout_b': 8.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18287, 'obp': 0.23009, 'slg': 0.41852, 'player_id': 10823}, {'pitchingcard_id': 5706, 'vs_hand': 'L', 'homerun': 11.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 1.4, 'single_one': 0.0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.4, 'strikeout': 33.550000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 1.6, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20833, 'obp': 0.32315, 'slg': 0.48519, 'player_id': 10824}, {'pitchingcard_id': 5706, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_cf': 0.0, 'single_two': 1.05, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.25, 'strikeout': 40.7, 'flyout_lf_b': 0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0.0, 'groundout_a': 2.7, 'groundout_b': 1.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11435, 'obp': 0.28333, 'slg': 0.27593, 'player_id': 10824}, {'pitchingcard_id': 5707, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.55, 'strikeout': 24.4, 'flyout_lf_b': 0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0.0, 'groundout_a': 9.6, 'groundout_b': 13.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17685, 'obp': 0.2375, 'slg': 0.27315, 'player_id': 10825}, {'pitchingcard_id': 5707, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 18.75, 'flyout_lf_b': 1.2, 'flyout_cf_b': 7.1000000000000005, 'flyout_rf_b': 0.0, 'groundout_a': 9.25, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23056, 'obp': 0.28796, 'slg': 0.40648, 'player_id': 10825}, {'pitchingcard_id': 5708, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.6, 'strikeout': 26.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.1, 'flyout_rf_b': 6.15, 'groundout_a': 6.8, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16713, 'obp': 0.20046, 'slg': 0.26204, 'player_id': 10826}, {'pitchingcard_id': 5708, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8000000000000003, 'double_cf': 0.0, 'single_two': 10.3, 'single_one': 10.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 33.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 8.2, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26296, 'obp': 0.28843, 'slg': 0.31759, 'player_id': 10826}, {'pitchingcard_id': 5709, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 25.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.55, 'flyout_rf_b': 2.2, 'groundout_a': 3.6, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.29907, 'slg': 0.3213, 'player_id': 10827}, {'pitchingcard_id': 5709, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.95, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.45, 'strikeout': 22.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.550000000000001, 'flyout_rf_b': 2.1, 'groundout_a': 11.8, 'groundout_b': 10.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.23426, 'slg': 0.3213, 'player_id': 10827}, {'pitchingcard_id': 5710, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.1, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 21.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.65, 'flyout_rf_b': 2.75, 'groundout_a': 6.95, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.28657, 'slg': 0.28981, 'player_id': 10828}, {'pitchingcard_id': 5710, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.25, 'strikeout': 23.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8999999999999995, 'flyout_rf_b': 2.55, 'groundout_a': 10.55, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16806, 'obp': 0.23519, 'slg': 0.23889, 'player_id': 10828}, {'pitchingcard_id': 5711, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.4, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 15.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.3, 'flyout_rf_b': 3.2, 'groundout_a': 6.75, 'groundout_b': 13.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20417, 'obp': 0.26991, 'slg': 0.50278, 'player_id': 10829}, {'pitchingcard_id': 5711, 'vs_hand': 'R', 'homerun': 2.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 17.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.45, 'flyout_rf_b': 0, 'groundout_a': 10.2, 'groundout_b': 16.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17269, 'obp': 0.24213, 'slg': 0.31574, 'player_id': 10829}, {'pitchingcard_id': 5712, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.9, 'strikeout': 36.050000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 9.45, 'groundout_b': 4.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12778, 'obp': 0.26574, 'slg': 0.19352, 'player_id': 10830}, {'pitchingcard_id': 5712, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 29.750000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 7.65, 'groundout_b': 6.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17176, 'obp': 0.27546, 'slg': 0.26574, 'player_id': 10830}, {'pitchingcard_id': 5713, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 15.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.05, 'flyout_rf_b': 4.25, 'groundout_a': 11.25, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18102, 'obp': 0.2412, 'slg': 0.24167, 'player_id': 10831}, {'pitchingcard_id': 5713, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.05, 'strikeout': 19.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 7.25, 'groundout_b': 10.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21574, 'obp': 0.34583, 'slg': 0.41389, 'player_id': 10831}, {'pitchingcard_id': 5714, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.75, 'strikeout': 44.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16019, 'obp': 0.31528, 'slg': 0.23796, 'player_id': 10832}, {'pitchingcard_id': 5714, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 21.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.25, 'flyout_rf_b': 0, 'groundout_a': 5.9, 'groundout_b': 15.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15093, 'obp': 0.20093, 'slg': 0.26204, 'player_id': 10832}, {'pitchingcard_id': 5715, 'vs_hand': 'L', 'homerun': 2.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 43.550000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 9.85, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1588, 'obp': 0.18102, 'slg': 0.20278, 'player_id': 10833}, {'pitchingcard_id': 5715, 'vs_hand': 'R', 'homerun': 6.75, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.25, 'single_two': 5.1, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.3, 'strikeout': 14.65, 'flyout_lf_b': 2.25, 'flyout_cf_b': 9.5, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 18.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22083, 'obp': 0.27917, 'slg': 0.41157, 'player_id': 10833}, {'pitchingcard_id': 5716, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 23.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 2.25, 'groundout_a': 8.05, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.2537, 'slg': 0.26296, 'player_id': 10834}, {'pitchingcard_id': 5716, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.35, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.85, 'strikeout': 21.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.55, 'flyout_rf_b': 1.2, 'groundout_a': 10.6, 'groundout_b': 11.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.22407, 'slg': 0.26759, 'player_id': 10834}, {'pitchingcard_id': 5717, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.95, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.55, 'strikeout': 19.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 1.75, 'groundout_a': 5.85, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.32454, 'slg': 0.41667, 'player_id': 10835}, {'pitchingcard_id': 5717, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 19.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.550000000000001, 'flyout_rf_b': 1.65, 'groundout_a': 11.1, 'groundout_b': 10.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15602, 'obp': 0.29352, 'slg': 0.28426, 'player_id': 10835}, {'pitchingcard_id': 5718, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 38.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.55, 'flyout_rf_b': 3.5, 'groundout_a': 6.35, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10741, 'obp': 0.14352, 'slg': 0.19907, 'player_id': 10836}, {'pitchingcard_id': 5718, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 26.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 0, 'groundout_a': 18.6, 'groundout_b': 12.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10417, 'obp': 0.1338, 'slg': 0.14259, 'player_id': 10836}, {'pitchingcard_id': 5719, 'vs_hand': 'L', 'homerun': 2.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.0, 'strikeout': 32.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 1.2, 'groundout_a': 3.2, 'groundout_b': 5.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18657, 'obp': 0.28843, 'slg': 0.4213, 'player_id': 10837}, {'pitchingcard_id': 5719, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.85, 'strikeout': 40.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 6.2, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12778, 'obp': 0.1912, 'slg': 0.23889, 'player_id': 10837}, {'pitchingcard_id': 5720, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.1000000000000005, 'double_cf': 0.0, 'single_two': 7.1, 'single_one': 7.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 10.500000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 1.2, 'groundout_a': 17.7, 'groundout_b': 10.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2162, 'obp': 0.3037, 'slg': 0.30648, 'player_id': 10838}, {'pitchingcard_id': 5720, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 9.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.65, 'flyout_rf_b': 1.4, 'groundout_a': 14.05, 'groundout_b': 26.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14444, 'obp': 0.16528, 'slg': 0.30648, 'player_id': 10838}, {'pitchingcard_id': 5721, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.55, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.55, 'strikeout': 20.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 1.4, 'groundout_a': 6.15, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19676, 'obp': 0.34074, 'slg': 0.37963, 'player_id': 10839}, {'pitchingcard_id': 5721, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.1, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.75, 'strikeout': 20.199999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 11.0, 'groundout_b': 6.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18611, 'obp': 0.35046, 'slg': 0.225, 'player_id': 10839}, {'pitchingcard_id': 5722, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 14.850000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 6.85, 'flyout_rf_b': 0.0, 'groundout_a': 14.9, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18333, 'obp': 0.28611, 'slg': 0.25278, 'player_id': 10840}, {'pitchingcard_id': 5722, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.6, 'strikeout': 24.349999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 9.1, 'flyout_rf_b': 0.0, 'groundout_a': 7.7, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15046, 'obp': 0.26713, 'slg': 0.30278, 'player_id': 10840}, {'pitchingcard_id': 5723, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 24.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.2, 'flyout_rf_b': 0, 'groundout_a': 3.6, 'groundout_b': 7.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22037, 'obp': 0.3412, 'slg': 0.39167, 'player_id': 10841}, {'pitchingcard_id': 5723, 'vs_hand': 'R', 'homerun': 2.0999999999999996, 'bp_homerun': 2.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.95, 'strikeout': 24.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 15.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17917, 'obp': 0.26204, 'slg': 0.37963, 'player_id': 10841}, {'pitchingcard_id': 5724, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.9, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 15.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.5, 'flyout_rf_b': 2.7, 'groundout_a': 6.1, 'groundout_b': 9.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23519, 'obp': 0.33935, 'slg': 0.45926, 'player_id': 10842}, {'pitchingcard_id': 5724, 'vs_hand': 'R', 'homerun': 2.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.75, 'strikeout': 23.200000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.8, 'flyout_rf_b': 2.7, 'groundout_a': 5.1, 'groundout_b': 15.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.24167, 'slg': 0.28056, 'player_id': 10842}, {'pitchingcard_id': 5725, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.25, 'strikeout': 29.549999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.75, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.33565, 'slg': 0.23796, 'player_id': 10843}, {'pitchingcard_id': 5725, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.3, 'strikeout': 19.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22222, 'obp': 0.40093, 'slg': 0.37315, 'player_id': 10843}, {'pitchingcard_id': 5726, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 39.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 1.05, 'groundout_a': 6.6, 'groundout_b': 3.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08009, 'obp': 0.2088, 'slg': 0.11204, 'player_id': 10844}, {'pitchingcard_id': 5726, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.1, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.85, 'strikeout': 48.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 1.95, 'groundout_b': 1.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.22176, 'slg': 0.22685, 'player_id': 10844}, {'pitchingcard_id': 5727, 'vs_hand': 'L', 'homerun': 3.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.75, 'single_two': 2.4, 'single_one': 0.0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.4, 'strikeout': 25.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.65, 'flyout_rf_b': 1.4, 'groundout_a': 2.1, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18565, 'obp': 0.30046, 'slg': 0.26204, 'player_id': 10845}, {'pitchingcard_id': 5727, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 10.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.65, 'flyout_rf_b': 1.7, 'groundout_a': 17.7, 'groundout_b': 11.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.24537, 'slg': 0.19537, 'player_id': 10845}, {'pitchingcard_id': 5728, 'vs_hand': 'L', 'homerun': 2.1500000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 25.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.30972, 'slg': 0.34167, 'player_id': 10846}, {'pitchingcard_id': 5728, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 42.900000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 4.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.22269, 'slg': 0.19537, 'player_id': 10846}, {'pitchingcard_id': 5729, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 34.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.550000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 6.0, 'groundout_b': 5.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.22593, 'slg': 0.24907, 'player_id': 10847}, {'pitchingcard_id': 5729, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.05, 'strikeout': 13.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.55, 'flyout_rf_b': 1.25, 'groundout_a': 12.75, 'groundout_b': 15.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1838, 'obp': 0.26759, 'slg': 0.31389, 'player_id': 10847}, {'pitchingcard_id': 5730, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 24.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.15, 'flyout_rf_b': 1.9, 'groundout_a': 5.7, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21019, 'obp': 0.28889, 'slg': 0.33981, 'player_id': 10848}, {'pitchingcard_id': 5730, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.25, 'strikeout': 29.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 9.65, 'groundout_b': 12.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1162, 'obp': 0.19259, 'slg': 0.19537, 'player_id': 10848}, {'pitchingcard_id': 5731, 'vs_hand': 'L', 'homerun': 0.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.9, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 5.899999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.850000000000001, 'flyout_rf_b': 2.8, 'groundout_a': 7.85, 'groundout_b': 13.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24306, 'obp': 0.35463, 'slg': 0.45648, 'player_id': 10849}, {'pitchingcard_id': 5731, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 19.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.299999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 8.5, 'groundout_b': 16.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.23241, 'slg': 0.29444, 'player_id': 10849}, {'pitchingcard_id': 5732, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 14.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.649999999999999, 'flyout_rf_b': 6.3, 'groundout_a': 12.55, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14306, 'obp': 0.23194, 'slg': 0.175, 'player_id': 10850}, {'pitchingcard_id': 5732, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.2, 'strikeout': 28.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.7, 'flyout_rf_b': 0, 'groundout_a': 9.8, 'groundout_b': 7.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14583, 'obp': 0.24028, 'slg': 0.225, 'player_id': 10850}, {'pitchingcard_id': 5733, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 14.55, 'flyout_lf_b': 1.05, 'flyout_cf_b': 3.45, 'flyout_rf_b': 0.0, 'groundout_a': 25.1, 'groundout_b': 19.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1287, 'obp': 0.14167, 'slg': 0.21574, 'player_id': 10851}, {'pitchingcard_id': 5733, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.5, 'single_two': 6.7, 'single_one': 0.0, 'single_center': 6.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 15.7, 'flyout_lf_b': 2.75, 'flyout_cf_b': 10.15, 'flyout_rf_b': 0.0, 'groundout_a': 3.25, 'groundout_b': 14.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26898, 'obp': 0.29907, 'slg': 0.40139, 'player_id': 10851}, {'pitchingcard_id': 5734, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.1, 'strikeout': 19.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 2.2, 'groundout_a': 5.7, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.30833, 'slg': 0.32963, 'player_id': 10852}, {'pitchingcard_id': 5734, 'vs_hand': 'R', 'homerun': 1.85, 'bp_homerun': 2.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.7, 'strikeout': 31.249999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 3.75, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23102, 'obp': 0.29306, 'slg': 0.42361, 'player_id': 10852}, {'pitchingcard_id': 5735, 'vs_hand': 'L', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 18.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.75, 'flyout_rf_b': 2.75, 'groundout_a': 11.9, 'groundout_b': 10.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14722, 'obp': 0.22731, 'slg': 0.23426, 'player_id': 10853}, {'pitchingcard_id': 5735, 'vs_hand': 'R', 'homerun': 4.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.05, 'strikeout': 19.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 6.8, 'groundout_b': 15.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22731, 'obp': 0.29259, 'slg': 0.43056, 'player_id': 10853}, {'pitchingcard_id': 5736, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.35, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.75, 'strikeout': 29.049999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 2.1, 'groundout_a': 7.15, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19306, 'obp': 0.27407, 'slg': 0.3213, 'player_id': 10854}, {'pitchingcard_id': 5736, 'vs_hand': 'R', 'homerun': 2.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 21.699999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.35, 'groundout_a': 7.25, 'groundout_b': 15.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.25417, 'slg': 0.30463, 'player_id': 10854}, {'pitchingcard_id': 5737, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 10.7, 'single_one': 10.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 11.2, 'strikeout': 5.75, 'flyout_lf_b': 1.75, 'flyout_cf_b': 5.25, 'flyout_rf_b': 0.0, 'groundout_a': 16.6, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24398, 'obp': 0.39398, 'slg': 0.2213, 'player_id': 10855}, {'pitchingcard_id': 5737, 'vs_hand': 'R', 'homerun': 2.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.25, 'strikeout': 21.7, 'flyout_lf_b': 1.5, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.3088, 'slg': 0.31204, 'player_id': 10855}, {'pitchingcard_id': 5738, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 2.95, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 13.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.05, 'groundout_a': 5.1, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25556, 'obp': 0.43519, 'slg': 0.44769, 'player_id': 10856}, {'pitchingcard_id': 5738, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.15, 'strikeout': 18.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.35, 'flyout_rf_b': 1.35, 'groundout_a': 6.45, 'groundout_b': 10.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24537, 'obp': 0.32083, 'slg': 0.41759, 'player_id': 10856}, {'pitchingcard_id': 5739, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.25, 'strikeout': 24.7, 'flyout_lf_b': 0, 'flyout_cf_b': 2.2, 'flyout_rf_b': 0.0, 'groundout_a': 18.0, 'groundout_b': 8.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10833, 'obp': 0.24028, 'slg': 0.09722, 'player_id': 10857}, {'pitchingcard_id': 5739, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 23.9, 'flyout_lf_b': 1.6, 'flyout_cf_b': 7.85, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 6.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17269, 'obp': 0.275, 'slg': 0.21574, 'player_id': 10857}, {'pitchingcard_id': 5740, 'vs_hand': 'L', 'homerun': 4.9, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 3.6, 'single_one': 0.0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 10.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.05, 'flyout_rf_b': 2.75, 'groundout_a': 4.5, 'groundout_b': 18.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.27546, 'slg': 0.35926, 'player_id': 10858}, {'pitchingcard_id': 5740, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 30.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 7.55, 'groundout_b': 9.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13843, 'obp': 0.23889, 'slg': 0.24537, 'player_id': 10858}, {'pitchingcard_id': 5741, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5499999999999998, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 53.650000000000006, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.55, 'flyout_rf_b': 0.0, 'groundout_a': 6.85, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04444, 'obp': 0.08333, 'slg': 0.08796, 'player_id': 10859}, {'pitchingcard_id': 5741, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.65, 'double_cf': 0.0, 'single_two': 7.5, 'single_one': 7.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.6, 'strikeout': 16.14999999999999, 'flyout_lf_b': 0, 'flyout_cf_b': 8.7, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21898, 'obp': 0.41898, 'slg': 0.2787, 'player_id': 10859}, {'pitchingcard_id': 5742, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 15.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.55, 'flyout_rf_b': 2.5, 'groundout_a': 7.2, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22917, 'obp': 0.28935, 'slg': 0.40093, 'player_id': 10860}, {'pitchingcard_id': 5742, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 16.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 1.2, 'groundout_a': 19.85, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16806, 'obp': 0.22269, 'slg': 0.19722, 'player_id': 10860}, {'pitchingcard_id': 5743, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.3, 'strikeout': 20.649999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.15, 'flyout_rf_b': 1.9, 'groundout_a': 5.1, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.30787, 'slg': 0.36944, 'player_id': 10861}, {'pitchingcard_id': 5743, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 24.699999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.4, 'flyout_rf_b': 1.4, 'groundout_a': 11.1, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16204, 'obp': 0.24769, 'slg': 0.23148, 'player_id': 10861}, {'pitchingcard_id': 5744, 'vs_hand': 'L', 'homerun': 2.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 20.95, 'flyout_lf_b': 1.2, 'flyout_cf_b': 2.0, 'flyout_rf_b': 0.0, 'groundout_a': 18.5, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14074, 'obp': 0.23333, 'slg': 0.18426, 'player_id': 10862}, {'pitchingcard_id': 5744, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.95, 'strikeout': 25.999999999999996, 'flyout_lf_b': 3.2, 'flyout_cf_b': 8.850000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 13.95, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12454, 'obp': 0.17963, 'slg': 0.19167, 'player_id': 10862}, {'pitchingcard_id': 5745, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 8.7, 'single_one': 8.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.7, 'flyout_rf_b': 1.7, 'groundout_a': 11.45, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23565, 'obp': 0.26528, 'slg': 0.26019, 'player_id': 10863}, {'pitchingcard_id': 5745, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.55, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 1.4, 'groundout_a': 8.3, 'groundout_b': 12.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22454, 'obp': 0.26343, 'slg': 0.4213, 'player_id': 10863}, {'pitchingcard_id': 5746, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 15.9, 'strikeout': 31.800000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 3.25, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14954, 'obp': 0.32454, 'slg': 0.20463, 'player_id': 10864}, {'pitchingcard_id': 5746, 'vs_hand': 'R', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 45.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 3.8, 'groundout_b': 3.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.21667, 'slg': 0.21759, 'player_id': 10864}, {'pitchingcard_id': 5747, 'vs_hand': 'L', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 27.8, 'strikeout': 19.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 2.25, 'groundout_a': 5.1, 'groundout_b': 6.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09028, 'obp': 0.35694, 'slg': 0.16204, 'player_id': 10865}, {'pitchingcard_id': 5747, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.7, 'strikeout': 24.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0, 'groundout_a': 12.15, 'groundout_b': 8.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19583, 'obp': 0.25787, 'slg': 0.28056, 'player_id': 10865}, {'pitchingcard_id': 5748, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.449999999999999, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 22.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.0, 'flyout_rf_b': 1.6, 'groundout_a': 6.85, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19815, 'obp': 0.28287, 'slg': 0.37685, 'player_id': 10866}, {'pitchingcard_id': 5748, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 18.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 1.4, 'groundout_a': 8.7, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20648, 'obp': 0.31019, 'slg': 0.31019, 'player_id': 10866}, {'pitchingcard_id': 5749, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 7.25, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.7, 'strikeout': 17.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.4, 'flyout_rf_b': 1.4, 'groundout_a': 11.65, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22917, 'obp': 0.28194, 'slg': 0.31481, 'player_id': 10867}, {'pitchingcard_id': 5749, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 29.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 9.25, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09954, 'obp': 0.23981, 'slg': 0.19907, 'player_id': 10867}, {'pitchingcard_id': 5750, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.35, 'strikeout': 23.6, 'flyout_lf_b': 0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0.0, 'groundout_a': 13.5, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1287, 'obp': 0.27083, 'slg': 0.12593, 'player_id': 10868}, {'pitchingcard_id': 5750, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 24.450000000000003, 'flyout_lf_b': 1.5, 'flyout_cf_b': 8.45, 'flyout_rf_b': 0.0, 'groundout_a': 5.75, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1787, 'obp': 0.26667, 'slg': 0.31389, 'player_id': 10868}, {'pitchingcard_id': 5751, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.0500000000000003, 'double_cf': 0.0, 'single_two': 6.7, 'single_one': 6.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.3, 'strikeout': 22.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.100000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 7.8, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20787, 'obp': 0.29398, 'slg': 0.2787, 'player_id': 10869}, {'pitchingcard_id': 5751, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 30.699999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.6499999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 9.3, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.22407, 'slg': 0.25741, 'player_id': 10869}, {'pitchingcard_id': 5752, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 19.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.7, 'flyout_rf_b': 2.4, 'groundout_a': 17.7, 'groundout_b': 10.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.1625, 'slg': 0.1463, 'player_id': 10870}, {'pitchingcard_id': 5752, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 7.0, 'single_one': 7.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 22.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.0, 'flyout_rf_b': 1.65, 'groundout_a': 6.8, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24769, 'obp': 0.31713, 'slg': 0.40093, 'player_id': 10870}, {'pitchingcard_id': 5753, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 25.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.199999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 8.05, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20324, 'obp': 0.27593, 'slg': 0.36204, 'player_id': 10871}, {'pitchingcard_id': 5753, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 14.549999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.35, 'flyout_rf_b': 1.2, 'groundout_a': 15.1, 'groundout_b': 12.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19074, 'obp': 0.27778, 'slg': 0.3463, 'player_id': 10871}, {'pitchingcard_id': 5754, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.75, 'double_cf': 0.0, 'single_two': 5.8, 'single_one': 5.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 28.200000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.699999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 5.7, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22963, 'obp': 0.27361, 'slg': 0.39722, 'player_id': 10872}, {'pitchingcard_id': 5754, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.55, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 29.700000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.050000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 13.5, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.16528, 'slg': 0.26759, 'player_id': 10872}, {'pitchingcard_id': 5755, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.05, 'double_cf': 0.0, 'single_two': 8.9, 'single_one': 8.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 25.34999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 6.2, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24861, 'obp': 0.37315, 'slg': 0.33796, 'player_id': 10873}, {'pitchingcard_id': 5755, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.15, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 35.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 15.35, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07546, 'obp': 0.14028, 'slg': 0.13981, 'player_id': 10873}, {'pitchingcard_id': 5756, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.9, 'strikeout': 21.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.5, 'flyout_rf_b': 2.5, 'groundout_a': 7.6, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12917, 'obp': 0.25787, 'slg': 0.24167, 'player_id': 10874}, {'pitchingcard_id': 5756, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 39.25000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 9.25, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11806, 'obp': 0.20556, 'slg': 0.18519, 'player_id': 10874}, {'pitchingcard_id': 5757, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 23.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.0, 'flyout_rf_b': 1.75, 'groundout_a': 9.6, 'groundout_b': 8.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.25926, 'slg': 0.29907, 'player_id': 10875}, {'pitchingcard_id': 5757, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.3, 'strikeout': 30.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 9.95, 'groundout_b': 5.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.26528, 'slg': 0.18981, 'player_id': 10875}, {'pitchingcard_id': 5758, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.05, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 24.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.9, 'flyout_rf_b': 1.4, 'groundout_a': 18.5, 'groundout_b': 10.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12361, 'obp': 0.1625, 'slg': 0.21389, 'player_id': 10876}, {'pitchingcard_id': 5758, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 1.4000000000000001, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 7.0, 'single_one': 7.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 22.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.4, 'flyout_rf_b': 0, 'groundout_a': 9.6, 'groundout_b': 9.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23333, 'obp': 0.28056, 'slg': 0.33241, 'player_id': 10876}, {'pitchingcard_id': 5759, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 6.1, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 2.4, 'strikeout': 30.450000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 11.6, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17731, 'obp': 0.23657, 'slg': 0.20833, 'player_id': 10877}, {'pitchingcard_id': 5759, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.6500000000000004, 'double_cf': 0.0, 'single_two': 2.8, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 52.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12222, 'obp': 0.14769, 'slg': 0.17315, 'player_id': 10877}, {'pitchingcard_id': 5760, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.15, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.15, 'strikeout': 22.700000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.600000000000001, 'flyout_rf_b': 4.2, 'groundout_a': 11.1, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14398, 'obp': 0.21944, 'slg': 0.18056, 'player_id': 10878}, {'pitchingcard_id': 5760, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 37.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 3.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.27315, 'slg': 0.24815, 'player_id': 10878}, {'pitchingcard_id': 5761, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.95, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 28.449999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 1.35, 'groundout_a': 11.15, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.22083, 'slg': 0.21944, 'player_id': 10879}, {'pitchingcard_id': 5761, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 18.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.549999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 10.45, 'groundout_b': 11.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.27083, 'slg': 0.33241, 'player_id': 10879}, {'pitchingcard_id': 5762, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 23.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.95, 'flyout_rf_b': 2.2, 'groundout_a': 10.3, 'groundout_b': 8.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12824, 'obp': 0.22083, 'slg': 0.21852, 'player_id': 10880}, {'pitchingcard_id': 5762, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 27.200000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.55, 'flyout_rf_b': 1.2, 'groundout_a': 7.25, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21389, 'obp': 0.30417, 'slg': 0.38056, 'player_id': 10880}, {'pitchingcard_id': 5763, 'vs_hand': 'L', 'homerun': 1.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 34.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.85, 'flyout_rf_b': 1.2, 'groundout_a': 9.25, 'groundout_b': 7.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.20556, 'slg': 0.29259, 'player_id': 10881}, {'pitchingcard_id': 5763, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 6.95, 'single_one': 6.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.6, 'strikeout': 19.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 9.15, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25, 'obp': 0.31111, 'slg': 0.41667, 'player_id': 10881}, {'pitchingcard_id': 5764, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.449999999999999, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 23.4, 'flyout_lf_b': 0, 'flyout_cf_b': 1.65, 'flyout_rf_b': 0.0, 'groundout_a': 13.1, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1375, 'obp': 0.27222, 'slg': 0.3213, 'player_id': 10882}, {'pitchingcard_id': 5764, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.85, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.45, 'strikeout': 18.5, 'flyout_lf_b': 0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0.0, 'groundout_a': 9.5, 'groundout_b': 13.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.29259, 'slg': 0.40833, 'player_id': 10882}, {'pitchingcard_id': 5765, 'vs_hand': 'L', 'homerun': 2.3, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 15.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.350000000000001, 'flyout_rf_b': 1.7, 'groundout_a': 7.3, 'groundout_b': 12.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2125, 'obp': 0.30972, 'slg': 0.41481, 'player_id': 10883}, {'pitchingcard_id': 5765, 'vs_hand': 'R', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 19.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.85, 'flyout_rf_b': 1.35, 'groundout_a': 7.6, 'groundout_b': 10.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.32407, 'slg': 0.36296, 'player_id': 10883}, {'pitchingcard_id': 5766, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 11.049999999999999, 'double_cf': 0.0, 'single_two': 6.15, 'single_one': 6.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.9, 'strikeout': 16.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.750000000000001, 'flyout_rf_b': 3.3, 'groundout_a': 6.6, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27176, 'obp': 0.33565, 'slg': 0.56481, 'player_id': 10884}, {'pitchingcard_id': 5766, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.45, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 21.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.550000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 14.15, 'groundout_b': 12.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18935, 'obp': 0.21944, 'slg': 0.32685, 'player_id': 10884}, {'pitchingcard_id': 5767, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6999999999999997, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 24.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 3.3, 'groundout_a': 6.75, 'groundout_b': 6.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19028, 'obp': 0.26806, 'slg': 0.29167, 'player_id': 10885}, {'pitchingcard_id': 5767, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 24.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.300000000000001, 'flyout_rf_b': 1.6, 'groundout_a': 15.2, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1287, 'obp': 0.18889, 'slg': 0.22315, 'player_id': 10885}, {'pitchingcard_id': 5768, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.35, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 33.80000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.28935, 'slg': 0.31574, 'player_id': 10886}, {'pitchingcard_id': 5768, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.3, 'strikeout': 41.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 6.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13935, 'obp': 0.19769, 'slg': 0.24167, 'player_id': 10886}, {'pitchingcard_id': 5769, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.25, 'strikeout': 11.699999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.65, 'flyout_rf_b': 2.4, 'groundout_a': 8.25, 'groundout_b': 14.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23241, 'obp': 0.3088, 'slg': 0.43056, 'player_id': 10887}, {'pitchingcard_id': 5769, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.15, 'strikeout': 20.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 11.75, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15463, 'obp': 0.28565, 'slg': 0.3037, 'player_id': 10887}, {'pitchingcard_id': 5770, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.1, 'strikeout': 25.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.0, 'flyout_rf_b': 3.2, 'groundout_a': 6.45, 'groundout_b': 11.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19722, 'obp': 0.21667, 'slg': 0.30648, 'player_id': 10888}, {'pitchingcard_id': 5770, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.6, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 23.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 12.05, 'groundout_b': 12.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20926, 'obp': 0.22963, 'slg': 0.38796, 'player_id': 10888}, {'pitchingcard_id': 5771, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 28.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.9, 'groundout_a': 6.0, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13241, 'obp': 0.24491, 'slg': 0.19537, 'player_id': 10889}, {'pitchingcard_id': 5771, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 38.449999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.95, 'flyout_rf_b': 1.05, 'groundout_a': 4.75, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09028, 'obp': 0.20463, 'slg': 0.19074, 'player_id': 10889}, {'pitchingcard_id': 5772, 'vs_hand': 'L', 'homerun': 6.5, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 4.25, 'single_one': 0.0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 25.449999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.050000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 1.9, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.30278, 'slg': 0.38194, 'player_id': 10890}, {'pitchingcard_id': 5772, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.4, 'strikeout': 29.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 7.4, 'groundout_b': 9.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16991, 'obp': 0.2662, 'slg': 0.29722, 'player_id': 10890}, {'pitchingcard_id': 5773, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.85, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.7, 'strikeout': 19.250000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.85, 'flyout_rf_b': 1.65, 'groundout_a': 11.2, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.26806, 'slg': 0.16944, 'player_id': 10891}, {'pitchingcard_id': 5773, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0999999999999996, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 41.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 12.0, 'groundout_b': 6.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09583, 'obp': 0.1375, 'slg': 0.13148, 'player_id': 10891}, {'pitchingcard_id': 5774, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 8.75, 'single_one': 8.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 28.949999999999992, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27269, 'obp': 0.36343, 'slg': 0.42407, 'player_id': 10892}, {'pitchingcard_id': 5774, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 29.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 17.55, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14259, 'obp': 0.18426, 'slg': 0.175, 'player_id': 10892}, {'pitchingcard_id': 5775, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 6.05, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 22.75, 'flyout_lf_b': 0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0.0, 'groundout_a': 17.8, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19722, 'obp': 0.23611, 'slg': 0.28889, 'player_id': 10893}, {'pitchingcard_id': 5775, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.1, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 17.65, 'flyout_lf_b': 2.1, 'flyout_cf_b': 9.700000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 9.7, 'groundout_b': 12.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17037, 'obp': 0.25648, 'slg': 0.36389, 'player_id': 10893}, {'pitchingcard_id': 5776, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1499999999999995, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.8, 'strikeout': 18.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.9, 'flyout_rf_b': 5.1, 'groundout_a': 11.35, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14491, 'obp': 0.19861, 'slg': 0.27407, 'player_id': 10894}, {'pitchingcard_id': 5776, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 1.75, 'strikeout': 41.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14722, 'obp': 0.1912, 'slg': 0.25463, 'player_id': 10894}, {'pitchingcard_id': 5777, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.6, 'strikeout': 17.349999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 17.55, 'groundout_b': 10.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24259, 'obp': 0.27593, 'slg': 0.30463, 'player_id': 10895}, {'pitchingcard_id': 5777, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 18.25, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.0, 'flyout_rf_b': 0.0, 'groundout_a': 10.6, 'groundout_b': 11.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16389, 'obp': 0.2537, 'slg': 0.24537, 'player_id': 10895}, {'pitchingcard_id': 5778, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.85, 'double_cf': 0.0, 'single_two': 8.05, 'single_one': 8.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 15.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 8.8, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28009, 'obp': 0.35, 'slg': 0.47407, 'player_id': 10896}, {'pitchingcard_id': 5778, 'vs_hand': 'R', 'homerun': 2.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.75, 'strikeout': 31.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 9.75, 'groundout_b': 14.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.18565, 'slg': 0.24907, 'player_id': 10896}, {'pitchingcard_id': 5779, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.45, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.85, 'strikeout': 26.1, 'flyout_lf_b': 0, 'flyout_cf_b': 3.8, 'flyout_rf_b': 0.0, 'groundout_a': 13.1, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17315, 'obp': 0.25509, 'slg': 0.25741, 'player_id': 10897}, {'pitchingcard_id': 5779, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 31.900000000000006, 'flyout_lf_b': 1.4, 'flyout_cf_b': 7.6, 'flyout_rf_b': 0.0, 'groundout_a': 5.1, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1713, 'obp': 0.25278, 'slg': 0.25, 'player_id': 10897}, {'pitchingcard_id': 5780, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.85, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 26.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.449999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 19.05, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12269, 'obp': 0.15231, 'slg': 0.15093, 'player_id': 10898}, {'pitchingcard_id': 5780, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 31.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 17.6, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12824, 'obp': 0.15787, 'slg': 0.16759, 'player_id': 10898}, {'pitchingcard_id': 5781, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 1.85, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 29.349999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21528, 'obp': 0.32083, 'slg': 0.35602, 'player_id': 10899}, {'pitchingcard_id': 5781, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 19.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.550000000000001, 'flyout_rf_b': 2.25, 'groundout_a': 17.1, 'groundout_b': 9.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.21944, 'slg': 0.17222, 'player_id': 10899}, {'pitchingcard_id': 5782, 'vs_hand': 'L', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 25.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.55, 'flyout_rf_b': 2.8, 'groundout_a': 6.25, 'groundout_b': 6.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1875, 'obp': 0.29306, 'slg': 0.2963, 'player_id': 10900}, {'pitchingcard_id': 5782, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 38.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.5, 'groundout_a': 9.75, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12222, 'obp': 0.17685, 'slg': 0.16574, 'player_id': 10900}, {'pitchingcard_id': 5783, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.0, 'strikeout': 26.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.55, 'flyout_rf_b': 1.05, 'groundout_a': 9.55, 'groundout_b': 8.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.2463, 'slg': 0.27315, 'player_id': 10901}, {'pitchingcard_id': 5783, 'vs_hand': 'R', 'homerun': 3.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.75, 'strikeout': 23.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 6.4, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15417, 'obp': 0.28148, 'slg': 0.32963, 'player_id': 10901}, {'pitchingcard_id': 5784, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.6, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 26.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.9, 'flyout_rf_b': 2.4, 'groundout_a': 7.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19815, 'obp': 0.27824, 'slg': 0.31204, 'player_id': 10902}, {'pitchingcard_id': 5784, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.45, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 21.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1499999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 17.15, 'groundout_b': 11.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.19074, 'slg': 0.26574, 'player_id': 10902}, {'pitchingcard_id': 5785, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 6.8, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.15, 'strikeout': 12.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.35, 'flyout_rf_b': 1.2, 'groundout_a': 10.65, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23657, 'obp': 0.36759, 'slg': 0.40463, 'player_id': 10903}, {'pitchingcard_id': 5785, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.05, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.05, 'strikeout': 23.900000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 17.2, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11713, 'obp': 0.21019, 'slg': 0.18056, 'player_id': 10903}, {'pitchingcard_id': 5786, 'vs_hand': 'L', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 7.3, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.75, 'strikeout': 22.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.35741, 'slg': 0.33611, 'player_id': 10904}, {'pitchingcard_id': 5786, 'vs_hand': 'R', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.9, 'strikeout': 26.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 15.45, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14167, 'obp': 0.23333, 'slg': 0.14722, 'player_id': 10904}, {'pitchingcard_id': 5787, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 15.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.65, 'groundout_a': 9.0, 'groundout_b': 9.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19954, 'obp': 0.32269, 'slg': 0.36296, 'player_id': 10905}, {'pitchingcard_id': 5787, 'vs_hand': 'R', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.65, 'strikeout': 17.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.299999999999999, 'flyout_rf_b': 2.4, 'groundout_a': 13.4, 'groundout_b': 12.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.24769, 'slg': 0.25833, 'player_id': 10905}, {'pitchingcard_id': 5788, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 20.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.100000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 10.4, 'groundout_b': 9.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.23519, 'slg': 0.23704, 'player_id': 10906}, {'pitchingcard_id': 5788, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 28.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 10.95, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.2125, 'slg': 0.34074, 'player_id': 10906}, {'pitchingcard_id': 5789, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.65, 'double_cf': 0.0, 'single_two': 6.8, 'single_one': 6.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 24.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.3999999999999995, 'flyout_rf_b': 1.7, 'groundout_a': 3.8, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2537, 'obp': 0.36574, 'slg': 0.43981, 'player_id': 10907}, {'pitchingcard_id': 5789, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 4.85, 'strikeout': 13.100000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.449999999999999, 'flyout_rf_b': 1.5, 'groundout_a': 20.1, 'groundout_b': 17.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09537, 'obp': 0.17731, 'slg': 0.18241, 'player_id': 10907}, {'pitchingcard_id': 5790, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.3000000000000003, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': 32.75000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.399999999999999, 'flyout_rf_b': 1.05, 'groundout_a': 6.7, 'groundout_b': 3.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1213, 'obp': 0.24352, 'slg': 0.1213, 'player_id': 10908}, {'pitchingcard_id': 5790, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.15, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 25.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.5, 'flyout_rf_b': 4.2, 'groundout_a': 16.8, 'groundout_b': 10.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05, 'obp': 0.08889, 'slg': 0.11019, 'player_id': 10908}, {'pitchingcard_id': 5791, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.35, 'double_cf': 0.0, 'single_two': 1.35, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 32.75, 'flyout_lf_b': 0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0.0, 'groundout_a': 7.2, 'groundout_b': 11.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.21435, 'slg': 0.45, 'player_id': 10909}, {'pitchingcard_id': 5791, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.05, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.55, 'strikeout': 23.399999999999995, 'flyout_lf_b': 0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0.0, 'groundout_a': 11.95, 'groundout_b': 6.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13889, 'obp': 0.30139, 'slg': 0.23241, 'player_id': 10909}, {'pitchingcard_id': 5792, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.1, 'strikeout': 13.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 2.25, 'groundout_a': 8.7, 'groundout_b': 15.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22361, 'obp': 0.28935, 'slg': 0.38241, 'player_id': 10910}, {'pitchingcard_id': 5792, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 0, 'groundout_a': 11.15, 'groundout_b': 14.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19398, 'obp': 0.24676, 'slg': 0.31296, 'player_id': 10910}, {'pitchingcard_id': 5793, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 31.1, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 18.0, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09954, 'obp': 0.16296, 'slg': 0.08796, 'player_id': 10911}, {'pitchingcard_id': 5793, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 6.75, 'single_one': 6.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 16.7, 'flyout_lf_b': 2.1, 'flyout_cf_b': 8.85, 'flyout_rf_b': 0.0, 'groundout_a': 6.5, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23843, 'obp': 0.33333, 'slg': 0.37963, 'player_id': 10911}, {'pitchingcard_id': 5794, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.25, 'strikeout': 18.7, 'flyout_lf_b': 1.25, 'flyout_cf_b': 5.45, 'flyout_rf_b': 0.0, 'groundout_a': 13.35, 'groundout_b': 7.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13796, 'obp': 0.30694, 'slg': 0.21204, 'player_id': 10912}, {'pitchingcard_id': 5794, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 25.650000000000002, 'flyout_lf_b': 2.2, 'flyout_cf_b': 9.75, 'flyout_rf_b': 0.0, 'groundout_a': 8.2, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16204, 'obp': 0.22963, 'slg': 0.25463, 'player_id': 10912}, {'pitchingcard_id': 5795, 'vs_hand': 'L', 'homerun': 3.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.35, 'strikeout': 19.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.1, 'groundout_a': 1.95, 'groundout_b': 7.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25093, 'obp': 0.37454, 'slg': 0.48611, 'player_id': 10913}, {'pitchingcard_id': 5795, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.65, 'strikeout': 22.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 1.1, 'groundout_a': 19.35, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0912, 'obp': 0.19907, 'slg': 0.09722, 'player_id': 10913}, {'pitchingcard_id': 5796, 'vs_hand': 'L', 'homerun': 1.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 7.1499999999999995, 'flyout_lf_b': 2.55, 'flyout_cf_b': 3.1500000000000004, 'flyout_rf_b': 0.0, 'groundout_a': 11.1, 'groundout_b': 20.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21528, 'obp': 0.32454, 'slg': 0.37315, 'player_id': 10914}, {'pitchingcard_id': 5796, 'vs_hand': 'R', 'homerun': 7.75, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.7, 'single_two': 2.55, 'single_one': 0.0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.95, 'strikeout': 25.0, 'flyout_lf_b': 1.2, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 1.1, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19028, 'obp': 0.33796, 'slg': 0.38102, 'player_id': 10914}, {'pitchingcard_id': 5797, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.4, 'single_two': 9.95, 'single_one': 0.0, 'single_center': 9.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 15.75, 'flyout_lf_b': 1.65, 'flyout_cf_b': 3.4499999999999997, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 12.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.36019, 'obp': 0.39907, 'slg': 0.43287, 'player_id': 10915}, {'pitchingcard_id': 5797, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 20.4, 'flyout_lf_b': 4.2, 'flyout_cf_b': 16.75, 'flyout_rf_b': 0.0, 'groundout_a': 6.7, 'groundout_b': 5.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.23287, 'slg': 0.21944, 'player_id': 10915}, {'pitchingcard_id': 5798, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.6, 'strikeout': 19.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.0, 'flyout_rf_b': 2.5, 'groundout_a': 10.35, 'groundout_b': 6.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19074, 'obp': 0.30741, 'slg': 0.27685, 'player_id': 10916}, {'pitchingcard_id': 5798, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.55, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 20.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.3, 'flyout_rf_b': 1.2, 'groundout_a': 13.25, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19491, 'obp': 0.27176, 'slg': 0.3537, 'player_id': 10916}, {'pitchingcard_id': 5799, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 39.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14259, 'obp': 0.25231, 'slg': 0.23519, 'player_id': 10917}, {'pitchingcard_id': 5799, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.6, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.55, 'strikeout': 48.35000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 7.2, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1037, 'obp': 0.16435, 'slg': 0.15463, 'player_id': 10917}, {'pitchingcard_id': 5800, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.9, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 16.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.9, 'flyout_rf_b': 3.5, 'groundout_a': 9.2, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18796, 'obp': 0.26111, 'slg': 0.375, 'player_id': 10918}, {'pitchingcard_id': 5800, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.45, 'double_cf': 0.0, 'single_two': 7.6, 'single_one': 7.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 20.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 6.4, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2963, 'obp': 0.34907, 'slg': 0.56389, 'player_id': 10918}, {'pitchingcard_id': 5801, 'vs_hand': 'L', 'homerun': 3.4000000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.75, 'single_two': 3.75, 'single_one': 0.0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 14.25, 'strikeout': 11.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.100000000000001, 'flyout_rf_b': 5.95, 'groundout_a': 2.2, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20972, 'obp': 0.35093, 'slg': 0.29028, 'player_id': 10919}, {'pitchingcard_id': 5801, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 18.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.35, 'flyout_rf_b': 2.1, 'groundout_a': 13.0, 'groundout_b': 12.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16343, 'obp': 0.20509, 'slg': 0.25926, 'player_id': 10919}, {'pitchingcard_id': 5802, 'vs_hand': 'L', 'homerun': 1.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 7.05, 'single_one': 7.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.95, 'strikeout': 8.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.55, 'flyout_rf_b': 2.75, 'groundout_a': 7.85, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23565, 'obp': 0.36481, 'slg': 0.35185, 'player_id': 10920}, {'pitchingcard_id': 5802, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.65, 'strikeout': 19.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 1.2, 'groundout_a': 10.2, 'groundout_b': 11.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.26528, 'slg': 0.25093, 'player_id': 10920}, {'pitchingcard_id': 5803, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 15.649999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.600000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 9.55, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15463, 'obp': 0.2963, 'slg': 0.27685, 'player_id': 10921}, {'pitchingcard_id': 5803, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.4, 'strikeout': 23.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 9.45, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22269, 'obp': 0.31898, 'slg': 0.37685, 'player_id': 10921}, {'pitchingcard_id': 5804, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 22.95, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 9.0, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23565, 'obp': 0.2912, 'slg': 0.41759, 'player_id': 10922}, {'pitchingcard_id': 5804, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.15, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 17.45, 'flyout_lf_b': 2.4, 'flyout_cf_b': 12.0, 'flyout_rf_b': 0.0, 'groundout_a': 10.1, 'groundout_b': 11.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19861, 'obp': 0.24028, 'slg': 0.37315, 'player_id': 10922}, {'pitchingcard_id': 5805, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 25.900000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.700000000000001, 'flyout_rf_b': 1.6, 'groundout_a': 6.5, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19028, 'obp': 0.27407, 'slg': 0.36667, 'player_id': 10923}, {'pitchingcard_id': 5805, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 16.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.550000000000001, 'flyout_rf_b': 2.1, 'groundout_a': 11.0, 'groundout_b': 14.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18287, 'obp': 0.26065, 'slg': 0.29907, 'player_id': 10923}, {'pitchingcard_id': 5806, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.85, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 15.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.0, 'flyout_rf_b': 3.6, 'groundout_a': 9.65, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.30648, 'slg': 0.31944, 'player_id': 10924}, {'pitchingcard_id': 5806, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.15, 'strikeout': 19.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 1.2, 'groundout_a': 4.2, 'groundout_b': 14.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.33102, 'slg': 0.45926, 'player_id': 10924}, {'pitchingcard_id': 5807, 'vs_hand': 'L', 'homerun': 2.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 10.8, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 20.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.7, 'flyout_rf_b': 0, 'groundout_a': 2.5, 'groundout_b': 9.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25, 'obp': 0.35417, 'slg': 0.20833, 'player_id': 10925}, {'pitchingcard_id': 5807, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.6, 'strikeout': 25.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.2, 'flyout_rf_b': 0, 'groundout_a': 11.05, 'groundout_b': 5.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12083, 'obp': 0.27454, 'slg': 0.18796, 'player_id': 10925}, {'pitchingcard_id': 5808, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.25, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 10.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.649999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 10.05, 'groundout_b': 18.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20139, 'obp': 0.25602, 'slg': 0.43519, 'player_id': 10926}, {'pitchingcard_id': 5808, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 16.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 12.65, 'groundout_b': 10.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20324, 'obp': 0.31481, 'slg': 0.35093, 'player_id': 10926}, {'pitchingcard_id': 5809, 'vs_hand': 'L', 'homerun': 6.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.8, 'single_two': 3.25, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 29.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.1, 'groundout_a': 1.2, 'groundout_b': 10.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23194, 'obp': 0.26204, 'slg': 0.36481, 'player_id': 10927}, {'pitchingcard_id': 5809, 'vs_hand': 'R', 'homerun': 5.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 7.35, 'single_one': 7.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 14.35, 'strikeout': 12.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26667, 'obp': 0.45509, 'slg': 0.4963, 'player_id': 10927}, {'pitchingcard_id': 5810, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 7.05, 'single_one': 7.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.0, 'strikeout': 7.950000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.35, 'flyout_rf_b': 5.4, 'groundout_a': 10.9, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20417, 'obp': 0.31528, 'slg': 0.24444, 'player_id': 10928}, {'pitchingcard_id': 5810, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 12.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.25, 'flyout_rf_b': 3.2, 'groundout_a': 14.0, 'groundout_b': 14.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.23657, 'slg': 0.31019, 'player_id': 10928}, {'pitchingcard_id': 5811, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 13.5, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.15, 'strikeout': 40.800000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 1.4, 'groundout_b': 1.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21944, 'obp': 0.32269, 'slg': 0.57315, 'player_id': 10929}, {'pitchingcard_id': 5811, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.95, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.1, 'strikeout': 14.850000000000001, 'flyout_lf_b': 2.2, 'flyout_cf_b': 9.5, 'flyout_rf_b': 0.0, 'groundout_a': 11.3, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17454, 'obp': 0.28657, 'slg': 0.33981, 'player_id': 10929}, {'pitchingcard_id': 5816, 'vs_hand': 'L', 'homerun': 4.85, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.65, 'single_two': 2.4, 'single_one': 0.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.45, 'strikeout': 32.900000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18796, 'obp': 0.41435, 'slg': 0.34352, 'player_id': 10989}, {'pitchingcard_id': 5816, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 51.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 2.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13241, 'obp': 0.20509, 'slg': 0.33056, 'player_id': 10989}, {'pitchingcard_id': 5817, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.05, 'strikeout': 12.899999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.449999999999999, 'flyout_rf_b': 2.4, 'groundout_a': 14.15, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.32407, 'slg': 0.23148, 'player_id': 10990}, {'pitchingcard_id': 5817, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.95, 'strikeout': 22.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 12.2, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14954, 'obp': 0.28796, 'slg': 0.26574, 'player_id': 10990}, {'pitchingcard_id': 5818, 'vs_hand': 'L', 'homerun': 3.3499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 24.499999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.949999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 3.2, 'groundout_b': 9.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19907, 'obp': 0.30509, 'slg': 0.38056, 'player_id': 10991}, {'pitchingcard_id': 5818, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.550000000000001, 'double_cf': 0.0, 'single_two': 5.95, 'single_one': 5.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.1, 'strikeout': 19.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.4, 'groundout_a': 10.2, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.31944, 'slg': 0.35741, 'player_id': 10991}, {'pitchingcard_id': 5819, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 27.700000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.65, 'flyout_rf_b': 2.5, 'groundout_a': 7.0, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16898, 'obp': 0.27222, 'slg': 0.21019, 'player_id': 10992}, {'pitchingcard_id': 5819, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 21.149999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 9.0, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.31435, 'slg': 0.29444, 'player_id': 10992}, {'pitchingcard_id': 5820, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 50.800000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 2.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.20139, 'slg': 0.15463, 'player_id': 10993}, {'pitchingcard_id': 5820, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.5, 'strikeout': 31.2, 'flyout_lf_b': 1.65, 'flyout_cf_b': 6.199999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 5.1, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.27269, 'slg': 0.24907, 'player_id': 10993}, {'pitchingcard_id': 5821, 'vs_hand': 'L', 'homerun': 3.9000000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.5, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 32.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.75, 'flyout_rf_b': 1.95, 'groundout_a': 1.9, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12963, 'obp': 0.19815, 'slg': 0.21944, 'player_id': 10994}, {'pitchingcard_id': 5821, 'vs_hand': 'R', 'homerun': 4.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.55, 'strikeout': 27.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.6, 'flyout_rf_b': 2.25, 'groundout_a': 2.7, 'groundout_b': 10.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12176, 'obp': 0.24722, 'slg': 0.28796, 'player_id': 10994}, {'pitchingcard_id': 5822, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.3, 'strikeout': 31.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.3999999999999995, 'flyout_rf_b': 2.2, 'groundout_a': 12.4, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11204, 'obp': 0.17037, 'slg': 0.20463, 'player_id': 10995}, {'pitchingcard_id': 5822, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 32.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.0, 'flyout_rf_b': 1.25, 'groundout_a': 11.7, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17824, 'obp': 0.21991, 'slg': 0.25093, 'player_id': 10995}, {'pitchingcard_id': 5823, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 15.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.8500000000000005, 'flyout_rf_b': 1.95, 'groundout_a': 13.55, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22315, 'obp': 0.25833, 'slg': 0.37685, 'player_id': 10996}, {'pitchingcard_id': 5823, 'vs_hand': 'R', 'homerun': 7.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.65, 'single_two': 2.75, 'single_one': 0.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.8, 'strikeout': 35.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24259, 'obp': 0.28704, 'slg': 0.36065, 'player_id': 10996}, {'pitchingcard_id': 5824, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 5.9, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.6, 'strikeout': 21.349999999999998, 'flyout_lf_b': 1.5, 'flyout_cf_b': 5.9, 'flyout_rf_b': 0.0, 'groundout_a': 15.05, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19028, 'obp': 0.22361, 'slg': 0.25463, 'player_id': 10997}, {'pitchingcard_id': 5824, 'vs_hand': 'R', 'homerun': 9.5, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.4, 'single_two': 4.5, 'single_one': 0.0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 21.6, 'flyout_lf_b': 3.2, 'flyout_cf_b': 7.749999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 1.2, 'groundout_b': 10.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26481, 'obp': 0.32361, 'slg': 0.49722, 'player_id': 10997}, {'pitchingcard_id': 5825, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.4, 'strikeout': 9.549999999999997, 'flyout_lf_b': 6.55, 'flyout_cf_b': 7.1000000000000005, 'flyout_rf_b': 0.0, 'groundout_a': 21.1, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14259, 'obp': 0.22963, 'slg': 0.15833, 'player_id': 10998}, {'pitchingcard_id': 5825, 'vs_hand': 'R', 'homerun': 1.7999999999999998, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.35, 'strikeout': 27.599999999999998, 'flyout_lf_b': 1.2, 'flyout_cf_b': 5.95, 'flyout_rf_b': 0.0, 'groundout_a': 8.7, 'groundout_b': 9.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.23796, 'slg': 0.26667, 'player_id': 10998}, {'pitchingcard_id': 5826, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.85, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 22.749999999999996, 'flyout_lf_b': 2.55, 'flyout_cf_b': 6.1000000000000005, 'flyout_rf_b': 0.0, 'groundout_a': 17.1, 'groundout_b': 9.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11343, 'obp': 0.19861, 'slg': 0.16944, 'player_id': 10999}, {'pitchingcard_id': 5826, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.5, 'double_cf': 0.0, 'single_two': 6.0, 'single_one': 5.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 33.8, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20787, 'obp': 0.3, 'slg': 0.33796, 'player_id': 10999}, {'pitchingcard_id': 5827, 'vs_hand': 'L', 'homerun': 1.7999999999999998, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.0, 'strikeout': 10.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.3500000000000005, 'flyout_rf_b': 2.2, 'groundout_a': 8.1, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19213, 'obp': 0.37731, 'slg': 0.34907, 'player_id': 11000}, {'pitchingcard_id': 5827, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.9, 'strikeout': 20.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.550000000000001, 'flyout_rf_b': 2.5, 'groundout_a': 18.9, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0787, 'obp': 0.17037, 'slg': 0.11574, 'player_id': 11000}, {'pitchingcard_id': 5828, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 9.35, 'single_one': 8.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 12.299999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.5, 'flyout_rf_b': 1.4, 'groundout_a': 21.2, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.225, 'obp': 0.24028, 'slg': 0.21481, 'player_id': 11001}, {'pitchingcard_id': 5828, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.3, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 26.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.8499999999999996, 'flyout_rf_b': 1.25, 'groundout_a': 9.85, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21111, 'obp': 0.25833, 'slg': 0.4, 'player_id': 11001}, {'pitchingcard_id': 5829, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 8.55, 'single_one': 8.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 14.399999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.2, 'groundout_a': 9.5, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27315, 'obp': 0.36157, 'slg': 0.41852, 'player_id': 11002}, {'pitchingcard_id': 5829, 'vs_hand': 'R', 'homerun': 0.15, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.25, 'strikeout': 24.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 19.0, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11296, 'obp': 0.19861, 'slg': 0.18241, 'player_id': 11002}, {'pitchingcard_id': 5830, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 3.6, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 19.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.35, 'flyout_rf_b': 8.65, 'groundout_a': 8.25, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.22593, 'slg': 0.17315, 'player_id': 11003}, {'pitchingcard_id': 5830, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.5, 'strikeout': 24.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 20.5, 'groundout_b': 9.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15046, 'obp': 0.19213, 'slg': 0.16944, 'player_id': 11003}, {'pitchingcard_id': 5831, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 6.3, 'single_one': 6.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 23.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 0, 'groundout_a': 10.65, 'groundout_b': 6.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19306, 'obp': 0.2963, 'slg': 0.24352, 'player_id': 11004}, {'pitchingcard_id': 5831, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 31.900000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 8.5, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12824, 'obp': 0.23056, 'slg': 0.225, 'player_id': 11004}, {'pitchingcard_id': 5832, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 3.7, 'strikeout': 71.65, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.01528, 'obp': 0.06806, 'slg': 0.04259, 'player_id': 11005}, {'pitchingcard_id': 5832, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.95, 'strikeout': 22.799999999999994, 'flyout_lf_b': 2.75, 'flyout_cf_b': 15.2, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12037, 'obp': 0.22176, 'slg': 0.11944, 'player_id': 11005}, {'pitchingcard_id': 5833, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 7.8, 'single_one': 7.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 11.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 5.7, 'groundout_a': 9.5, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26343, 'obp': 0.29306, 'slg': 0.40833, 'player_id': 11006}, {'pitchingcard_id': 5833, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 16.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.35, 'flyout_rf_b': 2.25, 'groundout_a': 23.2, 'groundout_b': 16.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09074, 'obp': 0.12593, 'slg': 0.20093, 'player_id': 11006}, {'pitchingcard_id': 5834, 'vs_hand': 'L', 'homerun': 2.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 19.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.299999999999999, 'flyout_rf_b': 2.4, 'groundout_a': 8.0, 'groundout_b': 16.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.20741, 'slg': 0.2713, 'player_id': 11007}, {'pitchingcard_id': 5834, 'vs_hand': 'R', 'homerun': 2.5999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.1, 'strikeout': 23.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.799999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 5.4, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2213, 'obp': 0.26852, 'slg': 0.39722, 'player_id': 11007}, {'pitchingcard_id': 5835, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.95, 'strikeout': 27.950000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.38843, 'slg': 0.34537, 'player_id': 11008}, {'pitchingcard_id': 5835, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.95, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 27.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0, 'groundout_a': 7.75, 'groundout_b': 10.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.25556, 'slg': 0.41019, 'player_id': 11008}, {'pitchingcard_id': 5836, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.05, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 6.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 33.10000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26898, 'obp': 0.31296, 'slg': 0.51574, 'player_id': 11009}, {'pitchingcard_id': 5836, 'vs_hand': 'R', 'homerun': 5.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.8, 'single_two': 6.2, 'single_one': 0.0, 'single_center': 6.15, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.85, 'strikeout': 6.100000000000001, 'flyout_lf_b': 1.2, 'flyout_cf_b': 8.200000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 3.9, 'groundout_b': 17.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26806, 'obp': 0.38704, 'slg': 0.40972, 'player_id': 11009}, {'pitchingcard_id': 5837, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.3, 'strikeout': 31.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 0, 'groundout_a': 3.8, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1875, 'obp': 0.31065, 'slg': 0.24537, 'player_id': 11010}, {'pitchingcard_id': 5837, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.45, 'strikeout': 42.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 2.4, 'groundout_b': 2.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.27593, 'slg': 0.2787, 'player_id': 11010}, {'pitchingcard_id': 5838, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.35, 'strikeout': 24.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.5, 'flyout_rf_b': 1.5, 'groundout_a': 11.55, 'groundout_b': 6.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1287, 'obp': 0.20602, 'slg': 0.15648, 'player_id': 11011}, {'pitchingcard_id': 5838, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.25, 'double_cf': 0.0, 'single_two': 7.0, 'single_one': 6.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 33.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 8.25, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22407, 'obp': 0.2713, 'slg': 0.34722, 'player_id': 11011}, {'pitchingcard_id': 5839, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 12.5, 'single_one': 12.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 29.300000000000008, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.31713, 'obp': 0.3963, 'slg': 0.39537, 'player_id': 11012}, {'pitchingcard_id': 5839, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.05, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.25, 'strikeout': 20.7, 'flyout_lf_b': 2.25, 'flyout_cf_b': 11.35, 'flyout_rf_b': 0.0, 'groundout_a': 9.2, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.24259, 'slg': 0.21759, 'player_id': 11012}, {'pitchingcard_id': 5840, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.15, 'strikeout': 46.6, 'flyout_lf_b': 1.25, 'flyout_cf_b': 2.65, 'flyout_rf_b': 0.0, 'groundout_a': 7.85, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08611, 'obp': 0.15231, 'slg': 0.11574, 'player_id': 11013}, {'pitchingcard_id': 5840, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.3, 'strikeout': 21.65, 'flyout_lf_b': 1.4, 'flyout_cf_b': 7.6, 'flyout_rf_b': 0.0, 'groundout_a': 7.4, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18889, 'obp': 0.29352, 'slg': 0.2787, 'player_id': 11013}, {'pitchingcard_id': 5841, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 2.3, 'single_center': 0, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 3.25, 'strikeout': 61.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 2.2, 'groundout_b': 1.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03056, 'obp': 0.08843, 'slg': 0.01852, 'player_id': 11014}, {'pitchingcard_id': 5841, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 8.25, 'single_one': 7.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.95, 'strikeout': 10.000000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.2, 'flyout_rf_b': 1.65, 'groundout_a': 13.95, 'groundout_b': 8.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21296, 'obp': 0.34213, 'slg': 0.21296, 'player_id': 11014}, {'pitchingcard_id': 5842, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 6.2, 'single_one': 6.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 20.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.0, 'flyout_rf_b': 3.25, 'groundout_a': 9.75, 'groundout_b': 7.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20278, 'obp': 0.28426, 'slg': 0.26759, 'player_id': 11015}, {'pitchingcard_id': 5842, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 36.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 8.6, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14861, 'obp': 0.21296, 'slg': 0.17963, 'player_id': 11015}, {'pitchingcard_id': 5843, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6500000000000001, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 35.900000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.300000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 11.35, 'groundout_b': 5.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12269, 'obp': 0.1787, 'slg': 0.14537, 'player_id': 11016}, {'pitchingcard_id': 5843, 'vs_hand': 'R', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.7, 'strikeout': 28.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 1.5, 'groundout_a': 12.95, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0662, 'obp': 0.20231, 'slg': 0.06574, 'player_id': 11016}, {'pitchingcard_id': 5844, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.9, 'strikeout': 41.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 2.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16574, 'obp': 0.25741, 'slg': 0.21204, 'player_id': 11017}, {'pitchingcard_id': 5844, 'vs_hand': 'R', 'homerun': 5.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 5.3, 'strikeout': 32.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1412, 'obp': 0.25509, 'slg': 0.27963, 'player_id': 11017}, {'pitchingcard_id': 5845, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 6.0, 'single_one': 6.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 33.45000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20509, 'obp': 0.31111, 'slg': 0.32315, 'player_id': 11018}, {'pitchingcard_id': 5845, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.65, 'strikeout': 26.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.55, 'flyout_rf_b': 1.2, 'groundout_a': 15.65, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.22454, 'slg': 0.10093, 'player_id': 11018}, {'pitchingcard_id': 5846, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 3.75, 'strikeout': 32.2, 'flyout_lf_b': 0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0.0, 'groundout_a': 9.1, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17315, 'obp': 0.24491, 'slg': 0.27685, 'player_id': 11019}, {'pitchingcard_id': 5846, 'vs_hand': 'R', 'homerun': 1.5499999999999998, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 34.85, 'flyout_lf_b': 0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 0.0, 'groundout_a': 6.95, 'groundout_b': 6.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18287, 'obp': 0.23009, 'slg': 0.26204, 'player_id': 11019}, {'pitchingcard_id': 5847, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.199999999999999, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.65, 'strikeout': 18.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.35, 'flyout_rf_b': 2.75, 'groundout_a': 9.6, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19074, 'obp': 0.28009, 'slg': 0.36759, 'player_id': 11020}, {'pitchingcard_id': 5847, 'vs_hand': 'R', 'homerun': 3.5999999999999996, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 9.9, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.75, 'strikeout': 18.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 2.4, 'groundout_a': 1.5, 'groundout_b': 13.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25463, 'obp': 0.36343, 'slg': 0.29722, 'player_id': 11020}, {'pitchingcard_id': 5848, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 3.15, 'strikeout': 13.8, 'flyout_lf_b': 0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0.0, 'groundout_a': 21.45, 'groundout_b': 11.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18009, 'obp': 0.27407, 'slg': 0.275, 'player_id': 11021}, {'pitchingcard_id': 5848, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 12.399999999999999, 'flyout_lf_b': 2.8, 'flyout_cf_b': 10.3, 'flyout_rf_b': 0.0, 'groundout_a': 13.25, 'groundout_b': 12.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17176, 'obp': 0.26019, 'slg': 0.28981, 'player_id': 11021}, {'pitchingcard_id': 5849, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.6, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.2, 'strikeout': 11.750000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.550000000000001, 'flyout_rf_b': 2.4, 'groundout_a': 17.65, 'groundout_b': 14.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11574, 'obp': 0.24722, 'slg': 0.21574, 'player_id': 11022}, {'pitchingcard_id': 5849, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.5, 'strikeout': 24.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 10.85, 'groundout_b': 8.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.2838, 'slg': 0.31111, 'player_id': 11022}, {'pitchingcard_id': 5850, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.6, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 51.25, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 7.65, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06389, 'obp': 0.10556, 'slg': 0.13704, 'player_id': 11023}, {'pitchingcard_id': 5850, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 20.45, 'flyout_lf_b': 3.3, 'flyout_cf_b': 19.0, 'flyout_rf_b': 0.0, 'groundout_a': 8.4, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.17222, 'slg': 0.21019, 'player_id': 11023}, {'pitchingcard_id': 5851, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 7.8, 'single_one': 7.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 18.85, 'flyout_lf_b': 0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0.0, 'groundout_a': 19.6, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20787, 'obp': 0.25509, 'slg': 0.23796, 'player_id': 11024}, {'pitchingcard_id': 5851, 'vs_hand': 'R', 'homerun': 2.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.95, 'strikeout': 25.000000000000004, 'flyout_lf_b': 1.7, 'flyout_cf_b': 7.3999999999999995, 'flyout_rf_b': 0.0, 'groundout_a': 3.75, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18009, 'obp': 0.30926, 'slg': 0.31296, 'player_id': 11024}, {'pitchingcard_id': 5852, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.9000000000000004, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 33.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.45, 'flyout_rf_b': 3.4, 'groundout_a': 10.95, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11204, 'obp': 0.15926, 'slg': 0.09537, 'player_id': 11025}, {'pitchingcard_id': 5852, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.1, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.3, 'strikeout': 31.649999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.25, 'groundout_a': 9.9, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10741, 'obp': 0.21204, 'slg': 0.15278, 'player_id': 11025}, {'pitchingcard_id': 5853, 'vs_hand': 'L', 'homerun': 4.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.75, 'strikeout': 46.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16898, 'obp': 0.27778, 'slg': 0.29722, 'player_id': 11026}, {'pitchingcard_id': 5853, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 44.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 8.9, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13333, 'obp': 0.16296, 'slg': 0.23796, 'player_id': 11026}, {'pitchingcard_id': 5854, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.45, 'strikeout': 21.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 0, 'groundout_a': 16.3, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13843, 'obp': 0.21667, 'slg': 0.1463, 'player_id': 11027}, {'pitchingcard_id': 5854, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.9, 'strikeout': 16.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.0, 'flyout_rf_b': 1.4, 'groundout_a': 15.8, 'groundout_b': 13.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11296, 'obp': 0.20463, 'slg': 0.18981, 'player_id': 11027}, {'pitchingcard_id': 5855, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 10.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 20.3, 'flyout_rf_b': 3.9, 'groundout_a': 16.2, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03148, 'obp': 0.17269, 'slg': 0.07037, 'player_id': 11028}, {'pitchingcard_id': 5855, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.25, 'strikeout': 21.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.9, 'flyout_rf_b': 1.5, 'groundout_a': 13.05, 'groundout_b': 6.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12315, 'obp': 0.24583, 'slg': 0.11389, 'player_id': 11028}, {'pitchingcard_id': 5856, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.1, 'strikeout': 30.800000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.600000000000001, 'flyout_rf_b': 4.2, 'groundout_a': 5.1, 'groundout_b': 3.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18241, 'obp': 0.22963, 'slg': 0.24722, 'player_id': 11029}, {'pitchingcard_id': 5856, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 6.7, 'strikeout': 44.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1088, 'obp': 0.21713, 'slg': 0.14537, 'player_id': 11029}, {'pitchingcard_id': 5857, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 0.0, 'hbp': 12.0, 'walk': 8.45, 'strikeout': 44.45, 'flyout_lf_b': 0, 'flyout_cf_b': 1.6, 'flyout_rf_b': 0.0, 'groundout_a': 3.5, 'groundout_b': 1.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06574, 'obp': 0.25509, 'slg': 0.15463, 'player_id': 11030}, {'pitchingcard_id': 5857, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 26.55, 'flyout_lf_b': 1.2, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0.0, 'groundout_a': 12.35, 'groundout_b': 9.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15741, 'obp': 0.21667, 'slg': 0.22685, 'player_id': 11030}, {'pitchingcard_id': 5858, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 27.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.55, 'flyout_rf_b': 1.95, 'groundout_a': 6.3, 'groundout_b': 3.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.175, 'obp': 0.31528, 'slg': 0.2213, 'player_id': 11031}, {'pitchingcard_id': 5858, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.3, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 34.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.35, 'flyout_rf_b': 2.25, 'groundout_a': 8.35, 'groundout_b': 4.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09537, 'obp': 0.19306, 'slg': 0.11759, 'player_id': 11031}, {'pitchingcard_id': 5859, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1000000000000005, 'double_cf': 0.0, 'single_two': 6.7, 'single_one': 6.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 51.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.25278, 'slg': 0.33611, 'player_id': 11032}, {'pitchingcard_id': 5859, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.95, 'strikeout': 36.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 3.9, 'groundout_b': 1.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13796, 'obp': 0.31343, 'slg': 0.15093, 'player_id': 11032}, {'pitchingcard_id': 5860, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 14.25, 'flyout_lf_b': 3.2, 'flyout_cf_b': 4.999999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 22.15, 'groundout_b': 18.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09537, 'obp': 0.14815, 'slg': 0.13796, 'player_id': 11033}, {'pitchingcard_id': 5860, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 12.05, 'strikeout': 16.9, 'flyout_lf_b': 0, 'flyout_cf_b': 8.45, 'flyout_rf_b': 0.0, 'groundout_a': 19.5, 'groundout_b': 12.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06898, 'obp': 0.19907, 'slg': 0.16759, 'player_id': 11033}, {'pitchingcard_id': 5861, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.9, 'double_cf': 0.0, 'single_two': 12.6, 'single_one': 12.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 13.900000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 6.9, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.34352, 'obp': 0.43611, 'slg': 0.49352, 'player_id': 11034}, {'pitchingcard_id': 5861, 'vs_hand': 'R', 'homerun': 5.55, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 33.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.6, 'flyout_rf_b': 1.1, 'groundout_a': 3.25, 'groundout_b': 10.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16389, 'obp': 0.24444, 'slg': 0.34907, 'player_id': 11034}, {'pitchingcard_id': 5862, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 25.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.949999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 7.5, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20185, 'obp': 0.25463, 'slg': 0.33426, 'player_id': 11035}, {'pitchingcard_id': 5862, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.75, 'strikeout': 14.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 1.2, 'groundout_a': 13.7, 'groundout_b': 13.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24491, 'obp': 0.27963, 'slg': 0.41481, 'player_id': 11035}, {'pitchingcard_id': 5863, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 5.75, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.6, 'strikeout': 48.95, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17083, 'obp': 0.27824, 'slg': 0.20185, 'player_id': 11036}, {'pitchingcard_id': 5863, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 43.75, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 3.6, 'groundout_b': 3.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.21019, 'slg': 0.24907, 'player_id': 11036}, {'pitchingcard_id': 5864, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 21.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 1.75, 'groundout_a': 17.6, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.15741, 'slg': 0.23241, 'player_id': 11037}, {'pitchingcard_id': 5864, 'vs_hand': 'R', 'homerun': 3.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 30.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.200000000000001, 'flyout_rf_b': 1.1, 'groundout_a': 3.2, 'groundout_b': 10.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.24491, 'slg': 0.33056, 'player_id': 11037}, {'pitchingcard_id': 5865, 'vs_hand': 'L', 'homerun': 5.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.2, 'single_two': 5.7, 'single_one': 0.0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 13.65, 'flyout_lf_b': 1.9, 'flyout_cf_b': 2.3000000000000003, 'flyout_rf_b': 0.0, 'groundout_a': 2.55, 'groundout_b': 23.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27037, 'obp': 0.3287, 'slg': 0.39722, 'player_id': 11038}, {'pitchingcard_id': 5865, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.1, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.85, 'strikeout': 12.100000000000001, 'flyout_lf_b': 1.7, 'flyout_cf_b': 8.700000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 10.85, 'groundout_b': 11.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21157, 'obp': 0.31204, 'slg': 0.425, 'player_id': 11038}, {'pitchingcard_id': 5866, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 25.95, 'flyout_lf_b': 0, 'flyout_cf_b': 2.75, 'flyout_rf_b': 0.0, 'groundout_a': 29.05, 'groundout_b': 12.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08148, 'obp': 0.08148, 'slg': 0.05833, 'player_id': 11039}, {'pitchingcard_id': 5866, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.7, 'flyout_lf_b': 1.5, 'flyout_cf_b': 7.15, 'flyout_rf_b': 0.0, 'groundout_a': 10.05, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.24676, 'slg': 0.33241, 'player_id': 11039}, {'pitchingcard_id': 5867, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.65, 'strikeout': 26.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.25, 'groundout_a': 13.1, 'groundout_b': 6.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.22361, 'slg': 0.16019, 'player_id': 11040}, {'pitchingcard_id': 5867, 'vs_hand': 'R', 'homerun': 1.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 19.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.299999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 11.0, 'groundout_b': 18.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13426, 'obp': 0.17593, 'slg': 0.275, 'player_id': 11040}, {'pitchingcard_id': 5868, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 18.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 8.3, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21852, 'obp': 0.34167, 'slg': 0.38611, 'player_id': 11041}, {'pitchingcard_id': 5868, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.5, 'strikeout': 21.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 8.8, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18472, 'obp': 0.2912, 'slg': 0.28056, 'player_id': 11041}, {'pitchingcard_id': 5869, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 32.400000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.0, 'flyout_rf_b': 2.75, 'groundout_a': 5.4, 'groundout_b': 6.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10324, 'obp': 0.21944, 'slg': 0.21389, 'player_id': 11071}, {'pitchingcard_id': 5869, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 29.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6499999999999995, 'flyout_rf_b': 2.55, 'groundout_a': 7.2, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15185, 'obp': 0.22963, 'slg': 0.24722, 'player_id': 11071}, {'pitchingcard_id': 5870, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 37.400000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 1.25, 'groundout_a': 7.35, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11852, 'obp': 0.22269, 'slg': 0.18889, 'player_id': 11072}, {'pitchingcard_id': 5870, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 26.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.0, 'flyout_rf_b': 1.65, 'groundout_a': 11.25, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.175, 'obp': 0.22222, 'slg': 0.21759, 'player_id': 11072}, {'pitchingcard_id': 5871, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_cf': 0.0, 'single_two': 1.75, 'single_one': 1.75, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 19.65, 'strikeout': 33.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.65, 'flyout_rf_b': 1.1, 'groundout_a': 6.4, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07685, 'obp': 0.26806, 'slg': 0.21019, 'player_id': 11073}, {'pitchingcard_id': 5871, 'vs_hand': 'R', 'homerun': 6.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.85, 'strikeout': 27.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 1.1, 'groundout_a': 2.8, 'groundout_b': 15.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12824, 'obp': 0.2287, 'slg': 0.29815, 'player_id': 11073}, {'pitchingcard_id': 5872, 'vs_hand': 'L', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 17.1, 'strikeout': 22.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.100000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 6.0, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11991, 'obp': 0.29676, 'slg': 0.21944, 'player_id': 11074}, {'pitchingcard_id': 5872, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 17.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 15.25, 'groundout_b': 8.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16991, 'obp': 0.29074, 'slg': 0.2287, 'player_id': 11074}, {'pitchingcard_id': 5873, 'vs_hand': 'L', 'homerun': 3.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.75, 'single_two': 1.9, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.9, 'strikeout': 26.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.36389, 'slg': 0.25556, 'player_id': 11075}, {'pitchingcard_id': 5873, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 8.4, 'single_one': 8.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.05, 'strikeout': 28.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 4.8, 'groundout_b': 2.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24398, 'obp': 0.38333, 'slg': 0.34537, 'player_id': 11075}, {'pitchingcard_id': 5874, 'vs_hand': 'L', 'homerun': 2.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.7, 'strikeout': 23.25, 'flyout_lf_b': 0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 7.05, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13009, 'obp': 0.30324, 'slg': 0.26204, 'player_id': 11076}, {'pitchingcard_id': 5874, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.0, 'strikeout': 39.85000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 1.9, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.29583, 'slg': 0.26944, 'player_id': 11076}, {'pitchingcard_id': 5875, 'vs_hand': 'L', 'homerun': 2.35, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.5, 'strikeout': 21.45, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 7.7, 'groundout_b': 14.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.29028, 'slg': 0.43426, 'player_id': 11077}, {'pitchingcard_id': 5875, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.45, 'strikeout': 11.500000000000002, 'flyout_lf_b': 0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 0.0, 'groundout_a': 11.65, 'groundout_b': 12.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.32731, 'slg': 0.28981, 'player_id': 11077}, {'pitchingcard_id': 5876, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.4, 'strikeout': 17.55, 'flyout_lf_b': 0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0.0, 'groundout_a': 10.45, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1463, 'obp': 0.36296, 'slg': 0.24537, 'player_id': 11078}, {'pitchingcard_id': 5876, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.35, 'strikeout': 12.6, 'flyout_lf_b': 2.8, 'flyout_cf_b': 12.3, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17778, 'obp': 0.32917, 'slg': 0.25602, 'player_id': 11078}, {'pitchingcard_id': 5877, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 7.7, 'single_one': 7.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 17.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.949999999999999, 'flyout_rf_b': 2.5, 'groundout_a': 12.35, 'groundout_b': 7.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21481, 'obp': 0.29352, 'slg': 0.24907, 'player_id': 11079}, {'pitchingcard_id': 5877, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 23.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.85, 'flyout_rf_b': 2.4, 'groundout_a': 7.25, 'groundout_b': 15.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16991, 'obp': 0.21157, 'slg': 0.26296, 'player_id': 11079}, {'pitchingcard_id': 5878, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.3, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.6, 'strikeout': 26.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 3.6, 'groundout_a': 6.65, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16991, 'obp': 0.26806, 'slg': 0.29537, 'player_id': 11080}, {'pitchingcard_id': 5878, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.15, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.75, 'strikeout': 28.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6, 'flyout_rf_b': 1.4, 'groundout_a': 15.8, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.15648, 'slg': 0.16019, 'player_id': 11080}, {'pitchingcard_id': 5879, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.8, 'strikeout': 20.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.100000000000001, 'flyout_rf_b': 4.2, 'groundout_a': 14.3, 'groundout_b': 7.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11204, 'obp': 0.20278, 'slg': 0.17778, 'player_id': 11081}, {'pitchingcard_id': 5879, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.75, 'strikeout': 16.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1499999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 18.6, 'groundout_b': 12.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19306, 'obp': 0.22778, 'slg': 0.30463, 'player_id': 11081}, {'pitchingcard_id': 5880, 'vs_hand': 'L', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 8.75, 'single_one': 8.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.6, 'strikeout': 12.350000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.05, 'flyout_rf_b': 1.25, 'groundout_a': 11.1, 'groundout_b': 11.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27546, 'obp': 0.33657, 'slg': 0.41667, 'player_id': 11082}, {'pitchingcard_id': 5880, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 33.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 0, 'groundout_a': 12.55, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08704, 'obp': 0.15278, 'slg': 0.14907, 'player_id': 11082}, {'pitchingcard_id': 5881, 'vs_hand': 'L', 'homerun': 5.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.75, 'strikeout': 21.2, 'flyout_lf_b': 0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 14.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23565, 'obp': 0.33519, 'slg': 0.46389, 'player_id': 11083}, {'pitchingcard_id': 5881, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 25.2, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.65, 'flyout_rf_b': 0.0, 'groundout_a': 4.5, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17546, 'obp': 0.25648, 'slg': 0.35, 'player_id': 11083}, {'pitchingcard_id': 5882, 'vs_hand': 'L', 'homerun': 14.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.6, 'single_two': 9.9, 'single_one': 0.0, 'single_center': 9.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 26.2, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 6.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.37454, 'obp': 0.40926, 'slg': 0.81852, 'player_id': 11084}, {'pitchingcard_id': 5882, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 6.0, 'single_one': 6.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 9.399999999999997, 'flyout_lf_b': 7.85, 'flyout_cf_b': 12.250000000000002, 'flyout_rf_b': 0.0, 'groundout_a': 6.8, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23287, 'obp': 0.3213, 'slg': 0.3787, 'player_id': 11084}, {'pitchingcard_id': 5883, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.4, 'double_cf': 0.0, 'single_two': 10.1, 'single_one': 10.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 15.100000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.800000000000001, 'flyout_rf_b': 2.5, 'groundout_a': 7.8, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.31991, 'obp': 0.37407, 'slg': 0.55833, 'player_id': 11085}, {'pitchingcard_id': 5883, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 6.0, 'single_one': 6.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 17.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.6499999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 17.65, 'groundout_b': 8.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17685, 'obp': 0.26481, 'slg': 0.21204, 'player_id': 11085}, {'pitchingcard_id': 5884, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 31.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 0, 'groundout_a': 15.95, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07685, 'obp': 0.14537, 'slg': 0.14537, 'player_id': 11086}, {'pitchingcard_id': 5884, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 18.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.95, 'strikeout': 17.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.85, 'flyout_rf_b': 1.1, 'groundout_a': 5.1, 'groundout_b': 16.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.30046, 'slg': 0.70833, 'player_id': 11086}, {'pitchingcard_id': 5885, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.55, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 37.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 13.35, 'groundout_b': 6.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1162, 'obp': 0.15231, 'slg': 0.13981, 'player_id': 11087}, {'pitchingcard_id': 5885, 'vs_hand': 'R', 'homerun': 2.9000000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 48.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 3.5, 'groundout_b': 6.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.13148, 'slg': 0.16759, 'player_id': 11087}, {'pitchingcard_id': 5886, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.3, 'strikeout': 16.449999999999992, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.85, 'flyout_rf_b': 4.75, 'groundout_a': 4.8, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.36713, 'slg': 0.25556, 'player_id': 11088}, {'pitchingcard_id': 5886, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.1999999999999997, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 25.999999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.2, 'flyout_rf_b': 2.75, 'groundout_a': 14.2, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07593, 'obp': 0.16806, 'slg': 0.14167, 'player_id': 11088}, {'pitchingcard_id': 5887, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.799999999999999, 'double_cf': 0.0, 'single_two': 1.35, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.7, 'strikeout': 21.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.3500000000000005, 'flyout_rf_b': 1.7, 'groundout_a': 10.1, 'groundout_b': 10.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.25972, 'slg': 0.37407, 'player_id': 11089}, {'pitchingcard_id': 5887, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.5, 'strikeout': 14.449999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 22.3, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.24074, 'slg': 0.16019, 'player_id': 11089}, {'pitchingcard_id': 5888, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.65, 'strikeout': 32.300000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 11.85, 'groundout_b': 6.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08889, 'obp': 0.24306, 'slg': 0.12685, 'player_id': 11090}, {'pitchingcard_id': 5888, 'vs_hand': 'R', 'homerun': 0.9, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 35.1, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 10.85, 'groundout_b': 5.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14398, 'obp': 0.19815, 'slg': 0.19537, 'player_id': 11090}, {'pitchingcard_id': 5889, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.45, 'strikeout': 9.500000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.9, 'flyout_rf_b': 1.4, 'groundout_a': 19.95, 'groundout_b': 11.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15324, 'obp': 0.26852, 'slg': 0.1963, 'player_id': 11091}, {'pitchingcard_id': 5889, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 25.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.1, 'flyout_rf_b': 1.65, 'groundout_a': 15.5, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09583, 'obp': 0.14583, 'slg': 0.2213, 'player_id': 11091}, {'pitchingcard_id': 5890, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 2.8, 'groundout_a': 15.45, 'groundout_b': 11.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14676, 'obp': 0.21806, 'slg': 0.29167, 'player_id': 11092}, {'pitchingcard_id': 5890, 'vs_hand': 'R', 'homerun': 4.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 36.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11852, 'obp': 0.19907, 'slg': 0.24167, 'player_id': 11092}, {'pitchingcard_id': 5891, 'vs_hand': 'L', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 17.2, 'flyout_lf_b': 1.9, 'flyout_cf_b': 4.6, 'flyout_rf_b': 0.0, 'groundout_a': 26.8, 'groundout_b': 14.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09722, 'obp': 0.13194, 'slg': 0.10278, 'player_id': 11093}, {'pitchingcard_id': 5891, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.8, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.9, 'strikeout': 16.05, 'flyout_lf_b': 1.65, 'flyout_cf_b': 7.699999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 22.6, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1, 'obp': 0.18241, 'slg': 0.1287, 'player_id': 11093}, {'pitchingcard_id': 5892, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.3499999999999996, 'single_one': 1.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 48.699999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0.0, 'groundout_a': 10.95, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03472, 'obp': 0.08194, 'slg': 0.04352, 'player_id': 11094}, {'pitchingcard_id': 5892, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.35, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 34.15, 'flyout_lf_b': 0, 'flyout_cf_b': 9.5, 'flyout_rf_b': 0.0, 'groundout_a': 9.5, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.19213, 'slg': 0.15463, 'player_id': 11094}, {'pitchingcard_id': 5893, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.2, 'strikeout': 11.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.35, 'flyout_rf_b': 1.65, 'groundout_a': 18.6, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19259, 'obp': 0.26852, 'slg': 0.29167, 'player_id': 11095}, {'pitchingcard_id': 5893, 'vs_hand': 'R', 'homerun': 1.7000000000000002, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 8.1, 'single_one': 8.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.45, 'strikeout': 20.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.3, 'flyout_rf_b': 0, 'groundout_a': 9.75, 'groundout_b': 10.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25046, 'obp': 0.31944, 'slg': 0.37315, 'player_id': 11095}, {'pitchingcard_id': 5894, 'vs_hand': 'L', 'homerun': 3.5999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.75, 'single_two': 1.95, 'single_one': 0.0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.95, 'strikeout': 18.000000000000004, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 17.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17824, 'obp': 0.31667, 'slg': 0.24769, 'player_id': 11096}, {'pitchingcard_id': 5894, 'vs_hand': 'R', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 19.45, 'strikeout': 15.5, 'flyout_lf_b': 1.2, 'flyout_cf_b': 7.3999999999999995, 'flyout_rf_b': 0.0, 'groundout_a': 7.45, 'groundout_b': 7.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17222, 'obp': 0.37083, 'slg': 0.27315, 'player_id': 11096}, {'pitchingcard_id': 5895, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 35.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.550000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 5.1, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0963, 'obp': 0.22222, 'slg': 0.18611, 'player_id': 11097}, {'pitchingcard_id': 5895, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.8, 'strikeout': 30.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.9, 'flyout_rf_b': 0, 'groundout_a': 10.4, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13611, 'obp': 0.25463, 'slg': 0.1713, 'player_id': 11097}, {'pitchingcard_id': 5896, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 5.3, 'strikeout': 43.650000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 13.9, 'groundout_b': 6.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03889, 'obp': 0.10648, 'slg': 0.05741, 'player_id': 11098}, {'pitchingcard_id': 5896, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 22.8, 'flyout_lf_b': 2.2, 'flyout_cf_b': 8.649999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 13.75, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11852, 'obp': 0.22176, 'slg': 0.19352, 'player_id': 11098}, {'pitchingcard_id': 5897, 'vs_hand': 'L', 'homerun': 2.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 37.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 1.4, 'groundout_a': 3.5, 'groundout_b': 9.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.18287, 'slg': 0.28241, 'player_id': 11099}, {'pitchingcard_id': 5897, 'vs_hand': 'R', 'homerun': 3.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.7, 'strikeout': 36.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 2.8, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19954, 'obp': 0.29861, 'slg': 0.4213, 'player_id': 11099}, {'pitchingcard_id': 5898, 'vs_hand': 'L', 'homerun': 5.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 18.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.999999999999999, 'flyout_rf_b': 1.2, 'groundout_a': 8.95, 'groundout_b': 19.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.2162, 'slg': 0.27222, 'player_id': 11100}, {'pitchingcard_id': 5898, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 7.05, 'single_one': 7.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 16.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 19.5, 'groundout_b': 12.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22963, 'obp': 0.25185, 'slg': 0.36481, 'player_id': 11100}, {'pitchingcard_id': 5899, 'vs_hand': 'L', 'homerun': 3.0999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.85, 'strikeout': 25.849999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.9, 'flyout_rf_b': 1.05, 'groundout_a': 1.75, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14722, 'obp': 0.34954, 'slg': 0.32315, 'player_id': 11101}, {'pitchingcard_id': 5899, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 36.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 6.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1838, 'obp': 0.24537, 'slg': 0.32315, 'player_id': 11101}, {'pitchingcard_id': 5900, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 1.25, 'single_one': 1.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 16.9, 'strikeout': 19.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 15.299999999999999, 'flyout_rf_b': 5.4, 'groundout_a': 5.9, 'groundout_b': 8.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06991, 'obp': 0.22639, 'slg': 0.17315, 'player_id': 11102}, {'pitchingcard_id': 5900, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 0.0, 'hbp': 4.0, 'walk': 4.45, 'strikeout': 26.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.5, 'flyout_rf_b': 1.1, 'groundout_a': 16.55, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.02963, 'obp': 0.10787, 'slg': 0.03889, 'player_id': 11102}, {'pitchingcard_id': 5901, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.800000000000001, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.5, 'strikeout': 21.350000000000005, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 5.8, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.39537, 'slg': 0.34352, 'player_id': 11103}, {'pitchingcard_id': 5901, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.85, 'double_cf': 0.0, 'single_two': 9.1, 'single_one': 9.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 39.10000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 5.9, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2412, 'obp': 0.28519, 'slg': 0.29722, 'player_id': 11103}, {'pitchingcard_id': 5902, 'vs_hand': 'L', 'homerun': 3.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.9, 'strikeout': 25.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.100000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 3.5, 'groundout_b': 12.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.22315, 'slg': 0.33056, 'player_id': 11104}, {'pitchingcard_id': 5902, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.45, 'strikeout': 16.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.65, 'groundout_a': 14.0, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16435, 'obp': 0.27963, 'slg': 0.25926, 'player_id': 11104}, {'pitchingcard_id': 5903, 'vs_hand': 'L', 'homerun': 2.5999999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 21.399999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.899999999999999, 'flyout_rf_b': 3.25, 'groundout_a': 5.4, 'groundout_b': 12.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11852, 'obp': 0.2162, 'slg': 0.275, 'player_id': 11105}, {'pitchingcard_id': 5903, 'vs_hand': 'R', 'homerun': 3.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.85, 'strikeout': 28.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.75, 'flyout_rf_b': 1.5, 'groundout_a': 4.2, 'groundout_b': 15.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1162, 'obp': 0.20741, 'slg': 0.26574, 'player_id': 11105}, {'pitchingcard_id': 5904, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.75, 'double_cf': 0.0, 'single_two': 7.6, 'single_one': 7.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 8.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 1.4, 'groundout_a': 7.55, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28333, 'obp': 0.3787, 'slg': 0.49352, 'player_id': 11106}, {'pitchingcard_id': 5904, 'vs_hand': 'R', 'homerun': 2.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.65, 'strikeout': 22.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0, 'groundout_a': 6.25, 'groundout_b': 17.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17685, 'obp': 0.24769, 'slg': 0.38611, 'player_id': 11106}, {'pitchingcard_id': 5905, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 10.9, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.2, 'strikeout': 3.750000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 3.5, 'groundout_a': 2.5, 'groundout_b': 9.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26991, 'obp': 0.50324, 'slg': 0.19167, 'player_id': 11107}, {'pitchingcard_id': 5905, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 6.45, 'single_one': 6.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.75, 'strikeout': 5.200000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.8999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 11.15, 'groundout_b': 16.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23889, 'obp': 0.38472, 'slg': 0.38148, 'player_id': 11107}, {'pitchingcard_id': 5907, 'vs_hand': 'L', 'homerun': 6.1, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.05, 'single_two': 3.75, 'single_one': 0.0, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': -0.14999999999999963, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.65, 'flyout_rf_b': 4.25, 'groundout_a': 3.3, 'groundout_b': 26.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22593, 'obp': 0.31944, 'slg': 0.35093, 'player_id': 11140}, {'pitchingcard_id': 5907, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 0.1, 'strikeout': 52.800000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 3.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10648, 'obp': 0.12593, 'slg': 0.17222, 'player_id': 11140}, {'pitchingcard_id': 5908, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.95, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 29.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.55, 'flyout_rf_b': 1.2, 'groundout_a': 20.15, 'groundout_b': 9.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09306, 'obp': 0.14028, 'slg': 0.07778, 'player_id': 11141}, {'pitchingcard_id': 5908, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.0, 'strikeout': 29.900000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.800000000000001, 'flyout_rf_b': 1.1, 'groundout_a': 9.3, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10324, 'obp': 0.26991, 'slg': 0.13981, 'player_id': 11141}, {'pitchingcard_id': 5909, 'vs_hand': 'L', 'homerun': 3.45, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.2, 'single_two': 10.4, 'single_one': 0.0, 'single_center': 10.45, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 11.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.15, 'flyout_rf_b': 3.4, 'groundout_a': 2.55, 'groundout_b': 11.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.3287, 'obp': 0.36759, 'slg': 0.49583, 'player_id': 11142}, {'pitchingcard_id': 5909, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.15, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': -0.25, 'strikeout': 16.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.6, 'flyout_rf_b': 2.4, 'groundout_a': 16.15, 'groundout_b': 13.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12778, 'obp': 0.17176, 'slg': 0.27685, 'player_id': 11142}, {'pitchingcard_id': 5910, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.8, 'strikeout': 18.15, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 19.35, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13333, 'obp': 0.20556, 'slg': 0.18148, 'player_id': 11143}, {'pitchingcard_id': 5910, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 8.7, 'single_one': 8.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.15, 'strikeout': 9.799999999999999, 'flyout_lf_b': 1.9, 'flyout_cf_b': 6.75, 'flyout_rf_b': 0.0, 'groundout_a': 10.1, 'groundout_b': 12.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27963, 'obp': 0.35509, 'slg': 0.43611, 'player_id': 11143}, {'pitchingcard_id': 5911, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.35, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.35, 'strikeout': 44.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9, 'flyout_rf_b': 0, 'groundout_a': 4.5, 'groundout_b': 2.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11435, 'obp': 0.21944, 'slg': 0.15648, 'player_id': 11144}, {'pitchingcard_id': 5911, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.6, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 3.9, 'strikeout': 20.05, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.3, 'flyout_rf_b': 5.1, 'groundout_a': 21.55, 'groundout_b': 11.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04167, 'obp': 0.0963, 'slg': 0.0537, 'player_id': 11144}, {'pitchingcard_id': 5912, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 16.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.5, 'flyout_rf_b': 4.5, 'groundout_a': 10.75, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19028, 'obp': 0.28241, 'slg': 0.28056, 'player_id': 11145}, {'pitchingcard_id': 5912, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.25, 'strikeout': 24.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.2, 'flyout_rf_b': 0, 'groundout_a': 10.3, 'groundout_b': 11.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20231, 'obp': 0.24167, 'slg': 0.29352, 'player_id': 11145}, {'pitchingcard_id': 5913, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 9.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1499999999999995, 'flyout_rf_b': 2.2, 'groundout_a': 14.1, 'groundout_b': 19.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20602, 'obp': 0.24491, 'slg': 0.30833, 'player_id': 11146}, {'pitchingcard_id': 5913, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.9, 'strikeout': 14.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8, 'flyout_rf_b': 0, 'groundout_a': 17.95, 'groundout_b': 14.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18796, 'obp': 0.26111, 'slg': 0.33519, 'player_id': 11146}, {'pitchingcard_id': 5914, 'vs_hand': 'L', 'homerun': 3.5999999999999996, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.1, 'single_two': 1.2, 'single_one': 0.0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 22.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.600000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 1.65, 'groundout_b': 15.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20463, 'obp': 0.23704, 'slg': 0.24537, 'player_id': 11147}, {'pitchingcard_id': 5914, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 9.6, 'single_one': 9.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 22.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 13.85, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24259, 'obp': 0.28426, 'slg': 0.275, 'player_id': 11147}, {'pitchingcard_id': 5915, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.2, 'strikeout': 20.750000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.65, 'flyout_rf_b': 2.25, 'groundout_a': 4.75, 'groundout_b': 5.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.125, 'obp': 0.29352, 'slg': 0.24907, 'player_id': 11148}, {'pitchingcard_id': 5915, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.55, 'flyout_rf_b': 2.2, 'groundout_a': 9.9, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17315, 'obp': 0.26759, 'slg': 0.22963, 'player_id': 11148}, {'pitchingcard_id': 5916, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.75, 'strikeout': 34.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 12.7, 'groundout_b': 7.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.18519, 'slg': 0.20278, 'player_id': 11149}, {'pitchingcard_id': 5916, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.9, 'strikeout': 27.049999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 7.0, 'groundout_b': 13.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13889, 'obp': 0.24907, 'slg': 0.28519, 'player_id': 11149}, {'pitchingcard_id': 5917, 'vs_hand': 'L', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 28.35, 'strikeout': 13.600000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.05, 'groundout_a': 6.7, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13935, 'obp': 0.41111, 'slg': 0.26019, 'player_id': 11150}, {'pitchingcard_id': 5917, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.25, 'strikeout': 28.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 7.45, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17593, 'obp': 0.29861, 'slg': 0.25, 'player_id': 11150}, {'pitchingcard_id': 5918, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.8, 'double_cf': 0.0, 'single_two': 5.85, 'single_one': 5.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.6, 'strikeout': 26.250000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.55, 'flyout_rf_b': 0, 'groundout_a': 5.4, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.33426, 'slg': 0.23519, 'player_id': 11151}, {'pitchingcard_id': 5918, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.05, 'strikeout': 39.85000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.95, 'flyout_rf_b': 1.25, 'groundout_a': 6.25, 'groundout_b': 4.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07778, 'obp': 0.20787, 'slg': 0.06204, 'player_id': 11151}, {'pitchingcard_id': 5919, 'vs_hand': 'L', 'homerun': 0.65, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 47.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.8999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 3.2, 'groundout_b': 1.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10926, 'obp': 0.2, 'slg': 0.16019, 'player_id': 11152}, {'pitchingcard_id': 5919, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 17.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.049999999999999, 'flyout_rf_b': 1.65, 'groundout_a': 14.05, 'groundout_b': 7.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18241, 'obp': 0.23935, 'slg': 0.25093, 'player_id': 11152}, {'pitchingcard_id': 5920, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 38.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.5, 'flyout_rf_b': 3.25, 'groundout_a': 8.5, 'groundout_b': 4.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07407, 'obp': 0.1213, 'slg': 0.13426, 'player_id': 11153}, {'pitchingcard_id': 5920, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 41.75000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 8.25, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12315, 'obp': 0.17963, 'slg': 0.13426, 'player_id': 11153}, {'pitchingcard_id': 5921, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.95, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 3.2, 'strikeout': 8.75, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0.0, 'groundout_a': 14.3, 'groundout_b': 21.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22593, 'obp': 0.26481, 'slg': 0.54259, 'player_id': 11154}, {'pitchingcard_id': 5921, 'vs_hand': 'R', 'homerun': 1.55, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 2.5, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 44.9, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 6.0, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12546, 'obp': 0.18889, 'slg': 0.20463, 'player_id': 11154}, {'pitchingcard_id': 5922, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 7.4, 'single_one': 6.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 34.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 1.75, 'groundout_a': 3.4, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17731, 'obp': 0.28333, 'slg': 0.16019, 'player_id': 11155}, {'pitchingcard_id': 5922, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.9, 'single_one': 6.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 27.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.9, 'flyout_rf_b': 1.75, 'groundout_a': 11.6, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.22083, 'slg': 0.21944, 'player_id': 11155}, {'pitchingcard_id': 5923, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.85, 'strikeout': 39.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20509, 'obp': 0.32407, 'slg': 0.32963, 'player_id': 11156}, {'pitchingcard_id': 5923, 'vs_hand': 'R', 'homerun': 5.6, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 5.75, 'strikeout': 21.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 7.35, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18611, 'obp': 0.29491, 'slg': 0.31852, 'player_id': 11156}, {'pitchingcard_id': 5924, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 21.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.899999999999999, 'flyout_rf_b': 2.7, 'groundout_a': 9.4, 'groundout_b': 6.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16481, 'obp': 0.24167, 'slg': 0.22685, 'player_id': 11157}, {'pitchingcard_id': 5924, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 11.95, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 20.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.2, 'flyout_rf_b': 1.9, 'groundout_a': 10.5, 'groundout_b': 14.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15231, 'obp': 0.21296, 'slg': 0.48426, 'player_id': 11157}, {'pitchingcard_id': 5925, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 21.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.100000000000001, 'flyout_rf_b': 2.7, 'groundout_a': 17.7, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11435, 'obp': 0.18796, 'slg': 0.13241, 'player_id': 11158}, {'pitchingcard_id': 5925, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.1, 'double_cf': 0.0, 'single_two': 9.6, 'single_one': 9.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 20.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 12.45, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26157, 'obp': 0.31435, 'slg': 0.35278, 'player_id': 11158}, {'pitchingcard_id': 5926, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.2, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.65, 'strikeout': 29.250000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 4.8, 'groundout_b': 3.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13889, 'obp': 0.33009, 'slg': 0.26019, 'player_id': 11159}, {'pitchingcard_id': 5926, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 60.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 7.25, 'groundout_b': 3.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.03472, 'slg': 0.0, 'player_id': 11159}, {'pitchingcard_id': 5927, 'vs_hand': 'L', 'homerun': 7.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.5, 'single_two': 4.75, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.05, 'strikeout': 13.9, 'flyout_lf_b': 1.25, 'flyout_cf_b': 4.45, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 21.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26806, 'obp': 0.33333, 'slg': 0.44954, 'player_id': 11160}, {'pitchingcard_id': 5927, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.7, 'strikeout': 13.249999999999998, 'flyout_lf_b': 3.25, 'flyout_cf_b': 12.3, 'flyout_rf_b': 0.0, 'groundout_a': 10.3, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16296, 'obp': 0.24352, 'slg': 0.29352, 'player_id': 11160}, {'pitchingcard_id': 5928, 'vs_hand': 'L', 'homerun': 2.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.85, 'flyout_rf_b': 2.4, 'groundout_a': 14.55, 'groundout_b': 13.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.1838, 'slg': 0.18519, 'player_id': 11161}, {'pitchingcard_id': 5928, 'vs_hand': 'R', 'homerun': 8.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.5, 'single_two': 3.3, 'single_one': 0.0, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 32.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 10.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.29769, 'slg': 0.41296, 'player_id': 11161}, {'pitchingcard_id': 5929, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 26.700000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.95, 'flyout_rf_b': 3.2, 'groundout_a': 12.25, 'groundout_b': 6.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08796, 'obp': 0.18287, 'slg': 0.11019, 'player_id': 11162}, {'pitchingcard_id': 5929, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.25, 'strikeout': 31.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.1, 'flyout_rf_b': 1.4, 'groundout_a': 10.5, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10833, 'obp': 0.19398, 'slg': 0.16111, 'player_id': 11162}, {'pitchingcard_id': 5930, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.3, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.45, 'strikeout': 20.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 1.6, 'groundout_a': 6.9, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13426, 'obp': 0.33287, 'slg': 0.33056, 'player_id': 11163}, {'pitchingcard_id': 5930, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.1, 'single_two': 3.9, 'single_one': 0.0, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.2, 'strikeout': 18.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 2.4, 'groundout_b': 11.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21759, 'obp': 0.38611, 'slg': 0.34167, 'player_id': 11163}, {'pitchingcard_id': 5931, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.299999999999999, 'flyout_rf_b': 1.9, 'groundout_a': 6.55, 'groundout_b': 6.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21204, 'obp': 0.32037, 'slg': 0.36019, 'player_id': 11164}, {'pitchingcard_id': 5931, 'vs_hand': 'R', 'homerun': 0.95, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 15.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.9, 'groundout_a': 5.7, 'groundout_b': 13.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23843, 'obp': 0.34259, 'slg': 0.41944, 'player_id': 11164}, {'pitchingcard_id': 5932, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.3, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 8.549999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.55, 'flyout_rf_b': 3.25, 'groundout_a': 20.85, 'groundout_b': 13.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12731, 'obp': 0.20509, 'slg': 0.17778, 'player_id': 11165}, {'pitchingcard_id': 5932, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 6.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 11.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.1, 'flyout_rf_b': 1.9, 'groundout_a': 10.5, 'groundout_b': 16.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21806, 'obp': 0.28889, 'slg': 0.29352, 'player_id': 11165}, {'pitchingcard_id': 5933, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 34.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 12.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.20694, 'slg': 0.39352, 'player_id': 11166}, {'pitchingcard_id': 5933, 'vs_hand': 'R', 'homerun': 4.15, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.4, 'single_two': 5.7, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 25.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 8.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27361, 'obp': 0.39861, 'slg': 0.41667, 'player_id': 11166}, {'pitchingcard_id': 5934, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 6.1, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 22.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.9, 'flyout_rf_b': 1.9, 'groundout_a': 9.5, 'groundout_b': 8.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20185, 'obp': 0.2662, 'slg': 0.26944, 'player_id': 11167}, {'pitchingcard_id': 5934, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.7, 'strikeout': 15.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 1.6, 'groundout_a': 20.4, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13981, 'obp': 0.22963, 'slg': 0.14722, 'player_id': 11167}, {'pitchingcard_id': 5935, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 11.200000000000001, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.5, 'strikeout': 19.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.95, 'flyout_rf_b': 4.75, 'groundout_a': 7.6, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21389, 'obp': 0.2463, 'slg': 0.50278, 'player_id': 11177}, {'pitchingcard_id': 5935, 'vs_hand': 'R', 'homerun': 1.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 8.2, 'single_one': 8.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 44.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.25, 'flyout_rf_b': 0, 'groundout_a': 5.4, 'groundout_b': 3.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22361, 'obp': 0.22361, 'slg': 0.25833, 'player_id': 11177}, {'pitchingcard_id': 5936, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.95, 'strikeout': 45.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.65, 'flyout_rf_b': 1.9, 'groundout_a': 6.7, 'groundout_b': 3.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03935, 'obp': 0.12222, 'slg': 0.04722, 'player_id': 11178}, {'pitchingcard_id': 5936, 'vs_hand': 'R', 'homerun': 6.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.1, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.15, 'strikeout': 29.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.35, 'flyout_rf_b': 0, 'groundout_a': 3.25, 'groundout_b': 14.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12176, 'obp': 0.23426, 'slg': 0.24722, 'player_id': 11178}, {'pitchingcard_id': 5937, 'vs_hand': 'L', 'homerun': 4.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.35, 'strikeout': 14.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 15.799999999999999, 'flyout_rf_b': 3.6, 'groundout_a': 2.7, 'groundout_b': 13.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11157, 'obp': 0.26296, 'slg': 0.2287, 'player_id': 11179}, {'pitchingcard_id': 5937, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 26.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.0, 'flyout_rf_b': 1.05, 'groundout_a': 16.2, 'groundout_b': 9.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08796, 'obp': 0.1625, 'slg': 0.09352, 'player_id': 11179}, {'pitchingcard_id': 5938, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 32.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0, 'groundout_a': 12.55, 'groundout_b': 6.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15833, 'obp': 0.20231, 'slg': 0.1713, 'player_id': 11180}, {'pitchingcard_id': 5938, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 18.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 2.2, 'groundout_a': 13.1, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19074, 'obp': 0.26343, 'slg': 0.36759, 'player_id': 11180}, {'pitchingcard_id': 5939, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9499999999999997, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 9.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 33.65, 'flyout_rf_b': 4.75, 'groundout_a': 5.1, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12176, 'obp': 0.16343, 'slg': 0.225, 'player_id': 11181}, {'pitchingcard_id': 5939, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.6, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 24.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.6, 'flyout_rf_b': 5.1, 'groundout_a': 14.5, 'groundout_b': 9.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04167, 'obp': 0.10185, 'slg': 0.0537, 'player_id': 11181}, {'pitchingcard_id': 5940, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 4.15, 'strikeout': 64.6, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 1.5, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0625, 'obp': 0.11944, 'slg': 0.125, 'player_id': 11182}, {'pitchingcard_id': 5940, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.5, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.05, 'strikeout': 18.9, 'flyout_lf_b': 1.9, 'flyout_cf_b': 9.299999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 15.25, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1537, 'obp': 0.2375, 'slg': 0.14352, 'player_id': 11182}, {'pitchingcard_id': 5941, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 13.450000000000001, 'flyout_lf_b': 1.2, 'flyout_cf_b': 4.6, 'flyout_rf_b': 0.0, 'groundout_a': 22.1, 'groundout_b': 12.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17037, 'obp': 0.23056, 'slg': 0.30463, 'player_id': 11183}, {'pitchingcard_id': 5941, 'vs_hand': 'R', 'homerun': 2.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 19.55, 'flyout_lf_b': 2.5, 'flyout_cf_b': 10.5, 'flyout_rf_b': 0.0, 'groundout_a': 8.0, 'groundout_b': 14.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20648, 'obp': 0.21944, 'slg': 0.36296, 'player_id': 11183}, {'pitchingcard_id': 5942, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 2.4, 'strikeout': 27.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 17.55, 'flyout_rf_b': 3.8, 'groundout_a': 13.1, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05, 'obp': 0.08148, 'slg': 0.06852, 'player_id': 11184}, {'pitchingcard_id': 5942, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.5, 'double_cf': 0.0, 'single_two': 8.35, 'single_one': 8.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.15, 'strikeout': 21.700000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 6.95, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2412, 'obp': 0.40926, 'slg': 0.33889, 'player_id': 11184}, {'pitchingcard_id': 5943, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.9, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 22.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.05, 'flyout_rf_b': 4.5, 'groundout_a': 8.4, 'groundout_b': 7.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.25833, 'slg': 0.28241, 'player_id': 11185}, {'pitchingcard_id': 5943, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.200000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 22.45, 'groundout_b': 9.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05926, 'obp': 0.12593, 'slg': 0.02315, 'player_id': 11185}, {'pitchingcard_id': 5944, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 32.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 16.15, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11667, 'obp': 0.17685, 'slg': 0.14537, 'player_id': 11186}, {'pitchingcard_id': 5944, 'vs_hand': 'R', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 31.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.5, 'groundout_a': 11.1, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15972, 'obp': 0.20972, 'slg': 0.18981, 'player_id': 11186}, {'pitchingcard_id': 5945, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.6, 'strikeout': 30.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.35, 'flyout_rf_b': 1.9, 'groundout_a': 3.8, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09491, 'obp': 0.31343, 'slg': 0.10648, 'player_id': 11187}, {'pitchingcard_id': 5945, 'vs_hand': 'R', 'homerun': 8.65, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 9.7, 'single_one': 0.0, 'single_center': 9.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 11.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 2.4, 'groundout_b': 13.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.30602, 'obp': 0.43194, 'slg': 0.61296, 'player_id': 11187}, {'pitchingcard_id': 5946, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.8, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.2, 'strikeout': 38.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 1.6, 'groundout_b': 1.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.3463, 'slg': 0.40833, 'player_id': 11188}, {'pitchingcard_id': 5946, 'vs_hand': 'R', 'homerun': 1.15, 'bp_homerun': 3.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.25, 'strikeout': 16.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.4, 'flyout_rf_b': 2.5, 'groundout_a': 5.7, 'groundout_b': 15.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.28843, 'slg': 0.35, 'player_id': 11188}, {'pitchingcard_id': 5947, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_cf': 0.0, 'single_two': 6.35, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 52.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 1.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21065, 'obp': 0.23287, 'slg': 0.29074, 'player_id': 11189}, {'pitchingcard_id': 5947, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.45, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 32.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.0, 'flyout_rf_b': 1.7, 'groundout_a': 6.3, 'groundout_b': 7.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22546, 'obp': 0.24583, 'slg': 0.425, 'player_id': 11189}, {'pitchingcard_id': 5948, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 56.7, 'flyout_lf_b': 1.25, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.01806, 'obp': 0.08241, 'slg': 0.07222, 'player_id': 11190}, {'pitchingcard_id': 5948, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.9, 'double_cf': 0.0, 'single_two': 2.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.6, 'strikeout': 17.35, 'flyout_lf_b': 1.9, 'flyout_cf_b': 10.299999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 12.3, 'groundout_b': 6.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11991, 'obp': 0.28287, 'slg': 0.17778, 'player_id': 11190}, {'pitchingcard_id': 5949, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.9, 'strikeout': 15.049999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.55, 'flyout_rf_b': 1.5, 'groundout_a': 18.4, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08611, 'obp': 0.22407, 'slg': 0.12315, 'player_id': 11191}, {'pitchingcard_id': 5949, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 25.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.15, 'flyout_rf_b': 3.75, 'groundout_a': 11.6, 'groundout_b': 6.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10231, 'obp': 0.20602, 'slg': 0.09907, 'player_id': 11191}, {'pitchingcard_id': 5950, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.9, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 45.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.5, 'flyout_rf_b': 1.4, 'groundout_a': 5.7, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13333, 'obp': 0.16574, 'slg': 0.2463, 'player_id': 11192}, {'pitchingcard_id': 5950, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.3, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.2, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.75, 'strikeout': 40.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6, 'flyout_rf_b': 0, 'groundout_a': 9.1, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0713, 'obp': 0.14306, 'slg': 0.21852, 'player_id': 11192}, {'pitchingcard_id': 5951, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.65, 'double_cf': 0.0, 'single_two': 6.7, 'single_one': 6.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 31.8, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 5.4, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.36204, 'slg': 0.26389, 'player_id': 11193}, {'pitchingcard_id': 5951, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.75, 'strikeout': 19.2, 'flyout_lf_b': 3.75, 'flyout_cf_b': 10.95, 'flyout_rf_b': 0.0, 'groundout_a': 10.65, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16898, 'obp': 0.22222, 'slg': 0.2963, 'player_id': 11193}, {'pitchingcard_id': 5952, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 6.55, 'single_one': 6.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 16.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.350000000000001, 'flyout_rf_b': 3.2, 'groundout_a': 8.35, 'groundout_b': 10.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2162, 'obp': 0.24861, 'slg': 0.28333, 'player_id': 11194}, {'pitchingcard_id': 5952, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.4, 'strikeout': 17.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 15.35, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22269, 'obp': 0.25417, 'slg': 0.35648, 'player_id': 11194}, {'pitchingcard_id': 5953, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 31.84999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.45, 'flyout_rf_b': 6.2, 'groundout_a': 8.5, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06065, 'obp': 0.13426, 'slg': 0.12407, 'player_id': 11195}, {'pitchingcard_id': 5953, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.6, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 24.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.45, 'flyout_rf_b': 0, 'groundout_a': 18.85, 'groundout_b': 9.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.1838, 'slg': 0.12685, 'player_id': 11195}, {'pitchingcard_id': 5954, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 19.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.75, 'flyout_rf_b': 3.4, 'groundout_a': 10.3, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10139, 'obp': 0.24769, 'slg': 0.15556, 'player_id': 11196}, {'pitchingcard_id': 5954, 'vs_hand': 'R', 'homerun': 6.4, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.0, 'strikeout': 4.950000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.45, 'flyout_rf_b': 1.25, 'groundout_a': 8.65, 'groundout_b': 26.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2, 'obp': 0.31111, 'slg': 0.38796, 'player_id': 11196}, {'pitchingcard_id': 5956, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.7, 'strikeout': 22.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.15, 'flyout_rf_b': 3.75, 'groundout_a': 8.2, 'groundout_b': 11.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15556, 'obp': 0.20833, 'slg': 0.24537, 'player_id': 11218}, {'pitchingcard_id': 5956, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 20.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.3500000000000005, 'flyout_rf_b': 3.2, 'groundout_a': 10.95, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17315, 'obp': 0.25741, 'slg': 0.25741, 'player_id': 11218}, {'pitchingcard_id': 5957, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.1, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.05, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 9.9, 'strikeout': 51.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.9999999999999996, 'flyout_rf_b': 1.1, 'groundout_a': 0, 'groundout_b': 1.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08657, 'obp': 0.19676, 'slg': 0.28519, 'player_id': 11219}, {'pitchingcard_id': 5957, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.7, 'single_two': 1.65, 'single_one': 0.0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.1, 'strikeout': 42.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.4, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 8.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10833, 'obp': 0.16481, 'slg': 0.23981, 'player_id': 11219}, {'pitchingcard_id': 5958, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.65, 'strikeout': 37.25000000000001, 'flyout_lf_b': 1.2, 'flyout_cf_b': 6.1, 'flyout_rf_b': 0.0, 'groundout_a': 9.7, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08056, 'obp': 0.17917, 'slg': 0.08056, 'player_id': 11220}, {'pitchingcard_id': 5958, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.7, 'strikeout': 32.25, 'flyout_lf_b': 0, 'flyout_cf_b': 8.85, 'flyout_rf_b': 0.0, 'groundout_a': 12.85, 'groundout_b': 7.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14213, 'obp': 0.16713, 'slg': 0.15185, 'player_id': 11220}, {'pitchingcard_id': 5959, 'vs_hand': 'L', 'homerun': 6.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 36.849999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23472, 'obp': 0.29907, 'slg': 0.4213, 'player_id': 11221}, {'pitchingcard_id': 5959, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.9, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 40.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 8.9, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14028, 'obp': 0.22037, 'slg': 0.13241, 'player_id': 11221}, {'pitchingcard_id': 5960, 'vs_hand': 'L', 'homerun': 7.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 26.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.3, 'flyout_rf_b': 4.2, 'groundout_a': 1.05, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.25278, 'slg': 0.29352, 'player_id': 11222}, {'pitchingcard_id': 5960, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 38.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.300000000000001, 'flyout_rf_b': 1.35, 'groundout_a': 8.7, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.14861, 'slg': 0.14259, 'player_id': 11222}, {'pitchingcard_id': 5961, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 35.30000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.8, 'flyout_rf_b': 0, 'groundout_a': 9.75, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15278, 'obp': 0.21343, 'slg': 0.14815, 'player_id': 11223}, {'pitchingcard_id': 5961, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.35, 'double_cf': 0.0, 'single_two': 10.35, 'single_one': 10.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.65, 'strikeout': 35.20000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 1.7, 'groundout_b': 1.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.30602, 'obp': 0.36759, 'slg': 0.48704, 'player_id': 11223}, {'pitchingcard_id': 5962, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.7, 'double_cf': 0.0, 'single_two': 1.05, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 17.95, 'strikeout': 17.999999999999996, 'flyout_lf_b': 1.1, 'flyout_cf_b': 7.700000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 12.1, 'groundout_b': 9.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1088, 'obp': 0.28426, 'slg': 0.23519, 'player_id': 11224}, {'pitchingcard_id': 5962, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.25, 'strikeout': 26.7, 'flyout_lf_b': 0, 'flyout_cf_b': 6.95, 'flyout_rf_b': 0.0, 'groundout_a': 3.4, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.175, 'obp': 0.30694, 'slg': 0.3787, 'player_id': 11224}, {'pitchingcard_id': 5963, 'vs_hand': 'L', 'homerun': 4.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.6, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 28.649999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.85, 'flyout_rf_b': 2.25, 'groundout_a': 2.7, 'groundout_b': 8.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18426, 'obp': 0.26111, 'slg': 0.33889, 'player_id': 11225}, {'pitchingcard_id': 5963, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 6.4, 'single_one': 6.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.65, 'strikeout': 24.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 2.75, 'groundout_b': 3.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22407, 'obp': 0.41528, 'slg': 0.34167, 'player_id': 11225}, {'pitchingcard_id': 5964, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 7.8, 'single_one': 7.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 31.550000000000008, 'flyout_lf_b': 0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22824, 'obp': 0.37917, 'slg': 0.29722, 'player_id': 11226}, {'pitchingcard_id': 5964, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 11.95, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 27.200000000000003, 'flyout_lf_b': 2.2, 'flyout_cf_b': 6.1499999999999995, 'flyout_rf_b': 0.0, 'groundout_a': 6.95, 'groundout_b': 9.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.25139, 'slg': 0.51667, 'player_id': 11226}, {'pitchingcard_id': 5965, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.15, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 24.45, 'flyout_lf_b': 3.4, 'flyout_cf_b': 5.6, 'flyout_rf_b': 0.0, 'groundout_a': 19.6, 'groundout_b': 10.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10463, 'obp': 0.1463, 'slg': 0.14352, 'player_id': 11227}, {'pitchingcard_id': 5965, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 11.449999999999998, 'flyout_lf_b': 2.4, 'flyout_cf_b': 11.65, 'flyout_rf_b': 0.0, 'groundout_a': 17.55, 'groundout_b': 13.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.20694, 'slg': 0.3213, 'player_id': 11227}, {'pitchingcard_id': 5966, 'vs_hand': 'L', 'homerun': 8.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.2, 'single_two': 1.7, 'single_one': 0.0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.05, 'strikeout': 11.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.4, 'flyout_rf_b': 3.9, 'groundout_a': 2.1, 'groundout_b': 17.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.175, 'obp': 0.26806, 'slg': 0.37778, 'player_id': 11228}, {'pitchingcard_id': 5966, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 7.3, 'strikeout': -0.3499999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.95, 'flyout_rf_b': 2.7, 'groundout_a': 29.55, 'groundout_b': 15.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07407, 'obp': 0.16944, 'slg': 0.16296, 'player_id': 11228}, {'pitchingcard_id': 5967, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 15.899999999999999, 'flyout_lf_b': 5.7, 'flyout_cf_b': 16.2, 'flyout_rf_b': 0.0, 'groundout_a': 9.8, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11852, 'obp': 0.21157, 'slg': 0.26019, 'player_id': 11229}, {'pitchingcard_id': 5967, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 6.05, 'single_one': 6.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 29.799999999999994, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 6.9, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18981, 'obp': 0.29167, 'slg': 0.22407, 'player_id': 11229}, {'pitchingcard_id': 5968, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 6.45, 'single_one': 6.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 16.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 15.649999999999999, 'flyout_rf_b': 4.25, 'groundout_a': 8.2, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20741, 'obp': 0.25139, 'slg': 0.2537, 'player_id': 11230}, {'pitchingcard_id': 5968, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.05, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 13.1, 'strikeout': 51.800000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 4.75, 'groundout_b': 2.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.03519, 'obp': 0.175, 'slg': 0.06481, 'player_id': 11230}, {'pitchingcard_id': 5969, 'vs_hand': 'L', 'homerun': 10.05, 'bp_homerun': 0.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 0.0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.2, 'strikeout': 10.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.45, 'flyout_rf_b': 2.4, 'groundout_a': 2.55, 'groundout_b': 22.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25833, 'obp': 0.28796, 'slg': 0.59954, 'player_id': 11231}, {'pitchingcard_id': 5969, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 11.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.75, 'flyout_rf_b': 0, 'groundout_a': 28.8, 'groundout_b': 15.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0537, 'obp': 0.09537, 'slg': 0.07222, 'player_id': 11231}, {'pitchingcard_id': 5970, 'vs_hand': 'L', 'homerun': 0.75, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 29.55, 'flyout_lf_b': 0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0.0, 'groundout_a': 9.45, 'groundout_b': 12.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14306, 'obp': 0.22083, 'slg': 0.31019, 'player_id': 11232}, {'pitchingcard_id': 5970, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 12.8, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 13.25, 'flyout_lf_b': 0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 0.0, 'groundout_a': 3.75, 'groundout_b': 13.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27222, 'obp': 0.38056, 'slg': 0.65648, 'player_id': 11232}, {'pitchingcard_id': 5971, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.75, 'single_one': 1.75, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 1.95, 'strikeout': 8.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 18.6, 'flyout_rf_b': 7.1, 'groundout_a': 24.7, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05093, 'obp': 0.06898, 'slg': 0.06944, 'player_id': 11233}, {'pitchingcard_id': 5971, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.55, 'double_cf': 0.0, 'single_two': 1.7, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 27.000000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.75, 'flyout_rf_b': 0, 'groundout_a': 14.8, 'groundout_b': 8.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.2125, 'slg': 0.13056, 'player_id': 11233}, {'pitchingcard_id': 5972, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.6500000000000004, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 25.4, 'strikeout': 44.550000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 2.2, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04398, 'obp': 0.27917, 'slg': 0.04907, 'player_id': 11234}, {'pitchingcard_id': 5972, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.1, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.75, 'strikeout': 13.199999999999998, 'flyout_lf_b': 2.1, 'flyout_cf_b': 9.75, 'flyout_rf_b': 0.0, 'groundout_a': 18.0, 'groundout_b': 11.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.23056, 'slg': 0.13981, 'player_id': 11234}, {'pitchingcard_id': 5973, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 30.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.8, 'flyout_rf_b': 3.2, 'groundout_a': 9.4, 'groundout_b': 8.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.19907, 'slg': 0.28889, 'player_id': 11235}, {'pitchingcard_id': 5973, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.95, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.6, 'strikeout': 52.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 8.35, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.02963, 'obp': 0.09074, 'slg': 0.0463, 'player_id': 11235}, {'pitchingcard_id': 5974, 'vs_hand': 'L', 'homerun': 0.9, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.8, 'strikeout': 24.150000000000002, 'flyout_lf_b': 0, 'flyout_cf_b': 6.2, 'flyout_rf_b': 0.0, 'groundout_a': 6.7, 'groundout_b': 12.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17593, 'obp': 0.27593, 'slg': 0.32685, 'player_id': 11236}, {'pitchingcard_id': 5974, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 23.8, 'flyout_lf_b': 1.75, 'flyout_cf_b': 9.1, 'flyout_rf_b': 0.0, 'groundout_a': 5.8, 'groundout_b': 7.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18657, 'obp': 0.28981, 'slg': 0.31389, 'player_id': 11236}, {'pitchingcard_id': 5975, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 10.25, 'flyout_lf_b': 0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0.0, 'groundout_a': 30.95, 'groundout_b': 13.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15185, 'obp': 0.20463, 'slg': 0.1287, 'player_id': 11237}, {'pitchingcard_id': 5975, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.85, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 8.4, 'strikeout': 30.450000000000006, 'flyout_lf_b': 1.5, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0.0, 'groundout_a': 6.0, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15139, 'obp': 0.30324, 'slg': 0.20741, 'player_id': 11237}, {'pitchingcard_id': 5976, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.4, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 26.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.9, 'flyout_rf_b': 1.2, 'groundout_a': 10.3, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17407, 'obp': 0.18935, 'slg': 0.35648, 'player_id': 11238}, {'pitchingcard_id': 5976, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.3, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 18.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.75, 'flyout_rf_b': 1.35, 'groundout_a': 23.7, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04722, 'obp': 0.08889, 'slg': 0.11111, 'player_id': 11238}, {'pitchingcard_id': 5977, 'vs_hand': 'L', 'homerun': 2.1500000000000004, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.1, 'double_cf': 0.0, 'single_two': 5.75, 'single_one': 5.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 14.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.45, 'flyout_rf_b': 2.25, 'groundout_a': 8.6, 'groundout_b': 12.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20139, 'obp': 0.30741, 'slg': 0.28704, 'player_id': 11239}, {'pitchingcard_id': 5977, 'vs_hand': 'R', 'homerun': 2.55, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.6, 'double_cf': 0.0, 'single_two': 3.4, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 24.299999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 6.45, 'groundout_b': 14.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20417, 'obp': 0.26574, 'slg': 0.44352, 'player_id': 11239}, {'pitchingcard_id': 5978, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 6.7, 'single_one': 6.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 21.75, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.25, 'flyout_rf_b': 1.5, 'groundout_a': 13.85, 'groundout_b': 7.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18935, 'obp': 0.24676, 'slg': 0.18426, 'player_id': 11240}, {'pitchingcard_id': 5978, 'vs_hand': 'R', 'homerun': 0.65, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 63.10000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07269, 'obp': 0.14722, 'slg': 0.1287, 'player_id': 11240}, {'pitchingcard_id': 5979, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 14.850000000000001, 'single_one': 14.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.5, 'strikeout': 19.400000000000002, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 6.95, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.33704, 'obp': 0.45278, 'slg': 0.33519, 'player_id': 11241}, {'pitchingcard_id': 5979, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.3, 'strikeout': 41.45, 'flyout_lf_b': 0, 'flyout_cf_b': 2.2, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19306, 'obp': 0.29769, 'slg': 0.44907, 'player_id': 11241}, {'pitchingcard_id': 5980, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.6, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 14.75, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 17.0, 'groundout_b': 12.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21667, 'obp': 0.29259, 'slg': 0.40463, 'player_id': 11258}, {'pitchingcard_id': 5980, 'vs_hand': 'R', 'homerun': 2.25, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 15.45, 'flyout_lf_b': 2.75, 'flyout_cf_b': 11.15, 'flyout_rf_b': 0.0, 'groundout_a': 11.5, 'groundout_b': 18.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08287, 'obp': 0.18009, 'slg': 0.18796, 'player_id': 11258}, {'pitchingcard_id': 5981, 'vs_hand': 'L', 'homerun': 1.7000000000000002, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 36.45, 'flyout_lf_b': 0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 13.2, 'groundout_b': 10.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08519, 'obp': 0.12685, 'slg': 0.10463, 'player_id': 11259}, {'pitchingcard_id': 5981, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1500000000000004, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 21.55, 'flyout_lf_b': 3.8, 'flyout_cf_b': 15.2, 'flyout_rf_b': 0.0, 'groundout_a': 11.35, 'groundout_b': 6.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06435, 'obp': 0.18843, 'slg': 0.12407, 'player_id': 11259}, {'pitchingcard_id': 5982, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.2, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 19.899999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.7, 'flyout_rf_b': 2.55, 'groundout_a': 1.95, 'groundout_b': 13.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18056, 'obp': 0.30139, 'slg': 0.36759, 'player_id': 11260}, {'pitchingcard_id': 5982, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 34.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.05, 'flyout_rf_b': 2.2, 'groundout_a': 7.8, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17917, 'obp': 0.20139, 'slg': 0.33333, 'player_id': 11260}, {'pitchingcard_id': 5983, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 40.60000000000001, 'flyout_lf_b': 1.65, 'flyout_cf_b': 6.949999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05185, 'obp': 0.19352, 'slg': 0.07222, 'player_id': 11261}, {'pitchingcard_id': 5983, 'vs_hand': 'R', 'homerun': 0.5, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 27.3, 'flyout_lf_b': 2.2, 'flyout_cf_b': 8.5, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 2.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16065, 'obp': 0.32407, 'slg': 0.24815, 'player_id': 11261}, {'pitchingcard_id': 5984, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.949999999999999, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 38.50000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 9.4, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14537, 'obp': 0.20463, 'slg': 0.13333, 'player_id': 11262}, {'pitchingcard_id': 5984, 'vs_hand': 'R', 'homerun': 1.95, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.95, 'strikeout': 55.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.25, 'flyout_rf_b': 0, 'groundout_a': 6.85, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07593, 'obp': 0.09398, 'slg': 0.09537, 'player_id': 11262}, {'pitchingcard_id': 5985, 'vs_hand': 'L', 'homerun': 0.4, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': -0.24999999999999928, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.75, 'flyout_rf_b': 3.8, 'groundout_a': 20.85, 'groundout_b': 17.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11343, 'obp': 0.23565, 'slg': 0.20093, 'player_id': 11263}, {'pitchingcard_id': 5985, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 14.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.75, 'flyout_rf_b': 2.5, 'groundout_a': 12.1, 'groundout_b': 16.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16898, 'obp': 0.19861, 'slg': 0.26759, 'player_id': 11263}, {'pitchingcard_id': 5986, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 18.75, 'flyout_lf_b': 4.2, 'flyout_cf_b': 8.100000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 22.25, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08657, 'obp': 0.1162, 'slg': 0.18426, 'player_id': 11264}, {'pitchingcard_id': 5986, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.55, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 15.65, 'strikeout': 32.300000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 6.75, 'flyout_rf_b': 0.0, 'groundout_a': 11.9, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0588, 'obp': 0.2037, 'slg': 0.10185, 'player_id': 11264}, {'pitchingcard_id': 5987, 'vs_hand': 'L', 'homerun': 1.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 10.0, 'single_one': 10.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 21.45, 'flyout_lf_b': 0, 'flyout_cf_b': 1.05, 'flyout_rf_b': 0.0, 'groundout_a': 16.25, 'groundout_b': 8.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25833, 'obp': 0.29074, 'slg': 0.31574, 'player_id': 11265}, {'pitchingcard_id': 5987, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 6.75, 'flyout_lf_b': 2.1, 'flyout_cf_b': 10.4, 'flyout_rf_b': 0.0, 'groundout_a': 21.25, 'groundout_b': 15.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15417, 'obp': 0.21157, 'slg': 0.25833, 'player_id': 11265}, {'pitchingcard_id': 5988, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 13.9, 'single_one': 13.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 17.25, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 10.95, 'groundout_b': 7.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.35, 'obp': 0.40278, 'slg': 0.46759, 'player_id': 11266}, {'pitchingcard_id': 5988, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 6.95, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 19.75, 'strikeout': 13.199999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 3.5, 'groundout_b': 8.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25046, 'obp': 0.45185, 'slg': 0.50093, 'player_id': 11266}, {'pitchingcard_id': 5989, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 21.4, 'strikeout': 21.549999999999997, 'flyout_lf_b': 1.5, 'flyout_cf_b': 3.0, 'flyout_rf_b': 0.0, 'groundout_a': 18.25, 'groundout_b': 7.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04167, 'obp': 0.24907, 'slg': 0.04167, 'player_id': 11267}, {'pitchingcard_id': 5989, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.5, 'strikeout': 13.45, 'flyout_lf_b': 4.5, 'flyout_cf_b': 10.95, 'flyout_rf_b': 0.0, 'groundout_a': 7.5, 'groundout_b': 11.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14815, 'obp': 0.29167, 'slg': 0.19722, 'player_id': 11267}, {'pitchingcard_id': 5990, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.0, 'strikeout': 29.850000000000005, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 3.8, 'groundout_b': 2.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17731, 'obp': 0.39954, 'slg': 0.23056, 'player_id': 11268}, {'pitchingcard_id': 5990, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 9.6, 'single_one': 9.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.65, 'strikeout': 23.3, 'flyout_lf_b': 0, 'flyout_cf_b': 2.1, 'flyout_rf_b': 0.0, 'groundout_a': 1.7, 'groundout_b': 1.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27639, 'obp': 0.46759, 'slg': 0.38981, 'player_id': 11268}, {'pitchingcard_id': 5991, 'vs_hand': 'L', 'homerun': 6.35, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.3, 'single_two': 2.4, 'single_one': 0.0, 'single_center': 2.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 30.45, 'flyout_lf_b': 0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0.0, 'groundout_a': 2.4, 'groundout_b': 21.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.20324, 'slg': 0.30185, 'player_id': 11269}, {'pitchingcard_id': 5991, 'vs_hand': 'R', 'homerun': 5.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 22.0, 'flyout_lf_b': 1.5, 'flyout_cf_b': 7.25, 'flyout_rf_b': 0.0, 'groundout_a': 4.2, 'groundout_b': 15.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1875, 'obp': 0.26111, 'slg': 0.43611, 'player_id': 11269}, {'pitchingcard_id': 5992, 'vs_hand': 'L', 'homerun': 3.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.15, 'strikeout': 39.800000000000004, 'flyout_lf_b': 0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0.0, 'groundout_a': 3.75, 'groundout_b': 6.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12407, 'obp': 0.24583, 'slg': 0.2713, 'player_id': 11270}, {'pitchingcard_id': 5992, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 5.4, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.0, 'strikeout': 39.95, 'flyout_lf_b': 1.25, 'flyout_cf_b': 5.85, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 1.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17593, 'obp': 0.25, 'slg': 0.21574, 'player_id': 11270}, {'pitchingcard_id': 5993, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 18.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.25, 'flyout_rf_b': 2.25, 'groundout_a': 17.15, 'groundout_b': 17.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0588, 'obp': 0.11157, 'slg': 0.125, 'player_id': 11271}, {'pitchingcard_id': 5993, 'vs_hand': 'R', 'homerun': 0.7, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 24.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 18.1, 'flyout_rf_b': 4.2, 'groundout_a': 10.95, 'groundout_b': 10.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06667, 'obp': 0.10139, 'slg': 0.10463, 'player_id': 11271}, {'pitchingcard_id': 5994, 'vs_hand': 'L', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.85, 'strikeout': 16.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.149999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 12.35, 'groundout_b': 11.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09722, 'obp': 0.22546, 'slg': 0.125, 'player_id': 11272}, {'pitchingcard_id': 5994, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.8499999999999996, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 12.55, 'strikeout': 10.399999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0, 'groundout_a': 31.15, 'groundout_b': 14.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04398, 'obp': 0.1787, 'slg': 0.05278, 'player_id': 11272}, {'pitchingcard_id': 5995, 'vs_hand': 'L', 'homerun': 0.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 12.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.600000000000001, 'flyout_rf_b': 2.55, 'groundout_a': 19.35, 'groundout_b': 11.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15093, 'obp': 0.21944, 'slg': 0.15, 'player_id': 11273}, {'pitchingcard_id': 5995, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0, 'double_cf': 0.0, 'single_two': 9.2, 'single_one': 9.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.45, 'strikeout': 14.500000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.050000000000001, 'flyout_rf_b': 1.4, 'groundout_a': 14.7, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23472, 'obp': 0.33148, 'slg': 0.26759, 'player_id': 11273}, {'pitchingcard_id': 5996, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 13.1, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 23.55, 'flyout_lf_b': 1.6, 'flyout_cf_b': 2.9, 'flyout_rf_b': 0.0, 'groundout_a': 9.8, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23704, 'obp': 0.25926, 'slg': 0.57778, 'player_id': 11274}, {'pitchingcard_id': 5996, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.1, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.6, 'strikeout': 45.35, 'flyout_lf_b': 0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0.0, 'groundout_a': 3.8, 'groundout_b': 1.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10972, 'obp': 0.23565, 'slg': 0.09907, 'player_id': 11274}, {'pitchingcard_id': 5997, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 15.85, 'single_one': 15.85, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 37.45, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 1.65, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.33981, 'obp': 0.36944, 'slg': 0.31667, 'player_id': 11275}, {'pitchingcard_id': 5997, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 4.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 8.35, 'double_cf': 0.0, 'single_two': 3.9, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 23.599999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.5, 'groundout_b': 8.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24769, 'obp': 0.36204, 'slg': 0.52593, 'player_id': 11275}, {'pitchingcard_id': 5998, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.45, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.65, 'strikeout': 26.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.55, 'flyout_rf_b': 4.5, 'groundout_a': 10.45, 'groundout_b': 5.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0625, 'obp': 0.16111, 'slg': 0.13148, 'player_id': 11276}, {'pitchingcard_id': 5998, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 9.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.75, 'flyout_rf_b': 1.2, 'groundout_a': 13.7, 'groundout_b': 12.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.275, 'slg': 0.1787, 'player_id': 11276}, {'pitchingcard_id': 5999, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.2, 'strikeout': 24.75, 'flyout_lf_b': 2.55, 'flyout_cf_b': 6.2, 'flyout_rf_b': 0.0, 'groundout_a': 8.2, 'groundout_b': 7.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14444, 'obp': 0.27593, 'slg': 0.20093, 'player_id': 11277}, {'pitchingcard_id': 5999, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.25, 'single_one': 4.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.0, 'strikeout': 13.95, 'flyout_lf_b': 3.75, 'flyout_cf_b': 22.95, 'flyout_rf_b': 0.0, 'groundout_a': 7.6, 'groundout_b': 4.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14352, 'obp': 0.24537, 'slg': 0.13889, 'player_id': 11277}, {'pitchingcard_id': 6000, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 15.299999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.9, 'flyout_rf_b': 2.1, 'groundout_a': 7.5, 'groundout_b': 11.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21435, 'obp': 0.33148, 'slg': 0.375, 'player_id': 11278}, {'pitchingcard_id': 6000, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.25, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 7.35, 'strikeout': 17.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 7.85, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22917, 'obp': 0.35278, 'slg': 0.4537, 'player_id': 11278}, {'pitchingcard_id': 6001, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.050000000000001, 'double_cf': 0.0, 'single_two': 2.1, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 23.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.95, 'flyout_rf_b': 2.75, 'groundout_a': 9.65, 'groundout_b': 7.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13935, 'obp': 0.1963, 'slg': 0.28611, 'player_id': 11279}, {'pitchingcard_id': 6001, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.3, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 14.5, 'strikeout': 25.350000000000005, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 6.9, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16481, 'obp': 0.33611, 'slg': 0.28889, 'player_id': 11279}, {'pitchingcard_id': 6002, 'vs_hand': 'L', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 11.699999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8999999999999995, 'flyout_rf_b': 1.2, 'groundout_a': 23.75, 'groundout_b': 14.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17315, 'obp': 0.2125, 'slg': 0.24722, 'player_id': 11280}, {'pitchingcard_id': 6002, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.0500000000000003, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.4, 'strikeout': 34.550000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 9.3, 'groundout_b': 4.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1537, 'obp': 0.25, 'slg': 0.18796, 'player_id': 11280}, {'pitchingcard_id': 6007, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.7, 'single_two': 2.25, 'single_one': 0.0, 'single_center': 2.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 20.15, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.3, 'flyout_rf_b': 3.75, 'groundout_a': 1.9, 'groundout_b': 13.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1662, 'obp': 0.2662, 'slg': 0.23472, 'player_id': 11303}, {'pitchingcard_id': 6007, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.15, 'strikeout': 19.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.350000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 9.8, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18704, 'obp': 0.27176, 'slg': 0.28056, 'player_id': 11303}, {'pitchingcard_id': 6008, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.3499999999999999, 'single_one': 1.05, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 8.5, 'flyout_lf_b': 0.0, 'flyout_cf_b': 27.25, 'flyout_rf_b': 4.5, 'groundout_a': 18.2, 'groundout_b': 8.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.02222, 'obp': 0.10972, 'slg': 0.025, 'player_id': 11304}, {'pitchingcard_id': 6008, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.2, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 24.649999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.45, 'flyout_rf_b': 2.7, 'groundout_a': 10.6, 'groundout_b': 7.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13287, 'obp': 0.21898, 'slg': 0.28333, 'player_id': 11304}, {'pitchingcard_id': 6009, 'vs_hand': 'L', 'homerun': 5.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.2, 'strikeout': 30.749999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.2, 'flyout_rf_b': 2.5, 'groundout_a': 4.75, 'groundout_b': 17.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.14352, 'slg': 0.29352, 'player_id': 11305}, {'pitchingcard_id': 6009, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.15, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 2.75, 'strikeout': 20.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.9, 'flyout_rf_b': 1.35, 'groundout_a': 17.0, 'groundout_b': 15.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08935, 'obp': 0.12407, 'slg': 0.23241, 'player_id': 11305}, {'pitchingcard_id': 6010, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 16.45, 'strikeout': 5.500000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.95, 'flyout_rf_b': 1.2, 'groundout_a': 27.25, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07639, 'obp': 0.23796, 'slg': 0.14352, 'player_id': 11306}, {'pitchingcard_id': 6010, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 40.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.6499999999999995, 'flyout_rf_b': 2.7, 'groundout_a': 9.9, 'groundout_b': 6.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1088, 'obp': 0.1088, 'slg': 0.14907, 'player_id': 11306}, {'pitchingcard_id': 6011, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 4.75, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 26.2, 'flyout_lf_b': 2.75, 'flyout_cf_b': 4.95, 'flyout_rf_b': 0.0, 'groundout_a': 8.9, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20278, 'obp': 0.26528, 'slg': 0.34815, 'player_id': 11307}, {'pitchingcard_id': 6011, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_cf': 0.0, 'single_two': 9.0, 'single_one': 9.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 24.55, 'flyout_lf_b': 1.5, 'flyout_cf_b': 4.65, 'flyout_rf_b': 0.0, 'groundout_a': 3.5, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29074, 'obp': 0.37593, 'slg': 0.46204, 'player_id': 11307}, {'pitchingcard_id': 6012, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_cf': 0.0, 'single_two': 1.35, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.9, 'strikeout': 44.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 2.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14028, 'obp': 0.2875, 'slg': 0.29074, 'player_id': 11308}, {'pitchingcard_id': 6012, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 15.7, 'strikeout': 53.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 3.75, 'groundout_b': 1.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.17315, 'slg': 0.0, 'player_id': 11308}, {'pitchingcard_id': 6013, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 7.2, 'single_one': 7.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.9, 'strikeout': 39.500000000000014, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20926, 'obp': 0.36574, 'slg': 0.27685, 'player_id': 11309}, {'pitchingcard_id': 6013, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 54.2, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 1.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10741, 'obp': 0.21574, 'slg': 0.10463, 'player_id': 11309}, {'pitchingcard_id': 6014, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.1, 'double_cf': 0.0, 'single_two': 1.95, 'single_one': 1.95, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 19.1, 'strikeout': 18.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.5, 'flyout_rf_b': 1.2, 'groundout_a': 16.55, 'groundout_b': 9.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06481, 'obp': 0.24167, 'slg': 0.15093, 'player_id': 11310}, {'pitchingcard_id': 6014, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.05, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 10.799999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 18.25, 'groundout_b': 17.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17361, 'obp': 0.26759, 'slg': 0.37315, 'player_id': 11310}, {'pitchingcard_id': 6015, 'vs_hand': 'L', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 12.9, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.95, 'strikeout': 8.000000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.7, 'flyout_rf_b': 2.4, 'groundout_a': 3.2, 'groundout_b': 9.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26435, 'obp': 0.43981, 'slg': 0.625, 'player_id': 11311}, {'pitchingcard_id': 6015, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 3.85, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 1.05, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 20.25, 'strikeout': 25.450000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12963, 'obp': 0.3912, 'slg': 0.26435, 'player_id': 11311}, {'pitchingcard_id': 6016, 'vs_hand': 'L', 'homerun': 7.2, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 55.50000000000001, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16759, 'obp': 0.21759, 'slg': 0.37407, 'player_id': 11312}, {'pitchingcard_id': 6016, 'vs_hand': 'R', 'homerun': 0.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.35, 'double_cf': 0.0, 'single_two': 7.3, 'single_one': 7.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 3.7, 'strikeout': 14.25, 'flyout_lf_b': 2.7, 'flyout_cf_b': 9.45, 'flyout_rf_b': 0.0, 'groundout_a': 5.7, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2713, 'obp': 0.34259, 'slg': 0.46389, 'player_id': 11312}, {'pitchingcard_id': 6017, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 6.5, 'single_one': 6.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 15.299999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.75, 'flyout_rf_b': 3.5, 'groundout_a': 9.25, 'groundout_b': 7.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23241, 'obp': 0.3125, 'slg': 0.38611, 'player_id': 11313}, {'pitchingcard_id': 6017, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.85, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 17.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.949999999999999, 'flyout_rf_b': 1.4, 'groundout_a': 4.75, 'groundout_b': 14.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25278, 'obp': 0.31528, 'slg': 0.51019, 'player_id': 11313}, {'pitchingcard_id': 6018, 'vs_hand': 'L', 'homerun': 2.2, 'bp_homerun': 0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.75, 'strikeout': 22.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 13.3, 'groundout_b': 15.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.2125, 'slg': 0.26759, 'player_id': 11314}, {'pitchingcard_id': 6018, 'vs_hand': 'R', 'homerun': 7.8, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.85, 'single_two': 3.4, 'single_one': 0.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 13.149999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.95, 'flyout_rf_b': 1.2, 'groundout_a': 1.95, 'groundout_b': 17.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25417, 'obp': 0.35417, 'slg': 0.40648, 'player_id': 11314}, {'pitchingcard_id': 6068, 'vs_hand': 'L', 'homerun': 0.45, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 13.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.1, 'flyout_rf_b': 0, 'groundout_a': 19.5, 'groundout_b': 14.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13009, 'obp': 0.22269, 'slg': 0.19722, 'player_id': 11461}, {'pitchingcard_id': 6068, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 14.3, 'strikeout': 23.649999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 13.25, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16157, 'obp': 0.30324, 'slg': 0.20093, 'player_id': 11461}, {'pitchingcard_id': 6069, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 15.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 14.799999999999999, 'flyout_rf_b': 5.1, 'groundout_a': 13.15, 'groundout_b': 6.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15, 'obp': 0.2213, 'slg': 0.2213, 'player_id': 11462}, {'pitchingcard_id': 6069, 'vs_hand': 'R', 'homerun': 7.55, 'bp_homerun': 0.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 4.2, 'single_two': 5.1, 'single_one': 0.0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 16.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.0, 'flyout_rf_b': 1.75, 'groundout_a': 2.2, 'groundout_b': 18.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2625, 'obp': 0.31806, 'slg': 0.48333, 'player_id': 11462}, {'pitchingcard_id': 6070, 'vs_hand': 'L', 'homerun': 9.7, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.4, 'single_two': 6.6, 'single_one': 0.0, 'single_center': 6.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 5.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.05, 'flyout_rf_b': 4.75, 'groundout_a': 2.4, 'groundout_b': 21.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28056, 'obp': 0.30602, 'slg': 0.56574, 'player_id': 11463}, {'pitchingcard_id': 6070, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.95, 'strikeout': 34.0, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 19.3, 'groundout_b': 10.05, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.10185, 'obp': 0.11991, 'slg': 0.12037, 'player_id': 11463}, {'pitchingcard_id': 6071, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.9, 'double_cf': 0.0, 'single_two': 2.7, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 39.449999999999996, 'flyout_lf_b': 0, 'flyout_cf_b': 2.4, 'flyout_rf_b': 0.0, 'groundout_a': 2.5, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19583, 'obp': 0.2912, 'slg': 0.47685, 'player_id': 11464}, {'pitchingcard_id': 6071, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 22.4, 'flyout_lf_b': 2.2, 'flyout_cf_b': 16.3, 'flyout_rf_b': 0.0, 'groundout_a': 8.0, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1125, 'obp': 0.22593, 'slg': 0.18981, 'player_id': 11464}, {'pitchingcard_id': 6072, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 2.2, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 16.0, 'walk': 11.2, 'strikeout': 27.599999999999998, 'flyout_lf_b': 0, 'flyout_cf_b': 3.6, 'flyout_rf_b': 0.0, 'groundout_a': 4.5, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11944, 'obp': 0.3713, 'slg': 0.15648, 'player_id': 11465}, {'pitchingcard_id': 6072, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 44.9, 'strikeout': 15.049999999999997, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 2.75, 'groundout_b': 2.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08889, 'obp': 0.50463, 'slg': 0.15648, 'player_id': 11465}, {'pitchingcard_id': 6073, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.75, 'strikeout': 26.2, 'flyout_lf_b': 1.1, 'flyout_cf_b': 3.6999999999999997, 'flyout_rf_b': 0.0, 'groundout_a': 15.25, 'groundout_b': 12.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1037, 'obp': 0.18472, 'slg': 0.16574, 'player_id': 11466}, {'pitchingcard_id': 6073, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.5, 'single_one': 3.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 19.15, 'flyout_lf_b': 3.3, 'flyout_cf_b': 14.399999999999999, 'flyout_rf_b': 0.0, 'groundout_a': 4.75, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18889, 'obp': 0.27963, 'slg': 0.36574, 'player_id': 11466}, {'pitchingcard_id': 6074, 'vs_hand': 'L', 'homerun': 3.8499999999999996, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 5.1, 'single_two': 2.75, 'single_one': 0.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.05, 'strikeout': 23.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.3, 'flyout_rf_b': 2.1, 'groundout_a': 1.2, 'groundout_b': 8.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.19861, 'obp': 0.3287, 'slg': 0.27917, 'player_id': 11467}, {'pitchingcard_id': 6074, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.15, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.7, 'strikeout': 15.249999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.35, 'flyout_rf_b': 3.5, 'groundout_a': 21.25, 'groundout_b': 11.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12685, 'obp': 0.17963, 'slg': 0.16389, 'player_id': 11467}, {'pitchingcard_id': 6075, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 27.4, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.95, 'flyout_rf_b': 3.2, 'groundout_a': 5.1, 'groundout_b': 10.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12315, 'obp': 0.20231, 'slg': 0.21944, 'player_id': 11468}, {'pitchingcard_id': 6075, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.3, 'double_cf': 0.0, 'single_two': 1.5, 'single_one': 1.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 39.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0, 'groundout_a': 10.85, 'groundout_b': 5.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08519, 'obp': 0.16111, 'slg': 0.09907, 'player_id': 11468}, {'pitchingcard_id': 6076, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 16.95, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.5, 'strikeout': 7.449999999999998, 'flyout_lf_b': 1.65, 'flyout_cf_b': 4.050000000000001, 'flyout_rf_b': 0.0, 'groundout_a': 4.75, 'groundout_b': 9.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21944, 'obp': 0.47407, 'slg': 0.65093, 'player_id': 11469}, {'pitchingcard_id': 6076, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_cf': 0.0, 'single_two': 6.1, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 5.9, 'strikeout': 19.89999999999999, 'flyout_lf_b': 0, 'flyout_cf_b': 10.3, 'flyout_rf_b': 0.0, 'groundout_a': 4.8, 'groundout_b': 4.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20926, 'obp': 0.36574, 'slg': 0.29907, 'player_id': 11469}, {'pitchingcard_id': 6077, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 10.25, 'single_one': 9.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 17.299999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 18.450000000000003, 'flyout_rf_b': 2.4, 'groundout_a': 8.35, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22963, 'obp': 0.26204, 'slg': 0.21296, 'player_id': 11470}, {'pitchingcard_id': 6077, 'vs_hand': 'R', 'homerun': 0.2, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.9, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 16.8, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.25, 'flyout_rf_b': 0, 'groundout_a': 8.65, 'groundout_b': 16.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17824, 'obp': 0.28148, 'slg': 0.42778, 'player_id': 11470}, {'pitchingcard_id': 6078, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 3.85, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 1.25, 'single_one': 1.25, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 60.400000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08333, 'obp': 0.17222, 'slg': 0.20972, 'player_id': 11471}, {'pitchingcard_id': 6078, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_cf': 0.0, 'single_two': 2.75, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 18.8, 'strikeout': 31.15, 'flyout_lf_b': 0, 'flyout_cf_b': 3.5, 'flyout_rf_b': 0.0, 'groundout_a': 2.2, 'groundout_b': 1.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.37731, 'slg': 0.31481, 'player_id': 11471}, {'pitchingcard_id': 6079, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 24.549999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.45, 'flyout_rf_b': 1.65, 'groundout_a': 13.0, 'groundout_b': 6.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12824, 'obp': 0.19676, 'slg': 0.14259, 'player_id': 11472}, {'pitchingcard_id': 6079, 'vs_hand': 'R', 'homerun': 0.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 4.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.4, 'strikeout': 25.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 1.5, 'groundout_a': 9.7, 'groundout_b': 9.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18657, 'obp': 0.26435, 'slg': 0.27685, 'player_id': 11472}, {'pitchingcard_id': 6080, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.75, 'strikeout': 34.2, 'flyout_lf_b': 0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0.0, 'groundout_a': 12.45, 'groundout_b': 6.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12546, 'obp': 0.18796, 'slg': 0.20648, 'player_id': 11473}, {'pitchingcard_id': 6080, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 19.2, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 20.549999999999997, 'flyout_lf_b': 1.5, 'flyout_cf_b': 8.9, 'flyout_rf_b': 0.0, 'groundout_a': 3.2, 'groundout_b': 12.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25139, 'obp': 0.30139, 'slg': 0.05972, 'player_id': 11473}, {'pitchingcard_id': 6081, 'vs_hand': 'L', 'homerun': 0.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 9.0, 'single_one': 9.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.45, 'strikeout': 12.400000000000006, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 2.25, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29352, 'obp': 0.5662, 'slg': 0.47315, 'player_id': 11474}, {'pitchingcard_id': 6081, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_cf': 0.0, 'single_two': 5.1, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.7, 'strikeout': 17.25, 'flyout_lf_b': 0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 0.0, 'groundout_a': 10.1, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2037, 'obp': 0.33981, 'slg': 0.35833, 'player_id': 11474}, {'pitchingcard_id': 6082, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 2.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 66.60000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07315, 'obp': 0.11481, 'slg': 0.02315, 'player_id': 11475}, {'pitchingcard_id': 6082, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.65, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.55, 'strikeout': 49.050000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.25, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06157, 'obp': 0.25185, 'slg': 0.08426, 'player_id': 11475}, {'pitchingcard_id': 6083, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 27.85, 'flyout_lf_b': 1.9, 'flyout_cf_b': 4.85, 'flyout_rf_b': 0.0, 'groundout_a': 19.8, 'groundout_b': 10.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.08241, 'obp': 0.12963, 'slg': 0.06019, 'player_id': 11476}, {'pitchingcard_id': 6083, 'vs_hand': 'R', 'homerun': 4.15, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 12.5, 'single_two': 1.4, 'single_one': 0.0, 'single_center': 1.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 18.3, 'strikeout': 23.649999999999995, 'flyout_lf_b': 0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 0.0, 'groundout_a': 1.2, 'groundout_b': 10.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18009, 'obp': 0.34954, 'slg': 0.19259, 'player_id': 11476}, {'pitchingcard_id': 6084, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_cf': 0.0, 'single_two': 8.1, 'single_one': 8.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 24.549999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.9, 'flyout_rf_b': 0, 'groundout_a': 6.15, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27269, 'obp': 0.33056, 'slg': 0.44167, 'player_id': 11477}, {'pitchingcard_id': 6084, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 2.4, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 33.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 7.1, 'groundout_b': 11.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16806, 'obp': 0.19815, 'slg': 0.34537, 'player_id': 11477}, {'pitchingcard_id': 6085, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 4.8, 'single_one': 4.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.6, 'strikeout': 5.35, 'flyout_lf_b': 1.25, 'flyout_cf_b': 6.9, 'flyout_rf_b': 0.0, 'groundout_a': 24.0, 'groundout_b': 10.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13519, 'obp': 0.28889, 'slg': 0.11204, 'player_id': 11478}, {'pitchingcard_id': 6085, 'vs_hand': 'R', 'homerun': 0.35, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 13.649999999999999, 'flyout_lf_b': 3.75, 'flyout_cf_b': 11.9, 'flyout_rf_b': 0.0, 'groundout_a': 13.0, 'groundout_b': 17.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11389, 'obp': 0.18148, 'slg': 0.21204, 'player_id': 11478}, {'pitchingcard_id': 6086, 'vs_hand': 'L', 'homerun': 0.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 17.65, 'strikeout': 7.300000000000002, 'flyout_lf_b': 2.1, 'flyout_cf_b': 4.25, 'flyout_rf_b': 0.0, 'groundout_a': 16.2, 'groundout_b': 13.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15602, 'obp': 0.3287, 'slg': 0.19167, 'player_id': 11482}, {'pitchingcard_id': 6086, 'vs_hand': 'R', 'homerun': 3.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 9.75, 'single_two': 6.05, 'single_one': 0.0, 'single_center': 6.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 12.95, 'flyout_lf_b': 3.3, 'flyout_cf_b': 10.55, 'flyout_rf_b': 0.0, 'groundout_a': 1.2, 'groundout_b': 10.65, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.3088, 'obp': 0.37361, 'slg': 0.37639, 'player_id': 11482}, {'pitchingcard_id': 6087, 'vs_hand': 'L', 'homerun': 11.45, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.35, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.85, 'strikeout': 23.1, 'flyout_lf_b': 0, 'flyout_cf_b': 4.2, 'flyout_rf_b': 0.0, 'groundout_a': 2.5, 'groundout_b': 22.6, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18287, 'obp': 0.2463, 'slg': 0.46528, 'player_id': 11483}, {'pitchingcard_id': 6087, 'vs_hand': 'R', 'homerun': 9.3, 'bp_homerun': 0.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.2, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 45.85, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16528, 'obp': 0.30694, 'slg': 0.40972, 'player_id': 11483}, {'pitchingcard_id': 6088, 'vs_hand': 'L', 'homerun': 0.6, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.7, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 32.6, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.7, 'flyout_rf_b': 3.2, 'groundout_a': 4.2, 'groundout_b': 4.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14537, 'obp': 0.2412, 'slg': 0.20463, 'player_id': 11484}, {'pitchingcard_id': 6088, 'vs_hand': 'R', 'homerun': 2.95, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_cf': 0.0, 'single_two': 3.8, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.85, 'strikeout': 10.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.9, 'flyout_rf_b': 0, 'groundout_a': 3.9, 'groundout_b': 13.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21806, 'obp': 0.42037, 'slg': 0.46389, 'player_id': 11484}, {'pitchingcard_id': 6089, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 14.75, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 19.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.7, 'flyout_rf_b': 2.5, 'groundout_a': 2.4, 'groundout_b': 7.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.275, 'obp': 0.32778, 'slg': 0.68426, 'player_id': 11496}, {'pitchingcard_id': 6089, 'vs_hand': 'R', 'homerun': 0.55, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.8, 'double_cf': 0.0, 'single_two': 4.5, 'single_one': 4.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 26.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.8, 'flyout_rf_b': 3.2, 'groundout_a': 7.2, 'groundout_b': 8.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18843, 'obp': 0.21389, 'slg': 0.30463, 'player_id': 11496}, {'pitchingcard_id': 6090, 'vs_hand': 'L', 'homerun': 9.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 23.8, 'strikeout': 25.149999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 11.55, 'flyout_rf_b': 1.1, 'groundout_a': 0, 'groundout_b': 7.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0912, 'obp': 0.31157, 'slg': 0.36481, 'player_id': 11497}, {'pitchingcard_id': 6090, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 7.8, 'single_two': 0, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.1, 'strikeout': 18.849999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 10.55, 'flyout_rf_b': 3.2, 'groundout_a': 1.9, 'groundout_b': 16.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20787, 'obp': 0.25509, 'slg': 0.27222, 'player_id': 11497}, {'pitchingcard_id': 6091, 'vs_hand': 'L', 'homerun': 0.5, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 15.899999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.45, 'flyout_rf_b': 4.75, 'groundout_a': 21.35, 'groundout_b': 12.5, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07407, 'obp': 0.14861, 'slg': 0.11574, 'player_id': 11498}, {'pitchingcard_id': 6091, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_cf': 0.0, 'single_two': 3.6, 'single_one': 3.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.25, 'strikeout': 15.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.8, 'flyout_rf_b': 0, 'groundout_a': 12.65, 'groundout_b': 15.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18333, 'obp': 0.25046, 'slg': 0.33796, 'player_id': 11498}, {'pitchingcard_id': 6092, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.75, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 3.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.75, 'strikeout': 10.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 4.25, 'groundout_a': 20.05, 'groundout_b': 11.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17361, 'obp': 0.24537, 'slg': 0.31389, 'player_id': 11499}, {'pitchingcard_id': 6092, 'vs_hand': 'R', 'homerun': 0.8, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.35, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 28.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 10.5, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15694, 'obp': 0.22269, 'slg': 0.36019, 'player_id': 11499}, {'pitchingcard_id': 6093, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.7, 'double_cf': 0.0, 'single_two': 8.1, 'single_one': 8.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.05, 'strikeout': 30.9, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.75, 'flyout_rf_b': 1.35, 'groundout_a': 3.25, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29583, 'obp': 0.30556, 'slg': 0.53241, 'player_id': 11500}, {'pitchingcard_id': 6093, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.7, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 18.65, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.149999999999999, 'flyout_rf_b': 3.75, 'groundout_a': 22.15, 'groundout_b': 12.4, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05185, 'obp': 0.08241, 'slg': 0.07222, 'player_id': 11500}, {'pitchingcard_id': 6094, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 20.65, 'strikeout': 28.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.15, 'flyout_rf_b': 1.65, 'groundout_a': 16.05, 'groundout_b': 7.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.1912, 'slg': 0.0, 'player_id': 11501}, {'pitchingcard_id': 6094, 'vs_hand': 'R', 'homerun': 0.85, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 1.4, 'single_one': 1.35, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 36.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.8999999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 15.4, 'groundout_b': 10.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05278, 'obp': 0.07824, 'slg': 0.13519, 'player_id': 11501}, {'pitchingcard_id': 6095, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 5.05, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.6, 'strikeout': 61.150000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13194, 'obp': 0.16528, 'slg': 0.11667, 'player_id': 11502}, {'pitchingcard_id': 6095, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 6.9, 'single_two': 1.2, 'single_one': 0.0, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 28.599999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.6, 'flyout_rf_b': 2.1, 'groundout_a': 2.25, 'groundout_b': 11.3, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17407, 'obp': 0.24213, 'slg': 0.17037, 'player_id': 11502}, {'pitchingcard_id': 6096, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.6000000000000005, 'double_cf': 0.0, 'single_two': 10.1, 'single_one': 10.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 15.749999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.0, 'flyout_rf_b': 1.2, 'groundout_a': 13.1, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.3037, 'obp': 0.34259, 'slg': 0.49167, 'player_id': 11503}, {'pitchingcard_id': 6096, 'vs_hand': 'R', 'homerun': 0.3, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.75, 'single_one': 3.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 8.65, 'strikeout': 31.149999999999995, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.4, 'flyout_rf_b': 0, 'groundout_a': 8.05, 'groundout_b': 5.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.13565, 'obp': 0.2713, 'slg': 0.14074, 'player_id': 11503}, {'pitchingcard_id': 6097, 'vs_hand': 'L', 'homerun': 7.6, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 2.5, 'single_two': 13.9, 'single_one': 0.0, 'single_center': 13.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 15.400000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.39722, 'obp': 0.54028, 'slg': 0.69074, 'player_id': 11504}, {'pitchingcard_id': 6097, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.1, 'strikeout': 32.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.7, 'flyout_rf_b': 1.05, 'groundout_a': 14.25, 'groundout_b': 12.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09537, 'obp': 0.11481, 'slg': 0.21944, 'player_id': 11504}, {'pitchingcard_id': 6098, 'vs_hand': 'L', 'homerun': 0.55, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.9, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.65, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 5.6, 'strikeout': 26.35, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.85, 'flyout_rf_b': 0, 'groundout_a': 21.0, 'groundout_b': 12.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05324, 'obp': 0.11435, 'slg': 0.1213, 'player_id': 11518}, {'pitchingcard_id': 6098, 'vs_hand': 'R', 'homerun': 8.25, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 8.3, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.45, 'strikeout': 39.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.25417, 'obp': 0.36944, 'slg': 0.41296, 'player_id': 11518}, {'pitchingcard_id': 6099, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.3999999999999995, 'double_cf': 0.0, 'single_two': 6.0, 'single_one': 5.95, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.15, 'strikeout': 10.799999999999997, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.9, 'flyout_rf_b': 4.5, 'groundout_a': 15.3, 'groundout_b': 10.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20694, 'obp': 0.28241, 'slg': 0.33426, 'player_id': 11519}, {'pitchingcard_id': 6099, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 4.95, 'double_three': 0.0, 'double_two': 1.1, 'double_cf': 0.0, 'single_two': 13.2, 'single_one': 13.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 26.3, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 2.5, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.35556, 'obp': 0.43519, 'slg': 0.46435, 'player_id': 11519}, {'pitchingcard_id': 6100, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.35, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 21.0, 'strikeout': 48.45000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.06991, 'obp': 0.28287, 'slg': 0.11759, 'player_id': 11520}, {'pitchingcard_id': 6100, 'vs_hand': 'R', 'homerun': 0.15, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 12.15, 'double_cf': 0.0, 'single_two': 2.25, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 45.0, 'strikeout': 10.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22037, 'obp': 0.63704, 'slg': 0.55741, 'player_id': 11520}, {'pitchingcard_id': 6101, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 16.75, 'single_one': 16.05, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 9.5, 'strikeout': 12.400000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 5.1, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 2.1, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.35, 'obp': 0.50278, 'slg': 0.33333, 'player_id': 11521}, {'pitchingcard_id': 6101, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.6, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 18.7, 'strikeout': 18.25, 'flyout_lf_b': 0.0, 'flyout_cf_b': 9.950000000000001, 'flyout_rf_b': 1.2, 'groundout_a': 17.4, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.04167, 'obp': 0.21481, 'slg': 0.0537, 'player_id': 11521}, {'pitchingcard_id': 6102, 'vs_hand': 'L', 'homerun': 19.85, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.4, 'strikeout': 39.35, 'flyout_lf_b': 0, 'flyout_cf_b': 1.2, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.23009, 'obp': 0.32639, 'slg': 0.75833, 'player_id': 11522}, {'pitchingcard_id': 6102, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 14.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.35, 'strikeout': 29.250000000000007, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 3.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1963, 'obp': 0.43102, 'slg': 0.58611, 'player_id': 11522}, {'pitchingcard_id': 6103, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 9.15, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 22.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.600000000000001, 'flyout_rf_b': 8.75, 'groundout_a': 7.0, 'groundout_b': 6.15, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2088, 'obp': 0.23889, 'slg': 0.43981, 'player_id': 11523}, {'pitchingcard_id': 6103, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 25.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 13.2, 'flyout_rf_b': 2.4, 'groundout_a': 19.6, 'groundout_b': 9.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05463, 'obp': 0.07546, 'slg': 0.11296, 'player_id': 11523}, {'pitchingcard_id': 6104, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 33.050000000000004, 'flyout_lf_b': 4.25, 'flyout_cf_b': 7.15, 'flyout_rf_b': 0.0, 'groundout_a': 20.85, 'groundout_b': 9.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.01944, 'obp': 0.03704, 'slg': 0.0, 'player_id': 11524}, {'pitchingcard_id': 6104, 'vs_hand': 'R', 'homerun': 1.3, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.7, 'double_cf': 0.0, 'single_two': 9.5, 'single_one': 9.45, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.5, 'strikeout': 43.55, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.2588, 'obp': 0.32824, 'slg': 0.34722, 'player_id': 11524}, {'pitchingcard_id': 6105, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 13.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 17.2, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.499999999999999, 'flyout_rf_b': 1.2, 'groundout_a': 5.9, 'groundout_b': 12.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.29167, 'obp': 0.31713, 'slg': 0.67315, 'player_id': 11525}, {'pitchingcard_id': 6105, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_cf': 0.0, 'single_two': 6.05, 'single_one': 6.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 2.1, 'strikeout': 30.85, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.15, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 8.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.21852, 'obp': 0.26574, 'slg': 0.31852, 'player_id': 11525}, {'pitchingcard_id': 6106, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 10.6, 'double_cf': 0.0, 'single_two': 4.2, 'single_one': 4.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 27.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.75, 'flyout_rf_b': 0, 'groundout_a': 6.4, 'groundout_b': 6.9, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22222, 'obp': 0.31111, 'slg': 0.49352, 'player_id': 11526}, {'pitchingcard_id': 6106, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 17.75, 'double_cf': 0.0, 'single_two': 1.2, 'single_one': 1.05, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 17.5, 'strikeout': 23.450000000000003, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.05, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 8.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.18519, 'obp': 0.34722, 'slg': 0.67963, 'player_id': 11526}, {'pitchingcard_id': 6107, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.1, 'double_cf': 0.0, 'single_two': 8.0, 'single_one': 8.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.35, 'strikeout': 5.600000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.9, 'flyout_rf_b': 1.5, 'groundout_a': 16.55, 'groundout_b': 9.0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22315, 'obp': 0.34676, 'slg': 0.26759, 'player_id': 11527}, {'pitchingcard_id': 6107, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 22.949999999999996, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.0, 'flyout_rf_b': 1.35, 'groundout_a': 22.35, 'groundout_b': 10.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.13889, 'slg': 0.0, 'player_id': 11527}, {'pitchingcard_id': 6117, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.7, 'single_one': 3.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 14.75, 'strikeout': 19.049999999999994, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.149999999999999, 'flyout_rf_b': 3.2, 'groundout_a': 9.2, 'groundout_b': 4.2, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.12454, 'obp': 0.32593, 'slg': 0.11019, 'player_id': 11564}, {'pitchingcard_id': 6117, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_cf': 0.0, 'single_two': 3.25, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 30.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 12.1, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.16852, 'obp': 0.20787, 'slg': 0.33148, 'player_id': 11564}, {'pitchingcard_id': 6118, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 3.3, 'single_one': 2.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 10.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 41.55, 'flyout_rf_b': 0, 'groundout_a': 11.2, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05278, 'obp': 0.09167, 'slg': 0.06111, 'player_id': 11565}, {'pitchingcard_id': 6118, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 9.7, 'single_one': 9.65, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.35, 'strikeout': 35.300000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.24398, 'obp': 0.40463, 'slg': 0.23981, 'player_id': 11565}, {'pitchingcard_id': 6119, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 1.3499999999999999, 'double_three': 0.0, 'double_two': 2.4, 'double_cf': 0.0, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 37.35000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.65, 'flyout_rf_b': 4.5, 'groundout_a': 5.1, 'groundout_b': 3.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14954, 'obp': 0.1912, 'slg': 0.22731, 'player_id': 11566}, {'pitchingcard_id': 6119, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_cf': 0.0, 'single_two': 1.65, 'single_one': 1.6, 'single_center': 0, 'bp_single': 0.0, 'hbp': 4.0, 'walk': 5.2, 'strikeout': 45.55, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 10.05, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.05556, 'obp': 0.14074, 'slg': 0.13241, 'player_id': 11566}, {'pitchingcard_id': 6120, 'vs_hand': 'L', 'homerun': 3.25, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 1.75, 'single_two': 1.9, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 13.250000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 25.7, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 13.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.1, 'obp': 0.21759, 'slg': 0.21019, 'player_id': 11567}, {'pitchingcard_id': 6120, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 15.6, 'strikeout': 25.349999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 12.2, 'flyout_rf_b': 5.7, 'groundout_a': 10.1, 'groundout_b': 7.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.02083, 'obp': 0.16528, 'slg': 0.08333, 'player_id': 11567}, {'pitchingcard_id': 6121, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 14.7, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 31.650000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.25, 'flyout_rf_b': 0, 'groundout_a': 3.9, 'groundout_b': 5.8, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.28796, 'obp': 0.31852, 'slg': 0.67315, 'player_id': 11568}, {'pitchingcard_id': 6121, 'vs_hand': 'R', 'homerun': 3.6, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 10.75, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 37.650000000000006, 'flyout_lf_b': 0.0, 'flyout_cf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 1.95, 'groundout_b': 9.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.17917, 'obp': 0.25602, 'slg': 0.15648, 'player_id': 11568}, {'pitchingcard_id': 6122, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 5.7, 'single_one': 5.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': -0.8499999999999999, 'flyout_lf_b': 0.0, 'flyout_cf_b': 6.6499999999999995, 'flyout_rf_b': 3.2, 'groundout_a': 35.75, 'groundout_b': 15.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.14907, 'obp': 0.175, 'slg': 0.1287, 'player_id': 11569}, {'pitchingcard_id': 6122, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.1, 'double_cf': 0.0, 'single_two': 6.35, 'single_one': 6.35, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 0.0, 'strikeout': 13.95, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 24.2, 'groundout_b': 13.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.20185, 'obp': 0.20185, 'slg': 0.29259, 'player_id': 11569}, {'pitchingcard_id': 6123, 'vs_hand': 'L', 'homerun': 0.85, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 8.9, 'single_one': 8.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.25, 'strikeout': 22.7, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.4, 'flyout_rf_b': 0, 'groundout_a': 16.45, 'groundout_b': 8.55, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.22824, 'obp': 0.25833, 'slg': 0.23796, 'player_id': 11570}, {'pitchingcard_id': 6123, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 0.0, 'single_two': 0, 'single_one': 0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 61.00000000000001, 'flyout_lf_b': 0.0, 'flyout_cf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 6.25, 'groundout_b': 2.75, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.0, 'obp': 0.07315, 'slg': 0.0, 'player_id': 11570}, {'pitchingcard_id': 6124, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 11.6, 'single_one': 11.6, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 29.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 7.050000000000001, 'flyout_rf_b': 1.5, 'groundout_a': 5.7, 'groundout_b': 2.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.27963, 'obp': 0.30509, 'slg': 0.275, 'player_id': 11571}, {'pitchingcard_id': 6124, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 1.9, 'single_one': 1.9, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.45, 'strikeout': 5.500000000000002, 'flyout_lf_b': 0.0, 'flyout_cf_b': 8.95, 'flyout_rf_b': 3.75, 'groundout_a': 20.1, 'groundout_b': 10.45, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.09074, 'obp': 0.28009, 'slg': 0.07685, 'player_id': 11571}, {'pitchingcard_id': 6125, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_cf': 0.0, 'single_two': 0, 'single_one': 1.4, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 62.45, 'flyout_lf_b': 0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0.0, 'groundout_a': 0, 'groundout_b': 2.25, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.07222, 'obp': 0.13241, 'slg': 0.21852, 'player_id': 11572}, {'pitchingcard_id': 6125, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 11.15, 'single_one': 11.15, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0.0, 'walk': 0.0, 'strikeout': 15.95, 'flyout_lf_b': 0, 'flyout_cf_b': 12.45, 'flyout_rf_b': 0.0, 'groundout_a': 15.35, 'groundout_b': 6.95, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.26204, 'obp': 0.26204, 'slg': 0.24815, 'player_id': 11572}, {'pitchingcard_id': 6126, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_cf': 0.0, 'single_two': 4.1499999999999995, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.85, 'strikeout': 11.1, 'flyout_lf_b': 0.0, 'flyout_cf_b': 16.85, 'flyout_rf_b': 10.45, 'groundout_a': 13.0, 'groundout_b': 6.35, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.11481, 'obp': 0.19676, 'slg': 0.1, 'player_id': 11573}, {'pitchingcard_id': 6126, 'vs_hand': 'R', 'homerun': 0.75, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.05, 'double_cf': 0.0, 'single_two': 11.75, 'single_one': 11.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.25, 'strikeout': 26.45, 'flyout_lf_b': 0.0, 'flyout_cf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 5.7, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.34537, 'obp': 0.35694, 'slg': 0.54815, 'player_id': 11573}, {'pitchingcard_id': 6127, 'vs_hand': 'L', 'homerun': 13.75, 'bp_homerun': 0.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 29.95, 'single_two': 1.65, 'single_one': 0.0, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.9, 'strikeout': 9.750000000000004, 'flyout_lf_b': 0.0, 'flyout_cf_b': 0.0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 0, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.50324, 'obp': 0.6412, 'slg': 0.64444, 'player_id': 11574}, {'pitchingcard_id': 6127, 'vs_hand': 'R', 'homerun': 6.3, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0.0, 'double_cf': 3.5, 'single_two': 1.2, 'single_one': 0.0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 12.85, 'strikeout': 23.099999999999998, 'flyout_lf_b': 0.0, 'flyout_cf_b': 4.5, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 11.85, 'xcheck_p': 1.0, 'xcheck_c': 3.0, 'xcheck_1b': 2.0, 'xcheck_2b': 6.0, 'xcheck_3b': 3.0, 'xcheck_ss': 7.0, 'xcheck_lf': 2.0, 'xcheck_cf': 3.0, 'xcheck_rf': 2.0, 'avg': 0.15926, 'obp': 0.35231, 'slg': 0.28981, 'player_id': 11574}]} type: 2025-02-16 15:51:40,292 - card_creation - INFO - return: Updated ratings: 764; new ratings: 22 2025-02-16 15:51:40,310 - card_creation - INFO - post: cardpositions payload: {'positions': [{'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 652, 'image': 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}, 'position': 'P', 'innings': 223.1, 'range': 4, 'error': 22}, {'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 109, 'image': 'https://pddev.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}, 'position': 'P', 'innings': 216.1, 'range': 3, 'error': 6}, {'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 335, 'image': 'https://pddev.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}, 'position': 'P', 'innings': 51.1, 'range': 3, 'error': 30}, {'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 413, 'image': 'https://pddev.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}, 'position': 'P', 'innings': 66.2, 'range': 5, 'error': 42}, {'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}, 'position': 'P', 'innings': 103.0, 'range': 1, 'error': 0}, {'player_id': 10788, 'p_name': 'David Wells', 'cost': 257, 'image': 'https://pddev.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'position': 'P', 'innings': 214.1, 'range': 4, 'error': 23}, {'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 36, 'image': 'https://pddev.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}, 'position': 'P', 'innings': 71.2, 'range': 5, 'error': 0}, {'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}, 'position': 'P', 'innings': 40.1, 'range': 1, 'error': 0}, {'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 14}, {'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}, 'position': 'P', 'innings': 76.0, 'range': 3, 'error': 0}, {'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}, 'position': 'P', 'innings': 203.2, 'range': 3, 'error': 13}, {'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 102, 'image': 'https://pddev.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}, 'position': 'P', 'innings': 183.0, 'range': 1, 'error': 23}, {'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 426, 'image': 'https://pddev.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}, 'position': 'P', 'innings': 84.2, 'range': 3, 'error': 33}, {'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}, 'position': 'P', 'innings': 92.1, 'range': 3, 'error': 0}, {'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}, 'position': 'P', 'innings': 204.0, 'range': 3, 'error': 6}, {'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}, 'position': 'P', 'innings': 97.1, 'range': 3, 'error': 0}, {'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}, 'position': 'P', 'innings': 122.0, 'range': 4, 'error': 15}, {'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}, 'position': 'P', 'innings': 210.1, 'range': 1, 'error': 10}, {'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 4028, 'image': 'https://pddev.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}, 'position': 'P', 'innings': 47.0, 'range': 4, 'error': 0}, {'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}, 'position': 'P', 'innings': 64.0, 'range': 2, 'error': 16}, {'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 818, 'image': 'https://pddev.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}, 'position': 'P', 'innings': 233.2, 'range': 4, 'error': 36}, {'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 328, 'image': 'https://pddev.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}, 'position': 'P', 'innings': 123.2, 'range': 1, 'error': 6}, {'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 428, 'image': 'https://pddev.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}, 'position': 'P', 'innings': 39.2, 'range': 4, 'error': 42}, {'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 3988, 'image': 'https://pddev.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}, 'position': 'P', 'innings': 79.1, 'range': 5, 'error': 0}, {'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}, 'position': 'P', 'innings': 216.0, 'range': 3, 'error': 21}, {'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}, 'position': 'P', 'innings': 96.0, 'range': 3, 'error': 14}, {'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 3766, 'image': 'https://pddev.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}, 'position': 'P', 'innings': 123.0, 'range': 1, 'error': 30}, {'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 430, 'image': 'https://pddev.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}, 'position': 'P', 'innings': 66.0, 'range': 2, 'error': 28}, {'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}, 'position': 'P', 'innings': 192.1, 'range': 4, 'error': 10}, {'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 138, 'image': 'https://pddev.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}, 'position': 'P', 'innings': 88.2, 'range': 3, 'error': 14}, {'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 150, 'image': 'https://pddev.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}, 'position': 'P', 'innings': 84.0, 'range': 1, 'error': 0}, {'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 4126, 'image': 'https://pddev.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}, 'position': 'P', 'innings': 71.1, 'range': 3, 'error': 21}, {'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 125, 'image': 'https://pddev.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}, 'position': 'P', 'innings': 79.2, 'range': 3, 'error': 0}, {'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pddev.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}, 'position': 'P', 'innings': 17.2, 'range': 4, 'error': 0}, {'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 96, 'image': 'https://pddev.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}, 'position': 'P', 'innings': 142.2, 'range': 5, 'error': 0}, {'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}, 'position': 'P', 'innings': 202.0, 'range': 2, 'error': 19}, {'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}, 'position': 'P', 'innings': 108.2, 'range': 3, 'error': 12}, {'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 1379, 'image': 'https://pddev.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}, 'position': 'P', 'innings': 77.0, 'range': 3, 'error': 0}, {'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 4369, 'image': 'https://pddev.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}, 'position': 'P', 'innings': 56.2, 'range': 5, 'error': 0}, {'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 1154, 'image': 'https://pddev.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}, 'position': 'P', 'innings': 68.1, 'range': 4, 'error': 0}, {'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 122, 'image': 'https://pddev.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}, 'position': 'P', 'innings': 86.2, 'range': 1, 'error': 10}, {'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}, 'position': 'P', 'innings': 135.0, 'range': 4, 'error': 13}, {'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pddev.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}, 'position': 'P', 'innings': 77.0, 'range': 5, 'error': 51}, {'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}, 'position': 'P', 'innings': 48.0, 'range': 1, 'error': 18}, {'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}, 'position': 'P', 'innings': 251.1, 'range': 1, 'error': 11}, {'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pddev.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}, 'position': 'P', 'innings': 20.1, 'range': 1, 'error': 0}, {'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}, 'position': 'P', 'innings': 159.0, 'range': 4, 'error': 51}, {'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}, 'position': 'P', 'innings': 27.0, 'range': 1, 'error': 0}, {'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}, 'position': 'P', 'innings': 48.0, 'range': 1, 'error': 0}, {'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 366, 'image': 'https://pddev.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}, 'position': 'P', 'innings': 100.1, 'range': 3, 'error': 13}, {'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}, 'position': 'P', 'innings': 211.2, 'range': 3, 'error': 6}, {'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}, 'position': 'P', 'innings': 70.2, 'range': 3, 'error': 0}, {'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}, 'position': 'P', 'innings': 127.1, 'range': 4, 'error': 15}, {'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 1199, 'image': 'https://pddev.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}, 'position': 'P', 'innings': 44.2, 'range': 4, 'error': 0}, {'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 4906, 'image': 'https://pddev.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}, 'position': 'P', 'innings': 65.1, 'range': 4, 'error': 51}, {'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 119, 'image': 'https://pddev.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}, 'position': 'P', 'innings': 64.2, 'range': 3, 'error': 0}, {'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}, 'position': 'P', 'innings': 172.2, 'range': 4, 'error': 10}, {'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 296, 'image': 'https://pddev.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}, 'position': 'P', 'innings': 211.0, 'range': 4, 'error': 34}, {'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 377, 'image': 'https://pddev.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}, 'position': 'P', 'innings': 60.0, 'range': 2, 'error': 31}, {'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}, 'position': 'P', 'innings': 54.2, 'range': 5, 'error': 0}, {'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 115, 'image': 'https://pddev.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}, 'position': 'P', 'innings': 50.0, 'range': 5, 'error': 0}, {'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 455, 'image': 'https://pddev.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}, 'position': 'P', 'innings': 80.0, 'range': 3, 'error': 0}, {'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}, 'position': 'P', 'innings': 56.2, 'range': 5, 'error': 0}, {'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}, 'position': 'P', 'innings': 49.0, 'range': 1, 'error': 0}, {'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 99, 'image': 'https://pddev.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}, 'position': 'P', 'innings': 221.1, 'range': 3, 'error': 6}, {'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}, 'position': 'P', 'innings': 50.1, 'range': 5, 'error': 0}, {'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}, 'position': 'P', 'innings': 67.1, 'range': 4, 'error': 50}, {'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}, 'position': 'P', 'innings': 116.0, 'range': 3, 'error': 0}, {'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 137, 'image': 'https://pddev.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}, 'position': 'P', 'innings': 133.0, 'range': 2, 'error': 23}, {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'position': 'P', 'innings': 103.0, 'range': 3, 'error': 0}, {'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}, 'position': 'P', 'innings': 59.1, 'range': 2, 'error': 0}, {'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 330, 'image': 'https://pddev.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}, 'position': 'P', 'innings': 238.2, 'range': 1, 'error': 6}, {'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 1032, 'image': 'https://pddev.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}, 'position': 'P', 'innings': 72.2, 'range': 4, 'error': 26}, {'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 130, 'image': 'https://pddev.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}, 'position': 'P', 'innings': 73.0, 'range': 4, 'error': 0}, {'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}, 'position': 'P', 'innings': 175.0, 'range': 4, 'error': 0}, {'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}, 'position': 'P', 'innings': 61.0, 'range': 4, 'error': 33}, {'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 412, 'image': 'https://pddev.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}, 'position': 'P', 'innings': 67.2, 'range': 5, 'error': 0}, {'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 266, 'image': 'https://pddev.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f9846d7a_sabr.jpg', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}, 'position': 'P', 'innings': 117.1, 'range': 4, 'error': 18}, {'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1192, 'image': 'https://pddev.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}, 'position': 'P', 'innings': 57.1, 'range': 4, 'error': 0}, {'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}, 'position': 'P', 'innings': 20.0, 'range': 5, 'error': 0}, {'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}, 'position': 'P', 'innings': 148.1, 'range': 1, 'error': 13}, {'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 361, 'image': 'https://pddev.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}, 'position': 'P', 'innings': 61.2, 'range': 2, 'error': 0}, {'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}, 'position': 'P', 'innings': 23.2, 'range': 5, 'error': 0}, {'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}, 'position': 'P', 'innings': 190.1, 'range': 2, 'error': 0}, {'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 143, 'image': 'https://pddev.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}, 'position': 'P', 'innings': 65.2, 'range': 3, 'error': 0}, {'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 15, 'image': 'https://pddev.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}, 'position': 'P', 'innings': 96.2, 'range': 4, 'error': 0}, {'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}, 'position': 'P', 'innings': 90.1, 'range': 3, 'error': 0}, {'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 2106, 'image': 'https://pddev.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}, 'position': 'P', 'innings': 213.2, 'range': 3, 'error': 6}, {'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 321, 'image': 'https://pddev.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}, 'position': 'P', 'innings': 234.0, 'range': 4, 'error': 16}, {'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 1414, 'image': 'https://pddev.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}, 'position': 'P', 'innings': 56.0, 'range': 4, 'error': 0}, {'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2163, 'image': 'https://pddev.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}, 'position': 'P', 'innings': 174.2, 'range': 3, 'error': 15}, {'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 881, 'image': 'https://pddev.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}, 'position': 'P', 'innings': 141.1, 'range': 3, 'error': 31}, {'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}, 'position': 'P', 'innings': 74.1, 'range': 4, 'error': 0}, {'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 364, 'image': 'https://pddev.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}, 'position': 'P', 'innings': 68.1, 'range': 5, 'error': 0}, {'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 409, 'image': 'https://pddev.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}, 'position': 'P', 'innings': 75.2, 'range': 3, 'error': 0}, {'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 26, 'image': 'https://pddev.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}, 'position': 'P', 'innings': 230.1, 'range': 3, 'error': 15}, {'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 763, 'image': 'https://pddev.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}, 'position': 'P', 'innings': 74.0, 'range': 4, 'error': 0}, {'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}, 'position': 'P', 'innings': 206.1, 'range': 2, 'error': 10}, {'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 374, 'image': 'https://pddev.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}, 'position': 'P', 'innings': 71.1, 'range': 4, 'error': 0}, {'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}, 'position': 'P', 'innings': 144.2, 'range': 1, 'error': 24}, {'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 4779, 'image': 'https://pddev.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}, 'position': 'P', 'innings': 51.2, 'range': 3, 'error': 0}, {'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}, 'position': 'P', 'innings': 83.1, 'range': 4, 'error': 0}, {'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}, 'position': 'P', 'innings': 224.2, 'range': 3, 'error': 13}, {'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 121, 'image': 'https://pddev.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}, 'position': 'P', 'innings': 79.1, 'range': 1, 'error': 0}, {'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}, 'position': 'P', 'innings': 234.1, 'range': 3, 'error': 6}, {'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 129, 'image': 'https://pddev.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}, 'position': 'P', 'innings': 75.1, 'range': 3, 'error': 51}, {'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}, 'position': 'P', 'innings': 216.1, 'range': 5, 'error': 14}, {'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 454, 'image': 'https://pddev.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}, 'position': 'P', 'innings': 60.2, 'range': 3, 'error': 0}, {'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 4686, 'image': 'https://pddev.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}, 'position': 'P', 'innings': 62.0, 'range': 4, 'error': 30}, {'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 855, 'image': 'https://pddev.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}, 'position': 'P', 'innings': 128.2, 'range': 1, 'error': 0}, {'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}, 'position': 'P', 'innings': 66.1, 'range': 5, 'error': 0}, {'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pddev.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}, 'position': 'P', 'innings': 58.0, 'range': 3, 'error': 0}, {'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}, 'position': 'P', 'innings': 85.1, 'range': 4, 'error': 23}, {'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}, 'position': 'P', 'innings': 40.1, 'range': 4, 'error': 50}, {'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}, 'position': 'P', 'innings': 67.2, 'range': 3, 'error': 0}, {'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 4389, 'image': 'https://pddev.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}, 'position': 'P', 'innings': 58.0, 'range': 5, 'error': 0}, {'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 273, 'image': 'https://pddev.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}, 'position': 'P', 'innings': 174.0, 'range': 3, 'error': 8}, {'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 3859, 'image': 'https://pddev.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}, 'position': 'P', 'innings': 61.2, 'range': 3, 'error': 26}, {'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}, 'position': 'P', 'innings': 68.0, 'range': 1, 'error': 0}, {'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 3661, 'image': 'https://pddev.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}, 'position': 'P', 'innings': 54.0, 'range': 3, 'error': 23}, {'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 117, 'image': 'https://pddev.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}, 'position': 'P', 'innings': 60.0, 'range': 4, 'error': 0}, {'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}, 'position': 'P', 'innings': 181.1, 'range': 3, 'error': 6}, {'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pddev.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}, 'position': 'P', 'innings': 149.1, 'range': 3, 'error': 17}, {'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pddev.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}, 'position': 'P', 'innings': 85.1, 'range': 4, 'error': 20}, {'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}, 'position': 'P', 'innings': 148.2, 'range': 3, 'error': 16}, {'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 139, 'image': 'https://pddev.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}, 'position': 'P', 'innings': 88.0, 'range': 4, 'error': 0}, {'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 126, 'image': 'https://pddev.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}, 'position': 'P', 'innings': 65.2, 'range': 1, 'error': 14}, {'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 1166, 'image': 'https://pddev.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}, 'position': 'P', 'innings': 80.1, 'range': 4, 'error': 23}, {'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pddev.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}, 'position': 'P', 'innings': 39.1, 'range': 2, 'error': 0}, {'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 3786, 'image': 'https://pddev.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}, 'position': 'P', 'innings': 88.2, 'range': 4, 'error': 23}, {'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 313, 'image': 'https://pddev.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}, 'position': 'P', 'innings': 187.2, 'range': 2, 'error': 11}, {'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}, 'position': 'P', 'innings': 201.0, 'range': 2, 'error': 6}, {'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}, 'position': 'P', 'innings': 194.1, 'range': 4, 'error': 10}, {'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 5209, 'image': 'https://pddev.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}, 'position': 'P', 'innings': 58.2, 'range': 1, 'error': 31}, {'player_id': 11305, 'p_name': 'Rick White', 'cost': 1116, 'image': 'https://pddev.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}, 'position': 'P', 'innings': 68.2, 'range': 3, 'error': 33}, {'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}, 'position': 'P', 'innings': 88.1, 'range': 2, 'error': 13}, {'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 3721, 'image': 'https://pddev.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}, 'position': 'P', 'innings': 206.1, 'range': 2, 'error': 0}, {'player_id': 10837, 'p_name': 'David Cone', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}, 'position': 'P', 'innings': 207.2, 'range': 3, 'error': 7}, {'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 5518, 'image': 'https://pddev.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}, 'position': 'P', 'innings': 79.0, 'range': 4, 'error': 21}, {'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 3469, 'image': 'https://pddev.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}, 'position': 'P', 'innings': 141.0, 'range': 3, 'error': 0}, {'player_id': 11564, 'p_name': 'Mike Buddie', 'cost': 341, 'image': 'https://pddev.manticorum.com/api/v2/players/11564/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 678, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '678', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4338, 'first_name': 'Mike', 'last_name': 'Buddie', 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001', 'key_mlbam': 133322, 'offense_col': 2}, 'position': 'P', 'innings': 41.2, 'range': 3, 'error': 0}, {'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}, 'position': 'P', 'innings': 130.1, 'range': 2, 'error': 8}, {'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 3711, 'image': 'https://pddev.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}, 'position': 'P', 'innings': 61.1, 'range': 2, 'error': 0}, {'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 747, 'image': 'https://pddev.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}, 'position': 'P', 'innings': 175.0, 'range': 3, 'error': 8}, {'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}, 'position': 'P', 'innings': 46.0, 'range': 4, 'error': 0}, {'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 1299, 'image': 'https://pddev.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}, 'position': 'P', 'innings': 66.0, 'range': 3, 'error': 0}, {'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}, 'position': 'P', 'innings': 192.2, 'range': 3, 'error': 6}, {'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}, 'position': 'P', 'innings': 85.1, 'range': 3, 'error': 15}, {'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}, 'position': 'P', 'innings': 27.0, 'range': 3, 'error': 0}, {'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 436, 'image': 'https://pddev.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}, 'position': 'P', 'innings': 51.0, 'range': 4, 'error': 33}, {'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}, 'position': 'P', 'innings': 113.0, 'range': 3, 'error': 0}, {'player_id': 11519, 'p_name': 'John Snyder', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}, 'position': 'P', 'innings': 86.1, 'range': 2, 'error': 13}, {'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}, 'position': 'P', 'innings': 54.1, 'range': 4, 'error': 30}, {'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}, 'position': 'P', 'innings': 222.0, 'range': 3, 'error': 0}, {'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 2524, 'image': 'https://pddev.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}, 'position': 'P', 'innings': 83.2, 'range': 3, 'error': 20}, {'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}, 'position': 'P', 'innings': 45.2, 'range': 3, 'error': 0}, {'player_id': 11565, 'p_name': 'Matt Anderson', 'cost': 3426, 'image': 'https://pddev.manticorum.com/api/v2/players/11565/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 459, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '459', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4339, 'first_name': 'Matt', 'last_name': 'Anderson', 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002', 'key_mlbam': 150183, 'offense_col': 3}, 'position': 'P', 'innings': 44.0, 'range': 3, 'error': 33}, {'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}, 'position': 'P', 'innings': 178.1, 'range': 4, 'error': 30}, {'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}, 'position': 'P', 'innings': 175.0, 'range': 3, 'error': 8}, {'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}, 'position': 'P', 'innings': 209.2, 'range': 4, 'error': 27}, {'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}, 'position': 'P', 'innings': 188.1, 'range': 3, 'error': 6}, {'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}, 'position': 'P', 'innings': 102.1, 'range': 2, 'error': 0}, {'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}, 'position': 'P', 'innings': 40.0, 'range': 5, 'error': 0}, {'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}, 'position': 'P', 'innings': 53.1, 'range': 1, 'error': 12}, {'player_id': 10844, 'p_name': 'Scott Service', 'cost': 1223, 'image': 'https://pddev.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}, 'position': 'P', 'innings': 82.2, 'range': 3, 'error': 15}, {'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 1259, 'image': 'https://pddev.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}, 'position': 'P', 'innings': 60.2, 'range': 3, 'error': 0}, {'player_id': 11566, 'p_name': 'Frankie Rodriguez', 'cost': 3346, 'image': 'https://pddev.manticorum.com/api/v2/players/11566/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011106, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1011106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4340, 'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001', 'key_mlbam': 121355, 'offense_col': 3}, 'position': 'P', 'innings': 70.0, 'range': 2, 'error': 31}, {'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}, 'position': 'P', 'innings': 75.0, 'range': 4, 'error': 0}, {'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 322, 'image': 'https://pddev.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}, 'position': 'P', 'innings': 155.1, 'range': 3, 'error': 21}, {'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 443, 'image': 'https://pddev.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}, 'position': 'P', 'innings': 67.2, 'range': 3, 'error': 18}, {'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 295, 'image': 'https://pddev.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}, 'position': 'P', 'innings': 221.2, 'range': 3, 'error': 6}, {'player_id': 10847, 'p_name': 'John Burkett', 'cost': 269, 'image': 'https://pddev.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}, 'position': 'P', 'innings': 195.0, 'range': 4, 'error': 10}, {'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 658, 'image': 'https://pddev.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}, 'position': 'P', 'innings': 231.1, 'range': 3, 'error': 0}, {'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 148, 'image': 'https://pddev.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}, 'position': 'P', 'innings': 77.2, 'range': 3, 'error': 17}, {'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pddev.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}, 'position': 'P', 'innings': 21.1, 'range': 2, 'error': 42}, {'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 1189, 'image': 'https://pddev.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}, 'position': 'P', 'innings': 52.2, 'range': 5, 'error': 51}, {'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}, 'position': 'P', 'innings': 175.1, 'range': 2, 'error': 6}, {'player_id': 10850, 'p_name': 'John Thomson', 'cost': 884, 'image': 'https://pddev.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}, 'position': 'P', 'innings': 161.0, 'range': 3, 'error': 0}, {'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1307, 'image': 'https://pddev.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}, 'position': 'P', 'innings': 68.2, 'range': 4, 'error': 0}, {'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 2436, 'image': 'https://pddev.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}, 'position': 'P', 'innings': 162.2, 'range': 3, 'error': 7}, {'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 638, 'image': 'https://pddev.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}, 'position': 'P', 'innings': 208.0, 'range': 2, 'error': 10}, {'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 25, 'image': 'https://pddev.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}, 'position': 'P', 'innings': 209.1, 'range': 2, 'error': 0}, {'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}, 'position': 'P', 'innings': 76.1, 'range': 3, 'error': 0}, {'player_id': 11567, 'p_name': 'Barry Manuel', 'cost': 3561, 'image': 'https://pddev.manticorum.com/api/v2/players/11567/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008084, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1008084', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4341, 'first_name': 'Barry', 'last_name': 'Manuel', 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001', 'key_mlbam': 118260, 'offense_col': 3}, 'position': 'P', 'innings': 15.2, 'range': 5, 'error': 0}, {'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}, 'position': 'P', 'innings': 44.0, 'range': 1, 'error': 0}, {'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pddev.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}, 'position': 'P', 'innings': 78.2, 'range': 1, 'error': 0}, {'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}, 'position': 'P', 'innings': 212.0, 'range': 3, 'error': 0}, {'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}, 'position': 'P', 'innings': 23.0, 'range': 3, 'error': 51}, {'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}, 'position': 'P', 'innings': 67.1, 'range': 4, 'error': 0}, {'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 2261, 'image': 'https://pddev.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}, 'position': 'P', 'innings': 173.0, 'range': 3, 'error': 14}, {'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}, 'position': 'P', 'innings': 125.0, 'range': 2, 'error': 26}, {'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pddev.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}, 'position': 'P', 'innings': 20.0, 'range': 5, 'error': 0}, {'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1191, 'image': 'https://pddev.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}, 'position': 'P', 'innings': 71.0, 'range': 5, 'error': 0}, {'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 114, 'image': 'https://pddev.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}, 'position': 'P', 'innings': 74.2, 'range': 3, 'error': 0}, {'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 1028, 'image': 'https://pddev.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}, 'position': 'P', 'innings': 70.2, 'range': 4, 'error': 27}, {'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 1314, 'image': 'https://pddev.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}, 'position': 'P', 'innings': 58.2, 'range': 4, 'error': 38}, {'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 270, 'image': 'https://pddev.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}, 'position': 'P', 'innings': 174.1, 'range': 3, 'error': 7}, {'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4403, 'image': 'https://pddev.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}, 'position': 'P', 'innings': 70.1, 'range': 3, 'error': 0}, {'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 462, 'image': 'https://pddev.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}, 'position': 'P', 'innings': 48.0, 'range': 3, 'error': 30}, {'player_id': 10861, 'p_name': 'Livan Hernandez', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/10861/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1116, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0017ebab_sabr.jpg', 'fangr_id': '1116', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2294, 'first_name': 'Livan', 'last_name': 'Hernandez', 'key_fangraphs': 1116, 'key_bbref': 'hernali01', 'key_retro': 'hernl003', 'key_mlbam': 115817, 'offense_col': 2}, 'position': 'P', 'innings': 234.1, 'range': 3, 'error': 0}, {'player_id': 11015, 'p_name': 'John Smoltz', 'cost': 779, 'image': 'https://pddev.manticorum.com/api/v2/players/11015/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 115, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/bf321b07_sabr.jpg', 'fangr_id': '115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3159, 'first_name': 'John', 'last_name': 'Smoltz', 'key_fangraphs': 115, 'key_bbref': 'smoltjo01', 'key_retro': 'smolj001', 'key_mlbam': 122477, 'offense_col': 1}, 'position': 'P', 'innings': 167.2, 'range': 3, 'error': 0}, {'player_id': 11153, 'p_name': 'Kerry Ligtenberg', 'cost': 4101, 'image': 'https://pddev.manticorum.com/api/v2/players/11153/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 100, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/95a3fec7_sabr.jpg', 'fangr_id': '100', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4120, 'first_name': 'Kerry', 'last_name': 'Ligtenberg', 'key_fangraphs': 100, 'key_bbref': 'ligteke01', 'key_retro': 'ligtk001', 'key_mlbam': 117763, 'offense_col': 1}, 'position': 'P', 'innings': 73.0, 'range': 5, 'error': 51}, {'player_id': 11268, 'p_name': 'Alan Embree', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11268/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1030, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1030', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2508, 'first_name': 'Alan', 'last_name': 'Embree', 'key_fangraphs': 1030, 'key_bbref': 'embreal01', 'key_retro': 'embra001', 'key_mlbam': 113833, 'offense_col': 2}, 'position': 'P', 'innings': 53.2, 'range': 4, 'error': 0}, {'player_id': 11092, 'p_name': 'Mike Cather', 'cost': 353, 'image': 'https://pddev.manticorum.com/api/v2/players/11092/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ae230d19_davis.jpg', 'fangr_id': '1002082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4070, 'first_name': 'Mike', 'last_name': 'Cather', 'key_fangraphs': 1002082, 'key_bbref': 'cathemi01', 'key_retro': 'cathm001', 'key_mlbam': 112134, 'offense_col': 2}, 'position': 'P', 'innings': 41.1, 'range': 3, 'error': 38}, {'player_id': 11520, 'p_name': 'Mark Wohlers', 'cost': 16, 'image': 'https://pddev.manticorum.com/api/v2/players/11520/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 414, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0da65c55_sabr.jpg', 'fangr_id': '414', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4314, 'first_name': 'Mark', 'last_name': 'Wohlers', 'key_fangraphs': 414, 'key_bbref': 'wohlema01', 'key_retro': 'wohlm001', 'key_mlbam': 124498, 'offense_col': 3}, 'position': 'P', 'innings': 20.1, 'range': 3, 'error': 0}, {'player_id': 10862, 'p_name': 'Tom Glavine', 'cost': 2291, 'image': 'https://pddev.manticorum.com/api/v2/players/10862/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 90, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8c1de61_br.jpg', 'fangr_id': '90', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2828, 'first_name': 'Tom', 'last_name': 'Glavine', 'key_fangraphs': 90, 'key_bbref': 'glavito02', 'key_retro': 'glavt001', 'key_mlbam': 114849, 'offense_col': 2}, 'position': 'P', 'innings': 229.1, 'range': 2, 'error': 4}, {'player_id': 10863, 'p_name': 'Dennis Martinez', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/10863/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008161, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05148239_br_wsn.jpg', 'fangr_id': '1008161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3886, 'first_name': 'Dennis', 'last_name': 'Martinez', 'key_fangraphs': 1008161, 'key_bbref': 'martide01', 'key_retro': 'martd001', 'key_mlbam': 118371, 'offense_col': 1}, 'position': 'P', 'innings': 91.0, 'range': 2, 'error': 13}, {'player_id': 10864, 'p_name': 'Kerry Wood', 'cost': 670, 'image': 'https://pddev.manticorum.com/api/v2/players/10864/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b6f7150e_sabr.jpg', 'fangr_id': '304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2715, 'first_name': 'Kerry', 'last_name': 'Wood', 'key_fangraphs': 304, 'key_bbref': 'woodke02', 'key_retro': 'woodk002', 'key_mlbam': 134268, 'offense_col': 3}, 'position': 'P', 'innings': 166.2, 'range': 5, 'error': 0}, {'player_id': 11016, 'p_name': 'Terry Adams', 'cost': 3911, 'image': 'https://pddev.manticorum.com/api/v2/players/11016/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 946, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8bb86104_sabr.jpg', 'fangr_id': '946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4000, 'first_name': 'Terry', 'last_name': 'Adams', 'key_fangraphs': 946, 'key_bbref': 'adamste01', 'key_retro': 'adamt001', 'key_mlbam': 110067, 'offense_col': 2}, 'position': 'P', 'innings': 72.2, 'range': 3, 'error': 46}, {'player_id': 11189, 'p_name': 'Rod Beck', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11189/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1730, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4ec27006_sabr.jpg', 'fangr_id': '1730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4154, 'first_name': 'Rod', 'last_name': 'Beck', 'key_fangraphs': 1730, 'key_bbref': 'beckro01', 'key_retro': 'beckr001', 'key_mlbam': 110763, 'offense_col': 2}, 'position': 'P', 'innings': 80.1, 'range': 3, 'error': 0}, {'player_id': 11093, 'p_name': 'Terry Mulholland', 'cost': 4341, 'image': 'https://pddev.manticorum.com/api/v2/players/11093/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 665, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d2a7a610_sabr.jpg', 'fangr_id': '665', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4071, 'first_name': 'Terry', 'last_name': 'Mulholland', 'key_fangraphs': 665, 'key_bbref': 'mulhote01', 'key_retro': 'mulht001', 'key_mlbam': 119488, 'offense_col': 1}, 'position': 'P', 'innings': 112.0, 'range': 4, 'error': 51}, {'player_id': 10865, 'p_name': 'Marc Pisciotta', 'cost': 120, 'image': 'https://pddev.manticorum.com/api/v2/players/10865/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010369, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eddec851_sabr.jpg', 'fangr_id': '1010369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3887, 'first_name': 'Marc', 'last_name': 'Pisciotta', 'key_fangraphs': 1010369, 'key_bbref': 'piscima01', 'key_retro': 'piscm001', 'key_mlbam': 120599, 'offense_col': 1}, 'position': 'P', 'innings': 44.0, 'range': 4, 'error': 0}, {'player_id': 11307, 'p_name': 'Bob Patterson', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11307/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010055, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1010055', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4242, 'first_name': 'Bob', 'last_name': 'Patterson', 'key_fangraphs': 1010055, 'key_bbref': 'pattebo01', 'key_retro': 'pattb001', 'key_mlbam': 120297, 'offense_col': 2}, 'position': 'P', 'innings': 20.1, 'range': 5, 'error': 0}, {'player_id': 11234, 'p_name': 'Mike Myers', 'cost': 1338, 'image': 'https://pddev.manticorum.com/api/v2/players/11234/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 68, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '68', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4190, 'first_name': 'Mike', 'last_name': 'Myers', 'key_fangraphs': 68, 'key_bbref': 'myersmi01', 'key_retro': 'myerm001', 'key_mlbam': 119624, 'offense_col': 2}, 'position': 'P', 'innings': 50.0, 'range': 2, 'error': 38}, {'player_id': 11017, 'p_name': 'Bob Wickman', 'cost': 140, 'image': 'https://pddev.manticorum.com/api/v2/players/11017/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 413, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9cd7e366_sabr.jpg', 'fangr_id': '413', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4001, 'first_name': 'Bob', 'last_name': 'Wickman', 'key_fangraphs': 413, 'key_bbref': 'wickmbo01', 'key_retro': 'wickb001', 'key_mlbam': 124233, 'offense_col': 2}, 'position': 'P', 'innings': 82.1, 'range': 2, 'error': 24}, {'player_id': 10866, 'p_name': 'Cal Eldred', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10866/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1653, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b7378c8_sabr.jpg', 'fangr_id': '1653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3888, 'first_name': 'Cal', 'last_name': 'Eldred', 'key_fangraphs': 1653, 'key_bbref': 'eldreca01', 'key_retro': 'eldrc001', 'key_mlbam': 113793, 'offense_col': 2}, 'position': 'P', 'innings': 133.0, 'range': 4, 'error': 26}, {'player_id': 11269, 'p_name': 'Brad Woodall', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11269/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014206, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/67d26984_sabr.jpg', 'fangr_id': '1014206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4219, 'first_name': 'Brad', 'last_name': 'Woodall', 'key_fangraphs': 1014206, 'key_bbref': 'woodabr01', 'key_retro': 'woodb002', 'key_mlbam': 124545, 'offense_col': 2}, 'position': 'P', 'innings': 138.0, 'range': 3, 'error': 18}, {'player_id': 10867, 'p_name': 'Francisco Cordova', 'cost': 303, 'image': 'https://pddev.manticorum.com/api/v2/players/10867/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002623, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aeec2bd8_sabr.jpg', 'fangr_id': '1002623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3889, 'first_name': 'Francisco', 'last_name': 'Cordova', 'key_fangraphs': 1002623, 'key_bbref': 'cordofr01', 'key_retro': 'cordf001', 'key_mlbam': 112681, 'offense_col': 2}, 'position': 'P', 'innings': 220.1, 'range': 3, 'error': 6}, {'player_id': 11308, 'p_name': 'Javier Martinez', 'cost': 3563, 'image': 'https://pddev.manticorum.com/api/v2/players/11308/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/623152fd_davis.jpg', 'fangr_id': '1008172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4243, 'first_name': 'Javier', 'last_name': 'Martinez', 'key_fangraphs': 1008172, 'key_bbref': 'martija02', 'key_retro': 'martj003', 'key_mlbam': 131660, 'offense_col': 2}, 'position': 'P', 'innings': 41.0, 'range': 5, 'error': 51}, {'player_id': 11154, 'p_name': 'Jeff Tabaka', 'cost': 116, 'image': 'https://pddev.manticorum.com/api/v2/players/11154/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/f556d537_sabr.jpg', 'fangr_id': '1012802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4121, 'first_name': 'Jeff', 'last_name': 'Tabaka', 'key_fangraphs': 1012802, 'key_bbref': 'tabakje01', 'key_retro': 'tabaj001', 'key_mlbam': 123068, 'offense_col': 1}, 'position': 'P', 'innings': 50.2, 'range': 3, 'error': 26}, {'player_id': 10868, 'p_name': 'Chris Peters', 'cost': 713, 'image': 'https://pddev.manticorum.com/api/v2/players/10868/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010225, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/802f904f_sabr.jpg', 'fangr_id': '1010225', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3890, 'first_name': 'Chris', 'last_name': 'Peters', 'key_fangraphs': 1010225, 'key_bbref': 'peterch01', 'key_retro': 'petec001', 'key_mlbam': 120454, 'offense_col': 2}, 'position': 'P', 'innings': 148.0, 'range': 4, 'error': 40}, {'player_id': 10869, 'p_name': 'Jason Schmidt', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10869/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1131, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/77282f7a_sabr.jpg', 'fangr_id': '1131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3891, 'first_name': 'Jason', 'last_name': 'Schmidt', 'key_fangraphs': 1131, 'key_bbref': 'schmija01', 'key_retro': 'schmj001', 'key_mlbam': 121834, 'offense_col': 2}, 'position': 'P', 'innings': 214.1, 'range': 5, 'error': 24}, {'player_id': 11094, 'p_name': 'Jason Christiansen', 'cost': 5329, 'image': 'https://pddev.manticorum.com/api/v2/players/11094/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1111, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/972e945a_sabr.jpg', 'fangr_id': '1111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4072, 'first_name': 'Jason', 'last_name': 'Christiansen', 'key_fangraphs': 1111, 'key_bbref': 'chrisja01', 'key_retro': 'chrij002', 'key_mlbam': 112270, 'offense_col': 1}, 'position': 'P', 'innings': 64.2, 'range': 5, 'error': 38}, {'player_id': 11190, 'p_name': 'Ricardo Rincon', 'cost': 4398, 'image': 'https://pddev.manticorum.com/api/v2/players/11190/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 401, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4155, 'first_name': 'Ricardo', 'last_name': 'Rincon', 'key_fangraphs': 401, 'key_bbref': 'rincori01', 'key_retro': 'rincr001', 'key_mlbam': 121215, 'offense_col': 2}, 'position': 'P', 'innings': 65.0, 'range': 3, 'error': 42}, {'player_id': 11018, 'p_name': 'Rich Loiselle', 'cost': 417, 'image': 'https://pddev.manticorum.com/api/v2/players/11018/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007711, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecef0d90_sabr.jpg', 'fangr_id': '1007711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4002, 'first_name': 'Rich', 'last_name': 'Loiselle', 'key_fangraphs': 1007711, 'key_bbref': 'loiseri01', 'key_retro': 'loisr001', 'key_mlbam': 117874, 'offense_col': 2}, 'position': 'P', 'innings': 55.0, 'range': 3, 'error': 0}, {'player_id': 10870, 'p_name': 'Esteban Loaiza', 'cost': 782, 'image': 'https://pddev.manticorum.com/api/v2/players/10870/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1310, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ce98352e_sabr.jpg', 'fangr_id': '1310', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3176, 'first_name': 'Esteban', 'last_name': 'Loaiza', 'key_fangraphs': 1310, 'key_bbref': 'loaizes01', 'key_retro': 'loaie001', 'key_mlbam': 117842, 'offense_col': 2}, 'position': 'P', 'innings': 171.0, 'range': 2, 'error': 0}, {'player_id': 10871, 'p_name': 'Amaury Telemaco', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10871/pitchingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1802, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eadd714c_sabr.jpg', 'fangr_id': '1802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3892, 'first_name': 'Amaury', 'last_name': 'Telemaco', 'key_fangraphs': 1802, 'key_bbref': 'telemam01', 'key_retro': 'telea001', 'key_mlbam': 123176, 'offense_col': 1}, 'position': 'P', 'innings': 148.2, 'range': 3, 'error': 17}, {'player_id': 10872, 'p_name': 'Jon Lieber', 'cost': 266, 'image': 'https://pddev.manticorum.com/api/v2/players/10872/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 287, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5580d86_sabr.jpg', 'fangr_id': '287', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2688, 'first_name': 'Jon', 'last_name': 'Lieber', 'key_fangraphs': 287, 'key_bbref': 'liebejo01', 'key_retro': 'liebj001', 'key_mlbam': 117758, 'offense_col': 1}, 'position': 'P', 'innings': 171.0, 'range': 3, 'error': 0}, {'player_id': 10873, 'p_name': 'Darren Dreifort', 'cost': 898, 'image': 'https://pddev.manticorum.com/api/v2/players/10873/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 647, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/59ec883f_davis.jpg', 'fangr_id': '647', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3893, 'first_name': 'Darren', 'last_name': 'Dreifort', 'key_fangraphs': 647, 'key_bbref': 'dreifda01', 'key_retro': 'dreid001', 'key_mlbam': 113554, 'offense_col': 1}, 'position': 'P', 'innings': 180.0, 'range': 1, 'error': 18}, {'player_id': 10874, 'p_name': 'Ramon Martinez', 'cost': 880, 'image': 'https://pddev.manticorum.com/api/v2/players/10874/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008193, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/57348fe2_sabr.jpg', 'fangr_id': '1008193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3894, 'first_name': 'Ramon', 'last_name': 'Martinez', 'key_fangraphs': 1008193, 'key_bbref': 'martira02', 'key_retro': 'martr002', 'key_mlbam': 118378, 'offense_col': 1}, 'position': 'P', 'innings': 101.2, 'range': 2, 'error': 0}, {'player_id': 10875, 'p_name': 'Chan Ho Park', 'cost': 307, 'image': 'https://pddev.manticorum.com/api/v2/players/10875/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1267, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b8cfc51_sabr.jpg', 'fangr_id': '1267', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2561, 'first_name': 'Chan Ho', 'last_name': 'Park', 'key_fangraphs': 1267, 'key_bbref': 'parkch01', 'key_retro': 'parkc002', 'key_mlbam': 120221, 'offense_col': 3}, 'position': 'P', 'innings': 220.2, 'range': 3, 'error': 23}, {'player_id': 11471, 'p_name': 'Dennys Reyes', 'cost': 314, 'image': 'https://pddev.manticorum.com/api/v2/players/11471/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 444, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9d2752ea_sabr.jpg', 'fangr_id': '444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2591, 'first_name': 'Dennys', 'last_name': 'Reyes', 'key_fangraphs': 444, 'key_bbref': 'reyesde01', 'key_retro': 'reyed001', 'key_mlbam': 121096, 'offense_col': 1}, 'position': 'P', 'innings': 67.1, 'range': 3, 'error': 51}, {'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 728, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}, 'position': 'P', 'innings': 226.2, 'range': 3, 'error': 6}, {'player_id': 10877, 'p_name': 'Kevin Brown', 'cost': 2688, 'image': 'https://pddev.manticorum.com/api/v2/players/10877/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 642, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/14fff13c_sabr.jpg', 'fangr_id': '642', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3896, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 642, 'key_bbref': 'brownke01', 'key_retro': 'browk001', 'key_mlbam': 111554, 'offense_col': 2}, 'position': 'P', 'innings': 257.0, 'range': 2, 'error': 8}, {'player_id': 11019, 'p_name': 'Sterling Hitchcock', 'cost': 284, 'image': 'https://pddev.manticorum.com/api/v2/players/11019/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 824, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0eb7eb88_sabr.jpg', 'fangr_id': '824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4003, 'first_name': 'Sterling', 'last_name': 'Hitchcock', 'key_fangraphs': 824, 'key_bbref': 'hitchst01', 'key_retro': 'hitcs001', 'key_mlbam': 115982, 'offense_col': 2}, 'position': 'P', 'innings': 176.1, 'range': 4, 'error': 0}, {'player_id': 11191, 'p_name': 'Donne Wall', 'cost': 3386, 'image': 'https://pddev.manticorum.com/api/v2/players/11191/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 39, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '39', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4156, 'first_name': 'Donne', 'last_name': 'Wall', 'key_fangraphs': 39, 'key_bbref': 'walldo01', 'key_retro': 'walld002', 'key_mlbam': 123849, 'offense_col': 2}, 'position': 'P', 'innings': 70.1, 'range': 3, 'error': 0}, {'player_id': 11020, 'p_name': 'Brian Boehringer', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11020/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 984, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3aa1ba2f_sabr.jpg', 'fangr_id': '984', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4004, 'first_name': 'Brian', 'last_name': 'Boehringer', 'key_fangraphs': 984, 'key_bbref': 'boehrbr01', 'key_retro': 'boehb001', 'key_mlbam': 111145, 'offense_col': 2}, 'position': 'P', 'innings': 76.1, 'range': 3, 'error': 0}, {'player_id': 11192, 'p_name': 'Trevor Hoffman', 'cost': 1143, 'image': 'https://pddev.manticorum.com/api/v2/players/11192/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1035, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1035', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2833, 'first_name': 'Trevor', 'last_name': 'Hoffman', 'key_fangraphs': 1035, 'key_bbref': 'hoffmtr01', 'key_retro': 'hofft001', 'key_mlbam': 116034, 'offense_col': 3}, 'position': 'P', 'innings': 73.0, 'range': 5, 'error': 0}, {'player_id': 11270, 'p_name': 'Lance Painter', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11270/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1675, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b4f46e5a_sabr.jpg', 'fangr_id': '1675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4220, 'first_name': 'Lance', 'last_name': 'Painter', 'key_fangraphs': 1675, 'key_bbref': 'paintla01', 'key_retro': 'painl001', 'key_mlbam': 120183, 'offense_col': 2}, 'position': 'P', 'innings': 47.1, 'range': 1, 'error': 0}, {'player_id': 11271, 'p_name': 'Jeff Brantley', 'cost': 5054, 'image': 'https://pddev.manticorum.com/api/v2/players/11271/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001358, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1001358', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4221, 'first_name': 'Jeff', 'last_name': 'Brantley', 'key_fangraphs': 1001358, 'key_bbref': 'brantje01', 'key_retro': 'branj001', 'key_mlbam': 111397, 'offense_col': 2}, 'position': 'P', 'innings': 50.2, 'range': 5, 'error': 0}, {'player_id': 11021, 'p_name': 'Kent Mercker', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/11021/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 439, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/32142138_sabr.jpg', 'fangr_id': '439', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4005, 'first_name': 'Kent', 'last_name': 'Mercker', 'key_fangraphs': 439, 'key_bbref': 'merckke01', 'key_retro': 'merck001', 'key_mlbam': 118967, 'offense_col': 2}, 'position': 'P', 'innings': 161.2, 'range': 3, 'error': 19}, {'player_id': 11472, 'p_name': 'Rich Croushore', 'cost': 456, 'image': 'https://pddev.manticorum.com/api/v2/players/11472/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002819, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1002819', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4269, 'first_name': 'Rich', 'last_name': 'Croushore', 'key_fangraphs': 1002819, 'key_bbref': 'crousri01', 'key_retro': 'crour001', 'key_mlbam': 131701, 'offense_col': 3}, 'position': 'P', 'innings': 54.1, 'range': 2, 'error': 0}, {'player_id': 11272, 'p_name': 'Curtis King', 'cost': 4164, 'image': 'https://pddev.manticorum.com/api/v2/players/11272/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006926, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a8fa4d0b_sabr.jpg', 'fangr_id': '1006926', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4222, 'first_name': 'Curtis', 'last_name': 'King', 'key_fangraphs': 1006926, 'key_bbref': 'kingcu01', 'key_retro': 'kingc001', 'key_mlbam': 117076, 'offense_col': 2}, 'position': 'P', 'innings': 51.0, 'range': 1, 'error': 0}, {'player_id': 11022, 'p_name': 'John Frascatore', 'cost': 131, 'image': 'https://pddev.manticorum.com/api/v2/players/11022/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004304, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/29e06a2d_sabr.jpg', 'fangr_id': '1004304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4006, 'first_name': 'John', 'last_name': 'Frascatore', 'key_fangraphs': 1004304, 'key_bbref': 'frascjo01', 'key_retro': 'frasj001', 'key_mlbam': 114388, 'offense_col': 2}, 'position': 'P', 'innings': 95.2, 'range': 3, 'error': 26}, {'player_id': 11095, 'p_name': 'Mark Petkovsek', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11095/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010242, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5cf5a136_sabr.jpg', 'fangr_id': '1010242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4073, 'first_name': 'Mark', 'last_name': 'Petkovsek', 'key_fangraphs': 1010242, 'key_bbref': 'petkoma01', 'key_retro': 'petkm001', 'key_mlbam': 120472, 'offense_col': 2}, 'position': 'P', 'innings': 105.2, 'range': 3, 'error': 15}, {'player_id': 10878, 'p_name': 'Kent Bottenfield', 'cost': 395, 'image': 'https://pddev.manticorum.com/api/v2/players/10878/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001226, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/151e6406_sabr.jpg', 'fangr_id': '1001226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3897, 'first_name': 'Kent', 'last_name': 'Bottenfield', 'key_fangraphs': 1001226, 'key_bbref': 'botteke01', 'key_retro': 'bottk001', 'key_mlbam': 111264, 'offense_col': 1}, 'position': 'P', 'innings': 133.2, 'range': 3, 'error': 0}, {'player_id': 11500, 'p_name': 'Bobby Chouinard', 'cost': 1121, 'image': 'https://pddev.manticorum.com/api/v2/players/11500/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002204, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '1002204', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4295, 'first_name': 'Bobby', 'last_name': 'Chouinard', 'key_fangraphs': 1002204, 'key_bbref': 'chouibo01', 'key_retro': 'choub001', 'key_mlbam': 112257, 'offense_col': 3}, 'position': 'P', 'innings': 41.1, 'range': 3, 'error': 0}, {'player_id': 10879, 'p_name': 'Brett Tomko', 'cost': 298, 'image': 'https://pddev.manticorum.com/api/v2/players/10879/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1056, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/69576679_sabr.jpg', 'fangr_id': '1056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2540, 'first_name': 'Brett', 'last_name': 'Tomko', 'key_fangraphs': 1056, 'key_bbref': 'tomkobr01', 'key_retro': 'tomkb001', 'key_mlbam': 123387, 'offense_col': 2}, 'position': 'P', 'innings': 210.2, 'range': 3, 'error': 7}, {'player_id': 11023, 'p_name': 'Gabe White', 'cost': 3871, 'image': 'https://pddev.manticorum.com/api/v2/players/11023/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5ece7bc4_sabr.jpg', 'fangr_id': '360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4007, 'first_name': 'Gabe', 'last_name': 'White', 'key_fangraphs': 360, 'key_bbref': 'whitega01', 'key_retro': 'whitg001', 'key_mlbam': 124171, 'offense_col': 2}, 'position': 'P', 'innings': 98.2, 'range': 4, 'error': 0}, {'player_id': 11273, 'p_name': 'Danny Graves', 'cost': 385, 'image': 'https://pddev.manticorum.com/api/v2/players/11273/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 326, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e09a8d27_sabr.jpg', 'fangr_id': '326', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4223, 'first_name': 'Danny', 'last_name': 'Graves', 'key_fangraphs': 326, 'key_bbref': 'graveda01', 'key_retro': 'gravd001', 'key_mlbam': 115056, 'offense_col': 1}, 'position': 'P', 'innings': 81.1, 'range': 2, 'error': 26}, {'player_id': 11024, 'p_name': 'Mike Remlinger', 'cost': 113, 'image': 'https://pddev.manticorum.com/api/v2/players/11024/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 111, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4996b815_sabr.jpg', 'fangr_id': '111', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4008, 'first_name': 'Mike', 'last_name': 'Remlinger', 'key_fangraphs': 111, 'key_bbref': 'remlimi01', 'key_retro': 'remlm001', 'key_mlbam': 121060, 'offense_col': 2}, 'position': 'P', 'innings': 164.1, 'range': 4, 'error': 24}, {'player_id': 10880, 'p_name': 'Pete Harnisch', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/10880/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005374, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8d81ad8_sabr.jpg', 'fangr_id': '1005374', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3898, 'first_name': 'Pete', 'last_name': 'Harnisch', 'key_fangraphs': 1005374, 'key_bbref': 'harnipe01', 'key_retro': 'harnp001', 'key_mlbam': 115487, 'offense_col': 1}, 'position': 'P', 'innings': 209.0, 'range': 3, 'error': 0}, {'player_id': 11096, 'p_name': 'Rick Krivda', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11096/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007168, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/24838f07_sabr.jpg', 'fangr_id': '1007168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4074, 'first_name': 'Rick', 'last_name': 'Krivda', 'key_fangraphs': 1007168, 'key_bbref': 'krivdri01', 'key_retro': 'krivr001', 'key_mlbam': 117322, 'offense_col': 2}, 'position': 'P', 'innings': 51.1, 'range': 3, 'error': 0}, {'player_id': 11235, 'p_name': 'John Hudek', 'cost': 4441, 'image': 'https://pddev.manticorum.com/api/v2/players/11235/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006128, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1006128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4191, 'first_name': 'John', 'last_name': 'Hudek', 'key_fangraphs': 1006128, 'key_bbref': 'hudekjo01', 'key_retro': 'hudej001', 'key_mlbam': 116255, 'offense_col': 2}, 'position': 'P', 'innings': 64.0, 'range': 4, 'error': 0}, {'player_id': 11236, 'p_name': 'Pete Schourek', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11236/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011608, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '1011608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4192, 'first_name': 'Pete', 'last_name': 'Schourek', 'key_fangraphs': 1011608, 'key_bbref': 'schoupe01', 'key_retro': 'schop001', 'key_mlbam': 121860, 'offense_col': 1}, 'position': 'P', 'innings': 124.0, 'range': 5, 'error': 0}, {'player_id': 11237, 'p_name': 'Mike Magnante', 'cost': 1067, 'image': 'https://pddev.manticorum.com/api/v2/players/11237/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 929, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dcf2d1f0_sabr.jpg', 'fangr_id': '929', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4193, 'first_name': 'Mike', 'last_name': 'Magnante', 'key_fangraphs': 929, 'key_bbref': 'magnami01', 'key_retro': 'magnm001', 'key_mlbam': 118141, 'offense_col': 2}, 'position': 'P', 'innings': 51.2, 'range': 1, 'error': 0}, {'player_id': 10881, 'p_name': 'Shane Reynolds', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10881/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 574, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/213014d9_sabr.jpg', 'fangr_id': '574', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3899, 'first_name': 'Shane', 'last_name': 'Reynolds', 'key_fangraphs': 574, 'key_bbref': 'reynosh01', 'key_retro': 'reyns001', 'key_mlbam': 121110, 'offense_col': 2}, 'position': 'P', 'innings': 233.1, 'range': 2, 'error': 10}, {'player_id': 11155, 'p_name': 'Doug Henry', 'cost': 394, 'image': 'https://pddev.manticorum.com/api/v2/players/11155/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005668, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8c1534c4_sabr.jpg', 'fangr_id': '1005668', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4122, 'first_name': 'Doug', 'last_name': 'Henry', 'key_fangraphs': 1005668, 'key_bbref': 'henrydo01', 'key_retro': 'henrd002', 'key_mlbam': 115790, 'offense_col': 2}, 'position': 'P', 'innings': 71.0, 'range': 4, 'error': 0}, {'player_id': 11309, 'p_name': 'Billy Wagner', 'cost': 418, 'image': 'https://pddev.manticorum.com/api/v2/players/11309/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 578, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '578', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3166, 'first_name': 'Billy', 'last_name': 'Wagner', 'key_fangraphs': 578, 'key_bbref': 'wagnebi02', 'key_retro': 'wagnb001', 'key_mlbam': 123790, 'offense_col': 2}, 'position': 'P', 'innings': 60.0, 'range': 5, 'error': 51}, {'player_id': 10882, 'p_name': 'Mike Hampton', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10882/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 430, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a3c09e_sabr.jpg', 'fangr_id': '430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2747, 'first_name': 'Mike', 'last_name': 'Hampton', 'key_fangraphs': 430, 'key_bbref': 'hamptmi01', 'key_retro': 'hampm001', 'key_mlbam': 115399, 'offense_col': 2}, 'position': 'P', 'innings': 211.2, 'range': 2, 'error': 18}, {'player_id': 11501, 'p_name': 'Scott Elarton', 'cost': 5339, 'image': 'https://pddev.manticorum.com/api/v2/players/11501/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 426, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5c1a337c_sabr.jpg', 'fangr_id': '426', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4296, 'first_name': 'Scott', 'last_name': 'Elarton', 'key_fangraphs': 426, 'key_bbref': 'elartsc01', 'key_retro': 'elars001', 'key_mlbam': 134003, 'offense_col': 3}, 'position': 'P', 'innings': 57.0, 'range': 4, 'error': 0}, {'player_id': 11193, 'p_name': 'Trever Miller', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11193/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/afce593f_sabr.jpg', 'fangr_id': '1672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2832, 'first_name': 'Trever', 'last_name': 'Miller', 'key_fangraphs': 1672, 'key_bbref': 'milletr02', 'key_retro': 'millt002', 'key_mlbam': 119125, 'offense_col': 2}, 'position': 'P', 'innings': 53.1, 'range': 3, 'error': 0}, {'player_id': 11473, 'p_name': 'Mike Munoz', 'cost': 1176, 'image': 'https://pddev.manticorum.com/api/v2/players/11473/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009328, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/c/c2335ebb_sabr.jpg', 'fangr_id': '1009328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4270, 'first_name': 'Mike', 'last_name': 'Munoz', 'key_fangraphs': 1009328, 'key_bbref': 'munozmi01', 'key_retro': 'munom001', 'key_mlbam': 119525, 'offense_col': 3}, 'position': 'P', 'innings': 41.1, 'range': 3, 'error': 0}, {'player_id': 10883, 'p_name': 'Steve Trachsel', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10883/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 898, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e87b0e16_sabr.jpg', 'fangr_id': '898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2818, 'first_name': 'Steve', 'last_name': 'Trachsel', 'key_fangraphs': 898, 'key_bbref': 'trachst01', 'key_retro': 'tracs001', 'key_mlbam': 123431, 'offense_col': 2}, 'position': 'P', 'innings': 208.0, 'range': 2, 'error': 10}, {'player_id': 10884, 'p_name': 'Mark Clark', 'cost': 25, 'image': 'https://pddev.manticorum.com/api/v2/players/10884/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002296, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ac085a5e_sabr.jpg', 'fangr_id': '1002296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3900, 'first_name': 'Mark', 'last_name': 'Clark', 'key_fangraphs': 1002296, 'key_bbref': 'clarkma01', 'key_retro': 'clarm002', 'key_mlbam': 112332, 'offense_col': 1}, 'position': 'P', 'innings': 213.2, 'range': 4, 'error': 0}, {'player_id': 11568, 'p_name': 'Dave Stevens', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11568/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012508, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'fangr_id': '1012508', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4342, 'first_name': 'Dave', 'last_name': 'Stevens', 'key_fangraphs': 1012508, 'key_bbref': 'steveda01', 'key_retro': 'stevd001', 'key_mlbam': 122764, 'offense_col': 3}, 'position': 'P', 'innings': 38.0, 'range': 5, 'error': 0}, {'player_id': 11156, 'p_name': 'Don Wengert', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11156/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013777, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b8710865_sabr.jpg', 'fangr_id': '1013777', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4123, 'first_name': 'Don', 'last_name': 'Wengert', 'key_fangraphs': 1013777, 'key_bbref': 'wengedo01', 'key_retro': 'wengd001', 'key_mlbam': 124085, 'offense_col': 1}, 'position': 'P', 'innings': 63.1, 'range': 4, 'error': 0}, {'player_id': 10885, 'p_name': 'Kevin Tapani', 'cost': 695, 'image': 'https://pddev.manticorum.com/api/v2/players/10885/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012824, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b77281f7_sabr.jpg', 'fangr_id': '1012824', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3901, 'first_name': 'Kevin', 'last_name': 'Tapani', 'key_fangraphs': 1012824, 'key_bbref': 'tapanke01', 'key_retro': 'tapak001', 'key_mlbam': 123090, 'offense_col': 2}, 'position': 'P', 'innings': 219.0, 'range': 3, 'error': 0}, {'player_id': 10886, 'p_name': 'Curt Schilling', 'cost': 298, 'image': 'https://pddev.manticorum.com/api/v2/players/10886/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 73, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44885ff3_sabr.jpg', 'fangr_id': '73', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3902, 'first_name': 'Curt', 'last_name': 'Schilling', 'key_fangraphs': 73, 'key_bbref': 'schilcu01', 'key_retro': 'schic002', 'key_mlbam': 121811, 'offense_col': 2}, 'position': 'P', 'innings': 268.2, 'range': 3, 'error': 11}, {'player_id': 11194, 'p_name': 'Mark Portugal', 'cost': 100, 'image': 'https://pddev.manticorum.com/api/v2/players/11194/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010460, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'fangr_id': '1010460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4157, 'first_name': 'Mark', 'last_name': 'Portugal', 'key_fangraphs': 1010460, 'key_bbref': 'portuma01', 'key_retro': 'portm001', 'key_mlbam': 120690, 'offense_col': 3}, 'position': 'P', 'innings': 166.1, 'range': 2, 'error': 20}, {'player_id': 11025, 'p_name': 'Jerry Spradlin', 'cost': 3836, 'image': 'https://pddev.manticorum.com/api/v2/players/11025/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012353, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/9d22136e_sabr.jpg', 'fangr_id': '1012353', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4009, 'first_name': 'Jerry', 'last_name': 'Spradlin', 'key_fangraphs': 1012353, 'key_bbref': 'spradje01', 'key_retro': 'spraj001', 'key_mlbam': 122609, 'offense_col': 2}, 'position': 'P', 'innings': 81.2, 'range': 3, 'error': 0}, {'player_id': 11521, 'p_name': 'Ricky Bottalico', 'cost': 364, 'image': 'https://pddev.manticorum.com/api/v2/players/11521/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 948, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '948', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4315, 'first_name': 'Ricky', 'last_name': 'Bottalico', 'key_fangraphs': 948, 'key_bbref': 'bottari01', 'key_retro': 'bottr001', 'key_mlbam': 111262, 'offense_col': 1}, 'position': 'P', 'innings': 43.1, 'range': 2, 'error': 0}, {'player_id': 10887, 'p_name': 'Mike Grace', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10887/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004915, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f8ced42_davis.jpg', 'fangr_id': '1004915', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3903, 'first_name': 'Mike', 'last_name': 'Grace', 'key_fangraphs': 1004915, 'key_bbref': 'gracemi02', 'key_retro': 'gracm002', 'key_mlbam': 115008, 'offense_col': 1}, 'position': 'P', 'innings': 90.1, 'range': 4, 'error': 0}, {'player_id': 11026, 'p_name': 'Wayne Gomes', 'cost': 362, 'image': 'https://pddev.manticorum.com/api/v2/players/11026/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 191, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/74124ae5_sabr.jpg', 'fangr_id': '191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4010, 'first_name': 'Wayne', 'last_name': 'Gomes', 'key_fangraphs': 191, 'key_bbref': 'gomeswa01', 'key_retro': 'gomew001', 'key_mlbam': 114908, 'offense_col': 2}, 'position': 'P', 'innings': 93.1, 'range': 3, 'error': 15}, {'player_id': 11097, 'p_name': 'Mark Leiter', 'cost': 442, 'image': 'https://pddev.manticorum.com/api/v2/players/11097/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007501, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/562dd674_sabr.jpg', 'fangr_id': '1007501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4075, 'first_name': 'Mark', 'last_name': 'Leiter', 'key_fangraphs': 1007501, 'key_bbref': 'leitema01', 'key_retro': 'leitm001', 'key_mlbam': 117653, 'offense_col': 2}, 'position': 'P', 'innings': 88.2, 'range': 3, 'error': 14}, {'player_id': 10888, 'p_name': 'Rick Reed', 'cost': 102, 'image': 'https://pddev.manticorum.com/api/v2/players/10888/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 750, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eb66f4e9_sabr.jpg', 'fangr_id': '750', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3904, 'first_name': 'Rick', 'last_name': 'Reed', 'key_fangraphs': 750, 'key_bbref': 'reedri01', 'key_retro': 'reedr002', 'key_mlbam': 120999, 'offense_col': 2}, 'position': 'P', 'innings': 212.1, 'range': 3, 'error': 6}, {'player_id': 11274, 'p_name': 'Dennis Cook', 'cost': 134, 'image': 'https://pddev.manticorum.com/api/v2/players/11274/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '8', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4224, 'first_name': 'Dennis', 'last_name': 'Cook', 'key_fangraphs': 8, 'key_bbref': 'cookde01', 'key_retro': 'cookd001', 'key_mlbam': 112621, 'offense_col': 2}, 'position': 'P', 'innings': 68.0, 'range': 4, 'error': 26}, {'player_id': 11157, 'p_name': 'Turk Wendell', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/11157/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 975, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7b4953d_sabr.jpg', 'fangr_id': '975', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4124, 'first_name': 'Turk', 'last_name': 'Wendell', 'key_fangraphs': 975, 'key_bbref': 'wendetu01', 'key_retro': 'wendt001', 'key_mlbam': 124084, 'offense_col': 2}, 'position': 'P', 'innings': 76.2, 'range': 3, 'error': 16}, {'player_id': 11158, 'p_name': 'Mel Rojas', 'cost': 403, 'image': 'https://pddev.manticorum.com/api/v2/players/11158/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011153, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/ad8fc8c1_sabr.jpg', 'fangr_id': '1011153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4125, 'first_name': 'Mel', 'last_name': 'Rojas', 'key_fangraphs': 1011153, 'key_bbref': 'rojasme01', 'key_retro': 'rojam001', 'key_mlbam': 121404, 'offense_col': 2}, 'position': 'P', 'innings': 58.0, 'range': 1, 'error': 16}, {'player_id': 11275, 'p_name': 'John Franco', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11275/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 874, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '874', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4225, 'first_name': 'John', 'last_name': 'Franco', 'key_fangraphs': 874, 'key_bbref': 'francjo01', 'key_retro': 'franj001', 'key_mlbam': 114374, 'offense_col': 2}, 'position': 'P', 'innings': 64.2, 'range': 1, 'error': 0}, {'player_id': 10889, 'p_name': 'Hideo Nomo', 'cost': 970, 'image': 'https://pddev.manticorum.com/api/v2/players/10889/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 666, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/770b6679_sabr.jpg', 'fangr_id': '666', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3905, 'first_name': 'Hideo', 'last_name': 'Nomo', 'key_fangraphs': 666, 'key_bbref': 'nomohi01', 'key_retro': 'nomoh001', 'key_mlbam': 119827, 'offense_col': 2}, 'position': 'P', 'innings': 157.1, 'range': 4, 'error': 0}, {'player_id': 11027, 'p_name': 'Anthony Telford', 'cost': 1169, 'image': 'https://pddev.manticorum.com/api/v2/players/11027/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1282, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5dbaafe1_sabr.jpg', 'fangr_id': '1282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4011, 'first_name': 'Anthony', 'last_name': 'Telford', 'key_fangraphs': 1282, 'key_bbref': 'telfoan01', 'key_retro': 'telfa001', 'key_mlbam': 123177, 'offense_col': 2}, 'position': 'P', 'innings': 91.0, 'range': 2, 'error': 12}, {'player_id': 11098, 'p_name': 'Steve Kline', 'cost': 4543, 'image': 'https://pddev.manticorum.com/api/v2/players/11098/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1164, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a46688a0_sabr.jpg', 'fangr_id': '1164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4076, 'first_name': 'Steve', 'last_name': 'Kline', 'key_fangraphs': 1164, 'key_bbref': 'klinest02', 'key_retro': 'klins002', 'key_mlbam': 117157, 'offense_col': 1}, 'position': 'P', 'innings': 71.2, 'range': 3, 'error': 21}, {'player_id': 11569, 'p_name': 'Mike Thurman', 'cost': 2606, 'image': 'https://pddev.manticorum.com/api/v2/players/11569/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 852, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4343, 'first_name': 'Mike', 'last_name': 'Thurman', 'key_fangraphs': 852, 'key_bbref': 'thurmmi01', 'key_retro': 'thurm002', 'key_mlbam': 123327, 'offense_col': 3}, 'position': 'P', 'innings': 67.0, 'range': 3, 'error': 0}, {'player_id': 10890, 'p_name': 'Javier Vazquez', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/10890/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 801, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e5f63ffa_sabr.jpg', 'fangr_id': '801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2662, 'first_name': 'Javier', 'last_name': 'Vazquez', 'key_fangraphs': 801, 'key_bbref': 'vazquja01', 'key_retro': 'vazqj001', 'key_mlbam': 134320, 'offense_col': 3}, 'position': 'P', 'innings': 172.1, 'range': 3, 'error': 0}, {'player_id': 10891, 'p_name': 'Dustin Hermanson', 'cost': 3289, 'image': 'https://pddev.manticorum.com/api/v2/players/10891/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 195, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44b2a676_sabr.jpg', 'fangr_id': '195', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3906, 'first_name': 'Dustin', 'last_name': 'Hermanson', 'key_fangraphs': 195, 'key_bbref': 'hermadu01', 'key_retro': 'hermd001', 'key_mlbam': 115812, 'offense_col': 2}, 'position': 'P', 'innings': 187.0, 'range': 3, 'error': 26}, {'player_id': 11028, 'p_name': 'Shayne Bennett', 'cost': 3988, 'image': 'https://pddev.manticorum.com/api/v2/players/11028/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000847, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/02467606_sabr.jpg', 'fangr_id': '1000847', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4012, 'first_name': 'Shayne', 'last_name': 'Bennett', 'key_fangraphs': 1000847, 'key_bbref': 'bennesh01', 'key_retro': 'benns001', 'key_mlbam': 110875, 'offense_col': 2}, 'position': 'P', 'innings': 91.2, 'range': 3, 'error': 0}, {'player_id': 11159, 'p_name': 'Ugueth Urbina', 'cost': 4994, 'image': 'https://pddev.manticorum.com/api/v2/players/11159/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 216, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '216', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4126, 'first_name': 'Ugueth', 'last_name': 'Urbina', 'key_fangraphs': 216, 'key_bbref': 'urbinug01', 'key_retro': 'urbiu001', 'key_mlbam': 123584, 'offense_col': 2}, 'position': 'P', 'innings': 69.1, 'range': 5, 'error': 0}, {'player_id': 11502, 'p_name': 'Mike Williams', 'cost': 1428, 'image': 'https://pddev.manticorum.com/api/v2/players/11502/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '1014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4297, 'first_name': 'Mike', 'last_name': 'Williams', 'key_fangraphs': 1014, 'key_bbref': 'willimi03', 'key_retro': 'willm005', 'key_mlbam': 124328, 'offense_col': 1}, 'position': 'P', 'innings': 51.0, 'range': 2, 'error': 21}, {'player_id': 11029, 'p_name': 'Eric Plunk', 'cost': 467, 'image': 'https://pddev.manticorum.com/api/v2/players/11029/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010400, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c4fce22e_sabr.jpg', 'fangr_id': '1010400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4013, 'first_name': 'Eric', 'last_name': 'Plunk', 'key_fangraphs': 1010400, 'key_bbref': 'plunker01', 'key_retro': 'plune001', 'key_mlbam': 120631, 'offense_col': 3}, 'position': 'P', 'innings': 72.2, 'range': 5, 'error': 50}, {'player_id': 11310, 'p_name': 'Bronswell Patrick', 'cost': 150, 'image': 'https://pddev.manticorum.com/api/v2/players/11310/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010054, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'fangr_id': '1010054', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4244, 'first_name': 'Bronswell', 'last_name': 'Patrick', 'key_fangraphs': 1010054, 'key_bbref': 'patribr01', 'key_retro': 'patrb001', 'key_mlbam': 132940, 'offense_col': 3}, 'position': 'P', 'innings': 78.2, 'range': 4, 'error': 0}, {'player_id': 10892, 'p_name': 'David Weathers', 'cost': 134, 'image': 'https://pddev.manticorum.com/api/v2/players/10892/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 902, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62bb7c79_sabr.jpg', 'fangr_id': '902', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2588, 'first_name': 'David', 'last_name': 'Weathers', 'key_fangraphs': 902, 'key_bbref': 'weathda01', 'key_retro': 'weatd001', 'key_mlbam': 124000, 'offense_col': 1}, 'position': 'P', 'innings': 110.0, 'range': 3, 'error': 0}, {'player_id': 11099, 'p_name': 'Steve Woodard', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/11099/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1285, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/aa3f3d11_sabr.jpg', 'fangr_id': '1285', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4077, 'first_name': 'Steve', 'last_name': 'Woodard', 'key_fangraphs': 1285, 'key_bbref': 'woodast01', 'key_retro': 'woods001', 'key_mlbam': 124548, 'offense_col': 3}, 'position': 'P', 'innings': 165.2, 'range': 4, 'error': 12}, {'player_id': 10893, 'p_name': 'Scott Karl', 'cost': 101, 'image': 'https://pddev.manticorum.com/api/v2/players/10893/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006703, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fec73111_sabr.jpg', 'fangr_id': '1006703', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3907, 'first_name': 'Scott', 'last_name': 'Karl', 'key_fangraphs': 1006703, 'key_bbref': 'karlsc01', 'key_retro': 'karls001', 'key_mlbam': 116845, 'offense_col': 1}, 'position': 'P', 'innings': 192.1, 'range': 2, 'error': 0}, {'player_id': 10894, 'p_name': 'Jose Lima', 'cost': 730, 'image': 'https://pddev.manticorum.com/api/v2/players/10894/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 475, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/be226b55_sabr.jpg', 'fangr_id': '475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3908, 'first_name': 'Jose', 'last_name': 'Lima', 'key_fangraphs': 475, 'key_bbref': 'limajo01', 'key_retro': 'limaj001', 'key_mlbam': 117769, 'offense_col': 1}, 'position': 'P', 'innings': 233.1, 'range': 3, 'error': 15}, {'player_id': 11030, 'p_name': 'CJ Nitkowski', 'cost': 430, 'image': 'https://pddev.manticorum.com/api/v2/players/11030/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 570, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8c89e06e_davis.jpg', 'fangr_id': '570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4014, 'first_name': 'CJ', 'last_name': 'Nitkowski', 'key_fangraphs': 570, 'key_bbref': 'nitkoc.01', 'key_retro': 'nitkc001', 'key_mlbam': 119809, 'offense_col': 2}, 'position': 'P', 'innings': 59.2, 'range': 3, 'error': 0}, {'player_id': 11100, 'p_name': 'Jeff Shaw', 'cost': 116, 'image': 'https://pddev.manticorum.com/api/v2/players/11100/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011823, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b8433664_sabr.jpg', 'fangr_id': '1011823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4078, 'first_name': 'Jeff', 'last_name': 'Shaw', 'key_fangraphs': 1011823, 'key_bbref': 'shawje01', 'key_retro': 'shawj001', 'key_mlbam': 122079, 'offense_col': 2}, 'position': 'P', 'innings': 85.0, 'range': 1, 'error': 31}, {'player_id': 10895, 'p_name': 'Carlos Perez', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10895/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010179, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f809b14b_sabr.jpg', 'fangr_id': '1010179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3909, 'first_name': 'Carlos', 'last_name': 'Perez', 'key_fangraphs': 1010179, 'key_bbref': 'perezca01', 'key_retro': 'perec001', 'key_mlbam': 120405, 'offense_col': 1}, 'position': 'P', 'innings': 241.0, 'range': 3, 'error': 0}, {'player_id': 11483, 'p_name': 'Alvin Morman', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11483/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009193, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1009193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4280, 'first_name': 'Alvin', 'last_name': 'Morman', 'key_fangraphs': 1009193, 'key_bbref': 'mormaal01', 'key_retro': 'morma001', 'key_mlbam': 119387, 'offense_col': 3}, 'position': 'P', 'innings': 29.0, 'range': 3, 'error': 0}, {'player_id': 10896, 'p_name': 'Orel Hershiser', 'cost': 96, 'image': 'https://pddev.manticorum.com/api/v2/players/10896/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005741, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/044d4ede_sabr.jpg', 'fangr_id': '1005741', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3910, 'first_name': 'Orel', 'last_name': 'Hershiser', 'key_fangraphs': 1005741, 'key_bbref': 'hershor01', 'key_retro': 'herso001', 'key_mlbam': 115861, 'offense_col': 1}, 'position': 'P', 'innings': 202.0, 'range': 2, 'error': 6}, {'player_id': 10897, 'p_name': 'Denny Neagle', 'cost': 277, 'image': 'https://pddev.manticorum.com/api/v2/players/10897/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 441, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12dde0e3_sabr.jpg', 'fangr_id': '441', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3911, 'first_name': 'Denny', 'last_name': 'Neagle', 'key_fangraphs': 441, 'key_bbref': 'neaglde01', 'key_retro': 'neagd001', 'key_mlbam': 119673, 'offense_col': 2}, 'position': 'P', 'innings': 210.1, 'range': 4, 'error': 0}, {'player_id': 11522, 'p_name': 'John Rocker', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11522/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1273, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1273', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4316, 'first_name': 'John', 'last_name': 'Rocker', 'key_fangraphs': 1273, 'key_bbref': 'rockejo01', 'key_retro': 'rockj001', 'key_mlbam': 132340, 'offense_col': 1}, 'position': 'P', 'innings': 38.0, 'range': 3, 'error': 0}, {'player_id': 10898, 'p_name': 'Greg Maddux', 'cost': 3524, 'image': 'https://pddev.manticorum.com/api/v2/players/10898/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 104, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d13d4022_sabr.jpg', 'fangr_id': '104', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2640, 'first_name': 'Greg', 'last_name': 'Maddux', 'key_fangraphs': 104, 'key_bbref': 'maddugr01', 'key_retro': 'maddg002', 'key_mlbam': 118120, 'offense_col': 1}, 'position': 'P', 'innings': 251.0, 'range': 1, 'error': 12}, {'player_id': 11570, 'p_name': 'Rudy Seanez', 'cost': 5086, 'image': 'https://pddev.manticorum.com/api/v2/players/11570/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1279, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2791, 'first_name': 'Rudy', 'last_name': 'Seanez', 'key_fangraphs': 1279, 'key_bbref': 'seaneru01', 'key_retro': 'seanr001', 'key_mlbam': 121955, 'offense_col': 3}, 'position': 'P', 'innings': 36.0, 'range': 5, 'error': 0}, {'player_id': 11523, 'p_name': 'Scott Sanders', 'cost': 1286, 'image': 'https://pddev.manticorum.com/api/v2/players/11523/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011423, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'fangr_id': '1011423', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4317, 'first_name': 'Scott', 'last_name': 'Sanders', 'key_fangraphs': 1011423, 'key_bbref': 'sandesc02', 'key_retro': 'sands002', 'key_mlbam': 121676, 'offense_col': 1}, 'position': 'P', 'innings': 40.1, 'range': 2, 'error': 27}, {'player_id': 11474, 'p_name': 'Mark Langston', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11474/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007323, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a816a2ac_sabr.jpg', 'fangr_id': '1007323', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4271, 'first_name': 'Mark', 'last_name': 'Langston', 'key_fangraphs': 1007323, 'key_bbref': 'langsma01', 'key_retro': 'langm001', 'key_mlbam': 117480, 'offense_col': 3}, 'position': 'P', 'innings': 81.1, 'range': 3, 'error': 15}, {'player_id': 11031, 'p_name': 'Dan Miceli', 'cost': 1102, 'image': 'https://pddev.manticorum.com/api/v2/players/11031/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1463, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bc7329b_sabr.jpg', 'fangr_id': '1463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4015, 'first_name': 'Dan', 'last_name': 'Miceli', 'key_fangraphs': 1463, 'key_bbref': 'micelda01', 'key_retro': 'miced001', 'key_mlbam': 119023, 'offense_col': 2}, 'position': 'P', 'innings': 72.2, 'range': 5, 'error': 0}, {'player_id': 10899, 'p_name': 'Joey Hamilton', 'cost': 312, 'image': 'https://pddev.manticorum.com/api/v2/players/10899/pitchingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 328, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0bb8e5b_sabr.jpg', 'fangr_id': '328', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3912, 'first_name': 'Joey', 'last_name': 'Hamilton', 'key_fangraphs': 328, 'key_bbref': 'hamiljo02', 'key_retro': 'hamij002', 'key_mlbam': 115383, 'offense_col': 2}, 'position': 'P', 'innings': 217.1, 'range': 3, 'error': 18}, {'player_id': 11032, 'p_name': 'Chad Fox', 'cost': 131, 'image': 'https://pddev.manticorum.com/api/v2/players/11032/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 684, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/11b2aef8_sabr.jpg', 'fangr_id': '684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4016, 'first_name': 'Chad', 'last_name': 'Fox', 'key_fangraphs': 684, 'key_bbref': 'foxch02', 'key_retro': 'fox-c001', 'key_mlbam': 114354, 'offense_col': 2}, 'position': 'P', 'innings': 57.0, 'range': 4, 'error': 0}, {'player_id': 11276, 'p_name': 'Brian Edmondson', 'cost': 1316, 'image': 'https://pddev.manticorum.com/api/v2/players/11276/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003677, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2347728f_sabr.jpg', 'fangr_id': '1003677', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4226, 'first_name': 'Brian', 'last_name': 'Edmondson', 'key_fangraphs': 1003677, 'key_bbref': 'edmonbr01', 'key_retro': 'edmob001', 'key_mlbam': 133228, 'offense_col': 2}, 'position': 'P', 'innings': 76.0, 'range': 3, 'error': 33}, {'player_id': 11101, 'p_name': 'Alberto Reyes', 'cost': 37, 'image': 'https://pddev.manticorum.com/api/v2/players/11101/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d8d2a063_sabr.jpg', 'fangr_id': '1005', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3170, 'first_name': 'Alberto', 'last_name': 'Reyes', 'key_fangraphs': 1005, 'key_bbref': 'reyesal01', 'key_retro': 'reyea001', 'key_mlbam': 121099, 'offense_col': 1}, 'position': 'P', 'innings': 57.0, 'range': 4, 'error': 51}, {'player_id': 11160, 'p_name': 'Darrin Winston', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/11160/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014142, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b5a6dc6_davis.jpg', 'fangr_id': '1014142', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4127, 'first_name': 'Darrin', 'last_name': 'Winston', 'key_fangraphs': 1014142, 'key_bbref': 'winstda01', 'key_retro': 'winsd001', 'key_mlbam': 124461, 'offense_col': 2}, 'position': 'P', 'innings': 25.0, 'range': 3, 'error': 0}, {'player_id': 11161, 'p_name': 'Matt Whiteside', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11161/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1956, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b8129b5_sabr.jpg', 'fangr_id': '1956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4128, 'first_name': 'Matt', 'last_name': 'Whiteside', 'key_fangraphs': 1956, 'key_bbref': 'whitema02', 'key_retro': 'whitm002', 'key_mlbam': 124209, 'offense_col': 2}, 'position': 'P', 'innings': 18.0, 'range': 3, 'error': 0}, {'player_id': 10900, 'p_name': 'Kevin Millwood', 'cost': 892, 'image': 'https://pddev.manticorum.com/api/v2/players/10900/pitchingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 106, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aef4886_sabr.jpg', 'fangr_id': '106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2291, 'first_name': 'Kevin', 'last_name': 'Millwood', 'key_fangraphs': 106, 'key_bbref': 'millwke01', 'key_retro': 'millk004', 'key_mlbam': 119154, 'offense_col': 2}, 'position': 'P', 'innings': 174.1, 'range': 4, 'error': 11}, {'player_id': 10901, 'p_name': 'Tyler Green', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/10901/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005014, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1902d4a2_sabr.jpg', 'fangr_id': '1005014', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3913, 'first_name': 'Tyler', 'last_name': 'Green', 'key_fangraphs': 1005014, 'key_bbref': 'greenty01', 'key_retro': 'greet002', 'key_mlbam': 115095, 'offense_col': 1}, 'position': 'P', 'innings': 159.1, 'range': 3, 'error': 38}, {'player_id': 10902, 'p_name': 'Jose Silva', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10902/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 354, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4a323b55_sabr.jpg', 'fangr_id': '354', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3914, 'first_name': 'Jose', 'last_name': 'Silva', 'key_fangraphs': 354, 'key_bbref': 'silvajo01', 'key_retro': 'silvj001', 'key_mlbam': 122231, 'offense_col': 2}, 'position': 'P', 'innings': 100.1, 'range': 3, 'error': 0}, {'player_id': 11102, 'p_name': 'Brad Clontz', 'cost': 4813, 'image': 'https://pddev.manticorum.com/api/v2/players/11102/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002360, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/dc0b140f_sabr.jpg', 'fangr_id': '1002360', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4079, 'first_name': 'Brad', 'last_name': 'Clontz', 'key_fangraphs': 1002360, 'key_bbref': 'clontbr01', 'key_retro': 'clonb001', 'key_mlbam': 112413, 'offense_col': 2}, 'position': 'P', 'innings': 23.2, 'range': 5, 'error': 51}, {'player_id': 11162, 'p_name': 'Antonio Osuna', 'cost': 3473, 'image': 'https://pddev.manticorum.com/api/v2/players/11162/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 249, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4129, 'first_name': 'Antonio', 'last_name': 'Osuna', 'key_fangraphs': 249, 'key_bbref': 'osunaan01', 'key_retro': 'osuna002', 'key_mlbam': 120107, 'offense_col': 2}, 'position': 'P', 'innings': 64.2, 'range': 3, 'error': 26}, {'player_id': 10903, 'p_name': 'Miguel Batista', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/10903/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 46, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/44e39fc7_sabr.jpg', 'fangr_id': '46', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2300, 'first_name': 'Miguel', 'last_name': 'Batista', 'key_fangraphs': 46, 'key_bbref': 'batismi01', 'key_retro': 'batim001', 'key_mlbam': 110683, 'offense_col': 2}, 'position': 'P', 'innings': 135.0, 'range': 3, 'error': 10}, {'player_id': 10904, 'p_name': 'Marc Valdes', 'cost': 144, 'image': 'https://pddev.manticorum.com/api/v2/players/10904/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013313, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/dfa02a2b_sabr.jpg', 'fangr_id': '1013313', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3915, 'first_name': 'Marc', 'last_name': 'Valdes', 'key_fangraphs': 1013313, 'key_bbref': 'valdema01', 'key_retro': 'valdm001', 'key_mlbam': 123596, 'offense_col': 1}, 'position': 'P', 'innings': 36.1, 'range': 2, 'error': 0}, {'player_id': 11238, 'p_name': 'Mike Maddux', 'cost': 3449, 'image': 'https://pddev.manticorum.com/api/v2/players/11238/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007951, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1007951', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4194, 'first_name': 'Mike', 'last_name': 'Maddux', 'key_fangraphs': 1007951, 'key_bbref': 'maddumi01', 'key_retro': 'maddm002', 'key_mlbam': 118121, 'offense_col': 2}, 'position': 'P', 'innings': 55.2, 'range': 3, 'error': 0}, {'player_id': 11239, 'p_name': 'Carl Pavano', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11239/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 790, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '790', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2321, 'first_name': 'Carl', 'last_name': 'Pavano', 'key_fangraphs': 790, 'key_bbref': 'pavanca01', 'key_retro': 'pavac001', 'key_mlbam': 134321, 'offense_col': 3}, 'position': 'P', 'innings': 134.2, 'range': 3, 'error': 20}, {'player_id': 11277, 'p_name': 'Ron Mahay', 'cost': 441, 'image': 'https://pddev.manticorum.com/api/v2/players/11277/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 290, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/49a406d1_sabr.jpg', 'fangr_id': '290', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2786, 'first_name': 'Ron', 'last_name': 'Mahay', 'key_fangraphs': 290, 'key_bbref': 'mahayro01', 'key_retro': 'mahar001', 'key_mlbam': 118158, 'offense_col': 3}, 'position': 'P', 'innings': 26.0, 'range': 4, 'error': 51}, {'player_id': 11278, 'p_name': 'Joe Fontenot', 'cost': 4, 'image': 'https://pddev.manticorum.com/api/v2/players/11278/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/fcb3ae58_davis.jpg', 'fangr_id': '1004206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4227, 'first_name': 'Joe', 'last_name': 'Fontenot', 'key_fangraphs': 1004206, 'key_bbref': 'fontejo01', 'key_retro': 'fontj001', 'key_mlbam': 133227, 'offense_col': 2}, 'position': 'P', 'innings': 42.2, 'range': 1, 'error': 0}, {'player_id': 11475, 'p_name': 'Matt Mantei', 'cost': 5251, 'image': 'https://pddev.manticorum.com/api/v2/players/11475/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 64, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '64', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4272, 'first_name': 'Matt', 'last_name': 'Mantei', 'key_fangraphs': 64, 'key_bbref': 'mantema01', 'key_retro': 'mantm001', 'key_mlbam': 118256, 'offense_col': 3}, 'position': 'P', 'innings': 54.2, 'range': 4, 'error': 0}, {'player_id': 11311, 'p_name': 'Ryan Dempster', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11311/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 517, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '517', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1933, 'first_name': 'Ryan', 'last_name': 'Dempster', 'key_fangraphs': 517, 'key_bbref': 'dempsry01', 'key_retro': 'dempr002', 'key_mlbam': 133225, 'offense_col': 3}, 'position': 'P', 'innings': 54.2, 'range': 2, 'error': 0}, {'player_id': 10905, 'p_name': 'Pat Hentgen', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10905/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 145, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10aa412a_sabr.jpg', 'fangr_id': '145', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3916, 'first_name': 'Pat', 'last_name': 'Hentgen', 'key_fangraphs': 145, 'key_bbref': 'hentgpa01', 'key_retro': 'hentp001', 'key_mlbam': 115797, 'offense_col': 2}, 'position': 'P', 'innings': 177.2, 'range': 3, 'error': 15}, {'player_id': 11484, 'p_name': 'Robert Person', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11484/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 966, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '966', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4281, 'first_name': 'Robert', 'last_name': 'Person', 'key_fangraphs': 966, 'key_bbref': 'persoro01', 'key_retro': 'persr001', 'key_mlbam': 120447, 'offense_col': 2}, 'position': 'P', 'innings': 38.1, 'range': 5, 'error': 51}, {'player_id': 11571, 'p_name': 'Dave Stieb', 'cost': 412, 'image': 'https://pddev.manticorum.com/api/v2/players/11571/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012532, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1012532', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4344, 'first_name': 'Dave', 'last_name': 'Stieb', 'key_fangraphs': 1012532, 'key_bbref': 'stiebda01', 'key_retro': 'stied001', 'key_mlbam': 122791, 'offense_col': 2}, 'position': 'P', 'innings': 50.1, 'range': 3, 'error': 0}, {'player_id': 11033, 'p_name': 'Brian Bohanon', 'cost': 3486, 'image': 'https://pddev.manticorum.com/api/v2/players/11033/pitchingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001126, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/add83de2_sabr.jpg', 'fangr_id': '1001126', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4017, 'first_name': 'Brian', 'last_name': 'Bohanon', 'key_fangraphs': 1001126, 'key_bbref': 'bohanbr01', 'key_retro': 'bohab001', 'key_mlbam': 111155, 'offense_col': 2}, 'position': 'P', 'innings': 151.2, 'range': 1, 'error': 12}, {'player_id': 10906, 'p_name': 'Masato Yoshii', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10906/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 807, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7d2e479a_sabr.jpg', 'fangr_id': '807', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3917, 'first_name': 'Masato', 'last_name': 'Yoshii', 'key_fangraphs': 807, 'key_bbref': 'yoshima01', 'key_retro': 'yoshm001', 'key_mlbam': 134180, 'offense_col': 2}, 'position': 'P', 'innings': 171.2, 'range': 3, 'error': 24}, {'player_id': 11572, 'p_name': 'Bill Pulsipher', 'cost': 461, 'image': 'https://pddev.manticorum.com/api/v2/players/11572/pitchingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 842, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '842', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4345, 'first_name': 'Bill', 'last_name': 'Pulsipher', 'key_fangraphs': 842, 'key_bbref': 'pulsibi01', 'key_retro': 'pulsb001', 'key_mlbam': 120802, 'offense_col': 3}, 'position': 'P', 'innings': 72.1, 'range': 3, 'error': 0}, {'player_id': 10907, 'p_name': 'Bobby Witt', 'cost': 273, 'image': 'https://pddev.manticorum.com/api/v2/players/10907/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014170, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52c6226a_sabr.jpg', 'fangr_id': '1014170', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3918, 'first_name': 'Bobby', 'last_name': 'Witt', 'key_fangraphs': 1014170, 'key_bbref': 'wittbo01', 'key_retro': 'wittb001', 'key_mlbam': 124492, 'offense_col': 2}, 'position': 'P', 'innings': 116.2, 'range': 4, 'error': 31}, {'player_id': 11503, 'p_name': 'Steve Parris', 'cost': 103, 'image': 'https://pddev.manticorum.com/api/v2/players/11503/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1316, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'fangr_id': '1316', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4298, 'first_name': 'Steve', 'last_name': 'Parris', 'key_fangraphs': 1316, 'key_bbref': 'parrist01', 'key_retro': 'parrs001', 'key_mlbam': 120247, 'offense_col': 3}, 'position': 'P', 'innings': 99.0, 'range': 2, 'error': 0}, {'player_id': 11034, 'p_name': 'Scott Sullivan', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11034/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 357, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6c57c9ce_sabr.jpg', 'fangr_id': '357', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4018, 'first_name': 'Scott', 'last_name': 'Sullivan', 'key_fangraphs': 357, 'key_bbref': 'sullisc01', 'key_retro': 'sulls001', 'key_mlbam': 122975, 'offense_col': 3}, 'position': 'P', 'innings': 102.0, 'range': 3, 'error': 14}, {'player_id': 10908, 'p_name': 'Stan Belinda', 'cost': 4436, 'image': 'https://pddev.manticorum.com/api/v2/players/10908/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000792, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/73f463a7_sabr.jpg', 'fangr_id': '1000792', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3919, 'first_name': 'Stan', 'last_name': 'Belinda', 'key_fangraphs': 1000792, 'key_bbref': 'belinst01', 'key_retro': 'belis001', 'key_mlbam': 110811, 'offense_col': 2}, 'position': 'P', 'innings': 61.1, 'range': 3, 'error': 42}, {'player_id': 11035, 'p_name': 'Sean Bergman', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/11035/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000881, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/faddf258_sabr.jpg', 'fangr_id': '1000881', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4019, 'first_name': 'Sean', 'last_name': 'Bergman', 'key_fangraphs': 1000881, 'key_bbref': 'bergmse01', 'key_retro': 'bergs001', 'key_mlbam': 110909, 'offense_col': 3}, 'position': 'P', 'innings': 172.0, 'range': 3, 'error': 10}, {'player_id': 11036, 'p_name': 'Randy Johnson', 'cost': 669, 'image': 'https://pddev.manticorum.com/api/v2/players/11036/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 60, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e905e1ef_br.jpg', 'fangr_id': '60', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2776, 'first_name': 'Randy', 'last_name': 'Johnson', 'key_fangraphs': 60, 'key_bbref': 'johnsra05', 'key_retro': 'johnr005', 'key_mlbam': 116615, 'offense_col': 3}, 'position': 'P', 'innings': 244.1, 'range': 4, 'error': 51}, {'player_id': 11504, 'p_name': 'Eric Ludwick', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11504/pitchingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007816, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1007816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4299, 'first_name': 'Eric', 'last_name': 'Ludwick', 'key_fangraphs': 1007816, 'key_bbref': 'ludwier01', 'key_retro': 'ludwe001', 'key_mlbam': 117984, 'offense_col': 3}, 'position': 'P', 'innings': 32.2, 'range': 3, 'error': 42}, {'player_id': 11476, 'p_name': 'Yorkis Perez', 'cost': 3578, 'image': 'https://pddev.manticorum.com/api/v2/players/11476/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1513, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/98fef4bf_sabr.jpg', 'fangr_id': '1513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4273, 'first_name': 'Yorkis', 'last_name': 'Perez', 'key_fangraphs': 1513, 'key_bbref': 'perezyo01', 'key_retro': 'perey001', 'key_mlbam': 120417, 'offense_col': 3}, 'position': 'P', 'innings': 52.0, 'range': 3, 'error': 27}, {'player_id': 11477, 'p_name': 'Carlton Loewer', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/11477/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1713, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'fangr_id': '1713', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4274, 'first_name': 'Carlton', 'last_name': 'Loewer', 'key_fangraphs': 1713, 'key_bbref': 'loeweca01', 'key_retro': 'loewc001', 'key_mlbam': 133780, 'offense_col': 3}, 'position': 'P', 'innings': 122.2, 'range': 3, 'error': 13}, {'player_id': 10909, 'p_name': 'Al Leiter', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10909/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 883, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b348f411_sabr.jpg', 'fangr_id': '883', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3920, 'first_name': 'Al', 'last_name': 'Leiter', 'key_fangraphs': 883, 'key_bbref': 'leiteal01', 'key_retro': 'leita001', 'key_mlbam': 117652, 'offense_col': 1}, 'position': 'P', 'innings': 193.0, 'range': 4, 'error': 0}, {'player_id': 10910, 'p_name': 'Mike Morgan', 'cost': 77, 'image': 'https://pddev.manticorum.com/api/v2/players/10910/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 67, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a7727193_sabr.jpg', 'fangr_id': '67', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3921, 'first_name': 'Mike', 'last_name': 'Morgan', 'key_fangraphs': 67, 'key_bbref': 'morgami01', 'key_retro': 'morgm001', 'key_mlbam': 119374, 'offense_col': 1}, 'position': 'P', 'innings': 120.2, 'range': 1, 'error': 8}, {'player_id': 10911, 'p_name': 'Glendon Rusch', 'cost': 999, 'image': 'https://pddev.manticorum.com/api/v2/players/10911/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 707, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cd4ca593_sabr.jpg', 'fangr_id': '707', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2638, 'first_name': 'Glendon', 'last_name': 'Rusch', 'key_fangraphs': 707, 'key_bbref': 'ruschgl01', 'key_retro': 'ruscg001', 'key_mlbam': 121556, 'offense_col': 3}, 'position': 'P', 'innings': 154.2, 'range': 3, 'error': 10}, {'player_id': 11163, 'p_name': 'Jim Pittsley', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11163/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7fa478ae_davis.jpg', 'fangr_id': '1010379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4130, 'first_name': 'Jim', 'last_name': 'Pittsley', 'key_fangraphs': 1010379, 'key_bbref': 'pittsji01', 'key_retro': 'pittj002', 'key_mlbam': 120609, 'offense_col': 1}, 'position': 'P', 'innings': 68.1, 'range': 3, 'error': 33}, {'player_id': 10912, 'p_name': 'Jimmy Key', 'cost': 138, 'image': 'https://pddev.manticorum.com/api/v2/players/10912/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006885, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eee5289f_sabr.jpg', 'fangr_id': '1006885', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3922, 'first_name': 'Jimmy', 'last_name': 'Key', 'key_fangraphs': 1006885, 'key_bbref': 'keyji01', 'key_retro': 'key-j001', 'key_mlbam': 117032, 'offense_col': 1}, 'position': 'P', 'innings': 79.1, 'range': 3, 'error': 0}, {'player_id': 11103, 'p_name': 'Scott Kamieniecki', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11103/pitchingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006681, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4ef2b981_sabr.jpg', 'fangr_id': '1006681', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4080, 'first_name': 'Scott', 'last_name': 'Kamieniecki', 'key_fangraphs': 1006681, 'key_bbref': 'kamiesc01', 'key_retro': 'kamis001', 'key_mlbam': 116824, 'offense_col': 2}, 'position': 'P', 'innings': 54.2, 'range': 1, 'error': 0}, {'player_id': 10913, 'p_name': 'Greg Keagle', 'cost': 316, 'image': 'https://pddev.manticorum.com/api/v2/players/10913/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006726, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/04856254_davis.jpg', 'fangr_id': '1006726', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3923, 'first_name': 'Greg', 'last_name': 'Keagle', 'key_fangraphs': 1006726, 'key_bbref': 'keaglgr01', 'key_retro': 'keagg001', 'key_mlbam': 116871, 'offense_col': 1}, 'position': 'P', 'innings': 38.2, 'range': 3, 'error': 0}, {'player_id': 11195, 'p_name': 'Doug Brocail', 'cost': 4089, 'image': 'https://pddev.manticorum.com/api/v2/players/11195/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 551, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/117b6258_sabr.jpg', 'fangr_id': '551', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2595, 'first_name': 'Doug', 'last_name': 'Brocail', 'key_fangraphs': 551, 'key_bbref': 'brocado01', 'key_retro': 'brocd001', 'key_mlbam': 111492, 'offense_col': 3}, 'position': 'P', 'innings': 62.2, 'range': 3, 'error': 0}, {'player_id': 11240, 'p_name': 'Todd Jones', 'cost': 1417, 'image': 'https://pddev.manticorum.com/api/v2/players/11240/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 436, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5ec10c72_sabr.jpg', 'fangr_id': '436', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2826, 'first_name': 'Todd', 'last_name': 'Jones', 'key_fangraphs': 436, 'key_bbref': 'jonesto02', 'key_retro': 'jonet003', 'key_mlbam': 116734, 'offense_col': 1}, 'position': 'P', 'innings': 63.1, 'range': 3, 'error': 0}, {'player_id': 10914, 'p_name': 'Scott Eyre', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10914/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1300, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e4cf4bb_sabr.jpg', 'fangr_id': '1300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3175, 'first_name': 'Scott', 'last_name': 'Eyre', 'key_fangraphs': 1300, 'key_bbref': 'eyresc01', 'key_retro': 'eyres001', 'key_mlbam': 113961, 'offense_col': 2}, 'position': 'P', 'innings': 107.0, 'range': 3, 'error': 15}, {'player_id': 11037, 'p_name': 'Rick Aguilera', 'cost': 375, 'image': 'https://pddev.manticorum.com/api/v2/players/11037/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000086, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c29fd34b_sabr.jpg', 'fangr_id': '1000086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4020, 'first_name': 'Rick', 'last_name': 'Aguilera', 'key_fangraphs': 1000086, 'key_bbref': 'aguilri01', 'key_retro': 'aguir001', 'key_mlbam': 110090, 'offense_col': 2}, 'position': 'P', 'innings': 74.1, 'range': 4, 'error': 0}, {'player_id': 10915, 'p_name': 'Eric Milton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10915/pitchingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 743, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fcf1ef5c_sabr.jpg', 'fangr_id': '743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3924, 'first_name': 'Eric', 'last_name': 'Milton', 'key_fangraphs': 743, 'key_bbref': 'miltoer01', 'key_retro': 'milte001', 'key_mlbam': 132980, 'offense_col': 1}, 'position': 'P', 'innings': 172.1, 'range': 4, 'error': 0}, {'player_id': 11104, 'p_name': 'Chad Ogea', 'cost': 109, 'image': 'https://pddev.manticorum.com/api/v2/players/11104/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009744, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/e634356a_sabr.jpg', 'fangr_id': '1009744', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4081, 'first_name': 'Chad', 'last_name': 'Ogea', 'key_fangraphs': 1009744, 'key_bbref': 'ogeach01', 'key_retro': 'ogeac001', 'key_mlbam': 119952, 'offense_col': 1}, 'position': 'P', 'innings': 69.0, 'range': 4, 'error': 0}, {'player_id': 11524, 'p_name': 'Scott Aldred', 'cost': 4508, 'image': 'https://pddev.manticorum.com/api/v2/players/11524/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000115, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'fangr_id': '1000115', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4318, 'first_name': 'Scott', 'last_name': 'Aldred', 'key_fangraphs': 1000115, 'key_bbref': 'aldresc01', 'key_retro': 'aldrs001', 'key_mlbam': 110118, 'offense_col': 1}, 'position': 'P', 'innings': 31.1, 'range': 1, 'error': 0}, {'player_id': 11164, 'p_name': 'Jason Johnson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11164/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 147, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/64b40203_sabr.jpg', 'fangr_id': '147', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3160, 'first_name': 'Jason', 'last_name': 'Johnson', 'key_fangraphs': 147, 'key_bbref': 'johnsja02', 'key_retro': 'johnj007', 'key_mlbam': 116595, 'offense_col': 1}, 'position': 'P', 'innings': 60.0, 'range': 5, 'error': 0}, {'player_id': 11165, 'p_name': 'Julio Santana', 'cost': 759, 'image': 'https://pddev.manticorum.com/api/v2/players/11165/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 496, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d69ec2be_sabr.jpg', 'fangr_id': '496', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4131, 'first_name': 'Julio', 'last_name': 'Santana', 'key_fangraphs': 496, 'key_bbref': 'santaju01', 'key_retro': 'santj001', 'key_mlbam': 121690, 'offense_col': 1}, 'position': 'P', 'innings': 145.2, 'range': 4, 'error': 31}, {'player_id': 10916, 'p_name': 'Aaron Sele', 'cost': 76, 'image': 'https://pddev.manticorum.com/api/v2/players/10916/pitchingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 34, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/50974fb9_sabr.jpg', 'fangr_id': '34', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3925, 'first_name': 'Aaron', 'last_name': 'Sele', 'key_fangraphs': 34, 'key_bbref': 'seleaa01', 'key_retro': 'selea001', 'key_mlbam': 121986, 'offense_col': 1}, 'position': 'P', 'innings': 212.2, 'range': 3, 'error': 15}, {'player_id': 11038, 'p_name': 'Darren Oliver', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/11038/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2c3ca278_sabr.jpg', 'fangr_id': '206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1930, 'first_name': 'Darren', 'last_name': 'Oliver', 'key_fangraphs': 206, 'key_bbref': 'oliveda02', 'key_retro': 'olivd001', 'key_mlbam': 119984, 'offense_col': 1}, 'position': 'P', 'innings': 160.1, 'range': 3, 'error': 10}, {'player_id': 11105, 'p_name': 'Hideki Irabu', 'cost': 326, 'image': 'https://pddev.manticorum.com/api/v2/players/11105/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1255, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c862a1cb_sabr.jpg', 'fangr_id': '1255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4082, 'first_name': 'Hideki', 'last_name': 'Irabu', 'key_fangraphs': 1255, 'key_bbref': 'irabuhi01', 'key_retro': 'irabh001', 'key_mlbam': 116400, 'offense_col': 1}, 'position': 'P', 'innings': 173.0, 'range': 4, 'error': 24}, {'player_id': 10917, 'p_name': 'Roger Clemens', 'cost': 2479, 'image': 'https://pddev.manticorum.com/api/v2/players/10917/pitchingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b5a2be2f_br.jpg', 'fangr_id': '815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3926, 'first_name': 'Roger', 'last_name': 'Clemens', 'key_fangraphs': 815, 'key_bbref': 'clemero02', 'key_retro': 'clemr001', 'key_mlbam': 112388, 'offense_col': 1}, 'position': 'P', 'innings': 234.2, 'range': 4, 'error': 8}, {'player_id': 10918, 'p_name': 'Bobby Jones', 'cost': 5, 'image': 'https://pddev.manticorum.com/api/v2/players/10918/pitchingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1039, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8b599437_sabr.jpg', 'fangr_id': '1039', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3927, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1039, 'key_bbref': 'jonesbo03', 'key_retro': 'joneb003', 'key_mlbam': 116717, 'offense_col': 2}, 'position': 'P', 'innings': 195.1, 'range': 2, 'error': 11}, {'player_id': 11525, 'p_name': 'Jin Ho Cho', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11525/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002203, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '1002203', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4319, 'first_name': 'Jin Ho', 'last_name': 'Cho', 'key_fangraphs': 1002203, 'key_bbref': 'choji01', 'key_retro': 'cho-j001', 'key_mlbam': 135380, 'offense_col': 1}, 'position': 'P', 'innings': 18.2, 'range': 4, 'error': 0}, {'player_id': 11279, 'p_name': 'Dwight Gooden', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/11279/pitchingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004852, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d9e52fa4_sabr.jpg', 'fangr_id': '1004852', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4228, 'first_name': 'Dwight', 'last_name': 'Gooden', 'key_fangraphs': 1004852, 'key_bbref': 'goodedw01', 'key_retro': 'goodd001', 'key_mlbam': 114947, 'offense_col': 2}, 'position': 'P', 'innings': 134.0, 'range': 3, 'error': 0}, {'player_id': 10919, 'p_name': 'Brian Rose', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/10919/pitchingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011201, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1bcb5a3e_sabr.jpg', 'fangr_id': '1011201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3928, 'first_name': 'Brian', 'last_name': 'Rose', 'key_fangraphs': 1011201, 'key_bbref': 'rosebr01', 'key_retro': 'roseb002', 'key_mlbam': 121450, 'offense_col': 2}, 'position': 'P', 'innings': 37.2, 'range': 3, 'error': 0}, {'player_id': 11312, 'p_name': 'Jamie Walker', 'cost': 16, 'image': 'https://pddev.manticorum.com/api/v2/players/11312/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 502, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '502', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2655, 'first_name': 'Jamie', 'last_name': 'Walker', 'key_fangraphs': 502, 'key_bbref': 'walkeja01', 'key_retro': 'walkj001', 'key_mlbam': 123828, 'offense_col': 1}, 'position': 'P', 'innings': 17.1, 'range': 1, 'error': 0}, {'player_id': 11478, 'p_name': 'Rick DeHart', 'cost': 1048, 'image': 'https://pddev.manticorum.com/api/v2/players/11478/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1723, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'fangr_id': '1723', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4275, 'first_name': 'Rick', 'last_name': 'DeHart', 'key_fangraphs': 1723, 'key_bbref': 'deharri01', 'key_retro': 'dehar001', 'key_mlbam': 113204, 'offense_col': 3}, 'position': 'P', 'innings': 28.0, 'range': 1, 'error': 0}, {'player_id': 10920, 'p_name': 'Dennis Springer', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10920/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 672, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/31ea019a_sabr.jpg', 'fangr_id': '672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3929, 'first_name': 'Dennis', 'last_name': 'Springer', 'key_fangraphs': 672, 'key_bbref': 'sprinde01', 'key_retro': 'sprid001', 'key_mlbam': 122618, 'offense_col': 2}, 'position': 'P', 'innings': 115.2, 'range': 4, 'error': 0}, {'player_id': 11573, 'p_name': 'Bryan Rekar', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/11573/pitchingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'fangr_id': '625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4346, 'first_name': 'Bryan', 'last_name': 'Rekar', 'key_fangraphs': 625, 'key_bbref': 'rekarbr01', 'key_retro': 'rekab001', 'key_mlbam': 121057, 'offense_col': 3}, 'position': 'P', 'innings': 86.2, 'range': 3, 'error': 28}, {'player_id': 11166, 'p_name': 'Felipe Lira', 'cost': 14, 'image': 'https://pddev.manticorum.com/api/v2/players/11166/pitchingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007649, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7ad04cff_sabr.jpg', 'fangr_id': '1007649', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4132, 'first_name': 'Felipe', 'last_name': 'Lira', 'key_fangraphs': 1007649, 'key_bbref': 'lirafe01', 'key_retro': 'liraf001', 'key_mlbam': 117809, 'offense_col': 1}, 'position': 'P', 'innings': 15.2, 'range': 2, 'error': 0}, {'player_id': 11167, 'p_name': 'Juan Acevedo', 'cost': 414, 'image': 'https://pddev.manticorum.com/api/v2/players/11167/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 458, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fd0e33d4_sabr.jpg', 'fangr_id': '458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4133, 'first_name': 'Juan', 'last_name': 'Acevedo', 'key_fangraphs': 458, 'key_bbref': 'aceveju01', 'key_retro': 'acevj001', 'key_mlbam': 110032, 'offense_col': 2}, 'position': 'P', 'innings': 98.1, 'range': 2, 'error': 12}, {'player_id': 10921, 'p_name': 'Manny Aybar', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10921/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1107, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5547195_sabr.jpg', 'fangr_id': '1107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3930, 'first_name': 'Manny', 'last_name': 'Aybar', 'key_fangraphs': 1107, 'key_bbref': 'aybarma01', 'key_retro': 'aybam001', 'key_mlbam': 110403, 'offense_col': 1}, 'position': 'P', 'innings': 81.1, 'range': 3, 'error': 0}, {'player_id': 11106, 'p_name': 'Scott Winchester', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11106/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1014120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/27060b2d_davis.jpg', 'fangr_id': '1014120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4083, 'first_name': 'Scott', 'last_name': 'Winchester', 'key_fangraphs': 1014120, 'key_bbref': 'winchsc01', 'key_retro': 'wincs001', 'key_mlbam': 124441, 'offense_col': 1}, 'position': 'P', 'innings': 79.0, 'range': 3, 'error': 0}, {'player_id': 11313, 'p_name': 'Seth Greisinger', 'cost': 3, 'image': 'https://pddev.manticorum.com/api/v2/players/11313/pitchingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 467, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '467', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4245, 'first_name': 'Seth', 'last_name': 'Greisinger', 'key_fangraphs': 467, 'key_bbref': 'greisse01', 'key_retro': 'greis001', 'key_mlbam': 133960, 'offense_col': 2}, 'position': 'P', 'innings': 130.0, 'range': 4, 'error': 30}, {'player_id': 10922, 'p_name': 'Trey Moore', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10922/pitchingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009130, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78d4f9e2_davis.jpg', 'fangr_id': '1009130', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3931, 'first_name': 'Trey', 'last_name': 'Moore', 'key_fangraphs': 1009130, 'key_bbref': 'mooretr01', 'key_retro': 'moort001', 'key_mlbam': 134340, 'offense_col': 1}, 'position': 'P', 'innings': 61.0, 'range': 2, 'error': 0}, {'player_id': 10923, 'p_name': 'Geremi Gonzalez', 'cost': 83, 'image': 'https://pddev.manticorum.com/api/v2/players/10923/pitchingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1711, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/247e3c87_sabr.jpg', 'fangr_id': '1711', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3932, 'first_name': 'Geremi', 'last_name': 'Gonzalez', 'key_fangraphs': 1711, 'key_bbref': 'gonzaje01', 'key_retro': 'gonzj003', 'key_mlbam': 114928, 'offense_col': 1}, 'position': 'P', 'innings': 110.0, 'range': 3, 'error': 15}, {'player_id': 11039, 'p_name': 'Donovan Osborne', 'cost': 3919, 'image': 'https://pddev.manticorum.com/api/v2/players/11039/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 299, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c906a1ed_sabr.jpg', 'fangr_id': '299', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4021, 'first_name': 'Donovan', 'last_name': 'Osborne', 'key_fangraphs': 299, 'key_bbref': 'osbordo01', 'key_retro': 'osbod001', 'key_mlbam': 120085, 'offense_col': 2}, 'position': 'P', 'innings': 83.2, 'range': 4, 'error': 51}, {'player_id': 11040, 'p_name': 'Mike Busby', 'cost': 457, 'image': 'https://pddev.manticorum.com/api/v2/players/11040/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001743, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/477d7fd9_davis.jpg', 'fangr_id': '1001743', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4022, 'first_name': 'Mike', 'last_name': 'Busby', 'key_fangraphs': 1001743, 'key_bbref': 'busbymi01', 'key_retro': 'busbm001', 'key_mlbam': 111785, 'offense_col': 3}, 'position': 'P', 'innings': 46.0, 'range': 4, 'error': 0}, {'player_id': 10924, 'p_name': 'Cliff Politte', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10924/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 967, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9955a526_sabr.jpg', 'fangr_id': '967', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3933, 'first_name': 'Cliff', 'last_name': 'Politte', 'key_fangraphs': 967, 'key_bbref': 'politcl01', 'key_retro': 'polic001', 'key_mlbam': 131700, 'offense_col': 3}, 'position': 'P', 'innings': 37.0, 'range': 3, 'error': 38}, {'player_id': 11241, 'p_name': 'Matt Beech', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11241/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000770, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/08896b81_sabr.jpg', 'fangr_id': '1000770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4195, 'first_name': 'Matt', 'last_name': 'Beech', 'key_fangraphs': 1000770, 'key_bbref': 'beechma01', 'key_retro': 'beecm001', 'key_mlbam': 110788, 'offense_col': 1}, 'position': 'P', 'innings': 117.0, 'range': 5, 'error': 0}, {'player_id': 11280, 'p_name': 'Elmer Dessens', 'cost': 387, 'image': 'https://pddev.manticorum.com/api/v2/players/11280/pitchingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 317, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'fangr_id': '317', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4229, 'first_name': 'Elmer', 'last_name': 'Dessens', 'key_fangraphs': 317, 'key_bbref': 'desseel01', 'key_retro': 'desse001', 'key_mlbam': 113296, 'offense_col': 3}, 'position': 'P', 'innings': 74.2, 'range': 3, 'error': 21}, {'player_id': 11526, 'p_name': 'Russ Ortiz', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11526/pitchingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'fangr_id': '1124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4320, 'first_name': 'Russ', 'last_name': 'Ortiz', 'key_fangraphs': 1124, 'key_bbref': 'ortizru01', 'key_retro': 'ortir001', 'key_mlbam': 133460, 'offense_col': 1}, 'position': 'P', 'innings': 88.1, 'range': 2, 'error': 13}, {'player_id': 11107, 'p_name': 'Mark Hutton', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11107/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006245, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e5a952ff_sabr.jpg', 'fangr_id': '1006245', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4084, 'first_name': 'Mark', 'last_name': 'Hutton', 'key_fangraphs': 1006245, 'key_bbref': 'huttoma01', 'key_retro': 'huttm001', 'key_mlbam': 116373, 'offense_col': 2}, 'position': 'P', 'innings': 17.0, 'range': 1, 'error': 0}, {'player_id': 10925, 'p_name': 'Garrett Stephenson', 'cost': 296, 'image': 'https://pddev.manticorum.com/api/v2/players/10925/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1185, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cba9b416_sabr.jpg', 'fangr_id': '1185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3934, 'first_name': 'Garrett', 'last_name': 'Stephenson', 'key_fangraphs': 1185, 'key_bbref': 'stephga01', 'key_retro': 'stepg001', 'key_mlbam': 122751, 'offense_col': 1}, 'position': 'P', 'innings': 23.0, 'range': 3, 'error': 0}, {'player_id': 11314, 'p_name': 'Scott Klingenbeck', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11314/pitchingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007011, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f1854d94_davis.jpg', 'fangr_id': '1007011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4246, 'first_name': 'Scott', 'last_name': 'Klingenbeck', 'key_fangraphs': 1007011, 'key_bbref': 'klingsc01', 'key_retro': 'klins001', 'key_mlbam': 117161, 'offense_col': 2}, 'position': 'P', 'innings': 22.2, 'range': 1, 'error': 0}, {'player_id': 11196, 'p_name': 'Bob Scanlan', 'cost': 134, 'image': 'https://pddev.manticorum.com/api/v2/players/11196/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011489, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fea6d27b_sabr.jpg', 'fangr_id': '1011489', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4158, 'first_name': 'Bob', 'last_name': 'Scanlan', 'key_fangraphs': 1011489, 'key_bbref': 'scanlbo01', 'key_retro': 'scanb001', 'key_mlbam': 121743, 'offense_col': 1}, 'position': 'P', 'innings': 26.1, 'range': 3, 'error': 50}, {'player_id': 10926, 'p_name': 'Hipolito Pichardo', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10926/pitchingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1472, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91f829ee_sabr.jpg', 'fangr_id': '1472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3935, 'first_name': 'Hipolito', 'last_name': 'Pichardo', 'key_fangraphs': 1472, 'key_bbref': 'pichahi01', 'key_retro': 'pichh001', 'key_mlbam': 120539, 'offense_col': 1}, 'position': 'P', 'innings': 112.1, 'range': 2, 'error': 0}, {'player_id': 10927, 'p_name': 'Mark Thompson', 'cost': 4, 'image': 'https://pddev.manticorum.com/api/v2/players/10927/pitchingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013019, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/369db8ee_sabr.jpg', 'fangr_id': '1013019', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3936, 'first_name': 'Mark', 'last_name': 'Thompson', 'key_fangraphs': 1013019, 'key_bbref': 'thompma01', 'key_retro': 'thomm002', 'key_mlbam': 123296, 'offense_col': 1}, 'position': 'P', 'innings': 23.1, 'range': 3, 'error': 0}, {'player_id': 11041, 'p_name': 'Paul Wagner', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/11041/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013490, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9a806f8e_sabr.jpg', 'fangr_id': '1013490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4023, 'first_name': 'Paul', 'last_name': 'Wagner', 'key_fangraphs': 1013490, 'key_bbref': 'wagnepa01', 'key_retro': 'wagnp001', 'key_mlbam': 123789, 'offense_col': 2}, 'position': 'P', 'innings': 55.2, 'range': 3, 'error': 0}, {'player_id': 11527, 'p_name': 'Matt Morris', 'cost': 3738, 'image': 'https://pddev.manticorum.com/api/v2/players/11527/pitchingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1172, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'fangr_id': '1172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3172, 'first_name': 'Matt', 'last_name': 'Morris', 'key_fangraphs': 1172, 'key_bbref': 'morrima01', 'key_retro': 'morrm001', 'key_mlbam': 119403, 'offense_col': 3}, 'position': 'P', 'innings': 113.2, 'range': 3, 'error': 13}, {'player_id': 10928, 'p_name': 'Jose Mercedes', 'cost': 104, 'image': 'https://pddev.manticorum.com/api/v2/players/10928/pitchingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 396, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5eb20646_sabr.jpg', 'fangr_id': '396', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3937, 'first_name': 'Jose', 'last_name': 'Mercedes', 'key_fangraphs': 396, 'key_bbref': 'mercejo02', 'key_retro': 'mercj001', 'key_mlbam': 118960, 'offense_col': 1}, 'position': 'P', 'innings': 32.0, 'range': 5, 'error': 0}, {'player_id': 11574, 'p_name': 'Mike Welch', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11574/pitchingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'fangr_id': '1013759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4347, 'first_name': 'Mike', 'last_name': 'Welch', 'key_fangraphs': 1013759, 'key_bbref': 'welchmi03', 'key_retro': 'welcm001', 'key_mlbam': 150115, 'offense_col': 3}, 'position': 'P', 'innings': 20.2, 'range': 3, 'error': 0}, {'player_id': 10929, 'p_name': 'John Halama', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10929/pitchingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1080, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b38f5a3e_sabr.jpg', 'fangr_id': '1080', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3938, 'first_name': 'John', 'last_name': 'Halama', 'key_fangraphs': 1080, 'key_bbref': 'halamjo01', 'key_retro': 'halaj001', 'key_mlbam': 134280, 'offense_col': 1}, 'position': 'P', 'innings': 32.1, 'range': 3, 'error': 0}]} type: 2025-02-16 15:51:42,258 - card_creation - INFO - return: Updated cards: 382; new cards: 11 2025-02-16 15:51:42,260 - card_creation - INFO - Posted 393 pitchers to the database 2025-02-16 17:09:38,197 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,197 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,198 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,198 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,198 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,198 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,200 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,200 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,200 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,200 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,201 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,201 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,201 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,201 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,201 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,202 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,202 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,202 - card_creation - ERROR - Adding 0.24999999999999822 results to all other ob 2025-02-16 17:09:38,203 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,203 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,205 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,205 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,205 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,205 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,206 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,206 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,206 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,206 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,207 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,207 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,208 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,208 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,208 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,208 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,209 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,209 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,210 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,210 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,210 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,210 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,210 - card_creation - ERROR - Adding 5.55 results to all other ob 2025-02-16 17:09:38,211 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,211 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,211 - card_creation - ERROR - Adding 0.399999999999995 results to all other ob 2025-02-16 17:09:38,212 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,212 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,212 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,212 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,212 - card_creation - ERROR - Adding 1.3 results to all other ob 2025-02-16 17:09:38,213 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,213 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,213 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,213 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,214 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,214 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,215 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,215 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,215 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,216 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,216 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,216 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,216 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,216 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,217 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,217 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,217 - card_creation - ERROR - Adding 0.49999999999999867 results to triples 2025-02-16 17:09:38,217 - card_creation - ERROR - Adding 0.5 strikeouts to close gap 2025-02-16 17:09:38,217 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,218 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,218 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,218 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,218 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,218 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,219 - card_creation - ERROR - Adding 0.3999999999999986 results to all other ob 2025-02-16 17:09:38,219 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,219 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,219 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,220 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,220 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,220 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,221 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,221 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,221 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,221 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,222 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,222 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,222 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,222 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,223 - card_creation - ERROR - Adding 8.800000000000002 results to all other ob 2025-02-16 17:09:38,223 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,223 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,223 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,224 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,224 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,224 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,224 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,225 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,225 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,226 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,226 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,226 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,227 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,227 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,228 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-16 17:09:38,228 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,229 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,229 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,229 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,229 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,230 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,231 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,231 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,231 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,231 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,232 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,232 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,232 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,232 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,233 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,233 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,233 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,233 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,234 - card_creation - ERROR - Adding 7.105427357601002e-15 results to all other ob 2025-02-16 17:09:38,234 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,234 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,234 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,234 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,235 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 17:09:38,235 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,235 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,236 - card_creation - ERROR - Adding 0.4499999999999993 results to triples 2025-02-16 17:09:38,236 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,237 - card_creation - ERROR - Adding 0.40000000000000036 results to triples 2025-02-16 17:09:38,237 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,237 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,238 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,238 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,238 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,238 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-16 17:09:38,239 - card_creation - ERROR - Adding 0.3500000000000023 results to triples 2025-02-16 17:09:38,239 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,240 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,240 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,240 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,240 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,241 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,241 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,241 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,241 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,241 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 17:09:38,241 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,242 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,242 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,243 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,243 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,244 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,244 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,244 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,244 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,244 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,245 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,245 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,245 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,245 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,245 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,245 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,246 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,246 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,246 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,247 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,247 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,247 - card_creation - ERROR - Adding 0.05000000000000426 results to triples 2025-02-16 17:09:38,248 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,248 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,248 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,248 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-16 17:09:38,249 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,249 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,249 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,249 - card_creation - ERROR - Adding 0.20000000000000195 results to triples 2025-02-16 17:09:38,250 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,250 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,250 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,250 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,250 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,252 - card_creation - ERROR - Adding 0.4000000000000057 results to triples 2025-02-16 17:09:38,252 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,253 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,253 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,253 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,253 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,254 - card_creation - ERROR - Adding 0.9000000000000001 results to all other ob 2025-02-16 17:09:38,254 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,254 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,254 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,254 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,255 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 17:09:38,255 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,255 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,255 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,256 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,256 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,257 - card_creation - ERROR - Adding 0.1999999999999993 results to all other ob 2025-02-16 17:09:38,257 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,257 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,257 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,258 - card_creation - ERROR - Adding 0.2500000000000018 results to all other ob 2025-02-16 17:09:38,258 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,258 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,258 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,258 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,259 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,259 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,260 - card_creation - ERROR - Adding 0.40000000000000036 results to triples 2025-02-16 17:09:38,260 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,260 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,260 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,261 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 17:09:38,263 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,263 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,264 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,264 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,264 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,264 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,265 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-16 17:09:38,265 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,265 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,265 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,265 - card_creation - ERROR - Adding 0.40000000000000213 results to all other ob 2025-02-16 17:09:38,266 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,266 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,267 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,267 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,268 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,268 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,268 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,268 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,269 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,269 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,269 - card_creation - ERROR - Adding 0.20000000000000284 results to triples 2025-02-16 17:09:38,270 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,270 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,270 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,270 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-16 17:09:38,270 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,272 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,272 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,273 - card_creation - ERROR - Adding 0.09999999999999964 results to all other ob 2025-02-16 17:09:38,274 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,274 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,274 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,274 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,274 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,275 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,275 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,275 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,276 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,276 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,276 - card_creation - ERROR - Adding 0.29999999999999716 results to all other ob 2025-02-16 17:09:38,276 - card_creation - ERROR - Adding 0.35000000000000053 results to triples 2025-02-16 17:09:38,276 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,277 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-16 17:09:38,277 - card_creation - ERROR - Adding 5.329070518200751e-15 results to triples 2025-02-16 17:09:38,278 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,278 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,278 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,278 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,278 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,278 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,279 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,279 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,281 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,281 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,281 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,281 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,281 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,282 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 17:09:38,282 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,282 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,283 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,283 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,283 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,283 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,284 - card_creation - ERROR - Adding 0.20000000000000284 results to all other ob 2025-02-16 17:09:38,284 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-16 17:09:38,284 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,286 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,286 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,286 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,286 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,287 - card_creation - ERROR - Adding 0.4499999999999984 results to triples 2025-02-16 17:09:38,287 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,287 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,287 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,288 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,288 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,288 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,288 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,289 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,289 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,289 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,289 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,290 - card_creation - ERROR - Adding 0.399999999999995 results to all other ob 2025-02-16 17:09:38,290 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 17:09:38,290 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,290 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,291 - card_creation - ERROR - Adding 0.4500000000000002 results to triples 2025-02-16 17:09:38,291 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,291 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,291 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,292 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,292 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,292 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,292 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,293 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,293 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,293 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,293 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,294 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-16 17:09:38,294 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,295 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,295 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,295 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,295 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,296 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,296 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,296 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,296 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,297 - card_creation - ERROR - Adding 0.29999999999999893 results to triples 2025-02-16 17:09:38,297 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,297 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,297 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,298 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 17:09:38,298 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,298 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,299 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,299 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,299 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,299 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,300 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,300 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,300 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,300 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,301 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,301 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,301 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,301 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,302 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,302 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,302 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,302 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,303 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,303 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,303 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,303 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,304 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,304 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,304 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,304 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,305 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,305 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 17:09:38,305 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,305 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,305 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,307 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,307 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,307 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,307 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,308 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,308 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,308 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,309 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-16 17:09:38,309 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-16 17:09:38,310 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,310 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,310 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,310 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,310 - card_creation - ERROR - Adding 0.15000000000000124 results to all other ob 2025-02-16 17:09:38,311 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,311 - card_creation - ERROR - Adding 0.40000000000000213 results to triples 2025-02-16 17:09:38,312 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,312 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,312 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,312 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,313 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,313 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,314 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,314 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,314 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,314 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,314 - card_creation - ERROR - Adding 2.599999999999999 results to all other ob 2025-02-16 17:09:38,314 - card_creation - ERROR - Adding 0.1999999999999984 results to triples 2025-02-16 17:09:38,315 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,315 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,315 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,315 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 17:09:38,316 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,316 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,316 - card_creation - ERROR - Adding 0.05000000000000249 results to all other ob 2025-02-16 17:09:38,317 - card_creation - ERROR - Adding 2.6645352591003757e-15 chances to all_outs 2025-02-16 17:09:38,317 - card_creation - ERROR - Have surplus of 0.75 chances 2025-02-16 17:09:38,317 - card_creation - ERROR - Subtracting 0.75 strikeouts to close gap 2025-02-16 17:09:38,317 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,318 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,318 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,319 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,319 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,319 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,319 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,320 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,320 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,321 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,321 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,321 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,321 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,322 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,322 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,322 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,322 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,323 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,323 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,323 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,323 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,324 - card_creation - ERROR - Adding 0.10000000000000053 results to all other ob 2025-02-16 17:09:38,324 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 17:09:38,324 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 17:09:38,324 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,324 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,325 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,325 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,326 - card_creation - ERROR - Adding 0.24999999999999822 results to triples 2025-02-16 17:09:38,326 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,326 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,326 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 17:09:38,356 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,356 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,356 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,356 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,357 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,357 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,357 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,357 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,357 - card_creation - ERROR - Adding 0.05000000000000071 results to all other ob 2025-02-16 17:09:38,358 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,358 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,359 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 17:09:38,359 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,359 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,360 - card_creation - ERROR - Adding 0.29999999999999716 results to triples 2025-02-16 17:09:38,360 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,360 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,360 - card_creation - ERROR - Adding 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,361 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,361 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,361 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,361 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,362 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,362 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,362 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,362 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,363 - card_creation - ERROR - Adding 0.4999999999999991 results to all other ob 2025-02-16 17:09:38,363 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,363 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,364 - card_creation - ERROR - Adding 0.09999999999999964 results to triples 2025-02-16 17:09:38,364 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,364 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,364 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,364 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,365 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,366 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,366 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,367 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,367 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,367 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,368 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,368 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,368 - card_creation - ERROR - Adding 0.25 results to all other ob 2025-02-16 17:09:38,370 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,370 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,370 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,370 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,371 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,371 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,371 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,371 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,371 - card_creation - ERROR - Adding 0.40000000000000036 results to all other ob 2025-02-16 17:09:38,372 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,372 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,372 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,372 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,373 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,373 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,374 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,375 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,375 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,376 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,376 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,377 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-16 17:09:38,377 - card_creation - ERROR - Adding 0.25000000000000355 results to triples 2025-02-16 17:09:38,377 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 17:09:38,378 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,378 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,378 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,378 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,379 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,379 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,379 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,379 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,380 - card_creation - ERROR - Adding 9.45 results to all other ob 2025-02-16 17:09:38,380 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,380 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,381 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,381 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,382 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,382 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,383 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,383 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,384 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,384 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,384 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,384 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,385 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,385 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,386 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,386 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,387 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,387 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,387 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,387 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,387 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,387 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,388 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 17:09:38,389 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,389 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,389 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,389 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,389 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,389 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,390 - card_creation - ERROR - Adding 7.105427357601002e-15 results to all other ob 2025-02-16 17:09:38,390 - card_creation - ERROR - Adding 0.1000000000000032 results to triples 2025-02-16 17:09:38,390 - card_creation - ERROR - Adding 7.105427357601002e-15 chances to all_outs 2025-02-16 17:09:38,390 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,391 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,391 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,391 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,391 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,392 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,392 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,392 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,392 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,393 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,393 - card_creation - ERROR - Adding 0.049999999999998934 results to all other ob 2025-02-16 17:09:38,393 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,394 - card_creation - ERROR - Adding 0.35000000000000053 results to all other ob 2025-02-16 17:09:38,394 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,394 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,395 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,395 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,395 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,395 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,396 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,396 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,396 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,396 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,397 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,397 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,397 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,397 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,398 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 17:09:38,398 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,398 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,399 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 17:09:38,399 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-16 17:09:38,399 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,399 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,400 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,400 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,401 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,401 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,403 - card_creation - ERROR - Adding 0.14999999999999858 results to all other ob 2025-02-16 17:09:38,403 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,403 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,404 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,404 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,404 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-16 17:09:38,404 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-16 17:09:38,405 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,406 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,406 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,406 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,406 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,406 - card_creation - ERROR - Adding 0.09999999999999964 results to triples 2025-02-16 17:09:38,407 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,407 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,407 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,408 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,408 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,408 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,408 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,408 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,408 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,409 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,409 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,409 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,410 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,410 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,410 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,410 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,411 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,411 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,411 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,411 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,411 - card_creation - ERROR - Adding 0.4999999999999991 results to all other ob 2025-02-16 17:09:38,412 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,413 - card_creation - ERROR - Adding 0.15000000000000036 results to all other ob 2025-02-16 17:09:38,413 - card_creation - ERROR - Adding 0.09999999999999876 results to triples 2025-02-16 17:09:38,413 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,414 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,414 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,414 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,414 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,415 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,415 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,415 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,415 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,416 - card_creation - ERROR - Adding 0.1999999999999975 results to all other ob 2025-02-16 17:09:38,416 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 17:09:38,416 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,417 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,417 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,417 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,417 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,418 - card_creation - ERROR - Adding 0.400000000000003 results to all other ob 2025-02-16 17:09:38,418 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,418 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,418 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,419 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,419 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,419 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,419 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,420 - card_creation - ERROR - Adding 3.599999999999999 results to all other ob 2025-02-16 17:09:38,420 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,420 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,421 - card_creation - ERROR - Adding 0.2999999999999998 results to all other ob 2025-02-16 17:09:38,421 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,421 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,422 - card_creation - ERROR - Adding 0.4499999999999993 results to all other ob 2025-02-16 17:09:38,422 - card_creation - ERROR - Adding 4.440892098500626e-16 results to all other ob 2025-02-16 17:09:38,423 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,423 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,423 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,423 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,424 - card_creation - ERROR - Adding 0.29999999999999805 results to triples 2025-02-16 17:09:38,424 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,425 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,425 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,425 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,425 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,426 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 17:09:38,426 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 17:09:38,427 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,427 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,428 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,428 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,428 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,428 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,428 - card_creation - ERROR - Adding 0.29999999999999893 results to all other ob 2025-02-16 17:09:38,429 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,429 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,430 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,430 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,430 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,430 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,431 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,431 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,431 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,431 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,431 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-16 17:09:38,432 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,432 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,432 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,433 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,433 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,433 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,433 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,435 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,435 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,435 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,435 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,436 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,436 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,436 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,436 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,436 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-16 17:09:38,436 - card_creation - ERROR - Adding 2.6645352591003757e-15 chances to all_outs 2025-02-16 17:09:38,437 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,437 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,438 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,438 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,438 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,438 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,439 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,439 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,439 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,439 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,439 - card_creation - ERROR - Adding 0.3999999999999986 results to triples 2025-02-16 17:09:38,440 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,440 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,440 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,441 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,441 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,441 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,441 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,441 - card_creation - ERROR - Adding 0.15000000000000124 results to all other ob 2025-02-16 17:09:38,441 - card_creation - ERROR - Adding 0.1999999999999993 results to triples 2025-02-16 17:09:38,442 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,443 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,443 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,443 - card_creation - ERROR - Adding 0.34999999999999964 results to triples 2025-02-16 17:09:38,444 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,444 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,444 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,444 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,444 - card_creation - ERROR - Adding 0.04999999999999982 results to all other ob 2025-02-16 17:09:38,444 - card_creation - ERROR - Adding 7.105427357601002e-15 chances to all_outs 2025-02-16 17:09:38,445 - card_creation - ERROR - Adding 0.6500000000000004 results to all other ob 2025-02-16 17:09:38,445 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 17:09:38,445 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,446 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,447 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,447 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,447 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,447 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,447 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,447 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,448 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,448 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,449 - card_creation - ERROR - Adding 0.40000000000000036 results to all other ob 2025-02-16 17:09:38,449 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,449 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,450 - card_creation - ERROR - Adding 7.105427357601002e-15 results to triples 2025-02-16 17:09:38,450 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,450 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,451 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,451 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,452 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,452 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,452 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,452 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,453 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,453 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,454 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,454 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,454 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,454 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,455 - card_creation - ERROR - Adding 8.881784197001252e-16 results to triples 2025-02-16 17:09:38,456 - card_creation - ERROR - Adding 0.2500000000000018 results to triples 2025-02-16 17:09:38,456 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,456 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,456 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 17:09:38,457 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,457 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,458 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,458 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,458 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,458 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,459 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,459 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,459 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,459 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,460 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,460 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,460 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,461 - card_creation - ERROR - Adding 0.25000000000000355 results to triples 2025-02-16 17:09:38,461 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 17:09:38,463 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,463 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,463 - card_creation - ERROR - Adding 0.34999999999999964 results to all other ob 2025-02-16 17:09:38,464 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,464 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,465 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,465 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,465 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,465 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,466 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,466 - card_creation - ERROR - Adding 0.29999999999999893 results to triples 2025-02-16 17:09:38,466 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,466 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,467 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-16 17:09:38,467 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,467 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,467 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 17:09:38,468 - card_creation - ERROR - Adding 0.2000000000000064 results to all other ob 2025-02-16 17:09:38,468 - card_creation - ERROR - Adding 6.217248937900877e-15 chances to all_outs 2025-02-16 17:09:38,469 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-16 17:09:38,469 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,470 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,470 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,470 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,470 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,471 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,471 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,472 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,472 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,472 - card_creation - ERROR - Adding 0.1999999999999993 results to all other ob 2025-02-16 17:09:38,473 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,473 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,475 - card_creation - ERROR - Have surplus of 0.6500000000000057 chances 2025-02-16 17:09:38,475 - card_creation - ERROR - Subtracting 0.6500000000000057 strikeouts to close gap 2025-02-16 17:09:38,475 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,475 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,475 - card_creation - ERROR - Adding 0.349999999999997 results to all other ob 2025-02-16 17:09:38,476 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,477 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,477 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,478 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,478 - card_creation - ERROR - Adding 0.4500000000000002 results to all other ob 2025-02-16 17:09:38,478 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,478 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,479 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,479 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,480 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,480 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,480 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,480 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,481 - card_creation - ERROR - Adding 3.2500000000000013 results to all other ob 2025-02-16 17:09:38,481 - card_creation - ERROR - Adding 0.049999999999998934 results to triples 2025-02-16 17:09:38,481 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,481 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,482 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,482 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,482 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,482 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,483 - card_creation - ERROR - Adding 0.29999999999999716 results to triples 2025-02-16 17:09:38,483 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,483 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,483 - card_creation - ERROR - Adding 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,484 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,484 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,484 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,485 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,485 - card_creation - ERROR - Adding 0.09999999999999787 results to all other ob 2025-02-16 17:09:38,485 - card_creation - ERROR - Adding 0.2999999999999998 results to triples 2025-02-16 17:09:38,485 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,486 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,486 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,487 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 17:09:38,487 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,488 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,488 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,488 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,489 - card_creation - ERROR - Adding 0.05000000000000071 results to all other ob 2025-02-16 17:09:38,489 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 17:09:38,489 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,489 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,490 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,490 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,490 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,490 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,492 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,492 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,492 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,492 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,493 - card_creation - ERROR - Adding 0.4499999999999975 results to all other ob 2025-02-16 17:09:38,493 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,493 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,494 - card_creation - ERROR - Adding 0.10000000000000142 results to all other ob 2025-02-16 17:09:38,494 - card_creation - ERROR - Adding 0.09999999999999964 results to triples 2025-02-16 17:09:38,494 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,494 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,495 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,495 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,496 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,496 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,496 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,497 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,497 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,497 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,497 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,499 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,499 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,499 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,499 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,500 - card_creation - ERROR - Adding 0.1999999999999984 results to triples 2025-02-16 17:09:38,500 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,500 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,500 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,500 - card_creation - ERROR - Adding 0.9000000000000004 results to all other ob 2025-02-16 17:09:38,500 - card_creation - ERROR - Adding 4.440892098500626e-16 chances to all_outs 2025-02-16 17:09:38,501 - card_creation - ERROR - Adding 0.40000000000000213 results to triples 2025-02-16 17:09:38,502 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,502 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,502 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,502 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,502 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,503 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,503 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,503 - card_creation - ERROR - Adding 0.34999999999999787 results to triples 2025-02-16 17:09:38,504 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,504 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,504 - card_creation - ERROR - Adding 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,504 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,504 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,504 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,505 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,506 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,506 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,506 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,506 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,507 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,507 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,507 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,508 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,508 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,508 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,509 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,509 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,509 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,509 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,510 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,510 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,510 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,510 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,510 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,510 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,511 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,511 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,512 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,512 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,512 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,512 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,513 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,513 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,513 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,513 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,514 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to triples 2025-02-16 17:09:38,515 - card_creation - ERROR - Adding 0.15000000000000213 results to all other ob 2025-02-16 17:09:38,515 - card_creation - ERROR - Adding 2.220446049250313e-15 chances to all_outs 2025-02-16 17:09:38,515 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,515 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,516 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,516 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,517 - card_creation - ERROR - Adding 0.25 results to triples 2025-02-16 17:09:38,517 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,517 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,517 - card_creation - ERROR - Adding 0.25 strikeouts to close gap 2025-02-16 17:09:38,518 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,518 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,519 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,519 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,520 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,520 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,520 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,520 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,521 - card_creation - ERROR - Adding 0.3500000000000032 results to all other ob 2025-02-16 17:09:38,521 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,521 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,521 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,522 - card_creation - ERROR - Adding 0.05000000000000249 results to all other ob 2025-02-16 17:09:38,522 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,522 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 17:09:38,523 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,523 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,523 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,524 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,524 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,525 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,525 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,525 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,525 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,525 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,525 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,526 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,526 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,526 - card_creation - ERROR - Adding 8.881784197001252e-16 results to all other ob 2025-02-16 17:09:38,527 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,527 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,528 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,528 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,528 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,528 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,528 - card_creation - ERROR - Adding 1.2999999999999998 results to all other ob 2025-02-16 17:09:38,528 - card_creation - ERROR - Adding 0.09999999999999432 results to all other ob 2025-02-16 17:09:38,529 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,530 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,530 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,530 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,530 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,531 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,531 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,532 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,532 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,532 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,532 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,532 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,533 - card_creation - ERROR - Adding 0.40000000000000124 results to all other ob 2025-02-16 17:09:38,533 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,533 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,534 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,534 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,534 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,535 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,535 - card_creation - ERROR - Adding 3.552713678800501e-15 results to triples 2025-02-16 17:09:38,535 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,535 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,536 - card_creation - ERROR - Adding 1.6 results to all other ob 2025-02-16 17:09:38,536 - card_creation - ERROR - Adding 0.4499999999999975 results to triples 2025-02-16 17:09:38,536 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,536 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,536 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,537 - card_creation - ERROR - Adding 2.95 results to all other ob 2025-02-16 17:09:38,537 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,537 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,538 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,538 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,538 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,538 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,539 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 17:09:38,539 - card_creation - ERROR - Adding 0.399999999999995 results to triples 2025-02-16 17:09:38,539 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,539 - card_creation - ERROR - Adding 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,540 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,540 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,541 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,541 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,541 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,541 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,542 - card_creation - ERROR - Adding 0.40000000000000036 results to all other ob 2025-02-16 17:09:38,542 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,542 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,543 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,543 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,544 - card_creation - ERROR - Adding 0.09999999999999787 results to triples 2025-02-16 17:09:38,544 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,544 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,544 - card_creation - ERROR - Adding 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,545 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,545 - card_creation - ERROR - Adding 0.05000000000000071 results to triples 2025-02-16 17:09:38,545 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,545 - card_creation - ERROR - Adding 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,546 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,546 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,547 - card_creation - ERROR - Adding 2.8999999999999995 results to all other ob 2025-02-16 17:09:38,547 - card_creation - ERROR - Adding 2.6645352591003757e-15 results to all other ob 2025-02-16 17:09:38,547 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,547 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,547 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,548 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,548 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,549 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,549 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,550 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,550 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,550 - card_creation - ERROR - Adding 0.1499999999999968 results to all other ob 2025-02-16 17:09:38,551 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,551 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,552 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,552 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,552 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,552 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,552 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,552 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,553 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,553 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,554 - card_creation - ERROR - Adding 0.04999999999999982 results to all other ob 2025-02-16 17:09:38,554 - card_creation - ERROR - Adding 0.10000000000000142 results to all other ob 2025-02-16 17:09:38,554 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,555 - card_creation - ERROR - Adding 0.5 chances to all_outs 2025-02-16 17:09:38,556 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,556 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,556 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,556 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,557 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,557 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,557 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,557 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,558 - card_creation - ERROR - Adding 0.45000000000000107 results to triples 2025-02-16 17:09:38,558 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,558 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,558 - card_creation - ERROR - Adding 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,559 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,559 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,560 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,560 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,561 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,561 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,562 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,562 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,562 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,562 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,563 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,563 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,563 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,563 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,563 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,563 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,565 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,565 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,565 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,565 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,565 - card_creation - ERROR - Adding 0.3000000000000007 results to all other ob 2025-02-16 17:09:38,565 - card_creation - ERROR - Adding 0.20000000000000018 results to triples 2025-02-16 17:09:38,566 - card_creation - ERROR - Adding 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,566 - card_creation - ERROR - Adding 7.950000000000001 results to all other ob 2025-02-16 17:09:38,566 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,567 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,567 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,568 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,568 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,568 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,569 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,569 - card_creation - ERROR - Have surplus of 0.3499999999999943 chances 2025-02-16 17:09:38,569 - card_creation - ERROR - Subtracting 0.3499999999999943 strikeouts to close gap 2025-02-16 17:09:38,569 - card_creation - ERROR - Adding 0.45000000000000107 results to all other ob 2025-02-16 17:09:38,570 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,570 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,570 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,571 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,571 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,571 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,571 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,571 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,572 - card_creation - ERROR - Adding 0.14999999999999503 results to all other ob 2025-02-16 17:09:38,572 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,572 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,572 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,573 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,573 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,573 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,573 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,573 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,574 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,574 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,575 - card_creation - ERROR - Adding 0.25000000000000355 results to all other ob 2025-02-16 17:09:38,575 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,576 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,576 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,576 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,576 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,577 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,577 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,577 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,577 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,578 - card_creation - ERROR - Adding 2.6999999999999997 results to all other ob 2025-02-16 17:09:38,578 - card_creation - ERROR - Have surplus of 0.04999999999999716 chances 2025-02-16 17:09:38,578 - card_creation - ERROR - Subtracting 0.04999999999999716 strikeouts to close gap 2025-02-16 17:09:38,578 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,578 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,579 - card_creation - ERROR - Adding 3.6500000000000004 results to all other ob 2025-02-16 17:09:38,579 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,579 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,580 - card_creation - ERROR - Have surplus of 0.25 chances 2025-02-16 17:09:38,580 - card_creation - ERROR - Subtracting 0.25 strikeouts to close gap 2025-02-16 17:09:38,580 - card_creation - ERROR - Have surplus of 0.29999999999999716 chances 2025-02-16 17:09:38,580 - card_creation - ERROR - Subtracting 0.29999999999999716 strikeouts to close gap 2025-02-16 17:09:38,581 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to all other ob 2025-02-16 17:09:38,581 - card_creation - ERROR - Adding 0.050000000000000266 results to all other ob 2025-02-16 17:09:38,581 - card_creation - ERROR - Adding 1.7763568394002505e-15 chances to all_outs 2025-02-16 17:09:38,582 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,582 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,582 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,583 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,583 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,584 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,584 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,584 - card_creation - ERROR - Have surplus of 0.5 chances 2025-02-16 17:09:38,584 - card_creation - ERROR - Subtracting 0.5 strikeouts to close gap 2025-02-16 17:09:38,584 - card_creation - ERROR - Adding 3.6500000000000004 results to all other ob 2025-02-16 17:09:38,584 - card_creation - ERROR - Adding 0.0 chances to all_outs 2025-02-16 17:09:38,585 - card_creation - ERROR - Have surplus of 0.20000000000000284 chances 2025-02-16 17:09:38,585 - card_creation - ERROR - Subtracting 0.20000000000000284 strikeouts to close gap 2025-02-16 17:09:38,585 - card_creation - ERROR - Adding 3.999999999999999 results to all other ob 2025-02-16 17:09:38,586 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,586 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,587 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,587 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,588 - card_creation - ERROR - Have surplus of 0.4000000000000057 chances 2025-02-16 17:09:38,588 - card_creation - ERROR - Subtracting 0.4000000000000057 strikeouts to close gap 2025-02-16 17:09:38,588 - card_creation - ERROR - Adding 3.552713678800501e-15 results to all other ob 2025-02-16 17:09:38,588 - card_creation - ERROR - Adding 2.3000000000000007 results to all other ob 2025-02-16 17:09:38,588 - card_creation - ERROR - Adding 3.552713678800501e-15 chances to all_outs 2025-02-16 17:09:38,588 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 17:09:38,591 - card_creation - ERROR - Adding 1.6500000000000004 results to all other ob 2025-02-16 17:09:38,592 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,592 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,592 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,592 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,593 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,593 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,593 - card_creation - ERROR - Have surplus of 0.5499999999999972 chances 2025-02-16 17:09:38,593 - card_creation - ERROR - Subtracting 0.5499999999999972 strikeouts to close gap 2025-02-16 17:09:38,593 - card_creation - ERROR - Adding 3.0500000000000007 results to all other ob 2025-02-16 17:09:38,593 - card_creation - ERROR - Adding 8.881784197001252e-16 chances to all_outs 2025-02-16 17:09:38,594 - card_creation - ERROR - Have surplus of 0.45000000000000284 chances 2025-02-16 17:09:38,594 - card_creation - ERROR - Subtracting 0.45000000000000284 strikeouts to close gap 2025-02-16 17:09:38,594 - card_creation - ERROR - Adding 1.7763568394002505e-15 results to triples 2025-02-16 17:09:38,595 - card_creation - ERROR - Have surplus of 0.15000000000000568 chances 2025-02-16 17:09:38,595 - card_creation - ERROR - Subtracting 0.15000000000000568 strikeouts to close gap 2025-02-16 17:09:38,595 - card_creation - ERROR - Have surplus of 0.09999999999999432 chances 2025-02-16 17:09:38,595 - card_creation - ERROR - Subtracting 0.09999999999999432 strikeouts to close gap 2025-02-16 17:09:38,610 - card_creation - INFO - Running 2b stats for Chuck Knoblauch 2025-02-16 17:09:38,610 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 17:09:38,610 - card_creation - INFO - Running ss stats for Derek Jeter 2025-02-16 17:09:38,611 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 17:09:38,611 - card_creation - INFO - pos: rf / tz_runs: 11 2025-02-16 17:09:38,611 - card_creation - INFO - pos: cf / tz_runs: -14 2025-02-16 17:09:38,611 - card_creation - INFO - Running 1b stats for Darin Erstad 2025-02-16 17:09:38,611 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,611 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,611 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,611 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-16 17:09:38,611 - card_creation - INFO - Running 1b stats for Dave Hollins 2025-02-16 17:09:38,611 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,611 - card_creation - INFO - Running 3b stats for Dave Hollins 2025-02-16 17:09:38,611 - card_creation - INFO - pos: 3b / tz_runs: -19 () 2025-02-16 17:09:38,611 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,611 - card_creation - INFO - Running 1b stats for Cecil Fielder 2025-02-16 17:09:38,611 - card_creation - INFO - pos: 1b / tz_runs: -10 () 2025-02-16 17:09:38,612 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,612 - card_creation - INFO - pos: rf / tz_runs: -5 2025-02-16 17:09:38,612 - card_creation - INFO - Running 1b stats for Tino Martinez 2025-02-16 17:09:38,612 - card_creation - INFO - pos: 1b / tz_runs: 4 () 2025-02-16 17:09:38,612 - card_creation - INFO - pos: lf / tz_runs: 8 2025-02-16 17:09:38,612 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,612 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,612 - card_creation - INFO - Running 1b stats for Scott Brosius 2025-02-16 17:09:38,612 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,612 - card_creation - INFO - Running 3b stats for Scott Brosius 2025-02-16 17:09:38,612 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 17:09:38,612 - card_creation - INFO - Running 2b stats for Norberto Martin 2025-02-16 17:09:38,612 - card_creation - INFO - pos: 2b / tz_runs: 8 () 2025-02-16 17:09:38,612 - card_creation - INFO - Running 3b stats for Norberto Martin 2025-02-16 17:09:38,612 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,612 - card_creation - INFO - Running ss stats for Norberto Martin 2025-02-16 17:09:38,612 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 17:09:38,612 - card_creation - INFO - Running ss stats for Gary Disarcina 2025-02-16 17:09:38,612 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-16 17:09:38,612 - card_creation - INFO - pos: lf / tz_runs: -6 2025-02-16 17:09:38,612 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,613 - card_creation - INFO - Running 1b stats for Phil Nevin 2025-02-16 17:09:38,613 - card_creation - INFO - Running 1b stats for Jorge Posada 2025-02-16 17:09:38,613 - card_creation - INFO - pos: cf / tz_runs: 19 2025-02-16 17:09:38,613 - card_creation - INFO - Running ss stats for Omar Vizquel 2025-02-16 17:09:38,613 - card_creation - INFO - pos: ss / tz_runs: 9 () 2025-02-16 17:09:38,613 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,613 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,613 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,613 - card_creation - INFO - Running 1b stats for Jim Thome 2025-02-16 17:09:38,613 - card_creation - INFO - pos: 1b / tz_runs: -13 () 2025-02-16 17:09:38,613 - card_creation - INFO - Running 3b stats for Travis Fryman 2025-02-16 17:09:38,613 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-16 17:09:38,613 - card_creation - INFO - Running ss stats for Travis Fryman 2025-02-16 17:09:38,613 - card_creation - INFO - pos: lf / tz_runs: 19 2025-02-16 17:09:38,613 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,613 - card_creation - INFO - Running 2b stats for Shawon Dunston 2025-02-16 17:09:38,613 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 17:09:38,613 - card_creation - INFO - Running ss stats for Shawon Dunston 2025-02-16 17:09:38,613 - card_creation - INFO - pos: ss / tz_runs: -5 () 2025-02-16 17:09:38,613 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,613 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 17:09:38,613 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,614 - card_creation - INFO - Running 1b stats for Craig Shipley 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 2b stats for Craig Shipley 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 3b stats for Craig Shipley 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running ss stats for Craig Shipley 2025-02-16 17:09:38,614 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running ss stats for Nomar Garciaparra 2025-02-16 17:09:38,614 - card_creation - INFO - pos: ss / tz_runs: 11 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 3b stats for John Valentin 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 3b / tz_runs: 21 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 1b stats for Mo Vaughn 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 1b stats for Jim Leyritz 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 3b stats for Jim Leyritz 2025-02-16 17:09:38,614 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 17:09:38,614 - card_creation - INFO - Running 1b stats for Mike Benjamin 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 2b stats for Mike Benjamin 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 2b / tz_runs: 7 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running 3b stats for Mike Benjamin 2025-02-16 17:09:38,614 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 17:09:38,614 - card_creation - INFO - Running ss stats for Mike Benjamin 2025-02-16 17:09:38,614 - card_creation - INFO - pos: ss / tz_runs: 6 () 2025-02-16 17:09:38,614 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,614 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-16 17:09:38,615 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,615 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,615 - card_creation - INFO - Running 1b stats for Reggie Jefferson 2025-02-16 17:09:38,615 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,615 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,615 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 17:09:38,615 - card_creation - INFO - pos: rf / tz_runs: 12 2025-02-16 17:09:38,615 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 17:09:38,615 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 17:09:38,615 - card_creation - INFO - pos: rf / tz_runs: 8 2025-02-16 17:09:38,615 - card_creation - INFO - Running 3b stats for Wade Boggs 2025-02-16 17:09:38,615 - card_creation - INFO - pos: 3b / tz_runs: 5 () 2025-02-16 17:09:38,615 - card_creation - INFO - Running 1b stats for Fred McGriff 2025-02-16 17:09:38,615 - card_creation - INFO - pos: 1b / tz_runs: 9 () 2025-02-16 17:09:38,615 - card_creation - INFO - Running 1b stats for Paul Sorrento 2025-02-16 17:09:38,615 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 17:09:38,615 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,615 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,615 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,615 - card_creation - INFO - pos: rf / tz_runs: 3 2025-02-16 17:09:38,615 - card_creation - INFO - Running ss stats for Kevin Stocker 2025-02-16 17:09:38,615 - card_creation - INFO - pos: ss / tz_runs: 15 () 2025-02-16 17:09:38,615 - card_creation - INFO - Running 2b stats for Miguel Cairo 2025-02-16 17:09:38,615 - card_creation - INFO - pos: 2b / tz_runs: 22 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running 2b stats for Bob Smith 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running 3b stats for Bob Smith 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running ss stats for Bob Smith 2025-02-16 17:09:38,616 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 17:09:38,616 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,616 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,616 - card_creation - INFO - Running 1b stats for Aaron Ledesma 2025-02-16 17:09:38,616 - card_creation - INFO - Running 2b stats for Aaron Ledesma 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running 3b stats for Aaron Ledesma 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running ss stats for Aaron Ledesma 2025-02-16 17:09:38,616 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running 2b stats for Roberto Alomar 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 2b / tz_runs: 11 () 2025-02-16 17:09:38,616 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 17:09:38,616 - card_creation - INFO - Running 1b stats for Joe Carter 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 17:09:38,616 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,616 - card_creation - INFO - pos: rf / tz_runs: -10 2025-02-16 17:09:38,616 - card_creation - INFO - Running 1b stats for Rafael Palmeiro 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 1b / tz_runs: 16 () 2025-02-16 17:09:38,616 - card_creation - INFO - Running 3b stats for Cal Ripken 2025-02-16 17:09:38,616 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,617 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,617 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,617 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,617 - card_creation - INFO - Running ss stats for Mike Bordick 2025-02-16 17:09:38,617 - card_creation - INFO - pos: ss / tz_runs: 14 () 2025-02-16 17:09:38,617 - card_creation - INFO - Running 2b stats for Ozzie Guillen 2025-02-16 17:09:38,617 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,617 - card_creation - INFO - Running ss stats for Ozzie Guillen 2025-02-16 17:09:38,617 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 17:09:38,617 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-16 17:09:38,617 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,617 - card_creation - INFO - Running 1b stats for Chris Hoiles 2025-02-16 17:09:38,617 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,617 - card_creation - INFO - Running 2b stats for Ray Durham 2025-02-16 17:09:38,617 - card_creation - INFO - pos: 2b / tz_runs: -11 () 2025-02-16 17:09:38,617 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-16 17:09:38,617 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,617 - card_creation - INFO - Running 1b stats for Frank Thomas 2025-02-16 17:09:38,617 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-16 17:09:38,617 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 17:09:38,617 - card_creation - INFO - Running 3b stats for Robin Ventura 2025-02-16 17:09:38,617 - card_creation - INFO - pos: 3b / tz_runs: 33 () 2025-02-16 17:09:38,617 - card_creation - INFO - Running 1b stats for Wil Cordero 2025-02-16 17:09:38,617 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 17:09:38,617 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,617 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,617 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,618 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-16 17:09:38,618 - card_creation - INFO - Running ss stats for Mike Caruso 2025-02-16 17:09:38,618 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,618 - card_creation - INFO - Running 1b stats for Chris Snopek 2025-02-16 17:09:38,618 - card_creation - INFO - Running 2b stats for Chris Snopek 2025-02-16 17:09:38,618 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,618 - card_creation - INFO - Running ss stats for Chris Snopek 2025-02-16 17:09:38,618 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 17:09:38,618 - card_creation - INFO - Running 1b stats for Greg Norton 2025-02-16 17:09:38,618 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,618 - card_creation - INFO - Running 3b stats for Greg Norton 2025-02-16 17:09:38,618 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-16 17:09:38,618 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,618 - card_creation - INFO - pos: cf / tz_runs: -6 2025-02-16 17:09:38,618 - card_creation - INFO - pos: rf / tz_runs: -10 2025-02-16 17:09:38,618 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,618 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 17:09:38,618 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 17:09:38,618 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,618 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,618 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,618 - card_creation - INFO - Running 1b stats for Carlos Delgado 2025-02-16 17:09:38,618 - card_creation - INFO - pos: 1b / tz_runs: 8 () 2025-02-16 17:09:38,618 - card_creation - INFO - Running 1b stats for Mike Stanley 2025-02-16 17:09:38,618 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,618 - card_creation - INFO - Running 3b stats for Ed Sprague 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-16 17:09:38,619 - card_creation - INFO - Running 2b stats for Tony Fernandez 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 2b / tz_runs: -8 () 2025-02-16 17:09:38,619 - card_creation - INFO - Running 3b stats for Tony Fernandez 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,619 - card_creation - INFO - Running ss stats for Alex Gonzalez 2025-02-16 17:09:38,619 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 17:09:38,619 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,619 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 17:09:38,619 - card_creation - INFO - pos: cf / tz_runs: 17 2025-02-16 17:09:38,619 - card_creation - INFO - Running 1b stats for Joe Randa 2025-02-16 17:09:38,619 - card_creation - INFO - Running 2b stats for Joe Randa 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,619 - card_creation - INFO - Running 3b stats for Joe Randa 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 17:09:38,619 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 17:09:38,619 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,619 - card_creation - INFO - Running 1b stats for Tony Clark 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,619 - card_creation - INFO - Running 2b stats for Damion Easley 2025-02-16 17:09:38,619 - card_creation - INFO - pos: 2b / tz_runs: 16 () 2025-02-16 17:09:38,619 - card_creation - INFO - Running ss stats for Damion Easley 2025-02-16 17:09:38,619 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 17:09:38,619 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,619 - card_creation - INFO - Running 1b stats for Joe Oliver 2025-02-16 17:09:38,619 - card_creation - INFO - Running ss stats for Deivi Cruz 2025-02-16 17:09:38,619 - card_creation - INFO - pos: ss / tz_runs: 15 () 2025-02-16 17:09:38,620 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,620 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-16 17:09:38,620 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,620 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-16 17:09:38,620 - card_creation - INFO - pos: rf / tz_runs: -21 2025-02-16 17:09:38,620 - card_creation - INFO - Running 1b stats for Mike Blowers 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running 3b stats for Mike Blowers 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 3b / tz_runs: -9 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running 1b stats for Jason Giambi 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 1b / tz_runs: -9 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running 2b stats for Kurt Abbott 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running 3b stats for Kurt Abbott 2025-02-16 17:09:38,620 - card_creation - INFO - Running ss stats for Kurt Abbott 2025-02-16 17:09:38,620 - card_creation - INFO - pos: ss / tz_runs: -10 () 2025-02-16 17:09:38,620 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,620 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,620 - card_creation - INFO - Running 2b stats for Scott Spiezio 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 2b / tz_runs: -9 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running 2b stats for Rafael Bournigal 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running ss stats for Rafael Bournigal 2025-02-16 17:09:38,620 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running 2b stats for Justin Baughman 2025-02-16 17:09:38,620 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 17:09:38,620 - card_creation - INFO - Running ss stats for Justin Baughman 2025-02-16 17:09:38,621 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running 1b stats for Matt Stairs 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,621 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,621 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,621 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,621 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-16 17:09:38,621 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,621 - card_creation - INFO - Running 2b stats for Todd Walker 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 2b / tz_runs: -23 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running 2b stats for Brent Gates 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running 3b stats for Brent Gates 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 3b / tz_runs: -5 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running 1b stats for Paul Molitor 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-16 17:09:38,621 - card_creation - INFO - pos: lf / tz_runs: -15 2025-02-16 17:09:38,621 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 17:09:38,621 - card_creation - INFO - pos: cf / tz_runs: -10 2025-02-16 17:09:38,621 - card_creation - INFO - pos: rf / tz_runs: 7 2025-02-16 17:09:38,621 - card_creation - INFO - Running ss stats for Pat Meares 2025-02-16 17:09:38,621 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running 1b stats for Denny Hocking 2025-02-16 17:09:38,621 - card_creation - INFO - Running 2b stats for Denny Hocking 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running 3b stats for Denny Hocking 2025-02-16 17:09:38,621 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 17:09:38,621 - card_creation - INFO - Running ss stats for Denny Hocking 2025-02-16 17:09:38,622 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,622 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,622 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,622 - card_creation - INFO - Running 1b stats for Ron Coomer 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,622 - card_creation - INFO - Running 3b stats for Ron Coomer 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 3b / tz_runs: -2 () 2025-02-16 17:09:38,622 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 17:09:38,622 - card_creation - INFO - pos: rf / tz_runs: -9 2025-02-16 17:09:38,622 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,622 - card_creation - INFO - pos: cf / tz_runs: -10 2025-02-16 17:09:38,622 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,622 - card_creation - INFO - Running 2b stats for Jose Offerman 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 17:09:38,622 - card_creation - INFO - Running 1b stats for Hal Morris 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 17:09:38,622 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,622 - card_creation - INFO - Running 3b stats for Dean Palmer 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 17:09:38,622 - card_creation - INFO - Running 1b stats for Jeff King 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 1b / tz_runs: 8 () 2025-02-16 17:09:38,622 - card_creation - INFO - Running 3b stats for Jeff King 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,622 - card_creation - INFO - Running 1b stats for Jeff Conine 2025-02-16 17:09:38,622 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 17:09:38,622 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,622 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,622 - card_creation - INFO - pos: rf / tz_runs: 6 2025-02-16 17:09:38,622 - card_creation - INFO - Running 1b stats for Sal Fasano 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,623 - card_creation - INFO - Running 2b stats for Shane Halter 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,623 - card_creation - INFO - Running 3b stats for Shane Halter 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,623 - card_creation - INFO - Running ss stats for Shane Halter 2025-02-16 17:09:38,623 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-16 17:09:38,623 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,623 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,623 - card_creation - INFO - Running ss stats for Neifi Perez 2025-02-16 17:09:38,623 - card_creation - INFO - pos: ss / tz_runs: -8 () 2025-02-16 17:09:38,623 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,623 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,623 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,623 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-16 17:09:38,623 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,623 - card_creation - INFO - Running 3b stats for Vinny Castilla 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 3b / tz_runs: 7 () 2025-02-16 17:09:38,623 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,623 - card_creation - INFO - pos: cf / tz_runs: -11 2025-02-16 17:09:38,623 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,623 - card_creation - INFO - Running 1b stats for Todd Helton 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 1b / tz_runs: 9 () 2025-02-16 17:09:38,623 - card_creation - INFO - Running 2b stats for Mike Lansing 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 17:09:38,623 - card_creation - INFO - Running 2b stats for Joey Cora 2025-02-16 17:09:38,623 - card_creation - INFO - pos: 2b / tz_runs: -5 () 2025-02-16 17:09:38,624 - card_creation - INFO - Running ss stats for Alex Rodriguez 2025-02-16 17:09:38,624 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-16 17:09:38,624 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 17:09:38,624 - card_creation - INFO - pos: rf / tz_runs: -8 2025-02-16 17:09:38,624 - card_creation - INFO - Running 1b stats for David Segui 2025-02-16 17:09:38,624 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 17:09:38,624 - card_creation - INFO - Running 1b stats for Edgar Martinez 2025-02-16 17:09:38,624 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,624 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,624 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,624 - card_creation - INFO - Running 3b stats for Russ Davis 2025-02-16 17:09:38,624 - card_creation - INFO - pos: 3b / tz_runs: -14 () 2025-02-16 17:09:38,624 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,624 - card_creation - INFO - Running 2b stats for Luis Alicea 2025-02-16 17:09:38,624 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 17:09:38,624 - card_creation - INFO - Running 3b stats for Luis Alicea 2025-02-16 17:09:38,624 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,624 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,624 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,624 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,624 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,624 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,624 - card_creation - INFO - Running 1b stats for Will Clark 2025-02-16 17:09:38,624 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-16 17:09:38,625 - card_creation - INFO - Running ss stats for Kevin Elster 2025-02-16 17:09:38,625 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 17:09:38,625 - card_creation - INFO - Running 3b stats for Fernando Tatis 2025-02-16 17:09:38,625 - card_creation - INFO - pos: 3b / tz_runs: -6 () 2025-02-16 17:09:38,625 - card_creation - INFO - Running ss stats for Fernando Tatis 2025-02-16 17:09:38,625 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 17:09:38,625 - card_creation - INFO - Running 1b stats for Lee Stevens 2025-02-16 17:09:38,625 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,625 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,625 - card_creation - INFO - Running 2b stats for Domingo Cedeno 2025-02-16 17:09:38,625 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,625 - card_creation - INFO - Running ss stats for Domingo Cedeno 2025-02-16 17:09:38,625 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 17:09:38,625 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,625 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 17:09:38,625 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,625 - card_creation - INFO - Running 2b stats for Wilton Guerrero 2025-02-16 17:09:38,625 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 17:09:38,625 - card_creation - INFO - Running ss stats for Wilton Guerrero 2025-02-16 17:09:38,625 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 17:09:38,625 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,625 - card_creation - INFO - pos: rf / tz_runs: -12 2025-02-16 17:09:38,625 - card_creation - INFO - Running 1b stats for Eric Karros 2025-02-16 17:09:38,625 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 17:09:38,625 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,625 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-16 17:09:38,625 - card_creation - INFO - Running 1b stats for Paul Konerko 2025-02-16 17:09:38,625 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 17:09:38,625 - card_creation - INFO - Running 3b stats for Paul Konerko 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,626 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,626 - card_creation - INFO - Running 2b stats for Juan Castro 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,626 - card_creation - INFO - Running 3b stats for Juan Castro 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-16 17:09:38,626 - card_creation - INFO - Running ss stats for Juan Castro 2025-02-16 17:09:38,626 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 17:09:38,626 - card_creation - INFO - Running 2b stats for Eric Young 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 17:09:38,626 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,626 - card_creation - INFO - pos: cf / tz_runs: -3 2025-02-16 17:09:38,626 - card_creation - INFO - pos: cf / tz_runs: 9 2025-02-16 17:09:38,626 - card_creation - INFO - Running 2b stats for Bill Mueller 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,626 - card_creation - INFO - Running 3b stats for Bill Mueller 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,626 - card_creation - INFO - pos: lf / tz_runs: 10 2025-02-16 17:09:38,626 - card_creation - INFO - Running 1b stats for Charlie Hayes 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 17:09:38,626 - card_creation - INFO - Running 3b stats for Charlie Hayes 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,626 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,626 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,626 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,626 - card_creation - INFO - Running ss stats for Rich Aurilia 2025-02-16 17:09:38,626 - card_creation - INFO - pos: ss / tz_runs: 4 () 2025-02-16 17:09:38,626 - card_creation - INFO - Running 1b stats for JT Snow 2025-02-16 17:09:38,626 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 17:09:38,627 - card_creation - INFO - Running 2b stats for Rey Sanchez 2025-02-16 17:09:38,627 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,627 - card_creation - INFO - Running ss stats for Rey Sanchez 2025-02-16 17:09:38,627 - card_creation - INFO - pos: ss / tz_runs: 7 () 2025-02-16 17:09:38,627 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,627 - card_creation - INFO - pos: rf / tz_runs: 3 2025-02-16 17:09:38,627 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,627 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,627 - card_creation - INFO - pos: rf / tz_runs: 4 2025-02-16 17:09:38,627 - card_creation - INFO - Running 2b stats for Bip Roberts 2025-02-16 17:09:38,627 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,627 - card_creation - INFO - Running 3b stats for Bip Roberts 2025-02-16 17:09:38,627 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,627 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,627 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,627 - card_creation - INFO - Running ss stats for Miguel Tejada 2025-02-16 17:09:38,627 - card_creation - INFO - pos: ss / tz_runs: -11 () 2025-02-16 17:09:38,627 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,627 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,627 - card_creation - INFO - Running 1b stats for Kevin Mitchell 2025-02-16 17:09:38,627 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,627 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,627 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-16 17:09:38,627 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,627 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,628 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,628 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 17:09:38,628 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,628 - card_creation - INFO - pos: cf / tz_runs: -22 2025-02-16 17:09:38,628 - card_creation - INFO - Running 2b stats for Jeff Reboulet 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 3b stats for Jeff Reboulet 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running ss stats for Jeff Reboulet 2025-02-16 17:09:38,628 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 17:09:38,628 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 17:09:38,628 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,628 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,628 - card_creation - INFO - Running 1b stats for David Bell 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 2b stats for David Bell 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 3b stats for David Bell 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 3b stats for Gabe Alvarez 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 3b / tz_runs: -8 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 2b stats for Craig Grebeck 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 3b stats for Craig Grebeck 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running ss stats for Craig Grebeck 2025-02-16 17:09:38,628 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 17:09:38,628 - card_creation - INFO - Running 1b stats for Gregg Jefferies 2025-02-16 17:09:38,628 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,628 - card_creation - INFO - pos: lf / tz_runs: 5 2025-02-16 17:09:38,629 - card_creation - INFO - Running 3b stats for Mendy Lopez 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running ss stats for Mendy Lopez 2025-02-16 17:09:38,629 - card_creation - INFO - pos: ss / tz_runs: 6 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running 3b stats for Terry Pendleton 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,629 - card_creation - INFO - pos: cf / tz_runs: -20 2025-02-16 17:09:38,629 - card_creation - INFO - Running 1b stats for David Ortiz 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 1b / tz_runs: -6 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running 2b stats for Mark McLemore 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running 3b stats for Todd Zeile 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running ss stats for Royce Clayton 2025-02-16 17:09:38,629 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 17:09:38,629 - card_creation - INFO - pos: cf / tz_runs: 12 2025-02-16 17:09:38,629 - card_creation - INFO - Running 2b stats for Jay Bell 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running ss stats for Jay Bell 2025-02-16 17:09:38,629 - card_creation - INFO - pos: ss / tz_runs: 5 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running 1b stats for Travis Lee 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running 3b stats for Matt Williams 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 3b / tz_runs: 8 () 2025-02-16 17:09:38,629 - card_creation - INFO - Running 1b stats for Brent Brede 2025-02-16 17:09:38,629 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,629 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 17:09:38,629 - card_creation - INFO - pos: rf / tz_runs: -7 2025-02-16 17:09:38,630 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,630 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,630 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 17:09:38,630 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,630 - card_creation - INFO - Running 2b stats for Tony Batista 2025-02-16 17:09:38,630 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running 3b stats for Tony Batista 2025-02-16 17:09:38,630 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running ss stats for Tony Batista 2025-02-16 17:09:38,630 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running 2b stats for Jeff Kent 2025-02-16 17:09:38,630 - card_creation - INFO - pos: 2b / tz_runs: -6 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running 1b stats for Andy Fox 2025-02-16 17:09:38,630 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running 2b stats for Andy Fox 2025-02-16 17:09:38,630 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running 3b stats for Andy Fox 2025-02-16 17:09:38,630 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 17:09:38,630 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 17:09:38,630 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 17:09:38,630 - card_creation - INFO - pos: rf / tz_runs: -6 2025-02-16 17:09:38,630 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,630 - card_creation - INFO - Running ss stats for Edgar Renteria 2025-02-16 17:09:38,630 - card_creation - INFO - pos: ss / tz_runs: -7 () 2025-02-16 17:09:38,630 - card_creation - INFO - Running 1b stats for Mark Kotsay 2025-02-16 17:09:38,630 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-16 17:09:38,630 - card_creation - INFO - pos: rf / tz_runs: 14 2025-02-16 17:09:38,631 - card_creation - INFO - Running 3b stats for Bobby Bonilla 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 17:09:38,631 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,631 - card_creation - INFO - Running 1b stats for Derrek Lee 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 1b / tz_runs: -2 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 2b stats for Andy Stankiewicz 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 2b stats for Craig Counsell 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 2b / tz_runs: 5 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 1b stats for Ryan Jackson 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 1b / tz_runs: -6 () 2025-02-16 17:09:38,631 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,631 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,631 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,631 - card_creation - INFO - pos: cf / tz_runs: -5 2025-02-16 17:09:38,631 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,631 - card_creation - INFO - Running 2b stats for Dave Berg 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 3b stats for Dave Berg 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running ss stats for Dave Berg 2025-02-16 17:09:38,631 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running ss stats for Walt Weiss 2025-02-16 17:09:38,631 - card_creation - INFO - pos: ss / tz_runs: 8 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 2b stats for Keith Lockhart 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 2b / tz_runs: 7 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 3b stats for Chipper Jones 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 17:09:38,631 - card_creation - INFO - Running 1b stats for Andres Galarraga 2025-02-16 17:09:38,631 - card_creation - INFO - pos: 1b / tz_runs: -5 () 2025-02-16 17:09:38,632 - card_creation - INFO - Running 1b stats for Ryan Klesko 2025-02-16 17:09:38,632 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,632 - card_creation - INFO - pos: lf / tz_runs: 8 2025-02-16 17:09:38,632 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,632 - card_creation - INFO - pos: cf / tz_runs: 35 2025-02-16 17:09:38,632 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,632 - card_creation - INFO - pos: cf / tz_runs: -4 2025-02-16 17:09:38,632 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,632 - card_creation - INFO - Running 2b stats for Tony Graffanino 2025-02-16 17:09:38,632 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-16 17:09:38,632 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,632 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 17:09:38,632 - card_creation - INFO - pos: rf / tz_runs: 9 2025-02-16 17:09:38,632 - card_creation - INFO - Running 2b stats for Manny Alexander 2025-02-16 17:09:38,632 - card_creation - INFO - pos: 2b / tz_runs: -3 () 2025-02-16 17:09:38,632 - card_creation - INFO - Running 3b stats for Manny Alexander 2025-02-16 17:09:38,632 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 17:09:38,632 - card_creation - INFO - Running ss stats for Manny Alexander 2025-02-16 17:09:38,632 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,632 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 17:09:38,632 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,632 - card_creation - INFO - Running 1b stats for Mark Grace 2025-02-16 17:09:38,632 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 17:09:38,632 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 17:09:38,632 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,633 - card_creation - INFO - Running 1b stats for Jose Hernandez 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 2b stats for Jose Hernandez 2025-02-16 17:09:38,633 - card_creation - INFO - Running 3b stats for Jose Hernandez 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running ss stats for Jose Hernandez 2025-02-16 17:09:38,633 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,633 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,633 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-16 17:09:38,633 - card_creation - INFO - Running 3b stats for Kevin Orie 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 3b / tz_runs: -4 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 1b stats for Brant Brown 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,633 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,633 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 17:09:38,633 - card_creation - INFO - Running 1b stats for Scott Servais 2025-02-16 17:09:38,633 - card_creation - INFO - Running 2b stats for Mickey Morandini 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 2b / tz_runs: 10 () 2025-02-16 17:09:38,633 - card_creation - INFO - pos: lf / tz_runs: -9 2025-02-16 17:09:38,633 - card_creation - INFO - Running 2b stats for Fernando Vina 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 2b / tz_runs: -8 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 1b stats for Jeff Cirillo 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 3b stats for Jeff Cirillo 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 3b / tz_runs: 16 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 1b stats for Mark Loretta 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 2b stats for Mark Loretta 2025-02-16 17:09:38,633 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,633 - card_creation - INFO - Running 3b stats for Mark Loretta 2025-02-16 17:09:38,634 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 17:09:38,634 - card_creation - INFO - Running ss stats for Mark Loretta 2025-02-16 17:09:38,634 - card_creation - INFO - pos: ss / tz_runs: 0 () 2025-02-16 17:09:38,634 - card_creation - INFO - pos: rf / tz_runs: 11 2025-02-16 17:09:38,634 - card_creation - INFO - pos: cf / tz_runs: 6 2025-02-16 17:09:38,634 - card_creation - INFO - Running 1b stats for Dave Nilsson 2025-02-16 17:09:38,634 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 17:09:38,634 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,634 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,634 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 17:09:38,634 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,634 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,634 - card_creation - INFO - Running ss stats for Jose Valentin 2025-02-16 17:09:38,634 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 17:09:38,634 - card_creation - INFO - Running 2b stats for Tony Womack 2025-02-16 17:09:38,634 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 17:09:38,634 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 17:09:38,634 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 17:09:38,634 - card_creation - INFO - Running 1b stats for Kevin Young 2025-02-16 17:09:38,634 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,635 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 17:09:38,635 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,635 - card_creation - INFO - pos: lf / tz_runs: 3 2025-02-16 17:09:38,635 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 17:09:38,635 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,635 - card_creation - INFO - Running ss stats for Lou Collier 2025-02-16 17:09:38,635 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 17:09:38,635 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,635 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 17:09:38,635 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,635 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,635 - card_creation - INFO - Running 2b stats for Kevin Polcovich 2025-02-16 17:09:38,635 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,635 - card_creation - INFO - Running 3b stats for Kevin Polcovich 2025-02-16 17:09:38,635 - card_creation - INFO - pos: 3b / tz_runs: 3 () 2025-02-16 17:09:38,635 - card_creation - INFO - Running ss stats for Kevin Polcovich 2025-02-16 17:09:38,635 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 17:09:38,635 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 17:09:38,635 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 17:09:38,635 - card_creation - INFO - Running ss stats for Jose Vizcaino 2025-02-16 17:09:38,635 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 17:09:38,635 - card_creation - INFO - Running 2b stats for Quilvio Veras 2025-02-16 17:09:38,635 - card_creation - INFO - pos: 2b / tz_runs: 4 () 2025-02-16 17:09:38,635 - card_creation - INFO - pos: cf / tz_runs: -17 2025-02-16 17:09:38,635 - card_creation - INFO - pos: rf / tz_runs: -17 2025-02-16 17:09:38,635 - card_creation - INFO - Running 3b stats for Ken Caminiti 2025-02-16 17:09:38,635 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 17:09:38,635 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,636 - card_creation - INFO - Running 1b stats for Andy Sheets 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 17:09:38,636 - card_creation - INFO - Running 2b stats for Andy Sheets 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 17:09:38,636 - card_creation - INFO - Running 3b stats for Andy Sheets 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 3b / tz_runs: -3 () 2025-02-16 17:09:38,636 - card_creation - INFO - Running ss stats for Andy Sheets 2025-02-16 17:09:38,636 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 17:09:38,636 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,636 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,636 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,636 - card_creation - INFO - Running ss stats for Chris Gomez 2025-02-16 17:09:38,636 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 17:09:38,636 - card_creation - INFO - Running 2b stats for Delino DeShields 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 17:09:38,636 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 17:09:38,636 - card_creation - INFO - Running 1b stats for Mark McGwire 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 1b / tz_runs: -16 () 2025-02-16 17:09:38,636 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 17:09:38,636 - card_creation - INFO - pos: rf / tz_runs: 22 2025-02-16 17:09:38,636 - card_creation - INFO - Running 1b stats for Willie McGee 2025-02-16 17:09:38,636 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,636 - card_creation - INFO - pos: cf / tz_runs: 2 2025-02-16 17:09:38,636 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,636 - card_creation - INFO - Running 1b stats for John Mabry 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 17:09:38,636 - card_creation - INFO - Running 3b stats for John Mabry 2025-02-16 17:09:38,636 - card_creation - INFO - pos: 3b / tz_runs: -11 () 2025-02-16 17:09:38,637 - card_creation - INFO - pos: lf / tz_runs: -2 2025-02-16 17:09:38,637 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,637 - card_creation - INFO - Running 1b stats for Tom Lampkin 2025-02-16 17:09:38,637 - card_creation - INFO - Running 1b stats for Gary Gaetti 2025-02-16 17:09:38,637 - card_creation - INFO - Running 3b stats for Gary Gaetti 2025-02-16 17:09:38,637 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 17:09:38,637 - card_creation - INFO - Running 1b stats for Brian Hunter 2025-02-16 17:09:38,637 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,637 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,637 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,637 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,637 - card_creation - INFO - Running 1b stats for Rich Amaral 2025-02-16 17:09:38,637 - card_creation - INFO - pos: 1b / tz_runs: 1 () 2025-02-16 17:09:38,637 - card_creation - INFO - Running 2b stats for Rich Amaral 2025-02-16 17:09:38,637 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,637 - card_creation - INFO - pos: lf / tz_runs: -1 2025-02-16 17:09:38,637 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-16 17:09:38,637 - card_creation - INFO - pos: cf / tz_runs: 5 2025-02-16 17:09:38,637 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,637 - card_creation - INFO - Running 1b stats for Dmitri Young 2025-02-16 17:09:38,637 - card_creation - INFO - pos: 1b / tz_runs: 3 () 2025-02-16 17:09:38,637 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,637 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,637 - card_creation - INFO - Running ss stats for Barry Larkin 2025-02-16 17:09:38,637 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 3b stats for Willie Greene 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 3b / tz_runs: 2 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running ss stats for Willie Greene 2025-02-16 17:09:38,638 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,638 - card_creation - INFO - pos: rf / tz_runs: 2 2025-02-16 17:09:38,638 - card_creation - INFO - Running 2b stats for Bret Boone 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 1b stats for Sean Casey 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 2b stats for Pokey Reese 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 3b stats for Pokey Reese 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running ss stats for Pokey Reese 2025-02-16 17:09:38,638 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 2b stats for Danny Klassen 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 2b / tz_runs: -6 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 2b stats for Chris Stynes 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 3b stats for Chris Stynes 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running ss stats for Chris Stynes 2025-02-16 17:09:38,638 - card_creation - INFO - pos: lf / tz_runs: 4 2025-02-16 17:09:38,638 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,638 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,638 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,638 - card_creation - INFO - Running 2b stats for Craig Biggio 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 1b stats for Bill Spiers 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,638 - card_creation - INFO - Running 2b stats for Bill Spiers 2025-02-16 17:09:38,638 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 17:09:38,639 - card_creation - INFO - Running 3b stats for Bill Spiers 2025-02-16 17:09:38,639 - card_creation - INFO - pos: 3b / tz_runs: -7 () 2025-02-16 17:09:38,639 - card_creation - INFO - pos: rf / tz_runs: 16 2025-02-16 17:09:38,639 - card_creation - INFO - Running 1b stats for Jeff Bagwell 2025-02-16 17:09:38,639 - card_creation - INFO - pos: 1b / tz_runs: 4 () 2025-02-16 17:09:38,639 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 17:09:38,639 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,639 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 17:09:38,639 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,639 - card_creation - INFO - Running ss stats for Ricky Gutierrez 2025-02-16 17:09:38,639 - card_creation - INFO - pos: ss / tz_runs: -17 () 2025-02-16 17:09:38,639 - card_creation - INFO - Running 3b stats for Sean Berry 2025-02-16 17:09:38,639 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,639 - card_creation - INFO - pos: cf / tz_runs: -1 2025-02-16 17:09:38,639 - card_creation - INFO - Running ss stats for Jeff Blauser 2025-02-16 17:09:38,639 - card_creation - INFO - pos: ss / tz_runs: -9 () 2025-02-16 17:09:38,639 - card_creation - INFO - pos: cf / tz_runs: 8 2025-02-16 17:09:38,639 - card_creation - INFO - Running 3b stats for Scott Rolen 2025-02-16 17:09:38,639 - card_creation - INFO - pos: 3b / tz_runs: 12 () 2025-02-16 17:09:38,639 - card_creation - INFO - Running 1b stats for Rico Brogna 2025-02-16 17:09:38,639 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 17:09:38,639 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,639 - card_creation - INFO - pos: rf / tz_runs: 0 2025-02-16 17:09:38,640 - card_creation - INFO - Running 2b stats for Mark Lewis 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 2b / tz_runs: -10 () 2025-02-16 17:09:38,640 - card_creation - INFO - pos: rf / tz_runs: 28 2025-02-16 17:09:38,640 - card_creation - INFO - Running ss stats for Desi Relaford 2025-02-16 17:09:38,640 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 17:09:38,640 - card_creation - INFO - Running 1b stats for Kevin Jordan 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 17:09:38,640 - card_creation - INFO - Running 2b stats for Kevin Jordan 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 2b / tz_runs: -4 () 2025-02-16 17:09:38,640 - card_creation - INFO - Running 3b stats for Kevin Jordan 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,640 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,640 - card_creation - INFO - pos: cf / tz_runs: 1 2025-02-16 17:09:38,640 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,640 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,640 - card_creation - INFO - pos: rf / tz_runs: -3 2025-02-16 17:09:38,640 - card_creation - INFO - Running 1b stats for John Olerud 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 1b / tz_runs: 15 () 2025-02-16 17:09:38,640 - card_creation - INFO - pos: cf / tz_runs: -8 2025-02-16 17:09:38,640 - card_creation - INFO - Running 2b stats for Carlos Baerga 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,640 - card_creation - INFO - Running ss stats for Rey Ordonez 2025-02-16 17:09:38,640 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 17:09:38,640 - card_creation - INFO - Running 3b stats for Edgardo Alfonzo 2025-02-16 17:09:38,640 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,640 - card_creation - INFO - Running 2b stats for Luis Lopez 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 2b / tz_runs: -2 () 2025-02-16 17:09:38,641 - card_creation - INFO - Running 3b stats for Luis Lopez 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 17:09:38,641 - card_creation - INFO - Running ss stats for Luis Lopez 2025-02-16 17:09:38,641 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,641 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,641 - card_creation - INFO - Running 2b stats for FP Santangelo 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,641 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 17:09:38,641 - card_creation - INFO - pos: cf / tz_runs: 3 2025-02-16 17:09:38,641 - card_creation - INFO - pos: rf / tz_runs: 17 2025-02-16 17:09:38,641 - card_creation - INFO - Running 1b stats for Brad Fullmer 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 1b / tz_runs: -3 () 2025-02-16 17:09:38,641 - card_creation - INFO - Running 3b stats for Shane Andrews 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 3b / tz_runs: 5 () 2025-02-16 17:09:38,641 - card_creation - INFO - Running 2b stats for Orlando Cabrera 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,641 - card_creation - INFO - Running ss stats for Orlando Cabrera 2025-02-16 17:09:38,641 - card_creation - INFO - pos: ss / tz_runs: 2 () 2025-02-16 17:09:38,641 - card_creation - INFO - Running 1b stats for Ryan McGuire 2025-02-16 17:09:38,641 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,641 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,641 - card_creation - INFO - pos: cf / tz_runs: 0 2025-02-16 17:09:38,641 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,641 - card_creation - INFO - pos: lf / tz_runs: -3 2025-02-16 17:09:38,641 - card_creation - INFO - pos: rf / tz_runs: -1 2025-02-16 17:09:38,641 - card_creation - INFO - pos: cf / tz_runs: 17 2025-02-16 17:09:38,642 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,642 - card_creation - INFO - pos: cf / tz_runs: 9 2025-02-16 17:09:38,642 - card_creation - INFO - pos: rf / tz_runs: -4 2025-02-16 17:09:38,642 - card_creation - INFO - Running ss stats for Mark Grudzielanek 2025-02-16 17:09:38,642 - card_creation - INFO - pos: ss / tz_runs: -20 () 2025-02-16 17:09:38,642 - card_creation - INFO - Running 1b stats for Eddie Perez 2025-02-16 17:09:38,642 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,642 - card_creation - INFO - pos: lf / tz_runs: 6 2025-02-16 17:09:38,642 - card_creation - INFO - Running 1b stats for Wally Joyner 2025-02-16 17:09:38,642 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,642 - card_creation - INFO - Running 1b stats for John Jaha 2025-02-16 17:09:38,642 - card_creation - INFO - pos: 1b / tz_runs: -1 () 2025-02-16 17:09:38,642 - card_creation - INFO - Running ss stats for Alex Arias 2025-02-16 17:09:38,642 - card_creation - INFO - pos: ss / tz_runs: -3 () 2025-02-16 17:09:38,642 - card_creation - INFO - pos: lf / tz_runs: 1 2025-02-16 17:09:38,642 - card_creation - INFO - pos: cf / tz_runs: -2 2025-02-16 17:09:38,642 - card_creation - INFO - pos: rf / tz_runs: 9 2025-02-16 17:09:38,642 - card_creation - INFO - Running 1b stats for Mark Smith 2025-02-16 17:09:38,642 - card_creation - INFO - pos: 1b / tz_runs: 0 () 2025-02-16 17:09:38,642 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,642 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,642 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,642 - card_creation - INFO - pos: cf / tz_runs: 7 2025-02-16 17:09:38,642 - card_creation - INFO - Running 2b stats for Mike Mordecai 2025-02-16 17:09:38,642 - card_creation - INFO - pos: 2b / tz_runs: -1 () 2025-02-16 17:09:38,642 - card_creation - INFO - Running 3b stats for Mike Mordecai 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running ss stats for Mike Mordecai 2025-02-16 17:09:38,643 - card_creation - INFO - pos: ss / tz_runs: -2 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running 2b stats for Jose Vidro 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 2b / tz_runs: -7 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running 3b stats for Jose Vidro 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running 2b stats for Lou Merloni 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running 3b stats for Lou Merloni 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,643 - card_creation - INFO - pos: cf / tz_runs: 11 2025-02-16 17:09:38,643 - card_creation - INFO - Running 1b stats for Felipe Crespo 2025-02-16 17:09:38,643 - card_creation - INFO - Running 2b stats for Felipe Crespo 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 2b / tz_runs: 0 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running 3b stats for Felipe Crespo 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,643 - card_creation - INFO - pos: lf / tz_runs: 2 2025-02-16 17:09:38,643 - card_creation - INFO - pos: rf / tz_runs: -2 2025-02-16 17:09:38,643 - card_creation - INFO - pos: rf / tz_runs: 5 2025-02-16 17:09:38,643 - card_creation - INFO - Running 2b stats for Pat Kelly 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 2b / tz_runs: 3 () 2025-02-16 17:09:38,643 - card_creation - INFO - pos: lf / tz_runs: 0 2025-02-16 17:09:38,643 - card_creation - INFO - pos: cf / tz_runs: 4 2025-02-16 17:09:38,643 - card_creation - INFO - pos: rf / tz_runs: 1 2025-02-16 17:09:38,643 - card_creation - INFO - Running 1b stats for Eduardo Perez 2025-02-16 17:09:38,643 - card_creation - INFO - pos: 1b / tz_runs: 5 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running ss stats for Felix Martinez 2025-02-16 17:09:38,643 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 17:09:38,643 - card_creation - INFO - Running 1b stats for Billy Ripken 2025-02-16 17:09:38,644 - card_creation - INFO - Running 2b stats for Billy Ripken 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 3b stats for Billy Ripken 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 3b / tz_runs: 1 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running ss stats for Billy Ripken 2025-02-16 17:09:38,644 - card_creation - INFO - pos: ss / tz_runs: -1 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 1b stats for Luis Sojo 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 1b / tz_runs: 2 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 2b stats for Luis Sojo 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 3b stats for Luis Sojo 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running ss stats for Luis Sojo 2025-02-16 17:09:38,644 - card_creation - INFO - pos: ss / tz_runs: 1 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 2b stats for Mark Lemke 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 2b / tz_runs: 6 () 2025-02-16 17:09:38,644 - card_creation - INFO - pos: lf / tz_runs: -4 2025-02-16 17:09:38,644 - card_creation - INFO - Running 2b stats for David Howard 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 2b / tz_runs: 2 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 3b stats for David Howard 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 3b / tz_runs: -1 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running ss stats for David Howard 2025-02-16 17:09:38,644 - card_creation - INFO - pos: ss / tz_runs: -4 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 2b stats for Tim Bogar 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 2b / tz_runs: 1 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running 3b stats for Tim Bogar 2025-02-16 17:09:38,644 - card_creation - INFO - pos: 3b / tz_runs: 0 () 2025-02-16 17:09:38,644 - card_creation - INFO - Running ss stats for Tim Bogar 2025-02-16 17:09:38,645 - card_creation - INFO - pos: ss / tz_runs: 3 () 2025-02-16 17:09:38,645 - card_creation - INFO - Running 3b stats for Aramis Ramirez 2025-02-16 17:09:38,645 - card_creation - INFO - pos: 3b / tz_runs: -8 () 2025-02-16 17:09:38,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'knoblch01'), ('cardset_id', 20)] 2025-02-16 17:09:38,837 - card_creation - INFO - session info: 2025-02-16 17:09:38,837 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35680, 'team': 47, 'player': 10633, 'created': 1730616941679}, {'id': 37972, 'team': [ S N I P P E D ] 2025-02-16 17:09:38,837 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10633/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:38,962 - card_creation - INFO - return: {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}} 2025-02-16 17:09:38,962 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeterde01'), ('cardset_id', 20)] 2025-02-16 17:09:39,134 - card_creation - INFO - session info: 2025-02-16 17:09:39,134 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeterde01', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36480, 'team': 47, 'player': 10938, 'created': 1730920176625}, {'id': 36568, 'team': 33, 'pla [ S N I P P E D ] 2025-02-16 17:09:39,135 - card_creation - INFO - patch: players [('cost', '289'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10938/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:39,315 - card_creation - INFO - return: {'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeterde01', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}} 2025-02-16 17:09:39,315 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'neipa01"), ('cardset_id', 20)] 2025-02-16 17:09:39,463 - card_creation - INFO - session info: 2025-02-16 17:09:39,463 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'neipa01", 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35656, 'team': 47, 'player': 10634, 'created': 1730616941189}, {'id': 37484, 'team [ S N I P P E D ] 2025-02-16 17:09:39,463 - card_creation - INFO - patch: players [('cost', '267'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10634/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:39,591 - card_creation - INFO - return: {'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'neipa01", 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}} 2025-02-16 17:09:39,591 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willibe02'), ('cardset_id', 20)] 2025-02-16 17:09:39,741 - card_creation - INFO - session info: 2025-02-16 17:09:39,741 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willibe02', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35874, 'team': 33, 'player': 10635, 'created': 1730747682872}, {'id': 36539, 'team': 38, [ S N I P P E D ] 2025-02-16 17:09:39,742 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10635/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:39,867 - card_creation - INFO - return: {'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willibe02', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}} 2025-02-16 17:09:39,867 - card_creation - INFO - get: players id: None params: [('bbref_id', 'erstada01'), ('cardset_id', 20)] 2025-02-16 17:09:40,017 - card_creation - INFO - session info: 2025-02-16 17:09:40,018 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'erstada01', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36011, 'team': 69, 'player': 10636, 'created': 1730785303487}, {'id': 37478, 'team': 49, 'player' [ S N I P P E D ] 2025-02-16 17:09:40,018 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10636/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:40,141 - card_creation - INFO - return: {'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'erstada01', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}} 2025-02-16 17:09:40,141 - card_creation - INFO - get: players id: None params: [('bbref_id', 'edmonji01'), ('cardset_id', 20)] 2025-02-16 17:09:40,290 - card_creation - INFO - session info: 2025-02-16 17:09:40,290 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonji01', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35675, 'team': 38, 'player': 10637, 'created': 1730616941935}, {'id': 35699, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 17:09:40,290 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10637/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:40,430 - card_creation - INFO - return: {'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'edmonji01', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}} 2025-02-16 17:09:40,430 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hollida01'), ('cardset_id', 20)] 2025-02-16 17:09:40,576 - card_creation - INFO - session info: 2025-02-16 17:09:40,576 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollida01', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35615, 'team': 69, 'player': 10638, 'created': 1730616941935}, {'id': 35702, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 17:09:40,576 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10638/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:40,701 - card_creation - INFO - return: {'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollida01', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}} 2025-02-16 17:09:40,701 - card_creation - INFO - get: players id: None params: [('bbref_id', 'salmoti01'), ('cardset_id', 20)] 2025-02-16 17:09:40,830 - card_creation - INFO - session info: 2025-02-16 17:09:40,830 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 279, 'image': 'https://pddev.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'salmoti01', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35689, 'team': 47, 'player': 10639, 'created': 1730616941189}, {'id': 37889, 'team': 49, 'player': [ S N I P P E D ] 2025-02-16 17:09:40,830 - card_creation - INFO - patch: players [('cost', '279'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10639/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:40,963 - card_creation - INFO - return: {'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 279, 'image': 'https://pddev.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'salmoti01', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}} 2025-02-16 17:09:40,964 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fieldce01'), ('cardset_id', 20)] 2025-02-16 17:09:41,098 - card_creation - INFO - session info: 2025-02-16 17:09:41,098 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fieldce01', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35662, 'team': 38, 'player': 10640, 'created': 1730616940558}, {'id': [ S N I P P E D ] 2025-02-16 17:09:41,099 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10640/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:41,254 - card_creation - INFO - return: {'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fieldce01', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}} 2025-02-16 17:09:41,254 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderga01'), ('cardset_id', 20)] 2025-02-16 17:09:41,413 - card_creation - INFO - session info: 2025-02-16 17:09:41,413 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderga01', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35530, 'team': 38, 'player': 10641, 'created': 1730616941935}, {'id': 35595, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 17:09:41,413 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10641/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:41,537 - card_creation - INFO - return: {'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderga01', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}} 2025-02-16 17:09:41,538 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martiti02'), ('cardset_id', 20)] 2025-02-16 17:09:41,651 - card_creation - INFO - session info: 2025-02-16 17:09:41,651 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martiti02', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35687, 'team': 47, 'player': 10642, 'created': 1730616941189}, {'id': 36133, 'team': 33, [ S N I P P E D ] 2025-02-16 17:09:41,651 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10642/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:41,795 - card_creation - INFO - return: {'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martiti02', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}} 2025-02-16 17:09:41,796 - card_creation - INFO - get: players id: None params: [('bbref_id', 'curtich01'), ('cardset_id', 20)] 2025-02-16 17:09:41,937 - card_creation - INFO - session info: 2025-02-16 17:09:41,937 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'curtich01', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:41,938 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10939/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:42,074 - card_creation - INFO - return: {'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'curtich01', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}} 2025-02-16 17:09:42,074 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brosisc01'), ('cardset_id', 20)] 2025-02-16 17:09:42,271 - card_creation - INFO - session info: 2025-02-16 17:09:42,271 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brosisc01', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36671, 'team': 33, 'player': 10940, 'created': 1731602869923}, {'id': 36971, 'te [ S N I P P E D ] 2025-02-16 17:09:42,271 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10940/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:42,409 - card_creation - INFO - return: {'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brosisc01', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}} 2025-02-16 17:09:42,409 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martino01'), ('cardset_id', 20)] 2025-02-16 17:09:42,548 - card_creation - INFO - session info: 2025-02-16 17:09:42,549 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martino01', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35408, 'team': 33, 'player': 10643, 'created': 1730616940558}, {'id': 356 [ S N I P P E D ] 2025-02-16 17:09:42,549 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10643/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:42,643 - card_creation - INFO - return: {'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martino01', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}} 2025-02-16 17:09:42,643 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walbema01'), ('cardset_id', 20)] 2025-02-16 17:09:42,781 - card_creation - INFO - session info: 2025-02-16 17:09:42,781 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walbema01', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38322, 'team': 47, 'player': 11242, 'created': 1735336764577}, {'id': 39011, 'team': 92, 'pl [ S N I P P E D ] 2025-02-16 17:09:42,781 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11242/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:42,919 - card_creation - INFO - return: {'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walbema01', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}} 2025-02-16 17:09:42,920 - card_creation - INFO - get: players id: None params: [('bbref_id', 'disarga01'), ('cardset_id', 20)] 2025-02-16 17:09:43,044 - card_creation - INFO - session info: 2025-02-16 17:09:43,044 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'disarga01', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35591, 'team': 47, 'player': 10644, 'created': 1730616941189}, {'id': 36285, ' [ S N I P P E D ] 2025-02-16 17:09:43,044 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10644/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:43,184 - card_creation - INFO - return: {'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'disarga01', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}} 2025-02-16 17:09:43,184 - card_creation - INFO - get: players id: None params: [('bbref_id', 'girarjo01'), ('cardset_id', 20)] 2025-02-16 17:09:43,314 - card_creation - INFO - session info: 2025-02-16 17:09:43,314 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'girarjo01', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:43,315 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11446/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:43,456 - card_creation - INFO - return: {'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'girarjo01', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}} 2025-02-16 17:09:43,456 - card_creation - INFO - get: players id: None params: [('bbref_id', 'raineti01'), ('cardset_id', 20)] 2025-02-16 17:09:43,556 - card_creation - INFO - session info: 2025-02-16 17:09:43,556 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 661, 'image': 'https://pddev.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'raineti01', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37669, 'team': 33, 'player': 10941, 'created': 1733172010978}, {'id': 38315, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 17:09:43,556 - card_creation - INFO - patch: players [('cost', '661'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10941/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:43,692 - card_creation - INFO - return: {'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 661, 'image': 'https://pddev.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'raineti01', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}} 2025-02-16 17:09:43,692 - card_creation - INFO - get: players id: None params: [('bbref_id', 'strawda01'), ('cardset_id', 20)] 2025-02-16 17:09:43,822 - card_creation - INFO - session info: 2025-02-16 17:09:43,822 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'strawda01', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38556, 'team': 38, 'player': 11290, 'created': 1736803320971}]}}]} 2025-02-16 17:09:43,823 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11290/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:43,962 - card_creation - INFO - return: {'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'strawda01', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}} 2025-02-16 17:09:43,962 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nevinph01'), ('cardset_id', 20)] 2025-02-16 17:09:44,110 - card_creation - INFO - session info: 2025-02-16 17:09:44,110 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nevinph01', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:44,110 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11111/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:44,256 - card_creation - INFO - return: {'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nevinph01', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}} 2025-02-16 17:09:44,256 - card_creation - INFO - get: players id: None params: [('bbref_id', 'posadjo01'), ('cardset_id', 20)] 2025-02-16 17:09:44,405 - card_creation - INFO - session info: 2025-02-16 17:09:44,405 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'posadjo01', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37422, 'team': 31, 'player': 11112, 'created': 1731963342633}, {'id': 37659, 'team': 33, 'playe [ S N I P P E D ] 2025-02-16 17:09:44,406 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11112/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:44,534 - card_creation - INFO - return: {'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'posadjo01', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}} 2025-02-16 17:09:44,534 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loftoke01'), ('cardset_id', 20)] 2025-02-16 17:09:44,682 - card_creation - INFO - session info: 2025-02-16 17:09:44,682 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loftoke01', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35810, 'team': 31, 'player': 10645, 'created': 1730616941189}, {'id': 35957, 'team': 55, [ S N I P P E D ] 2025-02-16 17:09:44,682 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10645/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:44,818 - card_creation - INFO - return: {'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loftoke01', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}} 2025-02-16 17:09:44,819 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vizquom01'), ('cardset_id', 20)] 2025-02-16 17:09:44,966 - card_creation - INFO - session info: 2025-02-16 17:09:44,966 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizquom01', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35814, 'team': 31, 'player': 10646, 'created': 1730616941189}, {'id': 37458, 'team': [ S N I P P E D ] 2025-02-16 17:09:44,967 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10646/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:45,099 - card_creation - INFO - return: {'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizquom01', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}} 2025-02-16 17:09:45,100 - card_creation - INFO - get: players id: None params: [('bbref_id', 'justida01'), ('cardset_id', 20)] 2025-02-16 17:09:45,269 - card_creation - INFO - session info: 2025-02-16 17:09:45,269 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35522, 'team': 47, 'player': 10647, 'created': 1730616941935}, {'id': 35919, 'team' [ S N I P P E D ] 2025-02-16 17:09:45,269 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10647/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:45,400 - card_creation - INFO - return: {'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'justida01', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}} 2025-02-16 17:09:45,400 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ramirma02'), ('cardset_id', 20)] 2025-02-16 17:09:45,529 - card_creation - INFO - session info: 2025-02-16 17:09:45,530 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 294, 'image': 'https://pddev.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirma02', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35610, 'team': 69, 'player': 10648, 'created': 1730616941060}, {'id': 35661, 'team': [ S N I P P E D ] 2025-02-16 17:09:45,530 - card_creation - INFO - patch: players [('cost', '294'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10648/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:45,669 - card_creation - INFO - return: {'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 294, 'image': 'https://pddev.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirma02', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}} 2025-02-16 17:09:45,669 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomeji01'), ('cardset_id', 20)] 2025-02-16 17:09:45,806 - card_creation - INFO - session info: 2025-02-16 17:09:45,807 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35579, 'team': 69, 'player': 10649, 'created': 1730616941189}, {'id': 35682, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 17:09:45,807 - card_creation - INFO - patch: players [('cost', '288'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10649/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:45,949 - card_creation - INFO - return: {'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomeji01', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}} 2025-02-16 17:09:45,949 - card_creation - INFO - get: players id: None params: [('bbref_id', 'frymatr01'), ('cardset_id', 20)] 2025-02-16 17:09:46,079 - card_creation - INFO - session info: 2025-02-16 17:09:46,079 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frymatr01', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35557, 'team': 69, 'player': 10650, 'created': 1730616941390}, {'id': 35783, 'team': 4 [ S N I P P E D ] 2025-02-16 17:09:46,080 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10650/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:46,167 - card_creation - INFO - return: {'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'frymatr01', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}} 2025-02-16 17:09:46,168 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gilesbr02'), ('cardset_id', 20)] 2025-02-16 17:09:46,318 - card_creation - INFO - session info: 2025-02-16 17:09:46,318 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilesbr02', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:46,318 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11485/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:46,462 - card_creation - INFO - return: {'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilesbr02', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}} 2025-02-16 17:09:46,462 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bordepa01'), ('cardset_id', 20)] 2025-02-16 17:09:46,572 - card_creation - INFO - session info: 2025-02-16 17:09:46,572 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordepa01', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:46,572 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11486/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:46,665 - card_creation - INFO - return: {'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordepa01', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}} 2025-02-16 17:09:46,665 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dunstsh01'), ('cardset_id', 20)] 2025-02-16 17:09:46,814 - card_creation - INFO - session info: 2025-02-16 17:09:46,814 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunstsh01', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35525, 'team': 38, 'player': 10651, 'created': 1730616940591}, {'id': 36098, [ S N I P P E D ] 2025-02-16 17:09:46,814 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10651/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:46,945 - card_creation - INFO - return: {'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunstsh01', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}} 2025-02-16 17:09:46,945 - card_creation - INFO - get: players id: None params: [('bbref_id', 'berroge01'), ('cardset_id', 20)] 2025-02-16 17:09:47,078 - card_creation - INFO - session info: 2025-02-16 17:09:47,078 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berroge01', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:47,078 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11447/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:47,198 - card_creation - INFO - return: {'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berroge01', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}} 2025-02-16 17:09:47,199 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shiplcr01'), ('cardset_id', 20)] 2025-02-16 17:09:47,337 - card_creation - INFO - session info: 2025-02-16 17:09:47,337 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shiplcr01', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:47,337 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11448/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:47,465 - card_creation - INFO - return: {'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shiplcr01', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}} 2025-02-16 17:09:47,465 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcino01'), ('cardset_id', 20)] 2025-02-16 17:09:47,568 - card_creation - INFO - session info: 2025-02-16 17:09:47,568 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35589, 'team': 47, 'player': 10652, 'created': 1730616941189}, {'id': 35816, 'team': 31, [ S N I P P E D ] 2025-02-16 17:09:47,568 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10652/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:47,670 - card_creation - INFO - return: {'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcino01', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}} 2025-02-16 17:09:47,670 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenjo02'), ('cardset_id', 20)] 2025-02-16 17:09:47,760 - card_creation - INFO - session info: 2025-02-16 17:09:47,760 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10653, 'p_name': 'John Valentin', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo02', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35652, 'team': 47, 'player': 10653, 'created': 1730616941406}, {'id': 35676, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 17:09:47,761 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10653/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:47,906 - card_creation - INFO - return: {'player_id': 10653, 'p_name': 'John Valentin', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo02', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}} 2025-02-16 17:09:47,906 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vaughmo01'), ('cardset_id', 20)] 2025-02-16 17:09:48,049 - card_creation - INFO - session info: 2025-02-16 17:09:48,049 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughmo01', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37583, 'team': 33, 'player': 10654, 'created': 1731963342653}]}}]} 2025-02-16 17:09:48,049 - card_creation - INFO - patch: players [('cost', '286'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10654/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:48,156 - card_creation - INFO - return: {'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughmo01', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}} 2025-02-16 17:09:48,156 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leyriji01'), ('cardset_id', 20)] 2025-02-16 17:09:48,257 - card_creation - INFO - session info: 2025-02-16 17:09:48,258 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leyriji01', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:48,258 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11199/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:48,380 - card_creation - INFO - return: {'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leyriji01', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}} 2025-02-16 17:09:48,380 - card_creation - INFO - get: players id: None params: [('bbref_id', 'varitja01'), ('cardset_id', 20)] 2025-02-16 17:09:48,526 - card_creation - INFO - session info: 2025-02-16 17:09:48,526 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 1281, 'image': 'https://pddev.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'varitja01', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:48,526 - card_creation - INFO - patch: players [('cost', '1281'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11449/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:48,649 - card_creation - INFO - return: {'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 1281, 'image': 'https://pddev.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'varitja01', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}} 2025-02-16 17:09:48,649 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buforda01'), ('cardset_id', 20)] 2025-02-16 17:09:48,798 - card_creation - INFO - session info: 2025-02-16 17:09:48,799 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buforda01', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:48,799 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11505/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:48,943 - card_creation - INFO - return: {'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buforda01', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}} 2025-02-16 17:09:48,944 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benjami01'), ('cardset_id', 20)] 2025-02-16 17:09:49,093 - card_creation - INFO - session info: 2025-02-16 17:09:49,093 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benjami01', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37320, 'team': 47, 'player': 11042, 'created': 1731963342633}, {'id': 38563, 'team': 55, 'player [ S N I P P E D ] 2025-02-16 17:09:49,093 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11042/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:49,214 - card_creation - INFO - return: {'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benjami01', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}} 2025-02-16 17:09:49,214 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lewisda01'), ('cardset_id', 20)] 2025-02-16 17:09:49,338 - card_creation - INFO - session info: 2025-02-16 17:09:49,338 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisda01', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:49,339 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10655/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:49,456 - card_creation - INFO - return: {'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisda01', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}} 2025-02-16 17:09:49,456 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'leatr01"), ('cardset_id', 20)] 2025-02-16 17:09:49,601 - card_creation - INFO - session info: 2025-02-16 17:09:49,601 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'leatr01", 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35606, 'team': 69, 'player': 10656, 'created': 1730616941189}, {'id': 35918, 'team': 55, 'player': 1 [ S N I P P E D ] 2025-02-16 17:09:49,602 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10656/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:49,743 - card_creation - INFO - return: {'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'leatr01", 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}} 2025-02-16 17:09:49,744 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hattesc01'), ('cardset_id', 20)] 2025-02-16 17:09:49,864 - card_creation - INFO - session info: 2025-02-16 17:09:49,864 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hattesc01', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37169, 'team': 52, 'player': 10942, 'created': 1731963342633}, {'id': 37663, 'team': 33, 'pla [ S N I P P E D ] 2025-02-16 17:09:49,864 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10942/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:50,023 - card_creation - INFO - return: {'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hattesc01', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}} 2025-02-16 17:09:50,023 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeffere01'), ('cardset_id', 20)] 2025-02-16 17:09:50,148 - card_creation - INFO - session info: 2025-02-16 17:09:50,148 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pddev.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffere01', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:50,149 - card_creation - INFO - patch: players [('cost', '290'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11450/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:50,366 - card_creation - INFO - return: {'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pddev.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffere01', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}} 2025-02-16 17:09:50,366 - card_creation - INFO - get: players id: None params: [('bbref_id', 'braggda01'), ('cardset_id', 20)] 2025-02-16 17:09:50,484 - card_creation - INFO - session info: 2025-02-16 17:09:50,484 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'braggda01', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37664, 'team': 33, 'player': 11043, 'created': 1731963342633}, {'id': 37712, 'team': 47, 'player' [ S N I P P E D ] 2025-02-16 17:09:50,484 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11043/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:50,607 - card_creation - INFO - return: {'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'braggda01', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}} 2025-02-16 17:09:50,608 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mccraqu01'), ('cardset_id', 20)] 2025-02-16 17:09:50,824 - card_creation - INFO - session info: 2025-02-16 17:09:50,824 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mccraqu01', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35659, 'team': 38, 'player': 10657, 'created': 1730616940558}, {'id': 36113 [ S N I P P E D ] 2025-02-16 17:09:50,825 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10657/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:50,950 - card_creation - INFO - return: {'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mccraqu01', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}} 2025-02-16 17:09:50,950 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martida01'), ('cardset_id', 20)] 2025-02-16 17:09:51,177 - card_creation - INFO - session info: 2025-02-16 17:09:51,178 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martida01', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35402, 'team': 33, 'player': 10658, 'created': 1730616941935}, {'id': 3550 [ S N I P P E D ] 2025-02-16 17:09:51,178 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10658/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:51,452 - card_creation - INFO - return: {'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martida01', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}} 2025-02-16 17:09:51,452 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boggswa01'), ('cardset_id', 20)] 2025-02-16 17:09:51,580 - card_creation - INFO - session info: 2025-02-16 17:09:51,580 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boggswa01', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37564, 'team': 33, 'player': 11113, 'created': 1731963342653}]}}]} 2025-02-16 17:09:51,580 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11113/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:51,695 - card_creation - INFO - return: {'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boggswa01', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}} 2025-02-16 17:09:51,696 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgrifr01'), ('cardset_id', 20)] 2025-02-16 17:09:51,894 - card_creation - INFO - session info: 2025-02-16 17:09:51,894 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgrifr01', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35784, 'team': 47, 'player': 10659, 'created': 1730616941935}, {'id': 38294, 'team': 69, 'pl [ S N I P P E D ] 2025-02-16 17:09:51,894 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10659/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:52,017 - card_creation - INFO - return: {'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgrifr01', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}} 2025-02-16 17:09:52,017 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sorrepa01'), ('cardset_id', 20)] 2025-02-16 17:09:52,124 - card_creation - INFO - session info: 2025-02-16 17:09:52,124 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sorrepa01', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35912, 'team': 55, 'player': 10660, 'created': 1730748267374}, {'id': 3619 [ S N I P P E D ] 2025-02-16 17:09:52,124 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10660/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:52,338 - card_creation - INFO - return: {'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sorrepa01', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}} 2025-02-16 17:09:52,338 - card_creation - INFO - get: players id: None params: [('bbref_id', 'butleri01'), ('cardset_id', 20)] 2025-02-16 17:09:52,569 - card_creation - INFO - session info: 2025-02-16 17:09:52,569 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'butleri01', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35829, 'team': 33, 'player': 10661, 'created': 1730616941189}, {'id': 36473, [ S N I P P E D ] 2025-02-16 17:09:52,569 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10661/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:52,778 - card_creation - INFO - return: {'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'butleri01', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}} 2025-02-16 17:09:52,779 - card_creation - INFO - get: players id: None params: [('bbref_id', 'flahejo01'), ('cardset_id', 20)] 2025-02-16 17:09:52,906 - card_creation - INFO - session info: 2025-02-16 17:09:52,906 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'flahejo01', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:52,907 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10943/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:53,006 - card_creation - INFO - return: {'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'flahejo01', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}} 2025-02-16 17:09:53,006 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stockke01'), ('cardset_id', 20)] 2025-02-16 17:09:53,128 - card_creation - INFO - session info: 2025-02-16 17:09:53,128 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stockke01', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35618, 'team': 69, 'player': 10662, 'created': 1730616941935}, {'id': 35729, ' [ S N I P P E D ] 2025-02-16 17:09:53,128 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10662/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:53,323 - card_creation - INFO - return: {'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stockke01', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}} 2025-02-16 17:09:53,323 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cairomi01'), ('cardset_id', 20)] 2025-02-16 17:09:53,472 - card_creation - INFO - session info: 2025-02-16 17:09:53,472 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cairomi01', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35703, 'team': 47, 'player': 10663, 'created': 1730616941189}, {'id': 37837, 'team': 38, [ S N I P P E D ] 2025-02-16 17:09:53,472 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10663/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:53,619 - card_creation - INFO - return: {'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cairomi01', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}} 2025-02-16 17:09:53,619 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithbo06'), ('cardset_id', 20)] 2025-02-16 17:09:53,755 - card_creation - INFO - session info: 2025-02-16 17:09:53,755 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithbo06', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35506, 'team': 47, 'player': 10664, 'created': 1730616941189}, {'id': 35741, 'team': 38, 'playe [ S N I P P E D ] 2025-02-16 17:09:53,755 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10664/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:53,870 - card_creation - INFO - return: {'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithbo06', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}} 2025-02-16 17:09:53,870 - card_creation - INFO - get: players id: None params: [('bbref_id', 'difelmi01'), ('cardset_id', 20)] 2025-02-16 17:09:54,007 - card_creation - INFO - session info: 2025-02-16 17:09:54,007 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'difelmi01', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37658, 'team': 33, 'player': 11168, 'created': 1731963342633}, {'id': 37873, 'team': [ S N I P P E D ] 2025-02-16 17:09:54,008 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11168/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:54,145 - card_creation - INFO - return: {'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'difelmi01', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}} 2025-02-16 17:09:54,145 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mashoda01'), ('cardset_id', 20)] 2025-02-16 17:09:54,265 - card_creation - INFO - session info: 2025-02-16 17:09:54,265 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mashoda01', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36976, 'team': 47, 'player': 11044, 'created': 1731602869931}]}}]} 2025-02-16 17:09:54,266 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11044/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:54,399 - card_creation - INFO - return: {'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mashoda01', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}} 2025-02-16 17:09:54,399 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ledesaa01'), ('cardset_id', 20)] 2025-02-16 17:09:54,488 - card_creation - INFO - session info: 2025-02-16 17:09:54,488 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ledesaa01', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:54,489 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11169/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:54,598 - card_creation - INFO - return: {'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ledesaa01', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}} 2025-02-16 17:09:54,598 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alomaro01'), ('cardset_id', 20)] 2025-02-16 17:09:54,700 - card_creation - INFO - session info: 2025-02-16 17:09:54,700 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 261, 'image': 'https://pddev.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomaro01', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35503, 'team': 47, 'player': 10665, 'created': 1730616941189}, {'id': 35536, 'team': 3 [ S N I P P E D ] 2025-02-16 17:09:54,700 - card_creation - INFO - patch: players [('cost', '261'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10665/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:54,814 - card_creation - INFO - return: {'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 261, 'image': 'https://pddev.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomaro01', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}} 2025-02-16 17:09:54,814 - card_creation - INFO - get: players id: None params: [('bbref_id', 'surhob.01'), ('cardset_id', 20)] 2025-02-16 17:09:54,906 - card_creation - INFO - session info: 2025-02-16 17:09:54,906 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'surhob.01', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35669, 'team': 38, 'player': 10666, 'created': 1730616941189}, {'id': 35824, 'team': 31, 'player [ S N I P P E D ] 2025-02-16 17:09:54,906 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10666/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:55,025 - card_creation - INFO - return: {'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'surhob.01', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}} 2025-02-16 17:09:55,025 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baineha01'), ('cardset_id', 20)] 2025-02-16 17:09:55,132 - card_creation - INFO - session info: 2025-02-16 17:09:55,132 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baineha01', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37856, 'team': 47, 'player': 11200, 'created': 1733700057449}]}}]} 2025-02-16 17:09:55,132 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11200/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:55,211 - card_creation - INFO - return: {'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baineha01', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}} 2025-02-16 17:09:55,212 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cartejo01'), ('cardset_id', 20)] 2025-02-16 17:09:55,344 - card_creation - INFO - session info: 2025-02-16 17:09:55,344 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cartejo01', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35648, 'team': 47, 'player': 10667, 'created': 1730616940558}, {'id': 3596 [ S N I P P E D ] 2025-02-16 17:09:55,344 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10667/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:55,463 - card_creation - INFO - return: {'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cartejo01', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}} 2025-02-16 17:09:55,463 - card_creation - INFO - get: players id: None params: [('bbref_id', 'palmera01'), ('cardset_id', 20)] 2025-02-16 17:09:55,574 - card_creation - INFO - session info: 2025-02-16 17:09:55,574 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 233, 'image': 'https://pddev.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmera01', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35677, 'team': 38, 'player': 10668, 'created': 1730616941935}, {'id': 35718, 'tea [ S N I P P E D ] 2025-02-16 17:09:55,574 - card_creation - INFO - patch: players [('cost', '233'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10668/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:55,662 - card_creation - INFO - return: {'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 233, 'image': 'https://pddev.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmera01', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}} 2025-02-16 17:09:55,663 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ripkeca01'), ('cardset_id', 20)] 2025-02-16 17:09:55,773 - card_creation - INFO - session info: 2025-02-16 17:09:55,773 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkeca01', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35518, 'team': 47, 'player': 10669, 'created': 1730616941935}, {'id': 36275, 'te [ S N I P P E D ] 2025-02-16 17:09:55,773 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10669/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:55,910 - card_creation - INFO - return: {'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkeca01', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}} 2025-02-16 17:09:55,910 - card_creation - INFO - get: players id: None params: [('bbref_id', 'webstle01'), ('cardset_id', 20)] 2025-02-16 17:09:55,994 - card_creation - INFO - session info: 2025-02-16 17:09:55,994 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'webstle01', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36969, 'team': 47, 'player': 11045, 'created': 1731602869923}]}}]} 2025-02-16 17:09:55,995 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11045/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:56,116 - card_creation - INFO - return: {'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'webstle01', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}} 2025-02-16 17:09:56,116 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hammoje01'), ('cardset_id', 20)] 2025-02-16 17:09:56,191 - card_creation - INFO - session info: 2025-02-16 17:09:56,191 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hammoje01', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36462, 'team': 47, 'player': 10944, 'created': 1731272300483}, {'id': 37662, 'team': 33, [ S N I P P E D ] 2025-02-16 17:09:56,191 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10944/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:56,311 - card_creation - INFO - return: {'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hammoje01', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}} 2025-02-16 17:09:56,311 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bordimi01'), ('cardset_id', 20)] 2025-02-16 17:09:56,430 - card_creation - INFO - session info: 2025-02-16 17:09:56,430 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordimi01', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35678, 'team': 47, 'player': 10670, 'created': 1730616941679}, {'id': 35920, 'team': 55, 'pl [ S N I P P E D ] 2025-02-16 17:09:56,430 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10670/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:56,513 - card_creation - INFO - return: {'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bordimi01', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}} 2025-02-16 17:09:56,513 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guilloz01'), ('cardset_id', 20)] 2025-02-16 17:09:56,624 - card_creation - INFO - session info: 2025-02-16 17:09:56,624 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilloz01', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:56,624 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11479/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:56,744 - card_creation - INFO - return: {'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilloz01', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}} 2025-02-16 17:09:56,744 - card_creation - INFO - get: players id: None params: [('bbref_id', 'daviser01'), ('cardset_id', 20)] 2025-02-16 17:09:56,867 - card_creation - INFO - session info: 2025-02-16 17:09:56,867 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daviser01', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36986, 'team': 47, 'player': 10945, 'created': 1731602869923}]}}]} 2025-02-16 17:09:56,867 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10945/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:56,967 - card_creation - INFO - return: {'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daviser01', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}} 2025-02-16 17:09:56,967 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hoilech01'), ('cardset_id', 20)] 2025-02-16 17:09:57,070 - card_creation - INFO - session info: 2025-02-16 17:09:57,070 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoilech01', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37580, 'team': 33, 'player': 10946, 'created': 1731963342653}, {'id': 37718, 'team': [ S N I P P E D ] 2025-02-16 17:09:57,070 - card_creation - INFO - patch: players [('cost', '873'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10946/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:57,197 - card_creation - INFO - return: {'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hoilech01', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}} 2025-02-16 17:09:57,197 - card_creation - INFO - get: players id: None params: [('bbref_id', 'durhara01'), ('cardset_id', 20)] 2025-02-16 17:09:57,338 - card_creation - INFO - session info: 2025-02-16 17:09:57,338 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 242, 'image': 'https://pddev.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'durhara01', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35413, 'team': 33, 'player': 10671, 'created': 1730616942106}, {'id': 35549, 'team': 69, 'play [ S N I P P E D ] 2025-02-16 17:09:57,338 - card_creation - INFO - patch: players [('cost', '242'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10671/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:57,423 - card_creation - INFO - return: {'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 242, 'image': 'https://pddev.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'durhara01', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}} 2025-02-16 17:09:57,423 - card_creation - INFO - get: players id: None params: [('bbref_id', 'camermi01'), ('cardset_id', 20)] 2025-02-16 17:09:57,520 - card_creation - INFO - session info: 2025-02-16 17:09:57,520 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'camermi01', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35691, 'team': 47, 'player': 10672, 'created': 1730616941189}, {'id': 35921, 'team': [ S N I P P E D ] 2025-02-16 17:09:57,520 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10672/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:57,658 - card_creation - INFO - return: {'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'camermi01', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}} 2025-02-16 17:09:57,658 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomafr04'), ('cardset_id', 20)] 2025-02-16 17:09:57,811 - card_creation - INFO - session info: 2025-02-16 17:09:57,811 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomafr04', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 36288, 'team': 55, 'player': 10673, 'created': 1730920177137}, {'id': 36474, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 17:09:57,811 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10673/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:57,956 - card_creation - INFO - return: {'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomafr04', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}} 2025-02-16 17:09:57,956 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belleal01'), ('cardset_id', 20)] 2025-02-16 17:09:58,062 - card_creation - INFO - session info: 2025-02-16 17:09:58,062 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35532, 'team': 38, 'player': 10674, 'created': 1730616941935}, {'id': 35701, 'te [ S N I P P E D ] 2025-02-16 17:09:58,062 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10674/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:58,213 - card_creation - INFO - return: {'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belleal01', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}} 2025-02-16 17:09:58,213 - card_creation - INFO - get: players id: None params: [('bbref_id', 'venturo01'), ('cardset_id', 20)] 2025-02-16 17:09:58,306 - card_creation - INFO - session info: 2025-02-16 17:09:58,306 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'venturo01', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35558, 'team': 69, 'player': 10675, 'created': 1730616941390}, {'id': 36518, 'team': 3 [ S N I P P E D ] 2025-02-16 17:09:58,306 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10675/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:58,436 - card_creation - INFO - return: {'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'venturo01', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}} 2025-02-16 17:09:58,436 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordewi01'), ('cardset_id', 20)] 2025-02-16 17:09:58,521 - card_creation - INFO - session info: 2025-02-16 17:09:58,522 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordewi01', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37416, 'team': 31, 'player': 11046, 'created': 1731963342633}, {'id': 37682, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 17:09:58,522 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11046/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:58,601 - card_creation - INFO - return: {'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordewi01', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}} 2025-02-16 17:09:58,602 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ordonma01'), ('cardset_id', 20)] 2025-02-16 17:09:58,726 - card_creation - INFO - session info: 2025-02-16 17:09:58,727 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonma01', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35409, 'team': 33, 'player': 10676, 'created': 1730616940558}, {'id': 35663, 'team': 3 [ S N I P P E D ] 2025-02-16 17:09:58,727 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10676/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:58,804 - card_creation - INFO - return: {'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonma01', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}} 2025-02-16 17:09:58,804 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kreutch01'), ('cardset_id', 20)] 2025-02-16 17:09:58,889 - card_creation - INFO - session info: 2025-02-16 17:09:58,905 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kreutch01', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37477, 'team': 33, 'player': 11114, 'created': 1731963342633}]}}]} 2025-02-16 17:09:58,905 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11114/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:59,033 - card_creation - INFO - return: {'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kreutch01', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}} 2025-02-16 17:09:59,033 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carusmi01'), ('cardset_id', 20)] 2025-02-16 17:09:59,154 - card_creation - INFO - session info: 2025-02-16 17:09:59,154 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carusmi01', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37698, 'team': 47, 'player': 11047, 'created': 1733171881352}, {'id': 37785, 'team': 33, 'pla [ S N I P P E D ] 2025-02-16 17:09:59,155 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11047/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:59,273 - card_creation - INFO - return: {'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carusmi01', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}} 2025-02-16 17:09:59,274 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snopech01'), ('cardset_id', 20)] 2025-02-16 17:09:59,390 - card_creation - INFO - session info: 2025-02-16 17:09:59,390 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snopech01', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:09:59,391 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11291/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:59,502 - card_creation - INFO - return: {'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snopech01', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}} 2025-02-16 17:09:59,503 - card_creation - INFO - get: players id: None params: [('bbref_id', "o'brich01"), ('cardset_id', 20)] 2025-02-16 17:09:59,626 - card_creation - INFO - session info: 2025-02-16 17:09:59,626 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'brich01", 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37323, 'team': 47, 'player': 11048, 'created': 1731963342630}, {'id': 37472, 't [ S N I P P E D ] 2025-02-16 17:09:59,626 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11048/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:59,717 - card_creation - INFO - return: {'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': "o'brich01", 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}} 2025-02-16 17:09:59,717 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nortogr01'), ('cardset_id', 20)] 2025-02-16 17:09:59,817 - card_creation - INFO - session info: 2025-02-16 17:09:59,817 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nortogr01', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38815, 'team': 38, 'player': 11243, 'created': 1738297160146}]}}]} 2025-02-16 17:09:59,817 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11243/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:09:59,890 - card_creation - INFO - return: {'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nortogr01', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}} 2025-02-16 17:09:59,891 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abbotje01'), ('cardset_id', 20)] 2025-02-16 17:09:59,968 - card_creation - INFO - session info: 2025-02-16 17:09:59,968 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotje01', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38149, 'team': 38, 'player': 11244, 'created': 1735046474667}, {'id': 38951, 'te [ S N I P P E D ] 2025-02-16 17:09:59,968 - card_creation - INFO - patch: players [('cost', '293'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11244/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:00,062 - card_creation - INFO - return: {'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotje01', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}} 2025-02-16 17:10:00,062 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stewash01'), ('cardset_id', 20)] 2025-02-16 17:10:00,175 - card_creation - INFO - session info: 2025-02-16 17:10:00,175 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stewash01', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35553, 'team': 69, 'player': 10677, 'created': 1730616941189}, {'id': 35660, 'team' [ S N I P P E D ] 2025-02-16 17:10:00,175 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10677/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:00,258 - card_creation - INFO - return: {'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stewash01', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}} 2025-02-16 17:10:00,258 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greensh01'), ('cardset_id', 20)] 2025-02-16 17:10:00,346 - card_creation - INFO - session info: 2025-02-16 17:10:00,346 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greensh01', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35539, 'team': 38, 'player': 10678, 'created': 1730616940558}, {'id': 35617, 'team': 69, ' [ S N I P P E D ] 2025-02-16 17:10:00,347 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10678/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:00,428 - card_creation - INFO - return: {'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greensh01', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}} 2025-02-16 17:10:00,428 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cansejo01'), ('cardset_id', 20)] 2025-02-16 17:10:00,573 - card_creation - INFO - session info: 2025-02-16 17:10:00,573 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cansejo01', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35523, 'team': 38, 'player': 10679, 'created': 1730616940591}, {'id': 35684, 'te [ S N I P P E D ] 2025-02-16 17:10:00,573 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10679/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:00,699 - card_creation - INFO - return: {'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cansejo01', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}} 2025-02-16 17:10:00,699 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delgaca01'), ('cardset_id', 20)] 2025-02-16 17:10:00,779 - card_creation - INFO - session info: 2025-02-16 17:10:00,779 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 260, 'image': 'https://pddev.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delgaca01', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:00,779 - card_creation - INFO - patch: players [('cost', '260'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11049/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:00,897 - card_creation - INFO - return: {'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 260, 'image': 'https://pddev.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delgaca01', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}} 2025-02-16 17:10:00,897 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stanlmi02'), ('cardset_id', 20)] 2025-02-16 17:10:00,979 - card_creation - INFO - session info: 2025-02-16 17:10:00,979 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stanlmi02', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35399, 'team': 33, 'player': 10680, 'created': 1730616941935}, {'id': 35519, 'team': 4 [ S N I P P E D ] 2025-02-16 17:10:00,979 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10680/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:01,079 - card_creation - INFO - return: {'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stanlmi02', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}} 2025-02-16 17:10:01,079 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spraged02'), ('cardset_id', 20)] 2025-02-16 17:10:01,231 - card_creation - INFO - session info: 2025-02-16 17:10:01,231 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spraged02', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35785, 'team': 47, 'player': 10681, 'created': 1730616940558}, {'id': 37783, 'te [ S N I P P E D ] 2025-02-16 17:10:01,231 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10681/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:01,329 - card_creation - INFO - return: {'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spraged02', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}} 2025-02-16 17:10:01,329 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fernato01'), ('cardset_id', 20)] 2025-02-16 17:10:01,473 - card_creation - INFO - session info: 2025-02-16 17:10:01,473 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fernato01', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35700, 'team': 47, 'player': 10682, 'created': 1730616941189}, {'id': 36196, [ S N I P P E D ] 2025-02-16 17:10:01,473 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10682/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:01,584 - card_creation - INFO - return: {'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fernato01', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}} 2025-02-16 17:10:01,585 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fletcda01'), ('cardset_id', 20)] 2025-02-16 17:10:01,719 - card_creation - INFO - session info: 2025-02-16 17:10:01,719 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fletcda01', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37329, 'team': 47, 'player': 11115, 'created': 1731963342653}]}}]} 2025-02-16 17:10:01,719 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11115/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:01,849 - card_creation - INFO - return: {'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fletcda01', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}} 2025-02-16 17:10:01,849 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaal01'), ('cardset_id', 20)] 2025-02-16 17:10:01,982 - card_creation - INFO - session info: 2025-02-16 17:10:01,982 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaal01', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35649, 'team': 47, 'player': 10683, 'created': 1730616940558}, {'id': 35929, 'team': 55, ' [ S N I P P E D ] 2025-02-16 17:10:01,982 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10683/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:02,081 - card_creation - INFO - return: {'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaal01', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}} 2025-02-16 17:10:02,081 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cruzjo02'), ('cardset_id', 20)] 2025-02-16 17:10:02,184 - card_creation - INFO - session info: 2025-02-16 17:10:02,184 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzjo02', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35412, 'team': 33, 'player': 10684, 'created': 1730616942106}]}}]} 2025-02-16 17:10:02,185 - card_creation - INFO - patch: players [('cost', '643'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10684/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:02,306 - card_creation - INFO - return: {'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzjo02', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}} 2025-02-16 17:10:02,306 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huntebr02'), ('cardset_id', 20)] 2025-02-16 17:10:02,399 - card_creation - INFO - session info: 2025-02-16 17:10:02,399 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr02', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:02,399 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10947/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:02,541 - card_creation - INFO - return: {'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr02', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}} 2025-02-16 17:10:02,542 - card_creation - INFO - get: players id: None params: [('bbref_id', 'randajo01'), ('cardset_id', 20)] 2025-02-16 17:10:02,634 - card_creation - INFO - session info: 2025-02-16 17:10:02,634 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'randajo01', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 36477, 'team': 47, 'player': 10948, 'created': 1730920176625}, {'id': 36521, 'team': 38, 'player': 1 [ S N I P P E D ] 2025-02-16 17:10:02,635 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10948/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:02,777 - card_creation - INFO - return: {'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'randajo01', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}} 2025-02-16 17:10:02,777 - card_creation - INFO - get: players id: None params: [('bbref_id', 'higgibo02'), ('cardset_id', 20)] 2025-02-16 17:10:02,912 - card_creation - INFO - session info: 2025-02-16 17:10:02,912 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'higgibo02', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35398, 'team': 33, 'player': 10685, 'created': 1730616941935}, {'id': 35708, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 17:10:02,912 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10685/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:03,032 - card_creation - INFO - return: {'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'higgibo02', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}} 2025-02-16 17:10:03,033 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkto02'), ('cardset_id', 20)] 2025-02-16 17:10:03,160 - card_creation - INFO - session info: 2025-02-16 17:10:03,160 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkto02', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36132, 'team': 33, 'player': 10686, 'created': 1730920177137}, {'id': 36265, 'team': 55, 'player': 1 [ S N I P P E D ] 2025-02-16 17:10:03,161 - card_creation - INFO - patch: players [('cost', '244'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10686/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:03,287 - card_creation - INFO - return: {'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkto02', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}} 2025-02-16 17:10:03,287 - card_creation - INFO - get: players id: None params: [('bbref_id', 'easleda01'), ('cardset_id', 20)] 2025-02-16 17:10:03,399 - card_creation - INFO - session info: 2025-02-16 17:10:03,399 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'easleda01', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36459, 'team': 47, 'player': 10949, 'created': 1730920177137}, {'id': 36608, 'team': 49, 'player [ S N I P P E D ] 2025-02-16 17:10:03,399 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10949/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:03,518 - card_creation - INFO - return: {'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'easleda01', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}} 2025-02-16 17:10:03,518 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzalu01'), ('cardset_id', 20)] 2025-02-16 17:10:03,599 - card_creation - INFO - session info: 2025-02-16 17:10:03,599 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzalu01', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36471, 'team': 47, 'player': 10950, 'created': 1730920177283}, {'id': 37211, 'team': 33, 'playe [ S N I P P E D ] 2025-02-16 17:10:03,600 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10950/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:03,725 - card_creation - INFO - return: {'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzalu01', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}} 2025-02-16 17:10:03,725 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olivejo01'), ('cardset_id', 20)] 2025-02-16 17:10:03,799 - card_creation - INFO - session info: 2025-02-16 17:10:03,800 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivejo01', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36995, 'team': 47, 'player': 11050, 'created': 1731602870133}, {'id': 37485, 'team': [ S N I P P E D ] 2025-02-16 17:10:03,800 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11050/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:03,878 - card_creation - INFO - return: {'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivejo01', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}} 2025-02-16 17:10:03,878 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cruzde01'), ('cardset_id', 20)] 2025-02-16 17:10:04,004 - card_creation - INFO - session info: 2025-02-16 17:10:04,004 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzde01', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37711, 'team': 47, 'player': 11116, 'created': 1733172010978}]}}]} 2025-02-16 17:10:04,004 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11116/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:04,087 - card_creation - INFO - return: {'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cruzde01', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}} 2025-02-16 17:10:04,087 - card_creation - INFO - get: players id: None params: [('bbref_id', 'barteki01'), ('cardset_id', 20)] 2025-02-16 17:10:04,177 - card_creation - INFO - session info: 2025-02-16 17:10:04,177 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'barteki01', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:04,177 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11506/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:04,307 - card_creation - INFO - return: {'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'barteki01', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}} 2025-02-16 17:10:04,307 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bakopa01'), ('cardset_id', 20)] 2025-02-16 17:10:04,382 - card_creation - INFO - session info: 2025-02-16 17:10:04,382 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bakopa01', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:04,382 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11507/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:04,477 - card_creation - INFO - return: {'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bakopa01', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}} 2025-02-16 17:10:04,478 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henderi01'), ('cardset_id', 20)] 2025-02-16 17:10:04,546 - card_creation - INFO - session info: 2025-02-16 17:10:04,546 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henderi01', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35521, 'team': 47, 'player': 10687, 'created': 1730616941935}, {'id': 35587, 'team': [ S N I P P E D ] 2025-02-16 17:10:04,546 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10687/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:04,622 - card_creation - INFO - return: {'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henderi01', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}} 2025-02-16 17:10:04,622 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grievbe01'), ('cardset_id', 20)] 2025-02-16 17:10:04,745 - card_creation - INFO - session info: 2025-02-16 17:10:04,745 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grievbe01', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35565, 'team': 69, 'player': 10688, 'created': 1730616941189}, {'id': 35705, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 17:10:04,746 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10688/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:04,836 - card_creation - INFO - return: {'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grievbe01', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}} 2025-02-16 17:10:04,836 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blowemi01'), ('cardset_id', 20)] 2025-02-16 17:10:04,955 - card_creation - INFO - session info: 2025-02-16 17:10:04,955 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blowemi01', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:04,956 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11117/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:05,045 - card_creation - INFO - return: {'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blowemi01', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}} 2025-02-16 17:10:05,045 - card_creation - INFO - get: players id: None params: [('bbref_id', 'giambja01'), ('cardset_id', 20)] 2025-02-16 17:10:05,179 - card_creation - INFO - session info: 2025-02-16 17:10:05,179 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'giambja01', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35396, 'team': 33, 'player': 10689, 'created': 1730616941679}, {'id': 35560, 'team': 69, ' [ S N I P P E D ] 2025-02-16 17:10:05,180 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10689/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:05,275 - card_creation - INFO - return: {'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'giambja01', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}} 2025-02-16 17:10:05,276 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abbotku01'), ('cardset_id', 20)] 2025-02-16 17:10:05,383 - card_creation - INFO - session info: 2025-02-16 17:10:05,383 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotku01', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37866, 'team': 47, 'player': 11118, 'created': 1733700057396}]}}]} 2025-02-16 17:10:05,384 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11118/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:05,526 - card_creation - INFO - return: {'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abbotku01', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}} 2025-02-16 17:10:05,526 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spiezsc01'), ('cardset_id', 20)] 2025-02-16 17:10:05,665 - card_creation - INFO - session info: 2025-02-16 17:10:05,665 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spiezsc01', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37209, 'team': 33, 'player': 10951, 'created': 1731963342633}, {'id': 37675, 'team': 47, [ S N I P P E D ] 2025-02-16 17:10:05,665 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10951/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:05,749 - card_creation - INFO - return: {'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spiezsc01', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}} 2025-02-16 17:10:05,749 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hincha.01'), ('cardset_id', 20)] 2025-02-16 17:10:05,844 - card_creation - INFO - session info: 2025-02-16 17:10:05,845 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hincha.01', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37469, 'team': 33, 'player': 10952, 'created': 1731963342633}, {'id': 38314, 'team': 47, 'player' [ S N I P P E D ] 2025-02-16 17:10:05,845 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10952/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:05,968 - card_creation - INFO - return: {'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hincha.01', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}} 2025-02-16 17:10:05,968 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bournra01'), ('cardset_id', 20)] 2025-02-16 17:10:06,104 - card_creation - INFO - session info: 2025-02-16 17:10:06,104 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bournra01', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37317, 'team': 47, 'player': 11119, 'created': 1731963342653}, {'id' [ S N I P P E D ] 2025-02-16 17:10:06,104 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11119/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:06,186 - card_creation - INFO - return: {'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bournra01', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}} 2025-02-16 17:10:06,186 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baughju01'), ('cardset_id', 20)] 2025-02-16 17:10:06,312 - card_creation - INFO - session info: 2025-02-16 17:10:06,312 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baughju01', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38835, 'team': 38, 'player': 11201, 'created': 1738533340064}, {'id': 38 [ S N I P P E D ] 2025-02-16 17:10:06,312 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11201/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:06,404 - card_creation - INFO - return: {'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baughju01', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}} 2025-02-16 17:10:06,405 - card_creation - INFO - get: players id: None params: [('bbref_id', 'macfami01'), ('cardset_id', 20)] 2025-02-16 17:10:06,540 - card_creation - INFO - session info: 2025-02-16 17:10:06,540 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macfami01', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:06,541 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11120/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:06,642 - card_creation - INFO - return: {'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macfami01', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}} 2025-02-16 17:10:06,643 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stairma01'), ('cardset_id', 20)] 2025-02-16 17:10:06,786 - card_creation - INFO - session info: 2025-02-16 17:10:06,786 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36454, 'team': 47, 'player': 10953, 'created': 1731272300483}]}}]} 2025-02-16 17:10:06,787 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10953/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:06,932 - card_creation - INFO - return: {'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stairma01', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}} 2025-02-16 17:10:06,933 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcdonja02'), ('cardset_id', 20)] 2025-02-16 17:10:07,048 - card_creation - INFO - session info: 2025-02-16 17:10:07,048 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdonja02', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37489, 'team': 33, 'player': 11121, 'created': 1731963342633}, {'id': 376 [ S N I P P E D ] 2025-02-16 17:10:07,049 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11121/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:07,174 - card_creation - INFO - return: {'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdonja02', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}} 2025-02-16 17:10:07,174 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walketo04'), ('cardset_id', 20)] 2025-02-16 17:10:07,268 - card_creation - INFO - session info: 2025-02-16 17:10:07,268 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 252, 'image': 'https://pddev.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walketo04', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:07,268 - card_creation - INFO - patch: players [('cost', '252'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11245/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:07,357 - card_creation - INFO - return: {'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 252, 'image': 'https://pddev.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walketo04', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}} 2025-02-16 17:10:07,357 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gatesbr01'), ('cardset_id', 20)] 2025-02-16 17:10:07,476 - card_creation - INFO - session info: 2025-02-16 17:10:07,476 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gatesbr01', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37719, 'team': 47, 'player': 11122, 'created': 1733172010978}]}}]} 2025-02-16 17:10:07,477 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11122/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:07,615 - card_creation - INFO - return: {'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gatesbr01', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}} 2025-02-16 17:10:07,615 - card_creation - INFO - get: players id: None params: [('bbref_id', 'molitpa01'), ('cardset_id', 20)] 2025-02-16 17:10:07,705 - card_creation - INFO - session info: 2025-02-16 17:10:07,706 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'molitpa01', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35497, 'team': 47, 'player': 10690, 'created': 1730616941189}, {'id': 36273, 'te [ S N I P P E D ] 2025-02-16 17:10:07,706 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10690/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:07,845 - card_creation - INFO - return: {'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'molitpa01', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}} 2025-02-16 17:10:07,846 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cordoma01'), ('cardset_id', 20)] 2025-02-16 17:10:07,948 - card_creation - INFO - session info: 2025-02-16 17:10:07,948 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordoma01', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37623, 'team': 33, 'player': 11123, 'created': 1731963342642}]}}]} 2025-02-16 17:10:07,949 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11123/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:08,061 - card_creation - INFO - return: {'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cordoma01', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}} 2025-02-16 17:10:08,061 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lawtoma02'), ('cardset_id', 20)] 2025-02-16 17:10:08,136 - card_creation - INFO - session info: 2025-02-16 17:10:08,136 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lawtoma02', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37500, 'team': 33, 'player': 10954, 'created': 1731963342633}, {'id': 37679, 'team': 47, 'player': [ S N I P P E D ] 2025-02-16 17:10:08,136 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10954/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:08,213 - card_creation - INFO - return: {'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lawtoma02', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}} 2025-02-16 17:10:08,213 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steinte01'), ('cardset_id', 20)] 2025-02-16 17:10:08,282 - card_creation - INFO - session info: 2025-02-16 17:10:08,282 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinte01', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37232, 'team': 33, 'player': 10691, 'created': 1731963342642}, {'id': 37401, 't [ S N I P P E D ] 2025-02-16 17:10:08,282 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10691/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:08,374 - card_creation - INFO - return: {'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinte01', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}} 2025-02-16 17:10:08,374 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mearepa01'), ('cardset_id', 20)] 2025-02-16 17:10:08,507 - card_creation - INFO - session info: 2025-02-16 17:10:08,507 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mearepa01', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35520, 'team': 47, 'player': 10692, 'created': 1730616941935}, {'id': 35720, 'team': 3 [ S N I P P E D ] 2025-02-16 17:10:08,507 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10692/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:08,591 - card_creation - INFO - return: {'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mearepa01', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}} 2025-02-16 17:10:08,591 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hockide01'), ('cardset_id', 20)] 2025-02-16 17:10:08,690 - card_creation - INFO - session info: 2025-02-16 17:10:08,690 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hockide01', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38334, 'team': 47, 'player': 11170, 'created': 1736205194812}]}}]} 2025-02-16 17:10:08,690 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11170/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:08,769 - card_creation - INFO - return: {'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hockide01', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}} 2025-02-16 17:10:08,769 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coomero01'), ('cardset_id', 20)] 2025-02-16 17:10:08,854 - card_creation - INFO - session info: 2025-02-16 17:10:08,854 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coomero01', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35550, 'team': 69, 'player': 10693, 'created': 1730616941189}, {'id': 35681, 'team': 47, 'player': 1 [ S N I P P E D ] 2025-02-16 17:10:08,854 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10693/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:08,956 - card_creation - INFO - return: {'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coomero01', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}} 2025-02-16 17:10:08,956 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ochoaal01'), ('cardset_id', 20)] 2025-02-16 17:10:09,050 - card_creation - INFO - session info: 2025-02-16 17:10:09,050 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ochoaal01', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38409, 'team': 55, 'player': 11124, 'created': 1736205194812}]}}]} 2025-02-16 17:10:09,050 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11124/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:09,166 - card_creation - INFO - return: {'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ochoaal01', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}} 2025-02-16 17:10:09,166 - card_creation - INFO - get: players id: None params: [('bbref_id', 'damonjo01'), ('cardset_id', 20)] 2025-02-16 17:10:09,246 - card_creation - INFO - session info: 2025-02-16 17:10:09,246 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'damonjo01', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35554, 'team': 69, 'player': 10694, 'created': 1730616941189}, {'id': 35644, 'team': 47, ' [ S N I P P E D ] 2025-02-16 17:10:09,246 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10694/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:09,328 - card_creation - INFO - return: {'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'damonjo01', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}} 2025-02-16 17:10:09,328 - card_creation - INFO - get: players id: None params: [('bbref_id', 'offerjo01'), ('cardset_id', 20)] 2025-02-16 17:10:09,434 - card_creation - INFO - session info: 2025-02-16 17:10:09,434 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 1230, 'image': 'https://pddev.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'offerjo01', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:09,435 - card_creation - INFO - patch: players [('cost', '1230'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10695/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:09,503 - card_creation - INFO - return: {'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 1230, 'image': 'https://pddev.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'offerjo01', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}} 2025-02-16 17:10:09,504 - card_creation - INFO - get: players id: None params: [('bbref_id', 'morriha02'), ('cardset_id', 20)] 2025-02-16 17:10:09,616 - card_creation - INFO - session info: 2025-02-16 17:10:09,616 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morriha02', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36006, 'team': 38, 'player': 10696, 'created': 1730785303729}, {'id': 37900, 'team [ S N I P P E D ] 2025-02-16 17:10:09,617 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10696/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:09,698 - card_creation - INFO - return: {'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'morriha02', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}} 2025-02-16 17:10:09,698 - card_creation - INFO - get: players id: None params: [('bbref_id', 'palmede01'), ('cardset_id', 20)] 2025-02-16 17:10:09,801 - card_creation - INFO - session info: 2025-02-16 17:10:09,801 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmede01', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36987, 'team': 47, 'player': 10697, 'created': 1731602869923}]}}]} 2025-02-16 17:10:09,801 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10697/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:09,888 - card_creation - INFO - return: {'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'palmede01', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}} 2025-02-16 17:10:09,888 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kingje01'), ('cardset_id', 20)] 2025-02-16 17:10:09,972 - card_creation - INFO - session info: 2025-02-16 17:10:09,973 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingje01', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36481, 'team': 47, 'player': 10698, 'created': 1730920176625}, {'id': 37552, 'team': 3 [ S N I P P E D ] 2025-02-16 17:10:09,973 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10698/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:10,106 - card_creation - INFO - return: {'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kingje01', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}} 2025-02-16 17:10:10,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coninje01'), ('cardset_id', 20)] 2025-02-16 17:10:10,199 - card_creation - INFO - session info: 2025-02-16 17:10:10,200 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coninje01', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38955, 'team': 47, 'player': 11202, 'created': 1739121114674}]}}]} 2025-02-16 17:10:10,200 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11202/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:10,338 - card_creation - INFO - return: {'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coninje01', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}} 2025-02-16 17:10:10,338 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dyeje01'), ('cardset_id', 20)] 2025-02-16 17:10:10,483 - card_creation - INFO - session info: 2025-02-16 17:10:10,483 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dyeje01', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:10,484 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11203/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:10,598 - card_creation - INFO - return: {'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dyeje01', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}} 2025-02-16 17:10:10,599 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fasansa01'), ('cardset_id', 20)] 2025-02-16 17:10:10,718 - card_creation - INFO - session info: 2025-02-16 17:10:10,718 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasansa01', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:10,718 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11204/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:10,822 - card_creation - INFO - return: {'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasansa01', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}} 2025-02-16 17:10:10,823 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haltesh01'), ('cardset_id', 20)] 2025-02-16 17:10:10,916 - card_creation - INFO - session info: 2025-02-16 17:10:10,916 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haltesh01', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37578, 'team': 33, 'player': 11051, 'created': 1731963342633}]}}]} 2025-02-16 17:10:10,916 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11051/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:11,026 - card_creation - INFO - return: {'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haltesh01', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}} 2025-02-16 17:10:11,026 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezne01'), ('cardset_id', 20)] 2025-02-16 17:10:11,117 - card_creation - INFO - session info: 2025-02-16 17:10:11,118 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezne01', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35546, 'team': 69, 'player': 10699, 'created': 1730616941189}, {'id': 36517, 'team': 38, 'player [ S N I P P E D ] 2025-02-16 17:10:11,118 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10699/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:11,261 - card_creation - INFO - return: {'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezne01', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}} 2025-02-16 17:10:11,261 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodwcu01'), ('cardset_id', 20)] 2025-02-16 17:10:11,399 - card_creation - INFO - session info: 2025-02-16 17:10:11,399 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwcu01', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38819, 'team': 38, 'player': 11246, 'created': 1738533340064}]}}]} 2025-02-16 17:10:11,400 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11246/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:11,495 - card_creation - INFO - return: {'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwcu01', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}} 2025-02-16 17:10:11,495 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bicheda01'), ('cardset_id', 20)] 2025-02-16 17:10:11,604 - card_creation - INFO - session info: 2025-02-16 17:10:11,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bicheda01', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35612, 'team': 69, 'player': 10700, 'created': 1730616941060}, {'id': 3563 [ S N I P P E D ] 2025-02-16 17:10:11,604 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10700/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:11,726 - card_creation - INFO - return: {'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bicheda01', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}} 2025-02-16 17:10:11,727 - card_creation - INFO - get: players id: None params: [('bbref_id', 'walkela01'), ('cardset_id', 20)] 2025-02-16 17:10:11,843 - card_creation - INFO - session info: 2025-02-16 17:10:11,843 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37253, 'team': 49, 'player': 10701, 'created': 1731963342639}]}}]} 2025-02-16 17:10:11,843 - card_creation - INFO - patch: players [('cost', '232'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10701/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:11,994 - card_creation - INFO - return: {'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'walkela01', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}} 2025-02-16 17:10:11,994 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castivi02'), ('cardset_id', 20)] 2025-02-16 17:10:12,088 - card_creation - INFO - session info: 2025-02-16 17:10:12,088 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35830, 'team': 33, 'player': 10702, 'created': 1730616941189}, {'id': 36262, 'team': 55, 'pla [ S N I P P E D ] 2025-02-16 17:10:12,088 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10702/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:12,185 - card_creation - INFO - return: {'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castivi02', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}} 2025-02-16 17:10:12,185 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burksel01'), ('cardset_id', 20)] 2025-02-16 17:10:12,294 - card_creation - INFO - session info: 2025-02-16 17:10:12,294 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burksel01', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35588, 'team': 69, 'player': 10703, 'created': 1730616941189}, {'id': 35664, 'team [ S N I P P E D ] 2025-02-16 17:10:12,295 - card_creation - INFO - patch: players [('cost', '229'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10703/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:12,390 - card_creation - INFO - return: {'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burksel01', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}} 2025-02-16 17:10:12,390 - card_creation - INFO - get: players id: None params: [('bbref_id', 'heltoto01'), ('cardset_id', 20)] 2025-02-16 17:10:12,471 - card_creation - INFO - session info: 2025-02-16 17:10:12,472 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heltoto01', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36627, 'team': 47, 'player': 10955, 'created': 1731297998339}, {'id': 36657, 'team': 33, 'player [ S N I P P E D ] 2025-02-16 17:10:12,472 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10955/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:12,566 - card_creation - INFO - return: {'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heltoto01', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}} 2025-02-16 17:10:12,566 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lansimi01'), ('cardset_id', 20)] 2025-02-16 17:10:12,655 - card_creation - INFO - session info: 2025-02-16 17:10:12,656 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lansimi01', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35930, 'team': 55, 'player': 10704, 'created': 1730748267594}, {'id': 36528, 'team [ S N I P P E D ] 2025-02-16 17:10:12,656 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10704/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:12,741 - card_creation - INFO - return: {'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lansimi01', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}} 2025-02-16 17:10:12,741 - card_creation - INFO - get: players id: None params: [('bbref_id', 'manwaki01'), ('cardset_id', 20)] 2025-02-16 17:10:12,835 - card_creation - INFO - session info: 2025-02-16 17:10:12,835 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manwaki01', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36962, 'team': 47, 'player': 10956, 'created': 1731602869931}, {'id': 37493 [ S N I P P E D ] 2025-02-16 17:10:12,836 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10956/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:12,925 - card_creation - INFO - return: {'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manwaki01', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}} 2025-02-16 17:10:12,925 - card_creation - INFO - get: players id: None params: [('bbref_id', 'corajo01'), ('cardset_id', 20)] 2025-02-16 17:10:13,042 - card_creation - INFO - session info: 2025-02-16 17:10:13,042 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corajo01', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35505, 'team': 47, 'player': 10705, 'created': 1730616941189}, {'id': 35561, 'team': [ S N I P P E D ] 2025-02-16 17:10:13,042 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10705/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:13,132 - card_creation - INFO - return: {'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corajo01', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}} 2025-02-16 17:10:13,132 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrial01'), ('cardset_id', 20)] 2025-02-16 17:10:13,234 - card_creation - INFO - session info: 2025-02-16 17:10:13,234 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 1234, 'image': 'https://pddev.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrial01', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36250, 'team': 47, 'player': 10706, 'created': 1730920176761}, {'id': 36538, 'team': 38, 'p [ S N I P P E D ] 2025-02-16 17:10:13,234 - card_creation - INFO - patch: players [('cost', '1234'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10706/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:13,336 - card_creation - INFO - return: {'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 1234, 'image': 'https://pddev.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrial01', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}} 2025-02-16 17:10:13,336 - card_creation - INFO - get: players id: None params: [('bbref_id', 'griffke02'), ('cardset_id', 20)] 2025-02-16 17:10:13,440 - card_creation - INFO - session info: 2025-02-16 17:10:13,440 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'griffke02', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35859, 'team': 53, 'player': 10707, 'created': 1730616941189}, {'id': 36094, 'team': 49, 'player [ S N I P P E D ] 2025-02-16 17:10:13,440 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10707/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:13,547 - card_creation - INFO - return: {'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'griffke02', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}} 2025-02-16 17:10:13,547 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buhneja01'), ('cardset_id', 20)] 2025-02-16 17:10:13,649 - card_creation - INFO - session info: 2025-02-16 17:10:13,649 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buhneja01', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:13,649 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11451/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:13,788 - card_creation - INFO - return: {'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buhneja01', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}} 2025-02-16 17:10:13,789 - card_creation - INFO - get: players id: None params: [('bbref_id', 'seguida01'), ('cardset_id', 20)] 2025-02-16 17:10:13,887 - card_creation - INFO - session info: 2025-02-16 17:10:13,887 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10708, 'p_name': 'David Segui', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seguida01', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37475, 'team': 33, 'player': 10708, 'created': 1731963342633}, {'id': 37678, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 17:10:13,887 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10708/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:13,984 - card_creation - INFO - return: {'player_id': 10708, 'p_name': 'David Segui', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'seguida01', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}} 2025-02-16 17:10:13,984 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martied01'), ('cardset_id', 20)] 2025-02-16 17:10:14,079 - card_creation - INFO - session info: 2025-02-16 17:10:14,079 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martied01', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35586, 'team': 69, 'player': 10709, 'created': 1730616941189}]}}]} 2025-02-16 17:10:14,079 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10709/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:14,196 - card_creation - INFO - return: {'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martied01', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}} 2025-02-16 17:10:14,196 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hillgl01'), ('cardset_id', 20)] 2025-02-16 17:10:14,329 - card_creation - INFO - session info: 2025-02-16 17:10:14,329 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillgl01', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38336, 'team': 47, 'player': 11052, 'created': 1735336764577}]}}]} 2025-02-16 17:10:14,329 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11052/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:14,436 - card_creation - INFO - return: {'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillgl01', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}} 2025-02-16 17:10:14,437 - card_creation - INFO - get: players id: None params: [('bbref_id', 'davisru01'), ('cardset_id', 20)] 2025-02-16 17:10:14,538 - card_creation - INFO - session info: 2025-02-16 17:10:14,538 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'davisru01', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36483, 'team': 47, 'player': 10957, 'created': 1730920176625}, {'id': 37229, 'team [ S N I P P E D ] 2025-02-16 17:10:14,538 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10957/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:14,641 - card_creation - INFO - return: {'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'davisru01', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}} 2025-02-16 17:10:14,641 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wilsoda01'), ('cardset_id', 20)] 2025-02-16 17:10:14,754 - card_creation - INFO - session info: 2025-02-16 17:10:14,754 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wilsoda01', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36681, 'team': 33, 'player': 10958, 'created': 1731602869489}, {'id': 37701, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 17:10:14,754 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10958/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:14,842 - card_creation - INFO - return: {'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wilsoda01', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}} 2025-02-16 17:10:14,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alicelu01'), ('cardset_id', 20)] 2025-02-16 17:10:14,932 - card_creation - INFO - session info: 2025-02-16 17:10:14,933 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alicelu01', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:14,933 - card_creation - INFO - patch: players [('cost', '788'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11247/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:15,054 - card_creation - INFO - return: {'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alicelu01', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}} 2025-02-16 17:10:15,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellyro01'), ('cardset_id', 20)] 2025-02-16 17:10:15,154 - card_creation - INFO - session info: 2025-02-16 17:10:15,154 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellyro01', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38960, 'team': 47, 'player': 11508, 'created': 1739121114147}]}}]} 2025-02-16 17:10:15,154 - card_creation - INFO - patch: players [('cost', '276'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11508/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:15,233 - card_creation - INFO - return: {'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellyro01', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}} 2025-02-16 17:10:15,234 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greerru01'), ('cardset_id', 20)] 2025-02-16 17:10:15,381 - card_creation - INFO - session info: 2025-02-16 17:10:15,381 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 238, 'image': 'https://pddev.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greerru01', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35597, 'team': 47, 'player': 10710, 'created': 1730616940558}, {'id': 35658, 'team': 38, 'player' [ S N I P P E D ] 2025-02-16 17:10:15,381 - card_creation - INFO - patch: players [('cost', '238'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10710/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:15,455 - card_creation - INFO - return: {'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 238, 'image': 'https://pddev.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greerru01', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}} 2025-02-16 17:10:15,455 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gonzaju03'), ('cardset_id', 20)] 2025-02-16 17:10:15,548 - card_creation - INFO - session info: 2025-02-16 17:10:15,548 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 975, 'image': 'https://pddev.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaju03', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35781, 'team': 47, 'player': 10711, 'created': 1730616941935}, {'id': 35862, 'team': 33, 'player': [ S N I P P E D ] 2025-02-16 17:10:15,548 - card_creation - INFO - patch: players [('cost', '975'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10711/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:15,651 - card_creation - INFO - return: {'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 975, 'image': 'https://pddev.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gonzaju03', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}} 2025-02-16 17:10:15,652 - card_creation - INFO - get: players id: None params: [('bbref_id', 'clarkwi02'), ('cardset_id', 20)] 2025-02-16 17:10:15,757 - card_creation - INFO - session info: 2025-02-16 17:10:15,757 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10712, 'p_name': 'Will Clark', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkwi02', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36059, 'team': 33, 'player': 10712, 'created': 1730785303487}, {'id': 37724, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 17:10:15,757 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10712/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:15,853 - card_creation - INFO - return: {'player_id': 10712, 'p_name': 'Will Clark', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'clarkwi02', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}} 2025-02-16 17:10:15,853 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodriiv01'), ('cardset_id', 20)] 2025-02-16 17:10:16,009 - card_creation - INFO - session info: 2025-02-16 17:10:16,009 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriiv01', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36077, 'team': 33, 'player': 10713, 'created': 1730785303487}]}}]} 2025-02-16 17:10:16,009 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10713/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:16,107 - card_creation - INFO - return: {'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriiv01', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}} 2025-02-16 17:10:16,108 - card_creation - INFO - get: players id: None params: [('bbref_id', 'elsteke01'), ('cardset_id', 20)] 2025-02-16 17:10:16,217 - card_creation - INFO - session info: 2025-02-16 17:10:16,218 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elsteke01', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36963, 'team': 47, 'player': 10714, 'created': 1731602869931}]}}]} 2025-02-16 17:10:16,218 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10714/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:16,303 - card_creation - INFO - return: {'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'elsteke01', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}} 2025-02-16 17:10:16,303 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tatisfe01'), ('cardset_id', 20)] 2025-02-16 17:10:16,408 - card_creation - INFO - session info: 2025-02-16 17:10:16,409 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tatisfe01', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:16,409 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11125/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:16,504 - card_creation - INFO - return: {'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tatisfe01', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}} 2025-02-16 17:10:16,504 - card_creation - INFO - get: players id: None params: [('bbref_id', 'goodwto01'), ('cardset_id', 20)] 2025-02-16 17:10:16,607 - card_creation - INFO - session info: 2025-02-16 17:10:16,607 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwto01', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:16,607 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11126/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:16,700 - card_creation - INFO - return: {'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'goodwto01', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}} 2025-02-16 17:10:16,700 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stevele01'), ('cardset_id', 20)] 2025-02-16 17:10:16,810 - card_creation - INFO - session info: 2025-02-16 17:10:16,810 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stevele01', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:16,811 - card_creation - INFO - patch: players [('cost', '700'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11544/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:16,908 - card_creation - INFO - return: {'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stevele01', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}} 2025-02-16 17:10:16,909 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cedendo01'), ('cardset_id', 20)] 2025-02-16 17:10:17,037 - card_creation - INFO - session info: 2025-02-16 17:10:17,037 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedendo01', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:17,038 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11248/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:17,135 - card_creation - INFO - return: {'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedendo01', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}} 2025-02-16 17:10:17,136 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cedenro01'), ('cardset_id', 20)] 2025-02-16 17:10:17,243 - card_creation - INFO - session info: 2025-02-16 17:10:17,243 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedenro01', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37656, 'team': 33, 'player': 11053, 'created': 1733171881352}]}}]} 2025-02-16 17:10:17,244 - card_creation - INFO - patch: players [('cost', '250'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11053/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:17,341 - card_creation - INFO - return: {'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cedenro01', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}} 2025-02-16 17:10:17,341 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guerrwi01'), ('cardset_id', 20)] 2025-02-16 17:10:17,450 - card_creation - INFO - session info: 2025-02-16 17:10:17,450 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrwi01', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:17,450 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11487/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:17,539 - card_creation - INFO - return: {'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrwi01', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}} 2025-02-16 17:10:17,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheffga01'), ('cardset_id', 20)] 2025-02-16 17:10:17,631 - card_creation - INFO - session info: 2025-02-16 17:10:17,631 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 1097, 'image': 'https://pddev.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:17,631 - card_creation - INFO - patch: players [('cost', '1097'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11171/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:17,763 - card_creation - INFO - return: {'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 1097, 'image': 'https://pddev.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheffga01', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}} 2025-02-16 17:10:17,763 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karroer01'), ('cardset_id', 20)] 2025-02-16 17:10:17,861 - card_creation - INFO - session info: 2025-02-16 17:10:17,861 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karroer01', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37655, 'team': 33, 'player': 11172, 'created': 1733171881352}]}}]} 2025-02-16 17:10:17,862 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11172/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:18,000 - card_creation - INFO - return: {'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karroer01', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}} 2025-02-16 17:10:18,000 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mondera01'), ('cardset_id', 20)] 2025-02-16 17:10:18,081 - card_creation - INFO - session info: 2025-02-16 17:10:18,081 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mondera01', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36469, 'team': 47, 'player': 10959, 'created': 1730920177137}, {'id': 37423, 'team': [ S N I P P E D ] 2025-02-16 17:10:18,081 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10959/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:18,173 - card_creation - INFO - return: {'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mondera01', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}} 2025-02-16 17:10:18,173 - card_creation - INFO - get: players id: None params: [('bbref_id', 'konerpa01'), ('cardset_id', 20)] 2025-02-16 17:10:18,271 - card_creation - INFO - session info: 2025-02-16 17:10:18,271 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'konerpa01', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:18,271 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11249/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:18,407 - card_creation - INFO - return: {'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'konerpa01', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}} 2025-02-16 17:10:18,407 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsch04'), ('cardset_id', 20)] 2025-02-16 17:10:18,496 - card_creation - INFO - session info: 2025-02-16 17:10:18,497 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsch04', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38882, 'team': 47, 'player': 11173, 'created': 1738297182021}]}}]} 2025-02-16 17:10:18,497 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11173/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:18,640 - card_creation - INFO - return: {'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsch04', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}} 2025-02-16 17:10:18,641 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castrju01'), ('cardset_id', 20)] 2025-02-16 17:10:18,747 - card_creation - INFO - session info: 2025-02-16 17:10:18,747 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castrju01', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:18,747 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11292/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:18,841 - card_creation - INFO - return: {'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castrju01', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}} 2025-02-16 17:10:18,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'younger01'), ('cardset_id', 20)] 2025-02-16 17:10:18,936 - card_creation - INFO - session info: 2025-02-16 17:10:18,936 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10715, 'p_name': 'Eric Young', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'younger01', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35642, 'team': 47, 'player': 10715, 'created': 1730616941935}, {'id': 36071, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 17:10:18,936 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10715/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:19,094 - card_creation - INFO - return: {'player_id': 10715, 'p_name': 'Eric Young', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'younger01', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}} 2025-02-16 17:10:19,094 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hubbatr01'), ('cardset_id', 20)] 2025-02-16 17:10:19,181 - card_creation - INFO - session info: 2025-02-16 17:10:19,181 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hubbatr01', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:19,181 - card_creation - INFO - patch: players [('cost', '1039'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11545/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:19,281 - card_creation - INFO - return: {'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hubbatr01', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}} 2025-02-16 17:10:19,282 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hamilda02'), ('cardset_id', 20)] 2025-02-16 17:10:19,395 - card_creation - INFO - session info: 2025-02-16 17:10:19,395 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamilda02', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35514, 'team': 47, 'player': 10716, 'created': 1730616941189}]}}]} 2025-02-16 17:10:19,396 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10716/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:19,494 - card_creation - INFO - return: {'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hamilda02', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}} 2025-02-16 17:10:19,494 - card_creation - INFO - get: players id: None params: [('bbref_id', 'muellbi02'), ('cardset_id', 20)] 2025-02-16 17:10:19,594 - card_creation - INFO - session info: 2025-02-16 17:10:19,594 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'muellbi02', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36961, 'team': 47, 'player': 10717, 'created': 1731602869923}, {'id': 37559, 'team': [ S N I P P E D ] 2025-02-16 17:10:19,594 - card_creation - INFO - patch: players [('cost', '287'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10717/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:19,687 - card_creation - INFO - return: {'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'muellbi02', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}} 2025-02-16 17:10:19,687 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bondsba01'), ('cardset_id', 20)] 2025-02-16 17:10:19,781 - card_creation - INFO - session info: 2025-02-16 17:10:19,781 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bondsba01', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35608, 'team': 69, 'player': 10718, 'created': 1730616941189}, {'id': 35651, 'team' [ S N I P P E D ] 2025-02-16 17:10:19,781 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10718/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:19,873 - card_creation - INFO - return: {'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bondsba01', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}} 2025-02-16 17:10:19,873 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hayesch01'), ('cardset_id', 20)] 2025-02-16 17:10:19,989 - card_creation - INFO - session info: 2025-02-16 17:10:19,989 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayesch01', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37471, 'team': 33, 'player': 11127, 'created': 1731963342633}]}}]} 2025-02-16 17:10:19,989 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11127/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:20,073 - card_creation - INFO - return: {'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayesch01', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}} 2025-02-16 17:10:20,073 - card_creation - INFO - get: players id: None params: [('bbref_id', 'javiest01'), ('cardset_id', 20)] 2025-02-16 17:10:20,172 - card_creation - INFO - session info: 2025-02-16 17:10:20,172 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'javiest01', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36411, 'team': 69, 'player': 10719, 'created': 1730920177283}, {'id': 365 [ S N I P P E D ] 2025-02-16 17:10:20,172 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10719/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:20,255 - card_creation - INFO - return: {'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'javiest01', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}} 2025-02-16 17:10:20,255 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aurilri01'), ('cardset_id', 20)] 2025-02-16 17:10:20,369 - card_creation - INFO - session info: 2025-02-16 17:10:20,369 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aurilri01', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35713, 'team': 47, 'player': 10720, 'created': 1730616941189}, {'id': 36137, 'team' [ S N I P P E D ] 2025-02-16 17:10:20,369 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10720/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:20,445 - card_creation - INFO - return: {'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aurilri01', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}} 2025-02-16 17:10:20,445 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snowj.01'), ('cardset_id', 20)] 2025-02-16 17:10:20,526 - card_creation - INFO - session info: 2025-02-16 17:10:20,526 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10721, 'p_name': 'JT Snow', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snowj.01', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35667, 'team': 38, 'player': 10721, 'created': 1730616941189}, {'id': 35954, 'team': 55, 'playe [ S N I P P E D ] 2025-02-16 17:10:20,526 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10721/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:20,627 - card_creation - INFO - return: {'player_id': 10721, 'p_name': 'JT Snow', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snowj.01', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}} 2025-02-16 17:10:20,627 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsbr01'), ('cardset_id', 20)] 2025-02-16 17:10:20,754 - card_creation - INFO - session info: 2025-02-16 17:10:20,754 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsbr01', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35616, 'team': 69, 'player': 10722, 'created': 1730616941935}, {'id': [ S N I P P E D ] 2025-02-16 17:10:20,754 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10722/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:20,838 - card_creation - INFO - return: {'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsbr01', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}} 2025-02-16 17:10:20,838 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sanchre01'), ('cardset_id', 20)] 2025-02-16 17:10:20,982 - card_creation - INFO - session info: 2025-02-16 17:10:20,982 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchre01', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38333, 'team': 47, 'player': 11174, 'created': 1736205194812}]}}]} 2025-02-16 17:10:20,982 - card_creation - INFO - patch: players [('cost', '301'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11174/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:21,075 - card_creation - INFO - return: {'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchre01', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}} 2025-02-16 17:10:21,075 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesch05'), ('cardset_id', 20)] 2025-02-16 17:10:21,174 - card_creation - INFO - session info: 2025-02-16 17:10:21,175 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch05', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:21,175 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11452/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:21,273 - card_creation - INFO - return: {'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch05', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}} 2025-02-16 17:10:21,273 - card_creation - INFO - get: players id: None params: [('bbref_id', 'maynebr01'), ('cardset_id', 20)] 2025-02-16 17:10:21,387 - card_creation - INFO - session info: 2025-02-16 17:10:21,388 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maynebr01', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38316, 'team': 47, 'player': 11453, 'created': 1735014966488}]}}]} 2025-02-16 17:10:21,388 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11453/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:21,486 - card_creation - INFO - return: {'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'maynebr01', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}} 2025-02-16 17:10:21,486 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benarma01'), ('cardset_id', 20)] 2025-02-16 17:10:21,589 - card_creation - INFO - session info: 2025-02-16 17:10:21,589 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benarma01', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:21,589 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11546/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:21,690 - card_creation - INFO - return: {'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benarma01', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}} 2025-02-16 17:10:21,690 - card_creation - INFO - get: players id: None params: [('bbref_id', 'roberbi01'), ('cardset_id', 20)] 2025-02-16 17:10:21,828 - card_creation - INFO - session info: 2025-02-16 17:10:21,828 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'roberbi01', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:21,829 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11128/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:21,914 - card_creation - INFO - return: {'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'roberbi01', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}} 2025-02-16 17:10:21,915 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tejadmi01'), ('cardset_id', 20)] 2025-02-16 17:10:22,011 - card_creation - INFO - session info: 2025-02-16 17:10:22,011 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tejadmi01', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:22,011 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11293/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:22,106 - card_creation - INFO - return: {'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tejadmi01', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}} 2025-02-16 17:10:22,106 - card_creation - INFO - get: players id: None params: [('bbref_id', 'chrisry01'), ('cardset_id', 20)] 2025-02-16 17:10:22,213 - card_creation - INFO - session info: 2025-02-16 17:10:22,213 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisry01', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:22,213 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11175/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:22,324 - card_creation - INFO - return: {'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'chrisry01', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}} 2025-02-16 17:10:22,325 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mitchke01'), ('cardset_id', 20)] 2025-02-16 17:10:22,426 - card_creation - INFO - session info: 2025-02-16 17:10:22,427 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11547, 'p_name': 'Kevin Mitchell', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11547/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mitchke01', 'fangr_id': '1009004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:22,427 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11547/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:22,518 - card_creation - INFO - return: {'player_id': 11547, 'p_name': 'Kevin Mitchell', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11547/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mitchke01', 'fangr_id': '1009004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3}} 2025-02-16 17:10:22,518 - card_creation - INFO - get: players id: None params: [('bbref_id', 'winnra01'), ('cardset_id', 20)] 2025-02-16 17:10:22,607 - card_creation - INFO - session info: 2025-02-16 17:10:22,607 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winnra01', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:22,608 - card_creation - INFO - patch: players [('cost', '1440'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11294/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:22,706 - card_creation - INFO - return: {'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'winnra01', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}} 2025-02-16 17:10:22,706 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trammbu01'), ('cardset_id', 20)] 2025-02-16 17:10:22,794 - card_creation - INFO - session info: 2025-02-16 17:10:22,794 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trammbu01', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:22,795 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11548/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:22,894 - card_creation - INFO - return: {'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trammbu01', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}} 2025-02-16 17:10:22,894 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellymi02'), ('cardset_id', 20)] 2025-02-16 17:10:22,983 - card_creation - INFO - session info: 2025-02-16 17:10:22,983 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellymi02', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37600, 'team': 33, 'player': 11054, 'created': 1731963342633}, {'id': 37704, 'team [ S N I P P E D ] 2025-02-16 17:10:22,984 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11054/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:23,069 - card_creation - INFO - return: {'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellymi02', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}} 2025-02-16 17:10:23,070 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderbr01'), ('cardset_id', 20)] 2025-02-16 17:10:23,169 - card_creation - INFO - session info: 2025-02-16 17:10:23,169 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr01', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37683, 'team': 47, 'player': 11055, 'created': 1733172010978}]}}]} 2025-02-16 17:10:23,169 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11055/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:23,259 - card_creation - INFO - return: {'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr01', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}} 2025-02-16 17:10:23,259 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rebouje01'), ('cardset_id', 20)] 2025-02-16 17:10:23,391 - card_creation - INFO - session info: 2025-02-16 17:10:23,391 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rebouje01', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:23,392 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11488/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:23,481 - card_creation - INFO - return: {'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rebouje01', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}} 2025-02-16 17:10:23,481 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitema01'), ('cardset_id', 20)] 2025-02-16 17:10:23,582 - card_creation - INFO - session info: 2025-02-16 17:10:23,582 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema01', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38846, 'team': 38, 'player': 11454, 'created': 1738297241556}]}}]} 2025-02-16 17:10:23,583 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11454/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:23,722 - card_creation - INFO - return: {'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitema01', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}} 2025-02-16 17:10:23,722 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alomasa02'), ('cardset_id', 20)] 2025-02-16 17:10:23,844 - card_creation - INFO - session info: 2025-02-16 17:10:23,844 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomasa02', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35585, 'team': 69, 'player': 10723, 'created': 1730616941189}, {'id': 35719, 'team': 4 [ S N I P P E D ] 2025-02-16 17:10:23,844 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10723/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:23,968 - card_creation - INFO - return: {'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alomasa02', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}} 2025-02-16 17:10:23,968 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellda01'), ('cardset_id', 20)] 2025-02-16 17:10:24,064 - card_creation - INFO - session info: 2025-02-16 17:10:24,064 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellda01', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37697, 'team': 47, 'player': 11129, 'created': 1733171881352}]}}]} 2025-02-16 17:10:24,065 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11129/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:24,160 - card_creation - INFO - return: {'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellda01', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}} 2025-02-16 17:10:24,160 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alvarga01'), ('cardset_id', 20)] 2025-02-16 17:10:24,255 - card_creation - INFO - session info: 2025-02-16 17:10:24,255 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarga01', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:24,255 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11509/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:24,354 - card_creation - INFO - return: {'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarga01', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}} 2025-02-16 17:10:24,354 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grebecr01'), ('cardset_id', 20)] 2025-02-16 17:10:24,454 - card_creation - INFO - session info: 2025-02-16 17:10:24,454 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grebecr01', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:24,454 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11205/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:24,581 - card_creation - INFO - return: {'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grebecr01', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}} 2025-02-16 17:10:24,581 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jeffegr01'), ('cardset_id', 20)] 2025-02-16 17:10:24,694 - card_creation - INFO - session info: 2025-02-16 17:10:24,694 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffegr01', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36261, 'team': 55, 'player': 10724, 'created': 1730920176630}, {'id': 36 [ S N I P P E D ] 2025-02-16 17:10:24,694 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10724/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:24,786 - card_creation - INFO - return: {'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jeffegr01', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}} 2025-02-16 17:10:24,786 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sweenmi01'), ('cardset_id', 20)] 2025-02-16 17:10:24,898 - card_creation - INFO - session info: 2025-02-16 17:10:24,898 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sweenmi01', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35524, 'team': 38, 'player': 10725, 'created': 1730616940591}, {'id': 35647, 'team': 47 [ S N I P P E D ] 2025-02-16 17:10:24,898 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10725/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:24,992 - card_creation - INFO - return: {'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sweenmi01', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}} 2025-02-16 17:10:24,993 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezme01'), ('cardset_id', 20)] 2025-02-16 17:10:25,136 - card_creation - INFO - session info: 2025-02-16 17:10:25,136 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezme01', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:25,136 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11549/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:25,240 - card_creation - INFO - return: {'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezme01', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}} 2025-02-16 17:10:25,240 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pendlte01'), ('cardset_id', 20)] 2025-02-16 17:10:25,374 - card_creation - INFO - session info: 2025-02-16 17:10:25,374 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pendlte01', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:25,374 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11510/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:25,469 - card_creation - INFO - return: {'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pendlte01', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}} 2025-02-16 17:10:25,469 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nixonot01'), ('cardset_id', 20)] 2025-02-16 17:10:25,559 - card_creation - INFO - session info: 2025-02-16 17:10:25,559 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nixonot01', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37699, 'team': 47, 'player': 10726, 'created': 1733171881352}]}}]} 2025-02-16 17:10:25,559 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10726/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:25,652 - card_creation - INFO - return: {'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nixonot01', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}} 2025-02-16 17:10:25,652 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ortizda01'), ('cardset_id', 20)] 2025-02-16 17:10:25,761 - card_creation - INFO - session info: 2025-02-16 17:10:25,762 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizda01', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35653, 'team': 47, 'player': 10727, 'created': 1730616941406}, {'id': 35948, 'team': 55, 'pla [ S N I P P E D ] 2025-02-16 17:10:25,762 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10727/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:25,854 - card_creation - INFO - return: {'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ortizda01', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}} 2025-02-16 17:10:25,855 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mclemma01'), ('cardset_id', 20)] 2025-02-16 17:10:25,947 - card_creation - INFO - session info: 2025-02-16 17:10:25,947 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mclemma01', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35711, 'team': 47, 'player': 10728, 'created': 1730616941679}, {'id': 37251, 'team': 49, 'p [ S N I P P E D ] 2025-02-16 17:10:25,947 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10728/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:26,040 - card_creation - INFO - return: {'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mclemma01', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}} 2025-02-16 17:10:26,040 - card_creation - INFO - get: players id: None params: [('bbref_id', 'zeileto01'), ('cardset_id', 20)] 2025-02-16 17:10:26,130 - card_creation - INFO - session info: 2025-02-16 17:10:26,130 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 926, 'image': 'https://pddev.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zeileto01', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37996, 'team': 47, 'player': 10960, 'created': 1734921897621}]}}]} 2025-02-16 17:10:26,130 - card_creation - INFO - patch: players [('cost', '926'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10960/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:26,265 - card_creation - INFO - return: {'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 926, 'image': 'https://pddev.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zeileto01', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}} 2025-02-16 17:10:26,266 - card_creation - INFO - get: players id: None params: [('bbref_id', 'claytro01'), ('cardset_id', 20)] 2025-02-16 17:10:26,362 - card_creation - INFO - session info: 2025-02-16 17:10:26,362 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'claytro01', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35529, 'team': 38, 'player': 10729, 'created': 1730616941935}, {'id': 35638, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 17:10:26,363 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10729/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:26,459 - card_creation - INFO - return: {'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'claytro01', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}} 2025-02-16 17:10:26,459 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitede03'), ('cardset_id', 20)] 2025-02-16 17:10:26,603 - card_creation - INFO - session info: 2025-02-16 17:10:26,603 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10730, 'p_name': 'Devon White', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitede03', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35580, 'team': 69, 'player': 10730, 'created': 1730616941189}, {'id': 37705, [ S N I P P E D ] 2025-02-16 17:10:26,603 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10730/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:26,702 - card_creation - INFO - return: {'player_id': 10730, 'p_name': 'Devon White', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitede03', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}} 2025-02-16 17:10:26,702 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellja01'), ('cardset_id', 20)] 2025-02-16 17:10:26,808 - card_creation - INFO - session info: 2025-02-16 17:10:26,808 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellja01', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35982, 'team': 53, 'player': 10731, 'created': 1730785303408}, {'id': 36492, 'team': 47, 'playe [ S N I P P E D ] 2025-02-16 17:10:26,808 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10731/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:26,916 - card_creation - INFO - return: {'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellja01', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}} 2025-02-16 17:10:26,916 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leetr01'), ('cardset_id', 20)] 2025-02-16 17:10:27,021 - card_creation - INFO - session info: 2025-02-16 17:10:27,022 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leetr01', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35564, 'team': 69, 'player': 10732, 'created': 1730616941189}, {'id': 35657, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 17:10:27,022 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10732/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:27,119 - card_creation - INFO - return: {'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leetr01', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}} 2025-02-16 17:10:27,119 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willima04'), ('cardset_id', 20)] 2025-02-16 17:10:27,244 - card_creation - INFO - session info: 2025-02-16 17:10:27,245 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willima04', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35397, 'team': 33, 'player': 10733, 'created': 1730616941679}, {'id': 36621, 'team' [ S N I P P E D ] 2025-02-16 17:10:27,245 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10733/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:27,592 - card_creation - INFO - return: {'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willima04', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}} 2025-02-16 17:10:27,592 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bredebr01'), ('cardset_id', 20)] 2025-02-16 17:10:27,725 - card_creation - INFO - session info: 2025-02-16 17:10:27,725 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bredebr01', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:27,726 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11130/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:27,822 - card_creation - INFO - return: {'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bredebr01', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}} 2025-02-16 17:10:27,822 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garcika01'), ('cardset_id', 20)] 2025-02-16 17:10:27,969 - card_creation - INFO - session info: 2025-02-16 17:10:27,969 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcika01', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:27,970 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11489/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:28,070 - card_creation - INFO - return: {'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garcika01', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}} 2025-02-16 17:10:28,070 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fabrejo01'), ('cardset_id', 20)] 2025-02-16 17:10:28,168 - card_creation - INFO - session info: 2025-02-16 17:10:28,168 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fabrejo01', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:28,169 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11511/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:28,253 - card_creation - INFO - return: {'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fabrejo01', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}} 2025-02-16 17:10:28,253 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benitya01'), ('cardset_id', 20)] 2025-02-16 17:10:28,350 - card_creation - INFO - session info: 2025-02-16 17:10:28,350 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitya01', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37717, 'team': 47, 'player': 11056, 'created': 1733172010978}, {'id' [ S N I P P E D ] 2025-02-16 17:10:28,351 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11056/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:28,473 - card_creation - INFO - return: {'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitya01', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}} 2025-02-16 17:10:28,473 - card_creation - INFO - get: players id: None params: [('bbref_id', 'batisto01'), ('cardset_id', 20)] 2025-02-16 17:10:28,576 - card_creation - INFO - session info: 2025-02-16 17:10:28,576 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batisto01', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38961, 'team': 47, 'player': 11250, 'created': 1739121114147}]}}]} 2025-02-16 17:10:28,576 - card_creation - INFO - patch: players [('cost', '717'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11250/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:28,668 - card_creation - INFO - return: {'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'batisto01', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}} 2025-02-16 17:10:28,668 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kentje01'), ('cardset_id', 20)] 2025-02-16 17:10:28,776 - card_creation - INFO - session info: 2025-02-16 17:10:28,776 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kentje01', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36199, 'team': 33, 'player': 10734, 'created': 1730920176630}, {'id': 36475, 'team': 47, [ S N I P P E D ] 2025-02-16 17:10:28,777 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10734/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:28,870 - card_creation - INFO - return: {'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kentje01', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}} 2025-02-16 17:10:28,870 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stinnke01'), ('cardset_id', 20)] 2025-02-16 17:10:28,974 - card_creation - INFO - session info: 2025-02-16 17:10:28,974 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stinnke01', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:28,974 - card_creation - INFO - patch: players [('cost', '276'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11131/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:29,065 - card_creation - INFO - return: {'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stinnke01', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}} 2025-02-16 17:10:29,065 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foxan01'), ('cardset_id', 20)] 2025-02-16 17:10:29,152 - card_creation - INFO - session info: 2025-02-16 17:10:29,152 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxan01', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38121, 'team': 47, 'player': 11295, 'created': 1735014966835}]}}]} 2025-02-16 17:10:29,152 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11295/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:29,274 - card_creation - INFO - return: {'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foxan01', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}} 2025-02-16 17:10:29,274 - card_creation - INFO - get: players id: None params: [('bbref_id', 'floydcl01'), ('cardset_id', 20)] 2025-02-16 17:10:29,364 - card_creation - INFO - session info: 2025-02-16 17:10:29,375 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floydcl01', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35779, 'team': 47, 'player': 10735, 'created': 1730616941189}]}}]} 2025-02-16 17:10:29,375 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10735/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:29,453 - card_creation - INFO - return: {'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floydcl01', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}} 2025-02-16 17:10:29,453 - card_creation - INFO - get: players id: None params: [('bbref_id', 'renteed01'), ('cardset_id', 20)] 2025-02-16 17:10:29,562 - card_creation - INFO - session info: 2025-02-16 17:10:29,562 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'renteed01', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37519, 'team': 49, 'player': 10961, 'created': 1731963342630}, {'id': 38814, 'team': 38, [ S N I P P E D ] 2025-02-16 17:10:29,562 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10961/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:29,673 - card_creation - INFO - return: {'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'renteed01', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}} 2025-02-16 17:10:29,674 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kotsama01'), ('cardset_id', 20)] 2025-02-16 17:10:29,748 - card_creation - INFO - session info: 2025-02-16 17:10:29,748 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kotsama01', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37618, 'team': 33, 'player': 11132, 'created': 1731963342653}, {'id': 37708, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 17:10:29,748 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11132/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:29,823 - card_creation - INFO - return: {'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kotsama01', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}} 2025-02-16 17:10:29,823 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bonilbo01'), ('cardset_id', 20)] 2025-02-16 17:10:29,918 - card_creation - INFO - session info: 2025-02-16 17:10:29,918 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonilbo01', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:29,919 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11206/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:30,000 - card_creation - INFO - return: {'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonilbo01', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}} 2025-02-16 17:10:30,000 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leede02'), ('cardset_id', 20)] 2025-02-16 17:10:30,105 - card_creation - INFO - session info: 2025-02-16 17:10:30,106 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leede02', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37670, 'team': 33, 'player': 11133, 'created': 1731963342630}]}}]} 2025-02-16 17:10:30,106 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11133/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:30,188 - card_creation - INFO - return: {'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leede02', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}} 2025-02-16 17:10:30,188 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stankan01'), ('cardset_id', 20)] 2025-02-16 17:10:30,294 - card_creation - INFO - session info: 2025-02-16 17:10:30,294 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stankan01', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36654, 'team': 33, 'player': 10962, 'created': 1731602869759}] [ S N I P P E D ] 2025-02-16 17:10:30,294 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10962/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:30,402 - card_creation - INFO - return: {'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stankan01', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}} 2025-02-16 17:10:30,403 - card_creation - INFO - get: players id: None params: [('bbref_id', 'counscr01'), ('cardset_id', 20)] 2025-02-16 17:10:30,496 - card_creation - INFO - session info: 2025-02-16 17:10:30,496 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'counscr01', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37865, 'team': 47, 'player': 10963, 'created': 1733700057396}]}}]} 2025-02-16 17:10:30,497 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10963/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:30,589 - card_creation - INFO - return: {'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'counscr01', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}} 2025-02-16 17:10:30,589 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksry01'), ('cardset_id', 20)] 2025-02-16 17:10:30,705 - card_creation - INFO - session info: 2025-02-16 17:10:30,705 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksry01', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:30,705 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11512/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:30,798 - card_creation - INFO - return: {'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksry01', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}} 2025-02-16 17:10:30,798 - card_creation - INFO - get: players id: None params: [('bbref_id', 'zaungr01'), ('cardset_id', 20)] 2025-02-16 17:10:30,904 - card_creation - INFO - session info: 2025-02-16 17:10:30,904 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zaungr01', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38330, 'team': 47, 'player': 11251, 'created': 1736205194812}]}}]} 2025-02-16 17:10:30,904 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11251/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:30,993 - card_creation - INFO - return: {'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'zaungr01', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}} 2025-02-16 17:10:30,993 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cangejo01'), ('cardset_id', 20)] 2025-02-16 17:10:31,094 - card_creation - INFO - session info: 2025-02-16 17:10:31,094 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cangejo01', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:31,094 - card_creation - INFO - patch: players [('cost', '262'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11296/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:31,191 - card_creation - INFO - return: {'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cangejo01', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}} 2025-02-16 17:10:31,191 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bergda01'), ('cardset_id', 20)] 2025-02-16 17:10:31,286 - card_creation - INFO - session info: 2025-02-16 17:10:31,287 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergda01', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:31,287 - card_creation - INFO - patch: players [('cost', '516'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11252/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:31,381 - card_creation - INFO - return: {'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bergda01', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}} 2025-02-16 17:10:31,381 - card_creation - INFO - get: players id: None params: [('bbref_id', 'weisswa01'), ('cardset_id', 20)] 2025-02-16 17:10:31,526 - card_creation - INFO - session info: 2025-02-16 17:10:31,527 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weisswa01', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37457, 'team': 38, 'player': 10964, 'created': 1731963342653}]}}]} 2025-02-16 17:10:31,527 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10964/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:31,626 - card_creation - INFO - return: {'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'weisswa01', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}} 2025-02-16 17:10:31,627 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lockhke01'), ('cardset_id', 20)] 2025-02-16 17:10:31,728 - card_creation - INFO - session info: 2025-02-16 17:10:31,729 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lockhke01', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38317, 'team': 47, 'player': 11207, 'created': 1736205194812}]}}]} 2025-02-16 17:10:31,729 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11207/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:31,820 - card_creation - INFO - return: {'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lockhke01', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}} 2025-02-16 17:10:31,821 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesch06'), ('cardset_id', 20)] 2025-02-16 17:10:31,919 - card_creation - INFO - session info: 2025-02-16 17:10:31,919 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch06', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35877, 'team': 53, 'player': 10736, 'created': 1730748267594}, {'id': 36013, 'team': 69, 'player': [ S N I P P E D ] 2025-02-16 17:10:31,920 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10736/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:32,053 - card_creation - INFO - return: {'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesch06', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}} 2025-02-16 17:10:32,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'galaran01'), ('cardset_id', 20)] 2025-02-16 17:10:32,149 - card_creation - INFO - session info: 2025-02-16 17:10:32,149 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 1008, 'image': 'https://pddev.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37404, 'team': 69, 'player': 10965, 'created': 1731963342653}]}}]} 2025-02-16 17:10:32,149 - card_creation - INFO - patch: players [('cost', '1008'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10965/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:32,232 - card_creation - INFO - return: {'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 1008, 'image': 'https://pddev.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'galaran01', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}} 2025-02-16 17:10:32,232 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kleskry01'), ('cardset_id', 20)] 2025-02-16 17:10:32,373 - card_creation - INFO - session info: 2025-02-16 17:10:32,374 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kleskry01', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38967, 'team': 47, 'player': 11208, 'created': 1739121113929}]}}]} 2025-02-16 17:10:32,374 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11208/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:32,479 - card_creation - INFO - return: {'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kleskry01', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}} 2025-02-16 17:10:32,479 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezja01'), ('cardset_id', 20)] 2025-02-16 17:10:32,604 - card_creation - INFO - session info: 2025-02-16 17:10:32,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezja01', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37874, 'team': 47, 'player': 11209, 'created': 1733700057282}]}}]} 2025-02-16 17:10:32,604 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11209/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:32,678 - card_creation - INFO - return: {'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezja01', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}} 2025-02-16 17:10:32,678 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tuckemi01'), ('cardset_id', 20)] 2025-02-16 17:10:32,757 - card_creation - INFO - session info: 2025-02-16 17:10:32,757 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tuckemi01', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:32,757 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11253/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:32,831 - card_creation - INFO - return: {'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tuckemi01', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}} 2025-02-16 17:10:32,831 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesan01'), ('cardset_id', 20)] 2025-02-16 17:10:32,918 - card_creation - INFO - session info: 2025-02-16 17:10:32,918 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesan01', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:32,918 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10966/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:33,023 - card_creation - INFO - return: {'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesan01', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}} 2025-02-16 17:10:33,024 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delluda01'), ('cardset_id', 20)] 2025-02-16 17:10:33,095 - card_creation - INFO - session info: 2025-02-16 17:10:33,095 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delluda01', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:33,095 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11210/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:33,189 - card_creation - INFO - return: {'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delluda01', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}} 2025-02-16 17:10:33,190 - card_creation - INFO - get: players id: None params: [('bbref_id', 'graffto01'), ('cardset_id', 20)] 2025-02-16 17:10:33,295 - card_creation - INFO - session info: 2025-02-16 17:10:33,296 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graffto01', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37790, 'team': 33, 'player': 11057, 'created': 1731963342633}, {'id': 37955, 'team': 52, [ S N I P P E D ] 2025-02-16 17:10:33,296 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11057/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:33,368 - card_creation - INFO - return: {'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'graffto01', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}} 2025-02-16 17:10:33,368 - card_creation - INFO - get: players id: None params: [('bbref_id', 'willige02'), ('cardset_id', 20)] 2025-02-16 17:10:33,480 - card_creation - INFO - session info: 2025-02-16 17:10:33,480 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willige02', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:33,480 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11211/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:33,570 - card_creation - INFO - return: {'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'willige02', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}} 2025-02-16 17:10:33,570 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alexama02'), ('cardset_id', 20)] 2025-02-16 17:10:33,652 - card_creation - INFO - session info: 2025-02-16 17:10:33,653 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alexama02', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37829, 'team': 31, 'player': 11212, 'created': 1733700057449}, {'id': 38623, 'team': 38, ' [ S N I P P E D ] 2025-02-16 17:10:33,653 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11212/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:33,736 - card_creation - INFO - return: {'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alexama02', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}} 2025-02-16 17:10:33,737 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mieskma01'), ('cardset_id', 20)] 2025-02-16 17:10:33,829 - card_creation - INFO - session info: 2025-02-16 17:10:33,829 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mieskma01', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:33,830 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11480/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:33,923 - card_creation - INFO - return: {'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mieskma01', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}} 2025-02-16 17:10:33,923 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gracema01'), ('cardset_id', 20)] 2025-02-16 17:10:34,049 - card_creation - INFO - session info: 2025-02-16 17:10:34,049 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracema01', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35404, 'team': 33, 'player': 10737, 'created': 1730616941189}, {'id': 35527, 'team': 38, 'player': 10737, ' [ S N I P P E D ] 2025-02-16 17:10:34,049 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10737/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:34,140 - card_creation - INFO - return: {'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gracema01', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}} 2025-02-16 17:10:34,141 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sosasa01'), ('cardset_id', 20)] 2025-02-16 17:10:34,238 - card_creation - INFO - session info: 2025-02-16 17:10:34,238 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sosasa01', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35987, 'team': 31, 'player': 10738, 'created': 1730785303497}, {'id': 36014, 'team': 69, 'player': 10738, [ S N I P P E D ] 2025-02-16 17:10:34,238 - card_creation - INFO - patch: players [('cost', '306'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10738/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:34,326 - card_creation - INFO - return: {'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sosasa01', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}} 2025-02-16 17:10:34,326 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernajo01'), ('cardset_id', 20)] 2025-02-16 17:10:34,434 - card_creation - INFO - session info: 2025-02-16 17:10:34,434 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernajo01', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37490, 'team': 33, 'player': 11134, 'created': 1731963342633}, {'id': 37676, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 17:10:34,434 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11134/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:34,522 - card_creation - INFO - return: {'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernajo01', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}} 2025-02-16 17:10:34,522 - card_creation - INFO - get: players id: None params: [('bbref_id', 'orieke01'), ('cardset_id', 20)] 2025-02-16 17:10:34,624 - card_creation - INFO - session info: 2025-02-16 17:10:34,624 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'orieke01', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35543, 'team': 38, 'player': 10739, 'created': 1730616941189}, {'id': 35582, 'team': 69, 'player': [ S N I P P E D ] 2025-02-16 17:10:34,624 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10739/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:34,715 - card_creation - INFO - return: {'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'orieke01', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}} 2025-02-16 17:10:34,715 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownbr01'), ('cardset_id', 20)] 2025-02-16 17:10:34,857 - card_creation - INFO - session info: 2025-02-16 17:10:34,857 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownbr01', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37321, 'team': 47, 'player': 11058, 'created': 1731963342633}, {'id': 37660, 'team': 33, [ S N I P P E D ] 2025-02-16 17:10:34,858 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11058/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:34,961 - card_creation - INFO - return: {'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownbr01', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}} 2025-02-16 17:10:34,961 - card_creation - INFO - get: players id: None params: [('bbref_id', 'servasc01'), ('cardset_id', 20)] 2025-02-16 17:10:35,060 - card_creation - INFO - session info: 2025-02-16 17:10:35,060 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servasc01', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35963, 'team': 55, 'player': 10740, 'created': 1730748268271}]}}]} 2025-02-16 17:10:35,060 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10740/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:35,160 - card_creation - INFO - return: {'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servasc01', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}} 2025-02-16 17:10:35,160 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moranmi01'), ('cardset_id', 20)] 2025-02-16 17:10:35,292 - card_creation - INFO - session info: 2025-02-16 17:10:35,292 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moranmi01', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35562, 'team': 69, 'player': 10741, 'created': 1730616941189}, {'id': 36284, 'team [ S N I P P E D ] 2025-02-16 17:10:35,292 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10741/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:35,386 - card_creation - INFO - return: {'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moranmi01', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}} 2025-02-16 17:10:35,387 - card_creation - INFO - get: players id: None params: [('bbref_id', 'milleda02'), ('cardset_id', 20)] 2025-02-16 17:10:35,489 - card_creation - INFO - session info: 2025-02-16 17:10:35,489 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11550, 'p_name': 'Damian Miller', 'cost': 2348, 'image': 'https://pddev.manticorum.com/api/v2/players/11550/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 65, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milleda02', 'fangr_id': '65', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:35,489 - card_creation - INFO - patch: players [('cost', '2348'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11550/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:35,582 - card_creation - INFO - return: {'player_id': 11550, 'p_name': 'Damian Miller', 'cost': 2348, 'image': 'https://pddev.manticorum.com/api/v2/players/11550/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 65, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'milleda02', 'fangr_id': '65', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2}} 2025-02-16 17:10:35,582 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrihe02'), ('cardset_id', 20)] 2025-02-16 17:10:35,673 - card_creation - INFO - session info: 2025-02-16 17:10:35,673 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 259, 'image': 'https://pddev.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrihe02', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35724, 'team': 38, 'player': 10742, 'created': 1730616941935}, {'id': 36460, 'team': 47, 'p [ S N I P P E D ] 2025-02-16 17:10:35,674 - card_creation - INFO - patch: players [('cost', '259'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10742/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:35,765 - card_creation - INFO - return: {'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 259, 'image': 'https://pddev.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrihe02', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}} 2025-02-16 17:10:35,765 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vinafe01'), ('cardset_id', 20)] 2025-02-16 17:10:35,902 - card_creation - INFO - session info: 2025-02-16 17:10:35,902 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vinafe01', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35411, 'team': 33, 'player': 10743, 'created': 1730616940558}, {'id': 35635, 'team': 47, [ S N I P P E D ] 2025-02-16 17:10:35,903 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10743/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:36,007 - card_creation - INFO - return: {'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vinafe01', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}} 2025-02-16 17:10:36,007 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cirilje01'), ('cardset_id', 20)] 2025-02-16 17:10:36,122 - card_creation - INFO - session info: 2025-02-16 17:10:36,122 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cirilje01', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35516, 'team': 47, 'player': 10744, 'created': 1730616941189}, {'id': 35736, 'team': 38, [ S N I P P E D ] 2025-02-16 17:10:36,122 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10744/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:36,233 - card_creation - INFO - return: {'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cirilje01', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}} 2025-02-16 17:10:36,233 - card_creation - INFO - get: players id: None params: [('bbref_id', 'loretma01'), ('cardset_id', 20)] 2025-02-16 17:10:36,343 - card_creation - INFO - session info: 2025-02-16 17:10:36,343 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loretma01', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38325, 'team': 47, 'player': 10967, 'created': 1735337233607}]}}]} 2025-02-16 17:10:36,343 - card_creation - INFO - patch: players [('cost', '230'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10967/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:36,483 - card_creation - INFO - return: {'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'loretma01', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}} 2025-02-16 17:10:36,483 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burnije01'), ('cardset_id', 20)] 2025-02-16 17:10:36,582 - card_creation - INFO - session info: 2025-02-16 17:10:36,582 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burnije01', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35592, 'team': 47, 'player': 10745, 'created': 1730616941189}, {'id': 36121, 'team': 38, [ S N I P P E D ] 2025-02-16 17:10:36,582 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10745/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:36,688 - card_creation - INFO - return: {'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burnije01', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}} 2025-02-16 17:10:36,688 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grissma02'), ('cardset_id', 20)] 2025-02-16 17:10:36,779 - card_creation - INFO - session info: 2025-02-16 17:10:36,780 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grissma02', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35393, 'team': 33, 'player': 10746, 'created': 1730616941679}, {'id': 35574, 'team' [ S N I P P E D ] 2025-02-16 17:10:36,780 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10746/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:36,871 - card_creation - INFO - return: {'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grissma02', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}} 2025-02-16 17:10:36,871 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nilssda01'), ('cardset_id', 20)] 2025-02-16 17:10:36,974 - card_creation - INFO - session info: 2025-02-16 17:10:36,975 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nilssda01', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:36,975 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11455/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:37,097 - card_creation - INFO - return: {'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nilssda01', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}} 2025-02-16 17:10:37,098 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hughebo01'), ('cardset_id', 20)] 2025-02-16 17:10:37,214 - card_creation - INFO - session info: 2025-02-16 17:10:37,214 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hughebo01', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:37,215 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11490/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:37,355 - card_creation - INFO - return: {'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hughebo01', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}} 2025-02-16 17:10:37,356 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksda03'), ('cardset_id', 20)] 2025-02-16 17:10:37,440 - card_creation - INFO - session info: 2025-02-16 17:10:37,441 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksda03', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:37,441 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11059/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:37,575 - card_creation - INFO - return: {'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksda03', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}} 2025-02-16 17:10:37,576 - card_creation - INFO - get: players id: None params: [('bbref_id', 'newfima01'), ('cardset_id', 20)] 2025-02-16 17:10:37,685 - card_creation - INFO - session info: 2025-02-16 17:10:37,686 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'newfima01', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37319, 'team': 47, 'player': 11060, 'created': 1731963342633}]}}]} 2025-02-16 17:10:37,686 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11060/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:37,792 - card_creation - INFO - return: {'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'newfima01', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}} 2025-02-16 17:10:37,792 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenjo03'), ('cardset_id', 20)] 2025-02-16 17:10:37,890 - card_creation - INFO - session info: 2025-02-16 17:10:37,890 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo03', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35571, 'team': 69, 'player': 10747, 'created': 1730616941189}, {'id': 35916, 'team': 5 [ S N I P P E D ] 2025-02-16 17:10:37,890 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10747/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:37,983 - card_creation - INFO - return: {'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenjo03', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}} 2025-02-16 17:10:37,984 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathemi01'), ('cardset_id', 20)] 2025-02-16 17:10:38,072 - card_creation - INFO - session info: 2025-02-16 17:10:38,073 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathemi01', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36398, 'team': 53, 'player': 10748, 'created': 1730920176630}, {'id': 37324, 'team': 47, ' [ S N I P P E D ] 2025-02-16 17:10:38,073 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10748/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:38,158 - card_creation - INFO - return: {'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathemi01', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}} 2025-02-16 17:10:38,159 - card_creation - INFO - get: players id: None params: [('bbref_id', 'womacto01'), ('cardset_id', 20)] 2025-02-16 17:10:38,257 - card_creation - INFO - session info: 2025-02-16 17:10:38,257 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'womacto01', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35566, 'team': 69, 'player': 10749, 'created': 1730616941189}, {'id': 35943, 'team': 55, 'pl [ S N I P P E D ] 2025-02-16 17:10:38,258 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10749/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:38,349 - card_creation - INFO - return: {'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'womacto01', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}} 2025-02-16 17:10:38,349 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martial03'), ('cardset_id', 20)] 2025-02-16 17:10:38,443 - card_creation - INFO - session info: 2025-02-16 17:10:38,443 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10750, 'p_name': 'Al Martin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martial03', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35508, 'team': 47, 'player': 10750, 'created': 1730616941189}, {'id': 35605, 'team': 69, ' [ S N I P P E D ] 2025-02-16 17:10:38,443 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10750/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:38,528 - card_creation - INFO - return: {'player_id': 10750, 'p_name': 'Al Martin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martial03', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}} 2025-02-16 17:10:38,528 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kendaja01'), ('cardset_id', 20)] 2025-02-16 17:10:38,630 - card_creation - INFO - session info: 2025-02-16 17:10:38,630 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kendaja01', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35602, 'team': 47, 'player': 10751, 'created': 1730616941189}, {'id': 35673, 'team': 38, [ S N I P P E D ] 2025-02-16 17:10:38,630 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10751/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:38,727 - card_creation - INFO - return: {'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kendaja01', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}} 2025-02-16 17:10:38,727 - card_creation - INFO - get: players id: None params: [('bbref_id', 'youngke01'), ('cardset_id', 20)] 2025-02-16 17:10:38,823 - card_creation - INFO - session info: 2025-02-16 17:10:38,823 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngke01', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35394, 'team': 33, 'player': 10752, 'created': 1730616941679}, {'id': 35552, 'team': 69, [ S N I P P E D ] 2025-02-16 17:10:38,823 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10752/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:38,914 - card_creation - INFO - return: {'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngke01', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}} 2025-02-16 17:10:38,914 - card_creation - INFO - get: players id: None params: [('bbref_id', 'allenje01'), ('cardset_id', 20)] 2025-02-16 17:10:39,011 - card_creation - INFO - session info: 2025-02-16 17:10:39,011 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'allenje01', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36664, 'team': 33, 'player': 10753, 'created': 1731602869923}, {'id': 3 [ S N I P P E D ] 2025-02-16 17:10:39,012 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10753/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:39,101 - card_creation - INFO - return: {'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'allenje01', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}} 2025-02-16 17:10:39,101 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wardtu01'), ('cardset_id', 20)] 2025-02-16 17:10:39,183 - card_creation - INFO - session info: 2025-02-16 17:10:39,183 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wardtu01', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:39,183 - card_creation - INFO - patch: players [('cost', '297'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11491/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:39,262 - card_creation - INFO - return: {'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wardtu01', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}} 2025-02-16 17:10:39,263 - card_creation - INFO - get: players id: None params: [('bbref_id', 'collilo01'), ('cardset_id', 20)] 2025-02-16 17:10:39,354 - card_creation - INFO - session info: 2025-02-16 17:10:39,354 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'collilo01', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36983, 'team': 47, 'player': 11061, 'created': 1731602869931}, {'id': 37107, 'team': 4 [ S N I P P E D ] 2025-02-16 17:10:39,355 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11061/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:39,433 - card_creation - INFO - return: {'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'collilo01', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}} 2025-02-16 17:10:39,433 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martima02'), ('cardset_id', 20)] 2025-02-16 17:10:39,524 - card_creation - INFO - session info: 2025-02-16 17:10:39,524 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martima02', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:39,524 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11551/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:39,650 - card_creation - INFO - return: {'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martima02', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}} 2025-02-16 17:10:39,650 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guilljo01'), ('cardset_id', 20)] 2025-02-16 17:10:39,788 - card_creation - INFO - session info: 2025-02-16 17:10:39,788 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilljo01', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:39,789 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11062/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:39,930 - card_creation - INFO - return: {'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guilljo01', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}} 2025-02-16 17:10:39,930 - card_creation - INFO - get: players id: None params: [('bbref_id', 'polcoke01'), ('cardset_id', 20)] 2025-02-16 17:10:40,018 - card_creation - INFO - session info: 2025-02-16 17:10:40,018 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'polcoke01', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37498, 'team': 33, 'player': 11135, 'created': 1731963342653}, {'id': [ S N I P P E D ] 2025-02-16 17:10:40,019 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11135/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:40,105 - card_creation - INFO - return: {'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'polcoke01', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}} 2025-02-16 17:10:40,105 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hollato01'), ('cardset_id', 20)] 2025-02-16 17:10:40,224 - card_creation - INFO - session info: 2025-02-16 17:10:40,224 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollato01', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37881, 'team': 47, 'player': 10968, 'created': 1733700057396}]}}]} 2025-02-16 17:10:40,224 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10968/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:40,317 - card_creation - INFO - return: {'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hollato01', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}} 2025-02-16 17:10:40,318 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vizcajo01'), ('cardset_id', 20)] 2025-02-16 17:10:40,418 - card_creation - INFO - session info: 2025-02-16 17:10:40,418 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizcajo01', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36981, 'team': 47, 'player': 10969, 'created': 1731602870133}, {'id': 37487, 'team [ S N I P P E D ] 2025-02-16 17:10:40,418 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10969/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:40,507 - card_creation - INFO - return: {'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vizcajo01', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}} 2025-02-16 17:10:40,507 - card_creation - INFO - get: players id: None params: [('bbref_id', 'verasqu01'), ('cardset_id', 20)] 2025-02-16 17:10:40,604 - card_creation - INFO - session info: 2025-02-16 17:10:40,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'verasqu01', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35502, 'team': 47, 'player': 10754, 'created': 1730616941189}, {'id': 36067, 'te [ S N I P P E D ] 2025-02-16 17:10:40,604 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10754/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:40,695 - card_creation - INFO - return: {'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'verasqu01', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}} 2025-02-16 17:10:40,695 - card_creation - INFO - get: players id: None params: [('bbref_id', 'finlest01'), ('cardset_id', 20)] 2025-02-16 17:10:40,790 - card_creation - INFO - session info: 2025-02-16 17:10:40,790 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlest01', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35714, 'team': 47, 'player': 10755, 'created': 1730616941189}, {'id': 36564, 'team': 33, 'pla [ S N I P P E D ] 2025-02-16 17:10:40,790 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10755/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:40,924 - card_creation - INFO - return: {'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlest01', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}} 2025-02-16 17:10:40,924 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gwynnto01'), ('cardset_id', 20)] 2025-02-16 17:10:41,032 - card_creation - INFO - session info: 2025-02-16 17:10:41,032 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 263, 'image': 'https://pddev.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gwynnto01', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36008, 'team': 69, 'player': 10756, 'created': 1730785303487}, {'id': 36966, 'team': [ S N I P P E D ] 2025-02-16 17:10:41,033 - card_creation - INFO - patch: players [('cost', '263'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10756/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:41,130 - card_creation - INFO - return: {'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 263, 'image': 'https://pddev.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gwynnto01', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}} 2025-02-16 17:10:41,131 - card_creation - INFO - get: players id: None params: [('bbref_id', 'caminke01'), ('cardset_id', 20)] 2025-02-16 17:10:41,225 - card_creation - INFO - session info: 2025-02-16 17:10:41,225 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caminke01', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35817, 'team': 31, 'player': 10757, 'created': 1730616940558}, {'id': 35925, 'team [ S N I P P E D ] 2025-02-16 17:10:41,225 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10757/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:41,312 - card_creation - INFO - return: {'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caminke01', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}} 2025-02-16 17:10:41,312 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vaughgr01'), ('cardset_id', 20)] 2025-02-16 17:10:41,404 - card_creation - INFO - session info: 2025-02-16 17:10:41,405 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughgr01', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35395, 'team': 33, 'player': 10758, 'created': 1730616941679}, {'id': 35531, 'team': 38, 'pla [ S N I P P E D ] 2025-02-16 17:10:41,405 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10758/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:41,504 - card_creation - INFO - return: {'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vaughgr01', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}} 2025-02-16 17:10:41,504 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaca01'), ('cardset_id', 20)] 2025-02-16 17:10:41,595 - card_creation - INFO - session info: 2025-02-16 17:10:41,595 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaca01', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36488, 'team': 47, 'player': 10970, 'created': 1731272300483}, {'id': 3 [ S N I P P E D ] 2025-02-16 17:10:41,595 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10970/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:41,709 - card_creation - INFO - return: {'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaca01', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}} 2025-02-16 17:10:41,709 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sheetan01'), ('cardset_id', 20)] 2025-02-16 17:10:41,802 - card_creation - INFO - session info: 2025-02-16 17:10:41,802 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheetan01', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:41,802 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11136/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:41,896 - card_creation - INFO - return: {'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sheetan01', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}} 2025-02-16 17:10:41,897 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ashbyan01'), ('cardset_id', 20)] 2025-02-16 17:10:42,023 - card_creation - INFO - session info: 2025-02-16 17:10:42,023 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 728, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:42,023 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10876/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:42,107 - card_creation - INFO - return: {'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ashbyan01', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}} 2025-02-16 17:10:42,107 - card_creation - INFO - get: players id: None params: [('bbref_id', 'riverru01'), ('cardset_id', 20)] 2025-02-16 17:10:42,203 - card_creation - INFO - session info: 2025-02-16 17:10:42,203 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverru01', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:42,203 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11513/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:42,337 - card_creation - INFO - return: {'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverru01', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}} 2025-02-16 17:10:42,337 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gomezch02'), ('cardset_id', 20)] 2025-02-16 17:10:42,455 - card_creation - INFO - session info: 2025-02-16 17:10:42,455 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomezch02', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37692, 'team': 47, 'player': 10971, 'created': 1733172010978}, {'id': 38339, 'team': 52, 'pla [ S N I P P E D ] 2025-02-16 17:10:42,455 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10971/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:42,538 - card_creation - INFO - return: {'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gomezch02', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}} 2025-02-16 17:10:42,539 - card_creation - INFO - get: players id: None params: [('bbref_id', 'deshide01'), ('cardset_id', 20)] 2025-02-16 17:10:42,643 - card_creation - INFO - session info: 2025-02-16 17:10:42,644 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deshide01', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36656, 'team': 33, 'player': 10972, 'created': 1731602869759}, {'id': 36972, [ S N I P P E D ] 2025-02-16 17:10:42,644 - card_creation - INFO - patch: players [('cost', '95'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10972/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:42,728 - card_creation - INFO - return: {'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'deshide01', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}} 2025-02-16 17:10:42,729 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lankfra01'), ('cardset_id', 20)] 2025-02-16 17:10:42,836 - card_creation - INFO - session info: 2025-02-16 17:10:42,836 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lankfra01', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37876, 'team': 47, 'player': 10973, 'created': 1733700057145}]}}]} 2025-02-16 17:10:42,836 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10973/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:42,912 - card_creation - INFO - return: {'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lankfra01', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}} 2025-02-16 17:10:42,913 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgwima01'), ('cardset_id', 20)] 2025-02-16 17:10:43,017 - card_creation - INFO - session info: 2025-02-16 17:10:43,017 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgwima01', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35692, 'team': 47, 'player': 10759, 'created': 1730616941189}, {'id': 36346, ' [ S N I P P E D ] 2025-02-16 17:10:43,017 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10759/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:43,145 - card_creation - INFO - return: {'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgwima01', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}} 2025-02-16 17:10:43,145 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jordabr01'), ('cardset_id', 20)] 2025-02-16 17:10:43,226 - card_creation - INFO - session info: 2025-02-16 17:10:43,227 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordabr01', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36209, 'team': 47, 'player': 10760, 'created': 1730920176846}, {'id': 36345, 'team': 69, [ S N I P P E D ] 2025-02-16 17:10:43,227 - card_creation - INFO - patch: players [('cost', '305'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10760/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:43,354 - card_creation - INFO - return: {'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordabr01', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}} 2025-02-16 17:10:43,354 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcgeewi01'), ('cardset_id', 20)] 2025-02-16 17:10:43,440 - card_creation - INFO - session info: 2025-02-16 17:10:43,440 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgeewi01', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:43,440 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11137/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:43,541 - card_creation - INFO - return: {'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcgeewi01', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}} 2025-02-16 17:10:43,541 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mabryjo01'), ('cardset_id', 20)] 2025-02-16 17:10:43,651 - card_creation - INFO - session info: 2025-02-16 17:10:43,651 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mabryjo01', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:43,652 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11254/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:43,740 - card_creation - INFO - return: {'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mabryjo01', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}} 2025-02-16 17:10:43,741 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lampkto01'), ('cardset_id', 20)] 2025-02-16 17:10:43,842 - card_creation - INFO - session info: 2025-02-16 17:10:43,842 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lampkto01', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37497, 'team': 33, 'player': 11138, 'created': 1731963342653}, {'id': 38310, 'team': 47 [ S N I P P E D ] 2025-02-16 17:10:43,842 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11138/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:43,935 - card_creation - INFO - return: {'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lampkto01', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}} 2025-02-16 17:10:43,935 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gaettga01'), ('cardset_id', 20)] 2025-02-16 17:10:44,036 - card_creation - INFO - session info: 2025-02-16 17:10:44,036 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gaettga01', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36461, 'team': 47, 'player': 10761, 'created': 1731272300483}, {'id': 37557, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 17:10:44,037 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10761/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:44,134 - card_creation - INFO - return: {'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gaettga01', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}} 2025-02-16 17:10:44,134 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huntebr01'), ('cardset_id', 20)] 2025-02-16 17:10:44,225 - card_creation - INFO - session info: 2025-02-16 17:10:44,225 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr01', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38965, 'team': 47, 'player': 11456, 'created': 1739121113929}]}}]} 2025-02-16 17:10:44,225 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11456/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:44,370 - card_creation - INFO - return: {'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huntebr01', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}} 2025-02-16 17:10:44,371 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pagnoto01'), ('cardset_id', 20)] 2025-02-16 17:10:44,501 - card_creation - INFO - session info: 2025-02-16 17:10:44,502 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pagnoto01', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37872, 'team': 47, 'player': 11213, 'created': 1733700057396}]}}]} 2025-02-16 17:10:44,502 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11213/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:44,595 - card_creation - INFO - return: {'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pagnoto01', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}} 2025-02-16 17:10:44,595 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gantro01'), ('cardset_id', 20)] 2025-02-16 17:10:44,699 - card_creation - INFO - session info: 2025-02-16 17:10:44,699 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 519, 'image': 'https://pddev.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gantro01', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36280, 'team': 55, 'player': 10762, 'created': 1730920176630}, {'id': 37223, 'team': 33, 'player': 1 [ S N I P P E D ] 2025-02-16 17:10:44,699 - card_creation - INFO - patch: players [('cost', '519'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10762/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:44,802 - card_creation - INFO - return: {'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 519, 'image': 'https://pddev.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gantro01', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}} 2025-02-16 17:10:44,802 - card_creation - INFO - get: players id: None params: [('bbref_id', 'amarari01'), ('cardset_id', 20)] 2025-02-16 17:10:44,896 - card_creation - INFO - session info: 2025-02-16 17:10:44,896 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amarari01', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38284, 'team': 49, 'player': 11214, 'created': 1735337259163}]}}]} 2025-02-16 17:10:44,897 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11214/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:44,982 - card_creation - INFO - return: {'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amarari01', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}} 2025-02-16 17:10:44,983 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sandere02'), ('cardset_id', 20)] 2025-02-16 17:10:45,077 - card_creation - INFO - session info: 2025-02-16 17:10:45,077 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandere02', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37483, 'team': 33, 'player': 11063, 'created': 1731963342642}]}}]} 2025-02-16 17:10:45,077 - card_creation - INFO - patch: players [('cost', '235'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11063/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:45,169 - card_creation - INFO - return: {'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sandere02', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}} 2025-02-16 17:10:45,170 - card_creation - INFO - get: players id: None params: [('bbref_id', 'youngdm01'), ('cardset_id', 20)] 2025-02-16 17:10:45,274 - card_creation - INFO - session info: 2025-02-16 17:10:45,274 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngdm01', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37327, 'team': 47, 'player': 10974, 'created': 1731963342630}]}}]} 2025-02-16 17:10:45,275 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10974/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:45,369 - card_creation - INFO - return: {'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'youngdm01', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}} 2025-02-16 17:10:45,370 - card_creation - INFO - get: players id: None params: [('bbref_id', 'larkiba01'), ('cardset_id', 20)] 2025-02-16 17:10:45,469 - card_creation - INFO - session info: 2025-02-16 17:10:45,469 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 613, 'image': 'https://pddev.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkiba01', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36516, 'team': 38, 'player': 10975, 'created': 1731272300483}]}}]} 2025-02-16 17:10:45,470 - card_creation - INFO - patch: players [('cost', '613'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10975/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:45,582 - card_creation - INFO - return: {'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 613, 'image': 'https://pddev.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkiba01', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}} 2025-02-16 17:10:45,583 - card_creation - INFO - get: players id: None params: [('bbref_id', 'taubeed01'), ('cardset_id', 20)] 2025-02-16 17:10:45,684 - card_creation - INFO - session info: 2025-02-16 17:10:45,684 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taubeed01', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:45,685 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11064/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:45,788 - card_creation - INFO - return: {'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taubeed01', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}} 2025-02-16 17:10:45,788 - card_creation - INFO - get: players id: None params: [('bbref_id', 'greenwi01'), ('cardset_id', 20)] 2025-02-16 17:10:45,912 - card_creation - INFO - session info: 2025-02-16 17:10:45,912 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenwi01', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37339, 'team': 47, 'player': 10976, 'created': 1731963342630}, {'id': 37464, ' [ S N I P P E D ] 2025-02-16 17:10:45,912 - card_creation - INFO - patch: players [('cost', '93'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10976/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:46,004 - card_creation - INFO - return: {'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'greenwi01', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}} 2025-02-16 17:10:46,004 - card_creation - INFO - get: players id: None params: [('bbref_id', 'boonebr01'), ('cardset_id', 20)] 2025-02-16 17:10:46,088 - card_creation - INFO - session info: 2025-02-16 17:10:46,088 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boonebr01', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:46,088 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10977/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:46,202 - card_creation - INFO - return: {'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'boonebr01', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}} 2025-02-16 17:10:46,203 - card_creation - INFO - get: players id: None params: [('bbref_id', 'caseyse01'), ('cardset_id', 20)] 2025-02-16 17:10:46,303 - card_creation - INFO - session info: 2025-02-16 17:10:46,305 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11552, 'p_name': 'Sean Casey', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11552/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 314, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caseyse01', 'fangr_id': '314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:46,305 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11552/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:46,401 - card_creation - INFO - return: {'player_id': 11552, 'p_name': 'Sean Casey', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11552/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 314, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'caseyse01', 'fangr_id': '314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}} 2025-02-16 17:10:46,401 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reesepo01'), ('cardset_id', 20)] 2025-02-16 17:10:46,478 - card_creation - INFO - session info: 2025-02-16 17:10:46,478 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reesepo01', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:46,478 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11457/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:46,575 - card_creation - INFO - return: {'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reesepo01', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}} 2025-02-16 17:10:46,575 - card_creation - INFO - get: players id: None params: [('bbref_id', 'klassda01'), ('cardset_id', 20)] 2025-02-16 17:10:46,660 - card_creation - INFO - session info: 2025-02-16 17:10:46,660 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klassda01', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:46,660 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11514/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:46,796 - card_creation - INFO - return: {'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'klassda01', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}} 2025-02-16 17:10:46,796 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stynech01'), ('cardset_id', 20)] 2025-02-16 17:10:46,873 - card_creation - INFO - session info: 2025-02-16 17:10:46,873 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stynech01', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36478, 'team': 47, 'player': 10978, 'created': 1730920176625}, {'id': 36655, 'team': 33, 'player [ S N I P P E D ] 2025-02-16 17:10:46,874 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10978/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:46,950 - card_creation - INFO - return: {'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stynech01', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}} 2025-02-16 17:10:46,950 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fordybr01'), ('cardset_id', 20)] 2025-02-16 17:10:47,025 - card_creation - INFO - session info: 2025-02-16 17:10:47,025 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordybr01', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:47,025 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11458/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:47,177 - card_creation - INFO - return: {'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordybr01', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}} 2025-02-16 17:10:47,178 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nieveme01'), ('cardset_id', 20)] 2025-02-16 17:10:47,254 - card_creation - INFO - session info: 2025-02-16 17:10:47,255 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nieveme01', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38327, 'team': 47, 'player': 11297, 'created': 1735337233607}, {'id': 38630, ' [ S N I P P E D ] 2025-02-16 17:10:47,255 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11297/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:47,338 - card_creation - INFO - return: {'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nieveme01', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}} 2025-02-16 17:10:47,339 - card_creation - INFO - get: players id: None params: [('bbref_id', 'biggicr01'), ('cardset_id', 20)] 2025-02-16 17:10:47,418 - card_creation - INFO - session info: 2025-02-16 17:10:47,418 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'biggicr01', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36452, 'team': 33, 'player': 10979, 'created': 1730920176630}]}}]} 2025-02-16 17:10:47,418 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10979/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:47,502 - card_creation - INFO - return: {'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'biggicr01', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}} 2025-02-16 17:10:47,502 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spierbi01'), ('cardset_id', 20)] 2025-02-16 17:10:47,579 - card_creation - INFO - session info: 2025-02-16 17:10:47,579 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spierbi01', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:47,579 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11459/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:47,650 - card_creation - INFO - return: {'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spierbi01', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}} 2025-02-16 17:10:47,650 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bellde01'), ('cardset_id', 20)] 2025-02-16 17:10:47,732 - card_creation - INFO - session info: 2025-02-16 17:10:47,732 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 302, 'image': 'https://pddev.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellde01', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36547, 'team': 33, 'player': 10763, 'created': 1731297998254}, {'id': 37878, 'team': 47, ' [ S N I P P E D ] 2025-02-16 17:10:47,732 - card_creation - INFO - patch: players [('cost', '302'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10763/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:47,830 - card_creation - INFO - return: {'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 302, 'image': 'https://pddev.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bellde01', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}} 2025-02-16 17:10:47,830 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bagweje01'), ('cardset_id', 20)] 2025-02-16 17:10:47,920 - card_creation - INFO - session info: 2025-02-16 17:10:47,920 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 1990, 'image': 'https://pddev.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bagweje01', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35499, 'team': 47, 'player': 10764, 'created': 1730616941189}, {'id': 35534, 'team': 38, ' [ S N I P P E D ] 2025-02-16 17:10:47,920 - card_creation - INFO - patch: players [('cost', '1990'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10764/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:48,013 - card_creation - INFO - return: {'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 1990, 'image': 'https://pddev.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bagweje01', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}} 2025-02-16 17:10:48,013 - card_creation - INFO - get: players id: None params: [('bbref_id', 'aloumo01'), ('cardset_id', 20)] 2025-02-16 17:10:48,149 - card_creation - INFO - session info: 2025-02-16 17:10:48,149 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aloumo01', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37598, 'team': 33, 'player': 10765, 'created': 1731963342633}]}}]} 2025-02-16 17:10:48,149 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10765/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:48,246 - card_creation - INFO - return: {'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'aloumo01', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}} 2025-02-16 17:10:48,247 - card_creation - INFO - get: players id: None params: [('bbref_id', 'evereca01'), ('cardset_id', 20)] 2025-02-16 17:10:48,350 - card_creation - INFO - session info: 2025-02-16 17:10:48,350 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'evereca01', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38828, 'team': 38, 'player': 11176, 'created': 1738533340064}]}}]} 2025-02-16 17:10:48,350 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11176/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:48,439 - card_creation - INFO - return: {'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'evereca01', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}} 2025-02-16 17:10:48,439 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gutieri01'), ('cardset_id', 20)] 2025-02-16 17:10:48,547 - card_creation - INFO - session info: 2025-02-16 17:10:48,547 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gutieri01', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37811, 'team': 31, 'player': 10980, 'created': 1733700057282}, {'id': 38337, 'team': 47, [ S N I P P E D ] 2025-02-16 17:10:48,547 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10980/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:48,644 - card_creation - INFO - return: {'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gutieri01', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}} 2025-02-16 17:10:48,644 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ausmubr01'), ('cardset_id', 20)] 2025-02-16 17:10:48,744 - card_creation - INFO - session info: 2025-02-16 17:10:48,744 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ausmubr01', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37337, 'team': 47, 'player': 11065, 'created': 1731963342642}, {'id': 37467, 'team': 33, 'player': 11 [ S N I P P E D ] 2025-02-16 17:10:48,744 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11065/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:48,835 - card_creation - INFO - return: {'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ausmubr01', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}} 2025-02-16 17:10:48,835 - card_creation - INFO - get: players id: None params: [('bbref_id', 'berryse01'), ('cardset_id', 20)] 2025-02-16 17:10:48,934 - card_creation - INFO - session info: 2025-02-16 17:10:48,934 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berryse01', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37222, 'team': 33, 'player': 10981, 'created': 1731963342604}]}}]} 2025-02-16 17:10:48,934 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10981/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:49,026 - card_creation - INFO - return: {'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'berryse01', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}} 2025-02-16 17:10:49,026 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eusebto01'), ('cardset_id', 20)] 2025-02-16 17:10:49,131 - card_creation - INFO - session info: 2025-02-16 17:10:49,131 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eusebto01', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:49,131 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11492/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:49,228 - card_creation - INFO - return: {'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eusebto01', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}} 2025-02-16 17:10:49,229 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsla03'), ('cardset_id', 20)] 2025-02-16 17:10:49,327 - card_creation - INFO - session info: 2025-02-16 17:10:49,327 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsla03', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:49,328 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11515/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:49,428 - card_creation - INFO - return: {'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsla03', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}} 2025-02-16 17:10:49,428 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blausje01'), ('cardset_id', 20)] 2025-02-16 17:10:49,526 - card_creation - INFO - session info: 2025-02-16 17:10:49,526 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blausje01', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35537, 'team': 38, 'player': 10766, 'created': 1730616941060}, {'id': 35573, 'team': 69, ' [ S N I P P E D ] 2025-02-16 17:10:49,526 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10766/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:49,612 - card_creation - INFO - return: {'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blausje01', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}} 2025-02-16 17:10:49,613 - card_creation - INFO - get: players id: None params: [('bbref_id', 'glanvdo01'), ('cardset_id', 20)] 2025-02-16 17:10:49,755 - card_creation - INFO - session info: 2025-02-16 17:10:49,756 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glanvdo01', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35584, 'team': 69, 'player': 10767, 'created': 1730616941189}, {'id': 35822, [ S N I P P E D ] 2025-02-16 17:10:49,756 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10767/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:49,849 - card_creation - INFO - return: {'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'glanvdo01', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}} 2025-02-16 17:10:49,855 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rolensc01'), ('cardset_id', 20)] 2025-02-16 17:10:49,947 - card_creation - INFO - session info: 2025-02-16 17:10:49,947 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 228, 'image': 'https://pddev.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rolensc01', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35578, 'team': 69, 'player': 10768, 'created': 1730616941189}, {'id': 35650, 'team': 4 [ S N I P P E D ] 2025-02-16 17:10:49,947 - card_creation - INFO - patch: players [('cost', '228'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10768/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:50,042 - card_creation - INFO - return: {'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 228, 'image': 'https://pddev.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rolensc01', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}} 2025-02-16 17:10:50,042 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brognri01'), ('cardset_id', 20)] 2025-02-16 17:10:50,142 - card_creation - INFO - session info: 2025-02-16 17:10:50,142 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brognri01', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35513, 'team': 47, 'player': 10769, 'created': 1730616941189}, {'id': [ S N I P P E D ] 2025-02-16 17:10:50,142 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10769/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:50,249 - card_creation - INFO - return: {'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brognri01', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}} 2025-02-16 17:10:50,249 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gilkebe01'), ('cardset_id', 20)] 2025-02-16 17:10:50,378 - card_creation - INFO - session info: 2025-02-16 17:10:50,378 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilkebe01', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37413, 'team': 31, 'player': 11066, 'created': 1731963342633}, {'id [ S N I P P E D ] 2025-02-16 17:10:50,378 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11066/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:50,477 - card_creation - INFO - return: {'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gilkebe01', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}} 2025-02-16 17:10:50,477 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lewisma01'), ('cardset_id', 20)] 2025-02-16 17:10:50,562 - card_creation - INFO - session info: 2025-02-16 17:10:50,562 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisma01', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37781, 'team': 33, 'player': 10982, 'created': 1733172010978}]}}]} 2025-02-16 17:10:50,562 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10982/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:50,650 - card_creation - INFO - return: {'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lewisma01', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}} 2025-02-16 17:10:50,650 - card_creation - INFO - get: players id: None params: [('bbref_id', 'abreubo01'), ('cardset_id', 20)] 2025-02-16 17:10:50,753 - card_creation - INFO - session info: 2025-02-16 17:10:50,754 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abreubo01', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35685, 'team': 47, 'player': 10770, 'created': 1730616940558}, {'id': 35818, 'team': [ S N I P P E D ] 2025-02-16 17:10:50,754 - card_creation - INFO - patch: players [('cost', '234'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10770/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:50,871 - card_creation - INFO - return: {'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'abreubo01', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}} 2025-02-16 17:10:50,871 - card_creation - INFO - get: players id: None params: [('bbref_id', 'relafde01'), ('cardset_id', 20)] 2025-02-16 17:10:50,976 - card_creation - INFO - session info: 2025-02-16 17:10:50,976 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'relafde01', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37793, 'team': 33, 'player': 10771, 'created': 1733172010978}]}}]} 2025-02-16 17:10:50,976 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10771/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:51,063 - card_creation - INFO - return: {'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'relafde01', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}} 2025-02-16 17:10:51,063 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jordake01'), ('cardset_id', 20)] 2025-02-16 17:10:51,190 - card_creation - INFO - session info: 2025-02-16 17:10:51,190 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordake01', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38488, 'team': 38, 'player': 11215, 'created': 1736803320997}]}}]} 2025-02-16 17:10:51,190 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11215/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:51,288 - card_creation - INFO - return: {'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jordake01', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}} 2025-02-16 17:10:51,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parenma01'), ('cardset_id', 20)] 2025-02-16 17:10:51,394 - card_creation - INFO - session info: 2025-02-16 17:10:51,394 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11553, 'p_name': 'Mark Parent', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11553/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009993, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parenma01', 'fangr_id': '1009993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:51,395 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11553/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:51,521 - card_creation - INFO - return: {'player_id': 11553, 'p_name': 'Mark Parent', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11553/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009993, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parenma01', 'fangr_id': '1009993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2}} 2025-02-16 17:10:51,521 - card_creation - INFO - get: players id: None params: [('bbref_id', 'amaroru02'), ('cardset_id', 20)] 2025-02-16 17:10:51,607 - card_creation - INFO - session info: 2025-02-16 17:10:51,607 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amaroru02', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:51,607 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11554/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:51,709 - card_creation - INFO - return: {'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'amaroru02', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}} 2025-02-16 17:10:51,709 - card_creation - INFO - get: players id: None params: [('bbref_id', 'phillto02'), ('cardset_id', 20)] 2025-02-16 17:10:51,795 - card_creation - INFO - session info: 2025-02-16 17:10:51,796 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'phillto02', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:51,796 - card_creation - INFO - patch: players [('cost', '1397'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11555/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:51,886 - card_creation - INFO - return: {'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'phillto02', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}} 2025-02-16 17:10:51,886 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olerujo01'), ('cardset_id', 20)] 2025-02-16 17:10:51,978 - card_creation - INFO - session info: 2025-02-16 17:10:51,978 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10772, 'p_name': 'John Olerud', 'cost': 309, 'image': 'https://pddev.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olerujo01', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36163, 'team': 55, 'player': 10772, 'created': 1730920176630}, {'id': 36348, 'team': 53, 'player' [ S N I P P E D ] 2025-02-16 17:10:51,979 - card_creation - INFO - patch: players [('cost', '309'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10772/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:52,067 - card_creation - INFO - return: {'player_id': 10772, 'p_name': 'John Olerud', 'cost': 309, 'image': 'https://pddev.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olerujo01', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}} 2025-02-16 17:10:52,067 - card_creation - INFO - get: players id: None params: [('bbref_id', 'piazzmi01'), ('cardset_id', 20)] 2025-02-16 17:10:52,165 - card_creation - INFO - session info: 2025-02-16 17:10:52,165 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piazzmi01', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36991, 'team': 47, 'player': 10983, 'created': 1731602869923}, {'id': 37504, 'team': 33, 'player': 10983, [ S N I P P E D ] 2025-02-16 17:10:52,165 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10983/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:52,258 - card_creation - INFO - return: {'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'piazzmi01', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}} 2025-02-16 17:10:52,258 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcraebr01'), ('cardset_id', 20)] 2025-02-16 17:10:52,359 - card_creation - INFO - session info: 2025-02-16 17:10:52,359 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcraebr01', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35690, 'team': 47, 'player': 10773, 'created': 1730616941189}, {'id': 35860, 'team': 3 [ S N I P P E D ] 2025-02-16 17:10:52,360 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10773/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:52,450 - card_creation - INFO - return: {'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcraebr01', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}} 2025-02-16 17:10:52,450 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baergca01'), ('cardset_id', 20)] 2025-02-16 17:10:52,539 - card_creation - INFO - session info: 2025-02-16 17:10:52,539 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baergca01', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:52,540 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10984/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:52,626 - card_creation - INFO - return: {'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baergca01', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}} 2025-02-16 17:10:52,626 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ordonre01'), ('cardset_id', 20)] 2025-02-16 17:10:52,732 - card_creation - INFO - session info: 2025-02-16 17:10:52,732 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonre01', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36124, 'team': 38, 'player': 10774, 'created': 1730785303729}, {'id': 36274, 'team': 55, 'player': 107 [ S N I P P E D ] 2025-02-16 17:10:52,732 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10774/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:52,829 - card_creation - INFO - return: {'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ordonre01', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}} 2025-02-16 17:10:52,829 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alfoned01'), ('cardset_id', 20)] 2025-02-16 17:10:52,941 - card_creation - INFO - session info: 2025-02-16 17:10:52,942 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfoned01', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35698, 'team': 47, 'player': 10775, 'created': 1730616941189}, {'id': 37556, 'team': 33, ' [ S N I P P E D ] 2025-02-16 17:10:52,942 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10775/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:53,065 - card_creation - INFO - return: {'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfoned01', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}} 2025-02-16 17:10:53,065 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezlu02'), ('cardset_id', 20)] 2025-02-16 17:10:53,192 - card_creation - INFO - session info: 2025-02-16 17:10:53,192 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezlu02', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37859, 'team': 47, 'player': 11067, 'created': 1733700057449}]}}]} 2025-02-16 17:10:53,192 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11067/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:53,279 - card_creation - INFO - return: {'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezlu02', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}} 2025-02-16 17:10:53,279 - card_creation - INFO - get: players id: None params: [('bbref_id', 'santaf.01'), ('cardset_id', 20)] 2025-02-16 17:10:53,387 - card_creation - INFO - session info: 2025-02-16 17:10:53,387 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaf.01', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35504, 'team': 47, 'player': 10776, 'created': 1730616941189}, {'id': 35541, ' [ S N I P P E D ] 2025-02-16 17:10:53,387 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10776/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:53,481 - card_creation - INFO - return: {'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'santaf.01', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}} 2025-02-16 17:10:53,481 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guerrvl01'), ('cardset_id', 20)] 2025-02-16 17:10:53,575 - card_creation - INFO - session info: 2025-02-16 17:10:53,575 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 844, 'image': 'https://pddev.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrvl01', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36691, 'team': 33, 'player': 10985, 'created': 1731602869923}, {'id': 37331, 'team': 47 [ S N I P P E D ] 2025-02-16 17:10:53,575 - card_creation - INFO - patch: players [('cost', '844'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10985/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:53,658 - card_creation - INFO - return: {'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 844, 'image': 'https://pddev.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guerrvl01', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}} 2025-02-16 17:10:53,658 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fullmbr01'), ('cardset_id', 20)] 2025-02-16 17:10:53,759 - card_creation - INFO - session info: 2025-02-16 17:10:53,759 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fullmbr01', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35563, 'team': 69, 'player': 10777, 'created': 1730616941189}, {'id': 35590, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 17:10:53,759 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10777/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:53,845 - card_creation - INFO - return: {'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fullmbr01', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}} 2025-02-16 17:10:53,845 - card_creation - INFO - get: players id: None params: [('bbref_id', 'widgech01'), ('cardset_id', 20)] 2025-02-16 17:10:53,942 - card_creation - INFO - session info: 2025-02-16 17:10:53,942 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'widgech01', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35634, 'team': 47, 'player': 10778, 'created': 1730616941935}, {'id': 35739, 'team': 38, ' [ S N I P P E D ] 2025-02-16 17:10:53,943 - card_creation - INFO - patch: players [('cost', '29'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10778/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:54,023 - card_creation - INFO - return: {'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'widgech01', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}} 2025-02-16 17:10:54,023 - card_creation - INFO - get: players id: None params: [('bbref_id', 'andresh01'), ('cardset_id', 20)] 2025-02-16 17:10:54,137 - card_creation - INFO - session info: 2025-02-16 17:10:54,137 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'andresh01', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37503, 'team': 33, 'player': 10986, 'created': 1731963342633}, {'id': 37992, 'team': [ S N I P P E D ] 2025-02-16 17:10:54,137 - card_creation - INFO - patch: players [('cost', '229'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10986/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:54,235 - card_creation - INFO - return: {'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'andresh01', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}} 2025-02-16 17:10:54,235 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cabreor01'), ('cardset_id', 20)] 2025-02-16 17:10:54,330 - card_creation - INFO - session info: 2025-02-16 17:10:54,330 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cabreor01', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:54,330 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11556/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:54,412 - card_creation - INFO - return: {'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cabreor01', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}} 2025-02-16 17:10:54,412 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcguiry01'), ('cardset_id', 20)] 2025-02-16 17:10:54,522 - card_creation - INFO - session info: 2025-02-16 17:10:54,522 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcguiry01', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:54,522 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11255/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:54,606 - card_creation - INFO - return: {'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcguiry01', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}} 2025-02-16 17:10:54,607 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezro01'), ('cardset_id', 20)] 2025-02-16 17:10:54,719 - card_creation - INFO - session info: 2025-02-16 17:10:54,719 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezro01', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:54,719 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11557/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:54,806 - card_creation - INFO - return: {'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezro01', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}} 2025-02-16 17:10:54,806 - card_creation - INFO - get: players id: None params: [('bbref_id', 'joneste02'), ('cardset_id', 20)] 2025-02-16 17:10:54,913 - card_creation - INFO - session info: 2025-02-16 17:10:54,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11558, 'p_name': 'Terry Jones', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11558/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006596, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joneste02', 'fangr_id': '1006596', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:54,914 - card_creation - INFO - patch: players [('cost', '88'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11558/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:55,006 - card_creation - INFO - return: {'player_id': 11558, 'p_name': 'Terry Jones', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11558/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006596, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joneste02', 'fangr_id': '1006596', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3}} 2025-02-16 17:10:55,007 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hidalri01'), ('cardset_id', 20)] 2025-02-16 17:10:55,096 - card_creation - INFO - session info: 2025-02-16 17:10:55,097 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hidalri01', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37330, 'team': 47, 'player': 11068, 'created': 1731963342653}, {'id': 37599, 'team': 33, [ S N I P P E D ] 2025-02-16 17:10:55,097 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11068/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:55,186 - card_creation - INFO - return: {'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hidalri01', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}} 2025-02-16 17:10:55,186 - card_creation - INFO - get: players id: None params: [('bbref_id', 'grudzma01'), ('cardset_id', 20)] 2025-02-16 17:10:55,287 - card_creation - INFO - session info: 2025-02-16 17:10:55,287 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grudzma01', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35674, 'team': 38, 'player': 10779, 'created': 1730616941935}, {'id': 35780, [ S N I P P E D ] 2025-02-16 17:10:55,288 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10779/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:55,381 - card_creation - INFO - return: {'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'grudzma01', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}} 2025-02-16 17:10:55,381 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezed02'), ('cardset_id', 20)] 2025-02-16 17:10:55,477 - card_creation - INFO - session info: 2025-02-16 17:10:55,478 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed02', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:55,478 - card_creation - INFO - patch: players [('cost', '85'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11460/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:55,571 - card_creation - INFO - return: {'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed02', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}} 2025-02-16 17:10:55,571 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bautida01'), ('cardset_id', 20)] 2025-02-16 17:10:55,664 - card_creation - INFO - session info: 2025-02-16 17:10:55,664 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11559, 'p_name': 'Danny Bautista', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11559/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 47, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bautida01', 'fangr_id': '47', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:55,664 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11559/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:55,753 - card_creation - INFO - return: {'player_id': 11559, 'p_name': 'Danny Bautista', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11559/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 47, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bautida01', 'fangr_id': '47', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3}} 2025-02-16 17:10:55,754 - card_creation - INFO - get: players id: None params: [('bbref_id', 'joynewa01'), ('cardset_id', 20)] 2025-02-16 17:10:55,834 - card_creation - INFO - session info: 2025-02-16 17:10:55,834 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joynewa01', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38308, 'team': 47, 'player': 10987, 'created': 1736205194812}]}}]} 2025-02-16 17:10:55,834 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10987/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:55,935 - card_creation - INFO - return: {'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'joynewa01', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}} 2025-02-16 17:10:55,935 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jahajo01'), ('cardset_id', 20)] 2025-02-16 17:10:56,046 - card_creation - INFO - session info: 2025-02-16 17:10:56,046 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10780, 'p_name': 'John Jaha', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jahajo01', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35535, 'team': 38, 'player': 10780, 'created': 1730616941060}, {'id': 35790, 'team': 47, [ S N I P P E D ] 2025-02-16 17:10:56,047 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10780/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:56,127 - card_creation - INFO - return: {'player_id': 10780, 'p_name': 'John Jaha', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jahajo01', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}} 2025-02-16 17:10:56,127 - card_creation - INFO - get: players id: None params: [('bbref_id', 'liebemi01'), ('cardset_id', 20)] 2025-02-16 17:10:56,226 - card_creation - INFO - session info: 2025-02-16 17:10:56,226 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebemi01', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35911, 'team': 55, 'player': 10781, 'created': 1730748267374}, {'id': 36075, 't [ S N I P P E D ] 2025-02-16 17:10:56,226 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10781/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:56,318 - card_creation - INFO - return: {'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'liebemi01', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}} 2025-02-16 17:10:56,318 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ariasal01'), ('cardset_id', 20)] 2025-02-16 17:10:56,434 - card_creation - INFO - session info: 2025-02-16 17:10:56,434 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11560, 'p_name': 'Alex Arias', 'cost': 494, 'image': 'https://pddev.manticorum.com/api/v2/players/11560/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ariasal01', 'fangr_id': '123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:56,434 - card_creation - INFO - patch: players [('cost', '494'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11560/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:56,530 - card_creation - INFO - return: {'player_id': 11560, 'p_name': 'Alex Arias', 'cost': 494, 'image': 'https://pddev.manticorum.com/api/v2/players/11560/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ariasal01', 'fangr_id': '123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3}} 2025-02-16 17:10:56,530 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sefcike01'), ('cardset_id', 20)] 2025-02-16 17:10:56,628 - card_creation - INFO - session info: 2025-02-16 17:10:56,628 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sefcike01', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:56,629 - card_creation - INFO - patch: players [('cost', '909'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11493/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:56,728 - card_creation - INFO - return: {'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sefcike01', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}} 2025-02-16 17:10:56,728 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithma03'), ('cardset_id', 20)] 2025-02-16 17:10:56,827 - card_creation - INFO - session info: 2025-02-16 17:10:56,827 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithma03', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:56,827 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11298/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:56,924 - card_creation - INFO - return: {'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithma03', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}} 2025-02-16 17:10:56,925 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whitero02'), ('cardset_id', 20)] 2025-02-16 17:10:57,016 - card_creation - INFO - session info: 2025-02-16 17:10:57,016 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitero02', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35512, 'team': 47, 'player': 10782, 'created': 1730616941189}, {'id': 37210, 'team': 33, ' [ S N I P P E D ] 2025-02-16 17:10:57,017 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10782/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:57,113 - card_creation - INFO - return: {'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whitero02', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}} 2025-02-16 17:10:57,113 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mordemi01'), ('cardset_id', 20)] 2025-02-16 17:10:57,198 - card_creation - INFO - session info: 2025-02-16 17:10:57,198 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mordemi01', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:57,199 - card_creation - INFO - patch: players [('cost', '753'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11516/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:57,330 - card_creation - INFO - return: {'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mordemi01', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}} 2025-02-16 17:10:57,331 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vidrojo01'), ('cardset_id', 20)] 2025-02-16 17:10:57,448 - card_creation - INFO - session info: 2025-02-16 17:10:57,448 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vidrojo01', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:57,448 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11216/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:57,542 - card_creation - INFO - return: {'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vidrojo01', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}} 2025-02-16 17:10:57,542 - card_creation - INFO - get: players id: None params: [('bbref_id', 'merlolo01'), ('cardset_id', 20)] 2025-02-16 17:10:57,637 - card_creation - INFO - session info: 2025-02-16 17:10:57,637 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merlolo01', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:57,637 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11299/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:57,725 - card_creation - INFO - return: {'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'merlolo01', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}} 2025-02-16 17:10:57,725 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dunwoto01'), ('cardset_id', 20)] 2025-02-16 17:10:57,814 - card_creation - INFO - session info: 2025-02-16 17:10:57,814 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunwoto01', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:57,814 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11481/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:57,918 - card_creation - INFO - return: {'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dunwoto01', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}} 2025-02-16 17:10:57,918 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crespfe01'), ('cardset_id', 20)] 2025-02-16 17:10:58,012 - card_creation - INFO - session info: 2025-02-16 17:10:58,012 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crespfe01', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:58,012 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11494/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:58,100 - card_creation - INFO - return: {'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crespfe01', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}} 2025-02-16 17:10:58,100 - card_creation - INFO - get: players id: None params: [('bbref_id', 'huskebu01'), ('cardset_id', 20)] 2025-02-16 17:10:58,198 - card_creation - INFO - session info: 2025-02-16 17:10:58,198 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huskebu01', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35613, 'team': 69, 'player': 10783, 'created': 1730616941935}, {'id': 36486, 'team': [ S N I P P E D ] 2025-02-16 17:10:58,198 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10783/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:58,287 - card_creation - INFO - return: {'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'huskebu01', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}} 2025-02-16 17:10:58,288 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kellypa03'), ('cardset_id', 20)] 2025-02-16 17:10:58,424 - card_creation - INFO - session info: 2025-02-16 17:10:58,424 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11561, 'p_name': 'Pat Kelly', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11561/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellypa03', 'fangr_id': '1006812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:58,424 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11561/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:58,523 - card_creation - INFO - return: {'player_id': 11561, 'p_name': 'Pat Kelly', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11561/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kellypa03', 'fangr_id': '1006812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3}} 2025-02-16 17:10:58,523 - card_creation - INFO - get: players id: None params: [('bbref_id', 'marreel01'), ('cardset_id', 20)] 2025-02-16 17:10:58,630 - card_creation - INFO - session info: 2025-02-16 17:10:58,631 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'marreel01', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:58,631 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11517/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:58,724 - card_creation - INFO - return: {'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'marreel01', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}} 2025-02-16 17:10:58,725 - card_creation - INFO - get: players id: None params: [('bbref_id', 'watkipa01'), ('cardset_id', 20)] 2025-02-16 17:10:58,819 - card_creation - INFO - session info: 2025-02-16 17:10:58,819 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watkipa01', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38318, 'team': 47, 'player': 11300, 'created': 1736205194812}]}}]} 2025-02-16 17:10:58,819 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11300/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:58,915 - card_creation - INFO - return: {'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watkipa01', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}} 2025-02-16 17:10:58,915 - card_creation - INFO - get: players id: None params: [('bbref_id', 'perezed01'), ('cardset_id', 20)] 2025-02-16 17:10:59,005 - card_creation - INFO - session info: 2025-02-16 17:10:59,005 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed01', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36978, 'team': 47, 'player': 10988, 'created': 1731602870133}, {'id': 38851, 'team': 38 [ S N I P P E D ] 2025-02-16 17:10:59,005 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10988/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:59,096 - card_creation - INFO - return: {'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'perezed01', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}} 2025-02-16 17:10:59,097 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martife01'), ('cardset_id', 20)] 2025-02-16 17:10:59,205 - card_creation - INFO - session info: 2025-02-16 17:10:59,206 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martife01', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37447, 'team': 38, 'player': 11069, 'created': 1731963342633}, {'id': 3 [ S N I P P E D ] 2025-02-16 17:10:59,206 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11069/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:59,316 - card_creation - INFO - return: {'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martife01', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}} 2025-02-16 17:10:59,316 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ripkebi01'), ('cardset_id', 20)] 2025-02-16 17:10:59,420 - card_creation - INFO - session info: 2025-02-16 17:10:59,420 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkebi01', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 39017, 'team': 31, 'player': 11256, 'created': 1739247498172}]}}]} 2025-02-16 17:10:59,420 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11256/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:59,508 - card_creation - INFO - return: {'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ripkebi01', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}} 2025-02-16 17:10:59,508 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valenja01'), ('cardset_id', 20)] 2025-02-16 17:10:59,604 - card_creation - INFO - session info: 2025-02-16 17:10:59,604 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11562, 'p_name': 'Javier Valentin', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11562/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenja01', 'fangr_id': '759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:59,604 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11562/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:59,707 - card_creation - INFO - return: {'player_id': 11562, 'p_name': 'Javier Valentin', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11562/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valenja01', 'fangr_id': '759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}} 2025-02-16 17:10:59,708 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haselbi01'), ('cardset_id', 20)] 2025-02-16 17:10:59,846 - card_creation - INFO - session info: 2025-02-16 17:10:59,846 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 955, 'image': 'https://pddev.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haselbi01', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:10:59,847 - card_creation - INFO - patch: players [('cost', '955'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11495/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:10:59,931 - card_creation - INFO - return: {'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 955, 'image': 'https://pddev.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haselbi01', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}} 2025-02-16 17:10:59,931 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sojolu01'), ('cardset_id', 20)] 2025-02-16 17:11:00,039 - card_creation - INFO - session info: 2025-02-16 17:11:00,039 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sojolu01', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:11:00,039 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11563/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:00,138 - card_creation - INFO - return: {'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sojolu01', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}} 2025-02-16 17:11:00,138 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castial01'), ('cardset_id', 20)] 2025-02-16 17:11:00,238 - card_creation - INFO - session info: 2025-02-16 17:11:00,238 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castial01', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:11:00,238 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11301/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:00,332 - card_creation - INFO - return: {'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castial01', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}} 2025-02-16 17:11:00,333 - card_creation - INFO - get: players id: None params: [('bbref_id', 'brownke04'), ('cardset_id', 20)] 2025-02-16 17:11:00,433 - card_creation - INFO - session info: 2025-02-16 17:11:00,433 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke04', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:11:00,434 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11257/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:00,550 - card_creation - INFO - return: {'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'brownke04', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}} 2025-02-16 17:11:00,551 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lemkema01'), ('cardset_id', 20)] 2025-02-16 17:11:00,647 - card_creation - INFO - session info: 2025-02-16 17:11:00,647 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0201de13_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lemkema01', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38966, 'team': 47, 'player': 11070, 'created': 1739121113929}]}}]} 2025-02-16 17:11:00,647 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11070/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:00,749 - card_creation - INFO - return: {'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0201de13_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lemkema01', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}} 2025-02-16 17:11:00,749 - card_creation - INFO - get: players id: None params: [('bbref_id', 'macksh01'), ('cardset_id', 20)] 2025-02-16 17:11:00,846 - card_creation - INFO - session info: 2025-02-16 17:11:00,846 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macksh01', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35629, 'team': 47, 'player': 10784, 'created': 1730616941189}, {'id': 35808, 'te [ S N I P P E D ] 2025-02-16 17:11:00,846 - card_creation - INFO - patch: players [('cost', '22'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10784/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:00,942 - card_creation - INFO - return: {'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'macksh01', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}} 2025-02-16 17:11:00,942 - card_creation - INFO - get: players id: None params: [('bbref_id', 'howarda02'), ('cardset_id', 20)] 2025-02-16 17:11:01,036 - card_creation - INFO - session info: 2025-02-16 17:11:01,036 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howarda02', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:11:01,036 - card_creation - INFO - patch: players [('cost', '23'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11139/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:01,134 - card_creation - INFO - return: {'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howarda02', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}} 2025-02-16 17:11:01,134 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bogarti01'), ('cardset_id', 20)] 2025-02-16 17:11:01,246 - card_creation - INFO - session info: 2025-02-16 17:11:01,246 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bogarti01', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:11:01,246 - card_creation - INFO - patch: players [('cost', '6'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11217/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:01,326 - card_creation - INFO - return: {'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bogarti01', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}} 2025-02-16 17:11:01,326 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ramirar01'), ('cardset_id', 20)] 2025-02-16 17:11:01,426 - card_creation - INFO - session info: 2025-02-16 17:11:01,426 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirar01', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:11:01,426 - card_creation - INFO - patch: players [('cost', '91'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11302/battingcard%3Fd%3D2025-2-16')] 2025-02-16 17:11:01,515 - card_creation - INFO - return: {'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ramirar01', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}} 2025-02-16 17:11:01,526 - card_creation - INFO - post: battingcards payload: {'cards': [{'player_id': 10633, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10938, 'steal_low': 11, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10634, 'steal_low': 10, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10635, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10636, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10637, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10638, 'steal_low': 3, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 10639, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10640, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10641, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10642, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10939, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10940, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10643, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 11242, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10644, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11446, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10941, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'A', 'running': 11, 'hand': 'S'}, {'player_id': 11290, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11111, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11112, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10645, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10646, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10647, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10648, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10649, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10650, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11485, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11486, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10651, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11447, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11448, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10652, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10653, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10654, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 11199, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11449, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 11505, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11042, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10655, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10656, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10942, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11450, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11043, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10657, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10658, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11113, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10659, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10660, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10661, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10943, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10662, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10663, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10664, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11168, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11044, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11169, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'A', 'running': 11, 'hand': 'R'}, {'player_id': 10665, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10666, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11200, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10667, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10668, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10669, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11045, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 10944, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10670, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11479, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10945, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10946, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10671, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10672, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10673, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10674, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10675, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11046, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10676, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 11114, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11047, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11291, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11048, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11243, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 11244, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10677, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10678, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10679, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.4722222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11049, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'A', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10680, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10681, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10682, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 11115, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 8, 'hand': 'L'}, {'player_id': 10683, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10684, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10947, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.4166666666666667, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10948, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10685, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10686, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10949, 'steal_low': 3, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10950, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11050, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11116, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11506, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.4166666666666667, 'bunting': 'C', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11507, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10687, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.4444444444444444, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10688, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11117, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10689, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11118, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10951, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10952, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11119, 'steal_low': 3, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11201, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11120, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10953, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11121, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11245, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 11122, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10690, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11123, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10954, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10691, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10692, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11170, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10693, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 9, 'hand': 'R'}, {'player_id': 11124, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10694, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10695, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'A', 'running': 12, 'hand': 'S'}, {'player_id': 10696, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10697, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10698, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11202, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11203, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11204, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11051, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10699, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 13, 'hand': 'S'}, {'player_id': 11246, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10700, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10701, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'L'}, {'player_id': 10702, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10703, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10955, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10704, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10956, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10705, 'steal_low': 8, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10706, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10707, 'steal_low': 3, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11451, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10708, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10709, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11052, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10957, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10958, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11247, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 11508, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10710, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10711, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10712, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10713, 'steal_low': 10, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10714, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11125, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11126, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'A', 'running': 14, 'hand': 'L'}, {'player_id': 11544, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 11, 'hand': 'L'}, {'player_id': 11248, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11053, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 11487, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11171, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11172, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10959, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'D', 'hit_and_run': 'D', 'running': 15, 'hand': 'R'}, {'player_id': 11249, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11173, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11292, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10715, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3611111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11545, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'A', 'running': 13, 'hand': 'R'}, {'player_id': 10716, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10717, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 10718, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11127, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10719, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10720, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10721, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10722, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11174, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 11452, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 17, 'hand': 'R'}, {'player_id': 11453, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11546, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'A', 'running': 11, 'hand': 'L'}, {'player_id': 11128, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11293, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11175, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11547, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11294, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.3611111111111111, 'bunting': 'A', 'hit_and_run': 'A', 'running': 14, 'hand': 'S'}, {'player_id': 11548, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11054, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11055, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 11488, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'A', 'running': 8, 'hand': 'R'}, {'player_id': 11454, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 13, 'hand': 'S'}, {'player_id': 10723, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11129, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11509, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'B', 'running': 8, 'hand': 'R'}, {'player_id': 11205, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10724, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10725, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11549, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11510, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10726, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.3333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'S'}, {'player_id': 10727, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10728, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'S'}, {'player_id': 10960, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10729, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10730, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10731, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10732, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10733, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11130, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11489, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 11511, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11056, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11250, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10734, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11131, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 10, 'hand': 'R'}, {'player_id': 11295, 'steal_low': 3, 'steal_high': 10, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10735, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10961, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.4722222222222222, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11132, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11206, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11133, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10962, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10963, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 11512, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 11251, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11296, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'B', 'running': 9, 'hand': 'S'}, {'player_id': 11252, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10964, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 11207, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10736, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10965, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11208, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 11209, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11253, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10966, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11210, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11057, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11211, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11212, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11480, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 11, 'hand': 'R'}, {'player_id': 10737, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10738, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11134, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10739, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11058, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'B', 'running': 14, 'hand': 'L'}, {'player_id': 10740, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10741, 'steal_low': 3, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 11550, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'A', 'running': 11, 'hand': 'R'}, {'player_id': 10742, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'L'}, {'player_id': 10743, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10744, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10967, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 10745, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10746, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11455, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11490, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11059, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11060, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 10747, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10748, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10749, 'steal_low': 13, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.3888888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 10750, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10751, 'steal_low': 11, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10752, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10753, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 11491, 'steal_low': 2, 'steal_high': 5, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'B', 'running': 11, 'hand': 'S'}, {'player_id': 11061, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11551, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11062, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11135, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10968, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'L'}, {'player_id': 10969, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'S'}, {'player_id': 10754, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 10755, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'C', 'running': 13, 'hand': 'L'}, {'player_id': 10756, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10757, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 10758, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10970, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11136, 'steal_low': 3, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10876, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11513, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 16, 'hand': 'R'}, {'player_id': 10971, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10972, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'B', 'running': 12, 'hand': 'L'}, {'player_id': 10973, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 10759, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10760, 'steal_low': 9, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 11137, 'steal_low': 3, 'steal_high': 12, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'S'}, {'player_id': 11254, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'L'}, {'player_id': 11138, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 10761, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11456, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11213, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 10762, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11214, 'steal_low': 3, 'steal_high': 16, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11063, 'steal_low': 3, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'B', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 10974, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'C', 'running': 10, 'hand': 'S'}, {'player_id': 10975, 'steal_low': 13, 'steal_high': 17, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'C', 'hit_and_run': 'B', 'running': 12, 'hand': 'R'}, {'player_id': 11064, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10976, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10977, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 11552, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11457, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'C', 'running': 14, 'hand': 'R'}, {'player_id': 11514, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10978, 'steal_low': 3, 'steal_high': 17, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11458, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 8, 'hand': 'R'}, {'player_id': 11297, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 8, 'hand': 'S'}, {'player_id': 10979, 'steal_low': 12, 'steal_high': 15, 'steal_auto': True, 'steal_jump': 0.2777777777777778, 'bunting': 'A', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 11459, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'B', 'running': 13, 'hand': 'L'}, {'player_id': 10763, 'steal_low': 10, 'steal_high': 17, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10764, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10765, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11176, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.25, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10980, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11065, 'steal_low': 3, 'steal_high': 16, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'R'}, {'player_id': 10981, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11492, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11515, 'steal_low': 3, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'L'}, {'player_id': 10766, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 10767, 'steal_low': 10, 'steal_high': 14, 'steal_auto': True, 'steal_jump': 0.1388888888888889, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10768, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'C', 'running': 14, 'hand': 'R'}, {'player_id': 10769, 'steal_low': 3, 'steal_high': 6, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'L'}, {'player_id': 11066, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'D', 'running': 13, 'hand': 'R'}, {'player_id': 10982, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10770, 'steal_low': 6, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'B', 'hit_and_run': 'B', 'running': 11, 'hand': 'L'}, {'player_id': 10771, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'A', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 11215, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11553, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11554, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'S'}, {'player_id': 11555, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'A', 'running': 9, 'hand': 'S'}, {'player_id': 10772, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'L'}, {'player_id': 10983, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10773, 'steal_low': 5, 'steal_high': 8, 'steal_auto': False, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10984, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'B', 'running': 10, 'hand': 'S'}, {'player_id': 10774, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 10775, 'steal_low': 3, 'steal_high': 13, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'B', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11067, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 12, 'hand': 'S'}, {'player_id': 10776, 'steal_low': 3, 'steal_high': 11, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10985, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1388888888888889, 'bunting': 'D', 'hit_and_run': 'B', 'running': 13, 'hand': 'R'}, {'player_id': 10777, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'L'}, {'player_id': 10778, 'steal_low': 3, 'steal_high': 15, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10986, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11556, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'B', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11255, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'L'}, {'player_id': 11557, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11558, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.3055555555555556, 'bunting': 'A', 'hit_and_run': 'C', 'running': 14, 'hand': 'S'}, {'player_id': 11068, 'steal_low': 3, 'steal_high': 12, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 10779, 'steal_low': 10, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.16666666666666666, 'bunting': 'A', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11460, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11559, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'C', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 10987, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.027777777777777776, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'L'}, {'player_id': 10780, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 10781, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11560, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 11493, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.08333333333333333, 'bunting': 'A', 'hit_and_run': 'A', 'running': 12, 'hand': 'R'}, {'player_id': 11298, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'D', 'hit_and_run': 'D', 'running': 11, 'hand': 'R'}, {'player_id': 10782, 'steal_low': 7, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'C', 'running': 11, 'hand': 'R'}, {'player_id': 11516, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'B', 'running': 9, 'hand': 'R'}, {'player_id': 11216, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'A', 'hit_and_run': 'D', 'running': 11, 'hand': 'S'}, {'player_id': 11299, 'steal_low': 3, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11481, 'steal_low': 3, 'steal_high': 14, 'steal_auto': False, 'steal_jump': 0.05555555555555555, 'bunting': 'C', 'hit_and_run': 'A', 'running': 12, 'hand': 'L'}, {'player_id': 11494, 'steal_low': 3, 'steal_high': 10, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 10783, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.16666666666666666, 'bunting': 'C', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 11561, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'A', 'hit_and_run': 'D', 'running': 8, 'hand': 'R'}, {'player_id': 11517, 'steal_low': 10, 'steal_high': 20, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'C', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11300, 'steal_low': 1, 'steal_high': 4, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 9, 'hand': 'R'}, {'player_id': 10988, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11069, 'steal_low': 3, 'steal_high': 20, 'steal_auto': True, 'steal_jump': 0.19444444444444445, 'bunting': 'B', 'hit_and_run': 'D', 'running': 14, 'hand': 'S'}, {'player_id': 11256, 'steal_low': 3, 'steal_high': 9, 'steal_auto': False, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'C', 'running': 13, 'hand': 'R'}, {'player_id': 11562, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 11495, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'B', 'running': 10, 'hand': 'R'}, {'player_id': 11563, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'C', 'running': 10, 'hand': 'R'}, {'player_id': 11301, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'A', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11257, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'C', 'hit_and_run': 'D', 'running': 10, 'hand': 'R'}, {'player_id': 11070, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'D', 'running': 10, 'hand': 'S'}, {'player_id': 10784, 'steal_low': 3, 'steal_high': 13, 'steal_auto': True, 'steal_jump': 0.2222222222222222, 'bunting': 'D', 'hit_and_run': 'D', 'running': 14, 'hand': 'R'}, {'player_id': 11139, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'B', 'hit_and_run': 'C', 'running': 11, 'hand': 'S'}, {'player_id': 11217, 'steal_low': 3, 'steal_high': 7, 'steal_auto': False, 'steal_jump': 0.1111111111111111, 'bunting': 'D', 'hit_and_run': 'D', 'running': 12, 'hand': 'R'}, {'player_id': 11302, 'steal_low': 0, 'steal_high': 0, 'steal_auto': False, 'steal_jump': 0.0, 'bunting': 'D', 'hit_and_run': 'A', 'running': 9, 'hand': 'R'}]} type: 2025-02-16 17:11:02,821 - card_creation - INFO - return: Updated cards: 381; new cards: 0 2025-02-16 17:11:02,821 - card_creation - INFO - get: battingcards id: None params: [('cardset_id', 20)] 2025-02-16 17:11:04,106 - card_creation - INFO - session info: 2025-02-16 17:11:04,199 - card_creation - INFO - return: {'count': 381, 'cards': [{'id': 4871, 'player': {'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'knoblch01', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, 'variant': 0, 'steal_low': 8, 'steal_high': 11, 'steal_auto': True, 'steal_jump': 0.25, 'bunting': 'C', ' [ S N I P P E D ] 2025-02-16 17:11:04,210 - card_creation - INFO - post: battingcardratings payload: {'ratings': [{'battingcard_id': 4871, 'vs_hand': 'L', 'homerun': 3.5, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 18.6, 'lineout': 9.25, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 30.75, 'groundout_c': 0.0, 'pull_rate': 0.28829, 'center_rate': 0.42342, 'slap_rate': 0.28829, 'avg': 0.15741, 'obp': 0.28056, 'slg': 0.28519, 'player_id': 10633}, {'battingcard_id': 4871, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.1, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.1, 'strikeout': 9.45, 'lineout': 3.2, 'popout': 11.6, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.4, 'groundout_a': 3.3, 'groundout_b': 18.85, 'groundout_c': 0.0, 'pull_rate': 0.29685, 'center_rate': 0.21139, 'slap_rate': 0.49176, 'avg': 0.32917, 'obp': 0.42269, 'slg': 0.54537, 'player_id': 10633}, {'battingcard_id': 5027, 'vs_hand': 'L', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 5.7, 'single_one': 8.15, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 9.15, 'lineout': 7.3, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 10.35, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.33333, 'obp': 0.40324, 'slg': 0.55833, 'player_id': 10938}, {'battingcard_id': 5027, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 8.0, 'single_two': 4.75, 'single_one': 6.8, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 17.8, 'lineout': 8.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.75, 'groundout_a': 10.7, 'groundout_b': 10.7, 'groundout_c': 0.0, 'pull_rate': 0.25599, 'center_rate': 0.31123, 'slap_rate': 0.43278, 'avg': 0.35046, 'obp': 0.48935, 'slg': 0.50417, 'player_id': 10938}, {'battingcard_id': 4872, 'vs_hand': 'L', 'homerun': 6.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.25, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.35, 'strikeout': 16.4, 'lineout': 11.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 7.75, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.25, 'groundout_a': 26.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18519, 'center_rate': 0.61728, 'slap_rate': 0.19753, 'avg': 0.27269, 'obp': 0.36852, 'slg': 0.46296, 'player_id': 10634}, {'battingcard_id': 4872, 'vs_hand': 'R', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 9.95, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 8.3, 'lineout': 3.2, 'popout': 8.15, 'flyout_a': 1.0, 'flyout_bq': 11.1, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.9, 'groundout_a': 21.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19742, 'center_rate': 0.32189, 'slap_rate': 0.48069, 'avg': 0.36852, 'obp': 0.46065, 'slg': 0.71481, 'player_id': 10634}, {'battingcard_id': 4873, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.7, 'strikeout': 14.7, 'lineout': 4.75, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 24.75, 'groundout_c': 0.0, 'pull_rate': 0.31148, 'center_rate': 0.37705, 'slap_rate': 0.31147, 'avg': 0.30926, 'obp': 0.45463, 'slg': 0.51157, 'player_id': 10635}, {'battingcard_id': 4873, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 9.45, 'lineout': 5.85, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 39.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21086, 'center_rate': 0.44089, 'slap_rate': 0.34825, 'avg': 0.26435, 'obp': 0.40741, 'slg': 0.38241, 'player_id': 10635}, {'battingcard_id': 4874, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 17.4, 'strikeout': 12.05, 'lineout': 8.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 20.0, 'groundout_c': 0.0, 'pull_rate': 0.27891, 'center_rate': 0.51701, 'slap_rate': 0.20408, 'avg': 0.26713, 'obp': 0.45602, 'slg': 0.40185, 'player_id': 10636}, {'battingcard_id': 4874, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.8, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.9, 'strikeout': 8.5, 'lineout': 3.75, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.23918, 'center_rate': 0.17312, 'slap_rate': 0.5877, 'avg': 0.33981, 'obp': 0.48704, 'slg': 0.48333, 'player_id': 10636}, {'battingcard_id': 4875, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 22.25, 'lineout': 1.5, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.2, 'groundout_a': 17.35, 'groundout_b': 5.8, 'groundout_c': 0.0, 'pull_rate': 0.14085, 'center_rate': 0.56338, 'slap_rate': 0.29577, 'avg': 0.24954, 'obp': 0.38426, 'slg': 0.31528, 'player_id': 10637}, {'battingcard_id': 4875, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 9.75, 'single_two': 5.95, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 9.9, 'lineout': 3.5, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 11.6, 'flyout_lf_b': 5.9, 'flyout_rf_b': 3.2, 'groundout_a': 5.7, 'groundout_b': 12.3, 'groundout_c': 0.0, 'pull_rate': 0.25475, 'center_rate': 0.15209, 'slap_rate': 0.59316, 'avg': 0.32269, 'obp': 0.46667, 'slg': 0.44444, 'player_id': 10637}, {'battingcard_id': 4876, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.55, 'strikeout': 19.4, 'lineout': 3.4, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 1.7, 'groundout_b': 32.5, 'groundout_c': 0.0, 'pull_rate': 0.36612, 'center_rate': 0.26776, 'slap_rate': 0.36612, 'avg': 0.21898, 'obp': 0.3537, 'slg': 0.25324, 'player_id': 10638}, {'battingcard_id': 4876, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.25, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.85, 'strikeout': 11.5, 'lineout': 0, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 3.2, 'groundout_b': 25.3, 'groundout_c': 0.0, 'pull_rate': 0.30973, 'center_rate': 0.14454, 'slap_rate': 0.54573, 'avg': 0.24074, 'obp': 0.45231, 'slg': 0.46019, 'player_id': 10638}, {'battingcard_id': 4877, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 23.3, 'strikeout': 11.3, 'lineout': 2.7, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 3.4, 'groundout_b': 19.1, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.2375, 'obp': 0.4625, 'slg': 0.33426, 'player_id': 10639}, {'battingcard_id': 4877, 'vs_hand': 'R', 'homerun': 8.75, 'bp_homerun': 5.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.5, 'single_two': 8.55, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 11.15, 'lineout': 2.2, 'popout': 6.2, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 3.8, 'flyout_rf_b': 6.7, 'groundout_a': 0, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.29801, 'center_rate': 0.12362, 'slap_rate': 0.57837, 'avg': 0.3662, 'obp': 0.52639, 'slg': 0.7625, 'player_id': 10639}, {'battingcard_id': 4878, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.5, 'single_one': 4.25, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 24.25, 'lineout': 5.7, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 7.05, 'groundout_b': 7.05, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.26435, 'obp': 0.41065, 'slg': 0.46019, 'player_id': 10640}, {'battingcard_id': 4878, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.9, 'strikeout': 23.25, 'lineout': 4.2, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 15.25, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.5, 'groundout_a': 24.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24756, 'center_rate': 0.12704, 'slap_rate': 0.6254, 'avg': 0.17546, 'obp': 0.31343, 'slg': 0.25463, 'player_id': 10640}, {'battingcard_id': 4879, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.8, 'single_one': 10.15, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 13.2, 'lineout': 2.1, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.25, 'groundout_a': 4.25, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.24427, 'center_rate': 0.57252, 'slap_rate': 0.18321, 'avg': 0.36389, 'obp': 0.40556, 'slg': 0.47685, 'player_id': 10641}, {'battingcard_id': 4879, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 8.9, 'lineout': 4.75, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.65, 'groundout_a': 9.55, 'groundout_b': 28.65, 'groundout_c': 0.0, 'pull_rate': 0.27445, 'center_rate': 0.1183, 'slap_rate': 0.60725, 'avg': 0.29537, 'obp': 0.32083, 'slg': 0.43843, 'player_id': 10641}, {'battingcard_id': 4880, 'vs_hand': 'L', 'homerun': 5.75, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.9, 'strikeout': 18.4, 'lineout': 4.5, 'popout': 13.4, 'flyout_a': 1.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.9, 'groundout_a': 2.75, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.27848, 'center_rate': 0.5, 'slap_rate': 0.22152, 'avg': 0.2375, 'obp': 0.35694, 'slg': 0.49444, 'player_id': 10642}, {'battingcard_id': 4880, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.75, 'single_one': 2.25, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.45, 'strikeout': 7.85, 'lineout': 3.2, 'popout': 9.4, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.7, 'groundout_a': 18.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29679, 'center_rate': 0.21123, 'slap_rate': 0.49198, 'avg': 0.27083, 'obp': 0.4787, 'slg': 0.40833, 'player_id': 10642}, {'battingcard_id': 5028, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 8.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 6.75, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.9, 'strikeout': 7.15, 'lineout': 6.45, 'popout': 9.7, 'flyout_a': 1.0, 'flyout_bq': 11.5, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.4, 'groundout_a': 19.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23567, 'center_rate': 0.52866, 'slap_rate': 0.23567, 'avg': 0.31204, 'obp': 0.42222, 'slg': 0.52963, 'player_id': 10939}, {'battingcard_id': 5028, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.1, 'strikeout': 14.95, 'lineout': 7.6, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 5.1, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.23387, 'center_rate': 0.44624, 'slap_rate': 0.31989, 'avg': 0.25509, 'obp': 0.45046, 'slg': 0.35278, 'player_id': 10939}, {'battingcard_id': 5029, 'vs_hand': 'L', 'homerun': 6.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 15.9, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.95, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 11.5, 'strikeout': 21.4, 'lineout': 4.2, 'popout': 9.25, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 11.0, 'groundout_c': 0.0, 'pull_rate': 0.23944, 'center_rate': 0.52113, 'slap_rate': 0.23943, 'avg': 0.36157, 'obp': 0.47731, 'slg': 0.63843, 'player_id': 10940}, {'battingcard_id': 5029, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.25, 'strikeout': 21.15, 'lineout': 0, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 18.4, 'groundout_b': 6.15, 'groundout_c': 0.0, 'pull_rate': 0.26364, 'center_rate': 0.16818, 'slap_rate': 0.56818, 'avg': 0.19954, 'obp': 0.3037, 'slg': 0.23981, 'player_id': 10940}, {'battingcard_id': 4881, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 3.5, 'single_one': 2.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 19.55, 'lineout': 3.25, 'popout': 18.05, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 3.9, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.51111, 'slap_rate': 0.24445, 'avg': 0.24074, 'obp': 0.27083, 'slg': 0.32407, 'player_id': 10643}, {'battingcard_id': 4881, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 12.3, 'lineout': 7.4, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.05, 'groundout_a': 31.65, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.20438, 'center_rate': 0.16788, 'slap_rate': 0.62774, 'avg': 0.18796, 'obp': 0.22731, 'slg': 0.21667, 'player_id': 10643}, {'battingcard_id': 5167, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.0, 'single_one': 9.05, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.55, 'strikeout': 7.0, 'lineout': 6.1, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 1.5, 'groundout_b': 28.85, 'groundout_c': 0.0, 'pull_rate': 0.275, 'center_rate': 0.45, 'slap_rate': 0.275, 'avg': 0.21528, 'obp': 0.3963, 'slg': 0.16389, 'player_id': 11242}, {'battingcard_id': 5167, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.95, 'double_pull': 1.95, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.25, 'strikeout': 29.65, 'lineout': 7.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 3.9, 'flyout_rf_b': 1.2, 'groundout_a': 10.6, 'groundout_b': 12.9, 'groundout_c': 0.0, 'pull_rate': 0.18431, 'center_rate': 0.1, 'slap_rate': 0.71569, 'avg': 0.15556, 'obp': 0.25046, 'slg': 0.18148, 'player_id': 11242}, {'battingcard_id': 4882, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.85, 'single_two': 8.35, 'single_one': 12.55, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.2, 'strikeout': 6.15, 'lineout': 9.05, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.25, 'groundout_a': 0, 'groundout_b': 25.65, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.425, 'obp': 0.48241, 'slg': 0.50972, 'player_id': 10644}, {'battingcard_id': 4882, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 12.25, 'lineout': 3.2, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.75, 'groundout_a': 7.05, 'groundout_b': 28.3, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.11205, 'slap_rate': 0.62479, 'avg': 0.27361, 'obp': 0.3037, 'slg': 0.35, 'player_id': 10644}, {'battingcard_id': 5284, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 2.0, 'walk': 9.75, 'strikeout': 6.6, 'lineout': 12.85, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.6, 'groundout_a': 50.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23188, 'center_rate': 0.53623, 'slap_rate': 0.23189, 'avg': 0.05, 'obp': 0.1588, 'slg': 0.01111, 'player_id': 11446}, {'battingcard_id': 5284, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 4.8, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 6.65, 'single_one': 10.0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 15.35, 'lineout': 0, 'popout': 10.4, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 15.65, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.14754, 'center_rate': 0.20219, 'slap_rate': 0.65027, 'avg': 0.33472, 'obp': 0.37407, 'slg': 0.44815, 'player_id': 11446}, {'battingcard_id': 5030, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.35, 'double_pull': 9.35, 'single_two': 9.95, 'single_one': 14.95, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.65, 'strikeout': 4.5, 'lineout': 1.7, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 12.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22849, 'center_rate': 0.54303, 'slap_rate': 0.22848, 'avg': 0.49722, 'obp': 0.70694, 'slg': 0.60093, 'player_id': 10941}, {'battingcard_id': 5030, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.4, 'single_one': 7.7, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.65, 'strikeout': 11.25, 'lineout': 0, 'popout': 11.8, 'flyout_a': 0.0, 'flyout_bq': 7.4, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.4, 'groundout_a': 2.75, 'groundout_b': 24.7, 'groundout_c': 0.0, 'pull_rate': 0.205, 'center_rate': 0.75, 'slap_rate': 0.045, 'avg': 0.32361, 'obp': 0.44074, 'slg': 0.44815, 'player_id': 10941}, {'battingcard_id': 5188, 'vs_hand': 'L', 'homerun': 3.6, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.9, 'strikeout': 30.0, 'lineout': 3.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 12.95, 'groundout_c': 0.0, 'pull_rate': 0.44118, 'center_rate': 0.44118, 'slap_rate': 0.11764, 'avg': 0.19259, 'obp': 0.46944, 'slg': 0.29352, 'player_id': 11290}, {'battingcard_id': 5188, 'vs_hand': 'R', 'homerun': 10.8, 'bp_homerun': 8.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.3, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.95, 'bp_single': 0.0, 'hbp': 0, 'walk': 17.7, 'strikeout': 25.2, 'lineout': 0, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 9.35, 'flyout_rf_b': 5.1, 'groundout_a': 0, 'groundout_b': 9.25, 'groundout_c': 0.0, 'pull_rate': 0.30037, 'center_rate': 0.1, 'slap_rate': 0.59963, 'avg': 0.26991, 'obp': 0.4338, 'slg': 0.67176, 'player_id': 11290}, {'battingcard_id': 5109, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.3, 'strikeout': 22.6, 'lineout': 5.8, 'popout': 1.95, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 2.4, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.30667, 'center_rate': 0.38667, 'slap_rate': 0.30666, 'avg': 0.25741, 'obp': 0.38056, 'slg': 0.41852, 'player_id': 11111}, {'battingcard_id': 5109, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 1.2, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.4, 'strikeout': 28.0, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 4.25, 'groundout_b': 24.1, 'groundout_c': 0.0, 'pull_rate': 0.26554, 'center_rate': 0.16384, 'slap_rate': 0.57062, 'avg': 0.17963, 'obp': 0.35, 'slg': 0.26435, 'player_id': 11111}, {'battingcard_id': 5110, 'vs_hand': 'L', 'homerun': 10.0, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 10.2, 'single_one': 3.9, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 27.35, 'lineout': 2.4, 'popout': 9.35, 'flyout_a': 1.0, 'flyout_bq': 1.2, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 3.75, 'groundout_b': 10.6, 'groundout_c': 0.0, 'pull_rate': 0.26064, 'center_rate': 0.47872, 'slap_rate': 0.26064, 'avg': 0.37593, 'obp': 0.46111, 'slg': 0.74537, 'player_id': 11112}, {'battingcard_id': 5110, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 15.5, 'lineout': 8.6, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.1, 'groundout_a': 22.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25373, 'center_rate': 0.33582, 'slap_rate': 0.41045, 'avg': 0.18889, 'obp': 0.35648, 'slg': 0.28611, 'player_id': 11112}, {'battingcard_id': 4883, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.95, 'double_pull': 1.95, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 21.5, 'lineout': 5.75, 'popout': 10.65, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.1, 'groundout_a': 1.25, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.18468, 'center_rate': 0.5045, 'slap_rate': 0.31082, 'avg': 0.23102, 'obp': 0.32593, 'slg': 0.26481, 'player_id': 10645}, {'battingcard_id': 4883, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.7, 'single_two': 7.2, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.5, 'strikeout': 8.45, 'lineout': 2.4, 'popout': 6.9, 'flyout_a': 1.0, 'flyout_bq': 11.75, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.2, 'groundout_a': 17.3, 'groundout_b': 4.35, 'groundout_c': 0.0, 'pull_rate': 0.22513, 'center_rate': 0.19546, 'slap_rate': 0.57941, 'avg': 0.32824, 'obp': 0.48102, 'slg': 0.56528, 'player_id': 10645}, {'battingcard_id': 4884, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 4.8, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 13.3, 'lineout': 11.6, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 9.7, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 2.4, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.29703, 'center_rate': 0.40594, 'slap_rate': 0.29703, 'avg': 0.25648, 'obp': 0.39815, 'slg': 0.29861, 'player_id': 10646}, {'battingcard_id': 4884, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 4.5, 'single_one': 6.55, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.8, 'strikeout': 7.0, 'lineout': 3.2, 'popout': 12.0, 'flyout_a': 0.0, 'flyout_bq': 13.95, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.25, 'groundout_a': 14.1, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.20405, 'center_rate': 0.12773, 'slap_rate': 0.66822, 'avg': 0.26065, 'obp': 0.36065, 'slg': 0.3162, 'player_id': 10646}, {'battingcard_id': 4885, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 22.65, 'lineout': 5.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 24.85, 'flyout_lf_b': 4.75, 'flyout_rf_b': 3.5, 'groundout_a': 24.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2266, 'center_rate': 0.44335, 'slap_rate': 0.33005, 'avg': 0.12778, 'obp': 0.17778, 'slg': 0.17315, 'player_id': 10647}, {'battingcard_id': 4885, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 7.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.85, 'strikeout': 13.05, 'lineout': 0, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 2.8, 'flyout_rf_b': 1.75, 'groundout_a': 20.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27603, 'center_rate': 0.21792, 'slap_rate': 0.50605, 'avg': 0.2713, 'obp': 0.45509, 'slg': 0.42407, 'player_id': 10647}, {'battingcard_id': 4886, 'vs_hand': 'L', 'homerun': 13.05, 'bp_homerun': 9.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.65, 'single_two': 6.15, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.4, 'strikeout': 6.35, 'lineout': 0, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 6.25, 'flyout_rf_b': 6.3, 'groundout_a': 2.8, 'groundout_b': 16.0, 'groundout_c': 0.0, 'pull_rate': 0.36134, 'center_rate': 0.27731, 'slap_rate': 0.36135, 'avg': 0.43935, 'obp': 0.54491, 'slg': 0.90556, 'player_id': 10648}, {'battingcard_id': 4886, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 2.75, 'single_one': 3.25, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 13.4, 'lineout': 3.2, 'popout': 11.45, 'flyout_a': 0.0, 'flyout_bq': 16.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.5, 'groundout_a': 17.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26068, 'center_rate': 0.14103, 'slap_rate': 0.59829, 'avg': 0.24444, 'obp': 0.37315, 'slg': 0.36898, 'player_id': 10648}, {'battingcard_id': 4887, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.1, 'single_one': 5.95, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 15.3, 'strikeout': 21.25, 'lineout': 0, 'popout': 8.35, 'flyout_a': 0.0, 'flyout_bq': 6.0, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 15.45, 'groundout_c': 0.0, 'pull_rate': 0.32642, 'center_rate': 0.54404, 'slap_rate': 0.12954, 'avg': 0.31065, 'obp': 0.50787, 'slg': 0.42685, 'player_id': 10649}, {'battingcard_id': 4887, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.2, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.0, 'strikeout': 24.7, 'lineout': 4.5, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 4.8, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.4, 'groundout_a': 3.3, 'groundout_b': 7.7, 'groundout_c': 0.0, 'pull_rate': 0.24308, 'center_rate': 0.32308, 'slap_rate': 0.43384, 'avg': 0.31713, 'obp': 0.53009, 'slg': 0.51296, 'player_id': 10649}, {'battingcard_id': 4888, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.7, 'double_pull': 8.75, 'single_two': 4.8, 'single_one': 4.5, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 9.3, 'lineout': 1.6, 'popout': 13.7, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0.0, 'groundout_b': 15.35, 'groundout_c': 0.0, 'pull_rate': 0.29787, 'center_rate': 0.40426, 'slap_rate': 0.29787, 'avg': 0.35972, 'obp': 0.4412, 'slg': 0.51852, 'player_id': 10650}, {'battingcard_id': 4888, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 3.5, 'single_one': 4.25, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.1, 'strikeout': 24.85, 'lineout': 4.8, 'popout': 8.9, 'flyout_a': 0.0, 'flyout_bq': 12.3, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.5, 'groundout_a': 10.05, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.30149, 'center_rate': 0.16136, 'slap_rate': 0.53715, 'avg': 0.26111, 'obp': 0.33611, 'slg': 0.37269, 'player_id': 10650}, {'battingcard_id': 5302, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 10.1, 'single_one': 15.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.55, 'strikeout': 11.9, 'lineout': 0, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 2.4, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.75, 'slap_rate': 0.15, 'avg': 0.32778, 'obp': 0.60139, 'slg': 0.25741, 'player_id': 11485}, {'battingcard_id': 5302, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.2, 'single_one': 3.75, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.75, 'strikeout': 20.55, 'lineout': 6.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.2, 'groundout_a': 1.75, 'groundout_b': 15.55, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.13596, 'slap_rate': 0.61404, 'avg': 0.26759, 'obp': 0.39491, 'slg': 0.39352, 'player_id': 11485}, {'battingcard_id': 5303, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 9.65, 'single_one': 14.45, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 20.15, 'lineout': 2.4, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 21.7, 'groundout_c': 0.0, 'pull_rate': 0.13514, 'center_rate': 0.72973, 'slap_rate': 0.13513, 'avg': 0.41944, 'obp': 0.47546, 'slg': 0.45741, 'player_id': 11486}, {'battingcard_id': 5303, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 6.15, 'single_one': 9.25, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 22.95, 'lineout': 0, 'popout': 14.7, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.2, 'groundout_b': 20.8, 'groundout_c': 0.0, 'pull_rate': 0.25641, 'center_rate': 0.13846, 'slap_rate': 0.60513, 'avg': 0.29074, 'obp': 0.33241, 'slg': 0.31111, 'player_id': 11486}, {'battingcard_id': 4889, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 2.8, 'single_center': 0, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 4.2, 'strikeout': 4.1, 'lineout': 0, 'popout': 12.9, 'flyout_a': 0.0, 'flyout_bq': 12.95, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 38.75, 'groundout_c': 0.0, 'pull_rate': 0.28659, 'center_rate': 0.42683, 'slap_rate': 0.28658, 'avg': 0.18241, 'obp': 0.32315, 'slg': 0.27917, 'player_id': 10651}, {'battingcard_id': 4889, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 11.3, 'lineout': 3.75, 'popout': 14.15, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.4, 'groundout_a': 3.3, 'groundout_b': 29.9, 'groundout_c': 0.0, 'pull_rate': 0.37736, 'center_rate': 0.33019, 'slap_rate': 0.29245, 'avg': 0.18194, 'obp': 0.21806, 'slg': 0.28056, 'player_id': 10651}, {'battingcard_id': 5285, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 7.85, 'double_pull': 7.85, 'single_two': 3.5, 'single_one': 0, 'single_center': 6.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 12.05, 'lineout': 0, 'popout': 19.45, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.25373, 'center_rate': 0.49254, 'slap_rate': 0.25373, 'avg': 0.31806, 'obp': 0.45926, 'slg': 0.53194, 'player_id': 11447}, {'battingcard_id': 5285, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 2.5, 'single_one': 0, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.05, 'lineout': 1.25, 'popout': 11.25, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.1, 'groundout_a': 4.5, 'groundout_b': 24.7, 'groundout_c': 0.0, 'pull_rate': 0.26872, 'center_rate': 0.29075, 'slap_rate': 0.44053, 'avg': 0.2088, 'obp': 0.26157, 'slg': 0.29907, 'player_id': 11447}, {'battingcard_id': 5286, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.4, 'strikeout': 21.65, 'lineout': 1.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 43.95, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.47368, 'slap_rate': 0.26316, 'avg': 0.20556, 'obp': 0.27407, 'slg': 0.28241, 'player_id': 11448}, {'battingcard_id': 5286, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 2.5, 'strikeout': 16.0, 'lineout': 10.3, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 36.25, 'groundout_c': 0.0, 'pull_rate': 0.26712, 'center_rate': 0.12329, 'slap_rate': 0.60959, 'avg': 0.26343, 'obp': 0.32361, 'slg': 0.33426, 'player_id': 11448}, {'battingcard_id': 4890, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 5.1, 'single_one': 6.1, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 8.05, 'lineout': 15.35, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.9, 'groundout_a': 25.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23026, 'center_rate': 0.53947, 'slap_rate': 0.23027, 'avg': 0.3125, 'obp': 0.39815, 'slg': 0.45185, 'player_id': 10652}, {'battingcard_id': 4890, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.1, 'strikeout': 6.75, 'lineout': 6.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 1.7, 'flyout_rf_b': 3.3, 'groundout_a': 27.65, 'groundout_b': 6.9, 'groundout_c': 0.0, 'pull_rate': 0.28205, 'center_rate': 0.11681, 'slap_rate': 0.60114, 'avg': 0.23981, 'obp': 0.32407, 'slg': 0.3338, 'player_id': 10652}, {'battingcard_id': 4891, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 2.1, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.35, 'strikeout': 7.7, 'lineout': 12.4, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 16.8, 'groundout_c': 0.0, 'pull_rate': 0.27841, 'center_rate': 0.44318, 'slap_rate': 0.27841, 'avg': 0.25833, 'obp': 0.45602, 'slg': 0.43426, 'player_id': 10653}, {'battingcard_id': 4891, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.35, 'strikeout': 8.5, 'lineout': 11.45, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.5, 'groundout_a': 9.45, 'groundout_b': 11.6, 'groundout_c': 0.0, 'pull_rate': 0.27929, 'center_rate': 0.1252, 'slap_rate': 0.59551, 'avg': 0.28796, 'obp': 0.44861, 'slg': 0.44907, 'player_id': 10653}, {'battingcard_id': 4892, 'vs_hand': 'L', 'homerun': 9.0, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.5, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.75, 'strikeout': 25.15, 'lineout': 5.9, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.75, 'groundout_a': 1.2, 'groundout_b': 10.6, 'groundout_c': 0.0, 'pull_rate': 0.29139, 'center_rate': 0.43046, 'slap_rate': 0.27815, 'avg': 0.35648, 'obp': 0.42824, 'slg': 0.69167, 'player_id': 10654}, {'battingcard_id': 4892, 'vs_hand': 'R', 'homerun': 7.0, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 22.75, 'lineout': 0, 'popout': 9.7, 'flyout_a': 1.0, 'flyout_bq': 7.55, 'flyout_lf_b': 6.6, 'flyout_rf_b': 3.25, 'groundout_a': 0, 'groundout_b': 17.95, 'groundout_c': 0.0, 'pull_rate': 0.25758, 'center_rate': 0.14069, 'slap_rate': 0.60173, 'avg': 0.27176, 'obp': 0.36296, 'slg': 0.53102, 'player_id': 10654}, {'battingcard_id': 5148, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 0, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 10.2, 'strikeout': 16.0, 'lineout': 3.4, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 15.45, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 5.1, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.27232, 'center_rate': 0.45536, 'slap_rate': 0.27232, 'avg': 0.19769, 'obp': 0.37546, 'slg': 0.32593, 'player_id': 11199}, {'battingcard_id': 5148, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 23.7, 'strikeout': 14.65, 'lineout': 0, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0, 'groundout_b': 26.6, 'groundout_c': 0.0, 'pull_rate': 0.33051, 'center_rate': 0.75, 'slap_rate': -0.08051, 'avg': 0.26806, 'obp': 0.49676, 'slg': 0.4037, 'player_id': 11199}, {'battingcard_id': 5287, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 4.75, 'single_one': 2.75, 'single_center': 6.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 15.25, 'lineout': 12.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 3.9, 'groundout_b': 21.7, 'groundout_c': 0.0, 'pull_rate': 0.18103, 'center_rate': 0.63793, 'slap_rate': 0.18104, 'avg': 0.29398, 'obp': 0.38426, 'slg': 0.43056, 'player_id': 11449}, {'battingcard_id': 5287, 'vs_hand': 'R', 'homerun': 15.2, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.8, 'single_two': 19.55, 'single_one': 7.3, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.2, 'strikeout': 9.8, 'lineout': 0, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 2.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 20.55, 'groundout_c': 0.0, 'pull_rate': 0.35955, 'center_rate': 0.75, 'slap_rate': -0.10955, 'avg': 0.57731, 'obp': 0.62546, 'slg': 1.15648, 'player_id': 11449}, {'battingcard_id': 5313, 'vs_hand': 'L', 'homerun': 8.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 19.1, 'lineout': 1.6, 'popout': 8.6, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 6.4, 'flyout_rf_b': 6.35, 'groundout_a': 18.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3587, 'center_rate': 0.28261, 'slap_rate': 0.35869, 'avg': 0.30185, 'obp': 0.37315, 'slg': 0.61111, 'player_id': 11505}, {'battingcard_id': 5313, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 3.2, 'single_one': 2.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.3, 'strikeout': 17.9, 'lineout': 7.55, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 18.2, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 25.2, 'groundout_c': 0.0, 'pull_rate': 0.34615, 'center_rate': 0.33333, 'slap_rate': 0.32052, 'avg': 0.21481, 'obp': 0.27315, 'slg': 0.31806, 'player_id': 11505}, {'battingcard_id': 5078, 'vs_hand': 'L', 'homerun': 10.15, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.5, 'single_two': 6.15, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 9.65, 'lineout': 1.65, 'popout': 9.1, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 6.0, 'flyout_rf_b': 6.0, 'groundout_a': 5.1, 'groundout_b': 27.1, 'groundout_c': 0.0, 'pull_rate': 0.31783, 'center_rate': 0.36434, 'slap_rate': 0.31783, 'avg': 0.32963, 'obp': 0.34259, 'slg': 0.67593, 'player_id': 11042}, {'battingcard_id': 5078, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.85, 'double_pull': 6.85, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.05, 'strikeout': 30.9, 'lineout': 1.95, 'popout': 7.9, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.30104, 'center_rate': 0.16263, 'slap_rate': 0.53633, 'avg': 0.24583, 'obp': 0.31111, 'slg': 0.34815, 'player_id': 11042}, {'battingcard_id': 4893, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.7, 'strikeout': 8.2, 'lineout': 1.9, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 24.75, 'groundout_c': 0.0, 'pull_rate': 0.19444, 'center_rate': 0.61111, 'slap_rate': 0.19445, 'avg': 0.26852, 'obp': 0.4787, 'slg': 0.33241, 'player_id': 10655}, {'battingcard_id': 4893, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 15.75, 'lineout': 6.3, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 5.7, 'groundout_b': 30.35, 'groundout_c': 0.0, 'pull_rate': 0.19663, 'center_rate': 0.16479, 'slap_rate': 0.63858, 'avg': 0.2412, 'obp': 0.36204, 'slg': 0.30648, 'player_id': 10655}, {'battingcard_id': 4894, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 20.7, 'lineout': 3.8, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.35, 'groundout_a': 1.25, 'groundout_b': 24.0, 'groundout_c': 0.0, 'pull_rate': 0.19149, 'center_rate': 0.56028, 'slap_rate': 0.24823, 'avg': 0.27407, 'obp': 0.39028, 'slg': 0.38657, 'player_id': 10656}, {'battingcard_id': 4894, 'vs_hand': 'R', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.75, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.3, 'strikeout': 14.1, 'lineout': 6.65, 'popout': 3.6, 'flyout_a': 1.0, 'flyout_bq': 9.6, 'flyout_lf_b': 10.8, 'flyout_rf_b': 6.4, 'groundout_a': 23.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28082, 'center_rate': 0.18037, 'slap_rate': 0.53881, 'avg': 0.21157, 'obp': 0.29769, 'slg': 0.41852, 'player_id': 10656}, {'battingcard_id': 5031, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.85, 'single_one': 0.0, 'single_center': 15.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.65, 'strikeout': 7.55, 'lineout': 3.2, 'popout': 12.15, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 12.6, 'groundout_c': 0.0, 'pull_rate': 0.11667, 'center_rate': 0.4, 'slap_rate': 0.48333, 'avg': 0.35278, 'obp': 0.49769, 'slg': 0.49028, 'player_id': 10942}, {'battingcard_id': 5031, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.75, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 14.9, 'lineout': 1.4, 'popout': 7.45, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 26.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26034, 'center_rate': 0.1, 'slap_rate': 0.63966, 'avg': 0.28565, 'obp': 0.43565, 'slg': 0.36157, 'player_id': 10942}, {'battingcard_id': 5288, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.1, 'double_pull': 9.05, 'single_two': 5.85, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.5, 'strikeout': 13.95, 'lineout': 9.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.56, 'slap_rate': 0.28, 'avg': 0.37917, 'obp': 0.43935, 'slg': 0.49815, 'player_id': 11450}, {'battingcard_id': 5288, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 8.2, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 17.8, 'lineout': 12.25, 'popout': 1.4, 'flyout_a': 1.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 0, 'groundout_a': 15.3, 'groundout_b': 5.1, 'groundout_c': 0.0, 'pull_rate': 0.26623, 'center_rate': 0.1, 'slap_rate': 0.63377, 'avg': 0.32083, 'obp': 0.42454, 'slg': 0.6213, 'player_id': 11450}, {'battingcard_id': 5079, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.65, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 38.0, 'lineout': 2.2, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.2, 'groundout_a': 4.8, 'groundout_b': 11.2, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.48571, 'slap_rate': 0.31429, 'avg': 0.18148, 'obp': 0.29583, 'slg': 0.32454, 'player_id': 11043}, {'battingcard_id': 5079, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 5.1, 'single_one': 6.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.45, 'strikeout': 24.0, 'lineout': 0, 'popout': 13.4, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 19.15, 'groundout_b': 1.0, 'groundout_c': 0.0, 'pull_rate': 0.22622, 'center_rate': 0.1, 'slap_rate': 0.67378, 'avg': 0.28426, 'obp': 0.37176, 'slg': 0.36528, 'player_id': 11043}, {'battingcard_id': 4895, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.35, 'strikeout': 12.9, 'lineout': 1.1, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 20.35, 'groundout_b': 10.95, 'groundout_c': 0.0, 'pull_rate': 0.26901, 'center_rate': 0.46199, 'slap_rate': 0.269, 'avg': 0.25139, 'obp': 0.36574, 'slg': 0.28889, 'player_id': 10657}, {'battingcard_id': 4895, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.85, 'strikeout': 14.7, 'lineout': 8.9, 'popout': 5.9, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 3.9, 'flyout_rf_b': 1.65, 'groundout_a': 4.5, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.2211, 'center_rate': 0.16024, 'slap_rate': 0.61866, 'avg': 0.28287, 'obp': 0.35556, 'slg': 0.41759, 'player_id': 10657}, {'battingcard_id': 4896, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 10.4, 'strikeout': 20.55, 'lineout': 6.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.2, 'groundout_a': 5.1, 'groundout_b': 19.6, 'groundout_c': 0.0, 'pull_rate': 0.15789, 'center_rate': 0.51316, 'slap_rate': 0.32895, 'avg': 0.2463, 'obp': 0.37037, 'slg': 0.2875, 'player_id': 10658}, {'battingcard_id': 4896, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.5, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.35, 'strikeout': 12.3, 'lineout': 1.2, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 16.8, 'flyout_lf_b': 4.5, 'flyout_rf_b': 1.2, 'groundout_a': 1.2, 'groundout_b': 20.6, 'groundout_c': 0.0, 'pull_rate': 0.14348, 'center_rate': 0.16957, 'slap_rate': 0.68695, 'avg': 0.2625, 'obp': 0.36759, 'slg': 0.32917, 'player_id': 10658}, {'battingcard_id': 5111, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 17.55, 'lineout': 4.75, 'popout': 8.8, 'flyout_a': 0.0, 'flyout_bq': 19.35, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 25.15, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.52381, 'slap_rate': 0.30476, 'avg': 0.19259, 'obp': 0.23981, 'slg': 0.23287, 'player_id': 11113}, {'battingcard_id': 5111, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 10.1, 'lineout': 10.55, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 27.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.12178, 'center_rate': 0.12881, 'slap_rate': 0.74941, 'avg': 0.25556, 'obp': 0.34583, 'slg': 0.33148, 'player_id': 11113}, {'battingcard_id': 4897, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 7.5, 'single_one': 6.75, 'single_center': 8.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.2, 'strikeout': 13.45, 'lineout': 0, 'popout': 15.9, 'flyout_a': 0.0, 'flyout_bq': 6.45, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.20652, 'center_rate': 0.52717, 'slap_rate': 0.26631, 'avg': 0.36481, 'obp': 0.47778, 'slg': 0.48333, 'player_id': 10659}, {'battingcard_id': 4897, 'vs_hand': 'R', 'homerun': 5.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.2, 'single_one': 0, 'single_center': 6.0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 15.25, 'lineout': 5.7, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 12.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 15.3, 'groundout_b': 8.2, 'groundout_c': 0.0, 'pull_rate': 0.19599, 'center_rate': 0.21604, 'slap_rate': 0.58797, 'avg': 0.26296, 'obp': 0.35278, 'slg': 0.51204, 'player_id': 10659}, {'battingcard_id': 4898, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 35.8, 'lineout': 7.1, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.52174, 'slap_rate': 0.21739, 'avg': 0.18935, 'obp': 0.33241, 'slg': 0.29907, 'player_id': 10660}, {'battingcard_id': 4898, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.15, 'strikeout': 27.9, 'lineout': 0, 'popout': 11.7, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 2.7, 'flyout_rf_b': 0, 'groundout_a': 21.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20356, 'center_rate': 0.1, 'slap_rate': 0.69644, 'avg': 0.20648, 'obp': 0.30972, 'slg': 0.29861, 'player_id': 10660}, {'battingcard_id': 4899, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 10.55, 'strikeout': 7.05, 'lineout': 10.05, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 31.15, 'groundout_c': 0.0, 'pull_rate': 0.19231, 'center_rate': 0.53846, 'slap_rate': 0.26923, 'avg': 0.20046, 'obp': 0.34444, 'slg': 0.27407, 'player_id': 10661}, {'battingcard_id': 4899, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.35, 'strikeout': 19.45, 'lineout': 10.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 2.75, 'flyout_rf_b': 0, 'groundout_a': 32.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16, 'center_rate': 0.1, 'slap_rate': 0.74, 'avg': 0.23426, 'obp': 0.30231, 'slg': 0.28519, 'player_id': 10661}, {'battingcard_id': 5032, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.05, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 11.55, 'lineout': 1.2, 'popout': 9.6, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 22.6, 'groundout_b': 9.7, 'groundout_c': 0.0, 'pull_rate': 0.30263, 'center_rate': 0.39474, 'slap_rate': 0.30263, 'avg': 0.2088, 'obp': 0.32222, 'slg': 0.28981, 'player_id': 10943}, {'battingcard_id': 5032, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 19.5, 'lineout': 3.6, 'popout': 10.55, 'flyout_a': 0.0, 'flyout_bq': 13.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.8, 'groundout_a': 26.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29412, 'center_rate': 0.1, 'slap_rate': 0.60588, 'avg': 0.23241, 'obp': 0.28519, 'slg': 0.28704, 'player_id': 10943}, {'battingcard_id': 4900, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 4.5, 'single_one': 6.45, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 22.05, 'strikeout': 13.55, 'lineout': 2.25, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.28009, 'obp': 0.53056, 'slg': 0.41204, 'player_id': 10662}, {'battingcard_id': 4900, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 2.2, 'single_one': 0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 20.85, 'lineout': 9.8, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 3.6, 'flyout_rf_b': 1.35, 'groundout_a': 8.85, 'groundout_b': 16.4, 'groundout_c': 0.0, 'pull_rate': 0.22096, 'center_rate': 0.10765, 'slap_rate': 0.67139, 'avg': 0.21065, 'obp': 0.28981, 'slg': 0.32917, 'player_id': 10662}, {'battingcard_id': 4901, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.3, 'double_pull': 9.35, 'single_two': 3.25, 'single_one': 4.8, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 5.75, 'lineout': 3.75, 'popout': 11.2, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.9, 'groundout_a': 4.2, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.27152, 'center_rate': 0.45695, 'slap_rate': 0.27153, 'avg': 0.33843, 'obp': 0.41759, 'slg': 0.51343, 'player_id': 10663}, {'battingcard_id': 4901, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.7, 'strikeout': 12.95, 'lineout': 6.55, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 9.75, 'groundout_b': 22.8, 'groundout_c': 0.0, 'pull_rate': 0.25102, 'center_rate': 0.14082, 'slap_rate': 0.60816, 'avg': 0.26065, 'obp': 0.3412, 'slg': 0.38611, 'player_id': 10663}, {'battingcard_id': 4902, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.25, 'strikeout': 13.65, 'lineout': 9.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 18.65, 'groundout_c': 0.0, 'pull_rate': 0.21622, 'center_rate': 0.56757, 'slap_rate': 0.21621, 'avg': 0.32222, 'obp': 0.52824, 'slg': 0.56389, 'player_id': 10664}, {'battingcard_id': 4902, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.25, 'strikeout': 20.75, 'lineout': 4.5, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.75, 'groundout_a': 5.4, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.27746, 'center_rate': 0.24277, 'slap_rate': 0.47977, 'avg': 0.25926, 'obp': 0.37269, 'slg': 0.31898, 'player_id': 10664}, {'battingcard_id': 5138, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 3.5, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 19.5, 'lineout': 5.4, 'popout': 7.65, 'flyout_a': 0.0, 'flyout_bq': 6.9, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 9.8, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.19298, 'center_rate': 0.61404, 'slap_rate': 0.19298, 'avg': 0.22963, 'obp': 0.25046, 'slg': 0.31389, 'player_id': 11168}, {'battingcard_id': 5138, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 21.45, 'lineout': 5.8, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 38.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17964, 'center_rate': 0.20958, 'slap_rate': 0.61078, 'avg': 0.16389, 'obp': 0.27407, 'slg': 0.20278, 'player_id': 11168}, {'battingcard_id': 5080, 'vs_hand': 'L', 'homerun': 4.25, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 25.3, 'lineout': 6.35, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 2.7, 'groundout_b': 23.6, 'groundout_c': 0.0, 'pull_rate': 0.31915, 'center_rate': 0.3617, 'slap_rate': 0.31915, 'avg': 0.24491, 'obp': 0.29769, 'slg': 0.4463, 'player_id': 11044}, {'battingcard_id': 5080, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 11.2, 'strikeout': 14.75, 'lineout': 2.5, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 12.55, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.22917, 'center_rate': 0.35417, 'slap_rate': 0.41666, 'avg': 0.16852, 'obp': 0.3463, 'slg': 0.22593, 'player_id': 11044}, {'battingcard_id': 5139, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.65, 'double_pull': 7.65, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 10.55, 'lineout': 3.9, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 2.7, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.27119, 'center_rate': 0.45763, 'slap_rate': 0.27118, 'avg': 0.31481, 'obp': 0.37176, 'slg': 0.41528, 'player_id': 11169}, {'battingcard_id': 5139, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 7.05, 'double_pull': 7.05, 'single_two': 8.15, 'single_one': 12.2, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 11.85, 'lineout': 8.0, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 8.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 17.8, 'groundout_c': 0.0, 'pull_rate': 0.29317, 'center_rate': 0.10843, 'slap_rate': 0.5984, 'avg': 0.41944, 'obp': 0.49028, 'slg': 0.51991, 'player_id': 11169}, {'battingcard_id': 4903, 'vs_hand': 'L', 'homerun': 7.85, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.35, 'single_two': 8.35, 'single_one': 2.5, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.05, 'strikeout': 15.45, 'lineout': 5.7, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 21.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24571, 'center_rate': 0.50857, 'slap_rate': 0.24572, 'avg': 0.36019, 'obp': 0.44398, 'slg': 0.65787, 'player_id': 10665}, {'battingcard_id': 4903, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 5.75, 'single_one': 8.65, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.25, 'strikeout': 7.55, 'lineout': 0, 'popout': 13.05, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.35, 'groundout_a': 17.0, 'groundout_b': 7.3, 'groundout_c': 0.0, 'pull_rate': 0.22193, 'center_rate': 0.23238, 'slap_rate': 0.54569, 'avg': 0.34074, 'obp': 0.43565, 'slg': 0.42222, 'player_id': 10665}, {'battingcard_id': 4904, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.3, 'double_pull': 8.25, 'single_two': 5.1, 'single_one': 7.05, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 11.0, 'lineout': 5.7, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 29.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25197, 'center_rate': 0.6063, 'slap_rate': 0.14173, 'avg': 0.3625, 'obp': 0.40185, 'slg': 0.52315, 'player_id': 10666}, {'battingcard_id': 4904, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.55, 'double_pull': 6.55, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 12.65, 'lineout': 2.1, 'popout': 11.1, 'flyout_a': 0.0, 'flyout_bq': 12.2, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.9, 'groundout_a': 24.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26841, 'center_rate': 0.3658, 'slap_rate': 0.36579, 'avg': 0.29491, 'obp': 0.38194, 'slg': 0.44537, 'player_id': 10666}, {'battingcard_id': 5149, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 26.35, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 15.2, 'groundout_b': 45.6, 'groundout_c': 0.0, 'pull_rate': 0.36923, 'center_rate': 0.58462, 'slap_rate': 0.04615, 'avg': 0.04444, 'obp': 0.09722, 'slg': 0.01111, 'player_id': 11200}, {'battingcard_id': 5149, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 5.4, 'single_one': 7.95, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 8.6, 'lineout': 10.45, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.1, 'groundout_a': 25.85, 'groundout_b': 2.85, 'groundout_c': 0.0, 'pull_rate': 0.22581, 'center_rate': 0.17512, 'slap_rate': 0.59907, 'avg': 0.325, 'obp': 0.41296, 'slg': 0.43704, 'player_id': 11200}, {'battingcard_id': 4905, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 12.2, 'single_two': 7.15, 'single_one': 0, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 14.85, 'lineout': 5.1, 'popout': 9.45, 'flyout_a': 1.0, 'flyout_bq': 6.65, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 1.2, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.36574, 'obp': 0.41296, 'slg': 0.55694, 'player_id': 10667}, {'battingcard_id': 4905, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 2.5, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 17.5, 'lineout': 11.25, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 22.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 4.2, 'groundout_a': 11.6, 'groundout_b': 11.6, 'groundout_c': 0.0, 'pull_rate': 0.26855, 'center_rate': 0.25442, 'slap_rate': 0.47703, 'avg': 0.15093, 'obp': 0.23519, 'slg': 0.17037, 'player_id': 10667}, {'battingcard_id': 4906, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.75, 'single_one': 2.8, 'single_center': 6.6, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 12.25, 'strikeout': 9.2, 'lineout': 0, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 20.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.6, 'groundout_a': 1.5, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.28777, 'center_rate': 0.46763, 'slap_rate': 0.2446, 'avg': 0.29537, 'obp': 0.45509, 'slg': 0.43889, 'player_id': 10668}, {'battingcard_id': 4906, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 6.0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.75, 'strikeout': 13.35, 'lineout': 7.0, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 15.65, 'flyout_lf_b': 2.8, 'flyout_rf_b': 2.5, 'groundout_a': 2.7, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.2957, 'center_rate': 0.34946, 'slap_rate': 0.35484, 'avg': 0.28889, 'obp': 0.42546, 'slg': 0.50648, 'player_id': 10668}, {'battingcard_id': 4907, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.7, 'strikeout': 9.4, 'lineout': 6.95, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 7.65, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.35, 'groundout_a': 2.4, 'groundout_b': 43.6, 'groundout_c': 0.0, 'pull_rate': 0.3169, 'center_rate': 0.3662, 'slap_rate': 0.3169, 'avg': 0.22176, 'obp': 0.2838, 'slg': 0.26296, 'player_id': 10669}, {'battingcard_id': 4907, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.65, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.8, 'strikeout': 8.75, 'lineout': 0, 'popout': 11.45, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.1, 'groundout_a': 26.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27872, 'center_rate': 0.19586, 'slap_rate': 0.52542, 'avg': 0.30926, 'obp': 0.4463, 'slg': 0.38935, 'player_id': 10669}, {'battingcard_id': 5081, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 8.0, 'single_one': 12.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.75, 'strikeout': 8.75, 'lineout': 1.5, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 12.6, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 17.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22275, 'center_rate': 0.5545, 'slap_rate': 0.22275, 'avg': 0.38472, 'obp': 0.53056, 'slg': 0.48056, 'player_id': 11045}, {'battingcard_id': 5081, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 12.15, 'lineout': 6.45, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.5, 'groundout_a': 7.75, 'groundout_b': 43.95, 'groundout_c': 0.0, 'pull_rate': 0.2125, 'center_rate': 0.4875, 'slap_rate': 0.3, 'avg': 0.16296, 'obp': 0.1838, 'slg': 0.19722, 'player_id': 11045}, {'battingcard_id': 5033, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.6, 'single_two': 0, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.05, 'strikeout': 28.5, 'lineout': 1.65, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 10.4, 'flyout_lf_b': 6.9, 'flyout_rf_b': 6.9, 'groundout_a': 0.0, 'groundout_b': 5.95, 'groundout_c': 0.0, 'pull_rate': 0.25743, 'center_rate': 0.48515, 'slap_rate': 0.25742, 'avg': 0.20787, 'obp': 0.40278, 'slg': 0.41343, 'player_id': 10944}, {'battingcard_id': 5033, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.65, 'double_pull': 8.65, 'single_two': 3.75, 'single_one': 0, 'single_center': 7.0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.6, 'strikeout': 12.8, 'lineout': 1.1, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 12.7, 'groundout_c': 0.0, 'pull_rate': 0.31429, 'center_rate': 0.23333, 'slap_rate': 0.45238, 'avg': 0.32454, 'obp': 0.52454, 'slg': 0.51481, 'player_id': 10944}, {'battingcard_id': 4908, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.75, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 4.15, 'lineout': 2.8, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 16.6, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 28.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27413, 'center_rate': 0.45174, 'slap_rate': 0.27413, 'avg': 0.28935, 'obp': 0.44954, 'slg': 0.39306, 'player_id': 10670}, {'battingcard_id': 4908, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 4.5, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 14.0, 'strikeout': 14.55, 'lineout': 1.95, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.2, 'groundout_a': 12.6, 'groundout_b': 10.3, 'groundout_c': 0.0, 'pull_rate': 0.23032, 'center_rate': 0.34111, 'slap_rate': 0.42857, 'avg': 0.27407, 'obp': 0.43148, 'slg': 0.39444, 'player_id': 10670}, {'battingcard_id': 5299, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.25, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 5.1, 'lineout': 1.2, 'popout': 6.2, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 42.1, 'groundout_c': 0.0, 'pull_rate': 0.15, 'center_rate': 0.65, 'slap_rate': 0.2, 'avg': 0.29074, 'obp': 0.42407, 'slg': 0.36528, 'player_id': 11479}, {'battingcard_id': 5299, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.3, 'strikeout': 8.65, 'lineout': 16.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 36.3, 'groundout_c': 0.0, 'pull_rate': 0.27451, 'center_rate': 0.16993, 'slap_rate': 0.55556, 'avg': 0.23056, 'obp': 0.33519, 'slg': 0.26852, 'player_id': 11479}, {'battingcard_id': 5034, 'vs_hand': 'L', 'homerun': 6.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.0, 'single_two': 4.25, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.25, 'strikeout': 21.5, 'lineout': 8.0, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 3.3, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.8, 'groundout_a': 3.2, 'groundout_b': 9.85, 'groundout_c': 6.95, 'pull_rate': 0.28378, 'center_rate': 0.43243, 'slap_rate': 0.28379, 'avg': 0.29861, 'obp': 0.43056, 'slg': 0.54352, 'player_id': 10945}, {'battingcard_id': 5034, 'vs_hand': 'R', 'homerun': 6.7, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 4.25, 'strikeout': 23.95, 'lineout': 0, 'popout': 8.05, 'flyout_a': 1.0, 'flyout_bq': 11.55, 'flyout_lf_b': 4.2, 'flyout_rf_b': 5.4, 'groundout_a': 3.75, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.28045, 'center_rate': 0.27195, 'slap_rate': 0.4476, 'avg': 0.23843, 'obp': 0.32407, 'slg': 0.46343, 'player_id': 10945}, {'battingcard_id': 5035, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 2.1, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 59.8, 'strikeout': 8.2, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 6.1, 'groundout_c': 0.0, 'pull_rate': 0.33766, 'center_rate': 0.32468, 'slap_rate': 0.33766, 'avg': 0.17176, 'obp': 0.72546, 'slg': 0.23981, 'player_id': 10946}, {'battingcard_id': 5035, 'vs_hand': 'R', 'homerun': 11.35, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.4, 'single_two': 9.1, 'single_one': 2.1, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 10.35, 'lineout': 4.25, 'popout': 4.2, 'flyout_a': 1.0, 'flyout_bq': 6.85, 'flyout_lf_b': 5.7, 'flyout_rf_b': 10.25, 'groundout_a': 3.9, 'groundout_b': 11.45, 'groundout_c': 0.0, 'pull_rate': 0.30537, 'center_rate': 0.1, 'slap_rate': 0.59463, 'avg': 0.3838, 'obp': 0.46343, 'slg': 0.78333, 'player_id': 10946}, {'battingcard_id': 4909, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 19.4, 'single_two': 7.3, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.85, 'strikeout': 20.75, 'lineout': 4.25, 'popout': 6.35, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.30201, 'center_rate': 0.39597, 'slap_rate': 0.30202, 'avg': 0.42593, 'obp': 0.48009, 'slg': 0.51204, 'player_id': 10671}, {'battingcard_id': 4909, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 13.1, 'lineout': 6.2, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 1.2, 'groundout_b': 22.9, 'groundout_c': 0.0, 'pull_rate': 0.27757, 'center_rate': 0.11217, 'slap_rate': 0.61026, 'avg': 0.31204, 'obp': 0.42222, 'slg': 0.45833, 'player_id': 10671}, {'battingcard_id': 4910, 'vs_hand': 'L', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.15, 'strikeout': 14.6, 'lineout': 7.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.46667, 'slap_rate': 0.26666, 'avg': 0.26111, 'obp': 0.5125, 'slg': 0.37083, 'player_id': 10672}, {'battingcard_id': 4910, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.95, 'strikeout': 28.3, 'lineout': 3.5, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.75, 'groundout_a': 12.1, 'groundout_b': 14.8, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.13672, 'slap_rate': 0.61328, 'avg': 0.1463, 'obp': 0.22917, 'slg': 0.18333, 'player_id': 10672}, {'battingcard_id': 4911, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 32.5, 'strikeout': 11.5, 'lineout': 3.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 16.05, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.24096, 'center_rate': 0.51807, 'slap_rate': 0.24097, 'avg': 0.1963, 'obp': 0.49722, 'slg': 0.22685, 'player_id': 10673}, {'battingcard_id': 4911, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.55, 'single_two': 2.25, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.1, 'strikeout': 12.1, 'lineout': 10.55, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.2, 'groundout_a': 17.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26838, 'center_rate': 0.1, 'slap_rate': 0.63162, 'avg': 0.24213, 'obp': 0.4375, 'slg': 0.39028, 'player_id': 10673}, {'battingcard_id': 4912, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 27.65, 'lineout': 11.4, 'popout': 2.1, 'flyout_a': 1.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.5, 'flyout_rf_b': 3.4, 'groundout_a': 2.1, 'groundout_b': 11.2, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.47826, 'slap_rate': 0.26087, 'avg': 0.18611, 'obp': 0.29306, 'slg': 0.47593, 'player_id': 10674}, {'battingcard_id': 4912, 'vs_hand': 'R', 'homerun': 7.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 9.05, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.2, 'strikeout': 11.4, 'lineout': 6.5, 'popout': 7.95, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 3.75, 'flyout_rf_b': 7.45, 'groundout_a': 17.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27345, 'center_rate': 0.1, 'slap_rate': 0.62655, 'avg': 0.32361, 'obp': 0.43657, 'slg': 0.58657, 'player_id': 10674}, {'battingcard_id': 4913, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.1, 'strikeout': 14.5, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 19.2, 'groundout_c': 0.0, 'pull_rate': 0.2619, 'center_rate': 0.52381, 'slap_rate': 0.21429, 'avg': 0.20694, 'obp': 0.40231, 'slg': 0.32222, 'player_id': 10675}, {'battingcard_id': 4913, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.35, 'strikeout': 24.75, 'lineout': 5.7, 'popout': 8.5, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.2, 'groundout_a': 4.25, 'groundout_b': 17.05, 'groundout_c': 0.0, 'pull_rate': 0.32419, 'center_rate': 0.16459, 'slap_rate': 0.51122, 'avg': 0.20926, 'obp': 0.33287, 'slg': 0.29907, 'player_id': 10675}, {'battingcard_id': 5082, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.85, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.1, 'strikeout': 20.1, 'lineout': 7.1, 'popout': 10.65, 'flyout_a': 0.0, 'flyout_bq': 8.1, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 5.1, 'groundout_b': 9.45, 'groundout_c': 0.0, 'pull_rate': 0.28947, 'center_rate': 0.42105, 'slap_rate': 0.28948, 'avg': 0.33935, 'obp': 0.41435, 'slg': 0.58102, 'player_id': 11046}, {'battingcard_id': 5082, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 6.15, 'single_two': 4.75, 'single_one': 5.7, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.2, 'strikeout': 16.05, 'lineout': 4.2, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 17.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.8, 'groundout_a': 0, 'groundout_b': 15.85, 'groundout_c': 0.0, 'pull_rate': 0.24854, 'center_rate': 0.14035, 'slap_rate': 0.61111, 'avg': 0.31667, 'obp': 0.42963, 'slg': 0.4463, 'player_id': 11046}, {'battingcard_id': 4914, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 6.5, 'single_one': 5.85, 'single_center': 7.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 4.95, 'lineout': 5.7, 'popout': 10.3, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 4.5, 'groundout_b': 25.2, 'groundout_c': 0.0, 'pull_rate': 0.19643, 'center_rate': 0.60714, 'slap_rate': 0.19643, 'avg': 0.35093, 'obp': 0.39028, 'slg': 0.49352, 'player_id': 10676}, {'battingcard_id': 4914, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.35, 'single_two': 6.3, 'single_one': 9.5, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.9, 'strikeout': 7.2, 'lineout': 2.25, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 27.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27289, 'center_rate': 0.11972, 'slap_rate': 0.60739, 'avg': 0.36806, 'obp': 0.45046, 'slg': 0.46204, 'player_id': 10676}, {'battingcard_id': 5112, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 11.4, 'strikeout': 6.35, 'lineout': 27.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 18.4, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.23981, 'obp': 0.37315, 'slg': 0.2713, 'player_id': 11114}, {'battingcard_id': 5112, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 9.7, 'lineout': 8.15, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 3.6, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 26.05, 'groundout_c': 0.0, 'pull_rate': 0.13962, 'center_rate': 0.1, 'slap_rate': 0.76038, 'avg': 0.22639, 'obp': 0.36667, 'slg': 0.23935, 'player_id': 11114}, {'battingcard_id': 5083, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.0, 'single_two': 12.3, 'single_one': 18.45, 'single_center': 6.15, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 5.9, 'lineout': 2.5, 'popout': 13.9, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 3.2, 'groundout_b': 16.9, 'groundout_c': 0.0, 'pull_rate': 0.25926, 'center_rate': 0.53704, 'slap_rate': 0.2037, 'avg': 0.51759, 'obp': 0.54722, 'slg': 0.56713, 'player_id': 11047}, {'battingcard_id': 5083, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.75, 'strikeout': 6.25, 'lineout': 10.9, 'popout': 5.85, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 7.8, 'groundout_b': 31.3, 'groundout_c': 0.0, 'pull_rate': 0.24361, 'center_rate': 0.1, 'slap_rate': 0.65639, 'avg': 0.24444, 'obp': 0.30694, 'slg': 0.37361, 'player_id': 11047}, {'battingcard_id': 5189, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 11.7, 'lineout': 12.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 2.55, 'groundout_b': 22.75, 'groundout_c': 0.0, 'pull_rate': 0.25758, 'center_rate': 0.48485, 'slap_rate': 0.25757, 'avg': 0.24907, 'obp': 0.35093, 'slg': 0.33843, 'player_id': 11291}, {'battingcard_id': 5189, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.55, 'strikeout': 12.8, 'lineout': 4.2, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 29.25, 'groundout_c': 0.0, 'pull_rate': 0.27083, 'center_rate': 0.22222, 'slap_rate': 0.50695, 'avg': 0.25, 'obp': 0.35694, 'slg': 0.28889, 'player_id': 11291}, {'battingcard_id': 5084, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 10.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 9.55, 'lineout': 6.35, 'popout': 4.25, 'flyout_a': 1.0, 'flyout_bq': 18.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 6.9, 'groundout_b': 12.85, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.29444, 'obp': 0.39444, 'slg': 0.41852, 'player_id': 11048}, {'battingcard_id': 5084, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.5, 'single_one': 2.1, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.7, 'strikeout': 19.8, 'lineout': 5.1, 'popout': 11.5, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.32075, 'center_rate': 0.13208, 'slap_rate': 0.54717, 'avg': 0.25694, 'obp': 0.32824, 'slg': 0.36157, 'player_id': 11048}, {'battingcard_id': 5168, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.45, 'single_two': 0, 'single_one': 0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 26.4, 'lineout': 24.65, 'popout': 6.15, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 16.55, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.23981, 'obp': 0.23981, 'slg': 0.38704, 'player_id': 11243}, {'battingcard_id': 5168, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 28.45, 'lineout': 5.1, 'popout': 11.95, 'flyout_a': 1.0, 'flyout_bq': 13.45, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.25, 'groundout_a': 1.2, 'groundout_b': 10.2, 'groundout_c': 0.0, 'pull_rate': 0.22407, 'center_rate': 0.1, 'slap_rate': 0.67593, 'avg': 0.2162, 'obp': 0.29769, 'slg': 0.37593, 'player_id': 11243}, {'battingcard_id': 5169, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.15, 'single_two': 11.1, 'single_one': 10.0, 'single_center': 12.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 3.1, 'lineout': 7.45, 'popout': 9.15, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 0.0, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.20588, 'center_rate': 0.58824, 'slap_rate': 0.20588, 'avg': 0.50787, 'obp': 0.56065, 'slg': 0.6713, 'player_id': 11244}, {'battingcard_id': 5169, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.9, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 9.8, 'lineout': 9.1, 'popout': 7.45, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.7, 'groundout_a': 30.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24716, 'center_rate': 0.17045, 'slap_rate': 0.58239, 'avg': 0.30602, 'obp': 0.32361, 'slg': 0.525, 'player_id': 11244}, {'battingcard_id': 4915, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 7.8, 'single_one': 11.65, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.65, 'strikeout': 5.1, 'lineout': 8.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 27.85, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.37222, 'obp': 0.55417, 'slg': 0.42963, 'player_id': 10677}, {'battingcard_id': 4915, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.95, 'strikeout': 15.05, 'lineout': 6.85, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 0, 'groundout_b': 31.65, 'groundout_c': 0.0, 'pull_rate': 0.26711, 'center_rate': 0.13907, 'slap_rate': 0.59382, 'avg': 0.18657, 'obp': 0.3713, 'slg': 0.25602, 'player_id': 10677}, {'battingcard_id': 4916, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.4, 'strikeout': 26.25, 'lineout': 7.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 25.95, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 0, 'groundout_b': 21.2, 'groundout_c': 0.0, 'pull_rate': 0.28276, 'center_rate': 0.4069, 'slap_rate': 0.31034, 'avg': 0.12407, 'obp': 0.17407, 'slg': 0.16111, 'player_id': 10678}, {'battingcard_id': 4916, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 3.6, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 11.25, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 14.75, 'lineout': 3.3, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 24.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.37477, 'center_rate': 0.10946, 'slap_rate': 0.51577, 'avg': 0.36759, 'obp': 0.48009, 'slg': 0.70185, 'player_id': 10678}, {'battingcard_id': 4917, 'vs_hand': 'L', 'homerun': 9.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.7, 'single_two': 3.9, 'single_one': 0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 13.45, 'lineout': 3.2, 'popout': 8.75, 'flyout_a': 1.0, 'flyout_bq': 8.65, 'flyout_lf_b': 10.1, 'flyout_rf_b': 10.1, 'groundout_a': 0.0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.21296, 'obp': 0.32269, 'slg': 0.55278, 'player_id': 10679}, {'battingcard_id': 4917, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.1, 'strikeout': 22.45, 'lineout': 6.4, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 12.15, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 9.15, 'groundout_b': 4.9, 'groundout_c': 0.0, 'pull_rate': 0.27721, 'center_rate': 0.14374, 'slap_rate': 0.57905, 'avg': 0.2662, 'obp': 0.3875, 'slg': 0.54676, 'player_id': 10679}, {'battingcard_id': 5085, 'vs_hand': 'L', 'homerun': 7.35, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 6.1, 'single_two': 10.6, 'single_one': 2.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 21.35, 'lineout': 3.25, 'popout': 7.35, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.9, 'groundout_a': 1.1, 'groundout_b': 5.65, 'groundout_c': 3.9, 'pull_rate': 0.25191, 'center_rate': 0.46565, 'slap_rate': 0.28244, 'avg': 0.38657, 'obp': 0.47407, 'slg': 0.69167, 'player_id': 11049}, {'battingcard_id': 5085, 'vs_hand': 'R', 'homerun': 6.55, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.05, 'single_two': 3.75, 'single_one': 0, 'single_center': 1.65, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 6.65, 'strikeout': 22.85, 'lineout': 2.55, 'popout': 5.9, 'flyout_a': 1.0, 'flyout_bq': 6.6, 'flyout_lf_b': 8.3, 'flyout_rf_b': 7.1, 'groundout_a': 19.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.38243, 'center_rate': 0.15762, 'slap_rate': 0.45995, 'avg': 0.24444, 'obp': 0.31528, 'slg': 0.5088, 'player_id': 11049}, {'battingcard_id': 4918, 'vs_hand': 'L', 'homerun': 7.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 4.5, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 33.35, 'strikeout': 13.6, 'lineout': 2.2, 'popout': 2.55, 'flyout_a': 1.0, 'flyout_bq': 6.45, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 10.4, 'groundout_c': 0.0, 'pull_rate': 0.25714, 'center_rate': 0.48571, 'slap_rate': 0.25715, 'avg': 0.26528, 'obp': 0.59259, 'slg': 0.54676, 'player_id': 10680}, {'battingcard_id': 4918, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 17.75, 'lineout': 6.6, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 16.55, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.6, 'groundout_a': 17.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30523, 'center_rate': 0.1, 'slap_rate': 0.59477, 'avg': 0.22361, 'obp': 0.38194, 'slg': 0.36898, 'player_id': 10680}, {'battingcard_id': 4919, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.35, 'strikeout': 22.25, 'lineout': 20.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 7.5, 'groundout_b': 17.45, 'groundout_c': 0.0, 'pull_rate': 0.31452, 'center_rate': 0.37097, 'slap_rate': 0.31451, 'avg': 0.20046, 'obp': 0.26852, 'slg': 0.28241, 'player_id': 10681}, {'battingcard_id': 4919, 'vs_hand': 'R', 'homerun': 6.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 5.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 5.4, 'strikeout': 14.4, 'lineout': 1.2, 'popout': 9.7, 'flyout_a': 1.0, 'flyout_bq': 12.4, 'flyout_lf_b': 4.25, 'flyout_rf_b': 7.85, 'groundout_a': 20.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29709, 'center_rate': 0.1, 'slap_rate': 0.60291, 'avg': 0.22731, 'obp': 0.34213, 'slg': 0.40648, 'player_id': 10681}, {'battingcard_id': 4920, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.85, 'single_two': 9.6, 'single_one': 14.45, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 1.4, 'strikeout': 4.9, 'lineout': 1.2, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 4.75, 'groundout_b': 25.65, 'groundout_c': 0.0, 'pull_rate': 0.14563, 'center_rate': 0.70874, 'slap_rate': 0.14563, 'avg': 0.48657, 'obp': 0.5088, 'slg': 0.61019, 'player_id': 10682}, {'battingcard_id': 4920, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.8, 'strikeout': 10.5, 'lineout': 8.2, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.3, 'flyout_rf_b': 1.4, 'groundout_a': 32.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21304, 'center_rate': 0.1587, 'slap_rate': 0.62826, 'avg': 0.22685, 'obp': 0.32685, 'slg': 0.26343, 'player_id': 10682}, {'battingcard_id': 5113, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 16.3, 'strikeout': 7.4, 'lineout': 1.7, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 24.65, 'groundout_b': 10.6, 'groundout_c': 0.0, 'pull_rate': 0.24719, 'center_rate': 0.49438, 'slap_rate': 0.25843, 'avg': 0.23009, 'obp': 0.4088, 'slg': 0.2838, 'player_id': 11115}, {'battingcard_id': 5113, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 5.4, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 4.25, 'lineout': 12.35, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 3.3, 'flyout_rf_b': 1.9, 'groundout_a': 28.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30041, 'center_rate': 0.1, 'slap_rate': 0.59959, 'avg': 0.29491, 'obp': 0.33102, 'slg': 0.37778, 'player_id': 11115}, {'battingcard_id': 4921, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.65, 'double_pull': 11.65, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.3, 'strikeout': 9.9, 'lineout': 8.7, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 0, 'groundout_b': 16.25, 'groundout_c': 0.0, 'pull_rate': 0.21495, 'center_rate': 0.57009, 'slap_rate': 0.21496, 'avg': 0.34722, 'obp': 0.48889, 'slg': 0.53565, 'player_id': 10683}, {'battingcard_id': 4921, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.35, 'strikeout': 20.0, 'lineout': 7.25, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 13.15, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.2, 'groundout_a': 14.7, 'groundout_b': 7.9, 'groundout_c': 0.0, 'pull_rate': 0.24017, 'center_rate': 0.13319, 'slap_rate': 0.62664, 'avg': 0.24583, 'obp': 0.35093, 'slg': 0.30185, 'player_id': 10683}, {'battingcard_id': 4922, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 18.55, 'double_pull': 18.55, 'single_two': 10.0, 'single_one': 2.25, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.15, 'strikeout': 5.7, 'lineout': 4.75, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 7.75, 'groundout_c': 0.0, 'pull_rate': 0.33628, 'center_rate': 0.32743, 'slap_rate': 0.33629, 'avg': 0.5287, 'obp': 0.75231, 'slg': 0.92083, 'player_id': 10684}, {'battingcard_id': 4922, 'vs_hand': 'R', 'homerun': 1.95, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 2.1, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.0, 'strikeout': 20.0, 'lineout': 0, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 18.75, 'flyout_lf_b': 3.9, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.29752, 'center_rate': 0.15289, 'slap_rate': 0.54959, 'avg': 0.22269, 'obp': 0.35231, 'slg': 0.35, 'player_id': 10684}, {'battingcard_id': 5036, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 9.85, 'lineout': 4.25, 'popout': 7.8, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.9, 'groundout_b': 34.25, 'groundout_c': 0.0, 'pull_rate': 0.19651, 'center_rate': 0.60699, 'slap_rate': 0.1965, 'avg': 0.26296, 'obp': 0.35093, 'slg': 0.32315, 'player_id': 10947}, {'battingcard_id': 5036, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 14.8, 'lineout': 3.5, 'popout': 8.15, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 8.75, 'groundout_b': 26.2, 'groundout_c': 0.0, 'pull_rate': 0.25574, 'center_rate': 0.21286, 'slap_rate': 0.5314, 'avg': 0.2787, 'obp': 0.32269, 'slg': 0.37685, 'player_id': 10947}, {'battingcard_id': 5037, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 2.5, 'single_one': 2.25, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.55, 'strikeout': 11.55, 'lineout': 4.5, 'popout': 6.8, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 6.8, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.17105, 'center_rate': 0.65789, 'slap_rate': 0.17106, 'avg': 0.18981, 'obp': 0.3338, 'slg': 0.27315, 'player_id': 10948}, {'battingcard_id': 5037, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.65, 'strikeout': 11.5, 'lineout': 12.9, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 11.95, 'flyout_lf_b': 1.75, 'flyout_rf_b': 2.25, 'groundout_a': 18.4, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.23622, 'center_rate': 0.3937, 'slap_rate': 0.37008, 'avg': 0.20417, 'obp': 0.30278, 'slg': 0.2713, 'player_id': 10948}, {'battingcard_id': 4923, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.05, 'strikeout': 11.9, 'lineout': 6.95, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 3.5, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.18182, 'center_rate': 0.625, 'slap_rate': 0.19318, 'avg': 0.26528, 'obp': 0.37685, 'slg': 0.36435, 'player_id': 10685}, {'battingcard_id': 4923, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.45, 'strikeout': 6.7, 'lineout': 0, 'popout': 19.3, 'flyout_a': 0.0, 'flyout_bq': 13.8, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.2, 'groundout_a': 23.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28414, 'center_rate': 0.36344, 'slap_rate': 0.35242, 'avg': 0.26389, 'obp': 0.36991, 'slg': 0.4125, 'player_id': 10685}, {'battingcard_id': 4924, 'vs_hand': 'L', 'homerun': 7.75, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.6, 'single_two': 9.15, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.0, 'strikeout': 15.35, 'lineout': 8.05, 'popout': 2.1, 'flyout_a': 1.0, 'flyout_bq': 3.5, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.55, 'groundout_a': 18.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24771, 'center_rate': 0.50459, 'slap_rate': 0.2477, 'avg': 0.34676, 'obp': 0.50417, 'slg': 0.67917, 'player_id': 10686}, {'battingcard_id': 4924, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.2, 'single_one': 2.5, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 18.15, 'lineout': 9.6, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.4, 'groundout_a': 26.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20361, 'center_rate': 0.28351, 'slap_rate': 0.51288, 'avg': 0.23611, 'obp': 0.33333, 'slg': 0.4537, 'player_id': 10686}, {'battingcard_id': 5038, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.8, 'double_pull': 8.75, 'single_two': 5.7, 'single_one': 6.75, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 8.05, 'lineout': 12.55, 'popout': 8.35, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.25, 'groundout_a': 6.25, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.28017, 'center_rate': 0.43966, 'slap_rate': 0.28017, 'avg': 0.40278, 'obp': 0.44167, 'slg': 0.57037, 'player_id': 10949}, {'battingcard_id': 5038, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 10.2, 'strikeout': 14.55, 'lineout': 3.2, 'popout': 6.7, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.1, 'groundout_a': 1.5, 'groundout_b': 28.1, 'groundout_c': 0.0, 'pull_rate': 0.16302, 'center_rate': 0.24818, 'slap_rate': 0.5888, 'avg': 0.22917, 'obp': 0.34213, 'slg': 0.33056, 'player_id': 10949}, {'battingcard_id': 5039, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 7.05, 'strikeout': 16.7, 'lineout': 0, 'popout': 8.5, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 33.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25862, 'center_rate': 0.5977, 'slap_rate': 0.14368, 'avg': 0.24259, 'obp': 0.38194, 'slg': 0.31157, 'player_id': 10950}, {'battingcard_id': 5039, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 0, 'single_one': 0, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 8.05, 'lineout': 9.1, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 20.15, 'flyout_lf_b': 4.2, 'flyout_rf_b': 2.5, 'groundout_a': 2.8, 'groundout_b': 25.15, 'groundout_c': 0.0, 'pull_rate': 0.29274, 'center_rate': 0.22222, 'slap_rate': 0.48504, 'avg': 0.20417, 'obp': 0.30417, 'slg': 0.30509, 'player_id': 10950}, {'battingcard_id': 5086, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.25, 'strikeout': 13.75, 'lineout': 19.4, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 3.75, 'groundout_b': 20.25, 'groundout_c': 0.0, 'pull_rate': 0.16471, 'center_rate': 0.67059, 'slap_rate': 0.1647, 'avg': 0.13241, 'obp': 0.31065, 'slg': 0.17315, 'player_id': 11050}, {'battingcard_id': 5086, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 29.9, 'lineout': 8.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.05, 'flyout_lf_b': 2.8, 'flyout_rf_b': 3.6, 'groundout_a': 4.5, 'groundout_b': 24.95, 'groundout_c': 0.0, 'pull_rate': 0.32661, 'center_rate': 0.22984, 'slap_rate': 0.44355, 'avg': 0.11806, 'obp': 0.13565, 'slg': 0.175, 'player_id': 11050}, {'battingcard_id': 5114, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.2, 'strikeout': 7.1, 'lineout': 3.4, 'popout': 6.35, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 2.75, 'groundout_b': 52.35, 'groundout_c': 0.0, 'pull_rate': 0.26573, 'center_rate': 0.46853, 'slap_rate': 0.26574, 'avg': 0.21898, 'obp': 0.26713, 'slg': 0.29167, 'player_id': 11116}, {'battingcard_id': 5114, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.75, 'single_one': 7.1, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 9.8, 'lineout': 3.2, 'popout': 16.35, 'flyout_a': 0.0, 'flyout_bq': 10.45, 'flyout_lf_b': 1.05, 'flyout_rf_b': 2.5, 'groundout_a': 36.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21778, 'center_rate': 0.14889, 'slap_rate': 0.63333, 'avg': 0.24167, 'obp': 0.2625, 'slg': 0.27963, 'player_id': 11116}, {'battingcard_id': 5314, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 7.0, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 27.6, 'lineout': 2.5, 'popout': 2.1, 'flyout_a': 1.0, 'flyout_bq': 10.8, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 24.8, 'groundout_c': 0.0, 'pull_rate': 0.21622, 'center_rate': 0.56757, 'slap_rate': 0.21621, 'avg': 0.29074, 'obp': 0.29074, 'slg': 0.42963, 'player_id': 11506}, {'battingcard_id': 5314, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 3.5, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.4, 'single_two': 2.2, 'single_one': 0, 'single_center': 1.05, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 32.95, 'lineout': 1.4, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 10.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.6, 'groundout_a': 1.1, 'groundout_b': 20.35, 'groundout_c': 0.0, 'pull_rate': 0.13333, 'center_rate': 0.7, 'slap_rate': 0.16667, 'avg': 0.1875, 'obp': 0.30463, 'slg': 0.39213, 'player_id': 11506}, {'battingcard_id': 5315, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 7.05, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.55, 'strikeout': 19.45, 'lineout': 4.2, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 30.5, 'groundout_c': 0.0, 'pull_rate': 0.13699, 'center_rate': 0.53425, 'slap_rate': 0.32876, 'avg': 0.2375, 'obp': 0.42778, 'slg': 0.2537, 'player_id': 11507}, {'battingcard_id': 5315, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 5.7, 'single_one': 8.35, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.8, 'lineout': 8.7, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 1.25, 'groundout_b': 24.15, 'groundout_c': 0.0, 'pull_rate': 0.13333, 'center_rate': 0.13684, 'slap_rate': 0.72983, 'avg': 0.28981, 'obp': 0.32917, 'slg': 0.33056, 'player_id': 11507}, {'battingcard_id': 4925, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.75, 'strikeout': 12.45, 'lineout': 5.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.28426, 'obp': 0.50417, 'slg': 0.39306, 'player_id': 10687}, {'battingcard_id': 4925, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.9, 'strikeout': 15.55, 'lineout': 0, 'popout': 11.0, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 2.55, 'groundout_b': 23.1, 'groundout_c': 0.0, 'pull_rate': 0.30616, 'center_rate': 0.11594, 'slap_rate': 0.5779, 'avg': 0.16759, 'obp': 0.37037, 'slg': 0.30833, 'player_id': 10687}, {'battingcard_id': 4926, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.65, 'single_two': 0, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 19.9, 'lineout': 1.9, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 6.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.2, 'groundout_a': 27.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23171, 'center_rate': 0.60366, 'slap_rate': 0.16463, 'avg': 0.27083, 'obp': 0.39259, 'slg': 0.45602, 'player_id': 10688}, {'battingcard_id': 4926, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 13.45, 'strikeout': 16.45, 'lineout': 3.75, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 30.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17, 'center_rate': 0.2475, 'slap_rate': 0.5825, 'avg': 0.21019, 'obp': 0.38102, 'slg': 0.28009, 'player_id': 10688}, {'battingcard_id': 5115, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 3.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.25, 'single_one': 3.8, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 22.55, 'lineout': 11.55, 'popout': 1.35, 'flyout_a': 0.0, 'flyout_bq': 10.3, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 19.2, 'groundout_c': 0.0, 'pull_rate': 0.22449, 'center_rate': 0.55102, 'slap_rate': 0.22449, 'avg': 0.24583, 'obp': 0.36667, 'slg': 0.37176, 'player_id': 11117}, {'battingcard_id': 5115, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 0, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 29.85, 'lineout': 2.7, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.4, 'groundout_a': 32.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18483, 'center_rate': 0.25592, 'slap_rate': 0.55925, 'avg': 0.11435, 'obp': 0.21204, 'slg': 0.13565, 'player_id': 11117}, {'battingcard_id': 4927, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.4, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.4, 'strikeout': 20.05, 'lineout': 6.05, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 20.35, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.2, 'groundout_a': 12.2, 'groundout_b': 6.55, 'groundout_c': 0.0, 'pull_rate': 0.1871, 'center_rate': 0.52903, 'slap_rate': 0.28387, 'avg': 0.20694, 'obp': 0.3125, 'slg': 0.28611, 'player_id': 10689}, {'battingcard_id': 4927, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.25, 'single_one': 0, 'single_center': 6.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.1, 'strikeout': 13.85, 'lineout': 3.2, 'popout': 11.0, 'flyout_a': 0.0, 'flyout_bq': 17.5, 'flyout_lf_b': 3.75, 'flyout_rf_b': 2.2, 'groundout_a': 7.8, 'groundout_b': 6.4, 'groundout_c': 0.0, 'pull_rate': 0.29019, 'center_rate': 0.17119, 'slap_rate': 0.53862, 'avg': 0.27037, 'obp': 0.39167, 'slg': 0.44954, 'player_id': 10689}, {'battingcard_id': 5116, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.8, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 37.3, 'lineout': 11.5, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 4.8, 'groundout_b': 14.3, 'groundout_c': 0.0, 'pull_rate': 0.26, 'center_rate': 0.48, 'slap_rate': 0.26, 'avg': 0.21296, 'obp': 0.23333, 'slg': 0.31204, 'player_id': 11118}, {'battingcard_id': 5116, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 3.2, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.25, 'strikeout': 27.2, 'lineout': 0, 'popout': 9.45, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.1, 'groundout_a': 1.2, 'groundout_b': 20.8, 'groundout_c': 0.0, 'pull_rate': 0.28155, 'center_rate': 0.23301, 'slap_rate': 0.48544, 'avg': 0.23611, 'obp': 0.33102, 'slg': 0.35556, 'player_id': 11118}, {'battingcard_id': 5040, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 8.1, 'lineout': 0, 'popout': 7.6, 'flyout_a': 0.0, 'flyout_bq': 28.4, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.75, 'groundout_a': 0, 'groundout_b': 30.35, 'groundout_c': 0.0, 'pull_rate': 0.35374, 'center_rate': 0.29252, 'slap_rate': 0.35374, 'avg': 0.16713, 'obp': 0.22269, 'slg': 0.19352, 'player_id': 10951}, {'battingcard_id': 5040, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 6.5, 'single_one': 7.85, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 11.2, 'strikeout': 13.0, 'lineout': 5.4, 'popout': 6.2, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 12.95, 'groundout_c': 0.0, 'pull_rate': 0.30395, 'center_rate': 0.1307, 'slap_rate': 0.56535, 'avg': 0.3537, 'obp': 0.49444, 'slg': 0.46204, 'player_id': 10951}, {'battingcard_id': 5041, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.55, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.8, 'strikeout': 13.2, 'lineout': 3.75, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 20.35, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 13.1, 'groundout_b': 13.05, 'groundout_c': 0.0, 'pull_rate': 0.23288, 'center_rate': 0.53425, 'slap_rate': 0.23287, 'avg': 0.28472, 'obp': 0.31991, 'slg': 0.37731, 'player_id': 10952}, {'battingcard_id': 5041, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 2.7, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.4, 'strikeout': 25.1, 'lineout': 10.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 17.85, 'groundout_c': 0.0, 'pull_rate': 0.28279, 'center_rate': 0.15984, 'slap_rate': 0.55737, 'avg': 0.21574, 'obp': 0.3213, 'slg': 0.28009, 'player_id': 10952}, {'battingcard_id': 5117, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.75, 'strikeout': 3.45, 'lineout': 6.45, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 20.1, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.3, 'groundout_a': 4.2, 'groundout_b': 35.65, 'groundout_c': 0.0, 'pull_rate': 0.27907, 'center_rate': 0.44186, 'slap_rate': 0.27907, 'avg': 0.21481, 'obp': 0.2588, 'slg': 0.25648, 'player_id': 11119}, {'battingcard_id': 5117, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 3.9, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 3.95, 'lineout': 14.95, 'popout': 12.2, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 2.25, 'groundout_b': 19.95, 'groundout_c': 0.0, 'pull_rate': 0.21862, 'center_rate': 0.15385, 'slap_rate': 0.62753, 'avg': 0.25972, 'obp': 0.35046, 'slg': 0.32824, 'player_id': 11119}, {'battingcard_id': 5150, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 6.0, 'single_one': 7.15, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.5, 'lineout': 9.45, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 2.25, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.20755, 'center_rate': 0.58491, 'slap_rate': 0.20754, 'avg': 0.35602, 'obp': 0.39769, 'slg': 0.51944, 'player_id': 11201}, {'battingcard_id': 5150, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 21.3, 'lineout': 1.9, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.9, 'groundout_a': 37.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29333, 'center_rate': 0.13778, 'slap_rate': 0.56889, 'avg': 0.19861, 'obp': 0.22917, 'slg': 0.23611, 'player_id': 11201}, {'battingcard_id': 5118, 'vs_hand': 'L', 'homerun': 6.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 4.2, 'single_one': 0.0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 23.85, 'lineout': 5.4, 'popout': 7.8, 'flyout_a': 1.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.2623, 'center_rate': 0.47541, 'slap_rate': 0.26229, 'avg': 0.22778, 'obp': 0.30787, 'slg': 0.49259, 'player_id': 11120}, {'battingcard_id': 5118, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 12.0, 'walk': 3.2, 'strikeout': 10.55, 'lineout': 1.7, 'popout': 9.6, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 0, 'groundout_b': 33.8, 'groundout_c': 0.0, 'pull_rate': 0.27547, 'center_rate': 0.10943, 'slap_rate': 0.6151, 'avg': 0.23935, 'obp': 0.38009, 'slg': 0.30741, 'player_id': 11120}, {'battingcard_id': 5042, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 18.25, 'strikeout': 10.05, 'lineout': 3.2, 'popout': 2.5, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 32.3, 'groundout_c': 0.0, 'pull_rate': 0.15702, 'center_rate': 0.55372, 'slap_rate': 0.28926, 'avg': 0.21667, 'obp': 0.40417, 'slg': 0.31389, 'player_id': 10953}, {'battingcard_id': 5042, 'vs_hand': 'R', 'homerun': 7.55, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.15, 'single_two': 6.05, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 11.55, 'lineout': 8.85, 'popout': 1.6, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 8.5, 'flyout_rf_b': 4.75, 'groundout_a': 3.9, 'groundout_b': 9.1, 'groundout_c': 6.2, 'pull_rate': 0.28392, 'center_rate': 0.13987, 'slap_rate': 0.57621, 'avg': 0.32546, 'obp': 0.4338, 'slg': 0.61852, 'player_id': 10953}, {'battingcard_id': 5119, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 25.5, 'lineout': 11.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 22.4, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 0.0, 'groundout_b': 17.9, 'groundout_c': 0.0, 'pull_rate': 0.30233, 'center_rate': 0.39535, 'slap_rate': 0.30232, 'avg': 0.17176, 'obp': 0.21111, 'slg': 0.19907, 'player_id': 11121}, {'battingcard_id': 5119, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 24.75, 'strikeout': 9.0, 'lineout': 2.4, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 28.1, 'groundout_c': 0.0, 'pull_rate': 0.35323, 'center_rate': 0.1, 'slap_rate': 0.54677, 'avg': 0.18148, 'obp': 0.41991, 'slg': 0.19722, 'player_id': 11121}, {'battingcard_id': 5170, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.95, 'single_two': 7.55, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.8, 'strikeout': 17.95, 'lineout': 0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 10.3, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 28.8, 'groundout_c': 0.0, 'pull_rate': 0.16883, 'center_rate': 0.64935, 'slap_rate': 0.18182, 'avg': 0.36528, 'obp': 0.40972, 'slg': 0.4162, 'player_id': 11245}, {'battingcard_id': 5170, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 4.2, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 12.85, 'single_two': 8.85, 'single_one': 3.4, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 5.45, 'lineout': 1.4, 'popout': 7.6, 'flyout_a': 1.0, 'flyout_bq': 5.85, 'flyout_lf_b': 6.85, 'flyout_rf_b': 2.4, 'groundout_a': 8.4, 'groundout_b': 7.45, 'groundout_c': 5.1, 'pull_rate': 0.20784, 'center_rate': 0.1, 'slap_rate': 0.69216, 'avg': 0.42546, 'obp': 0.52315, 'slg': 0.61204, 'player_id': 11245}, {'battingcard_id': 5120, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 6.1, 'lineout': 0, 'popout': 19.9, 'flyout_a': 0.0, 'flyout_bq': 7.55, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 37.0, 'groundout_c': 0.0, 'pull_rate': 0.27559, 'center_rate': 0.44882, 'slap_rate': 0.27559, 'avg': 0.26065, 'obp': 0.32361, 'slg': 0.27824, 'player_id': 11122}, {'battingcard_id': 5120, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.75, 'single_one': 4.25, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.3, 'strikeout': 7.9, 'lineout': 6.9, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.4, 'groundout_b': 26.1, 'groundout_c': 0.0, 'pull_rate': 0.20946, 'center_rate': 0.19257, 'slap_rate': 0.59797, 'avg': 0.25093, 'obp': 0.40185, 'slg': 0.30648, 'player_id': 11122}, {'battingcard_id': 4928, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 11.45, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 2.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.35, 'strikeout': 5.5, 'lineout': 6.6, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 20.0, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.4, 'groundout_a': 17.95, 'groundout_b': 9.7, 'groundout_c': 0.0, 'pull_rate': 0.25668, 'center_rate': 0.48663, 'slap_rate': 0.25669, 'avg': 0.25463, 'obp': 0.33194, 'slg': 0.47731, 'player_id': 10690}, {'battingcard_id': 4928, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.95, 'strikeout': 9.8, 'lineout': 2.2, 'popout': 11.7, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.25, 'groundout_a': 41.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2775, 'center_rate': 0.14943, 'slap_rate': 0.57307, 'avg': 0.20231, 'obp': 0.26667, 'slg': 0.25463, 'player_id': 10690}, {'battingcard_id': 5121, 'vs_hand': 'L', 'homerun': 12.65, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.75, 'single_two': 7.55, 'single_one': 2.25, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.85, 'strikeout': 9.25, 'lineout': 0, 'popout': 8.15, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.3, 'groundout_a': 0, 'groundout_b': 8.15, 'groundout_c': 0.0, 'pull_rate': 0.28205, 'center_rate': 0.4359, 'slap_rate': 0.28205, 'avg': 0.37685, 'obp': 0.6625, 'slg': 0.79352, 'player_id': 11123}, {'battingcard_id': 5121, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 19.3, 'lineout': 7.45, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 0, 'flyout_rf_b': 4.25, 'groundout_a': 23.9, 'groundout_b': 8.0, 'groundout_c': 0.0, 'pull_rate': 0.16954, 'center_rate': 0.1, 'slap_rate': 0.73046, 'avg': 0.20972, 'obp': 0.30046, 'slg': 0.24167, 'player_id': 11123}, {'battingcard_id': 5043, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 1.7, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.75, 'single_two': 0, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 36.55, 'strikeout': 7.0, 'lineout': 2.8, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.6, 'groundout_a': 0, 'groundout_b': 19.15, 'groundout_c': 0.0, 'pull_rate': 0.21839, 'center_rate': 0.51724, 'slap_rate': 0.26437, 'avg': 0.23102, 'obp': 0.58796, 'slg': 0.37593, 'player_id': 10954}, {'battingcard_id': 5043, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.65, 'strikeout': 13.5, 'lineout': 1.65, 'popout': 9.05, 'flyout_a': 0.0, 'flyout_bq': 11.5, 'flyout_lf_b': 2.55, 'flyout_rf_b': 1.25, 'groundout_a': 8.75, 'groundout_b': 16.25, 'groundout_c': 0.0, 'pull_rate': 0.27555, 'center_rate': 0.1, 'slap_rate': 0.62445, 'avg': 0.24861, 'obp': 0.40278, 'slg': 0.35833, 'player_id': 10954}, {'battingcard_id': 4929, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.4, 'double_pull': 7.45, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 18.5, 'strikeout': 11.7, 'lineout': 7.25, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 6.5, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.27059, 'center_rate': 0.45882, 'slap_rate': 0.27059, 'avg': 0.19028, 'obp': 0.36157, 'slg': 0.32685, 'player_id': 10691}, {'battingcard_id': 4929, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 8.65, 'single_one': 2.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 18.05, 'lineout': 0, 'popout': 6.5, 'flyout_a': 1.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.2, 'groundout_a': 14.35, 'groundout_b': 0.75, 'groundout_c': 0.0, 'pull_rate': 0.2963, 'center_rate': 0.13131, 'slap_rate': 0.57239, 'avg': 0.3338, 'obp': 0.49861, 'slg': 0.58009, 'player_id': 10691}, {'battingcard_id': 4930, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.75, 'strikeout': 21.0, 'lineout': 7.15, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 2.8, 'groundout_b': 25.05, 'groundout_c': 0.0, 'pull_rate': 0.19259, 'center_rate': 0.61481, 'slap_rate': 0.1926, 'avg': 0.225, 'obp': 0.27824, 'slg': 0.31204, 'player_id': 10692}, {'battingcard_id': 4930, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 3.4, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.45, 'strikeout': 17.35, 'lineout': 1.2, 'popout': 10.85, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 6.7, 'groundout_b': 15.7, 'groundout_c': 0.0, 'pull_rate': 0.22045, 'center_rate': 0.18864, 'slap_rate': 0.59091, 'avg': 0.24213, 'obp': 0.34815, 'slg': 0.33657, 'player_id': 10692}, {'battingcard_id': 5140, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.85, 'strikeout': 28.45, 'lineout': 0, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 9.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.09815, 'obp': 0.36528, 'slg': 0.03611, 'player_id': 11170}, {'battingcard_id': 5140, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 2.7, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 24.6, 'lineout': 0, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 8.75, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 42.55, 'groundout_c': 0.0, 'pull_rate': 0.18447, 'center_rate': 0.14563, 'slap_rate': 0.6699, 'avg': 0.18009, 'obp': 0.23287, 'slg': 0.23287, 'player_id': 11170}, {'battingcard_id': 4931, 'vs_hand': 'L', 'homerun': 1.1, 'bp_homerun': 5.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 9.05, 'double_pull': 9.05, 'single_two': 13.65, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 8.9, 'lineout': 3.75, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 11.15, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 19.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30476, 'center_rate': 0.39048, 'slap_rate': 0.30476, 'avg': 0.47315, 'obp': 0.49074, 'slg': 0.79583, 'player_id': 10693}, {'battingcard_id': 4931, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.8, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 15.2, 'lineout': 5.4, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 37.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17195, 'center_rate': 0.18552, 'slap_rate': 0.64253, 'avg': 0.28148, 'obp': 0.31157, 'slg': 0.35324, 'player_id': 10693}, {'battingcard_id': 5122, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.75, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 9.85, 'lineout': 5.1, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 16.9, 'flyout_lf_b': 2.8, 'flyout_rf_b': 3.2, 'groundout_a': 1.75, 'groundout_b': 33.45, 'groundout_c': 0.0, 'pull_rate': 0.24528, 'center_rate': 0.50943, 'slap_rate': 0.24529, 'avg': 0.25972, 'obp': 0.3125, 'slg': 0.32778, 'player_id': 11124}, {'battingcard_id': 5122, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 13.25, 'lineout': 2.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.55, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.5, 'groundout_a': 2.4, 'groundout_b': 45.7, 'groundout_c': 0.0, 'pull_rate': 0.25143, 'center_rate': 0.30857, 'slap_rate': 0.44, 'avg': 0.22639, 'obp': 0.25648, 'slg': 0.30833, 'player_id': 11124}, {'battingcard_id': 4932, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 7.95, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 14.25, 'lineout': 9.6, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 34.2, 'groundout_c': 0.0, 'pull_rate': 0.27365, 'center_rate': 0.50338, 'slap_rate': 0.22297, 'avg': 0.3125, 'obp': 0.35972, 'slg': 0.43333, 'player_id': 10694}, {'battingcard_id': 4932, 'vs_hand': 'R', 'homerun': 7.1, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.8, 'double_pull': 8.35, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 7.75, 'lineout': 7.2, 'popout': 7.25, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 7.3, 'flyout_rf_b': 7.0, 'groundout_a': 0, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.35765, 'center_rate': 0.26512, 'slap_rate': 0.37723, 'avg': 0.31019, 'obp': 0.43194, 'slg': 0.57546, 'player_id': 10694}, {'battingcard_id': 4933, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 8.95, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 9.95, 'single_one': 3.2, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.15, 'strikeout': 7.5, 'lineout': 0, 'popout': 9.55, 'flyout_a': 1.0, 'flyout_bq': 7.2, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 7.8, 'groundout_b': 14.45, 'groundout_c': 0.0, 'pull_rate': 0.13636, 'center_rate': 0.72727, 'slap_rate': 0.13637, 'avg': 0.36898, 'obp': 0.50926, 'slg': 0.66481, 'player_id': 10695}, {'battingcard_id': 4933, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 6.65, 'single_one': 10.0, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 15.1, 'lineout': 7.15, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.6, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.20542, 'center_rate': 0.36117, 'slap_rate': 0.43341, 'avg': 0.38565, 'obp': 0.5537, 'slg': 0.55093, 'player_id': 10695}, {'battingcard_id': 4934, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.95, 'double_pull': 6.95, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 11.85, 'lineout': 1.4, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 7.7, 'groundout_b': 30.9, 'groundout_c': 0.0, 'pull_rate': 0.12353, 'center_rate': 0.55882, 'slap_rate': 0.31765, 'avg': 0.28843, 'obp': 0.40093, 'slg': 0.37778, 'player_id': 10696}, {'battingcard_id': 4934, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.8, 'single_two': 5.7, 'single_one': 8.15, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 10.35, 'lineout': 2.2, 'popout': 12.25, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 21.95, 'groundout_b': 11.8, 'groundout_c': 0.0, 'pull_rate': 0.23956, 'center_rate': 0.17241, 'slap_rate': 0.58803, 'avg': 0.33519, 'obp': 0.35602, 'slg': 0.42454, 'player_id': 10696}, {'battingcard_id': 4935, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.95, 'double_pull': 9.95, 'single_two': 4.75, 'single_one': 0, 'single_center': 9.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 10.9, 'lineout': 3.9, 'popout': 11.55, 'flyout_a': 0.0, 'flyout_bq': 14.6, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.23944, 'center_rate': 0.52113, 'slap_rate': 0.23943, 'avg': 0.39861, 'obp': 0.49815, 'slg': 0.66065, 'player_id': 10697}, {'battingcard_id': 4935, 'vs_hand': 'R', 'homerun': 6.45, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.9, 'single_two': 2.25, 'single_one': 0, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.95, 'strikeout': 20.7, 'lineout': 2.75, 'popout': 6.45, 'flyout_a': 1.0, 'flyout_bq': 6.2, 'flyout_lf_b': 3.3, 'flyout_rf_b': 5.4, 'groundout_a': 27.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26891, 'center_rate': 0.23319, 'slap_rate': 0.4979, 'avg': 0.21944, 'obp': 0.32083, 'slg': 0.40648, 'player_id': 10697}, {'battingcard_id': 4936, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.15, 'double_pull': 8.15, 'single_two': 0, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 6.1, 'lineout': 14.9, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 19.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 3.25, 'groundout_b': 18.1, 'groundout_c': 0.0, 'pull_rate': 0.23474, 'center_rate': 0.53052, 'slap_rate': 0.23474, 'avg': 0.25556, 'obp': 0.34213, 'slg': 0.43102, 'player_id': 10698}, {'battingcard_id': 4936, 'vs_hand': 'R', 'homerun': 6.85, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.75, 'single_two': 7.95, 'single_one': 2.4, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 13.65, 'lineout': 11.9, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.2, 'groundout_a': 16.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29587, 'center_rate': 0.18678, 'slap_rate': 0.51735, 'avg': 0.3125, 'obp': 0.3875, 'slg': 0.63148, 'player_id': 10698}, {'battingcard_id': 5151, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.8, 'double_pull': 5.8, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 15.35, 'lineout': 11.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 17.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 4.25, 'groundout_b': 10.0, 'groundout_c': 0.0, 'pull_rate': 0.29032, 'center_rate': 0.41935, 'slap_rate': 0.29033, 'avg': 0.23981, 'obp': 0.36852, 'slg': 0.30972, 'player_id': 11202}, {'battingcard_id': 5151, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 2.7, 'single_one': 2.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.2, 'strikeout': 17.95, 'lineout': 1.5, 'popout': 12.8, 'flyout_a': 0.0, 'flyout_bq': 15.95, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.4, 'groundout_a': 3.5, 'groundout_b': 14.0, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.14208, 'slap_rate': 0.56284, 'avg': 0.2662, 'obp': 0.34213, 'slg': 0.43611, 'player_id': 11202}, {'battingcard_id': 5152, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.1, 'strikeout': 24.8, 'lineout': 4.75, 'popout': 10.85, 'flyout_a': 0.0, 'flyout_bq': 5.9, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 1.5, 'groundout_b': 27.45, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.5625, 'slap_rate': 0.21875, 'avg': 0.18241, 'obp': 0.28519, 'slg': 0.22222, 'player_id': 11203}, {'battingcard_id': 5152, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.4, 'strikeout': 20.6, 'lineout': 1.65, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 12.8, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.2, 'groundout_a': 9.5, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.22115, 'center_rate': 0.17308, 'slap_rate': 0.60577, 'avg': 0.21435, 'obp': 0.28287, 'slg': 0.28981, 'player_id': 11203}, {'battingcard_id': 5153, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 0, 'single_one': 2.75, 'single_center': 1.75, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 3.75, 'strikeout': 29.9, 'lineout': 3.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 33.65, 'groundout_c': 0.0, 'pull_rate': 0.2963, 'center_rate': 0.40741, 'slap_rate': 0.29629, 'avg': 0.08148, 'obp': 0.14398, 'slg': 0.09769, 'player_id': 11204}, {'battingcard_id': 5153, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 3.2, 'strikeout': 34.1, 'lineout': 1.7, 'popout': 9.8, 'flyout_a': 0.0, 'flyout_bq': 13.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.8, 'groundout_a': 2.2, 'groundout_b': 19.15, 'groundout_c': 0.0, 'pull_rate': 0.2807, 'center_rate': 0.14474, 'slap_rate': 0.57456, 'avg': 0.14074, 'obp': 0.21667, 'slg': 0.1463, 'player_id': 11204}, {'battingcard_id': 5087, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.5, 'double_pull': 9.45, 'single_two': 9.65, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 15.8, 'lineout': 6.0, 'popout': 7.35, 'flyout_a': 1.0, 'flyout_bq': 8.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.65, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.24561, 'center_rate': 0.50877, 'slap_rate': 0.24562, 'avg': 0.40278, 'obp': 0.46065, 'slg': 0.68194, 'player_id': 11051}, {'battingcard_id': 5087, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 14.35, 'lineout': 0, 'popout': 12.05, 'flyout_a': 0.0, 'flyout_bq': 12.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 5.7, 'groundout_b': 30.4, 'groundout_c': 0.0, 'pull_rate': 0.26056, 'center_rate': 0.20423, 'slap_rate': 0.53521, 'avg': 0.18565, 'obp': 0.27269, 'slg': 0.23426, 'player_id': 11051}, {'battingcard_id': 4937, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 5.1, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 5.55, 'lineout': 9.5, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 4.75, 'groundout_b': 26.95, 'groundout_c': 0.0, 'pull_rate': 0.27365, 'center_rate': 0.4527, 'slap_rate': 0.27365, 'avg': 0.30509, 'obp': 0.38843, 'slg': 0.42731, 'player_id': 10699}, {'battingcard_id': 4937, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 7.0, 'single_one': 10.45, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 12.4, 'lineout': 1.4, 'popout': 12.85, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 25.15, 'groundout_b': 1.3, 'groundout_c': 0.0, 'pull_rate': 0.23, 'center_rate': 0.22333, 'slap_rate': 0.54667, 'avg': 0.34074, 'obp': 0.42407, 'slg': 0.41343, 'player_id': 10699}, {'battingcard_id': 5171, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 20.75, 'lineout': 1.7, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 3.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.1, 'groundout_a': 0.0, 'groundout_b': 34.3, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.75, 'slap_rate': 0.15, 'avg': 0.24954, 'obp': 0.36574, 'slg': 0.2963, 'player_id': 11246}, {'battingcard_id': 5171, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 23.45, 'lineout': 5.1, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 33.6, 'groundout_c': 0.0, 'pull_rate': 0.13194, 'center_rate': 0.14583, 'slap_rate': 0.72223, 'avg': 0.18287, 'obp': 0.24074, 'slg': 0.2338, 'player_id': 11246}, {'battingcard_id': 4938, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.95, 'strikeout': 10.4, 'lineout': 11.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 19.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.2, 'groundout_a': 13.2, 'groundout_b': 19.75, 'groundout_c': 0.0, 'pull_rate': 0.20792, 'center_rate': 0.58416, 'slap_rate': 0.20792, 'avg': 0.20787, 'obp': 0.22593, 'slg': 0.26528, 'player_id': 10700}, {'battingcard_id': 4938, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 8.4, 'lineout': 11.1, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.5, 'groundout_a': 23.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26597, 'center_rate': 0.17533, 'slap_rate': 0.5587, 'avg': 0.33704, 'obp': 0.35741, 'slg': 0.48843, 'player_id': 10700}, {'battingcard_id': 4939, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.1, 'strikeout': 10.35, 'lineout': 2.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 7.7, 'groundout_b': 30.7, 'groundout_c': 0.0, 'pull_rate': 0.21839, 'center_rate': 0.60345, 'slap_rate': 0.17816, 'avg': 0.20324, 'obp': 0.38009, 'slg': 0.2787, 'player_id': 10701}, {'battingcard_id': 4939, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.2, 'single_two': 14.55, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 9.8, 'strikeout': 12.45, 'lineout': 2.25, 'popout': 6.65, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 20.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3039, 'center_rate': 0.21561, 'slap_rate': 0.48049, 'avg': 0.45278, 'obp': 0.5713, 'slg': 0.82639, 'player_id': 10701}, {'battingcard_id': 4940, 'vs_hand': 'L', 'homerun': 1.7, 'bp_homerun': 6.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.35, 'strikeout': 19.2, 'lineout': 8.8, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 20.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27711, 'center_rate': 0.44578, 'slap_rate': 0.27711, 'avg': 0.26435, 'obp': 0.36944, 'slg': 0.40278, 'player_id': 10702}, {'battingcard_id': 4940, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.9, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.15, 'strikeout': 11.25, 'lineout': 6.1, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 7.55, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.28195, 'center_rate': 0.1, 'slap_rate': 0.61805, 'avg': 0.28009, 'obp': 0.35556, 'slg': 0.40648, 'player_id': 10702}, {'battingcard_id': 4941, 'vs_hand': 'L', 'homerun': 4.2, 'bp_homerun': 2.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 6.4, 'single_one': 7.7, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.15, 'strikeout': 12.95, 'lineout': 2.2, 'popout': 8.25, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 10.45, 'groundout_c': 0.0, 'pull_rate': 0.29474, 'center_rate': 0.41053, 'slap_rate': 0.29473, 'avg': 0.37593, 'obp': 0.63657, 'slg': 0.58981, 'player_id': 10703}, {'battingcard_id': 4941, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.5, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.4, 'strikeout': 24.8, 'lineout': 7.05, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.6, 'groundout_a': 18.35, 'groundout_b': 9.9, 'groundout_c': 0.0, 'pull_rate': 0.23506, 'center_rate': 0.15538, 'slap_rate': 0.60956, 'avg': 0.28148, 'obp': 0.35926, 'slg': 0.37963, 'player_id': 10703}, {'battingcard_id': 5044, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.15, 'double_pull': 7.15, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.1, 'strikeout': 3.25, 'lineout': 1.4, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.2, 'groundout_a': 3.9, 'groundout_b': 34.4, 'groundout_c': 0.0, 'pull_rate': 0.2695, 'center_rate': 0.65957, 'slap_rate': 0.07093, 'avg': 0.28194, 'obp': 0.3662, 'slg': 0.43796, 'player_id': 10955}, {'battingcard_id': 5044, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 7.25, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.85, 'strikeout': 10.65, 'lineout': 5.1, 'popout': 7.2, 'flyout_a': 1.0, 'flyout_bq': 13.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.35, 'groundout_a': 22.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23553, 'center_rate': 0.18563, 'slap_rate': 0.57884, 'avg': 0.32685, 'obp': 0.39954, 'slg': 0.57407, 'player_id': 10955}, {'battingcard_id': 4942, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.15, 'double_pull': 8.15, 'single_two': 6.15, 'single_one': 5.7, 'single_center': 6.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 13.65, 'lineout': 10.1, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 4.75, 'groundout_b': 18.75, 'groundout_c': 0.0, 'pull_rate': 0.30603, 'center_rate': 0.38793, 'slap_rate': 0.30604, 'avg': 0.39676, 'obp': 0.45463, 'slg': 0.57639, 'player_id': 10704}, {'battingcard_id': 4942, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.85, 'single_two': 3.9, 'single_one': 3.5, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 14.75, 'lineout': 15.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 9.85, 'groundout_b': 18.35, 'groundout_c': 0.0, 'pull_rate': 0.23601, 'center_rate': 0.15734, 'slap_rate': 0.60665, 'avg': 0.30833, 'obp': 0.36111, 'slg': 0.44213, 'player_id': 10704}, {'battingcard_id': 5045, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 2.1, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.85, 'strikeout': 14.45, 'lineout': 5.4, 'popout': 11.75, 'flyout_a': 0.0, 'flyout_bq': 9.2, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 31.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15909, 'center_rate': 0.68182, 'slap_rate': 0.15909, 'avg': 0.18009, 'obp': 0.29907, 'slg': 0.22963, 'player_id': 10956}, {'battingcard_id': 5045, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 28.05, 'strikeout': 9.9, 'lineout': 5.8, 'popout': 3.9, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.5, 'groundout_a': 22.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31844, 'center_rate': 0.50279, 'slap_rate': 0.17877, 'avg': 0.21157, 'obp': 0.48056, 'slg': 0.24074, 'player_id': 10956}, {'battingcard_id': 4943, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 7.5, 'single_one': 11.25, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 4.4, 'lineout': 16.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 2.75, 'groundout_b': 24.6, 'groundout_c': 0.0, 'pull_rate': 0.20606, 'center_rate': 0.58788, 'slap_rate': 0.20606, 'avg': 0.34028, 'obp': 0.5037, 'slg': 0.37269, 'player_id': 10705}, {'battingcard_id': 4943, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.0, 'single_two': 4.75, 'single_one': 5.7, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 6.75, 'lineout': 10.55, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 26.3, 'groundout_c': 0.0, 'pull_rate': 0.2596, 'center_rate': 0.149, 'slap_rate': 0.5914, 'avg': 0.32222, 'obp': 0.39537, 'slg': 0.44954, 'player_id': 10705}, {'battingcard_id': 4944, 'vs_hand': 'L', 'homerun': 10.25, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.25, 'single_two': 6.55, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.0, 'strikeout': 13.2, 'lineout': 1.2, 'popout': 10.95, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 5.7, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.29365, 'center_rate': 0.4127, 'slap_rate': 0.29365, 'avg': 0.34306, 'obp': 0.43565, 'slg': 0.70926, 'player_id': 10706}, {'battingcard_id': 4944, 'vs_hand': 'R', 'homerun': 6.45, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.7, 'double_pull': 7.8, 'single_two': 8.8, 'single_one': 3.3, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.05, 'strikeout': 16.25, 'lineout': 2.2, 'popout': 6.2, 'flyout_a': 1.0, 'flyout_bq': 3.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 5.1, 'groundout_a': 19.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24339, 'center_rate': 0.18342, 'slap_rate': 0.57319, 'avg': 0.37454, 'obp': 0.47685, 'slg': 0.64352, 'player_id': 10706}, {'battingcard_id': 4945, 'vs_hand': 'L', 'homerun': 7.2, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 20.55, 'lineout': 10.65, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 6.15, 'flyout_lf_b': 5.1, 'flyout_rf_b': 5.95, 'groundout_a': 18.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.33516, 'center_rate': 0.45055, 'slap_rate': 0.21429, 'avg': 0.25556, 'obp': 0.32778, 'slg': 0.51852, 'player_id': 10707}, {'battingcard_id': 4945, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.85, 'strikeout': 13.9, 'lineout': 7.25, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.75, 'groundout_a': 11.75, 'groundout_b': 6.3, 'groundout_c': 0.0, 'pull_rate': 0.26271, 'center_rate': 0.17373, 'slap_rate': 0.56356, 'avg': 0.24167, 'obp': 0.40694, 'slg': 0.3963, 'player_id': 10707}, {'battingcard_id': 5289, 'vs_hand': 'L', 'homerun': 9.75, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 34.0, 'lineout': 0, 'popout': 13.45, 'flyout_a': 1.0, 'flyout_bq': 2.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 31.4, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.15509, 'obp': 0.19676, 'slg': 0.49074, 'player_id': 11451}, {'battingcard_id': 5289, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.3, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 17.95, 'strikeout': 19.7, 'lineout': 3.4, 'popout': 2.4, 'flyout_a': 1.0, 'flyout_bq': 10.2, 'flyout_lf_b': 2.7, 'flyout_rf_b': 4.5, 'groundout_a': 16.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29213, 'center_rate': 0.1573, 'slap_rate': 0.55057, 'avg': 0.23704, 'obp': 0.44028, 'slg': 0.32963, 'player_id': 11451}, {'battingcard_id': 4946, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 4.25, 'single_one': 5.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 10.65, 'lineout': 4.5, 'popout': 9.9, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.7, 'groundout_b': 31.85, 'groundout_c': 0.0, 'pull_rate': 0.28358, 'center_rate': 0.43284, 'slap_rate': 0.28358, 'avg': 0.25417, 'obp': 0.3463, 'slg': 0.37593, 'player_id': 10708}, {'battingcard_id': 4946, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.7, 'single_two': 7.95, 'single_one': 2.4, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 14.6, 'lineout': 4.5, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 9.7, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.05, 'groundout_a': 22.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20896, 'center_rate': 0.21642, 'slap_rate': 0.57462, 'avg': 0.34815, 'obp': 0.43472, 'slg': 0.59074, 'player_id': 10708}, {'battingcard_id': 4947, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 0, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.15, 'strikeout': 15.25, 'lineout': 3.5, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 17.7, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 23.0, 'groundout_c': 0.0, 'pull_rate': 0.26016, 'center_rate': 0.47967, 'slap_rate': 0.26017, 'avg': 0.14074, 'obp': 0.37361, 'slg': 0.19861, 'player_id': 10709}, {'battingcard_id': 4947, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 6.85, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.0, 'strikeout': 12.4, 'lineout': 4.25, 'popout': 6.35, 'flyout_a': 1.0, 'flyout_bq': 9.05, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 19.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25319, 'center_rate': 0.10747, 'slap_rate': 0.63934, 'avg': 0.31528, 'obp': 0.48194, 'slg': 0.61667, 'player_id': 10709}, {'battingcard_id': 5088, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 25.35, 'lineout': 5.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.55, 'groundout_a': 1.5, 'groundout_b': 27.45, 'groundout_c': 0.0, 'pull_rate': 0.19355, 'center_rate': 0.6129, 'slap_rate': 0.19355, 'avg': 0.17731, 'obp': 0.21204, 'slg': 0.24722, 'player_id': 11052}, {'battingcard_id': 5088, 'vs_hand': 'R', 'homerun': 3.75, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.15, 'strikeout': 16.7, 'lineout': 5.4, 'popout': 8.0, 'flyout_a': 1.0, 'flyout_bq': 8.4, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 24.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25417, 'center_rate': 0.2375, 'slap_rate': 0.50833, 'avg': 0.29676, 'obp': 0.37222, 'slg': 0.5713, 'player_id': 11052}, {'battingcard_id': 5046, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.45, 'double_pull': 8.45, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 9.7, 'lineout': 3.6, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 25.5, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.25, 'groundout_a': 0.0, 'groundout_b': 22.05, 'groundout_c': 0.0, 'pull_rate': 0.27053, 'center_rate': 0.45894, 'slap_rate': 0.27053, 'avg': 0.25093, 'obp': 0.28102, 'slg': 0.40278, 'player_id': 10957}, {'battingcard_id': 5046, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 2.25, 'single_one': 0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 27.85, 'lineout': 4.2, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 13.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.8, 'groundout_a': 21.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25373, 'center_rate': 0.23632, 'slap_rate': 0.50995, 'avg': 0.21991, 'obp': 0.27269, 'slg': 0.34954, 'player_id': 10957}, {'battingcard_id': 5047, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.8, 'double_three': 0.0, 'double_two': 8.0, 'double_pull': 7.95, 'single_two': 5.95, 'single_one': 5.7, 'single_center': 6.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.6, 'strikeout': 13.2, 'lineout': 0, 'popout': 12.4, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 15.15, 'groundout_c': 0.0, 'pull_rate': 0.26923, 'center_rate': 0.46154, 'slap_rate': 0.26923, 'avg': 0.38565, 'obp': 0.4838, 'slg': 0.56528, 'player_id': 10958}, {'battingcard_id': 5047, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.6, 'strikeout': 16.15, 'lineout': 3.2, 'popout': 9.05, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.2, 'groundout_a': 28.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22881, 'center_rate': 0.15254, 'slap_rate': 0.61865, 'avg': 0.21852, 'obp': 0.30741, 'slg': 0.27222, 'player_id': 10958}, {'battingcard_id': 5172, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.45, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 13.3, 'strikeout': 9.05, 'lineout': 2.1, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.4, 'groundout_a': 0.0, 'groundout_b': 30.8, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.33796, 'obp': 0.51667, 'slg': 0.47593, 'player_id': 11247}, {'battingcard_id': 5172, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 7.95, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.75, 'single_two': 7.05, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 16.85, 'strikeout': 11.9, 'lineout': 9.25, 'popout': 1.1, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 19.15, 'groundout_c': 0.0, 'pull_rate': 0.33068, 'center_rate': 0.10359, 'slap_rate': 0.56573, 'avg': 0.32269, 'obp': 0.525, 'slg': 0.63009, 'player_id': 11247}, {'battingcard_id': 5316, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 5.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 18.55, 'lineout': 5.4, 'popout': 6.15, 'flyout_a': 0.0, 'flyout_bq': 21.65, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.5, 'groundout_a': 3.5, 'groundout_b': 13.85, 'groundout_c': 0.0, 'pull_rate': 0.184, 'center_rate': 0.632, 'slap_rate': 0.184, 'avg': 0.26713, 'obp': 0.29306, 'slg': 0.37685, 'player_id': 11508}, {'battingcard_id': 5316, 'vs_hand': 'R', 'homerun': 8.05, 'bp_homerun': 5.0, 'triple': 11.9, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 14.3, 'single_one': 5.4, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 12.85, 'lineout': 0, 'popout': 9.05, 'flyout_a': 1.0, 'flyout_bq': 2.75, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 21.1, 'groundout_c': 0.0, 'pull_rate': 0.29744, 'center_rate': 0.40513, 'slap_rate': 0.29743, 'avg': 0.48981, 'obp': 0.50741, 'slg': 1.02546, 'player_id': 11508}, {'battingcard_id': 4948, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 9.7, 'double_pull': 9.75, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.4, 'strikeout': 11.85, 'lineout': 0, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.2, 'groundout_a': 2.2, 'groundout_b': 18.9, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.5, 'slap_rate': 0.2, 'avg': 0.34583, 'obp': 0.48843, 'slg': 0.50833, 'player_id': 10710}, {'battingcard_id': 4948, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.45, 'double_pull': 6.45, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.85, 'strikeout': 17.35, 'lineout': 12.5, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 20.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23462, 'center_rate': 0.20501, 'slap_rate': 0.56037, 'avg': 0.28472, 'obp': 0.42222, 'slg': 0.44815, 'player_id': 10710}, {'battingcard_id': 4949, 'vs_hand': 'L', 'homerun': 18.55, 'bp_homerun': 13.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.3, 'strikeout': 10.6, 'lineout': 1.5, 'popout': 5.8, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 9.95, 'flyout_rf_b': 9.95, 'groundout_a': 3.4, 'groundout_b': 10.2, 'groundout_c': 0.0, 'pull_rate': 0.34839, 'center_rate': 0.30323, 'slap_rate': 0.34838, 'avg': 0.41019, 'obp': 0.51481, 'slg': 1.0463, 'player_id': 10711}, {'battingcard_id': 4949, 'vs_hand': 'R', 'homerun': 3.9, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.85, 'single_two': 2.25, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 21.2, 'lineout': 11.85, 'popout': 6.35, 'flyout_a': 1.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 18.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30655, 'center_rate': 0.1, 'slap_rate': 0.59345, 'avg': 0.25926, 'obp': 0.32083, 'slg': 0.50926, 'player_id': 10711}, {'battingcard_id': 4950, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.35, 'strikeout': 17.95, 'lineout': 5.1, 'popout': 6.05, 'flyout_a': 0.0, 'flyout_bq': 7.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.29825, 'center_rate': 0.46491, 'slap_rate': 0.23684, 'avg': 0.2625, 'obp': 0.50648, 'slg': 0.34537, 'player_id': 10712}, {'battingcard_id': 4950, 'vs_hand': 'R', 'homerun': 4.25, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 4.2, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.1, 'strikeout': 12.75, 'lineout': 1.5, 'popout': 12.85, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 14.7, 'groundout_b': 12.0, 'groundout_c': 0.0, 'pull_rate': 0.25205, 'center_rate': 0.10861, 'slap_rate': 0.63934, 'avg': 0.25602, 'obp': 0.38657, 'slg': 0.41852, 'player_id': 10712}, {'battingcard_id': 4951, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 16.85, 'lineout': 10.3, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 13.85, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 2.7, 'groundout_b': 23.1, 'groundout_c': 0.0, 'pull_rate': 0.23776, 'center_rate': 0.52448, 'slap_rate': 0.23776, 'avg': 0.21574, 'obp': 0.27454, 'slg': 0.27037, 'player_id': 10713}, {'battingcard_id': 4951, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 3.9, 'single_one': 3.5, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.35, 'strikeout': 14.5, 'lineout': 1.5, 'popout': 13.55, 'flyout_a': 0.0, 'flyout_bq': 10.75, 'flyout_lf_b': 0, 'flyout_rf_b': 3.6, 'groundout_a': 2.8, 'groundout_b': 25.1, 'groundout_c': 0.0, 'pull_rate': 0.15823, 'center_rate': 0.15823, 'slap_rate': 0.68354, 'avg': 0.27639, 'obp': 0.33519, 'slg': 0.39907, 'player_id': 10713}, {'battingcard_id': 4952, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.4, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.8, 'strikeout': 14.95, 'lineout': 1.4, 'popout': 12.55, 'flyout_a': 0.0, 'flyout_bq': 17.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.7, 'groundout_a': 4.25, 'groundout_b': 16.7, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.2125, 'obp': 0.32176, 'slg': 0.36019, 'player_id': 10714}, {'battingcard_id': 4952, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 20.35, 'lineout': 10.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 9.6, 'groundout_b': 14.4, 'groundout_c': 0.0, 'pull_rate': 0.26457, 'center_rate': 0.16143, 'slap_rate': 0.574, 'avg': 0.23287, 'obp': 0.35741, 'slg': 0.30741, 'player_id': 10714}, {'battingcard_id': 5123, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.75, 'single_one': 4.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.55, 'strikeout': 8.4, 'lineout': 15.65, 'popout': 10.45, 'flyout_a': 0.0, 'flyout_bq': 15.25, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0.0, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.22013, 'center_rate': 0.55975, 'slap_rate': 0.22012, 'avg': 0.27083, 'obp': 0.29444, 'slg': 0.34722, 'player_id': 11125}, {'battingcard_id': 5123, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 5.1, 'strikeout': 23.1, 'lineout': 0, 'popout': 9.45, 'flyout_a': 0.0, 'flyout_bq': 12.75, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.7, 'groundout_a': 22.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.256, 'center_rate': 0.23733, 'slap_rate': 0.50667, 'avg': 0.25231, 'obp': 0.33657, 'slg': 0.3287, 'player_id': 11125}, {'battingcard_id': 5124, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 11.1, 'single_one': 16.65, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.55, 'strikeout': 10.25, 'lineout': 3.75, 'popout': 11.3, 'flyout_a': 0.0, 'flyout_bq': 1.7, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 28.0, 'groundout_c': 0.0, 'pull_rate': 0.1195, 'center_rate': 0.61006, 'slap_rate': 0.27044, 'avg': 0.35602, 'obp': 0.49074, 'slg': 0.28148, 'player_id': 11126}, {'battingcard_id': 5124, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 8.0, 'single_one': 12.0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.45, 'strikeout': 12.1, 'lineout': 5.7, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.25, 'groundout_c': 0.0, 'pull_rate': 0.21111, 'center_rate': 0.17963, 'slap_rate': 0.60926, 'avg': 0.35833, 'obp': 0.51991, 'slg': 0.38611, 'player_id': 11126}, {'battingcard_id': 5337, 'vs_hand': 'L', 'homerun': 6.95, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 10.25, 'single_one': 9.25, 'single_center': 11.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 12.55, 'lineout': 12.8, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 1.9, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 27.3, 'groundout_c': 0.0, 'pull_rate': 0.24138, 'center_rate': 0.51724, 'slap_rate': 0.24138, 'avg': 0.44213, 'obp': 0.44213, 'slg': 0.66759, 'player_id': 11544}, {'battingcard_id': 5337, 'vs_hand': 'R', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 12.8, 'single_two': 5.75, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 24.75, 'lineout': 8.35, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.05, 'groundout_a': 15.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18442, 'center_rate': 0.1, 'slap_rate': 0.71558, 'avg': 0.3625, 'obp': 0.44028, 'slg': 0.55602, 'player_id': 11544}, {'battingcard_id': 5173, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 5.1, 'single_one': 5.9, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 18.2, 'lineout': 16.2, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0.0, 'groundout_b': 18.95, 'groundout_c': 0.0, 'pull_rate': 0.30189, 'center_rate': 0.39623, 'slap_rate': 0.30188, 'avg': 0.31157, 'obp': 0.31157, 'slg': 0.43333, 'player_id': 11248}, {'battingcard_id': 5173, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.6, 'single_one': 2.2, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 19.0, 'lineout': 14.45, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.7, 'flyout_lf_b': 5.4, 'flyout_rf_b': 1.2, 'groundout_a': 1.75, 'groundout_b': 15.95, 'groundout_c': 0.0, 'pull_rate': 0.11278, 'center_rate': 0.15789, 'slap_rate': 0.72933, 'avg': 0.22222, 'obp': 0.28287, 'slg': 0.28981, 'player_id': 11248}, {'battingcard_id': 5089, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 29.15, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 4.5, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 23.4, 'lineout': 2.1, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 4.75, 'flyout_rf_b': 4.5, 'groundout_a': 0, 'groundout_b': 8.85, 'groundout_c': 0.0, 'pull_rate': 0.18868, 'center_rate': 0.62264, 'slap_rate': 0.18868, 'avg': 0.42778, 'obp': 0.51852, 'slg': 0.98611, 'player_id': 11053}, {'battingcard_id': 5089, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.05, 'single_two': 2.4, 'single_one': 2.2, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.9, 'strikeout': 7.75, 'lineout': 5.1, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 37.3, 'groundout_c': 0.0, 'pull_rate': 0.18491, 'center_rate': 0.12453, 'slap_rate': 0.69056, 'avg': 0.22361, 'obp': 0.32454, 'slg': 0.31296, 'player_id': 11053}, {'battingcard_id': 5304, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 13.85, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 10.1, 'lineout': 2.25, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 14.25, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 39.85, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.53846, 'slap_rate': 0.23077, 'avg': 0.31944, 'obp': 0.31944, 'slg': 0.51806, 'player_id': 11487}, {'battingcard_id': 5304, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 15.0, 'lineout': 0, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 44.45, 'groundout_c': 0.0, 'pull_rate': 0.2153, 'center_rate': 0.1983, 'slap_rate': 0.5864, 'avg': 0.26898, 'obp': 0.32824, 'slg': 0.36296, 'player_id': 11487}, {'battingcard_id': 5141, 'vs_hand': 'L', 'homerun': 9.9, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.8, 'single_two': 11.95, 'single_one': 3.6, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 17.35, 'strikeout': 7.4, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 3.9, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.5, 'groundout_a': 0.0, 'groundout_b': 8.95, 'groundout_c': 6.3, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.38565, 'obp': 0.56481, 'slg': 0.74444, 'player_id': 11171}, {'battingcard_id': 5141, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 6.95, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.35, 'strikeout': 7.25, 'lineout': 3.75, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 19.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27786, 'center_rate': 0.1, 'slap_rate': 0.62214, 'avg': 0.32917, 'obp': 0.50833, 'slg': 0.47407, 'player_id': 11171}, {'battingcard_id': 5142, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 5.8, 'single_one': 8.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 19.0, 'lineout': 2.8, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.18605, 'center_rate': 0.62791, 'slap_rate': 0.18604, 'avg': 0.31991, 'obp': 0.40417, 'slg': 0.40833, 'player_id': 11172}, {'battingcard_id': 5142, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 2.4, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.2, 'strikeout': 18.35, 'lineout': 10.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.85, 'flyout_lf_b': 1.65, 'flyout_rf_b': 4.75, 'groundout_a': 1.05, 'groundout_b': 19.4, 'groundout_c': 0.0, 'pull_rate': 0.21501, 'center_rate': 0.1, 'slap_rate': 0.68499, 'avg': 0.22731, 'obp': 0.3125, 'slg': 0.33472, 'player_id': 11172}, {'battingcard_id': 5048, 'vs_hand': 'L', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.8, 'single_one': 4.75, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.5, 'strikeout': 16.6, 'lineout': 8.05, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 24.9, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.51111, 'slap_rate': 0.24445, 'avg': 0.27731, 'obp': 0.3375, 'slg': 0.46759, 'player_id': 10959}, {'battingcard_id': 5048, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 9.0, 'single_two': 4.5, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 16.5, 'lineout': 1.95, 'popout': 7.7, 'flyout_a': 1.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.55, 'flyout_rf_b': 4.5, 'groundout_a': 3.2, 'groundout_b': 25.75, 'groundout_c': 0.0, 'pull_rate': 0.3122, 'center_rate': 0.1, 'slap_rate': 0.5878, 'avg': 0.30556, 'obp': 0.33565, 'slg': 0.51944, 'player_id': 10959}, {'battingcard_id': 5174, 'vs_hand': 'L', 'homerun': 1.75, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.05, 'strikeout': 16.4, 'lineout': 0, 'popout': 12.85, 'flyout_a': 0.0, 'flyout_bq': 14.85, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 15.55, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.28358, 'center_rate': 0.43284, 'slap_rate': 0.28358, 'avg': 0.2588, 'obp': 0.32407, 'slg': 0.33981, 'player_id': 11249}, {'battingcard_id': 5174, 'vs_hand': 'R', 'homerun': 1.75, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 7.85, 'strikeout': 17.45, 'lineout': 5.7, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 15.05, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 11.1, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.27684, 'center_rate': 0.16384, 'slap_rate': 0.55932, 'avg': 0.20694, 'obp': 0.30741, 'slg': 0.27407, 'player_id': 11249}, {'battingcard_id': 5143, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 41.75, 'lineout': 4.25, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 14.55, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.28814, 'center_rate': 0.42373, 'slap_rate': 0.28813, 'avg': 0.18287, 'obp': 0.21435, 'slg': 0.28519, 'player_id': 11173}, {'battingcard_id': 5143, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 19.25, 'lineout': 5.7, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 22.3, 'flyout_lf_b': 2.25, 'flyout_rf_b': 5.4, 'groundout_a': 23.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.1, 'slap_rate': 0.65, 'avg': 0.13102, 'obp': 0.21019, 'slg': 0.19259, 'player_id': 11173}, {'battingcard_id': 5190, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.7, 'single_one': 0, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 9.2, 'lineout': 11.0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.35, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 0, 'groundout_b': 27.65, 'groundout_c': 0.0, 'pull_rate': 0.18, 'center_rate': 0.64, 'slap_rate': 0.18, 'avg': 0.2, 'obp': 0.31759, 'slg': 0.30463, 'player_id': 11292}, {'battingcard_id': 5190, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 5.95, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 21.65, 'lineout': 2.2, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 6.75, 'groundout_b': 27.05, 'groundout_c': 0.0, 'pull_rate': 0.26042, 'center_rate': 0.16667, 'slap_rate': 0.57291, 'avg': 0.2162, 'obp': 0.27685, 'slg': 0.275, 'player_id': 11292}, {'battingcard_id': 4953, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 13.85, 'double_pull': 13.85, 'single_two': 3.3, 'single_one': 4.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 5.7, 'lineout': 6.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 21.9, 'groundout_c': 0.0, 'pull_rate': 0.26415, 'center_rate': 0.4717, 'slap_rate': 0.26415, 'avg': 0.39444, 'obp': 0.5037, 'slg': 0.61944, 'player_id': 10715}, {'battingcard_id': 4953, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 4.35, 'lineout': 9.9, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.75, 'groundout_a': 19.85, 'groundout_b': 13.2, 'groundout_c': 0.0, 'pull_rate': 0.22771, 'center_rate': 0.1, 'slap_rate': 0.67229, 'avg': 0.26852, 'obp': 0.37685, 'slg': 0.33889, 'player_id': 10715}, {'battingcard_id': 5338, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 8.2, 'single_one': 12.3, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': 16.9, 'lineout': 7.2, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.20408, 'center_rate': 0.59184, 'slap_rate': 0.20408, 'avg': 0.39167, 'obp': 0.51389, 'slg': 0.46944, 'player_id': 11545}, {'battingcard_id': 5338, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 6.95, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.3, 'single_two': 9.35, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 10.0, 'walk': 7.2, 'strikeout': 13.8, 'lineout': 3.9, 'popout': 2.2, 'flyout_a': 1.0, 'flyout_bq': 7.0, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 17.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19474, 'center_rate': 0.15263, 'slap_rate': 0.65263, 'avg': 0.39491, 'obp': 0.55417, 'slg': 0.72824, 'player_id': 11545}, {'battingcard_id': 4954, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.85, 'strikeout': 22.5, 'lineout': 8.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 5.85, 'flyout_lf_b': 1.25, 'flyout_rf_b': 0, 'groundout_a': 1.2, 'groundout_b': 22.05, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.5042, 'slap_rate': 0.3958, 'avg': 0.2287, 'obp': 0.43102, 'slg': 0.29028, 'player_id': 10716}, {'battingcard_id': 4954, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 6.2, 'single_one': 9.35, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.2, 'strikeout': 10.95, 'lineout': 0, 'popout': 9.25, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.22604, 'center_rate': 0.1085, 'slap_rate': 0.66546, 'avg': 0.36528, 'obp': 0.47824, 'slg': 0.48611, 'player_id': 10716}, {'battingcard_id': 4955, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.9, 'double_pull': 11.85, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.4, 'strikeout': 10.05, 'lineout': 1.75, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 2.7, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.30303, 'center_rate': 0.39394, 'slap_rate': 0.30303, 'avg': 0.36667, 'obp': 0.56481, 'slg': 0.54907, 'player_id': 10717}, {'battingcard_id': 4955, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 7.25, 'single_one': 10.85, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.05, 'strikeout': 11.25, 'lineout': 2.75, 'popout': 11.05, 'flyout_a': 0.0, 'flyout_bq': 6.4, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 16.55, 'groundout_c': 0.0, 'pull_rate': 0.18065, 'center_rate': 0.11183, 'slap_rate': 0.70752, 'avg': 0.35278, 'obp': 0.50139, 'slg': 0.39583, 'player_id': 10717}, {'battingcard_id': 4956, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 0, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.5, 'strikeout': 7.8, 'lineout': 13.6, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 18.35, 'flyout_lf_b': 3.5, 'flyout_rf_b': 2.7, 'groundout_a': 27.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16438, 'center_rate': 0.54795, 'slap_rate': 0.28767, 'avg': 0.13704, 'obp': 0.28056, 'slg': 0.20741, 'player_id': 10718}, {'battingcard_id': 4956, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 6.75, 'single_two': 2.4, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 15.2, 'strikeout': 14.95, 'lineout': 6.2, 'popout': 6.2, 'flyout_a': 1.0, 'flyout_bq': 10.15, 'flyout_lf_b': 5.7, 'flyout_rf_b': 3.75, 'groundout_a': 8.05, 'groundout_b': 4.35, 'groundout_c': 0.0, 'pull_rate': 0.25126, 'center_rate': 0.30151, 'slap_rate': 0.44723, 'avg': 0.26343, 'obp': 0.4412, 'slg': 0.42315, 'player_id': 10718}, {'battingcard_id': 5125, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 5.1, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.45, 'strikeout': 17.9, 'lineout': 4.25, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 14.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21678, 'center_rate': 0.56643, 'slap_rate': 0.21679, 'avg': 0.28194, 'obp': 0.4713, 'slg': 0.38056, 'player_id': 11127}, {'battingcard_id': 5125, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.6, 'strikeout': 15.3, 'lineout': 5.95, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 15.95, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 0.0, 'groundout_b': 29.35, 'groundout_c': 0.0, 'pull_rate': 0.14439, 'center_rate': 0.43316, 'slap_rate': 0.42245, 'avg': 0.17917, 'obp': 0.29583, 'slg': 0.19537, 'player_id': 11127}, {'battingcard_id': 4957, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.9, 'strikeout': 19.05, 'lineout': 6.25, 'popout': 11.65, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 9.95, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.18349, 'center_rate': 0.63303, 'slap_rate': 0.18348, 'avg': 0.19306, 'obp': 0.2662, 'slg': 0.21481, 'player_id': 10719}, {'battingcard_id': 4957, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.5, 'strikeout': 9.65, 'lineout': 10.75, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 10.95, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.2, 'groundout_a': 28.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18478, 'center_rate': 0.25, 'slap_rate': 0.56522, 'avg': 0.23519, 'obp': 0.36944, 'slg': 0.31713, 'player_id': 10719}, {'battingcard_id': 4958, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.9, 'double_pull': 7.95, 'single_two': 2.75, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 16.1, 'lineout': 14.55, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 18.3, 'groundout_c': 0.0, 'pull_rate': 0.30244, 'center_rate': 0.39512, 'slap_rate': 0.30244, 'avg': 0.3088, 'obp': 0.34815, 'slg': 0.51389, 'player_id': 10720}, {'battingcard_id': 4958, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.55, 'double_pull': 7.55, 'single_two': 5.4, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 20.6, 'lineout': 6.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 2.2, 'groundout_b': 19.45, 'groundout_c': 0.0, 'pull_rate': 0.25137, 'center_rate': 0.22131, 'slap_rate': 0.52732, 'avg': 0.34861, 'obp': 0.39259, 'slg': 0.4838, 'player_id': 10720}, {'battingcard_id': 4959, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 6.05, 'single_one': 9.05, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.1, 'strikeout': 21.8, 'lineout': 9.0, 'popout': 7.35, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 19.95, 'groundout_c': 0.0, 'pull_rate': 0.11, 'center_rate': 0.52, 'slap_rate': 0.37, 'avg': 0.30278, 'obp': 0.38704, 'slg': 0.33889, 'player_id': 10721}, {'battingcard_id': 4959, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.4, 'single_one': 0, 'single_center': 4.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.0, 'strikeout': 18.9, 'lineout': 3.2, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 19.1, 'flyout_lf_b': 4.25, 'flyout_rf_b': 2.2, 'groundout_a': 15.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26786, 'center_rate': 0.13265, 'slap_rate': 0.59949, 'avg': 0.25093, 'obp': 0.35278, 'slg': 0.41574, 'player_id': 10721}, {'battingcard_id': 4960, 'vs_hand': 'L', 'homerun': 4.8, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.4, 'single_two': 0, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.8, 'strikeout': 17.45, 'lineout': 0, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 9.65, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 6.55, 'groundout_b': 37.2, 'groundout_c': 0.0, 'pull_rate': 0.2069, 'center_rate': 0.58621, 'slap_rate': 0.20689, 'avg': 0.14259, 'obp': 0.24259, 'slg': 0.26759, 'player_id': 10722}, {'battingcard_id': 4960, 'vs_hand': 'R', 'homerun': 1.95, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 3.2, 'strikeout': 16.15, 'lineout': 3.2, 'popout': 8.75, 'flyout_a': 0.0, 'flyout_bq': 12.85, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.4, 'groundout_a': 11.2, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.26994, 'center_rate': 0.31288, 'slap_rate': 0.41718, 'avg': 0.26481, 'obp': 0.32222, 'slg': 0.36667, 'player_id': 10722}, {'battingcard_id': 5144, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 14.9, 'double_pull': 14.95, 'single_two': 7.7, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.55, 'strikeout': 6.6, 'lineout': 3.2, 'popout': 9.2, 'flyout_a': 1.0, 'flyout_bq': 1.5, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 15.15, 'groundout_c': 0.0, 'pull_rate': 0.34783, 'center_rate': 0.30435, 'slap_rate': 0.34782, 'avg': 0.44259, 'obp': 0.66065, 'slg': 0.775, 'player_id': 11174}, {'battingcard_id': 5144, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.6, 'double_pull': 7.55, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 14.95, 'lineout': 13.95, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 28.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.1, 'slap_rate': 0.60492, 'avg': 0.31296, 'obp': 0.34907, 'slg': 0.41343, 'player_id': 11174}, {'battingcard_id': 5290, 'vs_hand': 'L', 'homerun': 1.9, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.95, 'strikeout': 22.75, 'lineout': 2.25, 'popout': 8.75, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 20.5, 'groundout_c': 0.0, 'pull_rate': 0.22807, 'center_rate': 0.54386, 'slap_rate': 0.22807, 'avg': 0.24815, 'obp': 0.34028, 'slg': 0.3412, 'player_id': 11452}, {'battingcard_id': 5290, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.05, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 32.5, 'lineout': 0, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 9.35, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 2.8, 'groundout_b': 25.2, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.75, 'slap_rate': 0.025, 'avg': 0.125, 'obp': 0.23843, 'slg': 0.21852, 'player_id': 11452}, {'battingcard_id': 5291, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.0, 'double_pull': 30.05, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.7, 'strikeout': 19.3, 'lineout': 10.7, 'popout': 7.1, 'flyout_a': 1.0, 'flyout_bq': 2.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 6.8, 'groundout_c': 5.1, 'pull_rate': 0.2375, 'center_rate': 0.575, 'slap_rate': 0.1875, 'avg': 0.43657, 'obp': 0.45231, 'slg': 0.41296, 'player_id': 11453}, {'battingcard_id': 5291, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 15.1, 'lineout': 11.35, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 8.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 3.2, 'groundout_b': 27.9, 'groundout_c': 0.0, 'pull_rate': 0.18237, 'center_rate': 0.13982, 'slap_rate': 0.67781, 'avg': 0.24259, 'obp': 0.35185, 'slg': 0.3, 'player_id': 11453}, {'battingcard_id': 5339, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 7.05, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.75, 'strikeout': 13.3, 'lineout': 9.1, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 31.95, 'groundout_c': 0.0, 'pull_rate': 0.25641, 'center_rate': 0.44872, 'slap_rate': 0.29487, 'avg': 0.2375, 'obp': 0.41111, 'slg': 0.2537, 'player_id': 11546}, {'battingcard_id': 5339, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.9, 'double_pull': 10.85, 'single_two': 9.85, 'single_one': 14.8, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 3.9, 'lineout': 11.45, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 10.9, 'groundout_c': 0.0, 'pull_rate': 0.30286, 'center_rate': 0.1, 'slap_rate': 0.59714, 'avg': 0.53241, 'obp': 0.69491, 'slg': 0.675, 'player_id': 11546}, {'battingcard_id': 5126, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 6.0, 'single_two': 5.95, 'single_one': 8.9, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.1, 'strikeout': 8.1, 'lineout': 2.5, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 40.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16484, 'center_rate': 0.67033, 'slap_rate': 0.16483, 'avg': 0.32454, 'obp': 0.41806, 'slg': 0.38519, 'player_id': 11128}, {'battingcard_id': 5126, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 4.75, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.6, 'strikeout': 9.25, 'lineout': 12.75, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 3.75, 'flyout_rf_b': 0, 'groundout_a': 24.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.18541, 'slap_rate': 0.71459, 'avg': 0.25, 'obp': 0.34815, 'slg': 0.28935, 'player_id': 11128}, {'battingcard_id': 5191, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 15.0, 'walk': 11.5, 'strikeout': 27.8, 'lineout': 1.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 15.7, 'groundout_c': 0.0, 'pull_rate': 0.29091, 'center_rate': 0.41818, 'slap_rate': 0.29091, 'avg': 0.16389, 'obp': 0.40926, 'slg': 0.19907, 'player_id': 11293}, {'battingcard_id': 5191, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 18.45, 'strikeout': 12.7, 'lineout': 2.2, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 0, 'flyout_rf_b': 3.3, 'groundout_a': 1.25, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.17857, 'center_rate': 0.1, 'slap_rate': 0.72143, 'avg': 0.26389, 'obp': 0.47176, 'slg': 0.35648, 'player_id': 11293}, {'battingcard_id': 5145, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.4, 'strikeout': 19.6, 'lineout': 3.75, 'popout': 1.95, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 22.05, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.6, 'slap_rate': 0.2, 'avg': 0.23472, 'obp': 0.45139, 'slg': 0.29028, 'player_id': 11175}, {'battingcard_id': 5145, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 25.95, 'lineout': 7.55, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 12.3, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 28.4, 'groundout_c': 0.0, 'pull_rate': 0.23922, 'center_rate': 0.14118, 'slap_rate': 0.6196, 'avg': 0.18194, 'obp': 0.25417, 'slg': 0.28056, 'player_id': 11175}, {'battingcard_id': 5340, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.95, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.4, 'strikeout': 21.1, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.6, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.25, 'groundout_a': 0.0, 'groundout_b': 26.3, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.18843, 'obp': 0.2662, 'slg': 0.28102, 'player_id': 11547}, {'battingcard_id': 5340, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.3, 'double_pull': 8.35, 'single_two': 0, 'single_one': 0, 'single_center': 4.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 29.0, 'lineout': 5.75, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.7, 'groundout_a': 9.35, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.24638, 'center_rate': 0.50725, 'slap_rate': 0.24637, 'avg': 0.19352, 'obp': 0.22361, 'slg': 0.34676, 'player_id': 11547}, {'battingcard_id': 5192, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 23.85, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.25, 'single_two': 15.4, 'single_one': 3.5, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.35, 'strikeout': 14.3, 'lineout': 6.0, 'popout': 2.7, 'flyout_a': 1.0, 'flyout_bq': 1.35, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 6.95, 'groundout_c': 0.0, 'pull_rate': 0.2093, 'center_rate': 0.5814, 'slap_rate': 0.2093, 'avg': 0.52083, 'obp': 0.67222, 'slg': 1.04722, 'player_id': 11294}, {'battingcard_id': 5192, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 7.05, 'single_one': 10.55, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.55, 'strikeout': 14.25, 'lineout': 1.05, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 28.55, 'groundout_c': 0.0, 'pull_rate': 0.20795, 'center_rate': 0.15291, 'slap_rate': 0.63914, 'avg': 0.34722, 'obp': 0.48194, 'slg': 0.40833, 'player_id': 11294}, {'battingcard_id': 5341, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.4, 'double_pull': 12.4, 'single_two': 10.2, 'single_one': 15.35, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 31.2, 'strikeout': 4.7, 'lineout': 1.9, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 1.4, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 1.25, 'groundout_c': 0.0, 'pull_rate': 0.33846, 'center_rate': 0.32308, 'slap_rate': 0.33846, 'avg': 0.60046, 'obp': 0.88935, 'slg': 0.82593, 'player_id': 11548}, {'battingcard_id': 5341, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 20.55, 'lineout': 8.3, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 25.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30164, 'center_rate': 0.1, 'slap_rate': 0.59836, 'avg': 0.17083, 'obp': 0.24583, 'slg': 0.2787, 'player_id': 11548}, {'battingcard_id': 5090, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.9, 'strikeout': 27.05, 'lineout': 1.9, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 4.25, 'groundout_b': 23.85, 'groundout_c': 0.0, 'pull_rate': 0.27358, 'center_rate': 0.45283, 'slap_rate': 0.27359, 'avg': 0.22963, 'obp': 0.31204, 'slg': 0.38565, 'player_id': 11054}, {'battingcard_id': 5090, 'vs_hand': 'R', 'homerun': 12.05, 'bp_homerun': 8.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 8.75, 'single_one': 3.25, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 26.3, 'lineout': 0, 'popout': 2.75, 'flyout_a': 1.0, 'flyout_bq': 3.4, 'flyout_lf_b': 3.5, 'flyout_rf_b': 4.5, 'groundout_a': 1.6, 'groundout_b': 14.0, 'groundout_c': 0.0, 'pull_rate': 0.32719, 'center_rate': 0.2212, 'slap_rate': 0.45161, 'avg': 0.41898, 'obp': 0.47176, 'slg': 0.88148, 'player_id': 11054}, {'battingcard_id': 5091, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 20.45, 'lineout': 7.45, 'popout': 9.15, 'flyout_a': 0.0, 'flyout_bq': 15.0, 'flyout_lf_b': 2.1, 'flyout_rf_b': 3.2, 'groundout_a': 2.1, 'groundout_b': 18.2, 'groundout_c': 0.0, 'pull_rate': 0.31351, 'center_rate': 0.54595, 'slap_rate': 0.14054, 'avg': 0.23704, 'obp': 0.28102, 'slg': 0.39491, 'player_id': 11055}, {'battingcard_id': 5091, 'vs_hand': 'R', 'homerun': 2.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 11.25, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 19.8, 'strikeout': 12.35, 'lineout': 0, 'popout': 6.05, 'flyout_a': 1.0, 'flyout_bq': 7.05, 'flyout_lf_b': 5.7, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 14.15, 'groundout_c': 0.0, 'pull_rate': 0.21676, 'center_rate': 0.29191, 'slap_rate': 0.49133, 'avg': 0.33056, 'obp': 0.54167, 'slg': 0.4713, 'player_id': 11055}, {'battingcard_id': 5305, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.3, 'double_pull': 10.25, 'single_two': 5.4, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.8, 'strikeout': 13.35, 'lineout': 0, 'popout': 8.5, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 19.8, 'groundout_c': 0.0, 'pull_rate': 0.2069, 'center_rate': 0.58621, 'slap_rate': 0.20689, 'avg': 0.38009, 'obp': 0.52639, 'slg': 0.52824, 'player_id': 11488}, {'battingcard_id': 5305, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 6.3, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 15.4, 'strikeout': 22.7, 'lineout': 9.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 9.4, 'groundout_c': 0.0, 'pull_rate': 0.22619, 'center_rate': 0.75, 'slap_rate': 0.02381, 'avg': 0.31111, 'obp': 0.47222, 'slg': 0.34722, 'player_id': 11488}, {'battingcard_id': 5292, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 25.15, 'strikeout': 13.6, 'lineout': 0, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.05, 'flyout_rf_b': 1.05, 'groundout_a': 29.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22835, 'center_rate': 0.54331, 'slap_rate': 0.22834, 'avg': 0.24722, 'obp': 0.48935, 'slg': 0.2875, 'player_id': 11454}, {'battingcard_id': 5292, 'vs_hand': 'R', 'homerun': 3.8, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 5.4, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.4, 'strikeout': 23.4, 'lineout': 6.15, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 2.1, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 16.25, 'groundout_c': 0.0, 'pull_rate': 0.16102, 'center_rate': 0.58475, 'slap_rate': 0.25423, 'avg': 0.31481, 'obp': 0.53148, 'slg': 0.46852, 'player_id': 11454}, {'battingcard_id': 4961, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.95, 'strikeout': 11.15, 'lineout': 6.35, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 9.15, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 39.05, 'groundout_c': 0.0, 'pull_rate': 0.21583, 'center_rate': 0.56835, 'slap_rate': 0.21582, 'avg': 0.22083, 'obp': 0.33148, 'slg': 0.27037, 'player_id': 10723}, {'battingcard_id': 4961, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 0, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.5, 'strikeout': 15.7, 'lineout': 7.85, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 1.6, 'flyout_rf_b': 2.8, 'groundout_a': 39.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25622, 'center_rate': 0.19652, 'slap_rate': 0.54726, 'avg': 0.15556, 'obp': 0.20648, 'slg': 0.17222, 'player_id': 10723}, {'battingcard_id': 5127, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.4, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.7, 'strikeout': 12.75, 'lineout': 18.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.05, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 8.45, 'groundout_b': 15.7, 'groundout_c': 0.0, 'pull_rate': 0.33654, 'center_rate': 0.32692, 'slap_rate': 0.33654, 'avg': 0.20926, 'obp': 0.28056, 'slg': 0.29583, 'player_id': 11129}, {'battingcard_id': 5127, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.25, 'double_pull': 6.25, 'single_two': 5.7, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 14.9, 'lineout': 5.4, 'popout': 9.7, 'flyout_a': 1.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 18.45, 'groundout_c': 0.0, 'pull_rate': 0.28462, 'center_rate': 0.1, 'slap_rate': 0.61538, 'avg': 0.31296, 'obp': 0.38333, 'slg': 0.61574, 'player_id': 11129}, {'battingcard_id': 5317, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.3, 'double_pull': 8.3, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 2.6, 'lineout': 1.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.05, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.8, 'groundout_a': 0.0, 'groundout_b': 43.25, 'groundout_c': 0.0, 'pull_rate': 0.23932, 'center_rate': 0.52137, 'slap_rate': 0.23931, 'avg': 0.28704, 'obp': 0.33981, 'slg': 0.44444, 'player_id': 11509}, {'battingcard_id': 5317, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.35, 'double_pull': 7.35, 'single_two': 3.75, 'single_one': 4.25, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 35.6, 'lineout': 2.2, 'popout': 8.2, 'flyout_a': 0.0, 'flyout_bq': 8.35, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.2234, 'center_rate': 0.32447, 'slap_rate': 0.45213, 'avg': 0.29537, 'obp': 0.32546, 'slg': 0.41296, 'player_id': 11509}, {'battingcard_id': 5154, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 4.75, 'single_one': 0, 'single_center': 9.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 19.55, 'lineout': 9.35, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 7.3, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.25, 'groundout_a': 2.4, 'groundout_b': 21.05, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.29352, 'obp': 0.36713, 'slg': 0.43148, 'player_id': 11205}, {'battingcard_id': 5154, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.75, 'double_pull': 9.75, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 14.7, 'strikeout': 11.65, 'lineout': 1.4, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 2.25, 'groundout_b': 19.6, 'groundout_c': 0.0, 'pull_rate': 0.26122, 'center_rate': 0.13469, 'slap_rate': 0.60409, 'avg': 0.36759, 'obp': 0.52222, 'slg': 0.53981, 'player_id': 11205}, {'battingcard_id': 4962, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 6.4, 'single_one': 9.6, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 1.4, 'lineout': 4.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 43.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2701, 'center_rate': 0.45981, 'slap_rate': 0.27009, 'avg': 0.32083, 'obp': 0.35556, 'slg': 0.36435, 'player_id': 10724}, {'battingcard_id': 4962, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 5.7, 'single_one': 8.2, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 7.25, 'lineout': 7.9, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 9.85, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.2, 'groundout_a': 27.6, 'groundout_b': 9.2, 'groundout_c': 0.0, 'pull_rate': 0.22862, 'center_rate': 0.2352, 'slap_rate': 0.53618, 'avg': 0.28889, 'obp': 0.32361, 'slg': 0.35046, 'player_id': 10724}, {'battingcard_id': 4963, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 15.4, 'lineout': 0, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 25.7, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 2.2, 'groundout_b': 18.7, 'groundout_c': 0.0, 'pull_rate': 0.24419, 'center_rate': 0.51163, 'slap_rate': 0.24418, 'avg': 0.20139, 'obp': 0.28056, 'slg': 0.27778, 'player_id': 10725}, {'battingcard_id': 4963, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 5.1, 'single_one': 7.7, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.05, 'strikeout': 17.25, 'lineout': 8.7, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 11.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.5, 'groundout_a': 2.4, 'groundout_b': 21.4, 'groundout_c': 0.0, 'pull_rate': 0.21244, 'center_rate': 0.22798, 'slap_rate': 0.55958, 'avg': 0.28611, 'obp': 0.38843, 'slg': 0.3375, 'player_id': 10725}, {'battingcard_id': 5342, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.25, 'double_pull': 7.25, 'single_two': 7.3, 'single_one': 8.8, 'single_center': 5.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 26.3, 'strikeout': 4.75, 'lineout': 2.25, 'popout': 1.5, 'flyout_a': 0.0, 'flyout_bq': 18.65, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.30612, 'center_rate': 0.38776, 'slap_rate': 0.30612, 'avg': 0.3838, 'obp': 0.62731, 'slg': 0.48102, 'player_id': 11549}, {'battingcard_id': 5342, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.7, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 23.6, 'lineout': 8.65, 'popout': 7.1, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.8, 'groundout_a': 7.3, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.19565, 'center_rate': 0.10326, 'slap_rate': 0.70109, 'avg': 0.19954, 'obp': 0.26019, 'slg': 0.23472, 'player_id': 11549}, {'battingcard_id': 5318, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.55, 'strikeout': 5.4, 'lineout': 11.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 29.45, 'flyout_lf_b': 5.1, 'flyout_rf_b': 4.75, 'groundout_a': 1.75, 'groundout_b': 15.65, 'groundout_c': 0.0, 'pull_rate': 0.225, 'center_rate': 0.55, 'slap_rate': 0.225, 'avg': 0.13472, 'obp': 0.28796, 'slg': 0.09722, 'player_id': 11510}, {'battingcard_id': 5318, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.25, 'single_one': 4.8, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 19.85, 'lineout': 6.0, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 11.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 36.05, 'groundout_c': 0.0, 'pull_rate': 0.2093, 'center_rate': 0.10233, 'slap_rate': 0.68837, 'avg': 0.19583, 'obp': 0.23194, 'slg': 0.21898, 'player_id': 11510}, {'battingcard_id': 4964, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.0, 'strikeout': 30.15, 'lineout': 3.2, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 38.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.1954, 'center_rate': 0.6092, 'slap_rate': 0.1954, 'avg': 0.13611, 'obp': 0.19167, 'slg': 0.14352, 'player_id': 10726}, {'battingcard_id': 4964, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 10.5, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.2, 'single_two': 7.4, 'single_one': 11.15, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.7, 'strikeout': 10.6, 'lineout': 3.4, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 5.8, 'groundout_b': 23.15, 'groundout_c': 0.0, 'pull_rate': 0.13586, 'center_rate': 0.11804, 'slap_rate': 0.7461, 'avg': 0.36111, 'obp': 0.46019, 'slg': 0.48657, 'player_id': 10726}, {'battingcard_id': 4965, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 14.3, 'strikeout': 12.85, 'lineout': 5.7, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 21.1, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.25, 'groundout_a': 5.9, 'groundout_b': 13.7, 'groundout_c': 0.0, 'pull_rate': 0.13636, 'center_rate': 0.68182, 'slap_rate': 0.18182, 'avg': 0.16389, 'obp': 0.36111, 'slg': 0.2287, 'player_id': 10727}, {'battingcard_id': 4965, 'vs_hand': 'R', 'homerun': 2.4, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.4, 'strikeout': 23.25, 'lineout': 1.9, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 26.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22628, 'center_rate': 0.10949, 'slap_rate': 0.66423, 'avg': 0.23565, 'obp': 0.41528, 'slg': 0.35787, 'player_id': 10727}, {'battingcard_id': 4966, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.05, 'strikeout': 4.45, 'lineout': 9.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 2.1, 'flyout_rf_b': 2.1, 'groundout_a': 29.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28947, 'center_rate': 0.42105, 'slap_rate': 0.28948, 'avg': 0.17176, 'obp': 0.45, 'slg': 0.19907, 'player_id': 10728}, {'battingcard_id': 4966, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 21.3, 'strikeout': 9.8, 'lineout': 11.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.75, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.1, 'groundout_a': 19.55, 'groundout_b': 8.35, 'groundout_c': 0.0, 'pull_rate': 0.25199, 'center_rate': 0.16976, 'slap_rate': 0.57825, 'avg': 0.23009, 'obp': 0.42731, 'slg': 0.2662, 'player_id': 10728}, {'battingcard_id': 5049, 'vs_hand': 'L', 'homerun': 15.35, 'bp_homerun': 10.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 4.75, 'single_two': 8.75, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.8, 'strikeout': 4.75, 'lineout': 1.75, 'popout': 9.95, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.1, 'groundout_a': 6.7, 'groundout_b': 2.9, 'groundout_c': 0.0, 'pull_rate': 0.32298, 'center_rate': 0.35404, 'slap_rate': 0.32298, 'avg': 0.47824, 'obp': 0.65231, 'slg': 1.0875, 'player_id': 10960}, {'battingcard_id': 5049, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.1, 'strikeout': 13.95, 'lineout': 0, 'popout': 7.3, 'flyout_a': 0.0, 'flyout_bq': 9.15, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 5.85, 'groundout_b': 23.3, 'groundout_c': 0.0, 'pull_rate': 0.25743, 'center_rate': 0.11287, 'slap_rate': 0.6297, 'avg': 0.25139, 'obp': 0.41898, 'slg': 0.31111, 'player_id': 10960}, {'battingcard_id': 4967, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.05, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.55, 'strikeout': 11.9, 'lineout': 0, 'popout': 19.65, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 2.4, 'groundout_b': 21.65, 'groundout_c': 0.0, 'pull_rate': 0.29353, 'center_rate': 0.41294, 'slap_rate': 0.29353, 'avg': 0.3162, 'obp': 0.41389, 'slg': 0.4375, 'player_id': 10729}, {'battingcard_id': 4967, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 13.75, 'lineout': 6.6, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.75, 'groundout_a': 37.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.20773, 'center_rate': 0.20048, 'slap_rate': 0.59179, 'avg': 0.19352, 'obp': 0.28889, 'slg': 0.32176, 'player_id': 10729}, {'battingcard_id': 4968, 'vs_hand': 'L', 'homerun': 6.55, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 2.5, 'strikeout': 6.6, 'lineout': 5.7, 'popout': 13.15, 'flyout_a': 1.0, 'flyout_bq': 9.35, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 34.95, 'groundout_c': 0.0, 'pull_rate': 0.26471, 'center_rate': 0.47059, 'slap_rate': 0.2647, 'avg': 0.27454, 'obp': 0.3162, 'slg': 0.58889, 'player_id': 10730}, {'battingcard_id': 4968, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.35, 'single_two': 3.2, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.15, 'strikeout': 16.45, 'lineout': 3.75, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 16.25, 'groundout_b': 8.75, 'groundout_c': 0.0, 'pull_rate': 0.23767, 'center_rate': 0.25112, 'slap_rate': 0.51121, 'avg': 0.28426, 'obp': 0.40602, 'slg': 0.4287, 'player_id': 10730}, {'battingcard_id': 4969, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.9, 'strikeout': 17.3, 'lineout': 7.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.4, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 43.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25792, 'center_rate': 0.48416, 'slap_rate': 0.25792, 'avg': 0.13148, 'obp': 0.26019, 'slg': 0.14907, 'player_id': 10731}, {'battingcard_id': 4969, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.6, 'single_one': 0, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 19.75, 'strikeout': 15.25, 'lineout': 1.65, 'popout': 6.25, 'flyout_a': 1.0, 'flyout_bq': 12.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.7, 'groundout_a': 18.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31397, 'center_rate': 0.19419, 'slap_rate': 0.49184, 'avg': 0.23981, 'obp': 0.45046, 'slg': 0.51667, 'player_id': 10731}, {'battingcard_id': 4970, 'vs_hand': 'L', 'homerun': 3.75, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 20.8, 'lineout': 3.25, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.9, 'groundout_a': 14.45, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.57895, 'slap_rate': 0.15789, 'avg': 0.2412, 'obp': 0.31157, 'slg': 0.39306, 'player_id': 10732}, {'battingcard_id': 4970, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.45, 'strikeout': 17.9, 'lineout': 2.5, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 16.95, 'groundout_b': 7.3, 'groundout_c': 0.0, 'pull_rate': 0.2561, 'center_rate': 0.26829, 'slap_rate': 0.47561, 'avg': 0.31157, 'obp': 0.44537, 'slg': 0.53148, 'player_id': 10732}, {'battingcard_id': 4971, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.5, 'single_one': 6.5, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.85, 'strikeout': 13.45, 'lineout': 14.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 19.15, 'groundout_b': 8.2, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.25556, 'obp': 0.35602, 'slg': 0.30093, 'player_id': 10733}, {'battingcard_id': 4971, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.2, 'single_one': 3.2, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 6.25, 'strikeout': 14.35, 'lineout': 11.9, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 12.15, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.7, 'groundout_a': 24.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.11084, 'slap_rate': 0.60345, 'avg': 0.27176, 'obp': 0.36667, 'slg': 0.41019, 'player_id': 10733}, {'battingcard_id': 5128, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 35.35, 'strikeout': 21.55, 'lineout': 8.4, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 8.65, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 6.05, 'groundout_c': 0.0, 'pull_rate': 0.14815, 'center_rate': 0.48148, 'slap_rate': 0.37037, 'avg': 0.15046, 'obp': 0.53333, 'slg': 0.1875, 'player_id': 11130}, {'battingcard_id': 5128, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.95, 'strikeout': 12.9, 'lineout': 3.6, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.1, 'groundout_a': 11.9, 'groundout_b': 14.55, 'groundout_c': 0.0, 'pull_rate': 0.23786, 'center_rate': 0.1, 'slap_rate': 0.66214, 'avg': 0.27269, 'obp': 0.41111, 'slg': 0.39259, 'player_id': 11130}, {'battingcard_id': 5306, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 6.3, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.8, 'bp_single': 0.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 6.7, 'lineout': 1.9, 'popout': 10.05, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.1, 'groundout_a': 0, 'groundout_b': 47.7, 'groundout_c': 0.0, 'pull_rate': 0.26471, 'center_rate': 0.58824, 'slap_rate': 0.14705, 'avg': 0.17222, 'obp': 0.24722, 'slg': 0.37685, 'player_id': 11489}, {'battingcard_id': 5306, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 2.25, 'single_one': 3.25, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 20.95, 'lineout': 5.7, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 11.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 1.9, 'groundout_b': 34.1, 'groundout_c': 0.0, 'pull_rate': 0.17308, 'center_rate': 0.1, 'slap_rate': 0.72692, 'avg': 0.19769, 'obp': 0.25694, 'slg': 0.27407, 'player_id': 11489}, {'battingcard_id': 5319, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.9, 'strikeout': 16.7, 'lineout': 9.9, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.5, 'groundout_a': 1.65, 'groundout_b': 31.2, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.5, 'slap_rate': 0.4, 'avg': 0.20926, 'obp': 0.26389, 'slg': 0.26019, 'player_id': 11511}, {'battingcard_id': 5319, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 2.4, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 19.0, 'lineout': 1.95, 'popout': 10.9, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.2, 'groundout_a': 6.0, 'groundout_b': 23.95, 'groundout_c': 0.0, 'pull_rate': 0.21583, 'center_rate': 0.1, 'slap_rate': 0.68417, 'avg': 0.17083, 'obp': 0.25787, 'slg': 0.19167, 'player_id': 11511}, {'battingcard_id': 5092, 'vs_hand': 'L', 'homerun': 8.8, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 2.75, 'single_two': 0, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.25, 'strikeout': 13.55, 'lineout': 1.65, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 9.45, 'flyout_lf_b': 11.0, 'flyout_rf_b': 11.0, 'groundout_a': 3.75, 'groundout_b': 11.15, 'groundout_c': 0.0, 'pull_rate': 0.23256, 'center_rate': 0.53488, 'slap_rate': 0.23256, 'avg': 0.23241, 'obp': 0.37361, 'slg': 0.4838, 'player_id': 11056}, {'battingcard_id': 5092, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 2.5, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.3, 'strikeout': 26.9, 'lineout': 0, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 13.05, 'flyout_lf_b': 2.8, 'flyout_rf_b': 1.6, 'groundout_a': 12.2, 'groundout_b': 8.15, 'groundout_c': 0.0, 'pull_rate': 0.26582, 'center_rate': 0.75, 'slap_rate': -0.01582, 'avg': 0.18796, 'obp': 0.34815, 'slg': 0.26435, 'player_id': 11056}, {'battingcard_id': 5175, 'vs_hand': 'L', 'homerun': 1.65, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 7.7, 'single_one': 4.75, 'single_center': 10.65, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 7.0, 'strikeout': 24.75, 'lineout': 3.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.6, 'groundout_a': 0.0, 'groundout_b': 10.3, 'groundout_c': 0.0, 'pull_rate': 0.25275, 'center_rate': 0.49451, 'slap_rate': 0.25274, 'avg': 0.4, 'obp': 0.47407, 'slg': 0.57546, 'player_id': 11250}, {'battingcard_id': 5175, 'vs_hand': 'R', 'homerun': 9.05, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 6.0, 'single_two': 6.6, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.7, 'strikeout': 11.6, 'lineout': 16.25, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 3.25, 'groundout_a': 5.1, 'groundout_b': 27.5, 'groundout_c': 0.0, 'pull_rate': 0.2987, 'center_rate': 0.1461, 'slap_rate': 0.5552, 'avg': 0.34491, 'obp': 0.36065, 'slg': 0.66944, 'player_id': 11250}, {'battingcard_id': 4972, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 1.25, 'double_pull': 1.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.05, 'bp_single': 0.0, 'hbp': 0, 'walk': 12.15, 'strikeout': 8.9, 'lineout': 3.2, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 20.0, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.3, 'groundout_a': 2.25, 'groundout_b': 42.2, 'groundout_c': 0.0, 'pull_rate': 0.27391, 'center_rate': 0.45217, 'slap_rate': 0.27392, 'avg': 0.09907, 'obp': 0.21157, 'slg': 0.1662, 'player_id': 10734}, {'battingcard_id': 4972, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 4.2, 'single_one': 3.75, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.1, 'strikeout': 21.9, 'lineout': 8.4, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.35, 'flyout_rf_b': 2.4, 'groundout_a': 18.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25889, 'center_rate': 0.20553, 'slap_rate': 0.53558, 'avg': 0.2912, 'obp': 0.34769, 'slg': 0.50926, 'player_id': 10734}, {'battingcard_id': 5129, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 6.85, 'single_one': 10.3, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 21.6, 'strikeout': 11.45, 'lineout': 0, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 8.3, 'groundout_b': 10.15, 'groundout_c': 0.0, 'pull_rate': 0.2716, 'center_rate': 0.45679, 'slap_rate': 0.27161, 'avg': 0.39815, 'obp': 0.60741, 'slg': 0.52407, 'player_id': 11131}, {'battingcard_id': 5129, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 24.15, 'strikeout': 29.8, 'lineout': 0, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 10.65, 'groundout_c': 0.0, 'pull_rate': 0.22137, 'center_rate': 0.28244, 'slap_rate': 0.49619, 'avg': 0.27407, 'obp': 0.50694, 'slg': 0.36296, 'player_id': 11131}, {'battingcard_id': 5193, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.75, 'strikeout': 41.7, 'lineout': 6.15, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.63077, 'slap_rate': 0.13846, 'avg': 0.17917, 'obp': 0.21389, 'slg': 0.18611, 'player_id': 11295}, {'battingcard_id': 5193, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 4.75, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 4.5, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.9, 'strikeout': 15.05, 'lineout': 7.15, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 24.65, 'groundout_c': 0.0, 'pull_rate': 0.19758, 'center_rate': 0.1, 'slap_rate': 0.70242, 'avg': 0.31111, 'obp': 0.4213, 'slg': 0.47593, 'player_id': 11295}, {'battingcard_id': 4973, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 31.7, 'lineout': 4.75, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 12.75, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.6, 'groundout_a': 3.4, 'groundout_b': 30.25, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.58721, 'slap_rate': 0.31279, 'avg': 0.15185, 'obp': 0.18194, 'slg': 0.1713, 'player_id': 10735}, {'battingcard_id': 4973, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 7.15, 'double_pull': 7.15, 'single_two': 3.25, 'single_one': 4.8, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 9.8, 'lineout': 6.65, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.7, 'groundout_a': 24.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23729, 'center_rate': 0.19021, 'slap_rate': 0.5725, 'avg': 0.30602, 'obp': 0.36759, 'slg': 0.45787, 'player_id': 10735}, {'battingcard_id': 5050, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.2, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.25, 'strikeout': 16.05, 'lineout': 6.2, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 4.2, 'groundout_b': 36.8, 'groundout_c': 0.0, 'pull_rate': 0.2402, 'center_rate': 0.51961, 'slap_rate': 0.24019, 'avg': 0.1213, 'obp': 0.29028, 'slg': 0.13704, 'player_id': 10961}, {'battingcard_id': 5050, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 6.7, 'single_one': 10.1, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.5, 'strikeout': 9.4, 'lineout': 9.0, 'popout': 6.0, 'flyout_a': 0.0, 'flyout_bq': 8.05, 'flyout_lf_b': 0, 'flyout_rf_b': 2.75, 'groundout_a': 27.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.18467, 'slap_rate': 0.57143, 'avg': 0.3375, 'obp': 0.4162, 'slg': 0.40648, 'player_id': 10961}, {'battingcard_id': 5130, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.1, 'strikeout': 19.0, 'lineout': 6.75, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.15152, 'center_rate': 0.56061, 'slap_rate': 0.28787, 'avg': 0.21806, 'obp': 0.31157, 'slg': 0.26204, 'player_id': 11132}, {'battingcard_id': 5130, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 4.5, 'single_one': 6.35, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.55, 'strikeout': 7.35, 'lineout': 7.1, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 13.85, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.2, 'groundout_a': 30.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17828, 'center_rate': 0.15164, 'slap_rate': 0.67008, 'avg': 0.27361, 'obp': 0.36204, 'slg': 0.33981, 'player_id': 11132}, {'battingcard_id': 5155, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 5.95, 'lineout': 10.65, 'popout': 8.7, 'flyout_a': 0.0, 'flyout_bq': 15.55, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 5.8, 'groundout_b': 23.25, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.26296, 'obp': 0.30463, 'slg': 0.34907, 'player_id': 11206}, {'battingcard_id': 5155, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 19.05, 'lineout': 1.65, 'popout': 9.35, 'flyout_a': 0.0, 'flyout_bq': 14.2, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.4, 'groundout_a': 33.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23611, 'center_rate': 0.1, 'slap_rate': 0.66389, 'avg': 0.17778, 'obp': 0.23935, 'slg': 0.25833, 'player_id': 11206}, {'battingcard_id': 5131, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 26.8, 'lineout': 0, 'popout': 10.1, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.7, 'groundout_a': 1.2, 'groundout_b': 22.35, 'groundout_c': 0.0, 'pull_rate': 0.35227, 'center_rate': 0.29545, 'slap_rate': 0.35228, 'avg': 0.14213, 'obp': 0.30694, 'slg': 0.16157, 'player_id': 11133}, {'battingcard_id': 5131, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.2, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 11.8, 'strikeout': 17.1, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 22.25, 'flyout_lf_b': 2.5, 'flyout_rf_b': 5.1, 'groundout_a': 2.75, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.26368, 'center_rate': 0.12935, 'slap_rate': 0.60697, 'avg': 0.22407, 'obp': 0.34259, 'slg': 0.30463, 'player_id': 11133}, {'battingcard_id': 5051, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.25, 'double_pull': 10.25, 'single_two': 5.4, 'single_one': 0, 'single_center': 10.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.75, 'strikeout': 20.55, 'lineout': 5.1, 'popout': 19.55, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 13.3, 'groundout_c': 0.0, 'pull_rate': 0.25243, 'center_rate': 0.49515, 'slap_rate': 0.25242, 'avg': 0.37963, 'obp': 0.39583, 'slg': 0.5963, 'player_id': 10962}, {'battingcard_id': 5051, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 0, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 4.2, 'strikeout': 28.55, 'lineout': 3.25, 'popout': 12.9, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 4.5, 'groundout_b': 25.55, 'groundout_c': 0.0, 'pull_rate': 0.21951, 'center_rate': 0.41463, 'slap_rate': 0.36586, 'avg': 0.11713, 'obp': 0.25787, 'slg': 0.1412, 'player_id': 10962}, {'battingcard_id': 5052, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 17.3, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 8.5, 'single_one': 12.75, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 18.7, 'lineout': 5.7, 'popout': 3.8, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.33974, 'center_rate': 0.48077, 'slap_rate': 0.17949, 'avg': 0.47269, 'obp': 0.49028, 'slg': 0.76157, 'player_id': 10963}, {'battingcard_id': 5052, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.85, 'strikeout': 19.25, 'lineout': 1.9, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 11.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.4, 'groundout_a': 5.75, 'groundout_b': 17.25, 'groundout_c': 0.0, 'pull_rate': 0.27483, 'center_rate': 0.24834, 'slap_rate': 0.47683, 'avg': 0.22546, 'obp': 0.3537, 'slg': 0.32407, 'player_id': 10963}, {'battingcard_id': 5320, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.2, 'double_pull': 12.2, 'single_two': 0, 'single_one': 3.3, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 13.0, 'walk': 31.15, 'strikeout': 8.8, 'lineout': 2.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.8, 'flyout_lf_b': 0, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 8.55, 'groundout_c': 0.0, 'pull_rate': 0.34247, 'center_rate': 0.46575, 'slap_rate': 0.19178, 'avg': 0.32361, 'obp': 0.73241, 'slg': 0.49583, 'player_id': 11512}, {'battingcard_id': 5320, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.55, 'strikeout': 37.3, 'lineout': 6.85, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 13.2, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.7, 'groundout_a': 22.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31214, 'center_rate': 0.19653, 'slap_rate': 0.49133, 'avg': 0.12778, 'obp': 0.18843, 'slg': 0.16111, 'player_id': 11512}, {'battingcard_id': 5176, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.55, 'bp_single': 0.0, 'hbp': 0, 'walk': 29.45, 'strikeout': 36.1, 'lineout': 4.75, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 16.45, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 4.75, 'groundout_b': 6.85, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.02361, 'obp': 0.2963, 'slg': 0.02361, 'player_id': 11251}, {'battingcard_id': 5176, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 14.35, 'strikeout': 15.8, 'lineout': 1.5, 'popout': 8.5, 'flyout_a': 0.0, 'flyout_bq': 16.2, 'flyout_lf_b': 3.8, 'flyout_rf_b': 1.65, 'groundout_a': 1.5, 'groundout_b': 28.55, 'groundout_c': 0.0, 'pull_rate': 0.24581, 'center_rate': 0.1, 'slap_rate': 0.65419, 'avg': 0.14954, 'obp': 0.28241, 'slg': 0.20556, 'player_id': 11251}, {'battingcard_id': 5194, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.2, 'double_pull': 9.25, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.5, 'strikeout': 12.4, 'lineout': 2.2, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.4, 'groundout_a': 0, 'groundout_b': 18.0, 'groundout_c': 0.0, 'pull_rate': 0.29012, 'center_rate': 0.41975, 'slap_rate': 0.29013, 'avg': 0.32685, 'obp': 0.58148, 'slg': 0.46759, 'player_id': 11296}, {'battingcard_id': 5194, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 7.5, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 6.85, 'lineout': 3.3, 'popout': 6.1, 'flyout_a': 0.0, 'flyout_bq': 6.85, 'flyout_lf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 26.7, 'groundout_c': 0.0, 'pull_rate': 0.20946, 'center_rate': 0.45946, 'slap_rate': 0.33108, 'avg': 0.34074, 'obp': 0.51343, 'slg': 0.37269, 'player_id': 11296}, {'battingcard_id': 5177, 'vs_hand': 'L', 'homerun': 11.25, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.4, 'single_two': 11.8, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.75, 'strikeout': 9.65, 'lineout': 1.05, 'popout': 5.7, 'flyout_a': 1.0, 'flyout_bq': 3.6, 'flyout_lf_b': 4.2, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 12.5, 'groundout_c': 0.0, 'pull_rate': 0.26804, 'center_rate': 0.46392, 'slap_rate': 0.26804, 'avg': 0.41991, 'obp': 0.61204, 'slg': 0.81944, 'player_id': 11252}, {'battingcard_id': 5177, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.9, 'double_pull': 8.85, 'single_two': 3.25, 'single_one': 4.75, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 16.5, 'lineout': 4.2, 'popout': 7.55, 'flyout_a': 0.0, 'flyout_bq': 13.6, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 21.85, 'groundout_c': 0.0, 'pull_rate': 0.26087, 'center_rate': 0.48913, 'slap_rate': 0.25, 'avg': 0.3, 'obp': 0.36759, 'slg': 0.42824, 'player_id': 11252}, {'battingcard_id': 5053, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 8.0, 'single_one': 12.05, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.55, 'strikeout': 7.3, 'lineout': 1.65, 'popout': 9.2, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 32.6, 'groundout_c': 0.0, 'pull_rate': 0.23671, 'center_rate': 0.52657, 'slap_rate': 0.23672, 'avg': 0.3588, 'obp': 0.4287, 'slg': 0.38611, 'player_id': 10964}, {'battingcard_id': 5053, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 5.95, 'double_pull': 5.95, 'single_two': 6.55, 'single_one': 5.9, 'single_center': 7.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.5, 'strikeout': 10.85, 'lineout': 7.55, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 27.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27368, 'center_rate': 0.22947, 'slap_rate': 0.49685, 'avg': 0.35093, 'obp': 0.47593, 'slg': 0.46898, 'player_id': 10964}, {'battingcard_id': 5156, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.5, 'strikeout': 5.65, 'lineout': 3.8, 'popout': 7.0, 'flyout_a': 0.0, 'flyout_bq': 21.65, 'flyout_lf_b': 4.5, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 32.45, 'groundout_c': 0.0, 'pull_rate': 0.16216, 'center_rate': 0.48649, 'slap_rate': 0.35135, 'avg': 0.18241, 'obp': 0.27963, 'slg': 0.22731, 'player_id': 11207}, {'battingcard_id': 5156, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.8, 'single_two': 4.2, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.6, 'strikeout': 8.25, 'lineout': 0, 'popout': 15.6, 'flyout_a': 0.0, 'flyout_bq': 15.8, 'flyout_lf_b': 3.9, 'flyout_rf_b': 1.4, 'groundout_a': 2.4, 'groundout_b': 21.0, 'groundout_c': 0.0, 'pull_rate': 0.21483, 'center_rate': 0.1, 'slap_rate': 0.68517, 'avg': 0.25972, 'obp': 0.36713, 'slg': 0.33009, 'player_id': 11207}, {'battingcard_id': 4974, 'vs_hand': 'L', 'homerun': 5.95, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 5.7, 'single_one': 8.6, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.2, 'strikeout': 19.85, 'lineout': 10.8, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 7.05, 'groundout_b': 13.15, 'groundout_c': 0.0, 'pull_rate': 0.30483, 'center_rate': 0.39033, 'slap_rate': 0.30484, 'avg': 0.34213, 'obp': 0.39954, 'slg': 0.53611, 'player_id': 10736}, {'battingcard_id': 4974, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 3.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 13.85, 'lineout': 5.7, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 29.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18337, 'center_rate': 0.22388, 'slap_rate': 0.59275, 'avg': 0.27176, 'obp': 0.38889, 'slg': 0.46574, 'player_id': 10736}, {'battingcard_id': 5054, 'vs_hand': 'L', 'homerun': 10.15, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 9.85, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.7, 'strikeout': 14.7, 'lineout': 1.75, 'popout': 9.95, 'flyout_a': 1.0, 'flyout_bq': 9.75, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.25, 'groundout_a': 0, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.175, 'center_rate': 0.65, 'slap_rate': 0.175, 'avg': 0.33287, 'obp': 0.46898, 'slg': 0.7037, 'player_id': 10965}, {'battingcard_id': 5054, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 13.0, 'strikeout': 24.9, 'lineout': 8.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 0, 'flyout_rf_b': 2.25, 'groundout_a': 11.85, 'groundout_b': 0.6, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.208, 'slap_rate': 0.52533, 'avg': 0.31852, 'obp': 0.49444, 'slg': 0.53704, 'player_id': 10965}, {'battingcard_id': 5157, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 18.45, 'lineout': 5.1, 'popout': 14.85, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.2, 'groundout_a': 3.75, 'groundout_b': 20.6, 'groundout_c': 0.0, 'pull_rate': 0.14706, 'center_rate': 0.52941, 'slap_rate': 0.32353, 'avg': 0.18241, 'obp': 0.31574, 'slg': 0.22222, 'player_id': 11208}, {'battingcard_id': 5157, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.7, 'double_pull': 6.65, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.2, 'strikeout': 10.95, 'lineout': 5.7, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 2.25, 'flyout_rf_b': 1.2, 'groundout_a': 28.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27318, 'center_rate': 0.1, 'slap_rate': 0.62682, 'avg': 0.32454, 'obp': 0.40046, 'slg': 0.48472, 'player_id': 11208}, {'battingcard_id': 5158, 'vs_hand': 'L', 'homerun': 10.35, 'bp_homerun': 7.0, 'triple': 1.05, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 3.4, 'single_one': 0, 'single_center': 1.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 12.8, 'lineout': 0, 'popout': 6.25, 'flyout_a': 1.0, 'flyout_bq': 6.45, 'flyout_lf_b': 7.5, 'flyout_rf_b': 7.5, 'groundout_a': 12.4, 'groundout_b': 23.0, 'groundout_c': 0.0, 'pull_rate': 0.19318, 'center_rate': 0.61364, 'slap_rate': 0.19318, 'avg': 0.23519, 'obp': 0.28796, 'slg': 0.62083, 'player_id': 11209}, {'battingcard_id': 5158, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.9, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.15, 'strikeout': 13.05, 'lineout': 3.2, 'popout': 6.6, 'flyout_a': 0.0, 'flyout_bq': 12.6, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.55, 'groundout_a': 11.75, 'groundout_b': 17.6, 'groundout_c': 0.0, 'pull_rate': 0.32685, 'center_rate': 0.10506, 'slap_rate': 0.56809, 'avg': 0.25787, 'obp': 0.36111, 'slg': 0.33935, 'player_id': 11209}, {'battingcard_id': 5178, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 0, 'single_one': 0.0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 6.35, 'strikeout': 38.4, 'lineout': 6.9, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 0.0, 'flyout_rf_b': 3.4, 'groundout_a': 0.0, 'groundout_b': 12.45, 'groundout_c': 0.0, 'pull_rate': 0.57692, 'center_rate': 0.42308, 'slap_rate': 0.0, 'avg': 0.17315, 'obp': 0.2875, 'slg': 0.2787, 'player_id': 11253}, {'battingcard_id': 5178, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.3, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.35, 'strikeout': 30.1, 'lineout': 4.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.1, 'groundout_a': 1.9, 'groundout_b': 16.1, 'groundout_c': 0.0, 'pull_rate': 0.2492, 'center_rate': 0.1, 'slap_rate': 0.6508, 'avg': 0.23657, 'obp': 0.32315, 'slg': 0.33426, 'player_id': 11253}, {'battingcard_id': 5055, 'vs_hand': 'L', 'homerun': 7.55, 'bp_homerun': 5.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 5.75, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 14.0, 'lineout': 1.2, 'popout': 6.5, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 5.7, 'flyout_rf_b': 5.4, 'groundout_a': 0, 'groundout_b': 18.0, 'groundout_c': 0.0, 'pull_rate': 0.30455, 'center_rate': 0.39091, 'slap_rate': 0.30454, 'avg': 0.31481, 'obp': 0.47315, 'slg': 0.66111, 'player_id': 10966}, {'battingcard_id': 5055, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 4.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.1, 'strikeout': 16.75, 'lineout': 2.75, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.3, 'groundout_a': 7.8, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.31597, 'center_rate': 0.14454, 'slap_rate': 0.53949, 'avg': 0.22315, 'obp': 0.28889, 'slg': 0.41759, 'player_id': 10966}, {'battingcard_id': 5159, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.8, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 0, 'single_one': 2.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 6.2, 'strikeout': 24.85, 'lineout': 6.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.7, 'flyout_rf_b': 2.25, 'groundout_a': 1.5, 'groundout_b': 28.4, 'groundout_c': 0.0, 'pull_rate': 0.27368, 'center_rate': 0.58947, 'slap_rate': 0.13685, 'avg': 0.22037, 'obp': 0.28704, 'slg': 0.35185, 'player_id': 11210}, {'battingcard_id': 5159, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 2.4, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 24.35, 'lineout': 7.45, 'popout': 7.45, 'flyout_a': 0.0, 'flyout_bq': 6.85, 'flyout_lf_b': 1.6, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.4, 'groundout_c': 0.0, 'pull_rate': 0.2197, 'center_rate': 0.21212, 'slap_rate': 0.56818, 'avg': 0.26944, 'obp': 0.35093, 'slg': 0.36296, 'player_id': 11210}, {'battingcard_id': 5093, 'vs_hand': 'L', 'homerun': 6.75, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.6, 'single_one': 0, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.7, 'strikeout': 13.9, 'lineout': 12.85, 'popout': 10.55, 'flyout_a': 1.0, 'flyout_bq': 12.6, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.7, 'groundout_a': 0.0, 'groundout_b': 12.6, 'groundout_c': 0.0, 'pull_rate': 0.2, 'center_rate': 0.6, 'slap_rate': 0.2, 'avg': 0.23981, 'obp': 0.35741, 'slg': 0.51898, 'player_id': 11057}, {'battingcard_id': 5093, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 31.85, 'lineout': 11.45, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.5, 'groundout_a': 5.4, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.23333, 'center_rate': 0.675, 'slap_rate': 0.09167, 'avg': 0.21944, 'obp': 0.28426, 'slg': 0.29352, 'player_id': 11057}, {'battingcard_id': 5160, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 6.55, 'single_one': 9.85, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 9.6, 'lineout': 1.5, 'popout': 8.1, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 1.9, 'groundout_b': 36.4, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.33102, 'obp': 0.35648, 'slg': 0.39907, 'player_id': 11211}, {'battingcard_id': 5160, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.1, 'strikeout': 26.75, 'lineout': 7.1, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 28.5, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 0.75, 'slap_rate': 0.02143, 'avg': 0.15463, 'obp': 0.21111, 'slg': 0.20463, 'player_id': 11211}, {'battingcard_id': 5161, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 3.8, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 32.15, 'lineout': 11.25, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.7, 'groundout_a': 1.2, 'groundout_b': 22.85, 'groundout_c': 0.0, 'pull_rate': 0.2561, 'center_rate': 0.4878, 'slap_rate': 0.2561, 'avg': 0.1713, 'obp': 0.20741, 'slg': 0.21157, 'player_id': 11212}, {'battingcard_id': 5161, 'vs_hand': 'R', 'homerun': 3.2, 'bp_homerun': 2.0, 'triple': 5.1, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.7, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.3, 'strikeout': 19.35, 'lineout': 10.85, 'popout': 5.85, 'flyout_a': 1.0, 'flyout_bq': 9.3, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 25.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24658, 'center_rate': 0.13699, 'slap_rate': 0.61643, 'avg': 0.23843, 'obp': 0.30602, 'slg': 0.50139, 'player_id': 11212}, {'battingcard_id': 5300, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.8, 'double_pull': 9.8, 'single_two': 8.2, 'single_one': 12.25, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 12.55, 'lineout': 3.2, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 18.2, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.45602, 'obp': 0.55, 'slg': 0.57685, 'player_id': 11480}, {'battingcard_id': 5300, 'vs_hand': 'R', 'homerun': 2.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.5, 'strikeout': 16.65, 'lineout': 13.95, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 6.6, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 32.35, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.58537, 'slap_rate': 0.17073, 'avg': 0.1963, 'obp': 0.30278, 'slg': 0.28796, 'player_id': 11480}, {'battingcard_id': 4975, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.1, 'strikeout': 8.45, 'lineout': 8.6, 'popout': 8.6, 'flyout_a': 0.0, 'flyout_bq': 8.1, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.65, 'groundout_a': 15.5, 'groundout_b': 10.35, 'groundout_c': 0.0, 'pull_rate': 0.3375, 'center_rate': 0.53125, 'slap_rate': 0.13125, 'avg': 0.26435, 'obp': 0.42269, 'slg': 0.33148, 'player_id': 10737}, {'battingcard_id': 4975, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 9.2, 'double_pull': 9.2, 'single_two': 6.85, 'single_one': 0, 'single_center': 3.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 27.2, 'strikeout': 4.75, 'lineout': 5.4, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 7.85, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 17.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28605, 'center_rate': 0.20095, 'slap_rate': 0.513, 'avg': 0.35046, 'obp': 0.60231, 'slg': 0.61111, 'player_id': 10737}, {'battingcard_id': 4976, 'vs_hand': 'L', 'homerun': 7.25, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 6.35, 'single_one': 5.7, 'single_center': 7.0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 18.85, 'lineout': 5.4, 'popout': 6.4, 'flyout_a': 0.0, 'flyout_bq': 5.9, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 11.75, 'groundout_c': 0.0, 'pull_rate': 0.28, 'center_rate': 0.44, 'slap_rate': 0.28, 'avg': 0.3713, 'obp': 0.53472, 'slg': 0.63704, 'player_id': 10738}, {'battingcard_id': 4976, 'vs_hand': 'R', 'homerun': 8.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.4, 'single_two': 5.7, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.8, 'strikeout': 15.65, 'lineout': 6.8, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 6.05, 'flyout_lf_b': 3.5, 'flyout_rf_b': 8.25, 'groundout_a': 24.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23906, 'center_rate': 0.11111, 'slap_rate': 0.64983, 'avg': 0.27685, 'obp': 0.35833, 'slg': 0.54352, 'player_id': 10738}, {'battingcard_id': 5132, 'vs_hand': 'L', 'homerun': 2.75, 'bp_homerun': 2.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 1.35, 'double_pull': 1.2, 'single_two': 0, 'single_one': 0, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.85, 'strikeout': 27.45, 'lineout': 11.9, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 3.6, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 1.4, 'groundout_b': 25.95, 'groundout_c': 0.0, 'pull_rate': 0.29143, 'center_rate': 0.41714, 'slap_rate': 0.29143, 'avg': 0.15231, 'obp': 0.30833, 'slg': 0.29676, 'player_id': 11134}, {'battingcard_id': 5132, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 4.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 3.9, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 24.55, 'lineout': 9.6, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 6.2, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 17.85, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21875, 'center_rate': 0.22812, 'slap_rate': 0.55313, 'avg': 0.25509, 'obp': 0.39167, 'slg': 0.35509, 'player_id': 11134}, {'battingcard_id': 4977, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 0, 'single_one': 0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 13.25, 'strikeout': 11.75, 'lineout': 14.15, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 18.3, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 11.75, 'groundout_c': 0.0, 'pull_rate': 0.26364, 'center_rate': 0.47273, 'slap_rate': 0.26363, 'avg': 0.19259, 'obp': 0.38935, 'slg': 0.25741, 'player_id': 10739}, {'battingcard_id': 4977, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 2.55, 'single_one': 2.4, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.5, 'strikeout': 19.3, 'lineout': 1.4, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 15.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 5.7, 'groundout_b': 22.4, 'groundout_c': 0.0, 'pull_rate': 0.28254, 'center_rate': 0.16508, 'slap_rate': 0.55238, 'avg': 0.18056, 'obp': 0.28704, 'slg': 0.22176, 'player_id': 10739}, {'battingcard_id': 5094, 'vs_hand': 'L', 'homerun': 2.75, 'bp_homerun': 2.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 0, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 2.75, 'strikeout': 70.6, 'lineout': 3.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 7.85, 'groundout_c': 0.0, 'pull_rate': 0.23684, 'center_rate': 0.52632, 'slap_rate': 0.23684, 'avg': 0.15972, 'obp': 0.19444, 'slg': 0.30648, 'player_id': 11058}, {'battingcard_id': 5094, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 5.8, 'single_one': 8.7, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.75, 'strikeout': 21.65, 'lineout': 6.7, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.29949, 'center_rate': 0.1, 'slap_rate': 0.60051, 'avg': 0.34676, 'obp': 0.41852, 'slg': 0.55972, 'player_id': 11058}, {'battingcard_id': 4978, 'vs_hand': 'L', 'homerun': 1.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 5.4, 'single_one': 8.0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 12.4, 'lineout': 2.4, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.5, 'groundout_a': 0.0, 'groundout_b': 30.3, 'groundout_c': 0.0, 'pull_rate': 0.2521, 'center_rate': 0.4958, 'slap_rate': 0.2521, 'avg': 0.2787, 'obp': 0.34167, 'slg': 0.34815, 'player_id': 10740}, {'battingcard_id': 4978, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 20.85, 'lineout': 0, 'popout': 9.9, 'flyout_a': 0.0, 'flyout_bq': 12.4, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.5, 'groundout_a': 39.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25359, 'center_rate': 0.2823, 'slap_rate': 0.46411, 'avg': 0.13333, 'obp': 0.1963, 'slg': 0.16389, 'player_id': 10740}, {'battingcard_id': 4979, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.4, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 28.6, 'strikeout': 7.45, 'lineout': 4.8, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.4, 'groundout_a': 7.4, 'groundout_b': 22.2, 'groundout_c': 0.0, 'pull_rate': 0.15278, 'center_rate': 0.61111, 'slap_rate': 0.23611, 'avg': 0.19907, 'obp': 0.47315, 'slg': 0.22037, 'player_id': 10741}, {'battingcard_id': 4979, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 6.25, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.3, 'strikeout': 7.2, 'lineout': 15.05, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 2.75, 'flyout_rf_b': 0, 'groundout_a': 17.6, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19862, 'center_rate': 0.15199, 'slap_rate': 0.64939, 'avg': 0.33657, 'obp': 0.47824, 'slg': 0.41759, 'player_id': 10741}, {'battingcard_id': 5343, 'vs_hand': 'L', 'homerun': 12.85, 'bp_homerun': 9.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 5.7, 'single_two': 10.5, 'single_one': 3.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.2, 'strikeout': 6.15, 'lineout': 2.4, 'popout': 4.5, 'flyout_a': 1.0, 'flyout_bq': 4.8, 'flyout_lf_b': 5.7, 'flyout_rf_b': 5.7, 'groundout_a': 0, 'groundout_b': 6.7, 'groundout_c': 0.0, 'pull_rate': 0.15686, 'center_rate': 0.68627, 'slap_rate': 0.15687, 'avg': 0.48009, 'obp': 0.65787, 'slg': 0.99444, 'player_id': 11550}, {'battingcard_id': 5343, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.3, 'double_pull': 11.25, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 34.85, 'lineout': 1.65, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.31469, 'center_rate': 0.24476, 'slap_rate': 0.44055, 'avg': 0.39815, 'obp': 0.42361, 'slg': 0.5713, 'player_id': 11550}, {'battingcard_id': 4980, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 7.5, 'single_one': 11.3, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 20.15, 'strikeout': 20.0, 'lineout': 1.5, 'popout': 1.75, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 18.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25773, 'center_rate': 0.61856, 'slap_rate': 0.12371, 'avg': 0.36157, 'obp': 0.54815, 'slg': 0.40972, 'player_id': 10742}, {'battingcard_id': 4980, 'vs_hand': 'R', 'homerun': 8.5, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 3.3, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.45, 'strikeout': 20.6, 'lineout': 0, 'popout': 8.05, 'flyout_a': 1.0, 'flyout_bq': 5.4, 'flyout_lf_b': 7.9, 'flyout_rf_b': 4.5, 'groundout_a': 3.2, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.28643, 'center_rate': 0.15075, 'slap_rate': 0.56282, 'avg': 0.24259, 'obp': 0.42269, 'slg': 0.50463, 'player_id': 10742}, {'battingcard_id': 4981, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 2.2, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 10.0, 'walk': 4.5, 'strikeout': 3.05, 'lineout': 14.3, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 4.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 39.35, 'groundout_c': 0.0, 'pull_rate': 0.17668, 'center_rate': 0.55124, 'slap_rate': 0.27208, 'avg': 0.25926, 'obp': 0.39352, 'slg': 0.37454, 'player_id': 10743}, {'battingcard_id': 4981, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 6.05, 'single_one': 9.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.15, 'strikeout': 6.2, 'lineout': 10.0, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 10.7, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.65, 'groundout_a': 6.0, 'groundout_b': 14.0, 'groundout_c': 0.0, 'pull_rate': 0.31456, 'center_rate': 0.30291, 'slap_rate': 0.38253, 'avg': 0.36204, 'obp': 0.50231, 'slg': 0.4963, 'player_id': 10743}, {'battingcard_id': 4982, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.45, 'single_two': 5.4, 'single_one': 4.75, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.8, 'strikeout': 7.7, 'lineout': 8.3, 'popout': 10.1, 'flyout_a': 0.0, 'flyout_bq': 5.95, 'flyout_lf_b': 1.05, 'flyout_rf_b': 0, 'groundout_a': 17.95, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.30796, 'center_rate': 0.38408, 'slap_rate': 0.30796, 'avg': 0.31944, 'obp': 0.43796, 'slg': 0.43241, 'player_id': 10744}, {'battingcard_id': 4982, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.75, 'single_two': 4.2, 'single_one': 5.9, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 12.55, 'strikeout': 10.5, 'lineout': 8.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.25, 'groundout_a': 27.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22984, 'center_rate': 0.22379, 'slap_rate': 0.54637, 'avg': 0.26481, 'obp': 0.39028, 'slg': 0.35231, 'player_id': 10744}, {'battingcard_id': 5056, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.6, 'double_pull': 11.55, 'single_two': 6.45, 'single_one': 0, 'single_center': 12.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.15, 'strikeout': 4.25, 'lineout': 13.8, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 2.2, 'groundout_b': 18.8, 'groundout_c': 0.0, 'pull_rate': 0.19171, 'center_rate': 0.61658, 'slap_rate': 0.19171, 'avg': 0.44954, 'obp': 0.54352, 'slg': 0.71065, 'player_id': 10967}, {'battingcard_id': 5056, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 5.7, 'single_one': 5.1, 'single_center': 5.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.0, 'strikeout': 8.15, 'lineout': 6.4, 'popout': 15.0, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 26.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15854, 'center_rate': 0.3628, 'slap_rate': 0.47866, 'avg': 0.26713, 'obp': 0.40602, 'slg': 0.3213, 'player_id': 10967}, {'battingcard_id': 4983, 'vs_hand': 'L', 'homerun': 7.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 7.55, 'single_one': 0, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.8, 'strikeout': 25.65, 'lineout': 4.75, 'popout': 10.5, 'flyout_a': 1.0, 'flyout_bq': 10.0, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 12.5, 'groundout_c': 0.0, 'pull_rate': 0.23295, 'center_rate': 0.48295, 'slap_rate': 0.2841, 'avg': 0.30278, 'obp': 0.36574, 'slg': 0.63333, 'player_id': 10745}, {'battingcard_id': 4983, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.1, 'strikeout': 13.75, 'lineout': 7.3, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.95, 'groundout_a': 12.75, 'groundout_b': 15.55, 'groundout_c': 0.0, 'pull_rate': 0.35973, 'center_rate': 0.19231, 'slap_rate': 0.44796, 'avg': 0.18519, 'obp': 0.33426, 'slg': 0.25, 'player_id': 10745}, {'battingcard_id': 4984, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 3.55, 'lineout': 6.55, 'popout': 12.1, 'flyout_a': 0.0, 'flyout_bq': 17.15, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.55, 'groundout_a': 1.75, 'groundout_b': 32.95, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.20833, 'obp': 0.26111, 'slg': 0.27407, 'player_id': 10746}, {'battingcard_id': 4984, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 12.85, 'lineout': 0, 'popout': 15.6, 'flyout_a': 0.0, 'flyout_bq': 9.75, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.2, 'groundout_a': 36.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23023, 'center_rate': 0.18605, 'slap_rate': 0.58372, 'avg': 0.2, 'obp': 0.27917, 'slg': 0.27407, 'player_id': 10746}, {'battingcard_id': 5293, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.4, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.95, 'strikeout': 9.75, 'lineout': 6.75, 'popout': 8.25, 'flyout_a': 0.0, 'flyout_bq': 16.05, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.2, 'groundout_a': 19.2, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.7037, 'slap_rate': 0.1963, 'avg': 0.16574, 'obp': 0.24861, 'slg': 0.17361, 'player_id': 11455}, {'battingcard_id': 5293, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 5.7, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.05, 'strikeout': 12.1, 'lineout': 13.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.65, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 33.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.1, 'slap_rate': 0.65, 'avg': 0.29815, 'obp': 0.35417, 'slg': 0.36481, 'player_id': 11455}, {'battingcard_id': 5307, 'vs_hand': 'L', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 0, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.8, 'strikeout': 10.1, 'lineout': 4.5, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 15.9, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 14.8, 'groundout_b': 22.2, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.53846, 'slap_rate': 0.23077, 'avg': 0.18935, 'obp': 0.25231, 'slg': 0.31065, 'player_id': 11490}, {'battingcard_id': 5307, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 0, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.15, 'strikeout': 19.1, 'lineout': 3.4, 'popout': 13.65, 'flyout_a': 0.0, 'flyout_bq': 17.2, 'flyout_lf_b': 1.5, 'flyout_rf_b': 4.25, 'groundout_a': 1.35, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.19394, 'center_rate': 0.12727, 'slap_rate': 0.67879, 'avg': 0.14954, 'obp': 0.21574, 'slg': 0.23472, 'player_id': 11490}, {'battingcard_id': 5095, 'vs_hand': 'L', 'homerun': 8.95, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 11.25, 'single_two': 7.1, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.9, 'strikeout': 4.8, 'lineout': 0, 'popout': 14.0, 'flyout_a': 1.0, 'flyout_bq': 3.75, 'flyout_lf_b': 4.5, 'flyout_rf_b': 4.2, 'groundout_a': 0.0, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.20149, 'center_rate': 0.59701, 'slap_rate': 0.2015, 'avg': 0.41435, 'obp': 0.54306, 'slg': 0.73611, 'player_id': 11059}, {'battingcard_id': 5095, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 0, 'single_one': 2.8, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 8.4, 'lineout': 4.2, 'popout': 16.5, 'flyout_a': 0.0, 'flyout_bq': 20.85, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.75, 'groundout_a': 3.2, 'groundout_b': 27.8, 'groundout_c': 0.0, 'pull_rate': 0.18539, 'center_rate': 0.44944, 'slap_rate': 0.36517, 'avg': 0.16389, 'obp': 0.18611, 'slg': 0.2, 'player_id': 11059}, {'battingcard_id': 5096, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 5.95, 'single_one': 8.95, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 7.7, 'lineout': 5.8, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 33.65, 'groundout_c': 0.0, 'pull_rate': 0.22152, 'center_rate': 0.55696, 'slap_rate': 0.22152, 'avg': 0.28657, 'obp': 0.43333, 'slg': 0.32778, 'player_id': 11060}, {'battingcard_id': 5096, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.65, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.7, 'strikeout': 10.9, 'lineout': 5.1, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.7, 'groundout_a': 12.95, 'groundout_b': 30.2, 'groundout_c': 0.0, 'pull_rate': 0.23113, 'center_rate': 0.41509, 'slap_rate': 0.35378, 'avg': 0.07917, 'obp': 0.1875, 'slg': 0.03148, 'player_id': 11060}, {'battingcard_id': 4985, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.5, 'single_two': 3.2, 'single_one': 3.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 27.05, 'lineout': 9.5, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 12.0, 'flyout_lf_b': 2.1, 'flyout_rf_b': 1.9, 'groundout_a': 2.7, 'groundout_b': 15.05, 'groundout_c': 0.0, 'pull_rate': 0.29213, 'center_rate': 0.41573, 'slap_rate': 0.29214, 'avg': 0.19352, 'obp': 0.32685, 'slg': 0.24167, 'player_id': 10747}, {'battingcard_id': 4985, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.3, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.0, 'strikeout': 19.7, 'lineout': 0, 'popout': 6.95, 'flyout_a': 0.0, 'flyout_bq': 17.1, 'flyout_lf_b': 3.6, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 20.85, 'groundout_c': 0.0, 'pull_rate': 0.31022, 'center_rate': 0.13504, 'slap_rate': 0.55474, 'avg': 0.19074, 'obp': 0.34815, 'slg': 0.29722, 'player_id': 10747}, {'battingcard_id': 4986, 'vs_hand': 'L', 'homerun': 9.6, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 7.1, 'single_one': 0.0, 'single_center': 3.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 13.1, 'lineout': 8.5, 'popout': 8.45, 'flyout_a': 1.0, 'flyout_bq': 6.65, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.4, 'groundout_a': 0.0, 'groundout_b': 15.15, 'groundout_c': 10.25, 'pull_rate': 0.27206, 'center_rate': 0.45588, 'slap_rate': 0.27206, 'avg': 0.28981, 'obp': 0.31574, 'slg': 0.65463, 'player_id': 10748}, {'battingcard_id': 4986, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.95, 'single_two': 2.55, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.75, 'strikeout': 26.25, 'lineout': 6.4, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 11.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.5, 'groundout_a': 4.75, 'groundout_b': 19.1, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.18845, 'slap_rate': 0.52584, 'avg': 0.23611, 'obp': 0.27083, 'slg': 0.325, 'player_id': 10748}, {'battingcard_id': 4987, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 10.75, 'lineout': 2.1, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 16.95, 'flyout_lf_b': 3.25, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 44.75, 'groundout_c': 0.0, 'pull_rate': 0.22267, 'center_rate': 0.42105, 'slap_rate': 0.35628, 'avg': 0.12361, 'obp': 0.2037, 'slg': 0.08704, 'player_id': 10749}, {'battingcard_id': 4987, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.8, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 9.25, 'lineout': 1.65, 'popout': 9.35, 'flyout_a': 0.0, 'flyout_bq': 14.15, 'flyout_lf_b': 3.5, 'flyout_rf_b': 1.2, 'groundout_a': 33.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18317, 'center_rate': 0.17162, 'slap_rate': 0.64521, 'avg': 0.29259, 'obp': 0.33194, 'slg': 0.38241, 'player_id': 10749}, {'battingcard_id': 4988, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 4.8, 'strikeout': 21.8, 'lineout': 4.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.9, 'flyout_lf_b': 1.95, 'flyout_rf_b': 2.1, 'groundout_a': 8.7, 'groundout_b': 34.75, 'groundout_c': 0.0, 'pull_rate': 0.20312, 'center_rate': 0.60938, 'slap_rate': 0.1875, 'avg': 0.1463, 'obp': 0.20926, 'slg': 0.16759, 'player_id': 10750}, {'battingcard_id': 4988, 'vs_hand': 'R', 'homerun': 1.35, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.2, 'single_one': 5.75, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.6, 'strikeout': 17.55, 'lineout': 1.9, 'popout': 7.15, 'flyout_a': 0.0, 'flyout_bq': 14.65, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.7, 'groundout_a': 27.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34824, 'center_rate': 0.1, 'slap_rate': 0.55176, 'avg': 0.2412, 'obp': 0.32083, 'slg': 0.31343, 'player_id': 10750}, {'battingcard_id': 4989, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.95, 'single_two': 2.55, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 19.05, 'lineout': 1.9, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 35.75, 'groundout_c': 0.0, 'pull_rate': 0.21992, 'center_rate': 0.56017, 'slap_rate': 0.21991, 'avg': 0.26389, 'obp': 0.30324, 'slg': 0.39491, 'player_id': 10751}, {'battingcard_id': 4989, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 5.1, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 11.0, 'walk': 6.9, 'strikeout': 4.8, 'lineout': 2.75, 'popout': 10.8, 'flyout_a': 0.0, 'flyout_bq': 13.85, 'flyout_lf_b': 1.75, 'flyout_rf_b': 3.2, 'groundout_a': 6.1, 'groundout_b': 14.25, 'groundout_c': 0.0, 'pull_rate': 0.26, 'center_rate': 0.24545, 'slap_rate': 0.49455, 'avg': 0.30185, 'obp': 0.46759, 'slg': 0.39028, 'player_id': 10751}, {'battingcard_id': 4990, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.1, 'double_pull': 18.25, 'single_two': 3.8, 'single_one': 0, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 0, 'walk': 10.3, 'strikeout': 19.3, 'lineout': 9.8, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 2.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 3.2, 'groundout_a': 2.25, 'groundout_b': 12.65, 'groundout_c': 0.0, 'pull_rate': 0.34123, 'center_rate': 0.31754, 'slap_rate': 0.34123, 'avg': 0.35324, 'obp': 0.44861, 'slg': 0.55833, 'player_id': 10752}, {'battingcard_id': 4990, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 2.5, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.8, 'strikeout': 17.35, 'lineout': 7.85, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 18.65, 'flyout_lf_b': 2.25, 'flyout_rf_b': 4.2, 'groundout_a': 27.8, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29443, 'center_rate': 0.11672, 'slap_rate': 0.58885, 'avg': 0.21019, 'obp': 0.26389, 'slg': 0.31204, 'player_id': 10752}, {'battingcard_id': 4991, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.3, 'double_pull': 10.3, 'single_two': 4.25, 'single_one': 5.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.2, 'strikeout': 12.15, 'lineout': 3.25, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 13.9, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 0.0, 'groundout_b': 14.65, 'groundout_c': 0.0, 'pull_rate': 0.32753, 'center_rate': 0.34495, 'slap_rate': 0.32752, 'avg': 0.36528, 'obp': 0.50602, 'slg': 0.53148, 'player_id': 10753}, {'battingcard_id': 4991, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 2.55, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 5.4, 'strikeout': 14.45, 'lineout': 10.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.2, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.6, 'groundout_a': 1.65, 'groundout_b': 31.1, 'groundout_c': 0.0, 'pull_rate': 0.27476, 'center_rate': 0.31629, 'slap_rate': 0.40895, 'avg': 0.23611, 'obp': 0.36019, 'slg': 0.31111, 'player_id': 10753}, {'battingcard_id': 5308, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.9, 'double_pull': 5.85, 'single_two': 10.1, 'single_one': 15.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.45, 'strikeout': 11.25, 'lineout': 1.2, 'popout': 2.55, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 33.15, 'groundout_c': 0.0, 'pull_rate': 0.33824, 'center_rate': 0.32353, 'slap_rate': 0.33823, 'avg': 0.43657, 'obp': 0.51481, 'slg': 0.47593, 'player_id': 11491}, {'battingcard_id': 5308, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 6.15, 'double_pull': 6.15, 'single_two': 4.5, 'single_one': 6.6, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.0, 'strikeout': 7.1, 'lineout': 5.4, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 16.9, 'flyout_lf_b': 4.2, 'flyout_rf_b': 1.5, 'groundout_a': 4.75, 'groundout_b': 14.2, 'groundout_c': 0.0, 'pull_rate': 0.25413, 'center_rate': 0.1, 'slap_rate': 0.64587, 'avg': 0.34028, 'obp': 0.46991, 'slg': 0.50787, 'player_id': 11491}, {'battingcard_id': 5097, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 23.45, 'strikeout': 17.2, 'lineout': 9.25, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 30.75, 'groundout_c': 0.0, 'pull_rate': 0.20238, 'center_rate': 0.59524, 'slap_rate': 0.20238, 'avg': 0.07685, 'obp': 0.29398, 'slg': 0.07593, 'player_id': 11061}, {'battingcard_id': 5097, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 2.75, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 7.4, 'strikeout': 18.8, 'lineout': 5.7, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 10.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.4, 'groundout_a': 12.8, 'groundout_b': 15.6, 'groundout_c': 0.0, 'pull_rate': 0.14474, 'center_rate': 0.2193, 'slap_rate': 0.63596, 'avg': 0.21065, 'obp': 0.32546, 'slg': 0.29491, 'player_id': 11061}, {'battingcard_id': 5344, 'vs_hand': 'L', 'homerun': 5.8, 'bp_homerun': 4.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 2.5, 'double_pull': 7.25, 'single_two': 2.5, 'single_one': 0, 'single_center': 1.25, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.85, 'strikeout': 14.45, 'lineout': 0, 'popout': 1.9, 'flyout_a': 1.0, 'flyout_bq': 6.8, 'flyout_lf_b': 7.95, 'flyout_rf_b': 7.95, 'groundout_a': 0, 'groundout_b': 20.2, 'groundout_c': 13.5, 'pull_rate': 0.32474, 'center_rate': 0.35052, 'slap_rate': 0.32474, 'avg': 0.22593, 'obp': 0.31713, 'slg': 0.46991, 'player_id': 11551}, {'battingcard_id': 5344, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.4, 'single_one': 0.0, 'single_center': 6.85, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 23.15, 'lineout': 6.55, 'popout': 12.1, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 34.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15753, 'center_rate': 0.46575, 'slap_rate': 0.37672, 'avg': 0.18843, 'obp': 0.2037, 'slg': 0.24398, 'player_id': 11551}, {'battingcard_id': 5098, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.3, 'double_pull': 9.3, 'single_two': 4.2, 'single_one': 3.6, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 24.05, 'lineout': 15.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.1, 'groundout_a': 1.05, 'groundout_b': 19.35, 'groundout_c': 0.0, 'pull_rate': 0.29915, 'center_rate': 0.40171, 'slap_rate': 0.29914, 'avg': 0.35093, 'obp': 0.36389, 'slg': 0.52407, 'player_id': 11062}, {'battingcard_id': 5098, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 22.9, 'lineout': 0, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 9.55, 'flyout_lf_b': 0, 'flyout_rf_b': 3.25, 'groundout_a': 6.5, 'groundout_b': 26.0, 'groundout_c': 0.0, 'pull_rate': 0.20084, 'center_rate': 0.19665, 'slap_rate': 0.60251, 'avg': 0.26806, 'obp': 0.31528, 'slg': 0.37639, 'player_id': 11062}, {'battingcard_id': 5133, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.25, 'strikeout': 15.35, 'lineout': 11.85, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.95, 'groundout_a': 1.9, 'groundout_b': 36.1, 'groundout_c': 0.0, 'pull_rate': 0.26875, 'center_rate': 0.4625, 'slap_rate': 0.26875, 'avg': 0.14769, 'obp': 0.24259, 'slg': 0.18519, 'player_id': 11135}, {'battingcard_id': 5133, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.05, 'strikeout': 10.2, 'lineout': 7.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 31.6, 'groundout_b': 13.55, 'groundout_c': 0.0, 'pull_rate': 0.21324, 'center_rate': 0.54412, 'slap_rate': 0.24264, 'avg': 0.19861, 'obp': 0.30093, 'slg': 0.23611, 'player_id': 11135}, {'battingcard_id': 5057, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 30.0, 'lineout': 9.4, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 9.6, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.65, 'groundout_a': 1.25, 'groundout_b': 23.5, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.59259, 'slap_rate': 0.18519, 'avg': 0.24815, 'obp': 0.24815, 'slg': 0.3463, 'player_id': 10968}, {'battingcard_id': 5057, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 20.4, 'lineout': 2.4, 'popout': 7.2, 'flyout_a': 0.0, 'flyout_bq': 9.35, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 27.2, 'groundout_c': 0.0, 'pull_rate': 0.25191, 'center_rate': 0.12214, 'slap_rate': 0.62595, 'avg': 0.275, 'obp': 0.34954, 'slg': 0.4287, 'player_id': 10968}, {'battingcard_id': 5058, 'vs_hand': 'L', 'homerun': 1.35, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 4.75, 'single_two': 7.9, 'single_one': 11.8, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.6, 'strikeout': 13.15, 'lineout': 5.4, 'popout': 6.45, 'flyout_a': 0.0, 'flyout_bq': 6.2, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 22.0, 'groundout_c': 0.0, 'pull_rate': 0.27419, 'center_rate': 0.45161, 'slap_rate': 0.2742, 'avg': 0.40833, 'obp': 0.49722, 'slg': 0.5213, 'player_id': 10969}, {'battingcard_id': 5058, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 13.45, 'lineout': 8.6, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 12.1, 'flyout_lf_b': 3.2, 'flyout_rf_b': 0, 'groundout_a': 5.7, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.17297, 'center_rate': 0.15135, 'slap_rate': 0.67568, 'avg': 0.18935, 'obp': 0.27963, 'slg': 0.23657, 'player_id': 10969}, {'battingcard_id': 4992, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.65, 'double_pull': 10.65, 'single_two': 5.9, 'single_one': 8.85, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.8, 'strikeout': 17.25, 'lineout': 9.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 0, 'groundout_b': 16.75, 'groundout_c': 0.0, 'pull_rate': 0.2602, 'center_rate': 0.47959, 'slap_rate': 0.26021, 'avg': 0.41898, 'obp': 0.47269, 'slg': 0.575, 'player_id': 10754}, {'battingcard_id': 4992, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.6, 'strikeout': 12.4, 'lineout': 1.65, 'popout': 6.5, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 2.4, 'flyout_rf_b': 0, 'groundout_a': 1.65, 'groundout_b': 31.0, 'groundout_c': 0.0, 'pull_rate': 0.19582, 'center_rate': 0.17871, 'slap_rate': 0.62547, 'avg': 0.20185, 'obp': 0.39259, 'slg': 0.2338, 'player_id': 10754}, {'battingcard_id': 4993, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 19.3, 'lineout': 3.25, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.5, 'groundout_a': 3.75, 'groundout_b': 32.55, 'groundout_c': 0.0, 'pull_rate': 0.27835, 'center_rate': 0.54639, 'slap_rate': 0.17526, 'avg': 0.26296, 'obp': 0.32639, 'slg': 0.3412, 'player_id': 10755}, {'battingcard_id': 4993, 'vs_hand': 'R', 'homerun': 1.4, 'bp_homerun': 4.0, 'triple': 1.4, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 3.8, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 16.25, 'lineout': 4.75, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 15.75, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.1, 'groundout_a': 1.25, 'groundout_b': 23.85, 'groundout_c': 0.0, 'pull_rate': 0.31369, 'center_rate': 0.18371, 'slap_rate': 0.5026, 'avg': 0.27546, 'obp': 0.36343, 'slg': 0.39815, 'player_id': 10755}, {'battingcard_id': 4994, 'vs_hand': 'L', 'homerun': 1.4, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 6.3, 'single_one': 9.5, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 2.2, 'lineout': 0, 'popout': 9.0, 'flyout_a': 0.0, 'flyout_bq': 11.3, 'flyout_lf_b': 1.65, 'flyout_rf_b': 2.2, 'groundout_a': 36.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30172, 'center_rate': 0.50431, 'slap_rate': 0.19397, 'avg': 0.36991, 'obp': 0.42269, 'slg': 0.49167, 'player_id': 10756}, {'battingcard_id': 4994, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.95, 'strikeout': 1.7, 'lineout': 4.75, 'popout': 11.1, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.5, 'groundout_a': 7.1, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.23576, 'center_rate': 0.22986, 'slap_rate': 0.53438, 'avg': 0.38704, 'obp': 0.46065, 'slg': 0.53611, 'player_id': 10756}, {'battingcard_id': 4995, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.75, 'single_one': 2.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.75, 'strikeout': 21.3, 'lineout': 7.0, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 16.9, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 19.25, 'groundout_c': 0.0, 'pull_rate': 0.29121, 'center_rate': 0.41758, 'slap_rate': 0.29121, 'avg': 0.22083, 'obp': 0.33889, 'slg': 0.32222, 'player_id': 10757}, {'battingcard_id': 4995, 'vs_hand': 'R', 'homerun': 1.9, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.1, 'double_pull': 5.95, 'single_two': 6.45, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.2, 'strikeout': 18.55, 'lineout': 1.9, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 10.55, 'flyout_lf_b': 5.1, 'flyout_rf_b': 3.2, 'groundout_a': 2.5, 'groundout_b': 13.95, 'groundout_c': 0.0, 'pull_rate': 0.27506, 'center_rate': 0.17716, 'slap_rate': 0.54778, 'avg': 0.30231, 'obp': 0.42454, 'slg': 0.46898, 'player_id': 10757}, {'battingcard_id': 4996, 'vs_hand': 'L', 'homerun': 8.7, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 2.1, 'single_one': 0, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.7, 'strikeout': 18.65, 'lineout': 1.65, 'popout': 3.75, 'flyout_a': 1.0, 'flyout_bq': 7.6, 'flyout_lf_b': 8.9, 'flyout_rf_b': 8.9, 'groundout_a': 0, 'groundout_b': 21.05, 'groundout_c': 0.0, 'pull_rate': 0.31835, 'center_rate': 0.3633, 'slap_rate': 0.31835, 'avg': 0.24815, 'obp': 0.33796, 'slg': 0.53241, 'player_id': 10758}, {'battingcard_id': 4996, 'vs_hand': 'R', 'homerun': 6.25, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 6.2, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.05, 'strikeout': 23.7, 'lineout': 0, 'popout': 10.9, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.25, 'groundout_a': 1.25, 'groundout_b': 24.2, 'groundout_c': 0.0, 'pull_rate': 0.30961, 'center_rate': 0.1726, 'slap_rate': 0.51779, 'avg': 0.23843, 'obp': 0.33148, 'slg': 0.41019, 'player_id': 10758}, {'battingcard_id': 5059, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 2.75, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.75, 'strikeout': 13.8, 'lineout': 3.75, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 42.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28804, 'center_rate': 0.42391, 'slap_rate': 0.28805, 'avg': 0.20417, 'obp': 0.25741, 'slg': 0.27731, 'player_id': 10970}, {'battingcard_id': 5059, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 3.9, 'single_one': 2.4, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 6.8, 'strikeout': 12.1, 'lineout': 10.2, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 7.85, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 27.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25305, 'center_rate': 0.2378, 'slap_rate': 0.50915, 'avg': 0.28565, 'obp': 0.40417, 'slg': 0.42407, 'player_id': 10970}, {'battingcard_id': 5134, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.25, 'double_pull': 2.25, 'single_two': 0, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.2, 'strikeout': 38.05, 'lineout': 6.15, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 9.9, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 23.05, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.13657, 'obp': 0.24028, 'slg': 0.11898, 'player_id': 11136}, {'battingcard_id': 5134, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.8, 'strikeout': 29.45, 'lineout': 8.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 38.2, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.3, 'center_rate': 0.21538, 'slap_rate': 0.48462, 'avg': 0.1662, 'obp': 0.21991, 'slg': 0.19722, 'player_id': 11136}, {'battingcard_id': 5345, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.5, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 66.75, 'lineout': 0, 'popout': 2.8, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 0.0, 'groundout_b': 25.4, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.75, 'slap_rate': 0.15, 'avg': 0.04167, 'obp': 0.07315, 'slg': 0.04167, 'player_id': 10876}, {'battingcard_id': 5345, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.4, 'double_pull': 12.45, 'single_two': 0, 'single_one': 0, 'single_center': 2.75, 'bp_single': 0.0, 'hbp': 0, 'walk': 1.9, 'strikeout': 22.9, 'lineout': 24.05, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 2.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 26.65, 'groundout_c': 0.0, 'pull_rate': 0.22093, 'center_rate': 0.18605, 'slap_rate': 0.59302, 'avg': 0.25556, 'obp': 0.27315, 'slg': 0.48472, 'player_id': 10876}, {'battingcard_id': 5321, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.35, 'double_three': 0.0, 'double_two': 10.9, 'double_pull': 10.85, 'single_two': 2.4, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.8, 'strikeout': 17.2, 'lineout': 4.2, 'popout': 5.8, 'flyout_a': 1.0, 'flyout_bq': 7.3, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 12.2, 'groundout_c': 0.0, 'pull_rate': 0.27723, 'center_rate': 0.44554, 'slap_rate': 0.27723, 'avg': 0.31204, 'obp': 0.52315, 'slg': 0.55694, 'player_id': 11513}, {'battingcard_id': 5321, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.35, 'single_two': 0, 'single_one': 2.5, 'single_center': 0, 'bp_single': 0.0, 'hbp': 1.0, 'walk': 27.0, 'strikeout': 31.0, 'lineout': 3.2, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 27.4, 'groundout_c': 0.0, 'pull_rate': 0.18519, 'center_rate': 0.41667, 'slap_rate': 0.39814, 'avg': 0.04861, 'obp': 0.30787, 'slg': 0.05185, 'player_id': 11513}, {'battingcard_id': 5060, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.25, 'single_two': 11.0, 'single_one': 16.45, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.7, 'strikeout': 17.45, 'lineout': 0, 'popout': 8.65, 'flyout_a': 0.0, 'flyout_bq': 3.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 7.2, 'groundout_b': 8.8, 'groundout_c': 0.0, 'pull_rate': 0.18349, 'center_rate': 0.63303, 'slap_rate': 0.18348, 'avg': 0.46852, 'obp': 0.56759, 'slg': 0.50926, 'player_id': 10971}, {'battingcard_id': 5060, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.15, 'strikeout': 19.3, 'lineout': 4.75, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 13.55, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 5.1, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.25229, 'center_rate': 0.15826, 'slap_rate': 0.58945, 'avg': 0.19444, 'obp': 0.34398, 'slg': 0.27037, 'player_id': 10971}, {'battingcard_id': 5061, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.45, 'strikeout': 10.45, 'lineout': 3.2, 'popout': 9.1, 'flyout_a': 0.0, 'flyout_bq': 7.7, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 12.9, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.20482, 'center_rate': 0.57831, 'slap_rate': 0.21687, 'avg': 0.30463, 'obp': 0.42917, 'slg': 0.43426, 'player_id': 10972}, {'battingcard_id': 5061, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 2.25, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.85, 'strikeout': 12.5, 'lineout': 1.2, 'popout': 6.8, 'flyout_a': 0.0, 'flyout_bq': 7.8, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 24.0, 'groundout_c': 0.0, 'pull_rate': 0.1681, 'center_rate': 0.2069, 'slap_rate': 0.625, 'avg': 0.35139, 'obp': 0.49815, 'slg': 0.46343, 'player_id': 10972}, {'battingcard_id': 5062, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 17.4, 'strikeout': 29.9, 'lineout': 8.25, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.7, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 0.0, 'groundout_b': 13.45, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.50847, 'slap_rate': 0.39153, 'avg': 0.26667, 'obp': 0.4463, 'slg': 0.31852, 'player_id': 10973}, {'battingcard_id': 5062, 'vs_hand': 'R', 'homerun': 5.7, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.4, 'single_one': 4.2, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.8, 'strikeout': 25.55, 'lineout': 8.5, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 7.3, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 1.35, 'groundout_b': 11.6, 'groundout_c': 0.0, 'pull_rate': 0.30667, 'center_rate': 0.2, 'slap_rate': 0.49333, 'avg': 0.27963, 'obp': 0.46296, 'slg': 0.49444, 'player_id': 10973}, {'battingcard_id': 4997, 'vs_hand': 'L', 'homerun': 4.5, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 31.9, 'strikeout': 17.85, 'lineout': 7.1, 'popout': 4.75, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0, 'groundout_b': 5.0, 'groundout_c': 0.0, 'pull_rate': 0.35537, 'center_rate': 0.28926, 'slap_rate': 0.35537, 'avg': 0.26111, 'obp': 0.575, 'slg': 0.39074, 'player_id': 10759}, {'battingcard_id': 4997, 'vs_hand': 'R', 'homerun': 7.0, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 0, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.65, 'strikeout': 33.75, 'lineout': 7.55, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 4.5, 'flyout_lf_b': 2.25, 'flyout_rf_b': 3.5, 'groundout_a': 2.75, 'groundout_b': 10.65, 'groundout_c': 0.0, 'pull_rate': 0.33696, 'center_rate': 0.1, 'slap_rate': 0.56304, 'avg': 0.22593, 'obp': 0.38935, 'slg': 0.43426, 'player_id': 10759}, {'battingcard_id': 4998, 'vs_hand': 'L', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 3.3, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 8.15, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 6.05, 'lineout': 14.9, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 14.65, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 15.85, 'groundout_b': 8.55, 'groundout_c': 0.0, 'pull_rate': 0.25157, 'center_rate': 0.49686, 'slap_rate': 0.25157, 'avg': 0.35417, 'obp': 0.38426, 'slg': 0.63796, 'player_id': 10760}, {'battingcard_id': 4998, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.8, 'double_pull': 6.8, 'single_two': 4.8, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.35, 'strikeout': 11.3, 'lineout': 7.3, 'popout': 5.95, 'flyout_a': 0.0, 'flyout_bq': 7.1, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 24.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27443, 'center_rate': 0.16424, 'slap_rate': 0.56133, 'avg': 0.36157, 'obp': 0.45741, 'slg': 0.51759, 'player_id': 10760}, {'battingcard_id': 5135, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 3.4, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 23.8, 'lineout': 9.45, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 33.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.16304, 'center_rate': 0.67391, 'slap_rate': 0.16305, 'avg': 0.25, 'obp': 0.26296, 'slg': 0.26713, 'player_id': 11137}, {'battingcard_id': 5135, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 7.35, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 13.45, 'lineout': 3.2, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 43.95, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21429, 'center_rate': 0.2013, 'slap_rate': 0.58441, 'avg': 0.30926, 'obp': 0.34074, 'slg': 0.40926, 'player_id': 11137}, {'battingcard_id': 5179, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 4.75, 'single_one': 6.65, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 19.2, 'lineout': 12.15, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.35, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 37.65, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.69, 'slap_rate': 0.21, 'avg': 0.23194, 'obp': 0.24491, 'slg': 0.25046, 'player_id': 11254}, {'battingcard_id': 5179, 'vs_hand': 'R', 'homerun': 4.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.8, 'single_one': 3.4, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 20.45, 'lineout': 5.1, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.5, 'groundout_a': 3.2, 'groundout_b': 25.7, 'groundout_c': 0.0, 'pull_rate': 0.27473, 'center_rate': 0.18956, 'slap_rate': 0.53571, 'avg': 0.25046, 'obp': 0.29769, 'slg': 0.42546, 'player_id': 11254}, {'battingcard_id': 5136, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 4.5, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 13.9, 'strikeout': 11.2, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.9, 'groundout_a': 0.0, 'groundout_b': 50.2, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.66667, 'slap_rate': 0.10256, 'avg': 0.09259, 'obp': 0.24907, 'slg': 0.09259, 'player_id': 11138}, {'battingcard_id': 5136, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 4.5, 'single_one': 3.8, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.5, 'strikeout': 15.3, 'lineout': 12.65, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 5.1, 'groundout_b': 27.75, 'groundout_c': 0.0, 'pull_rate': 0.21925, 'center_rate': 0.13904, 'slap_rate': 0.64171, 'avg': 0.25556, 'obp': 0.325, 'slg': 0.34861, 'player_id': 11138}, {'battingcard_id': 4999, 'vs_hand': 'L', 'homerun': 3.6, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 0, 'single_one': 3.75, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.3, 'strikeout': 11.85, 'lineout': 8.15, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 10.85, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.7, 'groundout_a': 26.0, 'groundout_b': 6.5, 'groundout_c': 0.0, 'pull_rate': 0.30769, 'center_rate': 0.38462, 'slap_rate': 0.30769, 'avg': 0.23148, 'obp': 0.35463, 'slg': 0.37917, 'player_id': 10761}, {'battingcard_id': 4999, 'vs_hand': 'R', 'homerun': 5.75, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 8.75, 'single_two': 6.0, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 8.85, 'strikeout': 9.5, 'lineout': 9.05, 'popout': 3.9, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 3.75, 'flyout_rf_b': 5.4, 'groundout_a': 6.0, 'groundout_b': 10.65, 'groundout_c': 7.25, 'pull_rate': 0.30496, 'center_rate': 0.1773, 'slap_rate': 0.51774, 'avg': 0.32361, 'obp': 0.42407, 'slg': 0.53981, 'player_id': 10761}, {'battingcard_id': 5294, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 0, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.95, 'strikeout': 14.05, 'lineout': 2.4, 'popout': 9.3, 'flyout_a': 0.0, 'flyout_bq': 15.75, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.55, 'groundout_a': 8.2, 'groundout_b': 19.15, 'groundout_c': 0.0, 'pull_rate': 0.31765, 'center_rate': 0.36471, 'slap_rate': 0.31764, 'avg': 0.23102, 'obp': 0.31389, 'slg': 0.38889, 'player_id': 11456}, {'battingcard_id': 5294, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 0, 'single_one': 0, 'single_center': 3.5, 'bp_single': 0.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 35.25, 'lineout': 5.7, 'popout': 5.75, 'flyout_a': 0.0, 'flyout_bq': 16.4, 'flyout_lf_b': 2.4, 'flyout_rf_b': 3.2, 'groundout_a': 1.1, 'groundout_b': 20.1, 'groundout_c': 0.0, 'pull_rate': 0.24706, 'center_rate': 0.36471, 'slap_rate': 0.38823, 'avg': 0.12824, 'obp': 0.16759, 'slg': 0.2713, 'player_id': 11456}, {'battingcard_id': 5162, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.55, 'strikeout': 17.7, 'lineout': 4.5, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 0.0, 'groundout_b': 20.65, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.2713, 'obp': 0.41528, 'slg': 0.40185, 'player_id': 11213}, {'battingcard_id': 5162, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.6, 'single_one': 4.25, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.8, 'strikeout': 21.6, 'lineout': 5.1, 'popout': 11.25, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.25, 'groundout_a': 7.35, 'groundout_b': 17.15, 'groundout_c': 0.0, 'pull_rate': 0.2605, 'center_rate': 0.17647, 'slap_rate': 0.56303, 'avg': 0.22269, 'obp': 0.29491, 'slg': 0.27269, 'player_id': 11213}, {'battingcard_id': 5000, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 7.85, 'double_pull': 7.85, 'single_two': 6.5, 'single_one': 0, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.8, 'strikeout': 10.2, 'lineout': 4.5, 'popout': 6.75, 'flyout_a': 1.0, 'flyout_bq': 14.95, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 0.0, 'groundout_b': 16.85, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.3412, 'obp': 0.43194, 'slg': 0.6162, 'player_id': 10762}, {'battingcard_id': 5000, 'vs_hand': 'R', 'homerun': 9.5, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.1, 'double_pull': 3.2, 'single_two': 2.4, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.4, 'strikeout': 22.8, 'lineout': 2.1, 'popout': 5.9, 'flyout_a': 1.0, 'flyout_bq': 4.2, 'flyout_lf_b': 3.9, 'flyout_rf_b': 5.7, 'groundout_a': 3.75, 'groundout_b': 14.85, 'groundout_c': 0.0, 'pull_rate': 0.31935, 'center_rate': 0.2, 'slap_rate': 0.48065, 'avg': 0.26296, 'obp': 0.40556, 'slg': 0.58241, 'player_id': 10762}, {'battingcard_id': 5163, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 5.1, 'single_one': 7.3, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 13.65, 'lineout': 6.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.8, 'groundout_a': 0.0, 'groundout_b': 29.55, 'groundout_c': 0.0, 'pull_rate': 0.28462, 'center_rate': 0.43077, 'slap_rate': 0.28461, 'avg': 0.28148, 'obp': 0.31759, 'slg': 0.33519, 'player_id': 11214}, {'battingcard_id': 5163, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 6.6, 'single_one': 7.9, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 30.6, 'strikeout': 15.7, 'lineout': 2.1, 'popout': 5.8, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 11.8, 'groundout_c': 0.0, 'pull_rate': 0.19565, 'center_rate': 0.75, 'slap_rate': 0.05435, 'avg': 0.32778, 'obp': 0.61111, 'slg': 0.39537, 'player_id': 11214}, {'battingcard_id': 5099, 'vs_hand': 'L', 'homerun': 7.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 11.95, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 22.05, 'lineout': 1.1, 'popout': 9.3, 'flyout_a': 1.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 19.35, 'groundout_c': 0.0, 'pull_rate': 0.25837, 'center_rate': 0.48325, 'slap_rate': 0.25838, 'avg': 0.35417, 'obp': 0.40139, 'slg': 0.67315, 'player_id': 11063}, {'battingcard_id': 5099, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.1, 'single_two': 4.5, 'single_one': 6.3, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 6.25, 'strikeout': 22.45, 'lineout': 4.2, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.65, 'groundout_a': 6.2, 'groundout_b': 18.6, 'groundout_c': 0.0, 'pull_rate': 0.24207, 'center_rate': 0.29107, 'slap_rate': 0.46686, 'avg': 0.30602, 'obp': 0.38241, 'slg': 0.44444, 'player_id': 11063}, {'battingcard_id': 5063, 'vs_hand': 'L', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 10.6, 'single_two': 3.2, 'single_one': 0, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 22.0, 'strikeout': 5.3, 'lineout': 0, 'popout': 17.75, 'flyout_a': 1.0, 'flyout_bq': 5.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 9.75, 'groundout_b': 11.95, 'groundout_c': 0.0, 'pull_rate': 0.31878, 'center_rate': 0.36245, 'slap_rate': 0.31877, 'avg': 0.29028, 'obp': 0.49398, 'slg': 0.45833, 'player_id': 10974}, {'battingcard_id': 5063, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.5, 'double_pull': 6.55, 'single_two': 2.8, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 21.45, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 11.15, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.5, 'groundout_a': 14.5, 'groundout_b': 9.65, 'groundout_c': 0.0, 'pull_rate': 0.32102, 'center_rate': 0.2358, 'slap_rate': 0.44318, 'avg': 0.27269, 'obp': 0.34352, 'slg': 0.38426, 'player_id': 10974}, {'battingcard_id': 5064, 'vs_hand': 'L', 'homerun': 7.25, 'bp_homerun': 4.0, 'triple': 1.5, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 12.65, 'single_two': 12.85, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.9, 'strikeout': 3.2, 'lineout': 1.65, 'popout': 5.1, 'flyout_a': 1.0, 'flyout_bq': 2.4, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 1.95, 'groundout_b': 17.4, 'groundout_c': 0.0, 'pull_rate': 0.25753, 'center_rate': 0.48495, 'slap_rate': 0.25752, 'avg': 0.5, 'obp': 0.64722, 'slg': 0.81574, 'player_id': 10975}, {'battingcard_id': 5064, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 3.2, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.05, 'strikeout': 12.25, 'lineout': 1.65, 'popout': 6.3, 'flyout_a': 0.0, 'flyout_bq': 9.95, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.1, 'groundout_a': 6.35, 'groundout_b': 25.45, 'groundout_c': 0.0, 'pull_rate': 0.20631, 'center_rate': 0.35194, 'slap_rate': 0.44175, 'avg': 0.27454, 'obp': 0.39537, 'slg': 0.40556, 'player_id': 10975}, {'battingcard_id': 5100, 'vs_hand': 'L', 'homerun': 10.85, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.5, 'strikeout': 18.4, 'lineout': 11.4, 'popout': 6.1, 'flyout_a': 1.0, 'flyout_bq': 6.0, 'flyout_lf_b': 5.7, 'flyout_rf_b': 8.25, 'groundout_a': 0, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.38835, 'center_rate': 0.42718, 'slap_rate': 0.18447, 'avg': 0.26204, 'obp': 0.27593, 'slg': 0.575, 'player_id': 11064}, {'battingcard_id': 5100, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 4.25, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.55, 'strikeout': 15.0, 'lineout': 5.1, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 13.25, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.1, 'groundout_a': 2.4, 'groundout_b': 20.55, 'groundout_c': 0.0, 'pull_rate': 0.16615, 'center_rate': 0.13538, 'slap_rate': 0.69847, 'avg': 0.27685, 'obp': 0.39306, 'slg': 0.36481, 'player_id': 11064}, {'battingcard_id': 5065, 'vs_hand': 'L', 'homerun': 10.3, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 13.0, 'strikeout': 19.55, 'lineout': 0, 'popout': 8.4, 'flyout_a': 1.0, 'flyout_bq': 2.25, 'flyout_lf_b': 2.25, 'flyout_rf_b': 3.2, 'groundout_a': 7.55, 'groundout_b': 17.7, 'groundout_c': 0.0, 'pull_rate': 0.2906, 'center_rate': 0.57265, 'slap_rate': 0.13675, 'avg': 0.29722, 'obp': 0.42685, 'slg': 0.65741, 'player_id': 10976}, {'battingcard_id': 5065, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.75, 'single_two': 4.2, 'single_one': 6.25, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.35, 'strikeout': 17.95, 'lineout': 6.65, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 0, 'groundout_a': 1.4, 'groundout_b': 27.0, 'groundout_c': 0.0, 'pull_rate': 0.23647, 'center_rate': 0.19088, 'slap_rate': 0.57265, 'avg': 0.27037, 'obp': 0.4125, 'slg': 0.35741, 'player_id': 10976}, {'battingcard_id': 5066, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 6.4, 'single_one': 9.6, 'single_center': 3.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.4, 'strikeout': 18.6, 'lineout': 0, 'popout': 10.65, 'flyout_a': 0.0, 'flyout_bq': 4.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 2.5, 'groundout_b': 22.35, 'groundout_c': 0.0, 'pull_rate': 0.25269, 'center_rate': 0.49462, 'slap_rate': 0.25269, 'avg': 0.31713, 'obp': 0.4412, 'slg': 0.35694, 'player_id': 10977}, {'battingcard_id': 5066, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.75, 'single_two': 2.7, 'single_one': 3.9, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 5.85, 'strikeout': 14.6, 'lineout': 4.75, 'popout': 10.9, 'flyout_a': 0.0, 'flyout_bq': 15.85, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.4, 'groundout_a': 23.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23343, 'center_rate': 0.26513, 'slap_rate': 0.50144, 'avg': 0.24306, 'obp': 0.30648, 'slg': 0.34676, 'player_id': 10977}, {'battingcard_id': 5346, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 12.55, 'double_pull': 12.55, 'single_two': 0, 'single_one': 0, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.85, 'strikeout': 23.4, 'lineout': 8.9, 'popout': 3.8, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.2, 'groundout_a': 1.9, 'groundout_b': 17.15, 'groundout_c': 0.0, 'pull_rate': 0.36508, 'center_rate': 0.52381, 'slap_rate': 0.11111, 'avg': 0.29028, 'obp': 0.36296, 'slg': 0.49954, 'player_id': 11552}, {'battingcard_id': 5346, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.8, 'strikeout': 9.0, 'lineout': 0, 'popout': 7.75, 'flyout_a': 0.0, 'flyout_bq': 15.35, 'flyout_lf_b': 4.2, 'flyout_rf_b': 0, 'groundout_a': 31.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.128, 'center_rate': 0.132, 'slap_rate': 0.74, 'avg': 0.21111, 'obp': 0.37593, 'slg': 0.26389, 'player_id': 11552}, {'battingcard_id': 5295, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.4, 'single_two': 0, 'single_one': 4.2, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 15.9, 'lineout': 7.05, 'popout': 1.25, 'flyout_a': 0.0, 'flyout_bq': 25.0, 'flyout_lf_b': 4.25, 'flyout_rf_b': 4.2, 'groundout_a': 1.25, 'groundout_b': 23.7, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.55556, 'slap_rate': 0.22222, 'avg': 0.16019, 'obp': 0.23519, 'slg': 0.16389, 'player_id': 11457}, {'battingcard_id': 5295, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.75, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.7, 'single_two': 5.7, 'single_one': 8.4, 'single_center': 2.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.9, 'strikeout': 19.45, 'lineout': 9.0, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 8.9, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.25, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.21296, 'center_rate': 0.18519, 'slap_rate': 0.60185, 'avg': 0.27083, 'obp': 0.38102, 'slg': 0.32917, 'player_id': 11457}, {'battingcard_id': 5322, 'vs_hand': 'L', 'homerun': 2.55, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.15, 'strikeout': 52.9, 'lineout': 0, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.25, 'groundout_a': 0.0, 'groundout_b': 31.1, 'groundout_c': 0.0, 'pull_rate': 0.18182, 'center_rate': 0.63636, 'slap_rate': 0.18182, 'avg': 0.09676, 'obp': 0.1537, 'slg': 0.1537, 'player_id': 11514}, {'battingcard_id': 5322, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 7.05, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 0, 'single_one': 2.1, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.7, 'strikeout': 27.35, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.45, 'flyout_lf_b': 0, 'flyout_rf_b': 4.2, 'groundout_a': 32.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19027, 'center_rate': 0.1, 'slap_rate': 0.70973, 'avg': 0.16389, 'obp': 0.23519, 'slg': 0.27639, 'player_id': 11514}, {'battingcard_id': 5067, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 11.15, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.1, 'strikeout': 9.9, 'lineout': 8.35, 'popout': 6.85, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 35.5, 'groundout_c': 0.0, 'pull_rate': 0.27237, 'center_rate': 0.45525, 'slap_rate': 0.27238, 'avg': 0.23472, 'obp': 0.28194, 'slg': 0.44398, 'player_id': 10978}, {'battingcard_id': 5067, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.25, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.8, 'strikeout': 5.35, 'lineout': 4.2, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 1.75, 'flyout_rf_b': 2.5, 'groundout_a': 1.65, 'groundout_b': 30.0, 'groundout_c': 0.0, 'pull_rate': 0.24786, 'center_rate': 0.33333, 'slap_rate': 0.41881, 'avg': 0.23426, 'obp': 0.42685, 'slg': 0.34213, 'player_id': 10978}, {'battingcard_id': 5296, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.9, 'double_pull': 7.9, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.1, 'strikeout': 16.9, 'lineout': 3.4, 'popout': 13.3, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 13.65, 'groundout_c': 0.0, 'pull_rate': 0.28889, 'center_rate': 0.42222, 'slap_rate': 0.28889, 'avg': 0.3662, 'obp': 0.4412, 'slg': 0.52685, 'player_id': 11458}, {'battingcard_id': 5296, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.25, 'single_two': 3.75, 'single_one': 2.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 22.5, 'lineout': 4.2, 'popout': 12.15, 'flyout_a': 0.0, 'flyout_bq': 16.55, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.75, 'groundout_a': 0.0, 'groundout_b': 24.55, 'groundout_c': 0.0, 'pull_rate': 0.26829, 'center_rate': 0.46341, 'slap_rate': 0.2683, 'avg': 0.2088, 'obp': 0.2088, 'slg': 0.26019, 'player_id': 11458}, {'battingcard_id': 5195, 'vs_hand': 'L', 'homerun': 2.55, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 32.9, 'strikeout': 25.7, 'lineout': 0, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 2.55, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 26.55, 'groundout_c': 0.0, 'pull_rate': 0.17949, 'center_rate': 0.64103, 'slap_rate': 0.17948, 'avg': 0.14398, 'obp': 0.44861, 'slg': 0.21759, 'player_id': 11297}, {'battingcard_id': 5195, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 20.55, 'lineout': 4.5, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.9, 'flyout_lf_b': 3.8, 'flyout_rf_b': 2.5, 'groundout_a': 3.2, 'groundout_b': 17.55, 'groundout_c': 0.0, 'pull_rate': 0.25843, 'center_rate': 0.2809, 'slap_rate': 0.46067, 'avg': 0.17454, 'obp': 0.34259, 'slg': 0.20833, 'player_id': 11297}, {'battingcard_id': 5068, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 5.1, 'single_one': 7.3, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 9.0, 'walk': 6.9, 'strikeout': 9.55, 'lineout': 6.5, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 27.75, 'groundout_c': 0.0, 'pull_rate': 0.27928, 'center_rate': 0.44144, 'slap_rate': 0.27928, 'avg': 0.30741, 'obp': 0.45463, 'slg': 0.41111, 'player_id': 10979}, {'battingcard_id': 5068, 'vs_hand': 'R', 'homerun': 1.1, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.05, 'double_pull': 6.05, 'single_two': 4.5, 'single_one': 6.75, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 13.3, 'strikeout': 15.85, 'lineout': 3.9, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 3.9, 'groundout_b': 21.9, 'groundout_c': 0.0, 'pull_rate': 0.25775, 'center_rate': 0.1, 'slap_rate': 0.64225, 'avg': 0.31204, 'obp': 0.4537, 'slg': 0.42917, 'player_id': 10979}, {'battingcard_id': 5297, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 0.0, 'hbp': 0, 'walk': 11.55, 'strikeout': 46.65, 'lineout': 5.7, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 14.9, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.5, 'groundout_a': 0, 'groundout_b': 16.9, 'groundout_c': 0.0, 'pull_rate': 0.26316, 'center_rate': 0.47368, 'slap_rate': 0.26316, 'avg': 0.05278, 'obp': 0.15972, 'slg': 0.05278, 'player_id': 11459}, {'battingcard_id': 5297, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.55, 'double_pull': 10.55, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 13.6, 'strikeout': 8.35, 'lineout': 15.2, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.95, 'flyout_rf_b': 0, 'groundout_a': 20.35, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27673, 'center_rate': 0.1, 'slap_rate': 0.62327, 'avg': 0.34213, 'obp': 0.49583, 'slg': 0.50648, 'player_id': 11459}, {'battingcard_id': 5001, 'vs_hand': 'L', 'homerun': 5.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 6.25, 'single_one': 9.4, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.55, 'strikeout': 10.8, 'lineout': 3.2, 'popout': 4.5, 'flyout_a': 0.0, 'flyout_bq': 7.65, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.35, 'groundout_a': 3.4, 'groundout_b': 19.35, 'groundout_c': 0.0, 'pull_rate': 0.30597, 'center_rate': 0.38806, 'slap_rate': 0.30597, 'avg': 0.36991, 'obp': 0.52315, 'slg': 0.57222, 'player_id': 10763}, {'battingcard_id': 5001, 'vs_hand': 'R', 'homerun': 1.6, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.2, 'single_one': 5.7, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.55, 'strikeout': 16.4, 'lineout': 5.4, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 12.65, 'groundout_b': 8.45, 'groundout_c': 0.0, 'pull_rate': 0.24231, 'center_rate': 0.1, 'slap_rate': 0.65769, 'avg': 0.31111, 'obp': 0.47361, 'slg': 0.45926, 'player_id': 10763}, {'battingcard_id': 5002, 'vs_hand': 'L', 'homerun': 11.9, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.5, 'single_two': 12.25, 'single_one': 3.75, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 33.7, 'strikeout': 8.15, 'lineout': 0, 'popout': 7.7, 'flyout_a': 1.0, 'flyout_bq': 1.1, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 5.15, 'groundout_c': 0.0, 'pull_rate': 0.3125, 'center_rate': 0.375, 'slap_rate': 0.3125, 'avg': 0.43333, 'obp': 0.76389, 'slg': 0.86111, 'player_id': 10764}, {'battingcard_id': 5002, 'vs_hand': 'R', 'homerun': 5.4, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.55, 'double_pull': 2.55, 'single_two': 4.2, 'single_one': 6.2, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 23.05, 'strikeout': 11.45, 'lineout': 6.4, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.25, 'flyout_rf_b': 2.4, 'groundout_a': 20.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30049, 'center_rate': 0.1, 'slap_rate': 0.59951, 'avg': 0.2963, 'obp': 0.50972, 'slg': 0.48889, 'player_id': 10764}, {'battingcard_id': 5003, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 33.05, 'strikeout': 6.7, 'lineout': 8.05, 'popout': 1.4, 'flyout_a': 0.0, 'flyout_bq': 9.45, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.5, 'groundout_a': 28.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.26718, 'center_rate': 0.46565, 'slap_rate': 0.26717, 'avg': 0.16481, 'obp': 0.47083, 'slg': 0.26204, 'player_id': 10765}, {'battingcard_id': 5003, 'vs_hand': 'R', 'homerun': 5.1, 'bp_homerun': 3.0, 'triple': 1.2, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 2.4, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.75, 'strikeout': 16.95, 'lineout': 4.75, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 17.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.8, 'groundout_a': 3.6, 'groundout_b': 20.2, 'groundout_c': 0.0, 'pull_rate': 0.27823, 'center_rate': 0.1, 'slap_rate': 0.62177, 'avg': 0.22407, 'obp': 0.31435, 'slg': 0.40833, 'player_id': 10765}, {'battingcard_id': 5146, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 2.4, 'single_one': 3.6, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.65, 'strikeout': 15.65, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 13.15, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.2, 'groundout_a': 0.0, 'groundout_b': 47.45, 'groundout_c': 0.0, 'pull_rate': 0.29851, 'center_rate': 0.40299, 'slap_rate': 0.2985, 'avg': 0.19028, 'obp': 0.20556, 'slg': 0.25463, 'player_id': 11176}, {'battingcard_id': 5146, 'vs_hand': 'R', 'homerun': 1.65, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 4.2, 'single_two': 4.75, 'single_one': 5.75, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.0, 'strikeout': 17.0, 'lineout': 8.85, 'popout': 1.05, 'flyout_a': 0.0, 'flyout_bq': 14.1, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.35, 'groundout_a': 10.9, 'groundout_b': 7.3, 'groundout_c': 0.0, 'pull_rate': 0.21833, 'center_rate': 0.14555, 'slap_rate': 0.63612, 'avg': 0.32454, 'obp': 0.40787, 'slg': 0.46296, 'player_id': 11176}, {'battingcard_id': 5069, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 5.7, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 14.45, 'lineout': 5.7, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 11.2, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 14.95, 'groundout_b': 18.25, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.56522, 'slap_rate': 0.21739, 'avg': 0.26157, 'obp': 0.31435, 'slg': 0.28333, 'player_id': 10980}, {'battingcard_id': 5069, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.75, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 20.85, 'strikeout': 11.1, 'lineout': 6.8, 'popout': 2.4, 'flyout_a': 0.0, 'flyout_bq': 11.65, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.75, 'groundout_a': 27.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21772, 'center_rate': 0.16456, 'slap_rate': 0.61772, 'avg': 0.21435, 'obp': 0.41667, 'slg': 0.27037, 'player_id': 10980}, {'battingcard_id': 5101, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 29.8, 'strikeout': 12.6, 'lineout': 1.4, 'popout': 7.85, 'flyout_a': 0.0, 'flyout_bq': 5.1, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 27.75, 'groundout_c': 0.0, 'pull_rate': 0.24286, 'center_rate': 0.51429, 'slap_rate': 0.24285, 'avg': 0.2037, 'obp': 0.47963, 'slg': 0.23565, 'player_id': 11065}, {'battingcard_id': 5101, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.4, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 6.0, 'single_one': 9.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 19.05, 'lineout': 6.9, 'popout': 1.7, 'flyout_a': 0.0, 'flyout_bq': 14.4, 'flyout_lf_b': 1.35, 'flyout_rf_b': 3.5, 'groundout_a': 20.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22121, 'center_rate': 0.10909, 'slap_rate': 0.6697, 'avg': 0.30463, 'obp': 0.37917, 'slg': 0.37685, 'player_id': 11065}, {'battingcard_id': 5070, 'vs_hand': 'L', 'homerun': 9.45, 'bp_homerun': 7.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 10.35, 'single_one': 2.4, 'single_center': 2.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.6, 'strikeout': 11.45, 'lineout': 1.35, 'popout': 25.1, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.2, 'groundout_a': 0, 'groundout_b': 14.25, 'groundout_c': 0.0, 'pull_rate': 0.30645, 'center_rate': 0.3871, 'slap_rate': 0.30645, 'avg': 0.37917, 'obp': 0.44954, 'slg': 0.77824, 'player_id': 10981}, {'battingcard_id': 5070, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.5, 'single_two': 2.1, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 10.7, 'strikeout': 20.7, 'lineout': 1.5, 'popout': 8.55, 'flyout_a': 0.0, 'flyout_bq': 10.8, 'flyout_lf_b': 1.5, 'flyout_rf_b': 2.2, 'groundout_a': 2.4, 'groundout_b': 21.05, 'groundout_c': 0.0, 'pull_rate': 0.2197, 'center_rate': 0.36364, 'slap_rate': 0.41666, 'avg': 0.22778, 'obp': 0.36389, 'slg': 0.35093, 'player_id': 10981}, {'battingcard_id': 5309, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.2, 'strikeout': 39.85, 'lineout': 6.4, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 6.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 0, 'groundout_a': 42.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.35, 'center_rate': 0.3, 'slap_rate': 0.35, 'avg': 0.05926, 'obp': 0.09815, 'slg': 0.03611, 'player_id': 11492}, {'battingcard_id': 5309, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.6, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 2.25, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 13.7, 'strikeout': 17.35, 'lineout': 3.2, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 0, 'flyout_rf_b': 3.9, 'groundout_a': 0, 'groundout_b': 29.2, 'groundout_c': 0.0, 'pull_rate': 0.19048, 'center_rate': 0.1, 'slap_rate': 0.70952, 'avg': 0.16389, 'obp': 0.35556, 'slg': 0.2, 'player_id': 11492}, {'battingcard_id': 5323, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.15, 'strikeout': 1.4, 'lineout': 2.4, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 59.25, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.75, 'slap_rate': 0.15, 'avg': 0.07593, 'obp': 0.3088, 'slg': 0.02315, 'player_id': 11515}, {'battingcard_id': 5323, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.4, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.75, 'strikeout': 4.1, 'lineout': 5.4, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 23.35, 'flyout_lf_b': 5.4, 'flyout_rf_b': 2.4, 'groundout_a': 2.1, 'groundout_b': 37.6, 'groundout_c': 0.0, 'pull_rate': 0.16883, 'center_rate': 0.30519, 'slap_rate': 0.52598, 'avg': 0.19676, 'obp': 0.24074, 'slg': 0.25833, 'player_id': 11515}, {'battingcard_id': 5004, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 7.15, 'single_one': 10.75, 'single_center': 3.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.9, 'strikeout': 15.25, 'lineout': 3.5, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 5.4, 'flyout_lf_b': 0, 'flyout_rf_b': 1.75, 'groundout_a': 1.2, 'groundout_b': 21.7, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.35231, 'obp': 0.52731, 'slg': 0.40139, 'player_id': 10766}, {'battingcard_id': 5004, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.9, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 22.25, 'strikeout': 16.7, 'lineout': 6.1, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 7.9, 'flyout_lf_b': 0, 'flyout_rf_b': 2.7, 'groundout_a': 4.2, 'groundout_b': 16.15, 'groundout_c': 0.0, 'pull_rate': 0.21993, 'center_rate': 0.16495, 'slap_rate': 0.61512, 'avg': 0.23981, 'obp': 0.45509, 'slg': 0.32315, 'player_id': 10766}, {'battingcard_id': 5005, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.8, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.4, 'strikeout': 20.35, 'lineout': 4.5, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 15.85, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 29.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.30859, 'center_rate': 0.38281, 'slap_rate': 0.3086, 'avg': 0.22037, 'obp': 0.25185, 'slg': 0.275, 'player_id': 10767}, {'battingcard_id': 5005, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 6.4, 'double_pull': 6.35, 'single_two': 4.8, 'single_one': 7.15, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.75, 'strikeout': 10.5, 'lineout': 4.5, 'popout': 10.2, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.05, 'flyout_rf_b': 2.5, 'groundout_a': 1.4, 'groundout_b': 25.85, 'groundout_c': 0.0, 'pull_rate': 0.21396, 'center_rate': 0.14871, 'slap_rate': 0.63733, 'avg': 0.32176, 'obp': 0.38426, 'slg': 0.43565, 'player_id': 10767}, {'battingcard_id': 5006, 'vs_hand': 'L', 'homerun': 8.1, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.5, 'single_two': 4.75, 'single_one': 0, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.3, 'strikeout': 30.25, 'lineout': 6.6, 'popout': 1.2, 'flyout_a': 1.0, 'flyout_bq': 3.25, 'flyout_lf_b': 3.9, 'flyout_rf_b': 3.75, 'groundout_a': 14.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21053, 'center_rate': 0.57895, 'slap_rate': 0.21052, 'avg': 0.27269, 'obp': 0.40509, 'slg': 0.54167, 'player_id': 10768}, {'battingcard_id': 5006, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 5.0, 'triple': 0, 'double_three': 0.0, 'double_two': 6.0, 'double_pull': 5.95, 'single_two': 2.5, 'single_one': 3.75, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 12.45, 'strikeout': 22.0, 'lineout': 2.75, 'popout': 6.25, 'flyout_a': 0.0, 'flyout_bq': 10.4, 'flyout_lf_b': 1.2, 'flyout_rf_b': 2.4, 'groundout_a': 4.25, 'groundout_b': 12.5, 'groundout_c': 0.0, 'pull_rate': 0.26012, 'center_rate': 0.12717, 'slap_rate': 0.61271, 'avg': 0.28519, 'obp': 0.42824, 'slg': 0.45, 'player_id': 10768}, {'battingcard_id': 5007, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 23.95, 'lineout': 7.75, 'popout': 4.25, 'flyout_a': 0.0, 'flyout_bq': 10.0, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.4, 'groundout_a': 1.4, 'groundout_b': 26.5, 'groundout_c': 0.0, 'pull_rate': 0.125, 'center_rate': 0.63393, 'slap_rate': 0.24107, 'avg': 0.2463, 'obp': 0.28565, 'slg': 0.34444, 'player_id': 10769}, {'battingcard_id': 5007, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.2, 'single_one': 6.15, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.65, 'strikeout': 24.05, 'lineout': 6.6, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 10.6, 'flyout_lf_b': 2.5, 'flyout_rf_b': 1.1, 'groundout_a': 11.15, 'groundout_b': 13.6, 'groundout_c': 0.0, 'pull_rate': 0.21136, 'center_rate': 0.16136, 'slap_rate': 0.62728, 'avg': 0.26944, 'obp': 0.34028, 'slg': 0.35926, 'player_id': 10769}, {'battingcard_id': 5102, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.7, 'single_two': 0, 'single_one': 2.55, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 16.4, 'strikeout': 18.85, 'lineout': 6.6, 'popout': 6.65, 'flyout_a': 0.0, 'flyout_bq': 8.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 1.6, 'groundout_b': 29.3, 'groundout_c': 0.0, 'pull_rate': 0.28889, 'center_rate': 0.42222, 'slap_rate': 0.28889, 'avg': 0.14352, 'obp': 0.31389, 'slg': 0.19907, 'player_id': 11066}, {'battingcard_id': 5102, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.6, 'double_pull': 3.5, 'single_two': 4.5, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.3, 'strikeout': 15.15, 'lineout': 0, 'popout': 9.75, 'flyout_a': 0.0, 'flyout_bq': 6.45, 'flyout_lf_b': 0, 'flyout_rf_b': 2.2, 'groundout_a': 39.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.21588, 'center_rate': 0.18859, 'slap_rate': 0.59553, 'avg': 0.25046, 'obp': 0.32731, 'slg': 0.29722, 'player_id': 11066}, {'battingcard_id': 5071, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 2.25, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.1, 'strikeout': 23.15, 'lineout': 4.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 22.15, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.75, 'groundout_a': 4.5, 'groundout_b': 17.25, 'groundout_c': 0.0, 'pull_rate': 0.23288, 'center_rate': 0.53425, 'slap_rate': 0.23287, 'avg': 0.12639, 'obp': 0.23843, 'slg': 0.14167, 'player_id': 10982}, {'battingcard_id': 5071, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 2.7, 'single_two': 3.75, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.55, 'strikeout': 13.15, 'lineout': 9.35, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 9.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 2.25, 'groundout_a': 30.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.23368, 'center_rate': 0.16421, 'slap_rate': 0.60211, 'avg': 0.2662, 'obp': 0.39167, 'slg': 0.37639, 'player_id': 10982}, {'battingcard_id': 5008, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 5.7, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 9.4, 'single_one': 14.1, 'single_center': 4.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 16.1, 'lineout': 3.4, 'popout': 10.2, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 20.35, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.55682, 'slap_rate': 0.34318, 'avg': 0.43935, 'obp': 0.48102, 'slg': 0.55694, 'player_id': 10770}, {'battingcard_id': 5008, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 3.9, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.3, 'strikeout': 21.65, 'lineout': 6.3, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.75, 'flyout_rf_b': 1.4, 'groundout_a': 5.4, 'groundout_b': 11.7, 'groundout_c': 0.0, 'pull_rate': 0.27212, 'center_rate': 0.10841, 'slap_rate': 0.61947, 'avg': 0.28657, 'obp': 0.41898, 'slg': 0.42454, 'player_id': 10770}, {'battingcard_id': 5009, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.85, 'single_two': 3.6, 'single_one': 5.4, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.5, 'strikeout': 23.95, 'lineout': 4.5, 'popout': 8.05, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.7, 'groundout_a': 0, 'groundout_b': 29.25, 'groundout_c': 0.0, 'pull_rate': 0.24528, 'center_rate': 0.50943, 'slap_rate': 0.24529, 'avg': 0.29028, 'obp': 0.32269, 'slg': 0.39444, 'player_id': 10771}, {'battingcard_id': 5009, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.8, 'double_pull': 5.75, 'single_two': 5.1, 'single_one': 7.7, 'single_center': 2.55, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 20.0, 'lineout': 6.5, 'popout': 9.75, 'flyout_a': 0.0, 'flyout_bq': 7.45, 'flyout_lf_b': 1.5, 'flyout_rf_b': 0, 'groundout_a': 24.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.29439, 'center_rate': 0.18925, 'slap_rate': 0.51636, 'avg': 0.31389, 'obp': 0.35556, 'slg': 0.39306, 'player_id': 10771}, {'battingcard_id': 5164, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.35, 'double_pull': 8.35, 'single_two': 0, 'single_one': 0, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 5.1, 'lineout': 0, 'popout': 18.95, 'flyout_a': 0.0, 'flyout_bq': 35.55, 'flyout_lf_b': 5.9, 'flyout_rf_b': 5.95, 'groundout_a': 0.0, 'groundout_b': 12.65, 'groundout_c': 0.0, 'pull_rate': 0.26016, 'center_rate': 0.47967, 'slap_rate': 0.26017, 'avg': 0.2213, 'obp': 0.2213, 'slg': 0.35278, 'player_id': 11215}, {'battingcard_id': 5164, 'vs_hand': 'R', 'homerun': 6.7, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 5.4, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 3.75, 'strikeout': 13.75, 'lineout': 8.3, 'popout': 1.5, 'flyout_a': 1.0, 'flyout_bq': 14.25, 'flyout_lf_b': 2.75, 'flyout_rf_b': 3.2, 'groundout_a': 3.2, 'groundout_b': 26.0, 'groundout_c': 0.0, 'pull_rate': 0.27848, 'center_rate': 0.37342, 'slap_rate': 0.3481, 'avg': 0.26204, 'obp': 0.31528, 'slg': 0.55648, 'player_id': 11215}, {'battingcard_id': 5347, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.7, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 10.45, 'lineout': 5.7, 'popout': 6.3, 'flyout_a': 0.0, 'flyout_bq': 3.25, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0.0, 'groundout_b': 67.85, 'groundout_c': 0.0, 'pull_rate': 0.23214, 'center_rate': 0.53571, 'slap_rate': 0.23215, 'avg': 0.0713, 'obp': 0.12407, 'slg': 0.02315, 'player_id': 11553}, {'battingcard_id': 5347, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.3, 'double_pull': 3.25, 'single_two': 5.1, 'single_one': 3.2, 'single_center': 6.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.9, 'strikeout': 14.8, 'lineout': 14.2, 'popout': 3.6, 'flyout_a': 0.0, 'flyout_bq': 13.15, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 14.45, 'groundout_c': 0.0, 'pull_rate': 0.15116, 'center_rate': 0.34884, 'slap_rate': 0.5, 'avg': 0.24259, 'obp': 0.39907, 'slg': 0.29861, 'player_id': 11553}, {'battingcard_id': 5348, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 1.4, 'strikeout': 13.4, 'lineout': 2.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.9, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.75, 'groundout_a': 0.0, 'groundout_b': 55.7, 'groundout_c': 0.0, 'pull_rate': 0.27143, 'center_rate': 0.45714, 'slap_rate': 0.27143, 'avg': 0.18889, 'obp': 0.20185, 'slg': 0.23241, 'player_id': 11554}, {'battingcard_id': 5348, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 11.9, 'double_pull': 11.85, 'single_two': 0, 'single_one': 0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.5, 'strikeout': 7.9, 'lineout': 23.75, 'popout': 10.15, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.25, 'flyout_rf_b': 1.9, 'groundout_a': 1.5, 'groundout_b': 13.0, 'groundout_c': 0.0, 'pull_rate': 0.21687, 'center_rate': 0.75, 'slap_rate': 0.03313, 'avg': 0.29583, 'obp': 0.36528, 'slg': 0.49352, 'player_id': 11554}, {'battingcard_id': 5349, 'vs_hand': 'L', 'homerun': 8.7, 'bp_homerun': 6.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 13.45, 'single_two': 6.05, 'single_one': 0.0, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 36.4, 'strikeout': 4.75, 'lineout': 3.75, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.05, 'groundout_a': 0, 'groundout_b': 9.75, 'groundout_c': 0.0, 'pull_rate': 0.3719, 'center_rate': 0.2562, 'slap_rate': 0.3719, 'avg': 0.43426, 'obp': 0.7713, 'slg': 0.76481, 'player_id': 11555}, {'battingcard_id': 5349, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.1, 'single_two': 5.4, 'single_one': 7.85, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 16.2, 'strikeout': 14.9, 'lineout': 0, 'popout': 12.5, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 18.8, 'groundout_c': 0.0, 'pull_rate': 0.1102, 'center_rate': 0.12653, 'slap_rate': 0.76327, 'avg': 0.35324, 'obp': 0.50324, 'slg': 0.46667, 'player_id': 11555}, {'battingcard_id': 5010, 'vs_hand': 'L', 'homerun': 6.8, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.05, 'single_two': 5.7, 'single_one': 7.9, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 8.8, 'strikeout': 7.0, 'lineout': 11.7, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 10.45, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 1.4, 'groundout_b': 25.6, 'groundout_c': 0.0, 'pull_rate': 0.22277, 'center_rate': 0.54455, 'slap_rate': 0.23268, 'avg': 0.32731, 'obp': 0.41806, 'slg': 0.54259, 'player_id': 10772}, {'battingcard_id': 5010, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 1.9, 'double_three': 0.0, 'double_two': 6.2, 'double_pull': 6.15, 'single_two': 5.9, 'single_one': 8.9, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.75, 'strikeout': 8.0, 'lineout': 0, 'popout': 10.5, 'flyout_a': 0.0, 'flyout_bq': 13.1, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.2, 'groundout_a': 15.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.15462, 'center_rate': 0.22088, 'slap_rate': 0.6245, 'avg': 0.3838, 'obp': 0.52037, 'slg': 0.54444, 'player_id': 10772}, {'battingcard_id': 5072, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.25, 'single_two': 0, 'single_one': 2.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 25.4, 'lineout': 1.35, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 10.5, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 5.4, 'groundout_b': 20.55, 'groundout_c': 0.0, 'pull_rate': 0.26056, 'center_rate': 0.47887, 'slap_rate': 0.26057, 'avg': 0.22269, 'obp': 0.33241, 'slg': 0.325, 'player_id': 10983}, {'battingcard_id': 5072, 'vs_hand': 'R', 'homerun': 6.65, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 9.35, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.0, 'strikeout': 7.15, 'lineout': 3.25, 'popout': 9.8, 'flyout_a': 1.0, 'flyout_bq': 7.4, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 30.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24444, 'center_rate': 0.10794, 'slap_rate': 0.64762, 'avg': 0.31944, 'obp': 0.43056, 'slg': 0.61667, 'player_id': 10983}, {'battingcard_id': 5011, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.5, 'single_one': 3.8, 'single_center': 1.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 13.8, 'strikeout': 17.2, 'lineout': 9.45, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 1.1, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 33.9, 'groundout_c': 0.0, 'pull_rate': 0.2807, 'center_rate': 0.4386, 'slap_rate': 0.2807, 'avg': 0.1963, 'obp': 0.32407, 'slg': 0.25278, 'player_id': 10773}, {'battingcard_id': 5011, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 2.1, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 9.4, 'strikeout': 21.0, 'lineout': 8.1, 'popout': 2.75, 'flyout_a': 0.0, 'flyout_bq': 15.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.1, 'groundout_a': 1.05, 'groundout_b': 19.0, 'groundout_c': 0.0, 'pull_rate': 0.2987, 'center_rate': 0.25974, 'slap_rate': 0.44156, 'avg': 0.23056, 'obp': 0.32685, 'slg': 0.375, 'player_id': 10773}, {'battingcard_id': 5073, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.2, 'double_pull': 1.1, 'single_two': 3.25, 'single_one': 0, 'single_center': 6.5, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 29.5, 'strikeout': 6.4, 'lineout': 6.0, 'popout': 3.25, 'flyout_a': 0.0, 'flyout_bq': 9.2, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 12.35, 'groundout_b': 15.1, 'groundout_c': 0.0, 'pull_rate': 0.32941, 'center_rate': 0.34118, 'slap_rate': 0.32941, 'avg': 0.19537, 'obp': 0.48704, 'slg': 0.28241, 'player_id': 10984}, {'battingcard_id': 5073, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.5, 'double_pull': 9.5, 'single_two': 6.15, 'single_one': 9.2, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.2, 'strikeout': 10.45, 'lineout': 8.8, 'popout': 2.25, 'flyout_a': 0.0, 'flyout_bq': 8.95, 'flyout_lf_b': 2.1, 'flyout_rf_b': 0, 'groundout_a': 25.7, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25941, 'center_rate': 0.12134, 'slap_rate': 0.61925, 'avg': 0.39398, 'obp': 0.46065, 'slg': 0.51852, 'player_id': 10984}, {'battingcard_id': 5012, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 6.75, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 7.55, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 19.15, 'strikeout': 10.05, 'lineout': 2.4, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 7.65, 'flyout_lf_b': 1.35, 'flyout_rf_b': 1.2, 'groundout_a': 36.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.18621, 'center_rate': 0.62759, 'slap_rate': 0.1862, 'avg': 0.24907, 'obp': 0.43565, 'slg': 0.32824, 'player_id': 10774}, {'battingcard_id': 5012, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0, 'double_three': 0.0, 'double_two': 8.2, 'double_pull': 8.25, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 9.4, 'lineout': 3.75, 'popout': 8.25, 'flyout_a': 0.0, 'flyout_bq': 9.0, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 12.6, 'groundout_b': 23.4, 'groundout_c': 0.0, 'pull_rate': 0.28222, 'center_rate': 0.14845, 'slap_rate': 0.56933, 'avg': 0.30463, 'obp': 0.35741, 'slg': 0.41481, 'player_id': 10774}, {'battingcard_id': 5013, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 3.2, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.45, 'strikeout': 12.15, 'lineout': 3.2, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 11.6, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 39.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28061, 'center_rate': 0.43878, 'slap_rate': 0.28061, 'avg': 0.18148, 'obp': 0.31528, 'slg': 0.20278, 'player_id': 10775}, {'battingcard_id': 5013, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.2, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.4, 'strikeout': 9.45, 'lineout': 8.25, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 17.15, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.9, 'groundout_a': 3.2, 'groundout_b': 17.2, 'groundout_c': 0.0, 'pull_rate': 0.23543, 'center_rate': 0.19283, 'slap_rate': 0.57174, 'avg': 0.24861, 'obp': 0.38194, 'slg': 0.31204, 'player_id': 10775}, {'battingcard_id': 5103, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 15.35, 'double_pull': 15.35, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 0, 'strikeout': 13.2, 'lineout': 12.65, 'popout': 3.2, 'flyout_a': 1.0, 'flyout_bq': 8.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.35, 'groundout_a': 1.95, 'groundout_b': 17.35, 'groundout_c': 0.0, 'pull_rate': 0.31579, 'center_rate': 0.36842, 'slap_rate': 0.31579, 'avg': 0.40648, 'obp': 0.44352, 'slg': 0.72037, 'player_id': 11067}, {'battingcard_id': 5103, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.25, 'double_pull': 3.2, 'single_two': 4.25, 'single_one': 6.25, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 10.25, 'strikeout': 20.6, 'lineout': 8.1, 'popout': 3.5, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 3.4, 'flyout_rf_b': 1.1, 'groundout_a': 1.2, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.17316, 'center_rate': 0.12121, 'slap_rate': 0.70563, 'avg': 0.23287, 'obp': 0.33704, 'slg': 0.26111, 'player_id': 11067}, {'battingcard_id': 5014, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 4.2, 'single_two': 6.95, 'single_one': 10.4, 'single_center': 3.5, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 7.95, 'strikeout': 5.3, 'lineout': 0, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 2.2, 'groundout_b': 41.05, 'groundout_c': 0.0, 'pull_rate': 0.29268, 'center_rate': 0.41463, 'slap_rate': 0.29269, 'avg': 0.34537, 'obp': 0.45602, 'slg': 0.41574, 'player_id': 10776}, {'battingcard_id': 5014, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.2, 'single_two': 3.9, 'single_one': 5.85, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 18.0, 'walk': 7.7, 'strikeout': 12.1, 'lineout': 1.7, 'popout': 6.9, 'flyout_a': 0.0, 'flyout_bq': 6.3, 'flyout_lf_b': 1.4, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 25.7, 'groundout_c': 0.0, 'pull_rate': 0.19784, 'center_rate': 0.30576, 'slap_rate': 0.4964, 'avg': 0.26111, 'obp': 0.49907, 'slg': 0.34676, 'player_id': 10776}, {'battingcard_id': 5074, 'vs_hand': 'L', 'homerun': 2.1, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 8.55, 'single_one': 12.85, 'single_center': 4.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.25, 'strikeout': 5.7, 'lineout': 2.75, 'popout': 7.95, 'flyout_a': 0.0, 'flyout_bq': 3.2, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 24.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.27128, 'center_rate': 0.45745, 'slap_rate': 0.27127, 'avg': 0.47454, 'obp': 0.58796, 'slg': 0.63796, 'player_id': 10985}, {'battingcard_id': 5074, 'vs_hand': 'R', 'homerun': 4.75, 'bp_homerun': 3.0, 'triple': 4.5, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 4.2, 'single_two': 8.55, 'single_one': 3.25, 'single_center': 1.05, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 17.35, 'lineout': 0, 'popout': 13.3, 'flyout_a': 1.0, 'flyout_bq': 7.0, 'flyout_lf_b': 1.4, 'flyout_rf_b': 3.3, 'groundout_a': 22.25, 'groundout_b': 2.45, 'groundout_c': 0.0, 'pull_rate': 0.20225, 'center_rate': 0.16105, 'slap_rate': 0.6367, 'avg': 0.33056, 'obp': 0.36991, 'slg': 0.59954, 'player_id': 10985}, {'battingcard_id': 5015, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.2, 'single_center': 1.9, 'bp_single': 0.0, 'hbp': 3.0, 'walk': 13.95, 'strikeout': 11.4, 'lineout': 7.75, 'popout': 11.6, 'flyout_a': 0.0, 'flyout_bq': 7.3, 'flyout_lf_b': 0, 'flyout_rf_b': 2.5, 'groundout_a': 35.9, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.31776, 'center_rate': 0.59813, 'slap_rate': 0.08411, 'avg': 0.13519, 'obp': 0.29213, 'slg': 0.19352, 'player_id': 10777}, {'battingcard_id': 5015, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 2.2, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.9, 'strikeout': 13.75, 'lineout': 0, 'popout': 12.35, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.7, 'groundout_a': 37.05, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.33784, 'center_rate': 0.14414, 'slap_rate': 0.51802, 'avg': 0.22685, 'obp': 0.26296, 'slg': 0.33056, 'player_id': 10777}, {'battingcard_id': 5016, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 1.95, 'double_three': 0.0, 'double_two': 4.5, 'double_pull': 4.5, 'single_two': 4.8, 'single_one': 7.25, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 22.3, 'lineout': 5.4, 'popout': 3.3, 'flyout_a': 0.0, 'flyout_bq': 11.75, 'flyout_lf_b': 1.95, 'flyout_rf_b': 1.95, 'groundout_a': 0, 'groundout_b': 20.3, 'groundout_c': 0.0, 'pull_rate': 0.28972, 'center_rate': 0.42056, 'slap_rate': 0.28972, 'avg': 0.3, 'obp': 0.38009, 'slg': 0.39213, 'player_id': 10778}, {'battingcard_id': 5016, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.2, 'double_pull': 3.9, 'single_two': 3.2, 'single_one': 4.75, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.4, 'strikeout': 23.8, 'lineout': 3.75, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 0, 'flyout_rf_b': 3.2, 'groundout_a': 1.4, 'groundout_b': 25.5, 'groundout_c': 0.0, 'pull_rate': 0.26915, 'center_rate': 0.1, 'slap_rate': 0.63085, 'avg': 0.24491, 'obp': 0.33194, 'slg': 0.34491, 'player_id': 10778}, {'battingcard_id': 5075, 'vs_hand': 'L', 'homerun': 8.5, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.4, 'double_pull': 10.1, 'single_two': 0, 'single_one': 0, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 13.3, 'lineout': 14.1, 'popout': 3.6, 'flyout_a': 1.0, 'flyout_bq': 3.2, 'flyout_lf_b': 3.4, 'flyout_rf_b': 3.4, 'groundout_a': 26.4, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2963, 'center_rate': 0.40741, 'slap_rate': 0.29629, 'avg': 0.31389, 'obp': 0.36667, 'slg': 0.57407, 'player_id': 10986}, {'battingcard_id': 5075, 'vs_hand': 'R', 'homerun': 1.2, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.8, 'double_pull': 7.75, 'single_two': 4.2, 'single_one': 0, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.65, 'strikeout': 19.9, 'lineout': 7.8, 'popout': 3.4, 'flyout_a': 1.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.25, 'flyout_rf_b': 3.2, 'groundout_a': 4.2, 'groundout_b': 16.45, 'groundout_c': 0.0, 'pull_rate': 0.24211, 'center_rate': 0.11579, 'slap_rate': 0.6421, 'avg': 0.29537, 'obp': 0.35694, 'slg': 0.52639, 'player_id': 10986}, {'battingcard_id': 5350, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.8, 'single_two': 6.05, 'single_one': 9.1, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 9.85, 'lineout': 0, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 17.6, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.75, 'groundout_a': 0, 'groundout_b': 43.65, 'groundout_c': 0.0, 'pull_rate': 0.16216, 'center_rate': 0.67568, 'slap_rate': 0.16216, 'avg': 0.28657, 'obp': 0.28657, 'slg': 0.30556, 'player_id': 11556}, {'battingcard_id': 5350, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 1.75, 'double_three': 0.0, 'double_two': 4.8, 'double_pull': 4.75, 'single_two': 0, 'single_one': 3.5, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 10.75, 'strikeout': 12.8, 'lineout': 0, 'popout': 10.9, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.2, 'groundout_a': 32.65, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17568, 'center_rate': 0.33784, 'slap_rate': 0.48648, 'avg': 0.20417, 'obp': 0.3037, 'slg': 0.29954, 'player_id': 11556}, {'battingcard_id': 5180, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 0, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.25, 'strikeout': 40.15, 'lineout': 5.7, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 1.65, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 13.95, 'groundout_b': 17.1, 'groundout_c': 0.0, 'pull_rate': 0.23077, 'center_rate': 0.61538, 'slap_rate': 0.15385, 'avg': 0.14306, 'obp': 0.2287, 'slg': 0.125, 'player_id': 11255}, {'battingcard_id': 5180, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.65, 'strikeout': 18.35, 'lineout': 0, 'popout': 11.25, 'flyout_a': 0.0, 'flyout_bq': 10.05, 'flyout_lf_b': 2.5, 'flyout_rf_b': 0, 'groundout_a': 4.2, 'groundout_b': 16.65, 'groundout_c': 0.0, 'pull_rate': 0.22222, 'center_rate': 0.10256, 'slap_rate': 0.67522, 'avg': 0.24398, 'obp': 0.41667, 'slg': 0.3463, 'player_id': 11255}, {'battingcard_id': 5351, 'vs_hand': 'L', 'homerun': 5.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 19.8, 'strikeout': 9.45, 'lineout': 0, 'popout': 8.45, 'flyout_a': 0.0, 'flyout_bq': 10.55, 'flyout_lf_b': 1.75, 'flyout_rf_b': 1.75, 'groundout_a': 6.75, 'groundout_b': 26.95, 'groundout_c': 0.0, 'pull_rate': 0.2973, 'center_rate': 0.40541, 'slap_rate': 0.29729, 'avg': 0.2088, 'obp': 0.39213, 'slg': 0.35093, 'player_id': 11557}, {'battingcard_id': 5351, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.7, 'double_pull': 1.7, 'single_two': 0, 'single_one': 0, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 25.2, 'lineout': 0, 'popout': 6.55, 'flyout_a': 0.0, 'flyout_bq': 5.7, 'flyout_lf_b': 0, 'flyout_rf_b': 1.65, 'groundout_a': 3.2, 'groundout_b': 55.95, 'groundout_c': 0.0, 'pull_rate': 0.28125, 'center_rate': 0.3125, 'slap_rate': 0.40625, 'avg': 0.09028, 'obp': 0.09028, 'slg': 0.09861, 'player_id': 11557}, {'battingcard_id': 5352, 'vs_hand': 'L', 'homerun': 11.45, 'bp_homerun': 7.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 5.1, 'single_one': 0, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 25.9, 'strikeout': 22.9, 'lineout': 6.05, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 1.9, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 15.15, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.65714, 'slap_rate': 0.17143, 'avg': 0.28657, 'obp': 0.52639, 'slg': 0.69352, 'player_id': 11558}, {'battingcard_id': 5352, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 3.25, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.65, 'single_two': 5.1, 'single_one': 7.2, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.8, 'strikeout': 15.8, 'lineout': 6.0, 'popout': 1.1, 'flyout_a': 0.0, 'flyout_bq': 14.2, 'flyout_lf_b': 3.25, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 28.1, 'groundout_c': 0.0, 'pull_rate': 0.23045, 'center_rate': 0.1893, 'slap_rate': 0.58025, 'avg': 0.24306, 'obp': 0.35231, 'slg': 0.2912, 'player_id': 11558}, {'battingcard_id': 5104, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.2, 'strikeout': 5.9, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 18.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 2.8, 'groundout_a': 50.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34746, 'center_rate': 0.30508, 'slap_rate': 0.34746, 'avg': 0.175, 'obp': 0.20463, 'slg': 0.18426, 'player_id': 11068}, {'battingcard_id': 5104, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 0, 'single_one': 0, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 3.25, 'strikeout': 31.25, 'lineout': 1.65, 'popout': 8.95, 'flyout_a': 0.0, 'flyout_bq': 14.35, 'flyout_lf_b': 1.9, 'flyout_rf_b': 3.2, 'groundout_a': 0.0, 'groundout_b': 24.7, 'groundout_c': 0.0, 'pull_rate': 0.2638, 'center_rate': 0.22086, 'slap_rate': 0.51534, 'avg': 0.17361, 'obp': 0.2037, 'slg': 0.28333, 'player_id': 11068}, {'battingcard_id': 5017, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.1, 'double_pull': 5.1, 'single_two': 4.75, 'single_one': 6.9, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.65, 'strikeout': 9.8, 'lineout': 8.15, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 1.7, 'flyout_rf_b': 1.7, 'groundout_a': 1.5, 'groundout_b': 28.95, 'groundout_c': 0.0, 'pull_rate': 0.16667, 'center_rate': 0.66667, 'slap_rate': 0.16666, 'avg': 0.28935, 'obp': 0.40648, 'slg': 0.35926, 'player_id': 10779}, {'battingcard_id': 5017, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 3.0, 'triple': 0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 4.75, 'single_one': 6.7, 'single_center': 2.25, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 1.9, 'strikeout': 12.85, 'lineout': 2.2, 'popout': 8.3, 'flyout_a': 0.0, 'flyout_bq': 17.0, 'flyout_lf_b': 1.6, 'flyout_rf_b': 4.2, 'groundout_a': 15.7, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.22472, 'center_rate': 0.1, 'slap_rate': 0.67528, 'avg': 0.24537, 'obp': 0.28148, 'slg': 0.27639, 'player_id': 10779}, {'battingcard_id': 5298, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 8.95, 'single_one': 2.75, 'single_center': 15.1, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 8.45, 'strikeout': 5.4, 'lineout': 4.75, 'popout': 18.0, 'flyout_a': 0.0, 'flyout_bq': 15.3, 'flyout_lf_b': 2.55, 'flyout_rf_b': 2.55, 'groundout_a': 0, 'groundout_b': 15.2, 'groundout_c': 0.0, 'pull_rate': 0.2314, 'center_rate': 0.53719, 'slap_rate': 0.23141, 'avg': 0.29444, 'obp': 0.40972, 'slg': 0.3287, 'player_id': 11460}, {'battingcard_id': 5298, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.85, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.55, 'strikeout': 20.05, 'lineout': 2.5, 'popout': 7.25, 'flyout_a': 1.0, 'flyout_bq': 9.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.05, 'groundout_a': 2.25, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.2907, 'center_rate': 0.75, 'slap_rate': -0.0407, 'avg': 0.30556, 'obp': 0.38472, 'slg': 0.53889, 'player_id': 11460}, {'battingcard_id': 5353, 'vs_hand': 'L', 'homerun': 7.1, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 3.25, 'single_one': 0, 'single_center': 1.6, 'bp_single': 0.0, 'hbp': 0, 'walk': 13.15, 'strikeout': 11.2, 'lineout': 8.75, 'popout': 1.6, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 3.75, 'flyout_rf_b': 3.4, 'groundout_a': 0, 'groundout_b': 41.2, 'groundout_c': 0.0, 'pull_rate': 0.2439, 'center_rate': 0.5122, 'slap_rate': 0.2439, 'avg': 0.17778, 'obp': 0.29954, 'slg': 0.41204, 'player_id': 11559}, {'battingcard_id': 5353, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 2.2, 'single_one': 3.25, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.2, 'strikeout': 14.4, 'lineout': 4.5, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 14.0, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 50.4, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.75, 'slap_rate': -0.03571, 'avg': 0.1537, 'obp': 0.17407, 'slg': 0.18704, 'player_id': 11559}, {'battingcard_id': 5076, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.5, 'single_two': 4.8, 'single_one': 4.5, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 14.6, 'strikeout': 5.55, 'lineout': 2.2, 'popout': 19.25, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 3.2, 'flyout_rf_b': 1.65, 'groundout_a': 0, 'groundout_b': 14.3, 'groundout_c': 0.0, 'pull_rate': 0.14184, 'center_rate': 0.51773, 'slap_rate': 0.34043, 'avg': 0.30324, 'obp': 0.43843, 'slg': 0.42315, 'player_id': 10987}, {'battingcard_id': 5076, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 5.1, 'single_one': 5.8, 'single_center': 3.9, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.25, 'strikeout': 5.4, 'lineout': 10.9, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 15.65, 'flyout_lf_b': 3.75, 'flyout_rf_b': 1.5, 'groundout_a': 6.1, 'groundout_b': 14.2, 'groundout_c': 0.0, 'pull_rate': 0.22807, 'center_rate': 0.16009, 'slap_rate': 0.61184, 'avg': 0.30787, 'obp': 0.46759, 'slg': 0.42222, 'player_id': 10987}, {'battingcard_id': 5018, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.95, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 28.4, 'strikeout': 12.3, 'lineout': 4.75, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 11.4, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 18.05, 'groundout_c': 0.0, 'pull_rate': 0.1134, 'center_rate': 0.75, 'slap_rate': 0.1366, 'avg': 0.2713, 'obp': 0.53426, 'slg': 0.38056, 'player_id': 10780}, {'battingcard_id': 5018, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 23.65, 'strikeout': 18.65, 'lineout': 2.75, 'popout': 2.7, 'flyout_a': 0.0, 'flyout_bq': 8.45, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.7, 'groundout_a': 4.2, 'groundout_b': 16.55, 'groundout_c': 0.0, 'pull_rate': 0.21834, 'center_rate': 0.32751, 'slap_rate': 0.45415, 'avg': 0.2338, 'obp': 0.48056, 'slg': 0.28519, 'player_id': 10780}, {'battingcard_id': 5019, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.4, 'double_pull': 5.4, 'single_two': 3.8, 'single_one': 5.75, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 7.55, 'strikeout': 8.75, 'lineout': 2.4, 'popout': 9.5, 'flyout_a': 0.0, 'flyout_bq': 13.75, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.25, 'groundout_a': 2.25, 'groundout_b': 19.85, 'groundout_c': 0.0, 'pull_rate': 0.26667, 'center_rate': 0.46667, 'slap_rate': 0.26666, 'avg': 0.30833, 'obp': 0.4338, 'slg': 0.44259, 'player_id': 10781}, {'battingcard_id': 5019, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 3.75, 'double_pull': 3.6, 'single_two': 2.8, 'single_one': 4.25, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 5.1, 'strikeout': 13.8, 'lineout': 11.7, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 13.55, 'flyout_lf_b': 1.5, 'flyout_rf_b': 3.2, 'groundout_a': 3.75, 'groundout_b': 21.35, 'groundout_c': 0.0, 'pull_rate': 0.26159, 'center_rate': 0.11589, 'slap_rate': 0.62252, 'avg': 0.24954, 'obp': 0.31528, 'slg': 0.37963, 'player_id': 10781}, {'battingcard_id': 5354, 'vs_hand': 'L', 'homerun': 16.85, 'bp_homerun': 12.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 3.25, 'single_two': 2.5, 'single_one': 0.0, 'single_center': 1.25, 'bp_single': 0.0, 'hbp': 19.0, 'walk': 22.95, 'strikeout': 0.0, 'lineout': 3.2, 'popout': 5.4, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.9, 'groundout_a': 0.0, 'groundout_b': 12.5, 'groundout_c': 0.0, 'pull_rate': 0.22642, 'center_rate': 0.54717, 'slap_rate': 0.22641, 'avg': 0.33194, 'obp': 0.72037, 'slg': 0.90417, 'player_id': 11560}, {'battingcard_id': 5354, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.4, 'single_two': 5.1, 'single_one': 7.5, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.8, 'strikeout': 16.5, 'lineout': 4.2, 'popout': 7.25, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 1.9, 'flyout_rf_b': 2.25, 'groundout_a': 2.7, 'groundout_b': 23.95, 'groundout_c': 0.0, 'pull_rate': 0.27632, 'center_rate': 0.38158, 'slap_rate': 0.3421, 'avg': 0.28889, 'obp': 0.34259, 'slg': 0.35185, 'player_id': 11560}, {'battingcard_id': 5310, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.55, 'double_pull': 9.55, 'single_two': 7.0, 'single_one': 2.2, 'single_center': 11.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 17.1, 'lineout': 2.1, 'popout': 11.2, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 13.3, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.24752, 'center_rate': 0.50495, 'slap_rate': 0.24753, 'avg': 0.43611, 'obp': 0.48889, 'slg': 0.65278, 'player_id': 11493}, {'battingcard_id': 5310, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.1, 'single_two': 9.15, 'single_one': 8.2, 'single_center': 10.05, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 5.9, 'strikeout': 11.05, 'lineout': 7.7, 'popout': 4.2, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 21.95, 'groundout_c': 0.0, 'pull_rate': 0.26761, 'center_rate': 0.71831, 'slap_rate': 0.01408, 'avg': 0.4, 'obp': 0.5287, 'slg': 0.49676, 'player_id': 11493}, {'battingcard_id': 5196, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.65, 'double_pull': 1.6, 'single_two': 0, 'single_one': 0.0, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 20.0, 'lineout': 3.4, 'popout': 19.05, 'flyout_a': 0.0, 'flyout_bq': 8.5, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.4, 'groundout_a': 41.75, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.28796, 'center_rate': 0.42408, 'slap_rate': 0.28796, 'avg': 0.11574, 'obp': 0.11574, 'slg': 0.12361, 'player_id': 11298}, {'battingcard_id': 5196, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.1, 'double_pull': 8.15, 'single_two': 3.2, 'single_one': 4.5, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 21.75, 'lineout': 8.8, 'popout': 1.6, 'flyout_a': 0.0, 'flyout_bq': 11.05, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.5, 'groundout_a': 0, 'groundout_b': 24.05, 'groundout_c': 0.0, 'pull_rate': 0.3253, 'center_rate': 0.48795, 'slap_rate': 0.18675, 'avg': 0.29028, 'obp': 0.34306, 'slg': 0.41389, 'player_id': 11298}, {'battingcard_id': 5020, 'vs_hand': 'L', 'homerun': 7.05, 'bp_homerun': 4.0, 'triple': 2.5, 'double_three': 0.0, 'double_two': 2.75, 'double_pull': 8.25, 'single_two': 5.7, 'single_one': 0, 'single_center': 2.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.4, 'strikeout': 9.1, 'lineout': 0, 'popout': 13.35, 'flyout_a': 1.0, 'flyout_bq': 4.75, 'flyout_lf_b': 5.4, 'flyout_rf_b': 5.4, 'groundout_a': 17.4, 'groundout_b': 7.45, 'groundout_c': 0.0, 'pull_rate': 0.26923, 'center_rate': 0.46154, 'slap_rate': 0.26923, 'avg': 0.34954, 'obp': 0.4088, 'slg': 0.65833, 'player_id': 10782}, {'battingcard_id': 5020, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 6.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 8.15, 'strikeout': 15.15, 'lineout': 4.25, 'popout': 3.4, 'flyout_a': 0.0, 'flyout_bq': 9.5, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.95, 'groundout_a': 6.05, 'groundout_b': 24.3, 'groundout_c': 0.0, 'pull_rate': 0.27841, 'center_rate': 0.13636, 'slap_rate': 0.58523, 'avg': 0.2875, 'obp': 0.39074, 'slg': 0.41019, 'player_id': 10782}, {'battingcard_id': 5324, 'vs_hand': 'L', 'homerun': 10.75, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.5, 'single_one': 2.5, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.8, 'strikeout': 18.1, 'lineout': 0, 'popout': 1.75, 'flyout_a': 1.0, 'flyout_bq': 5.7, 'flyout_lf_b': 6.15, 'flyout_rf_b': 6.15, 'groundout_a': 0, 'groundout_b': 33.6, 'groundout_c': 0.0, 'pull_rate': 0.33099, 'center_rate': 0.33803, 'slap_rate': 0.33098, 'avg': 0.30324, 'obp': 0.32917, 'slg': 0.68981, 'player_id': 11516}, {'battingcard_id': 5324, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 10.1, 'double_pull': 10.1, 'single_two': 4.5, 'single_one': 4.2, 'single_center': 5.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.45, 'strikeout': 12.9, 'lineout': 6.8, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 5.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 18.4, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.39669, 'slap_rate': 0.33058, 'avg': 0.37963, 'obp': 0.52269, 'slg': 0.56481, 'player_id': 11516}, {'battingcard_id': 5165, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 4.0, 'walk': 14.0, 'strikeout': 15.0, 'lineout': 3.6, 'popout': 8.25, 'flyout_a': 0.0, 'flyout_bq': 16.0, 'flyout_lf_b': 2.7, 'flyout_rf_b': 2.7, 'groundout_a': 1.4, 'groundout_b': 26.25, 'groundout_c': 0.0, 'pull_rate': 0.20588, 'center_rate': 0.58824, 'slap_rate': 0.20588, 'avg': 0.13056, 'obp': 0.29722, 'slg': 0.16667, 'player_id': 11216}, {'battingcard_id': 5165, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 11.85, 'strikeout': 11.75, 'lineout': 12.55, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 8.15, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 15.7, 'groundout_b': 15.75, 'groundout_c': 0.0, 'pull_rate': 0.15934, 'center_rate': 0.10989, 'slap_rate': 0.73077, 'avg': 0.25972, 'obp': 0.38796, 'slg': 0.32454, 'player_id': 11216}, {'battingcard_id': 5197, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 3.2, 'single_one': 0.0, 'single_center': 5.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 15.25, 'strikeout': 16.05, 'lineout': 1.05, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 13.5, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 1.4, 'groundout_b': 25.25, 'groundout_c': 0.0, 'pull_rate': 0.31818, 'center_rate': 0.36364, 'slap_rate': 0.31818, 'avg': 0.23426, 'obp': 0.37546, 'slg': 0.3463, 'player_id': 11299}, {'battingcard_id': 5197, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 3.2, 'single_two': 3.3, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 4.8, 'strikeout': 18.3, 'lineout': 1.5, 'popout': 13.6, 'flyout_a': 0.0, 'flyout_bq': 15.4, 'flyout_lf_b': 2.2, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 22.7, 'groundout_c': 0.0, 'pull_rate': 0.29508, 'center_rate': 0.2623, 'slap_rate': 0.44262, 'avg': 0.19722, 'obp': 0.28796, 'slg': 0.21667, 'player_id': 11299}, {'battingcard_id': 5301, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.4, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.75, 'strikeout': 56.35, 'lineout': 1.6, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 6.25, 'flyout_lf_b': 0, 'flyout_rf_b': 2.1, 'groundout_a': 0.0, 'groundout_b': 31.55, 'groundout_c': 0.0, 'pull_rate': 0.37778, 'center_rate': 0.57778, 'slap_rate': 0.04444, 'avg': 0.06852, 'obp': 0.09398, 'slg': 0.02315, 'player_id': 11481}, {'battingcard_id': 5301, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 0.0, 'triple': 6.6, 'double_three': 0.0, 'double_two': 5.85, 'double_pull': 5.85, 'single_two': 4.75, 'single_one': 6.95, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 11.85, 'strikeout': 23.05, 'lineout': 0, 'popout': 8.15, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 2.2, 'flyout_rf_b': 0, 'groundout_a': 1.5, 'groundout_b': 13.7, 'groundout_c': 0.0, 'pull_rate': 0.26184, 'center_rate': 0.1, 'slap_rate': 0.63816, 'avg': 0.35602, 'obp': 0.46574, 'slg': 0.57222, 'player_id': 11481}, {'battingcard_id': 5311, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 12.0, 'strikeout': 16.9, 'lineout': 4.2, 'popout': 11.55, 'flyout_a': 0.0, 'flyout_bq': 14.5, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 5.85, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.2381, 'center_rate': 0.52381, 'slap_rate': 0.23809, 'avg': 0.1375, 'obp': 0.24861, 'slg': 0.09722, 'player_id': 11494}, {'battingcard_id': 5311, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 1.25, 'double_three': 0.0, 'double_two': 5.7, 'double_pull': 5.7, 'single_two': 4.75, 'single_one': 6.85, 'single_center': 2.4, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 7.2, 'strikeout': 15.3, 'lineout': 3.25, 'popout': 6.05, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 37.15, 'groundout_c': 0.0, 'pull_rate': 0.40828, 'center_rate': 0.1, 'slap_rate': 0.49172, 'avg': 0.29306, 'obp': 0.37824, 'slg': 0.37917, 'player_id': 11494}, {'battingcard_id': 5021, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.4, 'double_pull': 2.4, 'single_two': 2.7, 'single_one': 4.2, 'single_center': 1.1, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.65, 'strikeout': 5.95, 'lineout': 1.2, 'popout': 9.55, 'flyout_a': 0.0, 'flyout_bq': 13.4, 'flyout_lf_b': 2.25, 'flyout_rf_b': 2.25, 'groundout_a': 8.6, 'groundout_b': 34.3, 'groundout_c': 0.0, 'pull_rate': 0.2378, 'center_rate': 0.52439, 'slap_rate': 0.23781, 'avg': 0.20231, 'obp': 0.28241, 'slg': 0.26667, 'player_id': 10783}, {'battingcard_id': 5021, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.5, 'double_pull': 3.6, 'single_two': 2.8, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.6, 'lineout': 3.25, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 10.25, 'flyout_lf_b': 1.4, 'flyout_rf_b': 2.1, 'groundout_a': 32.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2551, 'center_rate': 0.29252, 'slap_rate': 0.45238, 'avg': 0.22731, 'obp': 0.26667, 'slg': 0.31204, 'player_id': 10783}, {'battingcard_id': 5355, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.9, 'double_pull': 6.95, 'single_two': 2.2, 'single_one': 0, 'single_center': 4.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 29.1, 'lineout': 23.1, 'popout': 1.2, 'flyout_a': 0.0, 'flyout_bq': 14.1, 'flyout_lf_b': 2.4, 'flyout_rf_b': 2.4, 'groundout_a': 0.0, 'groundout_b': 10.45, 'groundout_c': 0.0, 'pull_rate': 0.2551, 'center_rate': 0.4898, 'slap_rate': 0.2551, 'avg': 0.2338, 'obp': 0.2338, 'slg': 0.35833, 'player_id': 11561}, {'battingcard_id': 5355, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.95, 'double_pull': 1.95, 'single_two': 4.5, 'single_one': 6.4, 'single_center': 2.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 13.5, 'strikeout': 14.7, 'lineout': 0, 'popout': 11.15, 'flyout_a': 0.0, 'flyout_bq': 3.8, 'flyout_lf_b': 0, 'flyout_rf_b': 1.35, 'groundout_a': 33.5, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.22989, 'center_rate': 0.18391, 'slap_rate': 0.5862, 'avg': 0.22222, 'obp': 0.40278, 'slg': 0.23611, 'player_id': 11561}, {'battingcard_id': 5325, 'vs_hand': 'L', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 1.1, 'double_three': 0.0, 'double_two': 9.35, 'double_pull': 9.35, 'single_two': 4.2, 'single_one': 3.6, 'single_center': 4.25, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.5, 'strikeout': 4.2, 'lineout': 12.15, 'popout': 9.95, 'flyout_a': 0.0, 'flyout_bq': 9.25, 'flyout_lf_b': 1.6, 'flyout_rf_b': 1.5, 'groundout_a': 27.0, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.19565, 'center_rate': 0.6087, 'slap_rate': 0.19565, 'avg': 0.35046, 'obp': 0.39213, 'slg': 0.53565, 'player_id': 11517}, {'battingcard_id': 5325, 'vs_hand': 'R', 'homerun': 0, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 8.6, 'double_pull': 8.65, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 0, 'walk': 8.05, 'strikeout': 11.75, 'lineout': 3.25, 'popout': 4.75, 'flyout_a': 0.0, 'flyout_bq': 16.2, 'flyout_lf_b': 2.75, 'flyout_rf_b': 2.7, 'groundout_a': 32.1, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.34672, 'center_rate': 0.30657, 'slap_rate': 0.34671, 'avg': 0.24491, 'obp': 0.31944, 'slg': 0.36019, 'player_id': 11517}, {'battingcard_id': 5198, 'vs_hand': 'L', 'homerun': 7.75, 'bp_homerun': 5.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 9.75, 'single_one': 3.75, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 9.45, 'strikeout': 1.2, 'lineout': 0, 'popout': 6.0, 'flyout_a': 1.0, 'flyout_bq': 13.55, 'flyout_lf_b': 3.6, 'flyout_rf_b': 3.5, 'groundout_a': 0, 'groundout_b': 34.1, 'groundout_c': 0.0, 'pull_rate': 0.27168, 'center_rate': 0.45665, 'slap_rate': 0.27167, 'avg': 0.32963, 'obp': 0.41713, 'slg': 0.64028, 'player_id': 11300}, {'battingcard_id': 5198, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.2, 'double_pull': 2.5, 'single_two': 4.2, 'single_one': 6.1, 'single_center': 2.1, 'bp_single': 5.0, 'hbp': 7.0, 'walk': 7.25, 'strikeout': 15.85, 'lineout': 9.45, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 15.85, 'flyout_lf_b': 2.5, 'flyout_rf_b': 2.75, 'groundout_a': 20.55, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.2129, 'center_rate': 0.50968, 'slap_rate': 0.27742, 'avg': 0.23287, 'obp': 0.36481, 'slg': 0.2963, 'player_id': 11300}, {'battingcard_id': 5077, 'vs_hand': 'L', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.95, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.35, 'bp_single': 5.0, 'hbp': 0, 'walk': 18.15, 'strikeout': 22.05, 'lineout': 1.35, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 12.7, 'flyout_lf_b': 2.2, 'flyout_rf_b': 2.1, 'groundout_a': 1.4, 'groundout_b': 26.85, 'groundout_c': 0.0, 'pull_rate': 0.27612, 'center_rate': 0.44776, 'slap_rate': 0.27612, 'avg': 0.1787, 'obp': 0.34676, 'slg': 0.18102, 'player_id': 10988}, {'battingcard_id': 5077, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.3, 'double_pull': 7.35, 'single_two': 3.9, 'single_one': 2.4, 'single_center': 5.4, 'bp_single': 5.0, 'hbp': 1.0, 'walk': 4.75, 'strikeout': 23.1, 'lineout': 8.4, 'popout': 3.75, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 22.1, 'groundout_c': 0.0, 'pull_rate': 0.24, 'center_rate': 0.48, 'slap_rate': 0.28, 'avg': 0.30926, 'obp': 0.3625, 'slg': 0.47315, 'player_id': 10988}, {'battingcard_id': 5105, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.25, 'single_one': 5.1, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 7.45, 'strikeout': 25.9, 'lineout': 11.8, 'popout': 2.2, 'flyout_a': 0.0, 'flyout_bq': 4.2, 'flyout_lf_b': 0, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 32.4, 'groundout_c': 0.0, 'pull_rate': 0.27273, 'center_rate': 0.45455, 'slap_rate': 0.27272, 'avg': 0.1375, 'obp': 0.28056, 'slg': 0.09722, 'player_id': 11069}, {'battingcard_id': 5105, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 2.2, 'double_pull': 2.1, 'single_two': 0, 'single_one': 0, 'single_center': 2.7, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 22.4, 'lineout': 5.7, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 10.2, 'flyout_lf_b': 2.8, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 49.2, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.16393, 'slap_rate': 0.73607, 'avg': 0.11111, 'obp': 0.16389, 'slg': 0.12963, 'player_id': 11069}, {'battingcard_id': 5181, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.5, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.9, 'strikeout': 10.1, 'lineout': 4.8, 'popout': 1.65, 'flyout_a': 0.0, 'flyout_bq': 24.0, 'flyout_lf_b': 4.2, 'flyout_rf_b': 3.8, 'groundout_a': 1.35, 'groundout_b': 24.25, 'groundout_c': 0.0, 'pull_rate': 0.28571, 'center_rate': 0.42857, 'slap_rate': 0.28572, 'avg': 0.14769, 'obp': 0.31343, 'slg': 0.10648, 'player_id': 11256}, {'battingcard_id': 5181, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.1, 'double_pull': 7.1, 'single_two': 7.1, 'single_one': 6.4, 'single_center': 7.8, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 4.75, 'strikeout': 12.55, 'lineout': 8.85, 'popout': 8.85, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.1, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 17.65, 'groundout_c': 0.0, 'pull_rate': 0.21739, 'center_rate': 0.26087, 'slap_rate': 0.52174, 'avg': 0.375, 'obp': 0.44676, 'slg': 0.48981, 'player_id': 11256}, {'battingcard_id': 5356, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.75, 'double_pull': 1.75, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 0.0, 'hbp': 0, 'walk': 3.3, 'strikeout': 12.9, 'lineout': 0, 'popout': 6.3, 'flyout_a': 0.0, 'flyout_bq': 53.35, 'flyout_lf_b': 9.35, 'flyout_rf_b': 8.45, 'groundout_a': 0, 'groundout_b': 6.25, 'groundout_c': 0.0, 'pull_rate': 0.1, 'center_rate': 0.75, 'slap_rate': 0.15, 'avg': 0.075, 'obp': 0.10556, 'slg': 0.07593, 'player_id': 11562}, {'battingcard_id': 5356, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 0, 'double_three': 0.0, 'double_two': 4.75, 'double_pull': 4.75, 'single_two': 2.2, 'single_one': 2.5, 'single_center': 1.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.25, 'strikeout': 11.1, 'lineout': 4.75, 'popout': 8.2, 'flyout_a': 0.0, 'flyout_bq': 21.5, 'flyout_lf_b': 5.7, 'flyout_rf_b': 1.5, 'groundout_a': 30.15, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.17327, 'center_rate': 0.1, 'slap_rate': 0.72673, 'avg': 0.21157, 'obp': 0.23241, 'slg': 0.31204, 'player_id': 11562}, {'battingcard_id': 5312, 'vs_hand': 'L', 'homerun': 20.6, 'bp_homerun': 13.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.5, 'double_pull': 4.5, 'single_two': 14.25, 'single_one': 5.4, 'single_center': 1.75, 'bp_single': 5.0, 'hbp': 0, 'walk': 2.4, 'strikeout': 5.85, 'lineout': 9.1, 'popout': 0, 'flyout_a': 1.0, 'flyout_bq': 0.0, 'flyout_lf_b': 1.2, 'flyout_rf_b': 1.2, 'groundout_a': 0, 'groundout_b': 21.25, 'groundout_c': 0.0, 'pull_rate': 0.30612, 'center_rate': 0.38776, 'slap_rate': 0.30612, 'avg': 0.61111, 'obp': 0.63333, 'slg': 1.3625, 'player_id': 11495}, {'battingcard_id': 5312, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 5.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 4.25, 'double_pull': 4.25, 'single_two': 2.25, 'single_one': 3.3, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 16.4, 'lineout': 4.5, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 12.25, 'flyout_lf_b': 2.2, 'flyout_rf_b': 1.9, 'groundout_a': 0, 'groundout_b': 41.25, 'groundout_c': 0.0, 'pull_rate': 0.22727, 'center_rate': 0.57576, 'slap_rate': 0.19697, 'avg': 0.24352, 'obp': 0.24352, 'slg': 0.36481, 'player_id': 11495}, {'battingcard_id': 5357, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 9.3, 'double_pull': 9.35, 'single_two': 7.65, 'single_one': 11.5, 'single_center': 3.8, 'bp_single': 5.0, 'hbp': 0, 'walk': 0, 'strikeout': 1.5, 'lineout': 10.1, 'popout': 12.3, 'flyout_a': 0.0, 'flyout_bq': 11.25, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.9, 'groundout_a': 22.45, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.25676, 'center_rate': 0.48649, 'slap_rate': 0.25675, 'avg': 0.43148, 'obp': 0.43148, 'slg': 0.54444, 'player_id': 11563}, {'battingcard_id': 5357, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 3.4, 'single_center': 1.2, 'bp_single': 5.0, 'hbp': 0, 'walk': 5.7, 'strikeout': 10.55, 'lineout': 0, 'popout': 9.85, 'flyout_a': 0.0, 'flyout_bq': 12.35, 'flyout_lf_b': 2.4, 'flyout_rf_b': 1.7, 'groundout_a': 36.3, 'groundout_b': 19.55, 'groundout_c': 0.0, 'pull_rate': 0.2243, 'center_rate': 0.6729, 'slap_rate': 0.1028, 'avg': 0.08889, 'obp': 0.14167, 'slg': 0.03426, 'player_id': 11563}, {'battingcard_id': 5199, 'vs_hand': 'L', 'homerun': 6.9, 'bp_homerun': 4.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 3.8, 'single_one': 0.0, 'single_center': 7.6, 'bp_single': 5.0, 'hbp': 0, 'walk': 24.7, 'strikeout': 3.75, 'lineout': 1.2, 'popout': 10.55, 'flyout_a': 0.0, 'flyout_bq': 9.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 1.65, 'groundout_a': 0.0, 'groundout_b': 27.4, 'groundout_c': 0.0, 'pull_rate': 0.25, 'center_rate': 0.5, 'slap_rate': 0.25, 'avg': 0.25278, 'obp': 0.48148, 'slg': 0.49352, 'player_id': 11301}, {'battingcard_id': 5199, 'vs_hand': 'R', 'homerun': 1.5, 'bp_homerun': 1.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.8, 'double_pull': 3.9, 'single_two': 0, 'single_one': 2.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 9.25, 'strikeout': 21.9, 'lineout': 2.75, 'popout': 5.1, 'flyout_a': 0.0, 'flyout_bq': 4.5, 'flyout_lf_b': 0, 'flyout_rf_b': 1.25, 'groundout_a': 4.5, 'groundout_b': 39.35, 'groundout_c': 0.0, 'pull_rate': 0.22857, 'center_rate': 0.17143, 'slap_rate': 0.6, 'avg': 0.16111, 'obp': 0.26528, 'slg': 0.23796, 'player_id': 11301}, {'battingcard_id': 5182, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.3, 'double_pull': 6.3, 'single_two': 3.5, 'single_one': 5.4, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 5.85, 'strikeout': 19.7, 'lineout': 10.65, 'popout': 1.9, 'flyout_a': 0.0, 'flyout_bq': 11.55, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.95, 'groundout_a': 0.0, 'groundout_b': 23.35, 'groundout_c': 0.0, 'pull_rate': 0.2449, 'center_rate': 0.5102, 'slap_rate': 0.2449, 'avg': 0.26065, 'obp': 0.34259, 'slg': 0.33657, 'player_id': 11257}, {'battingcard_id': 5182, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 4.25, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.8, 'single_two': 0, 'single_one': 3.2, 'single_center': 0, 'bp_single': 5.0, 'hbp': 2.0, 'walk': 12.95, 'strikeout': 23.0, 'lineout': 5.1, 'popout': 4.8, 'flyout_a': 0.0, 'flyout_bq': 18.7, 'flyout_lf_b': 3.3, 'flyout_rf_b': 3.2, 'groundout_a': 0, 'groundout_b': 14.8, 'groundout_c': 0.0, 'pull_rate': 0.17143, 'center_rate': 0.71429, 'slap_rate': 0.11428, 'avg': 0.18657, 'obp': 0.325, 'slg': 0.28565, 'player_id': 11257}, {'battingcard_id': 5106, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.55, 'single_center': 0, 'bp_single': 0.0, 'hbp': 0, 'walk': 9.5, 'strikeout': 21.65, 'lineout': 5.1, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 19.5, 'flyout_lf_b': 3.25, 'flyout_rf_b': 3.25, 'groundout_a': 2.2, 'groundout_b': 41.0, 'groundout_c': 0.0, 'pull_rate': 0.25806, 'center_rate': 0.48387, 'slap_rate': 0.25807, 'avg': 0.02361, 'obp': 0.11157, 'slg': 0.0, 'player_id': 11070}, {'battingcard_id': 5106, 'vs_hand': 'R', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 6.6, 'double_pull': 6.55, 'single_two': 3.75, 'single_one': 5.7, 'single_center': 1.65, 'bp_single': 5.0, 'hbp': 0, 'walk': 6.25, 'strikeout': 12.1, 'lineout': 1.95, 'popout': 7.7, 'flyout_a': 0.0, 'flyout_bq': 9.1, 'flyout_lf_b': 1.9, 'flyout_rf_b': 1.2, 'groundout_a': 0.0, 'groundout_b': 38.55, 'groundout_c': 0.0, 'pull_rate': 0.25424, 'center_rate': 0.25424, 'slap_rate': 0.49152, 'avg': 0.27083, 'obp': 0.3287, 'slg': 0.35231, 'player_id': 11070}, {'battingcard_id': 5022, 'vs_hand': 'L', 'homerun': 1.2, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 3.9, 'double_pull': 3.9, 'single_two': 0, 'single_one': 0, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.2, 'strikeout': 15.05, 'lineout': 3.75, 'popout': 5.7, 'flyout_a': 0.0, 'flyout_bq': 8.6, 'flyout_lf_b': 1.4, 'flyout_rf_b': 1.5, 'groundout_a': 25.5, 'groundout_b': 10.9, 'groundout_c': 0.0, 'pull_rate': 0.27586, 'center_rate': 0.44828, 'slap_rate': 0.27586, 'avg': 0.17037, 'obp': 0.32963, 'slg': 0.28056, 'player_id': 10784}, {'battingcard_id': 5022, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 2.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 7.0, 'double_pull': 7.05, 'single_two': 3.9, 'single_one': 5.8, 'single_center': 1.9, 'bp_single': 5.0, 'hbp': 5.0, 'walk': 3.9, 'strikeout': 14.55, 'lineout': 12.1, 'popout': 3.2, 'flyout_a': 0.0, 'flyout_bq': 5.75, 'flyout_lf_b': 0, 'flyout_rf_b': 1.9, 'groundout_a': 7.0, 'groundout_b': 20.9, 'groundout_c': 0.0, 'pull_rate': 0.22881, 'center_rate': 0.33051, 'slap_rate': 0.44068, 'avg': 0.31204, 'obp': 0.39444, 'slg': 0.44815, 'player_id': 10784}, {'battingcard_id': 5137, 'vs_hand': 'L', 'homerun': 2.7, 'bp_homerun': 8.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 6.6, 'single_one': 9.85, 'single_center': 3.3, 'bp_single': 5.0, 'hbp': 0, 'walk': 17.05, 'strikeout': 16.1, 'lineout': 1.7, 'popout': 5.4, 'flyout_a': 0.0, 'flyout_bq': 8.85, 'flyout_lf_b': 1.5, 'flyout_rf_b': 1.5, 'groundout_a': 0.0, 'groundout_b': 20.45, 'groundout_c': 0.0, 'pull_rate': 0.23529, 'center_rate': 0.52941, 'slap_rate': 0.2353, 'avg': 0.32824, 'obp': 0.48611, 'slg': 0.42407, 'player_id': 11139}, {'battingcard_id': 5137, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.9, 'double_pull': 1.9, 'single_two': 4.2, 'single_one': 5.95, 'single_center': 1.95, 'bp_single': 5.0, 'hbp': 0, 'walk': 7.0, 'strikeout': 19.95, 'lineout': 13.05, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 12.65, 'flyout_lf_b': 2.7, 'flyout_rf_b': 1.5, 'groundout_a': 2.7, 'groundout_b': 23.5, 'groundout_c': 0.0, 'pull_rate': 0.23881, 'center_rate': 0.26866, 'slap_rate': 0.49253, 'avg': 0.23102, 'obp': 0.29583, 'slg': 0.2838, 'player_id': 11139}, {'battingcard_id': 5166, 'vs_hand': 'L', 'homerun': 0.0, 'bp_homerun': 0.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 0.0, 'double_pull': 0, 'single_two': 0, 'single_one': 2.75, 'single_center': 0, 'bp_single': 5.0, 'hbp': 3.0, 'walk': 6.2, 'strikeout': 26.5, 'lineout': 4.2, 'popout': 2.1, 'flyout_a': 0.0, 'flyout_bq': 2.5, 'flyout_lf_b': 0, 'flyout_rf_b': 0, 'groundout_a': 0, 'groundout_b': 55.75, 'groundout_c': 0.0, 'pull_rate': 0.21429, 'center_rate': 0.57143, 'slap_rate': 0.21428, 'avg': 0.07176, 'obp': 0.15694, 'slg': 0.02315, 'player_id': 11217}, {'battingcard_id': 5166, 'vs_hand': 'R', 'homerun': 1.05, 'bp_homerun': 1.0, 'triple': 2.1, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.9, 'single_two': 2.75, 'single_one': 4.2, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 0, 'walk': 4.25, 'strikeout': 24.25, 'lineout': 0, 'popout': 11.65, 'flyout_a': 0.0, 'flyout_bq': 15.8, 'flyout_lf_b': 1.65, 'flyout_rf_b': 3.75, 'groundout_a': 27.25, 'groundout_b': 0.0, 'groundout_c': 0.0, 'pull_rate': 0.13445, 'center_rate': 0.33613, 'slap_rate': 0.52942, 'avg': 0.17963, 'obp': 0.21898, 'slg': 0.20278, 'player_id': 11217}, {'battingcard_id': 5200, 'vs_hand': 'L', 'homerun': 8.05, 'bp_homerun': 5.0, 'triple': 1.65, 'double_three': 0.0, 'double_two': 0, 'double_pull': 1.5, 'single_two': 12.9, 'single_one': 5.1, 'single_center': 1.4, 'bp_single': 5.0, 'hbp': 8.0, 'walk': 3.2, 'strikeout': 20.65, 'lineout': 0, 'popout': 4.8, 'flyout_a': 1.0, 'flyout_bq': 1.6, 'flyout_lf_b': 0, 'flyout_rf_b': 1.05, 'groundout_a': 0, 'groundout_b': 27.1, 'groundout_c': 0.0, 'pull_rate': 0.33333, 'center_rate': 0.33333, 'slap_rate': 0.33334, 'avg': 0.37593, 'obp': 0.47963, 'slg': 0.71157, 'player_id': 11302}, {'battingcard_id': 5200, 'vs_hand': 'R', 'homerun': 1.25, 'bp_homerun': 3.0, 'triple': 0.0, 'double_three': 0.0, 'double_two': 1.4, 'double_pull': 1.4, 'single_two': 5.7, 'single_one': 8.55, 'single_center': 3.2, 'bp_single': 5.0, 'hbp': 6.0, 'walk': 5.1, 'strikeout': 29.25, 'lineout': 16.3, 'popout': 0, 'flyout_a': 0.0, 'flyout_bq': 7.15, 'flyout_lf_b': 0, 'flyout_rf_b': 2.4, 'groundout_a': 0, 'groundout_b': 12.3, 'groundout_c': 0.0, 'pull_rate': 0.21053, 'center_rate': 0.32105, 'slap_rate': 0.46842, 'avg': 0.27315, 'obp': 0.37593, 'slg': 0.31204, 'player_id': 11302}]} type: 2025-02-16 17:11:07,454 - card_creation - INFO - return: Updated ratings: 762; new ratings: 0 2025-02-16 17:11:07,484 - card_creation - INFO - post: cardpositions payload: {'positions': [{'position': '2B', 'innings': 1293.0, 'range': 5.0, 'error': 13.0, 'player_id': 10633, 'p_name': 'Chuck Knoblauch', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10633/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 609, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1ab36543_sabr.jpg', 'fangr_id': '609', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3699, 'first_name': 'Chuck', 'last_name': 'Knoblauch', 'key_fangraphs': 609, 'key_bbref': 'knoblch01', 'key_retro': 'knobc001', 'key_mlbam': 117197, 'offense_col': 1}}, {'position': 'SS', 'innings': 1304.2, 'range': 2.0, 'error': 10.0, 'player_id': 10938, 'p_name': 'Derek Jeter', 'cost': 289, 'image': 'https://pddev.manticorum.com/api/v2/players/10938/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 826, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c43ad285_mlbam.jpg', 'fangr_id': '826', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2149, 'first_name': 'Derek', 'last_name': 'Jeter', 'key_fangraphs': 826, 'key_bbref': 'jeterde01', 'key_retro': 'jeted001', 'key_mlbam': 116539, 'offense_col': 2}}, {'position': 'RF', 'innings': 1298.2, 'range': 1.0, 'error': 3.0, 'arm': -3.0, 'player_id': 10634, 'p_name': 'Paul ONeill', 'cost': 267, 'image': 'https://pddev.manticorum.com/api/v2/players/10634/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009818, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0e6a247_sabr.jpg', 'fangr_id': '1009818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3700, 'first_name': 'Paul', 'last_name': 'ONeill', 'key_fangraphs': 1009818, 'key_bbref': "o'neipa01", 'key_retro': 'oneip001', 'key_mlbam': 120028, 'offense_col': 1}}, {'position': 'CF', 'innings': 1095.1, 'range': 5.0, 'error': 2.0, 'arm': 4.0, 'player_id': 10635, 'p_name': 'Bernie Williams', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10635/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 857, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ac2e57_sabr.jpg', 'fangr_id': '857', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3701, 'first_name': 'Bernie', 'last_name': 'Williams', 'key_fangraphs': 857, 'key_bbref': 'willibe02', 'key_retro': 'willb002', 'key_mlbam': 124288, 'offense_col': 1}}, {'position': '1B', 'innings': 503.2, 'range': 3.0, 'error': 5.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'LF', 'innings': 573.1, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'CF', 'innings': 26.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 10636, 'p_name': 'Darin Erstad', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10636/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 11, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/25a3ae80_sabr.jpg', 'fangr_id': '11', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2582, 'first_name': 'Darin', 'last_name': 'Erstad', 'key_fangraphs': 11, 'key_bbref': 'erstada01', 'key_retro': 'erstd001', 'key_mlbam': 113889, 'offense_col': 3}}, {'position': 'CF', 'innings': 1312.2, 'range': 4.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10637, 'p_name': 'Jim Edmonds', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10637/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1153, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecb7893c_br.jpg', 'fangr_id': '1153', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2675, 'first_name': 'Jim', 'last_name': 'Edmonds', 'key_fangraphs': 1153, 'key_bbref': 'edmonji01', 'key_retro': 'edmoj001', 'key_mlbam': 113744, 'offense_col': 2}}, {'position': '1B', 'innings': 48.0, 'range': 3.0, 'error': 26.0, 'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}}, {'position': '3B', 'innings': 746.2, 'range': 5.0, 'error': 35.0, 'player_id': 10638, 'p_name': 'Dave Hollins', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10638/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1391, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d68b2f4_sabr.jpg', 'fangr_id': '1391', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3702, 'first_name': 'Dave', 'last_name': 'Hollins', 'key_fangraphs': 1391, 'key_bbref': 'hollida01', 'key_retro': 'holld001', 'key_mlbam': 116083, 'offense_col': 2}}, {'position': 'RF', 'innings': 162.2, 'range': 4.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10639, 'p_name': 'Tim Salmon', 'cost': 279, 'image': 'https://pddev.manticorum.com/api/v2/players/10639/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 32, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/379a60c8_sabr.jpg', 'fangr_id': '32', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3703, 'first_name': 'Tim', 'last_name': 'Salmon', 'key_fangraphs': 32, 'key_bbref': 'salmoti01', 'key_retro': 'salmt001', 'key_mlbam': 121640, 'offense_col': 2}}, {'position': '1B', 'innings': 633.1, 'range': 5.0, 'error': 6.0, 'player_id': 10640, 'p_name': 'Cecil Fielder', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10640/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004026, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/ddcbada9_sabr.jpg', 'fangr_id': '1004026', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3704, 'first_name': 'Cecil', 'last_name': 'Fielder', 'key_fangraphs': 1004026, 'key_bbref': 'fieldce01', 'key_retro': 'fielc001', 'key_mlbam': 114106, 'offense_col': 2}}, {'position': 'LF', 'innings': 303.0, 'range': 4.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}}, {'position': 'RF', 'innings': 1050.1, 'range': 5.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10641, 'p_name': 'Garret Anderson', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10641/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 2, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b76e2fb_sabr.jpg', 'fangr_id': '2', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2625, 'first_name': 'Garret', 'last_name': 'Anderson', 'key_fangraphs': 2, 'key_bbref': 'anderga01', 'key_retro': 'andeg001', 'key_mlbam': 110236, 'offense_col': 2}}, {'position': '1B', 'innings': 1215.1, 'range': 2.0, 'error': 10.0, 'player_id': 10642, 'p_name': 'Tino Martinez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10642/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1168, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/215289ac_sabr.jpg', 'fangr_id': '1168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3705, 'first_name': 'Tino', 'last_name': 'Martinez', 'key_fangraphs': 1168, 'key_bbref': 'martiti02', 'key_retro': 'martt002', 'key_mlbam': 118362, 'offense_col': 2}}, {'position': 'LF', 'innings': 759.0, 'range': 2.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': 'CF', 'innings': 348.1, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': 'RF', 'innings': 58.0, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'player_id': 10939, 'p_name': 'Chad Curtis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10939/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002898, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a196775d_sabr.jpg', 'fangr_id': '1002898', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3940, 'first_name': 'Chad', 'last_name': 'Curtis', 'key_fangraphs': 1002898, 'key_bbref': 'curtich01', 'key_retro': 'curtc001', 'key_mlbam': 112963, 'offense_col': 2}}, {'position': '1B', 'innings': 13.0, 'range': 3.0, 'error': 0.0, 'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}}, {'position': '3B', 'innings': 1312.2, 'range': 1.0, 'error': 26.0, 'player_id': 10940, 'p_name': 'Scott Brosius', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10940/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001477, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f9fc20ca_sabr.jpg', 'fangr_id': '1001477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3941, 'first_name': 'Scott', 'last_name': 'Brosius', 'key_fangraphs': 1001477, 'key_bbref': 'brosisc01', 'key_retro': 'bross001', 'key_mlbam': 111515, 'offense_col': 2}}, {'position': '2B', 'innings': 394.0, 'range': 1.0, 'error': 12.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': '3B', 'innings': 26.1, 'range': 3.0, 'error': 0.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': 'SS', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'player_id': 10643, 'p_name': 'Norberto Martin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10643/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008185, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb105311_sabr.jpg', 'fangr_id': '1008185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3706, 'first_name': 'Norberto', 'last_name': 'Martin', 'key_fangraphs': 1008185, 'key_bbref': 'martino01', 'key_retro': 'martn001', 'key_mlbam': 118348, 'offense_col': 2}}, {'position': 'C', 'innings': 831.1, 'range': 4.0, 'error': 4.0, 'arm': -1.0, 'pb': 9.0, 'overthrow': 9.0, 'player_id': 11242, 'p_name': 'Matt Walbeck', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11242/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 501, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9265fa6c_sabr.jpg', 'fangr_id': '501', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4196, 'first_name': 'Matt', 'last_name': 'Walbeck', 'key_fangraphs': 501, 'key_bbref': 'walbema01', 'key_retro': 'walbm001', 'key_mlbam': 123803, 'offense_col': 1}}, {'position': 'SS', 'innings': 1370.2, 'range': 1.0, 'error': 14.0, 'player_id': 10644, 'p_name': 'Gary Disarcina', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10644/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78315ff2_sabr.jpg', 'fangr_id': '1003322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3707, 'first_name': 'Gary', 'last_name': 'Disarcina', 'key_fangraphs': 1003322, 'key_bbref': 'disarga01', 'key_retro': 'disag001', 'key_mlbam': 113387, 'offense_col': 2}}, {'position': 'C', 'innings': 655.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'pb': 7.0, 'overthrow': 5.0, 'player_id': 11446, 'p_name': 'Joe Girardi', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11446/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 280, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '280', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4247, 'first_name': 'Joe', 'last_name': 'Girardi', 'key_fangraphs': 280, 'key_bbref': 'girarjo01', 'key_retro': 'giraj001', 'key_mlbam': 114833, 'offense_col': 3}}, {'position': 'LF', 'innings': 353.0, 'range': 5.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10941, 'p_name': 'Tim Raines', 'cost': 661, 'image': 'https://pddev.manticorum.com/api/v2/players/10941/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1406, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6fb1015c_sabr.jpg', 'fangr_id': '1406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3942, 'first_name': 'Tim', 'last_name': 'Raines', 'key_fangraphs': 1406, 'key_bbref': 'raineti01', 'key_retro': 'raint001', 'key_mlbam': 120891, 'offense_col': 2}}, {'position': 'LF', 'innings': 98.1, 'range': 4.0, 'error': 23.0, 'arm': 1.0, 'player_id': 11290, 'p_name': 'Darryl Strawberry', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/11290/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012606, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/a/a75750fb_sabr.jpg', 'fangr_id': '1012606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4230, 'first_name': 'Darryl', 'last_name': 'Strawberry', 'key_fangraphs': 1012606, 'key_bbref': 'strawda01', 'key_retro': 'strad001', 'key_mlbam': 122864, 'offense_col': 3}}, {'position': 'C', 'innings': 555.2, 'range': 5.0, 'error': 5.0, 'arm': -1.0, 'pb': 20.0, 'overthrow': 11.0, 'player_id': 11111, 'p_name': 'Phil Nevin', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11111/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1049, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/029cd318_sabr.jpg', 'fangr_id': '1049', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4085, 'first_name': 'Phil', 'last_name': 'Nevin', 'key_fangraphs': 1049, 'key_bbref': 'nevinph01', 'key_retro': 'nevip001', 'key_mlbam': 119732, 'offense_col': 3}}, {'position': 'C', 'innings': 792.0, 'range': 1.0, 'error': 3.0, 'arm': -4.0, 'pb': 8.0, 'overthrow': 6.0, 'player_id': 11112, 'p_name': 'Jorge Posada', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11112/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 841, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/778e7db7_sabr.jpg', 'fangr_id': '841', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2692, 'first_name': 'Jorge', 'last_name': 'Posada', 'key_fangraphs': 841, 'key_bbref': 'posadjo01', 'key_retro': 'posaj001', 'key_mlbam': 120691, 'offense_col': 2}}, {'position': 'CF', 'innings': 1321.2, 'range': 1.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10645, 'p_name': 'Kenny Lofton', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10645/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 246, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0dddd15b_sabr.jpg', 'fangr_id': '246', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3708, 'first_name': 'Kenny', 'last_name': 'Lofton', 'key_fangraphs': 246, 'key_bbref': 'loftoke01', 'key_retro': 'loftk001', 'key_mlbam': 117863, 'offense_col': 1}}, {'position': 'SS', 'innings': 1316.0, 'range': 1.0, 'error': 4.0, 'player_id': 10646, 'p_name': 'Omar Vizquel', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10646/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 411, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e218d2ce_sabr.jpg', 'fangr_id': '411', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2302, 'first_name': 'Omar', 'last_name': 'Vizquel', 'key_fangraphs': 411, 'key_bbref': 'vizquom01', 'key_retro': 'vizqo001', 'key_mlbam': 123744, 'offense_col': 3}}, {'position': 'LF', 'innings': 149.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, {'position': 'RF', 'innings': 18.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10647, 'p_name': 'David Justice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10647/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 923, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/698c0ec0_sabr.jpg', 'fangr_id': '923', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3709, 'first_name': 'David', 'last_name': 'Justice', 'key_fangraphs': 923, 'key_bbref': 'justida01', 'key_retro': 'justd001', 'key_mlbam': 116798, 'offense_col': 1}}, {'position': 'RF', 'innings': 1318.2, 'range': 3.0, 'error': 5.0, 'arm': -4.0, 'player_id': 10648, 'p_name': 'Manny Ramirez', 'cost': 294, 'image': 'https://pddev.manticorum.com/api/v2/players/10648/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 210, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8d70b524_sabr.jpg', 'fangr_id': '210', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2732, 'first_name': 'Manny', 'last_name': 'Ramirez', 'key_fangraphs': 210, 'key_bbref': 'ramirma02', 'key_retro': 'ramim002', 'key_mlbam': 120903, 'offense_col': 3}}, {'position': '1B', 'innings': 1015.2, 'range': 5.0, 'error': 11.0, 'player_id': 10649, 'p_name': 'Jim Thome', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10649/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 409, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a2bb6366_sabr.jpg', 'fangr_id': '409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2283, 'first_name': 'Jim', 'last_name': 'Thome', 'key_fangraphs': 409, 'key_bbref': 'thomeji01', 'key_retro': 'thomj002', 'key_mlbam': 123272, 'offense_col': 3}}, {'position': '3B', 'innings': 1266.0, 'range': 5.0, 'error': 18.0, 'player_id': 10650, 'p_name': 'Travis Fryman', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10650/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 385, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9e12454d_sabr.jpg', 'fangr_id': '385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3710, 'first_name': 'Travis', 'last_name': 'Fryman', 'key_fangraphs': 385, 'key_bbref': 'frymatr01', 'key_retro': 'frymt001', 'key_mlbam': 114465, 'offense_col': 2}}, {'position': 'LF', 'innings': 792.0, 'range': 1.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}}, {'position': 'RF', 'innings': 41.0, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11485, 'p_name': 'Brian Giles', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11485/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 990, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '990', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2546, 'first_name': 'Brian', 'last_name': 'Giles', 'key_fangraphs': 990, 'key_bbref': 'gilesbr02', 'key_retro': 'gileb002', 'key_mlbam': 114789, 'offense_col': 2}}, {'position': 'C', 'innings': 399.1, 'range': 3.0, 'error': 12.0, 'arm': -1.0, 'pb': 10.0, 'overthrow': 20.0, 'player_id': 11486, 'p_name': 'Pat Borders', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11486/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1068, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '1068', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4282, 'first_name': 'Pat', 'last_name': 'Borders', 'key_fangraphs': 1068, 'key_bbref': 'bordepa01', 'key_retro': 'bordp001', 'key_mlbam': 111232, 'offense_col': 3}}, {'position': '2B', 'innings': 164.1, 'range': 4.0, 'error': 15.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'SS', 'innings': 102.1, 'range': 5.0, 'error': 40.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'LF', 'innings': 76.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'CF', 'innings': 40.2, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 10651, 'p_name': 'Shawon Dunston', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10651/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1401, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8afd4dae_sabr.jpg', 'fangr_id': '1401', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3711, 'first_name': 'Shawon', 'last_name': 'Dunston', 'key_fangraphs': 1401, 'key_bbref': 'dunstsh01', 'key_retro': 'dunss001', 'key_mlbam': 113645, 'offense_col': 2}}, {'position': 'LF', 'innings': 122.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11447, 'p_name': 'Geronimo Berroa', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11447/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000900, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'fangr_id': '1000900', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4248, 'first_name': 'Geronimo', 'last_name': 'Berroa', 'key_fangraphs': 1000900, 'key_bbref': 'berroge01', 'key_retro': 'berrg001', 'key_mlbam': 110928, 'offense_col': 3}}, {'position': '1B', 'innings': 27.0, 'range': 3.0, 'error': 30.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': '2B', 'innings': 69.0, 'range': 2.0, 'error': 0.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': '3B', 'innings': 222.0, 'range': 3.0, 'error': 18.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': 'SS', 'innings': 24.0, 'range': 3.0, 'error': 0.0, 'player_id': 11448, 'p_name': 'Craig Shipley', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11448/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011906, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'pos_4': 'SS', 'fangr_id': '1011906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4249, 'first_name': 'Craig', 'last_name': 'Shipley', 'key_fangraphs': 1011906, 'key_bbref': 'shiplcr01', 'key_retro': 'shipc001', 'key_mlbam': 122165, 'offense_col': 3}}, {'position': 'SS', 'innings': 1255.1, 'range': 1.0, 'error': 26.0, 'player_id': 10652, 'p_name': 'Nomar Garciaparra', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10652/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb90e442_sabr.jpg', 'fangr_id': '190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2758, 'first_name': 'Nomar', 'last_name': 'Garciaparra', 'key_fangraphs': 190, 'key_bbref': 'garcino01', 'key_retro': 'garcn001', 'key_mlbam': 114596, 'offense_col': 3}}, {'position': '3B', 'innings': 1325.0, 'range': 1.0, 'error': 17.0, 'player_id': 10653, 'p_name': 'John Valentin', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10653/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c809995f_sabr.jpg', 'fangr_id': '1375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3712, 'first_name': 'John', 'last_name': 'Valentin', 'key_fangraphs': 1375, 'key_bbref': 'valenjo02', 'key_retro': 'valej002', 'key_mlbam': 123608, 'offense_col': 2}}, {'position': '1B', 'innings': 1238.1, 'range': 2.0, 'error': 12.0, 'player_id': 10654, 'p_name': 'Mo Vaughn', 'cost': 286, 'image': 'https://pddev.manticorum.com/api/v2/players/10654/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 899, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eec4e783_davis.jpg', 'fangr_id': '899', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3713, 'first_name': 'Mo', 'last_name': 'Vaughn', 'key_fangraphs': 899, 'key_bbref': 'vaughmo01', 'key_retro': 'vaugm001', 'key_mlbam': 123678, 'offense_col': 1}}, {'position': '1B', 'innings': 142.2, 'range': 4.0, 'error': 8.0, 'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}}, {'position': 'C', 'innings': 171.1, 'range': 4.0, 'error': 6.0, 'arm': 2.0, 'pb': 5.0, 'overthrow': 12.0, 'player_id': 11199, 'p_name': 'Jim Leyritz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11199/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007590, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ac8c793_sabr.jpg', 'fangr_id': '1007590', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4159, 'first_name': 'Jim', 'last_name': 'Leyritz', 'key_fangraphs': 1007590, 'key_bbref': 'leyriji01', 'key_retro': 'leyrj001', 'key_mlbam': 117747, 'offense_col': 1}}, {'position': 'C', 'innings': 516.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'pb': 20.0, 'overthrow': 12.0, 'player_id': 11449, 'p_name': 'Jason Varitek', 'cost': 1281, 'image': 'https://pddev.manticorum.com/api/v2/players/11449/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 217, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'fangr_id': '217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2661, 'first_name': 'Jason', 'last_name': 'Varitek', 'key_fangraphs': 217, 'key_bbref': 'varitja01', 'key_retro': 'varij001', 'key_mlbam': 123660, 'offense_col': 3}}, {'position': 'CF', 'innings': 488.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11505, 'p_name': 'Damon Buford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11505/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001635, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'fangr_id': '1001635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4300, 'first_name': 'Damon', 'last_name': 'Buford', 'key_fangraphs': 1001635, 'key_bbref': 'buforda01', 'key_retro': 'bufod001', 'key_mlbam': 111673, 'offense_col': 3}}, {'position': '1B', 'innings': 42.2, 'range': 2.0, 'error': 0.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': '2B', 'innings': 635.2, 'range': 1.0, 'error': 3.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': '3B', 'innings': 61.0, 'range': 2.0, 'error': 0.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': 'SS', 'innings': 162.2, 'range': 2.0, 'error': 8.0, 'player_id': 11042, 'p_name': 'Mike Benjamin', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11042/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 981, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/85c1b632_sabr.jpg', 'fangr_id': '981', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4024, 'first_name': 'Mike', 'last_name': 'Benjamin', 'key_fangraphs': 981, 'key_bbref': 'benjami01', 'key_retro': 'benjm001', 'key_mlbam': 110862, 'offense_col': 2}}, {'position': 'LF', 'innings': 15.0, 'range': 3.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'CF', 'innings': 887.2, 'range': 2.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'RF', 'innings': 409.1, 'range': 4.0, 'error': 1.0, 'arm': 0.0, 'player_id': 10655, 'p_name': 'Darren Lewis', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10655/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 286, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6c0b01ce_sabr.jpg', 'fangr_id': '286', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3714, 'first_name': 'Darren', 'last_name': 'Lewis', 'key_fangraphs': 286, 'key_bbref': 'lewisda01', 'key_retro': 'lewid001', 'key_mlbam': 117731, 'offense_col': 3}}, {'position': 'LF', 'innings': 1342.0, 'range': 3.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10656, 'p_name': 'Troy OLeary', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10656/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 789, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0392a58a_sabr.jpg', 'fangr_id': '789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3715, 'first_name': 'Troy', 'last_name': 'OLeary', 'key_fangraphs': 789, 'key_bbref': "o'leatr01", 'key_retro': 'oleat001', 'key_mlbam': 119975, 'offense_col': 1}}, {'position': 'C', 'innings': 904.0, 'range': 4.0, 'error': 3.0, 'arm': -2.0, 'pb': 18.0, 'overthrow': 6.0, 'player_id': 10942, 'p_name': 'Scott Hatteberg', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10942/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 916, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/77cd7296_sabr.jpg', 'fangr_id': '916', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3943, 'first_name': 'Scott', 'last_name': 'Hatteberg', 'key_fangraphs': 916, 'key_bbref': 'hattesc01', 'key_retro': 'hatts001', 'key_mlbam': 115608, 'offense_col': 2}}, {'position': '1B', 'innings': 40.0, 'range': 3.0, 'error': 30.0, 'player_id': 11450, 'p_name': 'Reggie Jefferson', 'cost': 290, 'image': 'https://pddev.manticorum.com/api/v2/players/11450/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006381, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'fangr_id': '1006381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4250, 'first_name': 'Reggie', 'last_name': 'Jefferson', 'key_fangraphs': 1006381, 'key_bbref': 'jeffere01', 'key_retro': 'jeffr001', 'key_mlbam': 116515, 'offense_col': 3}}, {'position': 'LF', 'innings': 41.0, 'range': 3.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'CF', 'innings': 60.1, 'range': 2.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'RF', 'innings': 880.2, 'range': 1.0, 'error': 1.0, 'arm': -1.0, 'player_id': 11043, 'p_name': 'Darren Bragg', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/11043/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 83, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7e6394c0_sabr.jpg', 'fangr_id': '83', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4025, 'first_name': 'Darren', 'last_name': 'Bragg', 'key_fangraphs': 83, 'key_bbref': 'braggda01', 'key_retro': 'bragd001', 'key_mlbam': 111369, 'offense_col': 2}}, {'position': 'LF', 'innings': 434.1, 'range': 2.0, 'error': 2.0, 'arm': -3.0, 'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}}, {'position': 'CF', 'innings': 881.2, 'range': 4.0, 'error': 2.0, 'arm': -3.0, 'player_id': 10657, 'p_name': 'Quinton McCracken', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10657/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1377, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9869d73_sabr.jpg', 'fangr_id': '1377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3716, 'first_name': 'Quinton', 'last_name': 'McCracken', 'key_fangraphs': 1377, 'key_bbref': 'mccraqu01', 'key_retro': 'mccrq001', 'key_mlbam': 118609, 'offense_col': 1}}, {'position': 'RF', 'innings': 698.1, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 10658, 'p_name': 'Dave Martinez', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10658/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008160, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23ca4fce_sabr.jpg', 'fangr_id': '1008160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3717, 'first_name': 'Dave', 'last_name': 'Martinez', 'key_fangraphs': 1008160, 'key_bbref': 'martida01', 'key_retro': 'martd002', 'key_mlbam': 118363, 'offense_col': 1}}, {'position': '3B', 'innings': 639.1, 'range': 2.0, 'error': 13.0, 'player_id': 11113, 'p_name': 'Wade Boggs', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11113/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001124, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e083ea50_sabr.jpg', 'fangr_id': '1001124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4086, 'first_name': 'Wade', 'last_name': 'Boggs', 'key_fangraphs': 1001124, 'key_bbref': 'boggswa01', 'key_retro': 'boggw001', 'key_mlbam': 111153, 'offense_col': 1}}, {'position': '1B', 'innings': 1186.1, 'range': 1.0, 'error': 6.0, 'player_id': 10659, 'p_name': 'Fred McGriff', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10659/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 293, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/62733b6a_sabr.jpg', 'fangr_id': '293', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3718, 'first_name': 'Fred', 'last_name': 'McGriff', 'key_fangraphs': 293, 'key_bbref': 'mcgrifr01', 'key_retro': 'mcgrf001', 'key_mlbam': 118730, 'offense_col': 2}}, {'position': '1B', 'innings': 224.2, 'range': 2.0, 'error': 0.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'LF', 'innings': 31.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'RF', 'innings': 87.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10660, 'p_name': 'Paul Sorrento', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10660/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012282, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/580fca32_sabr.jpg', 'fangr_id': '1012282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3719, 'first_name': 'Paul', 'last_name': 'Sorrento', 'key_fangraphs': 1012282, 'key_bbref': 'sorrepa01', 'key_retro': 'sorrp001', 'key_mlbam': 122541, 'offense_col': 2}}, {'position': 'LF', 'innings': 327.0, 'range': 3.0, 'error': 0.0, 'arm': -2.0, 'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}}, {'position': 'RF', 'innings': 171.1, 'range': 2.0, 'error': 0.0, 'arm': -2.0, 'player_id': 10661, 'p_name': 'Rich Butler', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10661/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001782, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8111f59_davis.jpg', 'fangr_id': '1001782', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3720, 'first_name': 'Rich', 'last_name': 'Butler', 'key_fangraphs': 1001782, 'key_bbref': 'butleri01', 'key_retro': 'butlr002', 'key_mlbam': 111820, 'offense_col': 2}}, {'position': 'C', 'innings': 763.0, 'range': 2.0, 'error': 3.0, 'arm': -4.0, 'pb': 6.0, 'overthrow': 6.0, 'player_id': 10943, 'p_name': 'John Flaherty', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10943/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1206, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/73922fd3_sabr.jpg', 'fangr_id': '1206', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3944, 'first_name': 'John', 'last_name': 'Flaherty', 'key_fangraphs': 1206, 'key_bbref': 'flahejo01', 'key_retro': 'flahj001', 'key_mlbam': 114208, 'offense_col': 2}}, {'position': 'SS', 'innings': 940.0, 'range': 1.0, 'error': 14.0, 'player_id': 10662, 'p_name': 'Kevin Stocker', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10662/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012549, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e20964e2_sabr.jpg', 'fangr_id': '1012549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3721, 'first_name': 'Kevin', 'last_name': 'Stocker', 'key_fangraphs': 1012549, 'key_bbref': 'stockke01', 'key_retro': 'stock001', 'key_mlbam': 122811, 'offense_col': 2}}, {'position': '2B', 'innings': 1233.0, 'range': 1.0, 'error': 15.0, 'player_id': 10663, 'p_name': 'Miguel Cairo', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10663/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1412, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d06cb1bf_sabr.jpg', 'fangr_id': '1412', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2301, 'first_name': 'Miguel', 'last_name': 'Cairo', 'key_fangraphs': 1412, 'key_bbref': 'cairomi01', 'key_retro': 'cairm001', 'key_mlbam': 111867, 'offense_col': 2}}, {'position': '2B', 'innings': 45.0, 'range': 3.0, 'error': 22.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': '3B', 'innings': 739.1, 'range': 1.0, 'error': 18.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': 'SS', 'innings': 49.2, 'range': 4.0, 'error': 72.0, 'player_id': 10664, 'p_name': 'Bob Smith', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10664/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1493, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/91423251_sabr.jpg', 'fangr_id': '1493', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3722, 'first_name': 'Bob', 'last_name': 'Smith', 'key_fangraphs': 1493, 'key_bbref': 'smithbo06', 'key_retro': 'smitr003', 'key_mlbam': 134360, 'offense_col': 2}}, {'position': 'C', 'innings': 671.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 19.0, 'overthrow': 7.0, 'player_id': 11168, 'p_name': 'Mike Difelice', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11168/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/6f58b988_sabr.jpg', 'fangr_id': '1151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4134, 'first_name': 'Mike', 'last_name': 'Difelice', 'key_fangraphs': 1151, 'key_bbref': 'difelmi01', 'key_retro': 'difem001', 'key_mlbam': 113358, 'offense_col': 1}}, {'position': 'CF', 'innings': 49.1, 'range': 4.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}}, {'position': 'RF', 'innings': 183.1, 'range': 3.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11044, 'p_name': 'Damon Mashore', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11044/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008211, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/e/ef7483c5_sabr.jpg', 'fangr_id': '1008211', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4026, 'first_name': 'Damon', 'last_name': 'Mashore', 'key_fangraphs': 1008211, 'key_bbref': 'mashoda01', 'key_retro': 'mashd001', 'key_mlbam': 118391, 'offense_col': 1}}, {'position': '2B', 'innings': 149.0, 'range': 2.0, 'error': 14.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': '3B', 'innings': 33.0, 'range': 4.0, 'error': 65.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': 'SS', 'innings': 448.1, 'range': 2.0, 'error': 20.0, 'player_id': 11169, 'p_name': 'Aaron Ledesma', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11169/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007444, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1007444', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4135, 'first_name': 'Aaron', 'last_name': 'Ledesma', 'key_fangraphs': 1007444, 'key_bbref': 'ledesaa01', 'key_retro': 'ledea001', 'key_mlbam': 117597, 'offense_col': 1}}, {'position': '2B', 'innings': 1236.1, 'range': 1.0, 'error': 10.0, 'player_id': 10665, 'p_name': 'Roberto Alomar', 'cost': 261, 'image': 'https://pddev.manticorum.com/api/v2/players/10665/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 860, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24c918e7_sabr.jpg', 'fangr_id': '860', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3723, 'first_name': 'Roberto', 'last_name': 'Alomar', 'key_fangraphs': 860, 'key_bbref': 'alomaro01', 'key_retro': 'alomr001', 'key_mlbam': 110183, 'offense_col': 1}}, {'position': 'LF', 'innings': 1311.1, 'range': 4.0, 'error': 2.0, 'arm': -4.0, 'player_id': 10666, 'p_name': 'BJ Surhoff', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10666/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 117, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fb13b8e9_sabr.jpg', 'fangr_id': '117', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3724, 'first_name': 'BJ', 'last_name': 'Surhoff', 'key_fangraphs': 117, 'key_bbref': 'surhob.01', 'key_retro': 'surhb001', 'key_mlbam': 122989, 'offense_col': 2}}, {'position': 'DH', 'innings': 251.0, 'player_id': 11200, 'p_name': 'Harold Baines', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11200/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000434, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'DH', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8e1285e8_sabr.jpg', 'fangr_id': '1000434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4160, 'first_name': 'Harold', 'last_name': 'Baines', 'key_fangraphs': 1000434, 'key_bbref': 'baineha01', 'key_retro': 'bainh001', 'key_mlbam': 110456, 'offense_col': 2}}, {'position': '1B', 'innings': 99.0, 'range': 3.0, 'error': 13.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': 'LF', 'innings': 27.2, 'range': 4.0, 'error': 8.0, 'arm': 0.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': 'RF', 'innings': 456.1, 'range': 5.0, 'error': 8.0, 'arm': 0.0, 'player_id': 10667, 'p_name': 'Joe Carter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10667/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002018, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': '1B', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d6d37272_sabr.jpg', 'fangr_id': '1002018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3725, 'first_name': 'Joe', 'last_name': 'Carter', 'key_fangraphs': 1002018, 'key_bbref': 'cartejo01', 'key_retro': 'cartj001', 'key_mlbam': 112064, 'offense_col': 1}}, {'position': '1B', 'innings': 1378.1, 'range': 1.0, 'error': 7.0, 'player_id': 10668, 'p_name': 'Rafael Palmeiro', 'cost': 233, 'image': 'https://pddev.manticorum.com/api/v2/players/10668/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1266, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10479696_sabr.jpg', 'fangr_id': '1266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3726, 'first_name': 'Rafael', 'last_name': 'Palmeiro', 'key_fangraphs': 1266, 'key_bbref': 'palmera01', 'key_retro': 'palmr001', 'key_mlbam': 120191, 'offense_col': 1}}, {'position': '3B', 'innings': 1365.2, 'range': 3.0, 'error': 10.0, 'player_id': 10669, 'p_name': 'Cal Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10669/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010978, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8bfeadd2_sabr.jpg', 'fangr_id': '1010978', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3727, 'first_name': 'Cal', 'last_name': 'Ripken', 'key_fangraphs': 1010978, 'key_bbref': 'ripkeca01', 'key_retro': 'ripkc001', 'key_mlbam': 121222, 'offense_col': 2}}, {'position': 'C', 'innings': 726.2, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'pb': 12.0, 'overthrow': 7.0, 'player_id': 11045, 'p_name': 'Lenny Webster', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11045/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013718, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/3/3f64b1a4_sabr.jpg', 'fangr_id': '1013718', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4027, 'first_name': 'Lenny', 'last_name': 'Webster', 'key_fangraphs': 1013718, 'key_bbref': 'webstle01', 'key_retro': 'websl001', 'key_mlbam': 124024, 'offense_col': 2}}, {'position': 'LF', 'innings': 40.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'CF', 'innings': 372.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'RF', 'innings': 189.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10944, 'p_name': 'Jeffrey Hammonds', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10944/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 687, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d53f2aaa_sabr.jpg', 'fangr_id': '687', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3945, 'first_name': 'Jeffrey', 'last_name': 'Hammonds', 'key_fangraphs': 687, 'key_bbref': 'hammoje01', 'key_retro': 'hammj001', 'key_mlbam': 115394, 'offense_col': 2}}, {'position': 'SS', 'innings': 1238.1, 'range': 1.0, 'error': 7.0, 'player_id': 10670, 'p_name': 'Mike Bordick', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10670/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 129, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ff7a657_sabr.jpg', 'fangr_id': '129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3728, 'first_name': 'Mike', 'last_name': 'Bordick', 'key_fangraphs': 129, 'key_bbref': 'bordimi01', 'key_retro': 'bordm001', 'key_mlbam': 111234, 'offense_col': 1}}, {'position': '2B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}}, {'position': 'SS', 'innings': 579.0, 'range': 3.0, 'error': 17.0, 'player_id': 11479, 'p_name': 'Ozzie Guillen', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11479/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005125, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1005125', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4276, 'first_name': 'Ozzie', 'last_name': 'Guillen', 'key_fangraphs': 1005125, 'key_bbref': 'guilloz01', 'key_retro': 'guilo001', 'key_mlbam': 115230, 'offense_col': 2}}, {'position': 'CF', 'innings': 77.0, 'range': 5.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}}, {'position': 'RF', 'innings': 493.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10945, 'p_name': 'Eric Davis', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10945/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003048, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/98ac284f_sabr.jpg', 'fangr_id': '1003048', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3946, 'first_name': 'Eric', 'last_name': 'Davis', 'key_fangraphs': 1003048, 'key_bbref': 'daviser01', 'key_retro': 'davie001', 'key_mlbam': 113102, 'offense_col': 2}}, {'position': '1B', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}}, {'position': 'C', 'innings': 645.0, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'pb': 3.0, 'overthrow': 5.0, 'player_id': 10946, 'p_name': 'Chris Hoiles', 'cost': 873, 'image': 'https://pddev.manticorum.com/api/v2/players/10946/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005935, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/702acddf_sabr.jpg', 'fangr_id': '1005935', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3947, 'first_name': 'Chris', 'last_name': 'Hoiles', 'key_fangraphs': 1005935, 'key_bbref': 'hoilech01', 'key_retro': 'hoilc001', 'key_mlbam': 116057, 'offense_col': 2}}, {'position': '2B', 'innings': 1357.1, 'range': 5.0, 'error': 17.0, 'player_id': 10671, 'p_name': 'Ray Durham', 'cost': 242, 'image': 'https://pddev.manticorum.com/api/v2/players/10671/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 230, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c99fff0_sabr.jpg', 'fangr_id': '230', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2778, 'first_name': 'Ray', 'last_name': 'Durham', 'key_fangraphs': 230, 'key_bbref': 'durhara01', 'key_retro': 'durhr001', 'key_mlbam': 113660, 'offense_col': 3}}, {'position': 'CF', 'innings': 972.0, 'range': 1.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}}, {'position': 'RF', 'innings': 11.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10672, 'p_name': 'Mike Cameron', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10672/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1070, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/12babb32_sabr.jpg', 'fangr_id': '1070', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2746, 'first_name': 'Mike', 'last_name': 'Cameron', 'key_fangraphs': 1070, 'key_bbref': 'camermi01', 'key_retro': 'camem001', 'key_mlbam': 111904, 'offense_col': 2}}, {'position': '1B', 'innings': 114.0, 'range': 4.0, 'error': 20.0, 'player_id': 10673, 'p_name': 'Frank Thomas', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10673/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 255, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e31675e7_davis.jpg', 'fangr_id': '255', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2618, 'first_name': 'Frank', 'last_name': 'Thomas', 'key_fangraphs': 255, 'key_bbref': 'thomafr04', 'key_retro': 'thomf001', 'key_mlbam': 123245, 'offense_col': 2}}, {'position': 'LF', 'innings': 1366.0, 'range': 4.0, 'error': 5.0, 'arm': 4.0, 'player_id': 10674, 'p_name': 'Albert Belle', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10674/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000802, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d993b9b_sabr.jpg', 'fangr_id': '1000802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3729, 'first_name': 'Albert', 'last_name': 'Belle', 'key_fangraphs': 1000802, 'key_bbref': 'belleal01', 'key_retro': 'bellj002', 'key_mlbam': 110839, 'offense_col': 1}}, {'position': '3B', 'innings': 1381.2, 'range': 1.0, 'error': 16.0, 'player_id': 10675, 'p_name': 'Robin Ventura', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/10675/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b469ea62_sabr.jpg', 'fangr_id': '854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3730, 'first_name': 'Robin', 'last_name': 'Ventura', 'key_fangraphs': 854, 'key_bbref': 'venturo01', 'key_retro': 'ventr001', 'key_mlbam': 123697, 'offense_col': 1}}, {'position': '1B', 'innings': 687.1, 'range': 2.0, 'error': 10.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'LF', 'innings': 29.0, 'range': 3.0, 'error': 15.0, 'arm': 0.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'RF', 'innings': 49.0, 'range': 3.0, 'error': 15.0, 'arm': 0.0, 'player_id': 11046, 'p_name': 'Wil Cordero', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11046/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 770, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b89df8db_sabr.jpg', 'fangr_id': '770', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4028, 'first_name': 'Wil', 'last_name': 'Cordero', 'key_fangraphs': 770, 'key_bbref': 'cordewi01', 'key_retro': 'cordw001', 'key_mlbam': 112680, 'offense_col': 2}}, {'position': 'CF', 'innings': 152.1, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}}, {'position': 'RF', 'innings': 1074.2, 'range': 5.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10676, 'p_name': 'Magglio Ordonez', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10676/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 248, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74e43f36_sabr.jpg', 'fangr_id': '248', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2730, 'first_name': 'Magglio', 'last_name': 'Ordonez', 'key_fangraphs': 248, 'key_bbref': 'ordonma01', 'key_retro': 'ordom001', 'key_mlbam': 120044, 'offense_col': 3}}, {'position': 'C', 'innings': 670.0, 'range': 4.0, 'error': 9.0, 'arm': -2.0, 'pb': 7.0, 'overthrow': 18.0, 'player_id': 11114, 'p_name': 'Chad Kreuter', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11114/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 661, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b59aeb64_sabr.jpg', 'fangr_id': '661', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4087, 'first_name': 'Chad', 'last_name': 'Kreuter', 'key_fangraphs': 661, 'key_bbref': 'kreutch01', 'key_retro': 'kreuc001', 'key_mlbam': 117316, 'offense_col': 1}}, {'position': 'SS', 'innings': 1121.1, 'range': 4.0, 'error': 38.0, 'player_id': 11047, 'p_name': 'Mike Caruso', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/11047/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 595, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3529e4ea_davis.jpg', 'fangr_id': '595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4029, 'first_name': 'Mike', 'last_name': 'Caruso', 'key_fangraphs': 595, 'key_bbref': 'carusmi01', 'key_retro': 'carum001', 'key_mlbam': 134267, 'offense_col': 2}}, {'position': '2B', 'innings': 59.0, 'range': 3.0, 'error': 47.0, 'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}}, {'position': 'SS', 'innings': 243.1, 'range': 3.0, 'error': 19.0, 'player_id': 11291, 'p_name': 'Chris Snopek', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11291/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012236, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1012236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4231, 'first_name': 'Chris', 'last_name': 'Snopek', 'key_fangraphs': 1012236, 'key_bbref': 'snopech01', 'key_retro': 'snopc001', 'key_mlbam': 122494, 'offense_col': 1}}, {'position': 'C', 'innings': 486.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'pb': 2.0, 'overthrow': 11.0, 'player_id': 11048, 'p_name': 'Charlie OBrien', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11048/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009685, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/600e7f1c_sabr.jpg', 'fangr_id': '1009685', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4030, 'first_name': 'Charlie', 'last_name': 'OBrien', 'key_fangraphs': 1009685, 'key_bbref': "o'brich01", 'key_retro': 'obric001', 'key_mlbam': 119889, 'offense_col': 2}}, {'position': '1B', 'innings': 630.1, 'range': 3.0, 'error': 7.0, 'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}}, {'position': '3B', 'innings': 45.0, 'range': 4.0, 'error': 41.0, 'player_id': 11243, 'p_name': 'Greg Norton', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11243/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1388, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7d860593_sabr.jpg', 'fangr_id': '1388', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2641, 'first_name': 'Greg', 'last_name': 'Norton', 'key_fangraphs': 1388, 'key_bbref': 'nortogr01', 'key_retro': 'nortg001', 'key_mlbam': 119853, 'offense_col': 3}}, {'position': 'LF', 'innings': 30.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'CF', 'innings': 264.2, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'RF', 'innings': 214.0, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11244, 'p_name': 'Jeff Abbott', 'cost': 293, 'image': 'https://pddev.manticorum.com/api/v2/players/11244/battingcard?d=2025-2-16', 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000011, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/40322592_sabr.jpg', 'fangr_id': '1000011', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4197, 'first_name': 'Jeff', 'last_name': 'Abbott', 'key_fangraphs': 1000011, 'key_bbref': 'abbotje01', 'key_retro': 'abboj002', 'key_mlbam': 110010, 'offense_col': 2}}, {'position': 'LF', 'innings': 843.0, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}}, {'position': 'CF', 'innings': 317.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10677, 'p_name': 'Shannon Stewart', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10677/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1322, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/06f23d98_sabr.jpg', 'fangr_id': '1322', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2813, 'first_name': 'Shannon', 'last_name': 'Stewart', 'key_fangraphs': 1322, 'key_bbref': 'stewash01', 'key_retro': 'stews002', 'key_mlbam': 122784, 'offense_col': 1}}, {'position': 'CF', 'innings': 267.1, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}}, {'position': 'RF', 'innings': 1080.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10678, 'p_name': 'Shawn Green', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10678/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 651, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bf8d86ee_sabr.jpg', 'fangr_id': '651', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3731, 'first_name': 'Shawn', 'last_name': 'Green', 'key_fangraphs': 651, 'key_bbref': 'greensh01', 'key_retro': 'grees001', 'key_mlbam': 115094, 'offense_col': 1}}, {'position': 'LF', 'innings': 360.1, 'range': 3.0, 'error': 9.0, 'arm': 0.0, 'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}}, {'position': 'RF', 'innings': 191.1, 'range': 4.0, 'error': 9.0, 'arm': 0.0, 'player_id': 10679, 'p_name': 'Jose Canseco', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10679/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001918, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/37e0251c_sabr.jpg', 'fangr_id': '1001918', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3732, 'first_name': 'Jose', 'last_name': 'Canseco', 'key_fangraphs': 1001918, 'key_bbref': 'cansejo01', 'key_retro': 'cansj001', 'key_mlbam': 111962, 'offense_col': 1}}, {'position': '1B', 'innings': 1256.2, 'range': 1.0, 'error': 10.0, 'player_id': 11049, 'p_name': 'Carlos Delgado', 'cost': 260, 'image': 'https://pddev.manticorum.com/api/v2/players/11049/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1297, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b2a90c57_sabr.jpg', 'fangr_id': '1297', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2554, 'first_name': 'Carlos', 'last_name': 'Delgado', 'key_fangraphs': 1297, 'key_bbref': 'delgaca01', 'key_retro': 'delgc001', 'key_mlbam': 113232, 'offense_col': 2}}, {'position': '1B', 'innings': 299.2, 'range': 3.0, 'error': 4.0, 'player_id': 10680, 'p_name': 'Mike Stanley', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10680/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012416, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a889cecb_sabr.jpg', 'fangr_id': '1012416', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3733, 'first_name': 'Mike', 'last_name': 'Stanley', 'key_fangraphs': 1012416, 'key_bbref': 'stanlmi02', 'key_retro': 'stanm002', 'key_mlbam': 122673, 'offense_col': 1}}, {'position': '3B', 'innings': 1111.1, 'range': 4.0, 'error': 39.0, 'player_id': 10681, 'p_name': 'Ed Sprague', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10681/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012356, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35cebf24_sabr.jpg', 'fangr_id': '1012356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3734, 'first_name': 'Ed', 'last_name': 'Sprague', 'key_fangraphs': 1012356, 'key_bbref': 'spraged02', 'key_retro': 'sprae001', 'key_mlbam': 122612, 'offense_col': 2}}, {'position': '2B', 'innings': 692.2, 'range': 5.0, 'error': 17.0, 'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}}, {'position': '3B', 'innings': 452.2, 'range': 3.0, 'error': 18.0, 'player_id': 10682, 'p_name': 'Tony Fernandez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10682/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004002, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b9ae7242_sabr.jpg', 'fangr_id': '1004002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3735, 'first_name': 'Tony', 'last_name': 'Fernandez', 'key_fangraphs': 1004002, 'key_bbref': 'fernato01', 'key_retro': 'fernt001', 'key_mlbam': 114079, 'offense_col': 1}}, {'position': 'C', 'innings': 971.1, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'pb': 3.0, 'overthrow': 8.0, 'player_id': 11115, 'p_name': 'Darrin Fletcher', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11115/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1302, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4088, 'first_name': 'Darrin', 'last_name': 'Fletcher', 'key_fangraphs': 1302, 'key_bbref': 'fletcda01', 'key_retro': 'fletd001', 'key_mlbam': 114233, 'offense_col': 2}}, {'position': 'SS', 'innings': 1398.1, 'range': 3.0, 'error': 16.0, 'player_id': 10683, 'p_name': 'Alex Gonzalez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10683/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 281, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/61e9d210_sabr.jpg', 'fangr_id': '281', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3736, 'first_name': 'Alex', 'last_name': 'Gonzalez', 'key_fangraphs': 281, 'key_bbref': 'gonzaal01', 'key_retro': 'gonza001', 'key_mlbam': 114924, 'offense_col': 1}}, {'position': 'LF', 'innings': 19.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}}, {'position': 'CF', 'innings': 871.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10684, 'p_name': 'Jose Cruz', 'cost': 643, 'image': 'https://pddev.manticorum.com/api/v2/players/10684/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1296, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bc3b144f_sabr.jpg', 'fangr_id': '1296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3737, 'first_name': 'Jose', 'last_name': 'Cruz', 'key_fangraphs': 1296, 'key_bbref': 'cruzjo02', 'key_retro': 'cruzj004', 'key_mlbam': 112903, 'offense_col': 1}}, {'position': 'CF', 'innings': 1212.1, 'range': 1.0, 'error': 3.0, 'arm': -2.0, 'player_id': 10947, 'p_name': 'Brian Hunter', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10947/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 562, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/26a4437a_sabr.jpg', 'fangr_id': '562', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3948, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 562, 'key_bbref': 'huntebr02', 'key_retro': 'huntb002', 'key_mlbam': 116326, 'offense_col': 2}}, {'position': '2B', 'innings': 117.0, 'range': 2.0, 'error': 0.0, 'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}}, {'position': '3B', 'innings': 950.1, 'range': 1.0, 'error': 11.0, 'player_id': 10948, 'p_name': 'Joe Randa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10948/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 623, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c7a9780_sabr.jpg', 'fangr_id': '623', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3949, 'first_name': 'Joe', 'last_name': 'Randa', 'key_fangraphs': 623, 'key_bbref': 'randajo01', 'key_retro': 'randj002', 'key_mlbam': 120922, 'offense_col': 2}}, {'position': 'LF', 'innings': 151.0, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}}, {'position': 'RF', 'innings': 1196.1, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10685, 'p_name': 'Bobby Higginson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10685/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 469, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ff9f777_sabr.jpg', 'fangr_id': '469', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3738, 'first_name': 'Bobby', 'last_name': 'Higginson', 'key_fangraphs': 469, 'key_bbref': 'higgibo02', 'key_retro': 'higgb001', 'key_mlbam': 115915, 'offense_col': 1}}, {'position': '1B', 'innings': 1234.0, 'range': 3.0, 'error': 12.0, 'player_id': 10686, 'p_name': 'Tony Clark', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10686/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 182, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad90a90_sabr.jpg', 'fangr_id': '182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2829, 'first_name': 'Tony', 'last_name': 'Clark', 'key_fangraphs': 182, 'key_bbref': 'clarkto02', 'key_retro': 'clart002', 'key_mlbam': 112316, 'offense_col': 1}}, {'position': '2B', 'innings': 1179.1, 'range': 1.0, 'error': 10.0, 'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}}, {'position': 'SS', 'innings': 121.0, 'range': 3.0, 'error': 10.0, 'player_id': 10949, 'p_name': 'Damion Easley', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10949/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 464, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4491f5dc_sabr.jpg', 'fangr_id': '464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2578, 'first_name': 'Damion', 'last_name': 'Easley', 'key_fangraphs': 464, 'key_bbref': 'easleda01', 'key_retro': 'easld001', 'key_mlbam': 113702, 'offense_col': 2}}, {'position': 'LF', 'innings': 1143.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10950, 'p_name': 'Luis Gonzalez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10950/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 55, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47dccdd2_sabr.jpg', 'fangr_id': '55', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2727, 'first_name': 'Luis', 'last_name': 'Gonzalez', 'key_fangraphs': 55, 'key_bbref': 'gonzalu01', 'key_retro': 'gonzl001', 'key_mlbam': 114935, 'offense_col': 1}}, {'position': 'C', 'innings': 597.2, 'range': 4.0, 'error': 8.0, 'arm': -2.0, 'pb': 5.0, 'overthrow': 17.0, 'player_id': 11050, 'p_name': 'Joe Oliver', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11050/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009778, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/207dc3f8_sabr.jpg', 'fangr_id': '1009778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4031, 'first_name': 'Joe', 'last_name': 'Oliver', 'key_fangraphs': 1009778, 'key_bbref': 'olivejo01', 'key_retro': 'olivj001', 'key_mlbam': 119987, 'offense_col': 1}}, {'position': 'SS', 'innings': 1163.1, 'range': 1.0, 'error': 12.0, 'player_id': 11116, 'p_name': 'Deivi Cruz', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11116/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1025, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/686d39df_sabr.jpg', 'fangr_id': '1025', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4089, 'first_name': 'Deivi', 'last_name': 'Cruz', 'key_fangraphs': 1025, 'key_bbref': 'cruzde01', 'key_retro': 'cruzd001', 'key_mlbam': 112897, 'offense_col': 2}}, {'position': 'LF', 'innings': 43.0, 'range': 3.0, 'error': 8.0, 'arm': 0.0, 'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}}, {'position': 'CF', 'innings': 123.0, 'range': 2.0, 'error': 8.0, 'arm': 0.0, 'player_id': 11506, 'p_name': 'Kimera Bartee', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11506/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000622, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1000622', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4301, 'first_name': 'Kimera', 'last_name': 'Bartee', 'key_fangraphs': 1000622, 'key_bbref': 'barteki01', 'key_retro': 'bartk001', 'key_mlbam': 110638, 'offense_col': 3}}, {'position': 'C', 'innings': 754.2, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'pb': 11.0, 'overthrow': 11.0, 'player_id': 11507, 'p_name': 'Paul Bako', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11507/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 676, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '676', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2764, 'first_name': 'Paul', 'last_name': 'Bako', 'key_fangraphs': 676, 'key_bbref': 'bakopa01', 'key_retro': 'bakop001', 'key_mlbam': 132720, 'offense_col': 1}}, {'position': 'LF', 'innings': 1104.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}}, {'position': 'CF', 'innings': 135.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'player_id': 10687, 'p_name': 'Rickey Henderson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10687/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957d4da0_sabr.jpg', 'fangr_id': '194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3739, 'first_name': 'Rickey', 'last_name': 'Henderson', 'key_fangraphs': 194, 'key_bbref': 'henderi01', 'key_retro': 'hendr001', 'key_mlbam': 115749, 'offense_col': 1}}, {'position': 'RF', 'innings': 1280.2, 'range': 5.0, 'error': 1.0, 'arm': 3.0, 'player_id': 10688, 'p_name': 'Ben Grieve', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10688/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/036b0b6a_sabr.jpg', 'fangr_id': '1209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3740, 'first_name': 'Ben', 'last_name': 'Grieve', 'key_fangraphs': 1209, 'key_bbref': 'grievbe01', 'key_retro': 'grieb001', 'key_mlbam': 115132, 'offense_col': 1}}, {'position': '1B', 'innings': 47.1, 'range': 3.0, 'error': 0.0, 'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}}, {'position': '3B', 'innings': 895.1, 'range': 5.0, 'error': 37.0, 'player_id': 11117, 'p_name': 'Mike Blowers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11117/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/14964c73_sabr.jpg', 'fangr_id': '1001088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4090, 'first_name': 'Mike', 'last_name': 'Blowers', 'key_fangraphs': 1001088, 'key_bbref': 'blowemi01', 'key_retro': 'blowm001', 'key_mlbam': 111116, 'offense_col': 1}}, {'position': '1B', 'innings': 1237.0, 'range': 5.0, 'error': 13.0, 'player_id': 10689, 'p_name': 'Jason Giambi', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/10689/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 818, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/da8e94a1_br.jpg', 'fangr_id': '818', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2148, 'first_name': 'Jason', 'last_name': 'Giambi', 'key_fangraphs': 818, 'key_bbref': 'giambja01', 'key_retro': 'giamj001', 'key_mlbam': 114739, 'offense_col': 1}}, {'position': '2B', 'innings': 43.0, 'range': 3.0, 'error': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'SS', 'innings': 257.0, 'range': 5.0, 'error': 60.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'LF', 'innings': 31.0, 'range': 3.0, 'error': 12.0, 'arm': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': 'RF', 'innings': 38.0, 'range': 3.0, 'error': 12.0, 'arm': 0.0, 'player_id': 11118, 'p_name': 'Kurt Abbott', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11118/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000013, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2e75db13_davis.jpg', 'fangr_id': '1000013', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4091, 'first_name': 'Kurt', 'last_name': 'Abbott', 'key_fangraphs': 1000013, 'key_bbref': 'abbotku01', 'key_retro': 'abbok002', 'key_mlbam': 110011, 'offense_col': 1}}, {'position': '2B', 'innings': 955.2, 'range': 5.0, 'error': 17.0, 'player_id': 10951, 'p_name': 'Scott Spiezio', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10951/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 37, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f446320_sabr.jpg', 'fangr_id': '37', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3950, 'first_name': 'Scott', 'last_name': 'Spiezio', 'key_fangraphs': 37, 'key_bbref': 'spiezsc01', 'key_retro': 'spies001', 'key_mlbam': 122596, 'offense_col': 2}}, {'position': 'C', 'innings': 940.1, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 8.0, 'overthrow': 13.0, 'player_id': 10952, 'p_name': 'AJ Hinch', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10952/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 606, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/8a472cfb_sabr.jpg', 'fangr_id': '606', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3951, 'first_name': 'AJ', 'last_name': 'Hinch', 'key_fangraphs': 606, 'key_bbref': 'hincha.01', 'key_retro': 'hinca001', 'key_mlbam': 134460, 'offense_col': 2}}, {'position': '2B', 'innings': 268.1, 'range': 3.0, 'error': 0.0, 'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}}, {'position': 'SS', 'innings': 265.2, 'range': 4.0, 'error': 0.0, 'player_id': 11119, 'p_name': 'Rafael Bournigal', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11119/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001239, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d547630b_sabr.jpg', 'fangr_id': '1001239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4092, 'first_name': 'Rafael', 'last_name': 'Bournigal', 'key_fangraphs': 1001239, 'key_bbref': 'bournra01', 'key_retro': 'bourr001', 'key_mlbam': 111277, 'offense_col': 2}}, {'position': '2B', 'innings': 472.2, 'range': 4.0, 'error': 15.0, 'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}}, {'position': 'SS', 'innings': 10.2, 'range': 4.0, 'error': 72.0, 'player_id': 11201, 'p_name': 'Justin Baughman', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11201/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000682, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/766ee04b_sabr.jpg', 'fangr_id': '1000682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4161, 'first_name': 'Justin', 'last_name': 'Baughman', 'key_fangraphs': 1000682, 'key_bbref': 'baughju01', 'key_retro': 'baugj001', 'key_mlbam': 132200, 'offense_col': 2}}, {'position': 'C', 'innings': 510.0, 'range': 4.0, 'error': 5.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 10.0, 'player_id': 11120, 'p_name': 'Mike Macfarlane', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11120/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007905, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fbb9a71_sabr.jpg', 'fangr_id': '1007905', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4093, 'first_name': 'Mike', 'last_name': 'Macfarlane', 'key_fangraphs': 1007905, 'key_bbref': 'macfami01', 'key_retro': 'macfm001', 'key_mlbam': 118073, 'offense_col': 1}}, {'position': '1B', 'innings': 46.2, 'range': 3.0, 'error': 0.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 81.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'RF', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 10953, 'p_name': 'Matt Stairs', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10953/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7f30112b_sabr.jpg', 'fangr_id': '1384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3109, 'first_name': 'Matt', 'last_name': 'Stairs', 'key_fangraphs': 1384, 'key_bbref': 'stairma01', 'key_retro': 'staim001', 'key_mlbam': 122644, 'offense_col': 2}}, {'position': 'LF', 'innings': 70.0, 'range': 3.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': 'CF', 'innings': 247.2, 'range': 2.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': 'RF', 'innings': 102.1, 'range': 4.0, 'error': 11.0, 'arm': -2.0, 'player_id': 11121, 'p_name': 'Jason McDonald', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11121/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008460, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/854058b2_sabr.jpg', 'fangr_id': '1008460', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4094, 'first_name': 'Jason', 'last_name': 'McDonald', 'key_fangraphs': 1008460, 'key_bbref': 'mcdonja02', 'key_retro': 'mcdoj002', 'key_mlbam': 118638, 'offense_col': 1}}, {'position': '2B', 'innings': 1173.0, 'range': 5.0, 'error': 15.0, 'player_id': 11245, 'p_name': 'Todd Walker', 'cost': 252, 'image': 'https://pddev.manticorum.com/api/v2/players/11245/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 359, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '2B', 'fangr_id': '359', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4198, 'first_name': 'Todd', 'last_name': 'Walker', 'key_fangraphs': 359, 'key_bbref': 'walketo04', 'key_retro': 'walkt002', 'key_mlbam': 123842, 'offense_col': 2}}, {'position': '2B', 'innings': 131.0, 'range': 3.0, 'error': 20.0, 'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}}, {'position': '3B', 'innings': 608.1, 'range': 5.0, 'error': 19.0, 'player_id': 11122, 'p_name': 'Brent Gates', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11122/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004570, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e7bbceb_sabr.jpg', 'fangr_id': '1004570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4095, 'first_name': 'Brent', 'last_name': 'Gates', 'key_fangraphs': 1004570, 'key_bbref': 'gatesbr01', 'key_retro': 'gateb001', 'key_mlbam': 114654, 'offense_col': 3}}, {'position': '1B', 'innings': 74.0, 'range': 4.0, 'error': 0.0, 'player_id': 10690, 'p_name': 'Paul Molitor', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10690/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009040, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f9d60ca6_sabr.jpg', 'fangr_id': '1009040', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3741, 'first_name': 'Paul', 'last_name': 'Molitor', 'key_fangraphs': 1009040, 'key_bbref': 'molitpa01', 'key_retro': 'molip001', 'key_mlbam': 119236, 'offense_col': 1}}, {'position': 'LF', 'innings': 982.0, 'range': 5.0, 'error': 5.0, 'arm': 1.0, 'player_id': 11123, 'p_name': 'Marty Cordova', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11123/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 132, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/04aca11a_sabr.jpg', 'fangr_id': '132', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4096, 'first_name': 'Marty', 'last_name': 'Cordova', 'key_fangraphs': 132, 'key_bbref': 'cordoma01', 'key_retro': 'cordm001', 'key_mlbam': 112682, 'offense_col': 1}}, {'position': 'LF', 'innings': 100.0, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'CF', 'innings': 365.0, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'RF', 'innings': 855.0, 'range': 2.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10954, 'p_name': 'Matt Lawton', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10954/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 390, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1aa35f0c_sabr.jpg', 'fangr_id': '390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3952, 'first_name': 'Matt', 'last_name': 'Lawton', 'key_fangraphs': 390, 'key_bbref': 'lawtoma02', 'key_retro': 'lawtm002', 'key_mlbam': 117566, 'offense_col': 2}}, {'position': 'C', 'innings': 1007.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'pb': 3.0, 'overthrow': 9.0, 'player_id': 10691, 'p_name': 'Terry Steinbach', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10691/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012473, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/cad62a7e_sabr.jpg', 'fangr_id': '1012473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3742, 'first_name': 'Terry', 'last_name': 'Steinbach', 'key_fangraphs': 1012473, 'key_bbref': 'steinte01', 'key_retro': 'steit001', 'key_mlbam': 122722, 'offense_col': 3}}, {'position': 'SS', 'innings': 1270.0, 'range': 5.0, 'error': 24.0, 'player_id': 10692, 'p_name': 'Pat Meares', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10692/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008712, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d55683d5_br.jpg', 'fangr_id': '1008712', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3743, 'first_name': 'Pat', 'last_name': 'Meares', 'key_fangraphs': 1008712, 'key_bbref': 'mearepa01', 'key_retro': 'mearp001', 'key_mlbam': 118897, 'offense_col': 1}}, {'position': '2B', 'innings': 143.2, 'range': 2.0, 'error': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': '3B', 'innings': 46.2, 'range': 2.0, 'error': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'SS', 'innings': 174.0, 'range': 4.0, 'error': 28.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'LF', 'innings': 125.2, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': 'RF', 'innings': 40.0, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11170, 'p_name': 'Denny Hocking', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11170/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 730, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': 'LF', 'pos_4': '3B', 'pos_5': 'RF', 'fangr_id': '730', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4136, 'first_name': 'Denny', 'last_name': 'Hocking', 'key_fangraphs': 730, 'key_bbref': 'hockide01', 'key_retro': 'hockd001', 'key_mlbam': 116000, 'offense_col': 3}}, {'position': '1B', 'innings': 388.2, 'range': 3.0, 'error': 3.0, 'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}}, {'position': '3B', 'innings': 627.2, 'range': 4.0, 'error': 14.0, 'player_id': 10693, 'p_name': 'Ron Coomer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10693/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 816, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/226b1815_sabr.jpg', 'fangr_id': '816', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3744, 'first_name': 'Ron', 'last_name': 'Coomer', 'key_fangraphs': 816, 'key_bbref': 'coomero01', 'key_retro': 'coomr001', 'key_mlbam': 112641, 'offense_col': 1}}, {'position': 'LF', 'innings': 145.0, 'range': 4.0, 'error': 7.0, 'arm': -3.0, 'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}}, {'position': 'RF', 'innings': 393.2, 'range': 5.0, 'error': 7.0, 'arm': -3.0, 'player_id': 11124, 'p_name': 'Alex Ochoa', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11124/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 700, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1169d6f8_sabr.jpg', 'fangr_id': '700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4097, 'first_name': 'Alex', 'last_name': 'Ochoa', 'key_fangraphs': 700, 'key_bbref': 'ochoaal01', 'key_retro': 'ochoa001', 'key_mlbam': 119913, 'offense_col': 3}}, {'position': 'LF', 'innings': 43.0, 'range': 3.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': 'CF', 'innings': 1123.1, 'range': 5.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': 'RF', 'innings': 188.0, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'player_id': 10694, 'p_name': 'Johnny Damon', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10694/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 185, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a7bca43_sabr.jpg', 'fangr_id': '185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2287, 'first_name': 'Johnny', 'last_name': 'Damon', 'key_fangraphs': 185, 'key_bbref': 'damonjo01', 'key_retro': 'damoj001', 'key_mlbam': 113028, 'offense_col': 2}}, {'position': '2B', 'innings': 1325.1, 'range': 4.0, 'error': 18.0, 'player_id': 10695, 'p_name': 'Jose Offerman', 'cost': 1230, 'image': 'https://pddev.manticorum.com/api/v2/players/10695/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 205, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3c25f77d_sabr.jpg', 'fangr_id': '205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3745, 'first_name': 'Jose', 'last_name': 'Offerman', 'key_fangraphs': 205, 'key_bbref': 'offerjo01', 'key_retro': 'offej001', 'key_mlbam': 119948, 'offense_col': 3}}, {'position': '1B', 'innings': 357.2, 'range': 2.0, 'error': 13.0, 'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}}, {'position': 'LF', 'innings': 288.0, 'range': 4.0, 'error': 0.0, 'arm': 1.0, 'player_id': 10696, 'p_name': 'Hal Morris', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10696/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009209, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/ecf3e33a_sabr.jpg', 'fangr_id': '1009209', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3746, 'first_name': 'Hal', 'last_name': 'Morris', 'key_fangraphs': 1009209, 'key_bbref': 'morriha02', 'key_retro': 'morrh001', 'key_mlbam': 119406, 'offense_col': 1}}, {'position': '3B', 'innings': 1102.1, 'range': 5.0, 'error': 39.0, 'player_id': 10697, 'p_name': 'Dean Palmer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10697/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 482, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/aad93eb3_sabr.jpg', 'fangr_id': '482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3747, 'first_name': 'Dean', 'last_name': 'Palmer', 'key_fangraphs': 482, 'key_bbref': 'palmede01', 'key_retro': 'palmd002', 'key_mlbam': 120194, 'offense_col': 2}}, {'position': '1B', 'innings': 944.1, 'range': 1.0, 'error': 6.0, 'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}}, {'position': '3B', 'innings': 34.0, 'range': 3.0, 'error': 0.0, 'player_id': 10698, 'p_name': 'Jeff King', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10698/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006931, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4ff93c1a_sabr.jpg', 'fangr_id': '1006931', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3748, 'first_name': 'Jeff', 'last_name': 'King', 'key_fangraphs': 1006931, 'key_bbref': 'kingje01', 'key_retro': 'kingj001', 'key_mlbam': 117081, 'offense_col': 1}}, {'position': '1B', 'innings': 85.1, 'range': 3.0, 'error': 0.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'LF', 'innings': 407.0, 'range': 3.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'RF', 'innings': 233.1, 'range': 3.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11202, 'p_name': 'Jeff Conine', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11202/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 131, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/6b754863_davis.jpg', 'fangr_id': '131', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4162, 'first_name': 'Jeff', 'last_name': 'Conine', 'key_fangraphs': 131, 'key_bbref': 'coninje01', 'key_retro': 'conij001', 'key_mlbam': 112559, 'offense_col': 1}}, {'position': 'RF', 'innings': 513.1, 'range': 2.0, 'error': 3.0, 'arm': 1.0, 'player_id': 11203, 'p_name': 'Jermaine Dye', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11203/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 911, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2671, 'first_name': 'Jermaine', 'last_name': 'Dye', 'key_fangraphs': 911, 'key_bbref': 'dyeje01', 'key_retro': 'dye-j001', 'key_mlbam': 113679, 'offense_col': 2}}, {'position': '1B', 'innings': 12.0, 'range': 3.0, 'error': 0.0, 'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}}, {'position': 'C', 'innings': 579.1, 'range': 3.0, 'error': 2.0, 'arm': -3.0, 'pb': 3.0, 'overthrow': 4.0, 'player_id': 11204, 'p_name': 'Sal Fasano', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11204/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1205, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '1205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4163, 'first_name': 'Sal', 'last_name': 'Fasano', 'key_fangraphs': 1205, 'key_bbref': 'fasansa01', 'key_retro': 'fasas001', 'key_mlbam': 114031, 'offense_col': 1}}, {'position': '2B', 'innings': 16.0, 'range': 3.0, 'error': 65.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': '3B', 'innings': 28.0, 'range': 3.0, 'error': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'SS', 'innings': 420.0, 'range': 2.0, 'error': 25.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'LF', 'innings': 44.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'RF', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11051, 'p_name': 'Shane Halter', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11051/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 468, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'pos_2': 'LF', 'pos_3': '3B', 'pos_4': '2B', 'pos_5': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/961c95b9_sabr.jpg', 'fangr_id': '468', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4032, 'first_name': 'Shane', 'last_name': 'Halter', 'key_fangraphs': 468, 'key_bbref': 'haltesh01', 'key_retro': 'halts001', 'key_mlbam': 115370, 'offense_col': 1}}, {'position': 'SS', 'innings': 1385.2, 'range': 5.0, 'error': 17.0, 'player_id': 10699, 'p_name': 'Neifi Perez', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10699/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 620, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c33c5466_sabr.jpg', 'fangr_id': '620', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3749, 'first_name': 'Neifi', 'last_name': 'Perez', 'key_fangraphs': 620, 'key_bbref': 'perezne01', 'key_retro': 'peren001', 'key_mlbam': 120413, 'offense_col': 2}}, {'position': 'LF', 'innings': 20.1, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}}, {'position': 'CF', 'innings': 354.2, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11246, 'p_name': 'Curtis Goodwin', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11246/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004863, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2f36b9ec_sabr.jpg', 'fangr_id': '1004863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4199, 'first_name': 'Curtis', 'last_name': 'Goodwin', 'key_fangraphs': 1004863, 'key_bbref': 'goodwcu01', 'key_retro': 'goodc001', 'key_mlbam': 114957, 'offense_col': 3}}, {'position': 'LF', 'innings': 1103.2, 'range': 3.0, 'error': 8.0, 'arm': 1.0, 'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}}, {'position': 'RF', 'innings': 213.0, 'range': 4.0, 'error': 8.0, 'arm': 1.0, 'player_id': 10700, 'p_name': 'Dante Bichette', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10700/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000946, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9515f38_sabr.jpg', 'fangr_id': '1000946', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3750, 'first_name': 'Dante', 'last_name': 'Bichette', 'key_fangraphs': 1000946, 'key_bbref': 'bicheda01', 'key_retro': 'bichd001', 'key_mlbam': 110974, 'offense_col': 2}}, {'position': 'RF', 'innings': 1010.2, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10701, 'p_name': 'Larry Walker', 'cost': 232, 'image': 'https://pddev.manticorum.com/api/v2/players/10701/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 455, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/129976b6_br.jpg', 'fangr_id': '455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3751, 'first_name': 'Larry', 'last_name': 'Walker', 'key_fangraphs': 455, 'key_bbref': 'walkela01', 'key_retro': 'walkl001', 'key_mlbam': 123833, 'offense_col': 2}}, {'position': '3B', 'innings': 1422.2, 'range': 1.0, 'error': 14.0, 'player_id': 10702, 'p_name': 'Vinny Castilla', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10702/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 84, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8325fa20_sabr.jpg', 'fangr_id': '84', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3752, 'first_name': 'Vinny', 'last_name': 'Castilla', 'key_fangraphs': 84, 'key_bbref': 'castivi02', 'key_retro': 'castv001', 'key_mlbam': 112106, 'offense_col': 1}}, {'position': 'LF', 'innings': 193.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': 'CF', 'innings': 892.1, 'range': 5.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': 'RF', 'innings': 63.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 10703, 'p_name': 'Ellis Burks', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10703/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 372, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d8bf583a_sabr_col.jpg', 'fangr_id': '372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3753, 'first_name': 'Ellis', 'last_name': 'Burks', 'key_fangraphs': 372, 'key_bbref': 'burksel01', 'key_retro': 'burke001', 'key_mlbam': 111736, 'offense_col': 1}}, {'position': '1B', 'innings': 1208.0, 'range': 1.0, 'error': 6.0, 'player_id': 10955, 'p_name': 'Todd Helton', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10955/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 432, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0f449170_sabr.jpg', 'fangr_id': '432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1600, 'first_name': 'Todd', 'last_name': 'Helton', 'key_fangraphs': 432, 'key_bbref': 'heltoto01', 'key_retro': 'heltt001', 'key_mlbam': 115732, 'offense_col': 2}}, {'position': '2B', 'innings': 1275.0, 'range': 2.0, 'error': 8.0, 'player_id': 10704, 'p_name': 'Mike Lansing', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10704/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007334, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a575c720_sabr.jpg', 'fangr_id': '1007334', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3754, 'first_name': 'Mike', 'last_name': 'Lansing', 'key_fangraphs': 1007334, 'key_bbref': 'lansimi01', 'key_retro': 'lansm001', 'key_mlbam': 117491, 'offense_col': 2}}, {'position': 'C', 'innings': 796.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 10.0, 'overthrow': 12.0, 'player_id': 10956, 'p_name': 'Kirt Manwaring', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10956/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008091, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/42b43c3c_sabr.jpg', 'fangr_id': '1008091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3953, 'first_name': 'Kirt', 'last_name': 'Manwaring', 'key_fangraphs': 1008091, 'key_bbref': 'manwaki01', 'key_retro': 'manwk001', 'key_mlbam': 118267, 'offense_col': 2}}, {'position': '2B', 'innings': 1268.2, 'range': 5.0, 'error': 24.0, 'player_id': 10705, 'p_name': 'Joey Cora', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10705/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002607, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/41c9bb58_sabr.jpg', 'fangr_id': '1002607', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3755, 'first_name': 'Joey', 'last_name': 'Cora', 'key_fangraphs': 1002607, 'key_bbref': 'corajo01', 'key_retro': 'coraj001', 'key_mlbam': 112664, 'offense_col': 1}}, {'position': 'SS', 'innings': 1389.1, 'range': 1.0, 'error': 17.0, 'player_id': 10706, 'p_name': 'Alex Rodriguez', 'cost': 1234, 'image': 'https://pddev.manticorum.com/api/v2/players/10706/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1274, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c18ad6d1_br.jpg', 'fangr_id': '1274', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1643, 'first_name': 'Alex', 'last_name': 'Rodriguez', 'key_fangraphs': 1274, 'key_bbref': 'rodrial01', 'key_retro': 'rodra001', 'key_mlbam': 121347, 'offense_col': 1}}, {'position': 'CF', 'innings': 1344.2, 'range': 4.0, 'error': 2.0, 'arm': -5.0, 'player_id': 10707, 'p_name': 'Ken Griffey', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10707/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 327, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3e8e7034_sabr.jpg', 'fangr_id': '327', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2712, 'first_name': 'Ken', 'last_name': 'Griffey', 'key_fangraphs': 327, 'key_bbref': 'griffke02', 'key_retro': 'grifk002', 'key_mlbam': 115135, 'offense_col': 1}}, {'position': 'RF', 'innings': 572.2, 'range': 5.0, 'error': 3.0, 'arm': -1.0, 'player_id': 11451, 'p_name': 'Jay Buhner', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11451/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001638, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'fangr_id': '1001638', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4251, 'first_name': 'Jay', 'last_name': 'Buhner', 'key_fangraphs': 1001638, 'key_bbref': 'buhneja01', 'key_retro': 'buhnj001', 'key_mlbam': 111676, 'offense_col': 3}}, {'position': '1B', 'innings': 1143.1, 'range': 2.0, 'error': 1.0, 'player_id': 10708, 'p_name': 'David Segui', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10708/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 169, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8eb320d_sabr.jpg', 'fangr_id': '169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3756, 'first_name': 'David', 'last_name': 'Segui', 'key_fangraphs': 169, 'key_bbref': 'seguida01', 'key_retro': 'segud001', 'key_mlbam': 121977, 'offense_col': 1}}, {'position': '1B', 'innings': 31.0, 'range': 3.0, 'error': 0.0, 'player_id': 10709, 'p_name': 'Edgar Martinez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10709/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1086, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/05b7d71d_sabr.jpg', 'fangr_id': '1086', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3757, 'first_name': 'Edgar', 'last_name': 'Martinez', 'key_fangraphs': 1086, 'key_bbref': 'martied01', 'key_retro': 'marte001', 'key_mlbam': 118365, 'offense_col': 2}}, {'position': 'LF', 'innings': 725.0, 'range': 4.0, 'error': 7.0, 'arm': 1.0, 'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}}, {'position': 'RF', 'innings': 43.0, 'range': 3.0, 'error': 7.0, 'arm': 1.0, 'player_id': 11052, 'p_name': 'Glenallen Hill', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11052/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005820, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3bacd2ea_sabr.jpg', 'fangr_id': '1005820', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4033, 'first_name': 'Glenallen', 'last_name': 'Hill', 'key_fangraphs': 1005820, 'key_bbref': 'hillgl01', 'key_retro': 'hillg001', 'key_mlbam': 115935, 'offense_col': 3}}, {'position': '3B', 'innings': 1145.0, 'range': 5.0, 'error': 47.0, 'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}}, {'position': 'LF', 'innings': 19.0, 'range': 4.0, 'error': 25.0, 'arm': 0.0, 'player_id': 10957, 'p_name': 'Russ Davis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10957/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003076, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99a994c0_sabr.jpg', 'fangr_id': '1003076', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3954, 'first_name': 'Russ', 'last_name': 'Davis', 'key_fangraphs': 1003076, 'key_bbref': 'davisru01', 'key_retro': 'davir002', 'key_mlbam': 113137, 'offense_col': 2}}, {'position': 'C', 'innings': 798.1, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'pb': 6.0, 'overthrow': 5.0, 'player_id': 10958, 'p_name': 'Dan Wilson', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10958/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1102, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/da8711bc_sabr.jpg', 'fangr_id': '1102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3955, 'first_name': 'Dan', 'last_name': 'Wilson', 'key_fangraphs': 1102, 'key_bbref': 'wilsoda01', 'key_retro': 'wilsd001', 'key_mlbam': 124383, 'offense_col': 2}}, {'position': '2B', 'innings': 342.0, 'range': 2.0, 'error': 21.0, 'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}}, {'position': '3B', 'innings': 157.1, 'range': 3.0, 'error': 30.0, 'player_id': 11247, 'p_name': 'Luis Alicea', 'cost': 788, 'image': 'https://pddev.manticorum.com/api/v2/players/11247/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 584, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/945c2b84_sabr.jpg', 'fangr_id': '584', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4200, 'first_name': 'Luis', 'last_name': 'Alicea', 'key_fangraphs': 584, 'key_bbref': 'alicelu01', 'key_retro': 'alicl001', 'key_mlbam': 110136, 'offense_col': 1}}, {'position': 'LF', 'innings': 70.0, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'CF', 'innings': 264.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'RF', 'innings': 167.0, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11508, 'p_name': 'Roberto Kelly', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11508/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006815, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/25493b33_sabr.jpg', 'fangr_id': '1006815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4302, 'first_name': 'Roberto', 'last_name': 'Kelly', 'key_fangraphs': 1006815, 'key_bbref': 'kellyro01', 'key_retro': 'kellb002', 'key_mlbam': 116959, 'offense_col': 1}}, {'position': 'LF', 'innings': 1325.1, 'range': 3.0, 'error': 2.0, 'arm': 4.0, 'player_id': 10710, 'p_name': 'Rusty Greer', 'cost': 238, 'image': 'https://pddev.manticorum.com/api/v2/players/10710/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1252, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0342e122_sabr.jpg', 'fangr_id': '1252', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3758, 'first_name': 'Rusty', 'last_name': 'Greer', 'key_fangraphs': 1252, 'key_bbref': 'greerru01', 'key_retro': 'greer001', 'key_mlbam': 115114, 'offense_col': 2}}, {'position': 'RF', 'innings': 1007.0, 'range': 4.0, 'error': 4.0, 'arm': 0.0, 'player_id': 10711, 'p_name': 'Juan Gonzalez', 'cost': 975, 'image': 'https://pddev.manticorum.com/api/v2/players/10711/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1251, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/24b30cf9_sabr.jpg', 'fangr_id': '1251', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3759, 'first_name': 'Juan', 'last_name': 'Gonzalez', 'key_fangraphs': 1251, 'key_bbref': 'gonzaju03', 'key_retro': 'gonzj002', 'key_mlbam': 114932, 'offense_col': 1}}, {'position': '1B', 'innings': 1147.1, 'range': 5.0, 'error': 14.0, 'player_id': 10712, 'p_name': 'Will Clark', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10712/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002318, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3bcff907_sabr.jpg', 'fangr_id': '1002318', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3760, 'first_name': 'Will', 'last_name': 'Clark', 'key_fangraphs': 1002318, 'key_bbref': 'clarkwi02', 'key_retro': 'clarw001', 'key_mlbam': 112345, 'offense_col': 1}}, {'position': 'C', 'innings': 1197.1, 'range': 1.0, 'error': 3.0, 'arm': -4.0, 'pb': 8.0, 'overthrow': 6.0, 'player_id': 10713, 'p_name': 'Ivan Rodriguez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10713/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1275, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2eafa5bc_sabr.jpg', 'fangr_id': '1275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2650, 'first_name': 'Ivan', 'last_name': 'Rodriguez', 'key_fangraphs': 1275, 'key_bbref': 'rodriiv01', 'key_retro': 'rodri001', 'key_mlbam': 121358, 'offense_col': 1}}, {'position': 'SS', 'innings': 734.2, 'range': 3.0, 'error': 16.0, 'player_id': 10714, 'p_name': 'Kevin Elster', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10714/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3ef74640_sabr.jpg', 'fangr_id': '1003758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3761, 'first_name': 'Kevin', 'last_name': 'Elster', 'key_fangraphs': 1003758, 'key_bbref': 'elsteke01', 'key_retro': 'elstk001', 'key_mlbam': 113828, 'offense_col': 1}}, {'position': '3B', 'innings': 1281.2, 'range': 5.0, 'error': 30.0, 'player_id': 11125, 'p_name': 'Fernando Tatis', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11125/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St. Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 798, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/b26ed1a4_sabr.jpg', 'fangr_id': '798', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2617, 'first_name': 'Fernando', 'last_name': 'Tatis', 'key_fangraphs': 798, 'key_bbref': 'tatisfe01', 'key_retro': 'tatif001', 'key_mlbam': 123107, 'offense_col': 2}}, {'position': 'CF', 'innings': 1149.1, 'range': 3.0, 'error': 1.0, 'arm': 1.0, 'player_id': 11126, 'p_name': 'Tom Goodwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/11126/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1114, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'fangr_id': '1114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4098, 'first_name': 'Tom', 'last_name': 'Goodwin', 'key_fangraphs': 1114, 'key_bbref': 'goodwto01', 'key_retro': 'goodt001', 'key_mlbam': 114961, 'offense_col': 1}}, {'position': '1B', 'innings': 198.0, 'range': 3.0, 'error': 5.0, 'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}}, {'position': 'RF', 'innings': 33.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11544, 'p_name': 'Lee Stevens', 'cost': 700, 'image': 'https://pddev.manticorum.com/api/v2/players/11544/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 796, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'pos_2': 'RF', 'fangr_id': '796', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4321, 'first_name': 'Lee', 'last_name': 'Stevens', 'key_fangraphs': 796, 'key_bbref': 'stevele01', 'key_retro': 'stevl001', 'key_mlbam': 122765, 'offense_col': 2}}, {'position': '2B', 'innings': 33.2, 'range': 3.0, 'error': 71.0, 'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}}, {'position': 'SS', 'innings': 231.2, 'range': 3.0, 'error': 25.0, 'player_id': 11248, 'p_name': 'Domingo Cedeno', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11248/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002101, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '1002101', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4201, 'first_name': 'Domingo', 'last_name': 'Cedeno', 'key_fangraphs': 1002101, 'key_bbref': 'cedendo01', 'key_retro': 'ceded001', 'key_mlbam': 112154, 'offense_col': 3}}, {'position': 'LF', 'innings': 215.2, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': 'CF', 'innings': 220.0, 'range': 4.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': 'RF', 'innings': 45.0, 'range': 3.0, 'error': 5.0, 'arm': -3.0, 'player_id': 11053, 'p_name': 'Roger Cedeno', 'cost': 250, 'image': 'https://pddev.manticorum.com/api/v2/players/11053/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 869, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8541f87a_sabr.jpg', 'fangr_id': '869', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4034, 'first_name': 'Roger', 'last_name': 'Cedeno', 'key_fangraphs': 869, 'key_bbref': 'cedenro01', 'key_retro': 'ceder001', 'key_mlbam': 112155, 'offense_col': 1}}, {'position': '2B', 'innings': 694.2, 'range': 5.0, 'error': 19.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'SS', 'innings': 67.0, 'range': 3.0, 'error': 36.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'LF', 'innings': 26.1, 'range': 3.0, 'error': 25.0, 'arm': 0.0, 'player_id': 11487, 'p_name': 'Wilton Guerrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11487/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1378, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/678015fd_sabr.jpg', 'fangr_id': '1378', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4283, 'first_name': 'Wilton', 'last_name': 'Guerrero', 'key_fangraphs': 1378, 'key_bbref': 'guerrwi01', 'key_retro': 'guerw001', 'key_mlbam': 115224, 'offense_col': 3}}, {'position': 'RF', 'innings': 1098.2, 'range': 5.0, 'error': 2.0, 'arm': 2.0, 'player_id': 11171, 'p_name': 'Gary Sheffield', 'cost': 1097, 'image': 'https://pddev.manticorum.com/api/v2/players/11171/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 114, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/493e1da7_br.jpg', 'fangr_id': '114', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2632, 'first_name': 'Gary', 'last_name': 'Sheffield', 'key_fangraphs': 114, 'key_bbref': 'sheffga01', 'key_retro': 'shefg001', 'key_mlbam': 122111, 'offense_col': 1}}, {'position': '1B', 'innings': 1168.2, 'range': 4.0, 'error': 12.0, 'player_id': 11172, 'p_name': 'Eric Karros', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/11172/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 659, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2c9c9296_sabr.jpg', 'fangr_id': '659', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4137, 'first_name': 'Eric', 'last_name': 'Karros', 'key_fangraphs': 659, 'key_bbref': 'karroer01', 'key_retro': 'karre001', 'key_mlbam': 116852, 'offense_col': 2}}, {'position': 'CF', 'innings': 804.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}}, {'position': 'RF', 'innings': 457.1, 'range': 5.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10959, 'p_name': 'Raul Mondesi', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10959/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1314, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8841c82d_sabr.jpg', 'fangr_id': '1314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3956, 'first_name': 'Raul', 'last_name': 'Mondesi', 'key_fangraphs': 1314, 'key_bbref': 'mondera01', 'key_retro': 'mondr002', 'key_mlbam': 119247, 'offense_col': 2}}, {'position': '1B', 'innings': 209.0, 'range': 2.0, 'error': 5.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': '3B', 'innings': 135.0, 'range': 3.0, 'error': 12.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': 'LF', 'innings': 107.0, 'range': 4.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11249, 'p_name': 'Paul Konerko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11249/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 242, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '3B', 'pos_3': 'LF', 'fangr_id': '242', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1595, 'first_name': 'Paul', 'last_name': 'Konerko', 'key_fangraphs': 242, 'key_bbref': 'konerpa01', 'key_retro': 'konep001', 'key_mlbam': 117244, 'offense_col': 1}}, {'position': 'C', 'innings': 1143.2, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'pb': 5.0, 'overthrow': 8.0, 'player_id': 11173, 'p_name': 'Charles Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11173/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 523, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/ca1ba72d_sabr.jpg', 'fangr_id': '523', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4138, 'first_name': 'Charles', 'last_name': 'Johnson', 'key_fangraphs': 523, 'key_bbref': 'johnsch04', 'key_retro': 'johnc002', 'key_mlbam': 116569, 'offense_col': 1}}, {'position': '2B', 'innings': 220.0, 'range': 2.0, 'error': 11.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': '3B', 'innings': 44.2, 'range': 4.0, 'error': 39.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': 'SS', 'innings': 300.2, 'range': 2.0, 'error': 32.0, 'player_id': 11292, 'p_name': 'Juan Castro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11292/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 315, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '315', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2702, 'first_name': 'Juan', 'last_name': 'Castro', 'key_fangraphs': 315, 'key_bbref': 'castrju01', 'key_retro': 'castj004', 'key_mlbam': 112128, 'offense_col': 1}}, {'position': '2B', 'innings': 968.0, 'range': 5.0, 'error': 16.0, 'player_id': 10715, 'p_name': 'Eric Young', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10715/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 716, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b54b45d2_sabr.jpg', 'fangr_id': '716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3762, 'first_name': 'Eric', 'last_name': 'Young', 'key_fangraphs': 716, 'key_bbref': 'younger01', 'key_retro': 'youne001', 'key_mlbam': 124695, 'offense_col': 3}}, {'position': 'LF', 'innings': 185.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}}, {'position': 'CF', 'innings': 277.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11545, 'p_name': 'Trent Hubbard', 'cost': 1039, 'image': 'https://pddev.manticorum.com/api/v2/players/11545/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1036, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1036', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4322, 'first_name': 'Trent', 'last_name': 'Hubbard', 'key_fangraphs': 1036, 'key_bbref': 'hubbatr01', 'key_retro': 'hubbt001', 'key_mlbam': 116248, 'offense_col': 3}}, {'position': 'CF', 'innings': 1222.1, 'range': 1.0, 'error': 0.0, 'arm': 3.0, 'player_id': 10716, 'p_name': 'Darryl Hamilton', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10716/battingcard?d=2025-2-16', 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005272, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/281d9a0d_sabr.jpg', 'fangr_id': '1005272', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3763, 'first_name': 'Darryl', 'last_name': 'Hamilton', 'key_fangraphs': 1005272, 'key_bbref': 'hamilda02', 'key_retro': 'hamid001', 'key_mlbam': 115378, 'offense_col': 1}}, {'position': '2B', 'innings': 58.0, 'range': 3.0, 'error': 22.0, 'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}}, {'position': '3B', 'innings': 1137.1, 'range': 3.0, 'error': 24.0, 'player_id': 10717, 'p_name': 'Bill Mueller', 'cost': 287, 'image': 'https://pddev.manticorum.com/api/v2/players/10717/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 295, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7c634c0b_sabr.jpg', 'fangr_id': '295', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3764, 'first_name': 'Bill', 'last_name': 'Mueller', 'key_fangraphs': 295, 'key_bbref': 'muellbi02', 'key_retro': 'muelb001', 'key_mlbam': 119482, 'offense_col': 1}}, {'position': 'LF', 'innings': 1336.1, 'range': 1.0, 'error': 4.0, 'arm': 4.0, 'player_id': 10718, 'p_name': 'Barry Bonds', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10718/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1109, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e79d202f_br.jpg', 'fangr_id': '1109', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3765, 'first_name': 'Barry', 'last_name': 'Bonds', 'key_fangraphs': 1109, 'key_bbref': 'bondsba01', 'key_retro': 'bondb001', 'key_mlbam': 111188, 'offense_col': 1}}, {'position': '1B', 'innings': 335.2, 'range': 3.0, 'error': 6.0, 'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}}, {'position': '3B', 'innings': 339.2, 'range': 3.0, 'error': 5.0, 'player_id': 11127, 'p_name': 'Charlie Hayes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11127/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a114a243_sabr.jpg', 'fangr_id': '1005525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4099, 'first_name': 'Charlie', 'last_name': 'Hayes', 'key_fangraphs': 1005525, 'key_bbref': 'hayesch01', 'key_retro': 'hayec001', 'key_mlbam': 115640, 'offense_col': 1}}, {'position': 'LF', 'innings': 38.0, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'CF', 'innings': 190.0, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'RF', 'innings': 719.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 10719, 'p_name': 'Stan Javier', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10719/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006372, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/325cd50f_sabr.jpg', 'fangr_id': '1006372', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3766, 'first_name': 'Stan', 'last_name': 'Javier', 'key_fangraphs': 1006372, 'key_bbref': 'javiest01', 'key_retro': 'javis001', 'key_mlbam': 116506, 'offense_col': 1}}, {'position': 'SS', 'innings': 918.0, 'range': 2.0, 'error': 14.0, 'player_id': 10720, 'p_name': 'Rich Aurilia', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10720/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1106, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c5f59fe8_sabr.jpg', 'fangr_id': '1106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2780, 'first_name': 'Rich', 'last_name': 'Aurilia', 'key_fangraphs': 1106, 'key_bbref': 'aurilri01', 'key_retro': 'aurir001', 'key_mlbam': 110383, 'offense_col': 3}}, {'position': '1B', 'innings': 1037.0, 'range': 2.0, 'error': 1.0, 'player_id': 10721, 'p_name': 'JT Snow', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10721/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1133, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d1e4bb77_sabr.jpg', 'fangr_id': '1133', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3767, 'first_name': 'JT', 'last_name': 'Snow', 'key_fangraphs': 1133, 'key_bbref': 'snowj.01', 'key_retro': 'snowj001', 'key_mlbam': 122497, 'offense_col': 1}}, {'position': 'C', 'innings': 764.0, 'range': 3.0, 'error': 3.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 6.0, 'player_id': 10722, 'p_name': 'Brian Johnson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10722/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006432, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7ad7a383_sabr.jpg', 'fangr_id': '1006432', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3768, 'first_name': 'Brian', 'last_name': 'Johnson', 'key_fangraphs': 1006432, 'key_bbref': 'johnsbr01', 'key_retro': 'johnb002', 'key_mlbam': 116566, 'offense_col': 2}}, {'position': '2B', 'innings': 196.0, 'range': 2.0, 'error': 6.0, 'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}}, {'position': 'SS', 'innings': 504.2, 'range': 2.0, 'error': 16.0, 'player_id': 11174, 'p_name': 'Rey Sanchez', 'cost': 301, 'image': 'https://pddev.manticorum.com/api/v2/players/11174/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 213, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d2996ef5_sabr.jpg', 'fangr_id': '213', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4139, 'first_name': 'Rey', 'last_name': 'Sanchez', 'key_fangraphs': 213, 'key_bbref': 'sanchre01', 'key_retro': 'sancr001', 'key_mlbam': 121663, 'offense_col': 1}}, {'position': 'LF', 'innings': 23.1, 'range': 4.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}}, {'position': 'RF', 'innings': 187.1, 'range': 2.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11452, 'p_name': 'Chris Jones', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11452/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006539, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'fangr_id': '1006539', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4252, 'first_name': 'Chris', 'last_name': 'Jones', 'key_fangraphs': 1006539, 'key_bbref': 'jonesch05', 'key_retro': 'jonec002', 'key_mlbam': 116671, 'offense_col': 3}}, {'position': 'C', 'innings': 664.0, 'range': 5.0, 'error': 4.0, 'arm': 0.0, 'pb': 9.0, 'overthrow': 9.0, 'player_id': 11453, 'p_name': 'Brent Mayne', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11453/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 614, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0a5a05cc_sabr.jpg', 'fangr_id': '614', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4253, 'first_name': 'Brent', 'last_name': 'Mayne', 'key_fangraphs': 614, 'key_bbref': 'maynebr01', 'key_retro': 'maynb001', 'key_mlbam': 118490, 'offense_col': 3}}, {'position': 'LF', 'innings': 46.2, 'range': 3.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}}, {'position': 'CF', 'innings': 49.0, 'range': 4.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}}, {'position': 'RF', 'innings': 444.0, 'range': 2.0, 'error': 4.0, 'arm': 0.0, 'player_id': 11546, 'p_name': 'Marvin Benard', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11546/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1382, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1382', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4323, 'first_name': 'Marvin', 'last_name': 'Benard', 'key_fangraphs': 1382, 'key_bbref': 'benarma01', 'key_retro': 'benam001', 'key_mlbam': 110847, 'offense_col': 3}}, {'position': '2B', 'innings': 208.0, 'range': 2.0, 'error': 20.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': '3B', 'innings': 18.1, 'range': 3.0, 'error': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'LF', 'innings': 38.0, 'range': 3.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'CF', 'innings': 100.0, 'range': 3.0, 'error': 11.0, 'arm': 0.0, 'player_id': 11128, 'p_name': 'Bip Roberts', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11128/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011023, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8898e71_sabr.jpg', 'fangr_id': '1011023', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4100, 'first_name': 'Bip', 'last_name': 'Roberts', 'key_fangraphs': 1011023, 'key_bbref': 'roberbi01', 'key_retro': 'robeb002', 'key_mlbam': 121280, 'offense_col': 1}}, {'position': 'SS', 'innings': 915.0, 'range': 5.0, 'error': 34.0, 'player_id': 11293, 'p_name': 'Miguel Tejada', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11293/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 941, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'fangr_id': '941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1625, 'first_name': 'Miguel', 'last_name': 'Tejada', 'key_fangraphs': 941, 'key_bbref': 'tejadmi01', 'key_retro': 'tejam001', 'key_mlbam': 123173, 'offense_col': 1}}, {'position': 'CF', 'innings': 891.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}}, {'position': 'RF', 'innings': 17.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11175, 'p_name': 'Ryan Christenson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11175/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1594, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e34a9f97_sabr.jpg', 'fangr_id': '1594', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4140, 'first_name': 'Ryan', 'last_name': 'Christenson', 'key_fangraphs': 1594, 'key_bbref': 'chrisry01', 'key_retro': 'chrir001', 'key_mlbam': 134342, 'offense_col': 1}}, {'position': 'LF', 'innings': 49.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11547, 'p_name': 'Kevin Mitchell', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11547/battingcard?d=2025-2-16', 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'fangr_id': '1009004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4324, 'first_name': 'Kevin', 'last_name': 'Mitchell', 'key_fangraphs': 1009004, 'key_bbref': 'mitchke01', 'key_retro': 'mitck001', 'key_mlbam': 119195, 'offense_col': 3}}, {'position': 'LF', 'innings': 110.1, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'CF', 'innings': 553.1, 'range': 5.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'RF', 'innings': 59.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 11294, 'p_name': 'Randy Winn', 'cost': 1440, 'image': 'https://pddev.manticorum.com/api/v2/players/11294/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1235, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2777, 'first_name': 'Randy', 'last_name': 'Winn', 'key_fangraphs': 1235, 'key_bbref': 'winnra01', 'key_retro': 'winnr001', 'key_mlbam': 133160, 'offense_col': 1}}, {'position': 'LF', 'innings': 174.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}}, {'position': 'RF', 'innings': 113.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11548, 'p_name': 'Bubba Trammell', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/11548/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1057, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1057', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4325, 'first_name': 'Bubba', 'last_name': 'Trammell', 'key_fangraphs': 1057, 'key_bbref': 'trammbu01', 'key_retro': 'tramb001', 'key_mlbam': 123438, 'offense_col': 3}}, {'position': 'LF', 'innings': 333.1, 'range': 2.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}}, {'position': 'RF', 'innings': 294.2, 'range': 4.0, 'error': 0.0, 'arm': -2.0, 'player_id': 11054, 'p_name': 'Mike Kelly', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/11054/battingcard?d=2025-2-16', 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006809, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/9822e353_sabr.jpg', 'fangr_id': '1006809', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4035, 'first_name': 'Mike', 'last_name': 'Kelly', 'key_fangraphs': 1006809, 'key_bbref': 'kellymi02', 'key_retro': 'kellm001', 'key_mlbam': 116954, 'offense_col': 1}}, {'position': 'CF', 'innings': 1076.0, 'range': 5.0, 'error': 3.0, 'arm': 2.0, 'player_id': 11055, 'p_name': 'Brady Anderson', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11055/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 364, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/514618a0_sabr.jpg', 'fangr_id': '364', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4036, 'first_name': 'Brady', 'last_name': 'Anderson', 'key_fangraphs': 364, 'key_bbref': 'anderbr01', 'key_retro': 'andeb001', 'key_mlbam': 110229, 'offense_col': 2}}, {'position': '2B', 'innings': 158.0, 'range': 2.0, 'error': 18.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': '3B', 'innings': 40.2, 'range': 3.0, 'error': 50.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': 'SS', 'innings': 162.0, 'range': 2.0, 'error': 23.0, 'player_id': 11488, 'p_name': 'Jeff Reboulet', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/11488/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1389, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1389', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4284, 'first_name': 'Jeff', 'last_name': 'Reboulet', 'key_fangraphs': 1389, 'key_bbref': 'rebouje01', 'key_retro': 'reboj001', 'key_mlbam': 120975, 'offense_col': 3}}, {'position': 'LF', 'innings': 304.0, 'range': 2.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'CF', 'innings': 123.0, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'RF', 'innings': 74.1, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11454, 'p_name': 'Mark Whiten', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/11454/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013886, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7bfc132e_sabr.jpg', 'fangr_id': '1013886', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4254, 'first_name': 'Mark', 'last_name': 'Whiten', 'key_fangraphs': 1013886, 'key_bbref': 'whitema01', 'key_retro': 'whitm001', 'key_mlbam': 124207, 'offense_col': 1}}, {'position': 'C', 'innings': 930.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 4.0, 'overthrow': 7.0, 'player_id': 10723, 'p_name': 'Sandy Alomar', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10723/battingcard?d=2025-2-16', 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 221, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8a4d899_sabr.jpg', 'fangr_id': '221', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3769, 'first_name': 'Sandy', 'last_name': 'Alomar', 'key_fangraphs': 221, 'key_bbref': 'alomasa02', 'key_retro': 'aloms001', 'key_mlbam': 110184, 'offense_col': 1}}, {'position': '1B', 'innings': 36.0, 'range': 3.0, 'error': 0.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '2B', 'innings': 928.2, 'range': 3.0, 'error': 12.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '3B', 'innings': 82.2, 'range': 2.0, 'error': 0.0, 'player_id': 11129, 'p_name': 'David Bell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11129/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1108, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26b9eb68_sabr.jpg', 'fangr_id': '1108', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4101, 'first_name': 'David', 'last_name': 'Bell', 'key_fangraphs': 1108, 'key_bbref': 'bellda01', 'key_retro': 'belld002', 'key_mlbam': 110816, 'offense_col': 1}}, {'position': '3B', 'innings': 460.0, 'range': 5.0, 'error': 65.0, 'player_id': 11509, 'p_name': 'Gabe Alvarez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11509/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000194, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'fangr_id': '1000194', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4303, 'first_name': 'Gabe', 'last_name': 'Alvarez', 'key_fangraphs': 1000194, 'key_bbref': 'alvarga01', 'key_retro': 'alvag001', 'key_mlbam': 134080, 'offense_col': 1}}, {'position': '2B', 'innings': 723.0, 'range': 2.0, 'error': 17.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': '3B', 'innings': 23.0, 'range': 3.0, 'error': 65.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': 'SS', 'innings': 40.0, 'range': 2.0, 'error': 0.0, 'player_id': 11205, 'p_name': 'Craig Grebeck', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/11205/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004982, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1004982', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4164, 'first_name': 'Craig', 'last_name': 'Grebeck', 'key_fangraphs': 1004982, 'key_bbref': 'grebecr01', 'key_retro': 'grebc001', 'key_mlbam': 115078, 'offense_col': 2}}, {'position': '1B', 'innings': 24.0, 'range': 3.0, 'error': 0.0, 'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}}, {'position': 'LF', 'innings': 1057.0, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 10724, 'p_name': 'Gregg Jefferies', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10724/battingcard?d=2025-2-16', 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a038d799_sabr.jpg', 'fangr_id': '1006379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3770, 'first_name': 'Gregg', 'last_name': 'Jefferies', 'key_fangraphs': 1006379, 'key_bbref': 'jeffegr01', 'key_retro': 'jeffg001', 'key_mlbam': 116513, 'offense_col': 2}}, {'position': 'C', 'innings': 705.1, 'range': 5.0, 'error': 8.0, 'arm': -1.0, 'pb': 12.0, 'overthrow': 16.0, 'player_id': 10725, 'p_name': 'Mike Sweeney', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10725/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 634, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a0d9fad0_sabr.jpg', 'fangr_id': '634', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2752, 'first_name': 'Mike', 'last_name': 'Sweeney', 'key_fangraphs': 634, 'key_bbref': 'sweenmi01', 'key_retro': 'sweem002', 'key_mlbam': 123041, 'offense_col': 1}}, {'position': '3B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}}, {'position': 'SS', 'innings': 562.2, 'range': 2.0, 'error': 31.0, 'player_id': 11549, 'p_name': 'Mendy Lopez', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11549/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1458, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '3B', 'fangr_id': '1458', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4326, 'first_name': 'Mendy', 'last_name': 'Lopez', 'key_fangraphs': 1458, 'key_bbref': 'lopezme01', 'key_retro': 'lopem001', 'key_mlbam': 133741, 'offense_col': 3}}, {'position': '3B', 'innings': 149.2, 'range': 3.0, 'error': 21.0, 'player_id': 11510, 'p_name': 'Terry Pendleton', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11510/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010157, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'fangr_id': '1010157', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4304, 'first_name': 'Terry', 'last_name': 'Pendleton', 'key_fangraphs': 1010157, 'key_bbref': 'pendlte01', 'key_retro': 'pendt001', 'key_mlbam': 120381, 'offense_col': 3}}, {'position': 'CF', 'innings': 922.2, 'range': 5.0, 'error': 2.0, 'arm': 3.0, 'player_id': 10726, 'p_name': 'Otis Nixon', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10726/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009608, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2bf962ee_sabr.jpg', 'fangr_id': '1009608', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3771, 'first_name': 'Otis', 'last_name': 'Nixon', 'key_fangraphs': 1009608, 'key_bbref': 'nixonot01', 'key_retro': 'nixoo001', 'key_mlbam': 119812, 'offense_col': 2}}, {'position': '1B', 'innings': 586.2, 'range': 5.0, 'error': 14.0, 'player_id': 10727, 'p_name': 'David Ortiz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10727/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 745, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/35b5cb46_mlbam.jpg', 'fangr_id': '745', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1617, 'first_name': 'David', 'last_name': 'Ortiz', 'key_fangraphs': 745, 'key_bbref': 'ortizda01', 'key_retro': 'ortid001', 'key_mlbam': 120074, 'offense_col': 2}}, {'position': '2B', 'innings': 1055.2, 'range': 1.0, 'error': 17.0, 'player_id': 10728, 'p_name': 'Mark McLemore', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10728/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1088, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/363b34de_sabr.jpg', 'fangr_id': '1088', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3772, 'first_name': 'Mark', 'last_name': 'McLemore', 'key_fangraphs': 1088, 'key_bbref': 'mclemma01', 'key_retro': 'mclem001', 'key_mlbam': 118808, 'offense_col': 1}}, {'position': '3B', 'innings': 1364.2, 'range': 5.0, 'error': 29.0, 'player_id': 10960, 'p_name': 'Todd Zeile', 'cost': 926, 'image': 'https://pddev.manticorum.com/api/v2/players/10960/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 457, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/01df758a_sabr.jpg', 'fangr_id': '457', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3957, 'first_name': 'Todd', 'last_name': 'Zeile', 'key_fangraphs': 457, 'key_bbref': 'zeileto01', 'key_retro': 'zeilt001', 'key_mlbam': 124755, 'offense_col': 3}}, {'position': 'SS', 'innings': 1225.2, 'range': 2.0, 'error': 20.0, 'player_id': 10729, 'p_name': 'Royce Clayton', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/10729/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/498cd9a1_sabr.jpg', 'fangr_id': '226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3773, 'first_name': 'Royce', 'last_name': 'Clayton', 'key_fangraphs': 226, 'key_bbref': 'claytro01', 'key_retro': 'clayr001', 'key_mlbam': 112381, 'offense_col': 3}}, {'position': 'CF', 'innings': 1219.1, 'range': 1.0, 'error': 3.0, 'arm': 5.0, 'player_id': 10730, 'p_name': 'Devon White', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10730/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013862, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f60d7078_sabr.jpg', 'fangr_id': '1013862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3774, 'first_name': 'Devon', 'last_name': 'White', 'key_fangraphs': 1013862, 'key_bbref': 'whitede03', 'key_retro': 'whitd001', 'key_mlbam': 124164, 'offense_col': 1}}, {'position': '2B', 'innings': 131.1, 'range': 3.0, 'error': 10.0, 'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}}, {'position': 'SS', 'innings': 1175.2, 'range': 2.0, 'error': 20.0, 'player_id': 10731, 'p_name': 'Jay Bell', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10731/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 48, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c9f62a11_sabr.jpg', 'fangr_id': '48', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3775, 'first_name': 'Jay', 'last_name': 'Bell', 'key_fangraphs': 48, 'key_bbref': 'bellja01', 'key_retro': 'bellj001', 'key_mlbam': 110826, 'offense_col': 2}}, {'position': '1B', 'innings': 1268.1, 'range': 4.0, 'error': 2.0, 'player_id': 10732, 'p_name': 'Travis Lee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10732/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 958, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fed1cb30_sabr.jpg', 'fangr_id': '958', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3776, 'first_name': 'Travis', 'last_name': 'Lee', 'key_fangraphs': 958, 'key_bbref': 'leetr01', 'key_retro': 'lee-t002', 'key_mlbam': 134162, 'offense_col': 1}}, {'position': '3B', 'innings': 1126.2, 'range': 1.0, 'error': 14.0, 'player_id': 10733, 'p_name': 'Matt Williams', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10733/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 77, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4985b709_sabr.jpg', 'fangr_id': '77', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3777, 'first_name': 'Matt', 'last_name': 'Williams', 'key_fangraphs': 77, 'key_bbref': 'willima04', 'key_retro': 'willm003', 'key_mlbam': 124326, 'offense_col': 1}}, {'position': '1B', 'innings': 60.0, 'range': 3.0, 'error': 20.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'LF', 'innings': 136.2, 'range': 4.0, 'error': 9.0, 'arm': 2.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'RF', 'innings': 239.0, 'range': 5.0, 'error': 9.0, 'arm': 2.0, 'player_id': 11130, 'p_name': 'Brent Brede', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11130/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001377, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '1B', 'fangr_id': '1001377', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4102, 'first_name': 'Brent', 'last_name': 'Brede', 'key_fangraphs': 1001377, 'key_bbref': 'bredebr01', 'key_retro': 'bredb001', 'key_mlbam': 111414, 'offense_col': 2}}, {'position': 'CF', 'innings': 27.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}}, {'position': 'RF', 'innings': 736.2, 'range': 4.0, 'error': 6.0, 'arm': -2.0, 'player_id': 11489, 'p_name': 'Karim Garcia', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11489/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1537, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5aadfc77_sabr.jpg', 'fangr_id': '1537', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4285, 'first_name': 'Karim', 'last_name': 'Garcia', 'key_fangraphs': 1537, 'key_bbref': 'garcika01', 'key_retro': 'garck002', 'key_mlbam': 114588, 'offense_col': 2}}, {'position': 'C', 'innings': 397.1, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'pb': 5.0, 'overthrow': 9.0, 'player_id': 11511, 'p_name': 'Jorge Fabregas', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11511/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 12, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '12', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4305, 'first_name': 'Jorge', 'last_name': 'Fabregas', 'key_fangraphs': 12, 'key_bbref': 'fabrejo01', 'key_retro': 'fabrj001', 'key_mlbam': 113966, 'offense_col': 3}}, {'position': 'LF', 'innings': 296.1, 'range': 2.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}}, {'position': 'RF', 'innings': 102.0, 'range': 4.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11056, 'p_name': 'Yamil Benitez', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11056/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/26eaac91_sabr.jpg', 'fangr_id': '1000834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4037, 'first_name': 'Yamil', 'last_name': 'Benitez', 'key_fangraphs': 1000834, 'key_bbref': 'benitya01', 'key_retro': 'beniy001', 'key_mlbam': 110860, 'offense_col': 1}}, {'position': '2B', 'innings': 280.2, 'range': 2.0, 'error': 4.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': '3B', 'innings': 111.0, 'range': 2.0, 'error': 13.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': 'SS', 'innings': 246.2, 'range': 2.0, 'error': 20.0, 'player_id': 11250, 'p_name': 'Tony Batista', 'cost': 717, 'image': 'https://pddev.manticorum.com/api/v2/players/11250/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 124, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0f3f270d_sabr.jpg', 'fangr_id': '124', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4202, 'first_name': 'Tony', 'last_name': 'Batista', 'key_fangraphs': 124, 'key_bbref': 'batisto01', 'key_retro': 'batit001', 'key_mlbam': 110682, 'offense_col': 2}}, {'position': '2B', 'innings': 1166.0, 'range': 5.0, 'error': 19.0, 'player_id': 10734, 'p_name': 'Jeff Kent', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10734/battingcard?d=2025-2-16', 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1119, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5c319114_sabr.jpg', 'fangr_id': '1119', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2667, 'first_name': 'Jeff', 'last_name': 'Kent', 'key_fangraphs': 1119, 'key_bbref': 'kentje01', 'key_retro': 'kentj001', 'key_mlbam': 116999, 'offense_col': 3}}, {'position': 'C', 'innings': 710.0, 'range': 2.0, 'error': 7.0, 'arm': -2.0, 'pb': 1.0, 'overthrow': 15.0, 'player_id': 11131, 'p_name': 'Kelly Stinnett', 'cost': 276, 'image': 'https://pddev.manticorum.com/api/v2/players/11131/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 356, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8083d5af_sabr.jpg', 'fangr_id': '356', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4103, 'first_name': 'Kelly', 'last_name': 'Stinnett', 'key_fangraphs': 356, 'key_bbref': 'stinnke01', 'key_retro': 'stink001', 'key_mlbam': 122803, 'offense_col': 2}}, {'position': '1B', 'innings': 103.0, 'range': 3.0, 'error': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': '2B', 'innings': 443.1, 'range': 3.0, 'error': 12.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': '3B', 'innings': 191.0, 'range': 2.0, 'error': 13.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'LF', 'innings': 55.0, 'range': 2.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'CF', 'innings': 57.0, 'range': 2.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'RF', 'innings': 198.0, 'range': 5.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11295, 'p_name': 'Andy Fox', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11295/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1379, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'RF', 'pos_3': '3B', 'pos_4': '1B', 'pos_5': 'CF', 'pos_6': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f6cce998_sabr.jpg', 'fangr_id': '1379', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4232, 'first_name': 'Andy', 'last_name': 'Fox', 'key_fangraphs': 1379, 'key_bbref': 'foxan01', 'key_retro': 'fox-a001', 'key_mlbam': 114353, 'offense_col': 2}}, {'position': 'LF', 'innings': 1267.0, 'range': 4.0, 'error': 6.0, 'arm': 5.0, 'player_id': 10735, 'p_name': 'Cliff Floyd', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10735/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 518, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8e1b2d26_sabr.jpg', 'fangr_id': '518', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3778, 'first_name': 'Cliff', 'last_name': 'Floyd', 'key_fangraphs': 518, 'key_bbref': 'floydcl01', 'key_retro': 'floyc001', 'key_mlbam': 114260, 'offense_col': 1}}, {'position': 'SS', 'innings': 1131.0, 'range': 5.0, 'error': 23.0, 'player_id': 10961, 'p_name': 'Edgar Renteria', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10961/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/63af7c64_sabr.jpg', 'fangr_id': '1178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2605, 'first_name': 'Edgar', 'last_name': 'Renteria', 'key_fangraphs': 1178, 'key_bbref': 'renteed01', 'key_retro': 'rente001', 'key_mlbam': 121074, 'offense_col': 1}}, {'position': 'CF', 'innings': 339.0, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}}, {'position': 'RF', 'innings': 888.2, 'range': 1.0, 'error': 4.0, 'arm': -4.0, 'player_id': 11132, 'p_name': 'Mark Kotsay', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11132/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1042, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/410230e0_sabr.jpg', 'fangr_id': '1042', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2736, 'first_name': 'Mark', 'last_name': 'Kotsay', 'key_fangraphs': 1042, 'key_bbref': 'kotsama01', 'key_retro': 'kotsm001', 'key_mlbam': 117276, 'offense_col': 3}}, {'position': '3B', 'innings': 687.1, 'range': 5.0, 'error': 44.0, 'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}}, {'position': 'LF', 'innings': 85.2, 'range': 3.0, 'error': 14.0, 'arm': 0.0, 'player_id': 11206, 'p_name': 'Bobby Bonilla', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11206/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001168, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'fangr_id': '1001168', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4165, 'first_name': 'Bobby', 'last_name': 'Bonilla', 'key_fangraphs': 1001168, 'key_bbref': 'bonilbo01', 'key_retro': 'bonib001', 'key_mlbam': 111199, 'offense_col': 2}}, {'position': '1B', 'innings': 1046.2, 'range': 4.0, 'error': 9.0, 'player_id': 11133, 'p_name': 'Derrek Lee', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11133/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 525, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/196b8771_br.jpg', 'fangr_id': '525', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2592, 'first_name': 'Derrek', 'last_name': 'Lee', 'key_fangraphs': 525, 'key_bbref': 'leede02', 'key_retro': 'lee-d002', 'key_mlbam': 117601, 'offense_col': 2}}, {'position': '2B', 'innings': 300.1, 'range': 3.0, 'error': 4.0, 'player_id': 10962, 'p_name': 'Andy Stankiewicz', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10962/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012405, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/ca8f9d4a_sabr.jpg', 'fangr_id': '1012405', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3958, 'first_name': 'Andy', 'last_name': 'Stankiewicz', 'key_fangraphs': 1012405, 'key_bbref': 'stankan01', 'key_retro': 'stana001', 'key_mlbam': 122665, 'offense_col': 2}}, {'position': '2B', 'innings': 892.2, 'range': 2.0, 'error': 6.0, 'player_id': 10963, 'p_name': 'Craig Counsell', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10963/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 52, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0437c3b5_sabr.jpg', 'fangr_id': '52', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3091, 'first_name': 'Craig', 'last_name': 'Counsell', 'key_fangraphs': 52, 'key_bbref': 'counscr01', 'key_retro': 'counc001', 'key_mlbam': 112736, 'offense_col': 1}}, {'position': '1B', 'innings': 310.2, 'range': 5.0, 'error': 30.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'LF', 'innings': 49.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'RF', 'innings': 133.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11512, 'p_name': 'Ryan Jackson', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11512/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 472, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'RF', 'pos_3': 'LF', 'fangr_id': '472', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4306, 'first_name': 'Ryan', 'last_name': 'Jackson', 'key_fangraphs': 472, 'key_bbref': 'jacksry01', 'key_retro': 'jackr004', 'key_mlbam': 133224, 'offense_col': 3}}, {'position': 'C', 'innings': 711.1, 'range': 4.0, 'error': 6.0, 'arm': -2.0, 'pb': 14.0, 'overthrow': 13.0, 'player_id': 11251, 'p_name': 'Gregg Zaun', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11251/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 580, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0bdde737_sabr.jpg', 'fangr_id': '580', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2643, 'first_name': 'Gregg', 'last_name': 'Zaun', 'key_fangraphs': 580, 'key_bbref': 'zaungr01', 'key_retro': 'zaung001', 'key_mlbam': 124748, 'offense_col': 2}}, {'position': 'LF', 'innings': 22.2, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': 'CF', 'innings': 197.2, 'range': 5.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': 'RF', 'innings': 22.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11296, 'p_name': 'John Cangelosi', 'cost': 262, 'image': 'https://pddev.manticorum.com/api/v2/players/11296/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001913, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1001913', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4233, 'first_name': 'John', 'last_name': 'Cangelosi', 'key_fangraphs': 1001913, 'key_bbref': 'cangejo01', 'key_retro': 'cangj001', 'key_mlbam': 111956, 'offense_col': 1}}, {'position': '2B', 'innings': 176.2, 'range': 3.0, 'error': 0.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': '3B', 'innings': 163.1, 'range': 3.0, 'error': 23.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': 'SS', 'innings': 109.1, 'range': 3.0, 'error': 48.0, 'player_id': 11252, 'p_name': 'Dave Berg', 'cost': 516, 'image': 'https://pddev.manticorum.com/api/v2/players/11252/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1288, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '2B', 'pos_2': '3B', 'pos_3': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/f/fbec9068_sabr.jpg', 'fangr_id': '1288', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4203, 'first_name': 'Dave', 'last_name': 'Berg', 'key_fangraphs': 1288, 'key_bbref': 'bergda01', 'key_retro': 'bergd002', 'key_mlbam': 132787, 'offense_col': 2}}, {'position': 'SS', 'innings': 789.1, 'range': 1.0, 'error': 22.0, 'player_id': 10964, 'p_name': 'Walt Weiss', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/10964/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013748, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2500208c_sabr.jpg', 'fangr_id': '1013748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3959, 'first_name': 'Walt', 'last_name': 'Weiss', 'key_fangraphs': 1013748, 'key_bbref': 'weisswa01', 'key_retro': 'weisw001', 'key_mlbam': 124054, 'offense_col': 2}}, {'position': '2B', 'innings': 731.1, 'range': 1.0, 'error': 10.0, 'player_id': 11207, 'p_name': 'Keith Lockhart', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11207/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1380, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/73891989_sabr.jpg', 'fangr_id': '1380', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4166, 'first_name': 'Keith', 'last_name': 'Lockhart', 'key_fangraphs': 1380, 'key_bbref': 'lockhke01', 'key_retro': 'lockk001', 'key_mlbam': 117854, 'offense_col': 3}}, {'position': '3B', 'innings': 1399.2, 'range': 2.0, 'error': 14.0, 'player_id': 10736, 'p_name': 'Chipper Jones', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10736/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 97, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b7c916e5_sabr.jpg', 'fangr_id': '97', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2265, 'first_name': 'Chipper', 'last_name': 'Jones', 'key_fangraphs': 97, 'key_bbref': 'jonesch06', 'key_retro': 'jonec004', 'key_mlbam': 116706, 'offense_col': 3}}, {'position': '1B', 'innings': 1279.2, 'range': 5.0, 'error': 10.0, 'player_id': 10965, 'p_name': 'Andres Galarraga', 'cost': 1008, 'image': 'https://pddev.manticorum.com/api/v2/players/10965/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1390, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4fa68f08_sabr.jpg', 'fangr_id': '1390', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3960, 'first_name': 'Andres', 'last_name': 'Galarraga', 'key_fangraphs': 1390, 'key_bbref': 'galaran01', 'key_retro': 'galaa001', 'key_mlbam': 114526, 'offense_col': 2}}, {'position': '1B', 'innings': 50.0, 'range': 3.0, 'error': 24.0, 'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}}, {'position': 'LF', 'innings': 917.0, 'range': 2.0, 'error': 1.0, 'arm': -3.0, 'player_id': 11208, 'p_name': 'Ryan Klesko', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11208/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1041, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/63965b8e_sabr.jpg', 'fangr_id': '1041', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4167, 'first_name': 'Ryan', 'last_name': 'Klesko', 'key_fangraphs': 1041, 'key_bbref': 'kleskry01', 'key_retro': 'klesr001', 'key_mlbam': 117148, 'offense_col': 1}}, {'position': 'C', 'innings': 1092.1, 'range': 3.0, 'error': 2.0, 'arm': -2.0, 'pb': 10.0, 'overthrow': 4.0, 'player_id': 11209, 'p_name': 'Javy Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11209/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 103, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e9b72dba_sabr.jpg', 'fangr_id': '103', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4168, 'first_name': 'Javy', 'last_name': 'Lopez', 'key_fangraphs': 103, 'key_bbref': 'lopezja01', 'key_retro': 'lopej001', 'key_mlbam': 117919, 'offense_col': 1}}, {'position': 'RF', 'innings': 953.2, 'range': 3.0, 'error': 1.0, 'arm': 0.0, 'player_id': 11253, 'p_name': 'Michael Tucker', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11253/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 635, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'fangr_id': '635', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4204, 'first_name': 'Michael', 'last_name': 'Tucker', 'key_fangraphs': 635, 'key_bbref': 'tuckemi01', 'key_retro': 'tuckm001', 'key_mlbam': 123494, 'offense_col': 2}}, {'position': 'CF', 'innings': 1372.2, 'range': 1.0, 'error': 1.0, 'arm': -6.0, 'player_id': 10966, 'p_name': 'Andruw Jones', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10966/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 96, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/acecb2be_sabr.jpg', 'fangr_id': '96', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2254, 'first_name': 'Andruw', 'last_name': 'Jones', 'key_fangraphs': 96, 'key_bbref': 'jonesan01', 'key_retro': 'jonea002', 'key_mlbam': 116662, 'offense_col': 1}}, {'position': 'LF', 'innings': 714.1, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': 'CF', 'innings': 129.0, 'range': 4.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': 'RF', 'innings': 84.2, 'range': 3.0, 'error': 3.0, 'arm': 0.0, 'player_id': 11210, 'p_name': 'David Dellucci', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/11210/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1402, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e7c5d389_sabr.jpg', 'fangr_id': '1402', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4169, 'first_name': 'David', 'last_name': 'Dellucci', 'key_fangraphs': 1402, 'key_bbref': 'delluda01', 'key_retro': 'delld001', 'key_mlbam': 113240, 'offense_col': 2}}, {'position': '2B', 'innings': 631.2, 'range': 1.0, 'error': 20.0, 'player_id': 11057, 'p_name': 'Tony Graffanino', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11057/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 235, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1ce1bcf4_sabr.jpg', 'fangr_id': '235', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4038, 'first_name': 'Tony', 'last_name': 'Graffanino', 'key_fangraphs': 235, 'key_bbref': 'graffto01', 'key_retro': 'graft001', 'key_mlbam': 115017, 'offense_col': 3}}, {'position': 'LF', 'innings': 166.1, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': 'CF', 'innings': 63.2, 'range': 3.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': 'RF', 'innings': 368.1, 'range': 1.0, 'error': 7.0, 'arm': -1.0, 'player_id': 11211, 'p_name': 'Gerald Williams', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11211/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1395, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/0ef4db9e_sabr.jpg', 'fangr_id': '1395', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4170, 'first_name': 'Gerald', 'last_name': 'Williams', 'key_fangraphs': 1395, 'key_bbref': 'willige02', 'key_retro': 'willg001', 'key_mlbam': 124314, 'offense_col': 2}}, {'position': '2B', 'innings': 163.1, 'range': 4.0, 'error': 14.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': '3B', 'innings': 121.1, 'range': 3.0, 'error': 18.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': 'SS', 'innings': 267.1, 'range': 4.0, 'error': 25.0, 'player_id': 11212, 'p_name': 'Manny Alexander', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11212/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1954, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d95d783d_sabr.jpg', 'fangr_id': '1954', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4171, 'first_name': 'Manny', 'last_name': 'Alexander', 'key_fangraphs': 1954, 'key_bbref': 'alexama02', 'key_retro': 'alexm001', 'key_mlbam': 110129, 'offense_col': 1}}, {'position': 'LF', 'innings': 150.1, 'range': 4.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}}, {'position': 'RF', 'innings': 49.1, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11480, 'p_name': 'Matt Mieske', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11480/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008849, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1008849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4277, 'first_name': 'Matt', 'last_name': 'Mieske', 'key_fangraphs': 1008849, 'key_bbref': 'mieskma01', 'key_retro': 'miesm001', 'key_mlbam': 119038, 'offense_col': 2}}, {'position': '1B', 'innings': 1390.1, 'range': 4.0, 'error': 7.0, 'player_id': 10737, 'p_name': 'Mark Grace', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10737/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 56, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/67e9b95c_sabr.jpg', 'fangr_id': '56', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3779, 'first_name': 'Mark', 'last_name': 'Grace', 'key_fangraphs': 56, 'key_bbref': 'gracema01', 'key_retro': 'gracm001', 'key_mlbam': 115007, 'offense_col': 2}}, {'position': 'CF', 'innings': 43.1, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}}, {'position': 'RF', 'innings': 1379.0, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10738, 'p_name': 'Sammy Sosa', 'cost': 306, 'image': 'https://pddev.manticorum.com/api/v2/players/10738/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 302, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/74258cea_sabr.jpg', 'fangr_id': '302', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3780, 'first_name': 'Sammy', 'last_name': 'Sosa', 'key_fangraphs': 302, 'key_bbref': 'sosasa01', 'key_retro': 'sosas001', 'key_mlbam': 122544, 'offense_col': 2}}, {'position': '1B', 'innings': 16.0, 'range': 3.0, 'error': 0.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': '3B', 'innings': 507.2, 'range': 3.0, 'error': 21.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'SS', 'innings': 315.2, 'range': 4.0, 'error': 25.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'LF', 'innings': 45.2, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': 'CF', 'innings': 209.2, 'range': 2.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11134, 'p_name': 'Jose Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11134/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 688, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': 'CF', 'pos_4': 'LF', 'pos_5': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/478883e0_sabr.jpg', 'fangr_id': '688', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4104, 'first_name': 'Jose', 'last_name': 'Hernandez', 'key_fangraphs': 688, 'key_bbref': 'hernajo01', 'key_retro': 'hernj001', 'key_mlbam': 115825, 'offense_col': 2}}, {'position': '3B', 'innings': 888.1, 'range': 5.0, 'error': 24.0, 'player_id': 10739, 'p_name': 'Kevin Orie', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10739/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1616, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/abda9e74_sabr.jpg', 'fangr_id': '1616', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3781, 'first_name': 'Kevin', 'last_name': 'Orie', 'key_fangraphs': 1616, 'key_bbref': 'orieke01', 'key_retro': 'oriek001', 'key_mlbam': 120047, 'offense_col': 1}}, {'position': '1B', 'innings': 35.0, 'range': 3.0, 'error': 0.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'LF', 'innings': 166.0, 'range': 4.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'CF', 'innings': 537.1, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11058, 'p_name': 'Brant Brown', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11058/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001498, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/799260e0_sabr.jpg', 'fangr_id': '1001498', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4039, 'first_name': 'Brant', 'last_name': 'Brown', 'key_fangraphs': 1001498, 'key_bbref': 'brownbr01', 'key_retro': 'browb003', 'key_mlbam': 111533, 'offense_col': 1}}, {'position': 'C', 'innings': 811.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'pb': 3.0, 'overthrow': 5.0, 'player_id': 10740, 'p_name': 'Scott Servais', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10740/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011756, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d3cd05ca_sabr.jpg', 'fangr_id': '1011756', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3782, 'first_name': 'Scott', 'last_name': 'Servais', 'key_fangraphs': 1011756, 'key_bbref': 'servasc01', 'key_retro': 'servs002', 'key_mlbam': 122011, 'offense_col': 1}}, {'position': '2B', 'innings': 1304.0, 'range': 1.0, 'error': 5.0, 'player_id': 10741, 'p_name': 'Mickey Morandini', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10741/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009151, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0a144221_sabr.jpg', 'fangr_id': '1009151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3783, 'first_name': 'Mickey', 'last_name': 'Morandini', 'key_fangraphs': 1009151, 'key_bbref': 'moranmi01', 'key_retro': 'moram001', 'key_mlbam': 119347, 'offense_col': 1}}, {'position': 'C', 'innings': 388.1, 'range': 4.0, 'error': 7.0, 'arm': -2.0, 'pb': 12.0, 'overthrow': 14.0, 'player_id': 11550, 'p_name': 'Damian Miller', 'cost': 2348, 'image': 'https://pddev.manticorum.com/api/v2/players/11550/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 65, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'C', 'fangr_id': '65', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4327, 'first_name': 'Damian', 'last_name': 'Miller', 'key_fangraphs': 65, 'key_bbref': 'milleda02', 'key_retro': 'milld002', 'key_mlbam': 119064, 'offense_col': 2}}, {'position': 'LF', 'innings': 876.2, 'range': 5.0, 'error': 1.0, 'arm': 1.0, 'player_id': 10742, 'p_name': 'Henry Rodriguez', 'cost': 259, 'image': 'https://pddev.manticorum.com/api/v2/players/10742/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8016311b_sabr.jpg', 'fangr_id': '1427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3784, 'first_name': 'Henry', 'last_name': 'Rodriguez', 'key_fangraphs': 1427, 'key_bbref': 'rodrihe02', 'key_retro': 'rodrh001', 'key_mlbam': 121357, 'offense_col': 1}}, {'position': '2B', 'innings': 1383.0, 'range': 5.0, 'error': 10.0, 'player_id': 10743, 'p_name': 'Fernando Vina', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10743/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1189, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0cd86f90_sabr.jpg', 'fangr_id': '1189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3785, 'first_name': 'Fernando', 'last_name': 'Vina', 'key_fangraphs': 1189, 'key_bbref': 'vinafe01', 'key_retro': 'vinaf001', 'key_mlbam': 123726, 'offense_col': 1}}, {'position': '1B', 'innings': 51.0, 'range': 2.0, 'error': 0.0, 'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}}, {'position': '3B', 'innings': 1308.1, 'range': 1.0, 'error': 12.0, 'player_id': 10744, 'p_name': 'Jeff Cirillo', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10744/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1073, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'pos_2': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b099fe52_sabr.jpg', 'fangr_id': '1073', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3786, 'first_name': 'Jeff', 'last_name': 'Cirillo', 'key_fangraphs': 1073, 'key_bbref': 'cirilje01', 'key_retro': 'cirij001', 'key_mlbam': 112297, 'offense_col': 1}}, {'position': '1B', 'innings': 360.2, 'range': 3.0, 'error': 10.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': '2B', 'innings': 57.0, 'range': 3.0, 'error': 0.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': '3B', 'innings': 140.2, 'range': 2.0, 'error': 0.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': 'SS', 'innings': 390.2, 'range': 3.0, 'error': 10.0, 'player_id': 10967, 'p_name': 'Mark Loretta', 'cost': 230, 'image': 'https://pddev.manticorum.com/api/v2/players/10967/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1383, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0f6294f_sabr.jpg', 'fangr_id': '1383', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2737, 'first_name': 'Mark', 'last_name': 'Loretta', 'key_fangraphs': 1383, 'key_bbref': 'loretma01', 'key_retro': 'lorem001', 'key_mlbam': 117928, 'offense_col': 2}}, {'position': 'RF', 'innings': 1403.1, 'range': 1.0, 'error': 6.0, 'arm': 3.0, 'player_id': 10745, 'p_name': 'Jeromy Burnitz', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10745/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 867, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a553cfc_sabr.jpg', 'fangr_id': '867', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3787, 'first_name': 'Jeromy', 'last_name': 'Burnitz', 'key_fangraphs': 867, 'key_bbref': 'burnije01', 'key_retro': 'burnj001', 'key_mlbam': 111742, 'offense_col': 1}}, {'position': 'CF', 'innings': 1170.1, 'range': 2.0, 'error': 2.0, 'arm': 3.0, 'player_id': 10746, 'p_name': 'Marquis Grissom', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10746/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 652, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fd801380_sabr.jpg', 'fangr_id': '652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3788, 'first_name': 'Marquis', 'last_name': 'Grissom', 'key_fangraphs': 652, 'key_bbref': 'grissma02', 'key_retro': 'grism001', 'key_mlbam': 115174, 'offense_col': 2}}, {'position': '1B', 'innings': 337.0, 'range': 2.0, 'error': 20.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'LF', 'innings': 260.0, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'C', 'innings': 46.0, 'range': 3.0, 'error': 15.0, 'arm': 3.0, 'pb': 20.0, 'overthrow': 20.0, 'player_id': 11455, 'p_name': 'Dave Nilsson', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11455/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009601, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/531676ce_sabr.jpg', 'fangr_id': '1009601', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4255, 'first_name': 'Dave', 'last_name': 'Nilsson', 'key_fangraphs': 1009601, 'key_bbref': 'nilssda01', 'key_retro': 'nilsd001', 'key_mlbam': 119804, 'offense_col': 3}}, {'position': 'C', 'innings': 510.2, 'range': 4.0, 'error': 2.0, 'arm': 0.0, 'pb': 11.0, 'overthrow': 4.0, 'player_id': 11490, 'p_name': 'Bobby Hughes', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11490/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006151, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1006151', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4286, 'first_name': 'Bobby', 'last_name': 'Hughes', 'key_fangraphs': 1006151, 'key_bbref': 'hughebo01', 'key_retro': 'hughb001', 'key_mlbam': 132962, 'offense_col': 1}}, {'position': 'LF', 'innings': 189.1, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'CF', 'innings': 244.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'RF', 'innings': 25.2, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'player_id': 11059, 'p_name': 'Darrin Jackson', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/11059/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006296, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1006296', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4040, 'first_name': 'Darrin', 'last_name': 'Jackson', 'key_fangraphs': 1006296, 'key_bbref': 'jacksda03', 'key_retro': 'jackd002', 'key_mlbam': 116426, 'offense_col': 1}}, {'position': 'LF', 'innings': 369.0, 'range': 3.0, 'error': 9.0, 'arm': 1.0, 'player_id': 11060, 'p_name': 'Marc Newfield', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11060/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009533, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/f3a0c97e_sabr.jpg', 'fangr_id': '1009533', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4041, 'first_name': 'Marc', 'last_name': 'Newfield', 'key_fangraphs': 1009533, 'key_bbref': 'newfima01', 'key_retro': 'newfm001', 'key_mlbam': 119737, 'offense_col': 2}}, {'position': 'SS', 'innings': 1060.1, 'range': 2.0, 'error': 26.0, 'player_id': 10747, 'p_name': 'Jose Valentin', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10747/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 256, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/99e15de2_sabr.jpg', 'fangr_id': '256', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3789, 'first_name': 'Jose', 'last_name': 'Valentin', 'key_fangraphs': 256, 'key_bbref': 'valenjo03', 'key_retro': 'valej003', 'key_mlbam': 123610, 'offense_col': 1}}, {'position': 'C', 'innings': 795.0, 'range': 4.0, 'error': 6.0, 'arm': 0.0, 'pb': 7.0, 'overthrow': 12.0, 'player_id': 10748, 'p_name': 'Mike Matheny', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10748/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1169, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8acd3621_sabr.jpg', 'fangr_id': '1169', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3790, 'first_name': 'Mike', 'last_name': 'Matheny', 'key_fangraphs': 1169, 'key_bbref': 'mathemi01', 'key_retro': 'mathm001', 'key_mlbam': 118414, 'offense_col': 1}}, {'position': '2B', 'innings': 1316.0, 'range': 5.0, 'error': 15.0, 'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}}, {'position': 'CF', 'innings': 40.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10749, 'p_name': 'Tony Womack', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10749/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 78, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c115d9b6_sabr.jpg', 'fangr_id': '78', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3791, 'first_name': 'Tony', 'last_name': 'Womack', 'key_fangraphs': 78, 'key_bbref': 'womacto01', 'key_retro': 'womat001', 'key_mlbam': 124523, 'offense_col': 1}}, {'position': 'LF', 'innings': 922.1, 'range': 4.0, 'error': 3.0, 'arm': 1.0, 'player_id': 10750, 'p_name': 'Al Martin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10750/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1167, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4587a767_sabr.jpg', 'fangr_id': '1167', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3792, 'first_name': 'Al', 'last_name': 'Martin', 'key_fangraphs': 1167, 'key_bbref': 'martial03', 'key_retro': 'marta001', 'key_mlbam': 118329, 'offense_col': 1}}, {'position': 'C', 'innings': 1253.1, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'pb': 7.0, 'overthrow': 8.0, 'player_id': 10751, 'p_name': 'Jason Kendall', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10751/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 993, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/936874e0_sabr.jpg', 'fangr_id': '993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2658, 'first_name': 'Jason', 'last_name': 'Kendall', 'key_fangraphs': 993, 'key_bbref': 'kendaja01', 'key_retro': 'kendj001', 'key_mlbam': 116974, 'offense_col': 2}}, {'position': '1B', 'innings': 1359.0, 'range': 3.0, 'error': 7.0, 'player_id': 10752, 'p_name': 'Kevin Young', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10752/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1018, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d17f221a_sabr.jpg', 'fangr_id': '1018', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3793, 'first_name': 'Kevin', 'last_name': 'Young', 'key_fangraphs': 1018, 'key_bbref': 'youngke01', 'key_retro': 'younk001', 'key_mlbam': 124704, 'offense_col': 1}}, {'position': 'CF', 'innings': 748.0, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}}, {'position': 'RF', 'innings': 104.1, 'range': 4.0, 'error': 4.0, 'arm': -3.0, 'player_id': 10753, 'p_name': 'Jermaine Allensworth', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10753/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000148, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e94cb609_davis.jpg', 'fangr_id': '1000148', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3794, 'first_name': 'Jermaine', 'last_name': 'Allensworth', 'key_fangraphs': 1000148, 'key_bbref': 'allenje01', 'key_retro': 'allej001', 'key_mlbam': 110165, 'offense_col': 2}}, {'position': 'LF', 'innings': 170.0, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'CF', 'innings': 314.1, 'range': 2.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'RF', 'innings': 102.1, 'range': 3.0, 'error': 4.0, 'arm': -3.0, 'player_id': 11491, 'p_name': 'Turner Ward', 'cost': 297, 'image': 'https://pddev.manticorum.com/api/v2/players/11491/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013625, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'fangr_id': '1013625', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4287, 'first_name': 'Turner', 'last_name': 'Ward', 'key_fangraphs': 1013625, 'key_bbref': 'wardtu01', 'key_retro': 'wardt001', 'key_mlbam': 123930, 'offense_col': 3}}, {'position': 'SS', 'innings': 862.1, 'range': 3.0, 'error': 27.0, 'player_id': 11061, 'p_name': 'Lou Collier', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11061/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1438, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/82b626b6_sabr.jpg', 'fangr_id': '1438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4042, 'first_name': 'Lou', 'last_name': 'Collier', 'key_fangraphs': 1438, 'key_bbref': 'collilo01', 'key_retro': 'colll001', 'key_mlbam': 112496, 'offense_col': 1}}, {'position': 'LF', 'innings': 153.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}}, {'position': 'CF', 'innings': 237.1, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11551, 'p_name': 'Manny Martinez', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11551/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008182, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'fangr_id': '1008182', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4328, 'first_name': 'Manny', 'last_name': 'Martinez', 'key_fangraphs': 1008182, 'key_bbref': 'martima02', 'key_retro': 'martm002', 'key_mlbam': 118373, 'offense_col': 3}}, {'position': 'CF', 'innings': 18.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}}, {'position': 'RF', 'innings': 1254.1, 'range': 4.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11062, 'p_name': 'Jose Guillen', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11062/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 57, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/83d77368_sabr.jpg', 'fangr_id': '57', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2695, 'first_name': 'Jose', 'last_name': 'Guillen', 'key_fangraphs': 57, 'key_bbref': 'guilljo01', 'key_retro': 'guilj001', 'key_mlbam': 115229, 'offense_col': 3}}, {'position': '2B', 'innings': 71.2, 'range': 2.0, 'error': 0.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': '3B', 'innings': 43.1, 'range': 2.0, 'error': 0.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': 'SS', 'innings': 415.2, 'range': 2.0, 'error': 60.0, 'player_id': 11135, 'p_name': 'Kevin Polcovich', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11135/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010417, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5e8a4c43_sabr.jpg', 'fangr_id': '1010417', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4105, 'first_name': 'Kevin', 'last_name': 'Polcovich', 'key_fangraphs': 1010417, 'key_bbref': 'polcoke01', 'key_retro': 'polck001', 'key_mlbam': 120648, 'offense_col': 2}}, {'position': 'LF', 'innings': 327.0, 'range': 4.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}}, {'position': 'CF', 'innings': 51.2, 'range': 3.0, 'error': 10.0, 'arm': 0.0, 'player_id': 10968, 'p_name': 'Todd Hollandsworth', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10968/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 433, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/408b49fc_sabr.jpg', 'fangr_id': '433', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3961, 'first_name': 'Todd', 'last_name': 'Hollandsworth', 'key_fangraphs': 433, 'key_bbref': 'hollato01', 'key_retro': 'hollt001', 'key_mlbam': 116075, 'offense_col': 2}}, {'position': 'SS', 'innings': 555.2, 'range': 4.0, 'error': 10.0, 'player_id': 10969, 'p_name': 'Jose Vizcaino', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10969/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 577, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2b256d0b_sabr.jpg', 'fangr_id': '577', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3962, 'first_name': 'Jose', 'last_name': 'Vizcaino', 'key_fangraphs': 577, 'key_bbref': 'vizcajo01', 'key_retro': 'vizcj001', 'key_mlbam': 123743, 'offense_col': 2}}, {'position': '2B', 'innings': 1131.0, 'range': 2.0, 'error': 10.0, 'player_id': 10754, 'p_name': 'Quilvio Veras', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10754/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013404, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/eafe1d9c_sabr.jpg', 'fangr_id': '1013404', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3795, 'first_name': 'Quilvio', 'last_name': 'Veras', 'key_fangraphs': 1013404, 'key_bbref': 'verasqu01', 'key_retro': 'veraq001', 'key_mlbam': 123700, 'offense_col': 1}}, {'position': 'CF', 'innings': 1335.1, 'range': 5.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10755, 'p_name': 'Steve Finley', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10755/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 54, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60ed164_sabr.jpg', 'fangr_id': '54', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3796, 'first_name': 'Steve', 'last_name': 'Finley', 'key_fangraphs': 54, 'key_bbref': 'finlest01', 'key_retro': 'finls001', 'key_mlbam': 114135, 'offense_col': 1}}, {'position': 'RF', 'innings': 902.0, 'range': 5.0, 'error': 1.0, 'arm': 3.0, 'player_id': 10756, 'p_name': 'Tony Gwynn', 'cost': 263, 'image': 'https://pddev.manticorum.com/api/v2/players/10756/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005166, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2236deb4_sabr.jpg', 'fangr_id': '1005166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3797, 'first_name': 'Tony', 'last_name': 'Gwynn', 'key_fangraphs': 1005166, 'key_bbref': 'gwynnto01', 'key_retro': 'gwynt001', 'key_mlbam': 115270, 'offense_col': 1}}, {'position': '3B', 'innings': 1049.0, 'range': 5.0, 'error': 34.0, 'player_id': 10757, 'p_name': 'Ken Caminiti', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10757/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001863, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d30f993_sabr.jpg', 'fangr_id': '1001863', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3798, 'first_name': 'Ken', 'last_name': 'Caminiti', 'key_fangraphs': 1001863, 'key_bbref': 'caminke01', 'key_retro': 'camik001', 'key_mlbam': 111908, 'offense_col': 1}}, {'position': 'LF', 'innings': 1306.1, 'range': 3.0, 'error': 1.0, 'arm': -2.0, 'player_id': 10758, 'p_name': 'Greg Vaughn', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10758/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1233, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f7d0ef06_sabr.jpg', 'fangr_id': '1233', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3799, 'first_name': 'Greg', 'last_name': 'Vaughn', 'key_fangraphs': 1233, 'key_bbref': 'vaughgr01', 'key_retro': 'vaugg001', 'key_mlbam': 123675, 'offense_col': 1}}, {'position': 'C', 'innings': 907.2, 'range': 4.0, 'error': 4.0, 'arm': -1.0, 'pb': 14.0, 'overthrow': 8.0, 'player_id': 10970, 'p_name': 'Carlos Hernandez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10970/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005696, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/658f7322_sabr.jpg', 'fangr_id': '1005696', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3963, 'first_name': 'Carlos', 'last_name': 'Hernandez', 'key_fangraphs': 1005696, 'key_bbref': 'hernaca01', 'key_retro': 'hernc001', 'key_mlbam': 115815, 'offense_col': 3}}, {'position': '1B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': '2B', 'innings': 135.0, 'range': 4.0, 'error': 17.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': '3B', 'innings': 84.0, 'range': 4.0, 'error': 47.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': 'SS', 'innings': 262.0, 'range': 4.0, 'error': 25.0, 'player_id': 11136, 'p_name': 'Andy Sheets', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11136/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1226, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'pos_4': '1B', 'fangr_id': '1226', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4106, 'first_name': 'Andy', 'last_name': 'Sheets', 'key_fangraphs': 1226, 'key_bbref': 'sheetan01', 'key_retro': 'sheea001', 'key_mlbam': 122109, 'offense_col': 1}}, {'position': 'DH', 'innings': 120.0, 'player_id': 10876, 'p_name': 'Andy Ashby', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10876/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 637, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ba65402_sabr.jpg', 'fangr_id': '637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3895, 'first_name': 'Andy', 'last_name': 'Ashby', 'key_fangraphs': 637, 'key_bbref': 'ashbyan01', 'key_retro': 'ashba002', 'key_mlbam': 110351, 'offense_col': 1}}, {'position': 'LF', 'innings': 69.2, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'CF', 'innings': 88.1, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'RF', 'innings': 316.2, 'range': 3.0, 'error': 6.0, 'arm': -1.0, 'player_id': 11513, 'p_name': 'Ruben Rivera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11513/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1550, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'CF', 'pos_3': 'LF', 'fangr_id': '1550', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4307, 'first_name': 'Ruben', 'last_name': 'Rivera', 'key_fangraphs': 1550, 'key_bbref': 'riverru01', 'key_retro': 'river002', 'key_mlbam': 121252, 'offense_col': 3}}, {'position': 'SS', 'innings': 1191.1, 'range': 5.0, 'error': 14.0, 'player_id': 10971, 'p_name': 'Chris Gomez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10971/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1208, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6966ece4_sabr.jpg', 'fangr_id': '1208', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2565, 'first_name': 'Chris', 'last_name': 'Gomez', 'key_fangraphs': 1208, 'key_bbref': 'gomezch02', 'key_retro': 'gomec001', 'key_mlbam': 114909, 'offense_col': 2}}, {'position': '2B', 'innings': 896.1, 'range': 5.0, 'error': 11.0, 'player_id': 10972, 'p_name': 'Delino DeShields Sr', 'cost': 95, 'image': 'https://pddev.manticorum.com/api/v2/players/10972/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 275, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/de62e100_sabr.jpg', 'fangr_id': '275', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3964, 'first_name': 'Delino', 'last_name': 'DeShields Sr', 'key_fangraphs': 275, 'key_bbref': 'deshide01', 'key_retro': 'deshd001', 'key_mlbam': 113291, 'offense_col': 2}}, {'position': 'CF', 'innings': 1216.1, 'range': 2.0, 'error': 3.0, 'arm': 3.0, 'player_id': 10973, 'p_name': 'Ray Lankford', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10973/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1044, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0fa805b_sabr.jpg', 'fangr_id': '1044', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3965, 'first_name': 'Ray', 'last_name': 'Lankford', 'key_fangraphs': 1044, 'key_bbref': 'lankfra01', 'key_retro': 'lankr001', 'key_mlbam': 117484, 'offense_col': 3}}, {'position': '1B', 'innings': 1326.1, 'range': 5.0, 'error': 10.0, 'player_id': 10759, 'p_name': 'Mark McGwire', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10759/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008559, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1d5cdccc_sabr.jpg', 'fangr_id': '1008559', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3800, 'first_name': 'Mark', 'last_name': 'McGwire', 'key_fangraphs': 1008559, 'key_bbref': 'mcgwima01', 'key_retro': 'mcgwm001', 'key_mlbam': 118743, 'offense_col': 2}}, {'position': 'CF', 'innings': 222.1, 'range': 2.0, 'error': 7.0, 'arm': -1.0, 'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}}, {'position': 'RF', 'innings': 946.2, 'range': 1.0, 'error': 7.0, 'arm': -1.0, 'player_id': 10760, 'p_name': 'Brian Jordan', 'cost': 305, 'image': 'https://pddev.manticorum.com/api/v2/players/10760/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 658, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/060f217d_sabr.jpg', 'fangr_id': '658', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3801, 'first_name': 'Brian', 'last_name': 'Jordan', 'key_fangraphs': 658, 'key_bbref': 'jordabr01', 'key_retro': 'jordb001', 'key_mlbam': 116747, 'offense_col': 1}}, {'position': 'LF', 'innings': 235.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': 'CF', 'innings': 24.0, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': 'RF', 'innings': 217.2, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11137, 'p_name': 'Willie McGee', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11137/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008513, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1008513', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4107, 'first_name': 'Willie', 'last_name': 'McGee', 'key_fangraphs': 1008513, 'key_bbref': 'mcgeewi01', 'key_retro': 'mcgew001', 'key_mlbam': 118694, 'offense_col': 2}}, {'position': '1B', 'innings': 90.1, 'range': 3.0, 'error': 0.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': '3B', 'innings': 272.1, 'range': 5.0, 'error': 44.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'LF', 'innings': 260.2, 'range': 4.0, 'error': 7.0, 'arm': -2.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'RF', 'innings': 169.2, 'range': 3.0, 'error': 7.0, 'arm': -2.0, 'player_id': 11254, 'p_name': 'John Mabry', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11254/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': '1B', 'fangr_id': '1381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4205, 'first_name': 'John', 'last_name': 'Mabry', 'key_fangraphs': 1381, 'key_bbref': 'mabryjo01', 'key_retro': 'mabrj001', 'key_mlbam': 118065, 'offense_col': 2}}, {'position': 'C', 'innings': 482.1, 'range': 4.0, 'error': 7.0, 'arm': -1.0, 'pb': 8.0, 'overthrow': 14.0, 'player_id': 11138, 'p_name': 'Tom Lampkin', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11138/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1043, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d837553e_sabr.jpg', 'fangr_id': '1043', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4108, 'first_name': 'Tom', 'last_name': 'Lampkin', 'key_fangraphs': 1043, 'key_bbref': 'lampkto01', 'key_retro': 'lampt001', 'key_mlbam': 117442, 'offense_col': 2}}, {'position': '3B', 'innings': 971.1, 'range': 3.0, 'error': 8.0, 'player_id': 10761, 'p_name': 'Gary Gaetti', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10761/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004422, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/89643776_sabr.jpg', 'fangr_id': '1004422', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3802, 'first_name': 'Gary', 'last_name': 'Gaetti', 'key_fangraphs': 1004422, 'key_bbref': 'gaettga01', 'key_retro': 'gaetg001', 'key_mlbam': 114508, 'offense_col': 2}}, {'position': '1B', 'innings': 35.0, 'range': 3.0, 'error': 0.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'LF', 'innings': 98.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'RF', 'innings': 68.1, 'range': 3.0, 'error': 15.0, 'arm': -1.0, 'player_id': 11456, 'p_name': 'Brian Hunter', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11456/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006197, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/3/3d699984_sabr.jpg', 'fangr_id': '1006197', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4256, 'first_name': 'Brian', 'last_name': 'Hunter', 'key_fangraphs': 1006197, 'key_bbref': 'huntebr01', 'key_retro': 'huntb001', 'key_mlbam': 116327, 'offense_col': 3}}, {'position': 'C', 'innings': 374.1, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'pb': 2.0, 'overthrow': 17.0, 'player_id': 11213, 'p_name': 'Tom Pagnozzi', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11213/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009960, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2bd4a89e_sabr.jpg', 'fangr_id': '1009960', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4172, 'first_name': 'Tom', 'last_name': 'Pagnozzi', 'key_fangraphs': 1009960, 'key_bbref': 'pagnoto01', 'key_retro': 'pagnt001', 'key_mlbam': 120179, 'offense_col': 1}}, {'position': 'LF', 'innings': 819.0, 'range': 3.0, 'error': 7.0, 'arm': 2.0, 'player_id': 10762, 'p_name': 'Ron Gant', 'cost': 519, 'image': 'https://pddev.manticorum.com/api/v2/players/10762/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1032, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d64820c7_sabr.jpg', 'fangr_id': '1032', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3803, 'first_name': 'Ron', 'last_name': 'Gant', 'key_fangraphs': 1032, 'key_bbref': 'gantro01', 'key_retro': 'gantr001', 'key_mlbam': 114567, 'offense_col': 2}}, {'position': '1B', 'innings': 22.0, 'range': 3.0, 'error': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': '2B', 'innings': 62.2, 'range': 2.0, 'error': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'LF', 'innings': 193.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'RF', 'innings': 59.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11214, 'p_name': 'Rich Amaral', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11214/battingcard?d=2025-2-16', 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000205, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'RF', 'pos_4': '1B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/987b8ced_sabr.jpg', 'fangr_id': '1000205', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4173, 'first_name': 'Rich', 'last_name': 'Amaral', 'key_fangraphs': 1000205, 'key_bbref': 'amarari01', 'key_retro': 'amarr001', 'key_mlbam': 110214, 'offense_col': 2}}, {'position': 'CF', 'innings': 658.2, 'range': 2.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}}, {'position': 'RF', 'innings': 384.0, 'range': 4.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11063, 'p_name': 'Reggie Sanders', 'cost': 235, 'image': 'https://pddev.manticorum.com/api/v2/players/11063/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1129, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b9f69160_sabr.jpg', 'fangr_id': '1129', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4043, 'first_name': 'Reggie', 'last_name': 'Sanders', 'key_fangraphs': 1129, 'key_bbref': 'sandere02', 'key_retro': 'sandr002', 'key_mlbam': 121673, 'offense_col': 1}}, {'position': '1B', 'innings': 324.2, 'range': 2.0, 'error': 7.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'LF', 'innings': 725.1, 'range': 3.0, 'error': 14.0, 'arm': 0.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'RF', 'innings': 94.1, 'range': 4.0, 'error': 14.0, 'arm': 0.0, 'player_id': 10974, 'p_name': 'Dmitri Young', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/10974/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 505, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '1B', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/23999645_sabr.jpg', 'fangr_id': '505', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2594, 'first_name': 'Dmitri', 'last_name': 'Young', 'key_fangraphs': 505, 'key_bbref': 'youngdm01', 'key_retro': 'yound001', 'key_mlbam': 124693, 'offense_col': 2}}, {'position': 'SS', 'innings': 1236.0, 'range': 3.0, 'error': 14.0, 'player_id': 10975, 'p_name': 'Barry Larkin', 'cost': 613, 'image': 'https://pddev.manticorum.com/api/v2/players/10975/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 335, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/5010f40c_sabr.jpg', 'fangr_id': '335', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3966, 'first_name': 'Barry', 'last_name': 'Larkin', 'key_fangraphs': 335, 'key_bbref': 'larkiba01', 'key_retro': 'larkb001', 'key_mlbam': 117501, 'offense_col': 3}}, {'position': 'C', 'innings': 991.2, 'range': 5.0, 'error': 6.0, 'arm': 0.0, 'pb': 8.0, 'overthrow': 12.0, 'player_id': 11064, 'p_name': 'Ed Taubensee', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11064/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012845, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4316f060_sabr.jpg', 'fangr_id': '1012845', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4044, 'first_name': 'Ed', 'last_name': 'Taubensee', 'key_fangraphs': 1012845, 'key_bbref': 'taubeed01', 'key_retro': 'taube001', 'key_mlbam': 123113, 'offense_col': 2}}, {'position': '3B', 'innings': 617.1, 'range': 2.0, 'error': 31.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': 'LF', 'innings': 61.2, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': 'RF', 'innings': 228.0, 'range': 3.0, 'error': 4.0, 'arm': -1.0, 'player_id': 10976, 'p_name': 'Willie Greene', 'cost': 93, 'image': 'https://pddev.manticorum.com/api/v2/players/10976/battingcard?d=2025-2-16', 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005015, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6de357cd_sabr.jpg', 'fangr_id': '1005015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3967, 'first_name': 'Willie', 'last_name': 'Greene', 'key_fangraphs': 1005015, 'key_bbref': 'greenwi01', 'key_retro': 'greew001', 'key_mlbam': 115104, 'offense_col': 2}}, {'position': '2B', 'innings': 1358.0, 'range': 5.0, 'error': 8.0, 'player_id': 10977, 'p_name': 'Bret Boone', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10977/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1067, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dead1e57_sabr.jpg', 'fangr_id': '1067', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3968, 'first_name': 'Bret', 'last_name': 'Boone', 'key_fangraphs': 1067, 'key_bbref': 'boonebr01', 'key_retro': 'boonb002', 'key_mlbam': 111214, 'offense_col': 2}}, {'position': '1B', 'innings': 683.1, 'range': 3.0, 'error': 7.0, 'player_id': 11552, 'p_name': 'Sean Casey', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11552/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 314, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '1B', 'fangr_id': '314', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3094, 'first_name': 'Sean', 'last_name': 'Casey', 'key_fangraphs': 314, 'key_bbref': 'caseyse01', 'key_retro': 'cases001', 'key_mlbam': 112087, 'offense_col': 2}}, {'position': '2B', 'innings': 13.2, 'range': 3.0, 'error': 0.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': '3B', 'innings': 211.1, 'range': 3.0, 'error': 8.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': 'SS', 'innings': 120.1, 'range': 4.0, 'error': 72.0, 'player_id': 11457, 'p_name': 'Pokey Reese', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11457/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': 'SS', 'pos_3': '2B', 'fangr_id': '1004', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4257, 'first_name': 'Pokey', 'last_name': 'Reese', 'key_fangraphs': 1004, 'key_bbref': 'reesepo01', 'key_retro': 'reesp001', 'key_mlbam': 121009, 'offense_col': 3}}, {'position': '2B', 'innings': 238.0, 'range': 5.0, 'error': 25.0, 'player_id': 11514, 'p_name': 'Danny Klassen', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11514/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1455, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'fangr_id': '1455', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4308, 'first_name': 'Danny', 'last_name': 'Klassen', 'key_fangraphs': 1455, 'key_bbref': 'klassda01', 'key_retro': 'klasd001', 'key_mlbam': 135782, 'offense_col': 1}}, {'position': '2B', 'innings': 66.2, 'range': 3.0, 'error': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': '3B', 'innings': 109.2, 'range': 3.0, 'error': 27.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'LF', 'innings': 425.1, 'range': 2.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'RF', 'innings': 108.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 10978, 'p_name': 'Chris Stynes', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10978/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 303, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': '3B', 'pos_3': 'RF', 'pos_4': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5fcb186_sabr.jpg', 'fangr_id': '303', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3969, 'first_name': 'Chris', 'last_name': 'Stynes', 'key_fangraphs': 303, 'key_bbref': 'stynech01', 'key_retro': 'stync001', 'key_mlbam': 122918, 'offense_col': 2}}, {'position': 'C', 'innings': 367.0, 'range': 3.0, 'error': 11.0, 'arm': -2.0, 'pb': 0.0, 'overthrow': 20.0, 'player_id': 11458, 'p_name': 'Brook Fordyce', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11458/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 138, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/e6a5a55f_sabr.jpg', 'fangr_id': '138', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4258, 'first_name': 'Brook', 'last_name': 'Fordyce', 'key_fangraphs': 138, 'key_bbref': 'fordybr01', 'key_retro': 'fordb001', 'key_mlbam': 114309, 'offense_col': 3}}, {'position': 'LF', 'innings': 21.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}}, {'position': 'RF', 'innings': 140.0, 'range': 3.0, 'error': 0.0, 'arm': -1.0, 'player_id': 11297, 'p_name': 'Melvin Nieves', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11297/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009595, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f2d4c847_sabr.jpg', 'fangr_id': '1009595', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4234, 'first_name': 'Melvin', 'last_name': 'Nieves', 'key_fangraphs': 1009595, 'key_bbref': 'nieveme01', 'key_retro': 'nievm001', 'key_mlbam': 119798, 'offense_col': 2}}, {'position': '2B', 'innings': 1368.1, 'range': 5.0, 'error': 13.0, 'player_id': 10979, 'p_name': 'Craig Biggio', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10979/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 549, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f4d29cc8_sabr.jpg', 'fangr_id': '549', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3970, 'first_name': 'Craig', 'last_name': 'Biggio', 'key_fangraphs': 549, 'key_bbref': 'biggicr01', 'key_retro': 'biggc001', 'key_mlbam': 110987, 'offense_col': 3}}, {'position': '1B', 'innings': 30.2, 'range': 3.0, 'error': 0.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': '2B', 'innings': 49.0, 'range': 4.0, 'error': 29.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': '3B', 'innings': 742.1, 'range': 5.0, 'error': 17.0, 'player_id': 11459, 'p_name': 'Bill Spiers', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11459/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012338, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'pos_2': '2B', 'pos_3': '1B', 'fangr_id': '1012338', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4259, 'first_name': 'Bill', 'last_name': 'Spiers', 'key_fangraphs': 1012338, 'key_bbref': 'spierbi01', 'key_retro': 'spieb001', 'key_mlbam': 122593, 'offense_col': 3}}, {'position': 'RF', 'innings': 1337.2, 'range': 1.0, 'error': 6.0, 'arm': 0.0, 'player_id': 10763, 'p_name': 'Derek Bell', 'cost': 302, 'image': 'https://pddev.manticorum.com/api/v2/players/10763/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000801, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/318cbbc6_sabr.jpg', 'fangr_id': '1000801', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3804, 'first_name': 'Derek', 'last_name': 'Bell', 'key_fangraphs': 1000801, 'key_bbref': 'bellde01', 'key_retro': 'belld001', 'key_mlbam': 110818, 'offense_col': 2}}, {'position': '1B', 'innings': 1311.1, 'range': 2.0, 'error': 6.0, 'player_id': 10764, 'p_name': 'Jeff Bagwell', 'cost': 1990, 'image': 'https://pddev.manticorum.com/api/v2/players/10764/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 547, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c8e9ec56_sabr.jpg', 'fangr_id': '547', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3805, 'first_name': 'Jeff', 'last_name': 'Bagwell', 'key_fangraphs': 547, 'key_bbref': 'bagweje01', 'key_retro': 'bagwj001', 'key_mlbam': 110432, 'offense_col': 2}}, {'position': 'LF', 'innings': 1330.0, 'range': 2.0, 'error': 5.0, 'arm': -5.0, 'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}}, {'position': 'CF', 'innings': 33.1, 'range': 4.0, 'error': 5.0, 'arm': -5.0, 'player_id': 10765, 'p_name': 'Moises Alou', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10765/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 261, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'LF', 'pos_2': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/30ebdf88_sabr.jpg', 'fangr_id': '261', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3806, 'first_name': 'Moises', 'last_name': 'Alou', 'key_fangraphs': 261, 'key_bbref': 'aloumo01', 'key_retro': 'aloum001', 'key_mlbam': 110189, 'offense_col': 1}}, {'position': 'CF', 'innings': 1028.0, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}}, {'position': 'RF', 'innings': 19.0, 'range': 3.0, 'error': 3.0, 'arm': -2.0, 'player_id': 11176, 'p_name': 'Carl Everett', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11176/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1249, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7e48602e_sabr.jpg', 'fangr_id': '1249', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4141, 'first_name': 'Carl', 'last_name': 'Everett', 'key_fangraphs': 1249, 'key_bbref': 'evereca01', 'key_retro': 'everc001', 'key_mlbam': 113946, 'offense_col': 2}}, {'position': 'SS', 'innings': 1147.2, 'range': 5.0, 'error': 16.0, 'player_id': 10980, 'p_name': 'Ricky Gutierrez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10980/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 387, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/0/048f1aa6_sabr.jpg', 'fangr_id': '387', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3971, 'first_name': 'Ricky', 'last_name': 'Gutierrez', 'key_fangraphs': 387, 'key_bbref': 'gutieri01', 'key_retro': 'gutir001', 'key_mlbam': 115263, 'offense_col': 2}}, {'position': 'C', 'innings': 1054.1, 'range': 2.0, 'error': 3.0, 'arm': -2.0, 'pb': 3.0, 'overthrow': 7.0, 'player_id': 11065, 'p_name': 'Brad Ausmus', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11065/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 546, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21414447_sabr.jpg', 'fangr_id': '546', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2529, 'first_name': 'Brad', 'last_name': 'Ausmus', 'key_fangraphs': 546, 'key_bbref': 'ausmubr01', 'key_retro': 'ausmb001', 'key_mlbam': 110385, 'offense_col': 3}}, {'position': '3B', 'innings': 654.1, 'range': 3.0, 'error': 23.0, 'player_id': 10981, 'p_name': 'Sean Berry', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10981/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000910, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8467a3d7_sabr.jpg', 'fangr_id': '1000910', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3972, 'first_name': 'Sean', 'last_name': 'Berry', 'key_fangraphs': 1000910, 'key_bbref': 'berryse01', 'key_retro': 'berrs001', 'key_mlbam': 110937, 'offense_col': 2}}, {'position': 'C', 'innings': 409.0, 'range': 3.0, 'error': 4.0, 'arm': -2.0, 'pb': 9.0, 'overthrow': 8.0, 'player_id': 11492, 'p_name': 'Tony Eusebio', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11492/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003854, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1003854', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4288, 'first_name': 'Tony', 'last_name': 'Eusebio', 'key_fangraphs': 1003854, 'key_bbref': 'eusebto01', 'key_retro': 'euset001', 'key_mlbam': 113929, 'offense_col': 3}}, {'position': 'CF', 'innings': 636.0, 'range': 3.0, 'error': 6.0, 'arm': 0.0, 'player_id': 11515, 'p_name': 'Lance Johnson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11515/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006482, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'fangr_id': '1006482', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4309, 'first_name': 'Lance', 'last_name': 'Johnson', 'key_fangraphs': 1006482, 'key_bbref': 'johnsla03', 'key_retro': 'johnl001', 'key_mlbam': 116603, 'offense_col': 3}}, {'position': 'SS', 'innings': 892.1, 'range': 5.0, 'error': 24.0, 'player_id': 10766, 'p_name': 'Jeff Blauser', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/10766/battingcard?d=2025-2-16', 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001062, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6e5fa726_sabr.jpg', 'fangr_id': '1001062', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3807, 'first_name': 'Jeff', 'last_name': 'Blauser', 'key_fangraphs': 1001062, 'key_bbref': 'blausje01', 'key_retro': 'blauj001', 'key_mlbam': 111090, 'offense_col': 1}}, {'position': 'CF', 'innings': 1398.0, 'range': 2.0, 'error': 1.0, 'arm': -5.0, 'player_id': 10767, 'p_name': 'Doug Glanville', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10767/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 956, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/034505fb_sabr.jpg', 'fangr_id': '956', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3808, 'first_name': 'Doug', 'last_name': 'Glanville', 'key_fangraphs': 956, 'key_bbref': 'glanvdo01', 'key_retro': 'gland001', 'key_mlbam': 114844, 'offense_col': 1}}, {'position': '3B', 'innings': 1419.0, 'range': 1.0, 'error': 14.0, 'player_id': 10768, 'p_name': 'Scott Rolen', 'cost': 228, 'image': 'https://pddev.manticorum.com/api/v2/players/10768/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 970, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2d4e458_br.jpg', 'fangr_id': '970', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2310, 'first_name': 'Scott', 'last_name': 'Rolen', 'key_fangraphs': 970, 'key_bbref': 'rolensc01', 'key_retro': 'roles001', 'key_mlbam': 121409, 'offense_col': 3}}, {'position': '1B', 'innings': 1271.2, 'range': 2.0, 'error': 4.0, 'player_id': 10769, 'p_name': 'Rico Brogna', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10769/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001464, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3212c078_sabr.jpg', 'fangr_id': '1001464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3809, 'first_name': 'Rico', 'last_name': 'Brogna', 'key_fangraphs': 1001464, 'key_bbref': 'brognri01', 'key_retro': 'brogr001', 'key_mlbam': 111502, 'offense_col': 1}}, {'position': 'LF', 'innings': 795.2, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}}, {'position': 'RF', 'innings': 27.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11066, 'p_name': 'Bernard Gilkey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11066/battingcard?d=2025-2-16', 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004706, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bf4b4dd4_sabr.jpg', 'fangr_id': '1004706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4045, 'first_name': 'Bernard', 'last_name': 'Gilkey', 'key_fangraphs': 1004706, 'key_bbref': 'gilkebe01', 'key_retro': 'gilkb001', 'key_mlbam': 114792, 'offense_col': 2}}, {'position': '2B', 'innings': 1228.2, 'range': 5.0, 'error': 15.0, 'player_id': 10982, 'p_name': 'Mark Lewis', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10982/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007585, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/00389419_sabr.jpg', 'fangr_id': '1007585', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3973, 'first_name': 'Mark', 'last_name': 'Lewis', 'key_fangraphs': 1007585, 'key_bbref': 'lewisma01', 'key_retro': 'lewim001', 'key_mlbam': 117740, 'offense_col': 3}}, {'position': 'RF', 'innings': 1260.1, 'range': 1.0, 'error': 6.0, 'arm': -6.0, 'player_id': 10770, 'p_name': 'Bobby Abreu', 'cost': 234, 'image': 'https://pddev.manticorum.com/api/v2/players/10770/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 945, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ccf29ba_sabr.jpg', 'fangr_id': '945', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2257, 'first_name': 'Bobby', 'last_name': 'Abreu', 'key_fangraphs': 945, 'key_bbref': 'abreubo01', 'key_retro': 'abreb001', 'key_mlbam': 110029, 'offense_col': 3}}, {'position': 'SS', 'innings': 1190.0, 'range': 5.0, 'error': 28.0, 'player_id': 10771, 'p_name': 'Desi Relaford', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10771/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1096, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2f9dc864_sabr.jpg', 'fangr_id': '1096', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3810, 'first_name': 'Desi', 'last_name': 'Relaford', 'key_fangraphs': 1096, 'key_bbref': 'relafde01', 'key_retro': 'relad001', 'key_mlbam': 121058, 'offense_col': 2}}, {'position': '1B', 'innings': 170.1, 'range': 2.0, 'error': 0.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '2B', 'innings': 152.2, 'range': 5.0, 'error': 23.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': '3B', 'innings': 32.1, 'range': 3.0, 'error': 35.0, 'player_id': 11215, 'p_name': 'Kevin Jordan', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/11215/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006610, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/76246257_sabr.jpg', 'fangr_id': '1006610', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4174, 'first_name': 'Kevin', 'last_name': 'Jordan', 'key_fangraphs': 1006610, 'key_bbref': 'jordake01', 'key_retro': 'jordk001', 'key_mlbam': 116752, 'offense_col': 1}}, {'position': 'C', 'innings': 284.2, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 17.0, 'overthrow': 13.0, 'player_id': 11553, 'p_name': 'Mark Parent', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11553/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009993, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '1009993', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4329, 'first_name': 'Mark', 'last_name': 'Parent', 'key_fangraphs': 1009993, 'key_bbref': 'parenma01', 'key_retro': 'parem001', 'key_mlbam': 120218, 'offense_col': 2}}, {'position': 'LF', 'innings': 118.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}}, {'position': 'CF', 'innings': 13.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}}, {'position': 'RF', 'innings': 26.2, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11554, 'p_name': 'Ruben Amaro', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11554/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000207, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1000207', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4330, 'first_name': 'Ruben', 'last_name': 'Amaro', 'key_fangraphs': 1000207, 'key_bbref': 'amaroru02', 'key_retro': 'amarr002', 'key_mlbam': 110215, 'offense_col': 3}}, {'position': 'LF', 'innings': 397.0, 'range': 3.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}}, {'position': 'RF', 'innings': 140.0, 'range': 4.0, 'error': 8.0, 'arm': -1.0, 'player_id': 11555, 'p_name': 'Tony Phillips', 'cost': 1397, 'image': 'https://pddev.manticorum.com/api/v2/players/11555/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010300, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010300', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4331, 'first_name': 'Tony', 'last_name': 'Phillips', 'key_fangraphs': 1010300, 'key_bbref': 'phillto02', 'key_retro': 'philt001', 'key_mlbam': 120522, 'offense_col': 3}}, {'position': '1B', 'innings': 1336.2, 'range': 1.0, 'error': 4.0, 'player_id': 10772, 'p_name': 'John Olerud', 'cost': 309, 'image': 'https://pddev.manticorum.com/api/v2/players/10772/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1093, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b1a8b9a_sabr.jpg', 'fangr_id': '1093', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3811, 'first_name': 'John', 'last_name': 'Olerud', 'key_fangraphs': 1093, 'key_bbref': 'olerujo01', 'key_retro': 'olerj001', 'key_mlbam': 119976, 'offense_col': 1}}, {'position': 'C', 'innings': 1190.0, 'range': 3.0, 'error': 5.0, 'arm': -1.0, 'pb': 4.0, 'overthrow': 10.0, 'player_id': 10983, 'p_name': 'Mike Piazza', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10983/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 893, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c035234d_br.jpg', 'fangr_id': '893', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3974, 'first_name': 'Mike', 'last_name': 'Piazza', 'key_fangraphs': 893, 'key_bbref': 'piazzmi01', 'key_retro': 'piazm001', 'key_mlbam': 120536, 'offense_col': 2}}, {'position': 'CF', 'innings': 1305.1, 'range': 5.0, 'error': 3.0, 'arm': 2.0, 'player_id': 10773, 'p_name': 'Brian McRae', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10773/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008686, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2d3d9505_sabr.jpg', 'fangr_id': '1008686', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3812, 'first_name': 'Brian', 'last_name': 'McRae', 'key_fangraphs': 1008686, 'key_bbref': 'mcraebr01', 'key_retro': 'mcrab001', 'key_mlbam': 118871, 'offense_col': 2}}, {'position': '2B', 'innings': 1164.2, 'range': 3.0, 'error': 10.0, 'player_id': 10984, 'p_name': 'Carlos Baerga', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10984/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 175, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/08dc9574_sabr.jpg', 'fangr_id': '175', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3975, 'first_name': 'Carlos', 'last_name': 'Baerga', 'key_fangraphs': 175, 'key_bbref': 'baergca01', 'key_retro': 'baerc001', 'key_mlbam': 110427, 'offense_col': 3}}, {'position': 'SS', 'innings': 1289.0, 'range': 5.0, 'error': 17.0, 'player_id': 10774, 'p_name': 'Rey Ordonez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10774/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 889, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0d108ac5_sabr.jpg', 'fangr_id': '889', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3813, 'first_name': 'Rey', 'last_name': 'Ordonez', 'key_fangraphs': 889, 'key_bbref': 'ordonre01', 'key_retro': 'ordor001', 'key_mlbam': 120045, 'offense_col': 2}}, {'position': '3B', 'innings': 1232.0, 'range': 3.0, 'error': 12.0, 'player_id': 10775, 'p_name': 'Edgardo Alfonzo', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10775/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 859, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7869307a_sabr.jpg', 'fangr_id': '859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3814, 'first_name': 'Edgardo', 'last_name': 'Alfonzo', 'key_fangraphs': 859, 'key_bbref': 'alfoned01', 'key_retro': 'alfoe001', 'key_mlbam': 110135, 'offense_col': 1}}, {'position': '2B', 'innings': 280.2, 'range': 4.0, 'error': 17.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': '3B', 'innings': 44.2, 'range': 3.0, 'error': 0.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': 'SS', 'innings': 167.0, 'range': 4.0, 'error': 48.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': 'LF', 'innings': 48.1, 'range': 3.0, 'error': 19.0, 'arm': 0.0, 'player_id': 11067, 'p_name': 'Luis Lopez', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11067/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 695, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': 'LF', 'pos_4': '3B', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/5f61ad01_sabr.jpg', 'fangr_id': '695', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4046, 'first_name': 'Luis', 'last_name': 'Lopez', 'key_fangraphs': 695, 'key_bbref': 'lopezlu02', 'key_retro': 'lopel002', 'key_mlbam': 117922, 'offense_col': 2}}, {'position': '2B', 'innings': 238.0, 'range': 2.0, 'error': 11.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'LF', 'innings': 472.1, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'CF', 'innings': 181.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'player_id': 10776, 'p_name': 'FP Santangelo', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10776/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011438, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'LF', 'pos_2': '2B', 'pos_3': 'CF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/824d517b_sabr.jpg', 'fangr_id': '1011438', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3815, 'first_name': 'FP', 'last_name': 'Santangelo', 'key_fangraphs': 1011438, 'key_bbref': 'santaf.01', 'key_retro': 'santf001', 'key_mlbam': 121692, 'offense_col': 2}}, {'position': 'RF', 'innings': 1361.0, 'range': 1.0, 'error': 12.0, 'arm': -2.0, 'player_id': 10985, 'p_name': 'Vladimir Guerrero', 'cost': 844, 'image': 'https://pddev.manticorum.com/api/v2/players/10985/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 778, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/dfacd030_br.jpg', 'fangr_id': '778', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2838, 'first_name': 'Vladimir', 'last_name': 'Guerrero', 'key_fangraphs': 778, 'key_bbref': 'guerrvl01', 'key_retro': 'guerv001', 'key_mlbam': 115223, 'offense_col': 1}}, {'position': '1B', 'innings': 1083.0, 'range': 4.0, 'error': 18.0, 'player_id': 10777, 'p_name': 'Brad Fullmer', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10777/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 13, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4709d050_sabr.jpg', 'fangr_id': '13', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3816, 'first_name': 'Brad', 'last_name': 'Fullmer', 'key_fangraphs': 13, 'key_bbref': 'fullmbr01', 'key_retro': 'fullb001', 'key_mlbam': 114485, 'offense_col': 2}}, {'position': 'C', 'innings': 1014.0, 'range': 3.0, 'error': 8.0, 'arm': -2.0, 'pb': 13.0, 'overthrow': 16.0, 'player_id': 10778, 'p_name': 'Chris Widger', 'cost': 29, 'image': 'https://pddev.manticorum.com/api/v2/players/10778/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1541, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7a8aa126_sabr.jpg', 'fangr_id': '1541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3817, 'first_name': 'Chris', 'last_name': 'Widger', 'key_fangraphs': 1541, 'key_bbref': 'widgech01', 'key_retro': 'widgc001', 'key_mlbam': 124234, 'offense_col': 1}}, {'position': '3B', 'innings': 1234.0, 'range': 2.0, 'error': 22.0, 'player_id': 10986, 'p_name': 'Shane Andrews', 'cost': 229, 'image': 'https://pddev.manticorum.com/api/v2/players/10986/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1588, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/17201611_sabr.jpg', 'fangr_id': '1588', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3976, 'first_name': 'Shane', 'last_name': 'Andrews', 'key_fangraphs': 1588, 'key_bbref': 'andresh01', 'key_retro': 'andrs001', 'key_mlbam': 110262, 'offense_col': 2}}, {'position': '2B', 'innings': 210.0, 'range': 3.0, 'error': 20.0, 'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}}, {'position': 'SS', 'innings': 411.1, 'range': 2.0, 'error': 12.0, 'player_id': 11556, 'p_name': 'Orlando Cabrera', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11556/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 766, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'fangr_id': '766', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2760, 'first_name': 'Orlando', 'last_name': 'Cabrera', 'key_fangraphs': 766, 'key_bbref': 'cabreor01', 'key_retro': 'cabro001', 'key_mlbam': 111851, 'offense_col': 1}}, {'position': '1B', 'innings': 290.2, 'range': 3.0, 'error': 25.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'LF', 'innings': 199.1, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'CF', 'innings': 19.0, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'RF', 'innings': 26.0, 'range': 3.0, 'error': 4.0, 'arm': 1.0, 'player_id': 11255, 'p_name': 'Ryan McGuire', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11255/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 155, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'pos_2': 'LF', 'pos_3': 'RF', 'pos_4': 'CF', 'fangr_id': '155', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4206, 'first_name': 'Ryan', 'last_name': 'McGuire', 'key_fangraphs': 155, 'key_bbref': 'mcguiry01', 'key_retro': 'mcgur001', 'key_mlbam': 118736, 'offense_col': 3}}, {'position': 'LF', 'innings': 171.2, 'range': 4.0, 'error': 20.0, 'arm': 0.0, 'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}}, {'position': 'RF', 'innings': 77.1, 'range': 3.0, 'error': 20.0, 'arm': 0.0, 'player_id': 11557, 'p_name': 'Robert Perez', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11557/battingcard?d=2025-2-16', 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010186, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'fangr_id': '1010186', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4332, 'first_name': 'Robert', 'last_name': 'Perez', 'key_fangraphs': 1010186, 'key_bbref': 'perezro01', 'key_retro': 'perer001', 'key_mlbam': 120415, 'offense_col': 3}}, {'position': 'CF', 'innings': 492.2, 'range': 1.0, 'error': 2.0, 'arm': 1.0, 'player_id': 11558, 'p_name': 'Terry Jones', 'cost': 88, 'image': 'https://pddev.manticorum.com/api/v2/players/11558/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006596, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'fangr_id': '1006596', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4333, 'first_name': 'Terry', 'last_name': 'Jones', 'key_fangraphs': 1006596, 'key_bbref': 'joneste02', 'key_retro': 'jonet004', 'key_mlbam': 116730, 'offense_col': 3}}, {'position': 'LF', 'innings': 41.0, 'range': 3.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'CF', 'innings': 410.0, 'range': 1.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'RF', 'innings': 40.0, 'range': 4.0, 'error': 5.0, 'arm': -2.0, 'player_id': 11068, 'p_name': 'Richard Hidalgo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11068/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 561, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'pos_2': 'LF', 'pos_3': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7b435d9a_sabr.jpg', 'fangr_id': '561', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4047, 'first_name': 'Richard', 'last_name': 'Hidalgo', 'key_fangraphs': 561, 'key_bbref': 'hidalri01', 'key_retro': 'hidar001', 'key_mlbam': 115902, 'offense_col': 2}}, {'position': 'SS', 'innings': 1336.2, 'range': 5.0, 'error': 32.0, 'player_id': 10779, 'p_name': 'Mark Grudzielanek', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10779/battingcard?d=2025-2-16', 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 653, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9c358e4d_br.jpg', 'fangr_id': '653', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2734, 'first_name': 'Mark', 'last_name': 'Grudzielanek', 'key_fangraphs': 653, 'key_bbref': 'grudzma01', 'key_retro': 'grudm001', 'key_mlbam': 115210, 'offense_col': 1}}, {'position': '1B', 'innings': 17.0, 'range': 3.0, 'error': 30.0, 'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}}, {'position': 'C', 'innings': 346.1, 'range': 2.0, 'error': 1.0, 'arm': -2.0, 'pb': 5.0, 'overthrow': 3.0, 'player_id': 11460, 'p_name': 'Eddie Perez', 'cost': 85, 'image': 'https://pddev.manticorum.com/api/v2/players/11460/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 400, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'C', 'pos_2': '1B', 'fangr_id': '400', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4260, 'first_name': 'Eddie', 'last_name': 'Perez', 'key_fangraphs': 400, 'key_bbref': 'perezed02', 'key_retro': 'peree002', 'key_mlbam': 120407, 'offense_col': 3}}, {'position': 'LF', 'innings': 292.1, 'range': 2.0, 'error': 10.0, 'arm': 0.0, 'player_id': 11559, 'p_name': 'Danny Bautista', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11559/battingcard?d=2025-2-16', 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 47, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'fangr_id': '47', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4334, 'first_name': 'Danny', 'last_name': 'Bautista', 'key_fangraphs': 47, 'key_bbref': 'bautida01', 'key_retro': 'bautd001', 'key_mlbam': 110712, 'offense_col': 3}}, {'position': '1B', 'innings': 1013.2, 'range': 3.0, 'error': 8.0, 'player_id': 10987, 'p_name': 'Wally Joyner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10987/battingcard?d=2025-2-16', 'mlbclub': 'San Diego Padres', 'franchise': 'San Diego Padres', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006637, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4f34cdd9_sabr.jpg', 'fangr_id': '1006637', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3977, 'first_name': 'Wally', 'last_name': 'Joyner', 'key_fangraphs': 1006637, 'key_bbref': 'joynewa01', 'key_retro': 'joynw001', 'key_mlbam': 116780, 'offense_col': 2}}, {'position': '1B', 'innings': 445.2, 'range': 3.0, 'error': 8.0, 'player_id': 10780, 'p_name': 'John Jaha', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10780/battingcard?d=2025-2-16', 'mlbclub': 'Milwaukee Brewers', 'franchise': 'Milwaukee Brewers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006336, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7225cd0e_sabr.jpg', 'fangr_id': '1006336', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3818, 'first_name': 'John', 'last_name': 'Jaha', 'key_fangraphs': 1006336, 'key_bbref': 'jahajo01', 'key_retro': 'jahaj001', 'key_mlbam': 116468, 'offense_col': 1}}, {'position': 'C', 'innings': 706.0, 'range': 3.0, 'error': 6.0, 'arm': -2.0, 'pb': 7.0, 'overthrow': 12.0, 'player_id': 10781, 'p_name': 'Mike Lieberthal', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10781/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 959, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ac15571_sabr.jpg', 'fangr_id': '959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3819, 'first_name': 'Mike', 'last_name': 'Lieberthal', 'key_fangraphs': 959, 'key_bbref': 'liebemi01', 'key_retro': 'liebm001', 'key_mlbam': 117759, 'offense_col': 1}}, {'position': 'SS', 'innings': 273.0, 'range': 4.0, 'error': 10.0, 'player_id': 11560, 'p_name': 'Alex Arias', 'cost': 494, 'image': 'https://pddev.manticorum.com/api/v2/players/11560/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 123, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'fangr_id': '123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4335, 'first_name': 'Alex', 'last_name': 'Arias', 'key_fangraphs': 123, 'key_bbref': 'ariasal01', 'key_retro': 'ariaa001', 'key_mlbam': 110312, 'offense_col': 3}}, {'position': 'LF', 'innings': 162.0, 'range': 3.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': 'CF', 'innings': 50.0, 'range': 4.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': 'RF', 'innings': 135.0, 'range': 1.0, 'error': 2.0, 'arm': -1.0, 'player_id': 11493, 'p_name': 'Kevin Sefcik', 'cost': 909, 'image': 'https://pddev.manticorum.com/api/v2/players/11493/battingcard?d=2025-2-16', 'mlbclub': 'Philadelphia Phillies', 'franchise': 'Philadelphia Phillies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011722, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': 'CF', 'fangr_id': '1011722', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4289, 'first_name': 'Kevin', 'last_name': 'Sefcik', 'key_fangraphs': 1011722, 'key_bbref': 'sefcike01', 'key_retro': 'sefck001', 'key_mlbam': 121974, 'offense_col': 3}}, {'position': '1B', 'innings': 37.0, 'range': 3.0, 'error': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'LF', 'innings': 108.1, 'range': 3.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'RF', 'innings': 72.1, 'range': 4.0, 'error': 5.0, 'arm': 0.0, 'player_id': 11298, 'p_name': 'Mark Smith', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11298/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'pos_2': 'RF', 'pos_3': '1B', 'fangr_id': '540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4235, 'first_name': 'Mark', 'last_name': 'Smith', 'key_fangraphs': 540, 'key_bbref': 'smithma03', 'key_retro': 'smitm004', 'key_mlbam': 122432, 'offense_col': 2}}, {'position': 'LF', 'innings': 132.0, 'range': 3.0, 'error': 0.0, 'arm': -3.0, 'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}}, {'position': 'CF', 'innings': 699.1, 'range': 2.0, 'error': 0.0, 'arm': -3.0, 'player_id': 10782, 'p_name': 'Rondell White', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10782/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 856, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'CF', 'pos_2': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0ca0941b_sabr.jpg', 'fangr_id': '856', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3820, 'first_name': 'Rondell', 'last_name': 'White', 'key_fangraphs': 856, 'key_bbref': 'whitero02', 'key_retro': 'whitr001', 'key_mlbam': 124185, 'offense_col': 1}}, {'position': '2B', 'innings': 112.0, 'range': 3.0, 'error': 14.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': '3B', 'innings': 38.2, 'range': 3.0, 'error': 56.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': 'SS', 'innings': 124.2, 'range': 4.0, 'error': 32.0, 'player_id': 11516, 'p_name': 'Mike Mordecai', 'cost': 753, 'image': 'https://pddev.manticorum.com/api/v2/players/11516/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1385, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1385', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4310, 'first_name': 'Mike', 'last_name': 'Mordecai', 'key_fangraphs': 1385, 'key_bbref': 'mordemi01', 'key_retro': 'mordm001', 'key_mlbam': 119348, 'offense_col': 3}}, {'position': '2B', 'innings': 404.2, 'range': 5.0, 'error': 17.0, 'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}}, {'position': '3B', 'innings': 32.2, 'range': 3.0, 'error': 50.0, 'player_id': 11216, 'p_name': 'Jose Vidro', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11216/battingcard?d=2025-2-16', 'mlbclub': 'Montreal Expos', 'franchise': 'Washington Nationals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 802, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '802', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2696, 'first_name': 'Jose', 'last_name': 'Vidro', 'key_fangraphs': 802, 'key_bbref': 'vidrojo01', 'key_retro': 'vidrj001', 'key_mlbam': 123723, 'offense_col': 2}}, {'position': '2B', 'innings': 210.0, 'range': 3.0, 'error': 18.0, 'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}}, {'position': '3B', 'innings': 36.2, 'range': 3.0, 'error': 65.0, 'player_id': 11299, 'p_name': 'Lou Merloni', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11299/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 201, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': '3B', 'fangr_id': '201', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4236, 'first_name': 'Lou', 'last_name': 'Merloni', 'key_fangraphs': 201, 'key_bbref': 'merlolo01', 'key_retro': 'merll001', 'key_mlbam': 134265, 'offense_col': 2}}, {'position': 'CF', 'innings': 873.2, 'range': 1.0, 'error': 2.0, 'arm': 1.0, 'player_id': 11481, 'p_name': 'Todd Dunwoody', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11481/battingcard?d=2025-2-16', 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 381, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'CF', 'fangr_id': '381', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4278, 'first_name': 'Todd', 'last_name': 'Dunwoody', 'key_fangraphs': 381, 'key_bbref': 'dunwoto01', 'key_retro': 'dunwt001', 'key_mlbam': 113646, 'offense_col': 2}}, {'position': '2B', 'innings': 37.1, 'range': 3.0, 'error': 71.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': '3B', 'innings': 10.0, 'range': 3.0, 'error': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'LF', 'innings': 99.0, 'range': 3.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'RF', 'innings': 138.0, 'range': 4.0, 'error': 0.0, 'arm': 0.0, 'player_id': 11494, 'p_name': 'Felipe Crespo', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11494/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002763, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'pos_2': 'LF', 'pos_3': '2B', 'pos_4': '3B', 'fangr_id': '1002763', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4290, 'first_name': 'Felipe', 'last_name': 'Crespo', 'key_fangraphs': 1002763, 'key_bbref': 'crespfe01', 'key_retro': 'cresf001', 'key_mlbam': 112822, 'offense_col': 3}}, {'position': 'RF', 'innings': 796.1, 'range': 2.0, 'error': 5.0, 'arm': -2.0, 'player_id': 10783, 'p_name': 'Butch Huskey', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/10783/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006228, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3fc03861_sabr.jpg', 'fangr_id': '1006228', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3821, 'first_name': 'Butch', 'last_name': 'Huskey', 'key_fangraphs': 1006228, 'key_bbref': 'huskebu01', 'key_retro': 'huskb001', 'key_mlbam': 116357, 'offense_col': 2}}, {'position': '2B', 'innings': 306.1, 'range': 2.0, 'error': 25.0, 'player_id': 11561, 'p_name': 'Pat Kelly', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11561/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'fangr_id': '1006812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4336, 'first_name': 'Pat', 'last_name': 'Kelly', 'key_fangraphs': 1006812, 'key_bbref': 'kellypa03', 'key_retro': 'kellp001', 'key_mlbam': 116955, 'offense_col': 3}}, {'position': 'C', 'innings': 613.0, 'range': 2.0, 'error': 4.0, 'arm': -2.0, 'pb': 1.0, 'overthrow': 8.0, 'player_id': 11517, 'p_name': 'Eli Marrero', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/11517/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1166, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'C', 'fangr_id': '1166', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4311, 'first_name': 'Eli', 'last_name': 'Marrero', 'key_fangraphs': 1166, 'key_bbref': 'marreel01', 'key_retro': 'marre001', 'key_mlbam': 118305, 'offense_col': 3}}, {'position': 'LF', 'innings': 49.0, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': 'CF', 'innings': 217.1, 'range': 2.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': 'RF', 'innings': 94.1, 'range': 3.0, 'error': 7.0, 'arm': 0.0, 'player_id': 11300, 'p_name': 'Pat Watkins', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/11300/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013672, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'CF', 'pos_2': 'RF', 'pos_3': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/055a0eea_sabr.jpg', 'fangr_id': '1013672', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4237, 'first_name': 'Pat', 'last_name': 'Watkins', 'key_fangraphs': 1013672, 'key_bbref': 'watkipa01', 'key_retro': 'watkp001', 'key_mlbam': 123980, 'offense_col': 2}}, {'position': '1B', 'innings': 340.0, 'range': 2.0, 'error': 19.0, 'player_id': 10988, 'p_name': 'Eduardo Perez', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/10988/battingcard?d=2025-2-16', 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1409, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '1B', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/99dd7c50_sabr.jpg', 'fangr_id': '1409', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3978, 'first_name': 'Eduardo', 'last_name': 'Perez', 'key_fangraphs': 1409, 'key_bbref': 'perezed01', 'key_retro': 'peree001', 'key_mlbam': 120408, 'offense_col': 2}}, {'position': 'SS', 'innings': 244.2, 'range': 3.0, 'error': 31.0, 'player_id': 11069, 'p_name': 'Felix Martinez', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11069/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008164, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/c/c89137b4_sabr.jpg', 'fangr_id': '1008164', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4048, 'first_name': 'Felix', 'last_name': 'Martinez', 'key_fangraphs': 1008164, 'key_bbref': 'martife01', 'key_retro': 'martf001', 'key_mlbam': 118366, 'offense_col': 3}}, {'position': '2B', 'innings': 17.0, 'range': 3.0, 'error': 0.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': '3B', 'innings': 15.0, 'range': 3.0, 'error': 0.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': 'SS', 'innings': 155.0, 'range': 3.0, 'error': 52.0, 'player_id': 11256, 'p_name': 'Billy Ripken', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11256/battingcard?d=2025-2-16', 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010977, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/8ff7461d_br.jpg', 'fangr_id': '1010977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4207, 'first_name': 'Billy', 'last_name': 'Ripken', 'key_fangraphs': 1010977, 'key_bbref': 'ripkebi01', 'key_retro': 'ripkb001', 'key_mlbam': 121223, 'offense_col': 2}}, {'position': 'C', 'innings': 403.2, 'range': 4.0, 'error': 8.0, 'arm': 0.0, 'pb': 17.0, 'overthrow': 16.0, 'player_id': 11562, 'p_name': 'Javier Valentin', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11562/battingcard?d=2025-2-16', 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 759, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '759', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3103, 'first_name': 'Javier', 'last_name': 'Valentin', 'key_fangraphs': 759, 'key_bbref': 'valenja01', 'key_retro': 'valej004', 'key_mlbam': 123609, 'offense_col': 3}}, {'position': 'C', 'innings': 234.0, 'range': 4.0, 'error': 2.0, 'arm': 1.0, 'pb': 0.0, 'overthrow': 5.0, 'player_id': 11495, 'p_name': 'Bill Haselman', 'cost': 955, 'image': 'https://pddev.manticorum.com/api/v2/players/11495/battingcard?d=2025-2-16', 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1254, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'C', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/4/48bee2f3_sabr.jpg', 'fangr_id': '1254', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4291, 'first_name': 'Bill', 'last_name': 'Haselman', 'key_fangraphs': 1254, 'key_bbref': 'haselbi01', 'key_retro': 'haseb001', 'key_mlbam': 115587, 'offense_col': 3}}, {'position': '1B', 'innings': 119.2, 'range': 2.0, 'error': 11.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': '2B', 'innings': 37.2, 'range': 2.0, 'error': 0.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': '3B', 'innings': 44.0, 'range': 3.0, 'error': 0.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': 'SS', 'innings': 141.0, 'range': 3.0, 'error': 18.0, 'player_id': 11563, 'p_name': 'Luis Sojo', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11563/battingcard?d=2025-2-16', 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1834, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '1B', 'pos_3': '3B', 'pos_4': '2B', 'fangr_id': '1834', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4337, 'first_name': 'Luis', 'last_name': 'Sojo', 'key_fangraphs': 1834, 'key_bbref': 'sojolu01', 'key_retro': 'sojol001', 'key_mlbam': 122522, 'offense_col': 3}}, {'position': 'C', 'innings': 245.2, 'range': 2.0, 'error': 4.0, 'arm': -4.0, 'pb': 4.0, 'overthrow': 9.0, 'player_id': 11301, 'p_name': 'Alberto Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11301/battingcard?d=2025-2-16', 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 812, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4238, 'first_name': 'Alberto', 'last_name': 'Castillo', 'key_fangraphs': 812, 'key_bbref': 'castial01', 'key_retro': 'casta001', 'key_mlbam': 112107, 'offense_col': 2}}, {'position': 'C', 'innings': 313.1, 'range': 3.0, 'error': 3.0, 'arm': -1.0, 'pb': 15.0, 'overthrow': 7.0, 'player_id': 11257, 'p_name': 'Kevin Brown', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11257/battingcard?d=2025-2-16', 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 178, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'C', 'fangr_id': '178', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4208, 'first_name': 'Kevin', 'last_name': 'Brown', 'key_fangraphs': 178, 'key_bbref': 'brownke04', 'key_retro': 'browk004', 'key_mlbam': 111567, 'offense_col': 2}}, {'position': '2B', 'innings': 248.2, 'range': 1.0, 'error': 0.0, 'player_id': 11070, 'p_name': 'Mark Lemke', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/11070/battingcard?d=2025-2-16', 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007516, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/0/0201de13_sabr.jpg', 'fangr_id': '1007516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4049, 'first_name': 'Mark', 'last_name': 'Lemke', 'key_fangraphs': 1007516, 'key_bbref': 'lemkema01', 'key_retro': 'lemkm001', 'key_mlbam': 117668, 'offense_col': 3}}, {'position': 'LF', 'innings': 252.0, 'range': 4.0, 'error': 4.0, 'arm': 1.0, 'player_id': 10784, 'p_name': 'Shane Mack', 'cost': 22, 'image': 'https://pddev.manticorum.com/api/v2/players/10784/battingcard?d=2025-2-16', 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007928, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'LF', 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fbd3fdb3_sabr.jpg', 'fangr_id': '1007928', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3822, 'first_name': 'Shane', 'last_name': 'Mack', 'key_fangraphs': 1007928, 'key_bbref': 'macksh01', 'key_retro': 'macks001', 'key_mlbam': 118090, 'offense_col': 2}}, {'position': '2B', 'innings': 125.1, 'range': 2.0, 'error': 0.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': '3B', 'innings': 27.2, 'range': 3.0, 'error': 0.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': 'SS', 'innings': 92.0, 'range': 5.0, 'error': 32.0, 'player_id': 11139, 'p_name': 'David Howard', 'cost': 23, 'image': 'https://pddev.manticorum.com/api/v2/players/11139/battingcard?d=2025-2-16', 'mlbclub': 'St Louis Cardinals', 'franchise': 'St Louis Cardinals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006075, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': '2B', 'pos_2': 'SS', 'pos_3': '3B', 'fangr_id': '1006075', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4109, 'first_name': 'David', 'last_name': 'Howard', 'key_fangraphs': 1006075, 'key_bbref': 'howarda02', 'key_retro': 'howad001', 'key_mlbam': 116201, 'offense_col': 1}}, {'position': '2B', 'innings': 46.0, 'range': 3.0, 'error': 0.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': '3B', 'innings': 41.2, 'range': 3.0, 'error': 47.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': 'SS', 'innings': 320.2, 'range': 2.0, 'error': 7.0, 'player_id': 11217, 'p_name': 'Tim Bogar', 'cost': 6, 'image': 'https://pddev.manticorum.com/api/v2/players/11217/battingcard?d=2025-2-16', 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001120, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SS', 'pos_2': '2B', 'pos_3': '3B', 'fangr_id': '1001120', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4175, 'first_name': 'Tim', 'last_name': 'Bogar', 'key_fangraphs': 1001120, 'key_bbref': 'bogarti01', 'key_retro': 'bogat001', 'key_mlbam': 111148, 'offense_col': 2}}, {'position': '3B', 'innings': 605.1, 'range': 5.0, 'error': 29.0, 'player_id': 11302, 'p_name': 'Aramis Ramirez', 'cost': 91, 'image': 'https://pddev.manticorum.com/api/v2/players/11302/battingcard?d=2025-2-16', 'mlbclub': 'Pittsburgh Pirates', 'franchise': 'Pittsburgh Pirates', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': '3B', 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/1/1d6573fe_br.jpg', 'fangr_id': '1002', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1630, 'first_name': 'Aramis', 'last_name': 'Ramirez', 'key_fangraphs': 1002, 'key_bbref': 'ramirar01', 'key_retro': 'ramia001', 'key_mlbam': 133380, 'offense_col': 3}}]} type: 2025-02-16 17:11:09,489 - card_creation - INFO - return: Updated cards: 642; new cards: 0 2025-02-16 17:11:09,490 - card_creation - INFO - Posted 381 players to the database 2025-02-16 17:12:48,535 - card_creation - INFO - vL - All Hits: 14.55 / Other OB: 9.85 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,535 - card_creation - INFO - vR - All Hits: 22.15 / Other OB: 9.0 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,535 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.8499999999999996 2025-02-16 17:12:48,535 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 6.35 2025-02-16 17:12:48,535 - card_creation - INFO - vL: All Hits: 14.55 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,535 - card_creation - INFO - vR: All Hits: 22.15 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,535 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,535 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,535 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.4499999999999997 2025-02-16 17:12:48,536 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,536 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,536 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,536 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:48,536 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 17:12:48,536 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,536 - card_creation - INFO - raw do chances: 2.55 2025-02-16 17:12:48,536 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 3.8 2025-02-16 17:12:48,536 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-16 17:12:48,536 - card_creation - INFO - raw hr chances: 3.8 2025-02-16 17:12:48,536 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-16 17:12:48,536 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,536 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.85 2025-02-16 17:12:48,536 - card_creation - INFO - self.hbp: 0 / self.walk: 9.85 2025-02-16 17:12:48,536 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.0 2025-02-16 17:12:48,536 - card_creation - INFO - self.hbp: 0 / self.walk: 9.0 2025-02-16 17:12:48,536 - card_creation - INFO - vL: All other OB: 9.85 / HBP: 0 / BB: 9.85 / Total Chances: 53.4 2025-02-16 17:12:48,536 - card_creation - INFO - vR: All other OB: 9.0 / HBP: 0 / BB: 9.0 / Total Chances: 60.15 2025-02-16 17:12:48,536 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 22.099999999999998 / Current Outs: 51.1 2025-02-16 17:12:48,536 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 27.95 / Current Outs: 56.95 2025-02-16 17:12:48,536 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,536 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,536 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,536 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,536 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,536 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,537 - card_creation - INFO - vL - All Hits: 19.3 / Other OB: 10.15 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,537 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 12.4 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,537 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.100000000000001 2025-02-16 17:12:48,537 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.799999999999999 2025-02-16 17:12:48,537 - card_creation - INFO - vL: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,537 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,537 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,537 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,537 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.2000000000000015 2025-02-16 17:12:48,537 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,537 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,537 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-16 17:12:48,537 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,537 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,537 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,537 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.0999999999999988 2025-02-16 17:12:48,537 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,537 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,537 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 17:12:48,537 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,537 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 10.15 2025-02-16 17:12:48,537 - card_creation - INFO - self.hbp: 3.0 / self.walk: 7.15 2025-02-16 17:12:48,537 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.4 2025-02-16 17:12:48,537 - card_creation - INFO - self.hbp: 0 / self.walk: 12.4 2025-02-16 17:12:48,537 - card_creation - INFO - vL: All other OB: 10.15 / HBP: 3.0 / BB: 7.15 / Total Chances: 58.45 2025-02-16 17:12:48,537 - card_creation - INFO - vR: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 60.05 2025-02-16 17:12:48,537 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 31.8 / Current Outs: 60.8 2025-02-16 17:12:48,537 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.549999999999997 / Current Outs: 49.55 2025-02-16 17:12:48,538 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,538 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,538 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,538 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,538 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,538 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,538 - card_creation - INFO - vL - All Hits: 16.8 / Other OB: 5.7 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,538 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 9.1 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,538 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.400000000000002 2025-02-16 17:12:48,538 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.100000000000001 2025-02-16 17:12:48,538 - card_creation - INFO - vL: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,538 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,538 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,538 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,538 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.200000000000002 2025-02-16 17:12:48,539 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,539 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,539 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,539 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,539 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,539 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,539 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.9000000000000012 2025-02-16 17:12:48,539 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 17:12:48,539 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:48,539 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,539 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 17:12:48,539 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 5.7 2025-02-16 17:12:48,539 - card_creation - INFO - self.hbp: 3.0 / self.walk: 2.7 2025-02-16 17:12:48,539 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.1 2025-02-16 17:12:48,539 - card_creation - INFO - self.hbp: 0 / self.walk: 9.1 2025-02-16 17:12:48,539 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 3.0 / BB: 2.7 / Total Chances: 51.5 2025-02-16 17:12:48,539 - card_creation - INFO - vR: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 56.8 2025-02-16 17:12:48,539 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 22.25 / Current Outs: 51.25 2025-02-16 17:12:48,539 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 20.849999999999998 / Current Outs: 49.85 2025-02-16 17:12:48,539 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,539 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,539 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,539 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,539 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,539 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,540 - card_creation - INFO - vL - All Hits: 9.35 / Other OB: 11.9 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,540 - card_creation - INFO - vR - All Hits: 11.7 / Other OB: 6.1 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,540 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.099999999999999 2025-02-16 17:12:48,540 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.45 2025-02-16 17:12:48,540 - card_creation - INFO - vL: All Hits: 9.35 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 17:12:48,540 - card_creation - INFO - vR: All Hits: 11.7 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.6 2025-02-16 17:12:48,540 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,540 - card_creation - INFO - raw do chances: 6.75 2025-02-16 17:12:48,540 - card_creation - INFO - Double**: 6.75 / Double(cf): 0.0 / rem xbh: 0.34999999999999876 2025-02-16 17:12:48,540 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,540 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,540 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,540 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,540 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,540 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.20 2025-02-16 17:12:48,540 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,540 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.7 / rem xbh: 6.749999999999999 2025-02-16 17:12:48,540 - card_creation - INFO - Triple: 0 / rem xbh: 6.75 2025-02-16 17:12:48,540 - card_creation - INFO - raw hr chances: 6.75 2025-02-16 17:12:48,540 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.75 2025-02-16 17:12:48,540 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,540 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 11.9 2025-02-16 17:12:48,540 - card_creation - INFO - self.hbp: 2.0 / self.walk: 9.9 2025-02-16 17:12:48,540 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.1 2025-02-16 17:12:48,540 - card_creation - INFO - self.hbp: 0 / self.walk: 6.1 2025-02-16 17:12:48,540 - card_creation - INFO - vL: All other OB: 11.9 / HBP: 2.0 / BB: 9.9 / Total Chances: 50.25 2025-02-16 17:12:48,540 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 46.8 2025-02-16 17:12:48,540 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 51.050000000000004 / Current Outs: 80.05 2025-02-16 17:12:48,540 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 42.85 / Current Outs: 71.85 2025-02-16 17:12:48,540 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,540 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,540 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,541 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,541 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,541 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,541 - card_creation - INFO - vL - All Hits: 23.05 / Other OB: 14.65 / All Outs: 70.5 / Total: 29.0 2025-02-16 17:12:48,541 - card_creation - INFO - vR - All Hits: 25.55 / Other OB: 10.85 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:48,541 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 8.8 2025-02-16 17:12:48,541 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.249999999999998 2025-02-16 17:12:48,541 - card_creation - INFO - vL: All Hits: 23.05 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,541 - card_creation - INFO - vR: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 7.65 / Single 1: 7.65 / Single CF: 0 2025-02-16 17:12:48,541 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,541 - card_creation - INFO - raw do chances: 7.05 2025-02-16 17:12:48,541 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.7500000000000009 2025-02-16 17:12:48,541 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:48,541 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:48,541 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,541 - card_creation - INFO - excess xbh: -0.25 2025-02-16 17:12:48,541 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,541 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,541 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.549999999999998 2025-02-16 17:12:48,542 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,542 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,542 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,542 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,542 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.65 2025-02-16 17:12:48,542 - card_creation - INFO - self.hbp: 0 / self.walk: 14.65 2025-02-16 17:12:48,542 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 10.85 2025-02-16 17:12:48,542 - card_creation - INFO - self.hbp: 1.0 / self.walk: 9.85 2025-02-16 17:12:48,542 - card_creation - INFO - vL: All other OB: 14.65 / HBP: 0 / BB: 14.65 / Total Chances: 66.95 2025-02-16 17:12:48,542 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 1.0 / BB: 9.85 / Total Chances: 65.4 2025-02-16 17:12:48,542 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 15.299999999999997 / Current Outs: 44.3 2025-02-16 17:12:48,542 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 21.1 / Current Outs: 50.1 2025-02-16 17:12:48,542 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,542 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,542 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,542 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,542 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,542 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,542 - card_creation - INFO - vL - All Hits: 18.85 / Other OB: 3.2 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,543 - card_creation - INFO - vR - All Hits: 17.9 / Other OB: 3.2 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,543 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.350000000000001 2025-02-16 17:12:48,543 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.999999999999998 2025-02-16 17:12:48,543 - card_creation - INFO - vL: All Hits: 18.85 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:48,543 - card_creation - INFO - vR: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,543 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,543 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,543 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 17:12:48,543 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,543 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,543 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 17:12:48,543 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,543 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-16 17:12:48,543 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,543 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.4999999999999982 2025-02-16 17:12:48,543 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-16 17:12:48,543 - card_creation - INFO - raw hr chances: 3.5 2025-02-16 17:12:48,543 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-16 17:12:48,543 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,543 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,543 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,543 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,543 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,543 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 51.05 2025-02-16 17:12:48,543 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.1 2025-02-16 17:12:48,543 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 24.75 / Current Outs: 53.75 2025-02-16 17:12:48,543 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 20.75 / Current Outs: 49.75 2025-02-16 17:12:48,543 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,543 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,543 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,543 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,543 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,543 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,544 - card_creation - INFO - vL - All Hits: 20.3 / Other OB: 24.45 / All Outs: 63.0 / Total: 29.0 2025-02-16 17:12:48,544 - card_creation - INFO - vR - All Hits: 14.3 / Other OB: 7.85 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,544 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.500000000000002 2025-02-16 17:12:48,544 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 9.3 2025-02-16 17:12:48,544 - card_creation - INFO - vL: All Hits: 20.3 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.4 2025-02-16 17:12:48,544 - card_creation - INFO - vR: All Hits: 14.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,544 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,544 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,544 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 8.850000000000001 2025-02-16 17:12:48,544 - card_creation - INFO - Triple: 0 / rem xbh: 8.85 2025-02-16 17:12:48,544 - card_creation - INFO - raw hr chances: 8.85 2025-02-16 17:12:48,544 - card_creation - INFO - BP HR: 4.0 / ND HR: 4.85 2025-02-16 17:12:48,544 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,544 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,544 - card_creation - INFO - raw do chances: 6.5 2025-02-16 17:12:48,544 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-16 17:12:48,544 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:48,544 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:48,544 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 17:12:48,544 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,544 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 24.45 2025-02-16 17:12:48,544 - card_creation - INFO - self.hbp: 0 / self.walk: 24.45 2025-02-16 17:12:48,544 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.85 2025-02-16 17:12:48,545 - card_creation - INFO - self.hbp: 0 / self.walk: 7.85 2025-02-16 17:12:48,545 - card_creation - INFO - vL: All other OB: 24.45 / HBP: 0 / BB: 24.45 / Total Chances: 73.75 2025-02-16 17:12:48,545 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 51.15 2025-02-16 17:12:48,545 - card_creation - INFO - vL: All Outs: 63.0 / Ks: 32.5 / Current Outs: 61.5 2025-02-16 17:12:48,545 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 51.1 / Current Outs: 80.1 2025-02-16 17:12:48,545 - card_creation - INFO - Remaining outs: 0.4000000000000057 2025-02-16 17:12:48,545 - card_creation - INFO - Passing 0.4000000000000057 outs to strikeouts 2025-02-16 17:12:48,545 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,545 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,545 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,545 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,545 - card_creation - INFO - vL - All Hits: 28.5 / Other OB: 9.3 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,545 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 14.35 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,545 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 8.899999999999999 2025-02-16 17:12:48,546 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 5.8000000000000025 2025-02-16 17:12:48,546 - card_creation - INFO - vL: All Hits: 28.5 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.3 / Single CF: 0 2025-02-16 17:12:48,546 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,546 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 17:12:48,546 - card_creation - INFO - raw do chances: 7.1 2025-02-16 17:12:48,546 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 1.799999999999999 2025-02-16 17:12:48,546 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 17:12:48,546 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 17:12:48,546 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,546 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-16 17:12:48,546 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.50 2025-02-16 17:12:48,546 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,546 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.6000000000000023 2025-02-16 17:12:48,546 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,546 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,546 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 17:12:48,546 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,546 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 9.3 2025-02-16 17:12:48,546 - card_creation - INFO - self.hbp: 4.0 / self.walk: 5.3 2025-02-16 17:12:48,546 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 14.35 2025-02-16 17:12:48,546 - card_creation - INFO - self.hbp: 2.0 / self.walk: 12.35 2025-02-16 17:12:48,546 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 4.0 / BB: 5.3 / Total Chances: 67.0 2025-02-16 17:12:48,546 - card_creation - INFO - vR: All other OB: 14.35 / HBP: 2.0 / BB: 12.35 / Total Chances: 64.95 2025-02-16 17:12:48,546 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 24.65 / Current Outs: 53.65 2025-02-16 17:12:48,546 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 21.6 / Current Outs: 50.6 2025-02-16 17:12:48,546 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,546 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,546 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,546 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,546 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,546 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,547 - card_creation - INFO - vL - All Hits: 14.05 / Other OB: 10.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,547 - card_creation - INFO - vR - All Hits: 17.45 / Other OB: 15.3 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,547 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.8500000000000014 2025-02-16 17:12:48,547 - card_creation - INFO - remaining singles: -0.14999999999999858 / total xbh: 2.25 2025-02-16 17:12:48,547 - card_creation - INFO - vL: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,547 - card_creation - INFO - vR: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,547 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,547 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,547 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.4500000000000015 2025-02-16 17:12:48,547 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,547 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,547 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-16 17:12:48,547 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,547 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,547 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,547 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.55 2025-02-16 17:12:48,547 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,547 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,547 - card_creation - INFO - BP HR: 0 / ND HR: 0.55 2025-02-16 17:12:48,547 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,547 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.0 2025-02-16 17:12:48,547 - card_creation - INFO - self.hbp: 0 / self.walk: 10.0 2025-02-16 17:12:48,547 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 15.3 2025-02-16 17:12:48,547 - card_creation - INFO - self.hbp: 1.0 / self.walk: 14.3 2025-02-16 17:12:48,547 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 53.05 2025-02-16 17:12:48,547 - card_creation - INFO - vR: All other OB: 15.3 / HBP: 1.0 / BB: 14.3 / Total Chances: 61.75 2025-02-16 17:12:48,547 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 17:12:48,547 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 23.649999999999995 / Current Outs: 52.65 2025-02-16 17:12:48,548 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,548 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,548 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,548 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,548 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,548 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,548 - card_creation - INFO - vL - All Hits: 20.45 / Other OB: 8.55 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,548 - card_creation - INFO - vR - All Hits: 34.9 / Other OB: 3.2 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,548 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 7.0 2025-02-16 17:12:48,548 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 13.95 2025-02-16 17:12:48,548 - card_creation - INFO - vL: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,548 - card_creation - INFO - vR: All Hits: 34.9 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 0.0 / Single CF: 7.95 2025-02-16 17:12:48,548 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,548 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,548 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 3.5 2025-02-16 17:12:48,548 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-16 17:12:48,548 - card_creation - INFO - raw hr chances: 3.5 2025-02-16 17:12:48,549 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-16 17:12:48,549 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,549 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,549 - card_creation - INFO - raw do chances: 8.35 2025-02-16 17:12:48,549 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.35 / rem xbh: 5.6 2025-02-16 17:12:48,549 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 17:12:48,549 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 17:12:48,549 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5999999999999996 2025-02-16 17:12:48,549 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,549 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.55 2025-02-16 17:12:48,549 - card_creation - INFO - self.hbp: 0 / self.walk: 8.55 2025-02-16 17:12:48,549 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,549 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,549 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 58.0 2025-02-16 17:12:48,549 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 67.1 2025-02-16 17:12:48,549 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 29.4 / Current Outs: 58.4 2025-02-16 17:12:48,549 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 15.75 / Current Outs: 44.75 2025-02-16 17:12:48,549 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,549 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,549 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,549 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,549 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,549 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,550 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 9.6 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,550 - card_creation - INFO - vR - All Hits: 22.0 / Other OB: 10.05 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,550 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.600000000000001 2025-02-16 17:12:48,550 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.5 2025-02-16 17:12:48,550 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,550 - card_creation - INFO - vR: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,550 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,550 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,550 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.8500000000000014 2025-02-16 17:12:48,550 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,550 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,550 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,550 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,550 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 17:12:48,550 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,550 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.8 2025-02-16 17:12:48,550 - card_creation - INFO - Triple: 0 / rem xbh: 4.8 2025-02-16 17:12:48,550 - card_creation - INFO - raw hr chances: 4.8 2025-02-16 17:12:48,550 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.8 2025-02-16 17:12:48,550 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,550 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.6 2025-02-16 17:12:48,550 - card_creation - INFO - self.hbp: 0 / self.walk: 9.6 2025-02-16 17:12:48,550 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.05 2025-02-16 17:12:48,550 - card_creation - INFO - self.hbp: 0 / self.walk: 10.05 2025-02-16 17:12:48,550 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 56.7 2025-02-16 17:12:48,550 - card_creation - INFO - vR: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 61.05 2025-02-16 17:12:48,550 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 24.35 / Current Outs: 53.35 2025-02-16 17:12:48,550 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 20.9 / Current Outs: 49.9 2025-02-16 17:12:48,550 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,550 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,550 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,550 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,550 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,551 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,551 - card_creation - INFO - vL - All Hits: 16.95 / Other OB: 18.05 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,551 - card_creation - INFO - vR - All Hits: 16.15 / Other OB: 14.95 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,551 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.5 2025-02-16 17:12:48,551 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.449999999999999 2025-02-16 17:12:48,551 - card_creation - INFO - vL: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,551 - card_creation - INFO - vR: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,551 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,551 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,551 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-16 17:12:48,551 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,551 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,551 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,551 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,551 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 17:12:48,551 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,551 - card_creation - INFO - raw do chances: 3.6 2025-02-16 17:12:48,552 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 1.8499999999999992 2025-02-16 17:12:48,552 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,552 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,552 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,552 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,552 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.05 2025-02-16 17:12:48,552 - card_creation - INFO - self.hbp: 0 / self.walk: 18.05 2025-02-16 17:12:48,552 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.95 2025-02-16 17:12:48,552 - card_creation - INFO - self.hbp: 0 / self.walk: 14.95 2025-02-16 17:12:48,552 - card_creation - INFO - vL: All other OB: 18.05 / HBP: 0 / BB: 18.05 / Total Chances: 64.0 2025-02-16 17:12:48,552 - card_creation - INFO - vR: All other OB: 14.95 / HBP: 0 / BB: 14.95 / Total Chances: 60.1 2025-02-16 17:12:48,552 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 12.899999999999999 / Current Outs: 41.9 2025-02-16 17:12:48,552 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 22.0 / Current Outs: 51.0 2025-02-16 17:12:48,552 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,552 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,552 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,552 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,552 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,552 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,552 - card_creation - INFO - vL - All Hits: 20.5 / Other OB: 2.1 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,553 - card_creation - INFO - vR - All Hits: 13.65 / Other OB: 19.9 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,553 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.1499999999999995 2025-02-16 17:12:48,553 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.6000000000000014 2025-02-16 17:12:48,553 - card_creation - INFO - vL: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.15 / Single CF: 0 2025-02-16 17:12:48,553 - card_creation - INFO - vR: All Hits: 13.65 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,553 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,553 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,553 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1499999999999995 2025-02-16 17:12:48,553 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 17:12:48,553 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:48,553 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,553 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,553 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-16 17:12:48,553 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:48,553 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,553 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.5000000000000013 2025-02-16 17:12:48,553 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,553 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,553 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-16 17:12:48,553 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,553 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 2.1 2025-02-16 17:12:48,553 - card_creation - INFO - self.hbp: 1.0 / self.walk: 1.1 2025-02-16 17:12:48,553 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 19.9 2025-02-16 17:12:48,553 - card_creation - INFO - self.hbp: 0 / self.walk: 19.9 2025-02-16 17:12:48,553 - card_creation - INFO - vL: All other OB: 2.1 / HBP: 1.0 / BB: 1.1 / Total Chances: 51.6 2025-02-16 17:12:48,553 - card_creation - INFO - vR: All other OB: 19.9 / HBP: 0 / BB: 19.9 / Total Chances: 62.55 2025-02-16 17:12:48,553 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 24.849999999999998 / Current Outs: 53.85 2025-02-16 17:12:48,553 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 17:12:48,553 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,553 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,553 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,553 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,553 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,553 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,554 - card_creation - INFO - vL - All Hits: 18.0 / Other OB: 13.9 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,554 - card_creation - INFO - vR - All Hits: 23.5 / Other OB: 13.4 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:48,554 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 13.0 2025-02-16 17:12:48,554 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.700000000000001 2025-02-16 17:12:48,554 - card_creation - INFO - vL: All Hits: 18.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,554 - card_creation - INFO - vR: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 0.0 / Single CF: 3.9 2025-02-16 17:12:48,554 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-16 17:12:48,554 - card_creation - INFO - raw do chances: 11.7 2025-02-16 17:12:48,554 - card_creation - INFO - Double**: 11.7 / Double(cf): 0.0 / rem xbh: 1.3000000000000007 2025-02-16 17:12:48,554 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,554 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,554 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,554 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-16 17:12:48,554 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-16 17:12:48,554 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,554 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,554 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.75 / rem xbh: 6.950000000000001 2025-02-16 17:12:48,554 - card_creation - INFO - Triple: 0 / rem xbh: 6.95 2025-02-16 17:12:48,554 - card_creation - INFO - raw hr chances: 6.95 2025-02-16 17:12:48,554 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.95 2025-02-16 17:12:48,554 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,554 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.9 2025-02-16 17:12:48,554 - card_creation - INFO - self.hbp: 0 / self.walk: 13.9 2025-02-16 17:12:48,554 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.4 2025-02-16 17:12:48,555 - card_creation - INFO - self.hbp: 0 / self.walk: 13.4 2025-02-16 17:12:48,555 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 0 / BB: 13.9 / Total Chances: 60.9 2025-02-16 17:12:48,555 - card_creation - INFO - vR: All other OB: 13.4 / HBP: 0 / BB: 13.4 / Total Chances: 65.9 2025-02-16 17:12:48,555 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 33.050000000000004 / Current Outs: 62.05 2025-02-16 17:12:48,555 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 12.549999999999997 / Current Outs: 41.55 2025-02-16 17:12:48,555 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,555 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,555 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,555 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,555 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,555 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,555 - card_creation - INFO - vL - All Hits: 20.95 / Other OB: 8.0 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,555 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 9.95 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,555 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 10.0 2025-02-16 17:12:48,556 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.800000000000001 2025-02-16 17:12:48,556 - card_creation - INFO - vL: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,556 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,556 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,556 - card_creation - INFO - raw do chances: 6.0 2025-02-16 17:12:48,556 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 4.0 2025-02-16 17:12:48,556 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-16 17:12:48,556 - card_creation - INFO - raw hr chances: 4.0 2025-02-16 17:12:48,556 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.0 2025-02-16 17:12:48,556 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,556 - card_creation - INFO - hr%: 0.10 / tr%: 0.25 / do%: 0.65 2025-02-16 17:12:48,556 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,556 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 17:12:48,556 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,556 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,556 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,556 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 17:12:48,556 - card_creation - INFO - Passing 0.2999999999999998 xbh to double** 2025-02-16 17:12:48,556 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.0 2025-02-16 17:12:48,556 - card_creation - INFO - self.hbp: 0 / self.walk: 8.0 2025-02-16 17:12:48,556 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.95 2025-02-16 17:12:48,556 - card_creation - INFO - self.hbp: 0 / self.walk: 9.95 2025-02-16 17:12:48,556 - card_creation - INFO - vL: All other OB: 8.0 / HBP: 0 / BB: 8.0 / Total Chances: 57.95 2025-02-16 17:12:48,556 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 55.95 2025-02-16 17:12:48,556 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 28.95 / Current Outs: 57.95 2025-02-16 17:12:48,556 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 25.000000000000004 / Current Outs: 54.0 2025-02-16 17:12:48,556 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,556 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,556 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,556 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,556 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,556 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,557 - card_creation - INFO - vL - All Hits: 11.15 / Other OB: 12.55 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,557 - card_creation - INFO - vR - All Hits: 16.4 / Other OB: 8.4 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,557 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 6.15 2025-02-16 17:12:48,557 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.449999999999999 2025-02-16 17:12:48,557 - card_creation - INFO - vL: All Hits: 11.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,557 - card_creation - INFO - vR: All Hits: 16.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,557 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:48,557 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,557 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7500000000000004 2025-02-16 17:12:48,557 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,557 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,557 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 17:12:48,557 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,557 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,557 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,557 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 17:12:48,557 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,557 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,557 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,557 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,557 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.55 2025-02-16 17:12:48,557 - card_creation - INFO - self.hbp: 0 / self.walk: 12.55 2025-02-16 17:12:48,557 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.4 2025-02-16 17:12:48,557 - card_creation - INFO - self.hbp: 0 / self.walk: 8.4 2025-02-16 17:12:48,557 - card_creation - INFO - vL: All other OB: 12.55 / HBP: 0 / BB: 12.55 / Total Chances: 52.7 2025-02-16 17:12:48,557 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 53.8 2025-02-16 17:12:48,557 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 32.400000000000006 / Current Outs: 61.4 2025-02-16 17:12:48,557 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 29.55 / Current Outs: 58.55 2025-02-16 17:12:48,558 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,558 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,558 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,558 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,558 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,558 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,558 - card_creation - INFO - vL - All Hits: 21.5 / Other OB: 11.45 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,558 - card_creation - INFO - vR - All Hits: 23.4 / Other OB: 11.1 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,558 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.55 2025-02-16 17:12:48,558 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.550000000000001 2025-02-16 17:12:48,558 - card_creation - INFO - vL: All Hits: 21.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,558 - card_creation - INFO - vR: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 5.95 / Single 1: 5.9 / Single CF: 0 2025-02-16 17:12:48,558 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 17:12:48,558 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,558 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.3500000000000005 2025-02-16 17:12:48,559 - card_creation - INFO - Triple: 0 / rem xbh: 5.35 2025-02-16 17:12:48,559 - card_creation - INFO - raw hr chances: 5.35 2025-02-16 17:12:48,559 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.3499999999999996 2025-02-16 17:12:48,559 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,559 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,559 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,559 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-16 17:12:48,559 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 17:12:48,559 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:48,559 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,559 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,559 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 17:12:48,559 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.45 2025-02-16 17:12:48,559 - card_creation - INFO - self.hbp: 0 / self.walk: 11.45 2025-02-16 17:12:48,559 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 11.1 2025-02-16 17:12:48,559 - card_creation - INFO - self.hbp: 1.0 / self.walk: 10.1 2025-02-16 17:12:48,559 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 61.95 2025-02-16 17:12:48,559 - card_creation - INFO - vR: All other OB: 11.1 / HBP: 1.0 / BB: 10.1 / Total Chances: 63.5 2025-02-16 17:12:48,559 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 24.499999999999996 / Current Outs: 53.5 2025-02-16 17:12:48,559 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 19.85 / Current Outs: 48.85 2025-02-16 17:12:48,559 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,559 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,559 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,559 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,559 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,559 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,560 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 10.65 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,560 - card_creation - INFO - vR - All Hits: 28.0 / Other OB: 7.2 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,560 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 8.8 2025-02-16 17:12:48,560 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 13.5 2025-02-16 17:12:48,560 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,560 - card_creation - INFO - vR: All Hits: 28.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.75 2025-02-16 17:12:48,560 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,560 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,560 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 5.300000000000001 2025-02-16 17:12:48,560 - card_creation - INFO - Triple: 0 / rem xbh: 5.3 2025-02-16 17:12:48,560 - card_creation - INFO - raw hr chances: 5.3 2025-02-16 17:12:48,560 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.3 2025-02-16 17:12:48,560 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,560 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,560 - card_creation - INFO - raw do chances: 8.8 2025-02-16 17:12:48,560 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.8 / rem xbh: 4.699999999999999 2025-02-16 17:12:48,560 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 17:12:48,560 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 17:12:48,560 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.7 2025-02-16 17:12:48,560 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,560 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.65 2025-02-16 17:12:48,560 - card_creation - INFO - self.hbp: 0 / self.walk: 10.65 2025-02-16 17:12:48,560 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.2 2025-02-16 17:12:48,560 - card_creation - INFO - self.hbp: 0 / self.walk: 7.2 2025-02-16 17:12:48,560 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 0 / BB: 10.65 / Total Chances: 55.85 2025-02-16 17:12:48,560 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 64.2 2025-02-16 17:12:48,560 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 18.299999999999997 / Current Outs: 47.3 2025-02-16 17:12:48,560 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 13.75 / Current Outs: 42.75 2025-02-16 17:12:48,560 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,560 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,560 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,560 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,560 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,561 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,561 - card_creation - INFO - vL - All Hits: 8.7 / Other OB: 10.65 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,561 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 2.7 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,561 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 2.049999999999999 2025-02-16 17:12:48,561 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8499999999999996 2025-02-16 17:12:48,561 - card_creation - INFO - vL: All Hits: 8.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,561 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,561 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,561 - card_creation - INFO - raw do chances: 1.05 2025-02-16 17:12:48,561 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.9999999999999989 2025-02-16 17:12:48,561 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,561 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,561 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,561 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,561 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,561 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,561 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-16 17:12:48,562 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,562 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,562 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,562 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,562 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.65 2025-02-16 17:12:48,562 - card_creation - INFO - self.hbp: 0 / self.walk: 10.65 2025-02-16 17:12:48,562 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.7 2025-02-16 17:12:48,562 - card_creation - INFO - self.hbp: 0 / self.walk: 2.7 2025-02-16 17:12:48,562 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 0 / BB: 10.65 / Total Chances: 48.35 2025-02-16 17:12:48,562 - card_creation - INFO - vR: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 47.05 2025-02-16 17:12:48,562 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 37.300000000000004 / Current Outs: 66.3 2025-02-16 17:12:48,562 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 32.25 / Current Outs: 61.25 2025-02-16 17:12:48,562 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,562 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,562 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,562 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,562 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,562 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,562 - card_creation - INFO - vL - All Hits: 23.1 / Other OB: 3.5 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,562 - card_creation - INFO - vR - All Hits: 24.15 / Other OB: 0.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,563 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 11.200000000000003 2025-02-16 17:12:48,563 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.75 2025-02-16 17:12:48,563 - card_creation - INFO - vL: All Hits: 23.1 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,563 - card_creation - INFO - vR: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 8.2 / Single 1: 8.2 / Single CF: 0 2025-02-16 17:12:48,563 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,563 - card_creation - INFO - raw do chances: 10.65 2025-02-16 17:12:48,563 - card_creation - INFO - Double**: 10.65 / Double(cf): 0.0 / rem xbh: 0.5500000000000025 2025-02-16 17:12:48,563 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,563 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,563 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,563 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,563 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,563 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,563 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,563 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 17:12:48,563 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,563 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,563 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.75 2025-02-16 17:12:48,563 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,563 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 3.5 2025-02-16 17:12:48,563 - card_creation - INFO - self.hbp: 2.0 / self.walk: 1.5 2025-02-16 17:12:48,563 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 0.0 2025-02-16 17:12:48,563 - card_creation - INFO - self.hbp: 0 / self.walk: 0.0 2025-02-16 17:12:48,563 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 2.0 / BB: 1.5 / Total Chances: 55.6 2025-02-16 17:12:48,563 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 53.15 2025-02-16 17:12:48,563 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 19.45 / Current Outs: 48.45 2025-02-16 17:12:48,563 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 44.95 / Current Outs: 73.95 2025-02-16 17:12:48,563 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,563 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,563 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,563 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,563 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,563 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,564 - card_creation - INFO - vL - All Hits: 19.2 / Other OB: 12.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,564 - card_creation - INFO - vR - All Hits: 13.7 / Other OB: 6.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,564 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.299999999999999 2025-02-16 17:12:48,564 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1999999999999993 2025-02-16 17:12:48,564 - card_creation - INFO - vL: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,564 - card_creation - INFO - vR: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,564 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,564 - card_creation - INFO - raw do chances: 3.3 2025-02-16 17:12:48,564 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 3.999999999999999 2025-02-16 17:12:48,564 - card_creation - INFO - Triple: 0 / rem xbh: 4.0 2025-02-16 17:12:48,564 - card_creation - INFO - raw hr chances: 4.0 2025-02-16 17:12:48,564 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.0 2025-02-16 17:12:48,564 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,564 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,564 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,564 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 17:12:48,564 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,564 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,564 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,564 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,564 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 12.2 2025-02-16 17:12:48,564 - card_creation - INFO - self.hbp: 2.0 / self.walk: 10.2 2025-02-16 17:12:48,564 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,564 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,564 - card_creation - INFO - vL: All other OB: 12.2 / HBP: 2.0 / BB: 10.2 / Total Chances: 60.4 2025-02-16 17:12:48,565 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 49.2 2025-02-16 17:12:48,565 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 34.75000000000001 / Current Outs: 63.75 2025-02-16 17:12:48,565 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 45.45 / Current Outs: 74.45 2025-02-16 17:12:48,565 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,565 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,565 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,565 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,565 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,565 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,565 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 8.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,565 - card_creation - INFO - vR - All Hits: 8.95 / Other OB: 10.5 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,565 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.6 2025-02-16 17:12:48,566 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.449999999999999 2025-02-16 17:12:48,566 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,566 - card_creation - INFO - vR: All Hits: 8.95 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,566 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,566 - card_creation - INFO - raw do chances: 7.6 2025-02-16 17:12:48,566 - card_creation - INFO - Double**: 7.6 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 17:12:48,566 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,566 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 3.249999999999999 2025-02-16 17:12:48,566 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-16 17:12:48,566 - card_creation - INFO - raw hr chances: 3.25 2025-02-16 17:12:48,566 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.25 2025-02-16 17:12:48,566 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.2 2025-02-16 17:12:48,566 - card_creation - INFO - self.hbp: 0 / self.walk: 8.2 2025-02-16 17:12:48,566 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.5 2025-02-16 17:12:48,566 - card_creation - INFO - self.hbp: 0 / self.walk: 10.5 2025-02-16 17:12:48,566 - card_creation - INFO - vL: All other OB: 8.2 / HBP: 0 / BB: 8.2 / Total Chances: 60.6 2025-02-16 17:12:48,566 - card_creation - INFO - vR: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 48.45 2025-02-16 17:12:48,566 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 14.75 / Current Outs: 43.75 2025-02-16 17:12:48,566 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 17:12:48,566 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,566 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,566 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,566 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,566 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,567 - card_creation - INFO - vL - All Hits: 24.4 / Other OB: 10.1 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,567 - card_creation - INFO - vR - All Hits: 11.5 / Other OB: 2.1 / All Outs: 94.5 / Total: 29.0 2025-02-16 17:12:48,567 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 12.149999999999999 2025-02-16 17:12:48,567 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.1999999999999993 2025-02-16 17:12:48,567 - card_creation - INFO - vL: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 0.0 / Single CF: 3.5 2025-02-16 17:12:48,567 - card_creation - INFO - vR: All Hits: 11.5 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,567 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,567 - card_creation - INFO - raw do chances: 6.05 2025-02-16 17:12:48,567 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.05 / rem xbh: 6.099999999999999 2025-02-16 17:12:48,567 - card_creation - INFO - Triple: 0 / rem xbh: 6.1 2025-02-16 17:12:48,567 - card_creation - INFO - raw hr chances: 6.1 2025-02-16 17:12:48,567 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.1 2025-02-16 17:12:48,567 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,567 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,567 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,567 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.2999999999999994 2025-02-16 17:12:48,567 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,567 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,567 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:48,567 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,567 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.1 2025-02-16 17:12:48,567 - card_creation - INFO - self.hbp: 0 / self.walk: 10.1 2025-02-16 17:12:48,567 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 2.1 2025-02-16 17:12:48,567 - card_creation - INFO - self.hbp: 2.0 / self.walk: 0.1 2025-02-16 17:12:48,568 - card_creation - INFO - vL: All other OB: 10.1 / HBP: 0 / BB: 10.1 / Total Chances: 63.5 2025-02-16 17:12:48,568 - card_creation - INFO - vR: All other OB: 2.1 / HBP: 2.0 / BB: 0.1 / Total Chances: 42.6 2025-02-16 17:12:48,568 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 0 / Current Outs: 29.0 2025-02-16 17:12:48,568 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 52.85 / Current Outs: 81.85 2025-02-16 17:12:48,568 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,568 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 17:12:48,568 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,568 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,568 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,568 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,568 - card_creation - INFO - vL - All Hits: 10.05 / Other OB: 5.1 / All Outs: 93.0 / Total: 29.0 2025-02-16 17:12:48,568 - card_creation - INFO - vR - All Hits: 11.15 / Other OB: 18.0 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,568 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 0.7500000000000009 2025-02-16 17:12:48,569 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 2.1000000000000014 2025-02-16 17:12:48,569 - card_creation - INFO - vL: All Hits: 10.05 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,569 - card_creation - INFO - vR: All Hits: 11.15 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,569 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,569 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,569 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7500000000000009 2025-02-16 17:12:48,569 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,569 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,569 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,569 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,569 - card_creation - INFO - Passing 0.75 xbh to single** 2025-02-16 17:12:48,569 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 17:12:48,569 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,569 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-16 17:12:48,569 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,569 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,569 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,569 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,569 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,569 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,569 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,569 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.0 2025-02-16 17:12:48,569 - card_creation - INFO - self.hbp: 0 / self.walk: 18.0 2025-02-16 17:12:48,569 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 44.15 2025-02-16 17:12:48,569 - card_creation - INFO - vR: All other OB: 18.0 / HBP: 0 / BB: 18.0 / Total Chances: 58.15 2025-02-16 17:12:48,569 - card_creation - INFO - vL: All Outs: 93.0 / Ks: 29.85 / Current Outs: 58.85 2025-02-16 17:12:48,569 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 29.95 / Current Outs: 58.95 2025-02-16 17:12:48,569 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,569 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,569 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,569 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,569 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,569 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,570 - card_creation - INFO - vL - All Hits: 23.8 / Other OB: 12.1 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,570 - card_creation - INFO - vR - All Hits: 10.2 / Other OB: 13.15 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,570 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 9.3 2025-02-16 17:12:48,570 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 5.199999999999999 2025-02-16 17:12:48,570 - card_creation - INFO - vL: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,570 - card_creation - INFO - vR: All Hits: 10.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,570 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:48,570 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,570 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.050000000000001 2025-02-16 17:12:48,570 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 17:12:48,570 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 17:12:48,570 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.05 2025-02-16 17:12:48,570 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,570 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,570 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,570 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.9999999999999991 2025-02-16 17:12:48,570 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,570 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,570 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,570 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,570 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.1 2025-02-16 17:12:48,570 - card_creation - INFO - self.hbp: 0 / self.walk: 12.1 2025-02-16 17:12:48,570 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 13.15 2025-02-16 17:12:48,570 - card_creation - INFO - self.hbp: 1.0 / self.walk: 12.15 2025-02-16 17:12:48,570 - card_creation - INFO - vL: All other OB: 12.1 / HBP: 0 / BB: 12.1 / Total Chances: 64.9 2025-02-16 17:12:48,570 - card_creation - INFO - vR: All other OB: 13.15 / HBP: 1.0 / BB: 12.15 / Total Chances: 52.35 2025-02-16 17:12:48,570 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 19.849999999999998 / Current Outs: 48.85 2025-02-16 17:12:48,571 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 27.799999999999997 / Current Outs: 56.8 2025-02-16 17:12:48,571 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,571 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,571 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,571 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,571 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,571 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,571 - card_creation - INFO - vL - All Hits: 35.5 / Other OB: 4.2 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,571 - card_creation - INFO - vR - All Hits: 13.8 / Other OB: 4.75 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,571 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 9.65 2025-02-16 17:12:48,571 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.15 2025-02-16 17:12:48,571 - card_creation - INFO - vL: All Hits: 35.5 / BP Singles: 5.0 / Single 2: 10.4 / Single 1: 0.0 / Single CF: 10.45 2025-02-16 17:12:48,571 - card_creation - INFO - vR: All Hits: 13.8 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,571 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.30 2025-02-16 17:12:48,571 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,572 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.45 2025-02-16 17:12:48,572 - card_creation - INFO - Triple: 0 / rem xbh: 6.45 2025-02-16 17:12:48,572 - card_creation - INFO - raw hr chances: 6.45 2025-02-16 17:12:48,572 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.45 2025-02-16 17:12:48,572 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,572 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,572 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,572 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-16 17:12:48,572 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,572 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,572 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,572 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,572 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 17:12:48,572 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,572 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,572 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 4.75 2025-02-16 17:12:48,572 - card_creation - INFO - self.hbp: 4.75 / self.walk: 0.0 2025-02-16 17:12:48,572 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 68.7 2025-02-16 17:12:48,572 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 4.75 / BB: 0.0 / Total Chances: 47.55 2025-02-16 17:12:48,572 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 11.749999999999998 / Current Outs: 40.75 2025-02-16 17:12:48,572 - card_creation - INFO - vR: All Outs: 89.5 / Ks: 16.95 / Current Outs: 45.95 2025-02-16 17:12:48,572 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,572 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,572 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,572 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,572 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,572 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,573 - card_creation - INFO - vL - All Hits: 21.1 / Other OB: 8.2 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,573 - card_creation - INFO - vR - All Hits: 5.1 / Other OB: 5.1 / All Outs: 98.0 / Total: 29.0 2025-02-16 17:12:48,573 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8500000000000014 2025-02-16 17:12:48,573 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.2999999999999998 2025-02-16 17:12:48,573 - card_creation - INFO - vL: All Hits: 21.1 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.15 / Single CF: 0 2025-02-16 17:12:48,573 - card_creation - INFO - vR: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,573 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 17:12:48,573 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,573 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-16 17:12:48,573 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,573 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,573 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,573 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,573 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,573 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,573 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,573 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 17:12:48,573 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,573 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,573 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:48,573 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,573 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.2 2025-02-16 17:12:48,573 - card_creation - INFO - self.hbp: 0 / self.walk: 8.2 2025-02-16 17:12:48,573 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 5.1 2025-02-16 17:12:48,573 - card_creation - INFO - self.hbp: 1.0 / self.walk: 4.1 2025-02-16 17:12:48,573 - card_creation - INFO - vL: All other OB: 8.2 / HBP: 0 / BB: 8.2 / Total Chances: 58.3 2025-02-16 17:12:48,573 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 39.2 2025-02-16 17:12:48,573 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 10.75 / Current Outs: 39.75 2025-02-16 17:12:48,573 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-16 17:12:48,573 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,573 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,574 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,574 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,574 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,574 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,574 - card_creation - INFO - vL - All Hits: 12.8 / Other OB: 11.25 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,574 - card_creation - INFO - vR - All Hits: 18.9 / Other OB: 5.1 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,574 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.3500000000000014 2025-02-16 17:12:48,574 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.6999999999999993 2025-02-16 17:12:48,574 - card_creation - INFO - vL: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,574 - card_creation - INFO - vR: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,574 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,574 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,574 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000015 2025-02-16 17:12:48,574 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,574 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,574 - card_creation - INFO - BP HR: 0 / ND HR: 1.65 2025-02-16 17:12:48,574 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,575 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 17:12:48,575 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,575 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 2.349999999999999 2025-02-16 17:12:48,575 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:48,575 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,575 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 17:12:48,575 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,575 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.25 2025-02-16 17:12:48,575 - card_creation - INFO - self.hbp: 0 / self.walk: 11.25 2025-02-16 17:12:48,575 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,575 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,575 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 53.05 2025-02-16 17:12:48,575 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 53.0 2025-02-16 17:12:48,575 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 37.7 / Current Outs: 66.7 2025-02-16 17:12:48,575 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 26.849999999999998 / Current Outs: 55.85 2025-02-16 17:12:48,575 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 17:12:48,575 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 17:12:48,575 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,575 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,575 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,575 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,576 - card_creation - INFO - vL - All Hits: 31.8 / Other OB: 15.6 / All Outs: 60.5 / Total: 29.0 2025-02-16 17:12:48,576 - card_creation - INFO - vR - All Hits: 20.95 / Other OB: 15.75 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:48,576 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.100000000000003 2025-02-16 17:12:48,576 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 5.75 2025-02-16 17:12:48,576 - card_creation - INFO - vL: All Hits: 31.8 / BP Singles: 5.0 / Single 2: 10.35 / Single 1: 10.35 / Single CF: 0 2025-02-16 17:12:48,576 - card_creation - INFO - vR: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,576 - card_creation - INFO - hr%: 0.00 / tr%: 0.40 / do%: 0.60 2025-02-16 17:12:48,576 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,576 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.350000000000003 2025-02-16 17:12:48,576 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:48,576 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,576 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,576 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,576 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:48,576 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,576 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,576 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.5499999999999998 2025-02-16 17:12:48,576 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,576 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,576 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 17:12:48,576 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,576 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 15.6 2025-02-16 17:12:48,576 - card_creation - INFO - self.hbp: 3.0 / self.walk: 12.6 2025-02-16 17:12:48,576 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.75 2025-02-16 17:12:48,576 - card_creation - INFO - self.hbp: 0 / self.walk: 15.75 2025-02-16 17:12:48,576 - card_creation - INFO - vL: All other OB: 15.6 / HBP: 3.0 / BB: 12.6 / Total Chances: 76.4 2025-02-16 17:12:48,576 - card_creation - INFO - vR: All other OB: 15.75 / HBP: 0 / BB: 15.75 / Total Chances: 65.7 2025-02-16 17:12:48,576 - card_creation - INFO - vL: All Outs: 60.5 / Ks: 22.349999999999998 / Current Outs: 51.35 2025-02-16 17:12:48,576 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 35.2 / Current Outs: 64.2 2025-02-16 17:12:48,576 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,576 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,576 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,576 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,576 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,576 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,577 - card_creation - INFO - vL - All Hits: 8.3 / Other OB: 20.65 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,577 - card_creation - INFO - vR - All Hits: 13.85 / Other OB: 10.85 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,577 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.800000000000001 2025-02-16 17:12:48,577 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 6.949999999999999 2025-02-16 17:12:48,577 - card_creation - INFO - vL: All Hits: 8.3 / BP Singles: 0.0 / Single 2: 1.75 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,577 - card_creation - INFO - vR: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 17:12:48,577 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,577 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,577 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.3000000000000007 2025-02-16 17:12:48,577 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,577 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,577 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,577 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,577 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,577 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 17:12:48,577 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,577 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 6.949999999999999 2025-02-16 17:12:48,577 - card_creation - INFO - Triple: 0 / rem xbh: 6.95 2025-02-16 17:12:48,577 - card_creation - INFO - raw hr chances: 6.95 2025-02-16 17:12:48,577 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.95 2025-02-16 17:12:48,577 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,577 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 20.65 2025-02-16 17:12:48,577 - card_creation - INFO - self.hbp: 1.0 / self.walk: 19.65 2025-02-16 17:12:48,577 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 10.85 2025-02-16 17:12:48,578 - card_creation - INFO - self.hbp: 4.0 / self.walk: 6.85 2025-02-16 17:12:48,578 - card_creation - INFO - vL: All other OB: 20.65 / HBP: 1.0 / BB: 19.65 / Total Chances: 57.95 2025-02-16 17:12:48,578 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 4.0 / BB: 6.85 / Total Chances: 53.7 2025-02-16 17:12:48,578 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 33.300000000000004 / Current Outs: 62.3 2025-02-16 17:12:48,578 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 27.099999999999998 / Current Outs: 56.1 2025-02-16 17:12:48,578 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,578 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,578 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,578 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,578 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,578 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,578 - card_creation - INFO - vL - All Hits: 25.35 / Other OB: 6.95 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,578 - card_creation - INFO - vR - All Hits: 15.15 / Other OB: 8.65 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,578 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.5500000000000025 2025-02-16 17:12:48,579 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.4000000000000004 2025-02-16 17:12:48,579 - card_creation - INFO - vL: All Hits: 25.35 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.4 / Single CF: 0 2025-02-16 17:12:48,579 - card_creation - INFO - vR: All Hits: 15.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,579 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,579 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,579 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 6.0500000000000025 2025-02-16 17:12:48,579 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 17:12:48,579 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 17:12:48,579 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.05 2025-02-16 17:12:48,579 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,579 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,579 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,579 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 17:12:48,579 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,579 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,579 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,579 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:48,579 - card_creation - INFO - Passing 0.3999999999999999 xbh to single** 2025-02-16 17:12:48,579 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.95 2025-02-16 17:12:48,579 - card_creation - INFO - self.hbp: 0 / self.walk: 6.95 2025-02-16 17:12:48,579 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.65 2025-02-16 17:12:48,579 - card_creation - INFO - self.hbp: 0 / self.walk: 8.65 2025-02-16 17:12:48,579 - card_creation - INFO - vL: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 61.3 2025-02-16 17:12:48,579 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 52.8 2025-02-16 17:12:48,579 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 37.0 / Current Outs: 66.0 2025-02-16 17:12:48,579 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 40.300000000000004 / Current Outs: 69.3 2025-02-16 17:12:48,579 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,579 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,579 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,579 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,579 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,579 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,580 - card_creation - INFO - vL - All Hits: 4.25 / Other OB: 8.95 / All Outs: 95.0 / Total: 29.0 2025-02-16 17:12:48,580 - card_creation - INFO - vR - All Hits: 13.15 / Other OB: 12.15 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,580 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.8499999999999999 2025-02-16 17:12:48,580 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 8.15 2025-02-16 17:12:48,580 - card_creation - INFO - vL: All Hits: 4.25 / BP Singles: 0.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,580 - card_creation - INFO - vR: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 17:12:48,580 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,580 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,580 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8499999999999999 2025-02-16 17:12:48,580 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,580 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,580 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,580 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,580 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-16 17:12:48,580 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,580 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,580 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.1 / rem xbh: 6.050000000000001 2025-02-16 17:12:48,580 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 17:12:48,580 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 17:12:48,580 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.05 2025-02-16 17:12:48,580 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,580 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.95 2025-02-16 17:12:48,580 - card_creation - INFO - self.hbp: 0 / self.walk: 8.95 2025-02-16 17:12:48,580 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 12.15 2025-02-16 17:12:48,580 - card_creation - INFO - self.hbp: 3.0 / self.walk: 9.15 2025-02-16 17:12:48,580 - card_creation - INFO - vL: All other OB: 8.95 / HBP: 0 / BB: 8.95 / Total Chances: 42.2 2025-02-16 17:12:48,580 - card_creation - INFO - vR: All other OB: 12.15 / HBP: 3.0 / BB: 9.15 / Total Chances: 54.3 2025-02-16 17:12:48,580 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 46.0 / Current Outs: 75.0 2025-02-16 17:12:48,580 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 29.8 / Current Outs: 58.8 2025-02-16 17:12:48,580 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,580 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,581 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,581 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,581 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,581 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,581 - card_creation - INFO - vL - All Hits: 12.95 / Other OB: 19.1 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,581 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 13.05 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,581 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.699999999999999 2025-02-16 17:12:48,581 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 3.5000000000000018 2025-02-16 17:12:48,581 - card_creation - INFO - vL: All Hits: 12.95 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 17:12:48,581 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,581 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,581 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,581 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.2999999999999994 2025-02-16 17:12:48,581 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,581 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,581 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,582 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,582 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 17:12:48,582 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,582 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.1000000000000019 2025-02-16 17:12:48,582 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,582 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,582 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,582 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,582 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,582 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 19.1 2025-02-16 17:12:48,582 - card_creation - INFO - self.hbp: 2.0 / self.walk: 17.1 2025-02-16 17:12:48,582 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.05 2025-02-16 17:12:48,582 - card_creation - INFO - self.hbp: 0 / self.walk: 13.05 2025-02-16 17:12:48,582 - card_creation - INFO - vL: All other OB: 19.1 / HBP: 2.0 / BB: 17.1 / Total Chances: 61.05 2025-02-16 17:12:48,582 - card_creation - INFO - vR: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 60.4 2025-02-16 17:12:48,582 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 22.849999999999998 / Current Outs: 51.85 2025-02-16 17:12:48,582 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 17.9 / Current Outs: 46.9 2025-02-16 17:12:48,582 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,582 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,582 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,582 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,582 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,582 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,583 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 15.9 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,583 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 15.05 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:48,583 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 14.600000000000001 2025-02-16 17:12:48,583 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 4.35 2025-02-16 17:12:48,583 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 17:12:48,583 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.45 / Single CF: 0 2025-02-16 17:12:48,583 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,583 - card_creation - INFO - raw do chances: 8.75 2025-02-16 17:12:48,583 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.75 / rem xbh: 5.850000000000001 2025-02-16 17:12:48,583 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 17:12:48,583 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 17:12:48,583 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-16 17:12:48,583 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,583 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,583 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,583 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: -0.15000000000000036 2025-02-16 17:12:48,583 - card_creation - INFO - Triple: 0 / rem xbh: -0.15 2025-02-16 17:12:48,583 - card_creation - INFO - raw hr chances: -0.15 2025-02-16 17:12:48,583 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,583 - card_creation - INFO - excess xbh: -0.15 2025-02-16 17:12:48,583 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 15.9 2025-02-16 17:12:48,583 - card_creation - INFO - self.hbp: 3.0 / self.walk: 12.9 2025-02-16 17:12:48,583 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 15.05 2025-02-16 17:12:48,583 - card_creation - INFO - self.hbp: 5.0 / self.walk: 10.05 2025-02-16 17:12:48,583 - card_creation - INFO - vL: All other OB: 15.9 / HBP: 3.0 / BB: 12.9 / Total Chances: 68.3 2025-02-16 17:12:48,583 - card_creation - INFO - vR: All other OB: 15.05 / HBP: 5.0 / BB: 10.05 / Total Chances: 70.4 2025-02-16 17:12:48,583 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 27.05 / Current Outs: 56.05 2025-02-16 17:12:48,583 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 28.9 / Current Outs: 57.9 2025-02-16 17:12:48,583 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,583 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,583 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,583 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,583 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,583 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,584 - card_creation - INFO - vL - All Hits: 16.9 / Other OB: 19.05 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,584 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 16.2 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,584 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 2.3999999999999986 2025-02-16 17:12:48,584 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.400000000000002 2025-02-16 17:12:48,584 - card_creation - INFO - vL: All Hits: 16.9 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,584 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,584 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,584 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,584 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.7999999999999985 2025-02-16 17:12:48,584 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,584 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,584 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-16 17:12:48,584 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,584 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,584 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,584 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 4.150000000000002 2025-02-16 17:12:48,584 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 17:12:48,585 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:48,585 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 17:12:48,585 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,585 - card_creation - INFO - hbp value candidate: 10.0 / all_other_ob: 19.05 2025-02-16 17:12:48,585 - card_creation - INFO - self.hbp: 10.0 / self.walk: 9.05 2025-02-16 17:12:48,585 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.2 2025-02-16 17:12:48,585 - card_creation - INFO - self.hbp: 0 / self.walk: 16.2 2025-02-16 17:12:48,585 - card_creation - INFO - vL: All other OB: 19.05 / HBP: 10.0 / BB: 9.05 / Total Chances: 64.95 2025-02-16 17:12:48,585 - card_creation - INFO - vR: All other OB: 16.2 / HBP: 0 / BB: 16.2 / Total Chances: 62.8 2025-02-16 17:12:48,585 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 17.9 / Current Outs: 46.9 2025-02-16 17:12:48,585 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 12.75 / Current Outs: 41.75 2025-02-16 17:12:48,585 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,585 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,585 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,585 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,585 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,585 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,585 - card_creation - INFO - vL - All Hits: 28.55 / Other OB: 8.0 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:48,585 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 9.9 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,586 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 11.7 2025-02-16 17:12:48,586 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 4.299999999999999 2025-02-16 17:12:48,586 - card_creation - INFO - vL: All Hits: 28.55 / BP Singles: 5.0 / Single 2: 5.95 / Single 1: 5.9 / Single CF: 0 2025-02-16 17:12:48,586 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,586 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,586 - card_creation - INFO - raw do chances: 7.0 2025-02-16 17:12:48,586 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 4.699999999999999 2025-02-16 17:12:48,586 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 17:12:48,586 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 17:12:48,586 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-16 17:12:48,586 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,586 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,586 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,586 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.0999999999999988 2025-02-16 17:12:48,586 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,586 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,586 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,586 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,586 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,586 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.0 2025-02-16 17:12:48,586 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.0 2025-02-16 17:12:48,586 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 9.9 2025-02-16 17:12:48,586 - card_creation - INFO - self.hbp: 2.0 / self.walk: 7.9 2025-02-16 17:12:48,586 - card_creation - INFO - vL: All other OB: 8.0 / HBP: 2.0 / BB: 6.0 / Total Chances: 65.55 2025-02-16 17:12:48,586 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 2.0 / BB: 7.9 / Total Chances: 55.9 2025-02-16 17:12:48,586 - card_creation - INFO - vL: All Outs: 71.5 / Ks: 17.95 / Current Outs: 46.95 2025-02-16 17:12:48,586 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-16 17:12:48,586 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,586 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,586 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,586 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,586 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,586 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,587 - card_creation - INFO - vL - All Hits: 29.25 / Other OB: 4.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,587 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 11.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,587 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.950000000000001 2025-02-16 17:12:48,587 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.949999999999999 2025-02-16 17:12:48,587 - card_creation - INFO - vL: All Hits: 29.25 / BP Singles: 5.0 / Single 2: 8.65 / Single 1: 8.65 / Single CF: 0 2025-02-16 17:12:48,587 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 0.0 / Single CF: 2.75 2025-02-16 17:12:48,587 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:48,587 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,587 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-16 17:12:48,587 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,587 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,587 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,587 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 17:12:48,587 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,587 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,587 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.65 / rem xbh: 6.299999999999999 2025-02-16 17:12:48,587 - card_creation - INFO - Triple: 0 / rem xbh: 6.3 2025-02-16 17:12:48,587 - card_creation - INFO - raw hr chances: 6.3 2025-02-16 17:12:48,587 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.3 2025-02-16 17:12:48,587 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,587 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,587 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,587 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.45 2025-02-16 17:12:48,587 - card_creation - INFO - self.hbp: 0 / self.walk: 11.45 2025-02-16 17:12:48,587 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 63.45 2025-02-16 17:12:48,587 - card_creation - INFO - vR: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 58.95 2025-02-16 17:12:48,588 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 10.2 / Current Outs: 39.2 2025-02-16 17:12:48,588 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 11.5 / Current Outs: 40.5 2025-02-16 17:12:48,588 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,588 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,588 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,588 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,588 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,588 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,588 - card_creation - INFO - vL - All Hits: 12.05 / Other OB: 16.35 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,588 - card_creation - INFO - vR - All Hits: 9.5 / Other OB: 8.05 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,588 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 7.050000000000001 2025-02-16 17:12:48,588 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6999999999999993 2025-02-16 17:12:48,588 - card_creation - INFO - vL: All Hits: 12.05 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 17:12:48,588 - card_creation - INFO - vR: All Hits: 9.5 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,588 - card_creation - INFO - hr%: 0.90 / tr%: 0.10 / do%: 0.00 2025-02-16 17:12:48,588 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,588 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.050000000000001 2025-02-16 17:12:48,589 - card_creation - INFO - Triple: 0 / rem xbh: 7.05 2025-02-16 17:12:48,589 - card_creation - INFO - raw hr chances: 7.05 2025-02-16 17:12:48,589 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.05 2025-02-16 17:12:48,589 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,589 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,589 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,589 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 17:12:48,589 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,589 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,589 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,589 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,589 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.35 2025-02-16 17:12:48,589 - card_creation - INFO - self.hbp: 0 / self.walk: 16.35 2025-02-16 17:12:48,589 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.05 2025-02-16 17:12:48,589 - card_creation - INFO - self.hbp: 0 / self.walk: 8.05 2025-02-16 17:12:48,589 - card_creation - INFO - vL: All other OB: 16.35 / HBP: 0 / BB: 16.35 / Total Chances: 57.4 2025-02-16 17:12:48,589 - card_creation - INFO - vR: All other OB: 8.05 / HBP: 0 / BB: 8.05 / Total Chances: 46.55 2025-02-16 17:12:48,589 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 14.599999999999998 / Current Outs: 43.6 2025-02-16 17:12:48,589 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 26.9 / Current Outs: 55.9 2025-02-16 17:12:48,589 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,589 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,589 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,589 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,589 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,589 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,590 - card_creation - INFO - vL - All Hits: 9.2 / Other OB: 4.5 / All Outs: 94.5 / Total: 29.0 2025-02-16 17:12:48,590 - card_creation - INFO - vR - All Hits: 6.95 / Other OB: 13.4 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,590 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6999999999999993 2025-02-16 17:12:48,590 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.150000000000001 2025-02-16 17:12:48,590 - card_creation - INFO - vL: All Hits: 9.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,590 - card_creation - INFO - vR: All Hits: 6.95 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,590 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,590 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,590 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.6999999999999993 2025-02-16 17:12:48,590 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,590 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,590 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7000000000000002 2025-02-16 17:12:48,590 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,590 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,590 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,590 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 17:12:48,590 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,590 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,590 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,590 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,590 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 17:12:48,590 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,590 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,590 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.4 2025-02-16 17:12:48,590 - card_creation - INFO - self.hbp: 0 / self.walk: 13.4 2025-02-16 17:12:48,590 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 42.7 2025-02-16 17:12:48,590 - card_creation - INFO - vR: All other OB: 13.4 / HBP: 0 / BB: 13.4 / Total Chances: 49.35 2025-02-16 17:12:48,590 - card_creation - INFO - vL: All Outs: 94.5 / Ks: 36.45 / Current Outs: 65.45 2025-02-16 17:12:48,590 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 21.55 / Current Outs: 50.55 2025-02-16 17:12:48,590 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,590 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,590 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,590 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,590 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,590 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,591 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 15.0 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,591 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 3.9 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:48,591 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 7.300000000000001 2025-02-16 17:12:48,591 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.2500000000000018 2025-02-16 17:12:48,591 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 17:12:48,591 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,591 - card_creation - INFO - hr%: 0.85 / tr%: 0.10 / do%: 0.10 2025-02-16 17:12:48,591 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,591 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.300000000000001 2025-02-16 17:12:48,591 - card_creation - INFO - Triple: 0 / rem xbh: 7.3 2025-02-16 17:12:48,591 - card_creation - INFO - raw hr chances: 7.3 2025-02-16 17:12:48,591 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.3 2025-02-16 17:12:48,591 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,591 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 17:12:48,591 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,591 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.2500000000000018 2025-02-16 17:12:48,591 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-16 17:12:48,591 - card_creation - INFO - raw hr chances: 3.25 2025-02-16 17:12:48,591 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-16 17:12:48,591 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,591 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.0 2025-02-16 17:12:48,591 - card_creation - INFO - self.hbp: 0 / self.walk: 15.0 2025-02-16 17:12:48,591 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.9 2025-02-16 17:12:48,591 - card_creation - INFO - self.hbp: 0 / self.walk: 3.9 2025-02-16 17:12:48,592 - card_creation - INFO - vL: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 56.3 2025-02-16 17:12:48,592 - card_creation - INFO - vR: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 45.05 2025-02-16 17:12:48,592 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 26.95 / Current Outs: 55.95 2025-02-16 17:12:48,592 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 38.050000000000004 / Current Outs: 67.05 2025-02-16 17:12:48,592 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,592 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,592 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,592 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,592 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,592 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,592 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 7.8 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,592 - card_creation - INFO - vR - All Hits: 30.2 / Other OB: 8.15 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:48,592 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8499999999999996 2025-02-16 17:12:48,592 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.800000000000001 2025-02-16 17:12:48,592 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,592 - card_creation - INFO - vR: All Hits: 30.2 / BP Singles: 5.0 / Single 2: 8.7 / Single 1: 8.7 / Single CF: 0 2025-02-16 17:12:48,593 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,593 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,593 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.9499999999999997 2025-02-16 17:12:48,593 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,593 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,593 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,593 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 17:12:48,593 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,593 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,593 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 17:12:48,593 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,593 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,593 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 17:12:48,593 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,593 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 7.8 2025-02-16 17:12:48,593 - card_creation - INFO - self.hbp: 3.0 / self.walk: 4.8 2025-02-16 17:12:48,593 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.15 2025-02-16 17:12:48,593 - card_creation - INFO - self.hbp: 0 / self.walk: 8.15 2025-02-16 17:12:48,593 - card_creation - INFO - vL: All other OB: 7.8 / HBP: 3.0 / BB: 4.8 / Total Chances: 51.2 2025-02-16 17:12:48,593 - card_creation - INFO - vR: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 67.35 2025-02-16 17:12:48,593 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 18.15 / Current Outs: 47.15 2025-02-16 17:12:48,593 - card_creation - INFO - vR: All Outs: 69.5 / Ks: 9.799999999999999 / Current Outs: 38.8 2025-02-16 17:12:48,593 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,593 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,593 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,593 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,593 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,593 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,594 - card_creation - INFO - vL - All Hits: 17.9 / Other OB: 11.15 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,594 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 10.8 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,594 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.299999999999997 2025-02-16 17:12:48,594 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.049999999999997 2025-02-16 17:12:48,594 - card_creation - INFO - vL: All Hits: 17.9 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 17:12:48,594 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.55 / Single CF: 0 2025-02-16 17:12:48,594 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,594 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,594 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.6499999999999972 2025-02-16 17:12:48,594 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,594 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,594 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,594 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,594 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,594 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,594 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.799999999999997 2025-02-16 17:12:48,594 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:48,594 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:48,594 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 17:12:48,594 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,594 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.15 2025-02-16 17:12:48,594 - card_creation - INFO - self.hbp: 0 / self.walk: 11.15 2025-02-16 17:12:48,594 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.8 2025-02-16 17:12:48,594 - card_creation - INFO - self.hbp: 0 / self.walk: 10.8 2025-02-16 17:12:48,594 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 58.4 2025-02-16 17:12:48,594 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 62.95 2025-02-16 17:12:48,594 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 27.8 / Current Outs: 56.8 2025-02-16 17:12:48,594 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 21.149999999999995 / Current Outs: 50.15 2025-02-16 17:12:48,594 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,594 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,594 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,595 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,595 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,595 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,595 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 9.15 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,595 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 11.5 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,595 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.1999999999999984 2025-02-16 17:12:48,595 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.0 2025-02-16 17:12:48,595 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,595 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,595 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,595 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,595 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.9999999999999984 2025-02-16 17:12:48,595 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,595 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,595 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-16 17:12:48,595 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,595 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,595 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,595 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 17:12:48,595 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,596 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,596 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 17:12:48,596 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,596 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.15 2025-02-16 17:12:48,596 - card_creation - INFO - self.hbp: 0 / self.walk: 9.15 2025-02-16 17:12:48,596 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.5 2025-02-16 17:12:48,596 - card_creation - INFO - self.hbp: 0 / self.walk: 11.5 2025-02-16 17:12:48,596 - card_creation - INFO - vL: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 50.75 2025-02-16 17:12:48,596 - card_creation - INFO - vR: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 58.45 2025-02-16 17:12:48,596 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 50.800000000000004 / Current Outs: 79.8 2025-02-16 17:12:48,596 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 31.45 / Current Outs: 60.45 2025-02-16 17:12:48,596 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,596 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,596 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,596 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,596 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,596 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,596 - card_creation - INFO - vL - All Hits: 14.05 / Other OB: 18.7 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,596 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 13.0 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,597 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.25 2025-02-16 17:12:48,597 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.550000000000001 2025-02-16 17:12:48,597 - card_creation - INFO - vL: All Hits: 14.05 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,597 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,597 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,597 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,597 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.05 2025-02-16 17:12:48,597 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 17:12:48,597 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 17:12:48,597 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.05 2025-02-16 17:12:48,597 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,597 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,597 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,597 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.3500000000000005 2025-02-16 17:12:48,597 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:48,597 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,597 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 17:12:48,597 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,597 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.7 2025-02-16 17:12:48,597 - card_creation - INFO - self.hbp: 0 / self.walk: 18.7 2025-02-16 17:12:48,597 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.0 2025-02-16 17:12:48,597 - card_creation - INFO - self.hbp: 0 / self.walk: 13.0 2025-02-16 17:12:48,597 - card_creation - INFO - vL: All other OB: 18.7 / HBP: 0 / BB: 18.7 / Total Chances: 61.75 2025-02-16 17:12:48,597 - card_creation - INFO - vR: All other OB: 13.0 / HBP: 0 / BB: 13.0 / Total Chances: 60.95 2025-02-16 17:12:48,597 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 23.25 / Current Outs: 52.25 2025-02-16 17:12:48,597 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 39.95 / Current Outs: 68.95 2025-02-16 17:12:48,597 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,597 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,597 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,597 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,597 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,597 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,598 - card_creation - INFO - vL - All Hits: 24.9 / Other OB: 9.1 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,598 - card_creation - INFO - vR - All Hits: 22.75 / Other OB: 3.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,598 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.449999999999999 2025-02-16 17:12:48,598 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.049999999999999 2025-02-16 17:12:48,598 - card_creation - INFO - vL: All Hits: 24.9 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.25 / Single CF: 0 2025-02-16 17:12:48,598 - card_creation - INFO - vR: All Hits: 22.75 / BP Singles: 5.0 / Single 2: 5.85 / Single 1: 5.85 / Single CF: 0 2025-02-16 17:12:48,598 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,598 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,598 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.3499999999999996 2025-02-16 17:12:48,598 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:48,598 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,598 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 17:12:48,598 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,598 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,598 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,598 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 6.049999999999999 2025-02-16 17:12:48,598 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 17:12:48,598 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 17:12:48,598 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.05 2025-02-16 17:12:48,598 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,598 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.1 2025-02-16 17:12:48,598 - card_creation - INFO - self.hbp: 0 / self.walk: 9.1 2025-02-16 17:12:48,598 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,598 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,598 - card_creation - INFO - vL: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 63.0 2025-02-16 17:12:48,598 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 54.95 2025-02-16 17:12:48,598 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 17.849999999999998 / Current Outs: 46.85 2025-02-16 17:12:48,599 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 29.75 / Current Outs: 58.75 2025-02-16 17:12:48,599 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,599 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,599 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,599 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,599 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,599 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,599 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 7.7 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,599 - card_creation - INFO - vR - All Hits: 28.35 / Other OB: 6.0 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,599 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.25 2025-02-16 17:12:48,599 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 13.149999999999999 2025-02-16 17:12:48,599 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,599 - card_creation - INFO - vR: All Hits: 28.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 0.0 / Single CF: 5.1 2025-02-16 17:12:48,599 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,599 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,600 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-16 17:12:48,600 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,600 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.2 / rem xbh: 8.95 2025-02-16 17:12:48,600 - card_creation - INFO - Triple: 1.4 / rem xbh: 7.55 2025-02-16 17:12:48,600 - card_creation - INFO - raw hr chances: 7.55 2025-02-16 17:12:48,600 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.55 2025-02-16 17:12:48,600 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.7 2025-02-16 17:12:48,600 - card_creation - INFO - self.hbp: 0 / self.walk: 7.7 2025-02-16 17:12:48,600 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.0 2025-02-16 17:12:48,600 - card_creation - INFO - self.hbp: 0 / self.walk: 6.0 2025-02-16 17:12:48,600 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 52.9 2025-02-16 17:12:48,600 - card_creation - INFO - vR: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 63.35 2025-02-16 17:12:48,600 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-16 17:12:48,600 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 16.95 / Current Outs: 45.95 2025-02-16 17:12:48,600 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,600 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,600 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,600 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,600 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,601 - card_creation - INFO - vL - All Hits: 21.2 / Other OB: 7.6 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,601 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 10.9 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,601 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.400000000000002 2025-02-16 17:12:48,601 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 6.300000000000001 2025-02-16 17:12:48,601 - card_creation - INFO - vL: All Hits: 21.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,601 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,601 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,601 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,601 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.650000000000002 2025-02-16 17:12:48,601 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 17:12:48,601 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 17:12:48,601 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 17:12:48,601 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,601 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,601 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,601 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.200000000000001 2025-02-16 17:12:48,601 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,601 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,601 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,601 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,601 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.6 2025-02-16 17:12:48,601 - card_creation - INFO - self.hbp: 0 / self.walk: 7.6 2025-02-16 17:12:48,601 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 10.9 2025-02-16 17:12:48,601 - card_creation - INFO - self.hbp: 5.0 / self.walk: 5.9 2025-02-16 17:12:48,601 - card_creation - INFO - vL: All other OB: 7.6 / HBP: 0 / BB: 7.6 / Total Chances: 57.8 2025-02-16 17:12:48,601 - card_creation - INFO - vR: All other OB: 10.9 / HBP: 5.0 / BB: 5.9 / Total Chances: 59.9 2025-02-16 17:12:48,601 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 27.349999999999998 / Current Outs: 56.35 2025-02-16 17:12:48,601 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 17:12:48,601 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,601 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,601 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,601 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,602 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,602 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,602 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 6.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,602 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 15.45 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:48,602 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.750000000000004 2025-02-16 17:12:48,602 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.299999999999997 2025-02-16 17:12:48,602 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,602 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 17:12:48,602 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,602 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,602 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.350000000000003 2025-02-16 17:12:48,602 - card_creation - INFO - Triple: 0 / rem xbh: 3.35 2025-02-16 17:12:48,602 - card_creation - INFO - raw hr chances: 3.35 2025-02-16 17:12:48,602 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.35 2025-02-16 17:12:48,602 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,602 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,602 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,602 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.599999999999997 2025-02-16 17:12:48,603 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,603 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,603 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.6 2025-02-16 17:12:48,603 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,603 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.5 2025-02-16 17:12:48,603 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.5 2025-02-16 17:12:48,603 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 15.45 2025-02-16 17:12:48,603 - card_creation - INFO - self.hbp: 2.0 / self.walk: 13.45 2025-02-16 17:12:48,603 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 2.0 / BB: 4.5 / Total Chances: 60.35 2025-02-16 17:12:48,603 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 64.35 2025-02-16 17:12:48,603 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 17:12:48,603 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 11.500000000000002 / Current Outs: 40.5 2025-02-16 17:12:48,603 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,603 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,603 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,603 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,603 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,603 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,603 - card_creation - INFO - vL - All Hits: 15.8 / Other OB: 23.4 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,604 - card_creation - INFO - vR - All Hits: 19.2 / Other OB: 16.35 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:48,604 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 4.400000000000002 2025-02-16 17:12:48,604 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.399999999999999 2025-02-16 17:12:48,604 - card_creation - INFO - vL: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,604 - card_creation - INFO - vR: All Hits: 19.2 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,604 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,604 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,604 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.200000000000002 2025-02-16 17:12:48,604 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,604 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,604 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,604 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,604 - card_creation - INFO - hr%: 0.50 / tr%: 0.35 / do%: 0.15 2025-02-16 17:12:48,604 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,604 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 6.399999999999999 2025-02-16 17:12:48,604 - card_creation - INFO - Triple: 2.25 / rem xbh: 4.15 2025-02-16 17:12:48,604 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:48,604 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 17:12:48,604 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,604 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 23.4 2025-02-16 17:12:48,604 - card_creation - INFO - self.hbp: 0 / self.walk: 23.4 2025-02-16 17:12:48,604 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.35 2025-02-16 17:12:48,604 - card_creation - INFO - self.hbp: 0 / self.walk: 16.35 2025-02-16 17:12:48,604 - card_creation - INFO - vL: All other OB: 23.4 / HBP: 0 / BB: 23.4 / Total Chances: 68.2 2025-02-16 17:12:48,604 - card_creation - INFO - vR: All other OB: 16.35 / HBP: 0 / BB: 16.35 / Total Chances: 64.55 2025-02-16 17:12:48,604 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 17.55 / Current Outs: 46.55 2025-02-16 17:12:48,604 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 12.6 / Current Outs: 41.6 2025-02-16 17:12:48,604 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,604 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,604 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,604 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,604 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,604 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,605 - card_creation - INFO - vL - All Hits: 14.0 / Other OB: 7.4 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,605 - card_creation - INFO - vR - All Hits: 13.15 / Other OB: 13.55 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,605 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 7.4 2025-02-16 17:12:48,605 - card_creation - INFO - remaining singles: 0.75 / total xbh: 8.15 2025-02-16 17:12:48,605 - card_creation - INFO - vL: All Hits: 14.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.6 2025-02-16 17:12:48,605 - card_creation - INFO - vR: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,605 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-16 17:12:48,605 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,605 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.5 / rem xbh: 5.9 2025-02-16 17:12:48,605 - card_creation - INFO - Triple: 0 / rem xbh: 5.9 2025-02-16 17:12:48,605 - card_creation - INFO - raw hr chances: 5.9 2025-02-16 17:12:48,605 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.9000000000000004 2025-02-16 17:12:48,605 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,605 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,605 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,605 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 6.050000000000001 2025-02-16 17:12:48,605 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 17:12:48,605 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 17:12:48,605 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.05 2025-02-16 17:12:48,605 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,605 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.4 2025-02-16 17:12:48,605 - card_creation - INFO - self.hbp: 0 / self.walk: 7.4 2025-02-16 17:12:48,606 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.55 2025-02-16 17:12:48,606 - card_creation - INFO - self.hbp: 0 / self.walk: 13.55 2025-02-16 17:12:48,606 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 50.4 2025-02-16 17:12:48,606 - card_creation - INFO - vR: All other OB: 13.55 / HBP: 0 / BB: 13.55 / Total Chances: 55.7 2025-02-16 17:12:48,606 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 32.550000000000004 / Current Outs: 61.55 2025-02-16 17:12:48,606 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 27.4 / Current Outs: 56.4 2025-02-16 17:12:48,606 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,606 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,606 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,606 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,606 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,606 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,606 - card_creation - INFO - vL - All Hits: 30.6 / Other OB: 9.2 / All Outs: 68.0 / Total: 29.0 2025-02-16 17:12:48,606 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 4.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,606 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 12.0 2025-02-16 17:12:48,607 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.4 2025-02-16 17:12:48,607 - card_creation - INFO - vL: All Hits: 30.6 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.8 / Single CF: 0 2025-02-16 17:12:48,607 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,607 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,607 - card_creation - INFO - raw do chances: 9.0 2025-02-16 17:12:48,607 - card_creation - INFO - Double**: 9.0 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-16 17:12:48,607 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 17:12:48,607 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 17:12:48,607 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 17:12:48,607 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,607 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,607 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,607 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.1500000000000004 2025-02-16 17:12:48,607 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-16 17:12:48,607 - card_creation - INFO - raw hr chances: 3.15 2025-02-16 17:12:48,607 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.15 2025-02-16 17:12:48,607 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,607 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.2 2025-02-16 17:12:48,607 - card_creation - INFO - self.hbp: 0 / self.walk: 9.2 2025-02-16 17:12:48,607 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,607 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,607 - card_creation - INFO - vL: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 68.8 2025-02-16 17:12:48,607 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 54.8 2025-02-16 17:12:48,607 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 13.75 / Current Outs: 42.75 2025-02-16 17:12:48,607 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.75 / Current Outs: 46.75 2025-02-16 17:12:48,607 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,607 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,607 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,607 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,607 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,607 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,608 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 13.05 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,608 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 2.4 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,608 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 8.100000000000001 2025-02-16 17:12:48,608 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.000000000000002 2025-02-16 17:12:48,608 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 3.2 2025-02-16 17:12:48,608 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-16 17:12:48,608 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,608 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,608 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.2 / rem xbh: 6.900000000000001 2025-02-16 17:12:48,608 - card_creation - INFO - Triple: 0 / rem xbh: 6.9 2025-02-16 17:12:48,608 - card_creation - INFO - raw hr chances: 6.9 2025-02-16 17:12:48,608 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.9 2025-02-16 17:12:48,608 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,608 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-16 17:12:48,608 - card_creation - INFO - raw do chances: 5.95 2025-02-16 17:12:48,608 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 1.0500000000000016 2025-02-16 17:12:48,608 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,608 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,608 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,608 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 17:12:48,608 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 17:12:48,608 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.05 2025-02-16 17:12:48,608 - card_creation - INFO - self.hbp: 0 / self.walk: 13.05 2025-02-16 17:12:48,608 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.4 2025-02-16 17:12:48,608 - card_creation - INFO - self.hbp: 0 / self.walk: 2.4 2025-02-16 17:12:48,608 - card_creation - INFO - vL: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 61.55 2025-02-16 17:12:48,608 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 50.75 2025-02-16 17:12:48,608 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 19.899999999999995 / Current Outs: 48.9 2025-02-16 17:12:48,608 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 34.550000000000004 / Current Outs: 63.55 2025-02-16 17:12:48,609 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,609 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,609 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,609 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,609 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,609 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,609 - card_creation - INFO - vL - All Hits: 23.75 / Other OB: 18.9 / All Outs: 65.5 / Total: 29.0 2025-02-16 17:12:48,609 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 12.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,609 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.950000000000001 2025-02-16 17:12:48,609 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.499999999999998 2025-02-16 17:12:48,609 - card_creation - INFO - vL: All Hits: 23.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,609 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,609 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,609 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,610 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 3.450000000000001 2025-02-16 17:12:48,610 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,610 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,610 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-16 17:12:48,610 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,610 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-16 17:12:48,610 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,610 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.5999999999999983 2025-02-16 17:12:48,610 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 17:12:48,610 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 17:12:48,610 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-16 17:12:48,610 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,610 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.9 2025-02-16 17:12:48,610 - card_creation - INFO - self.hbp: 0 / self.walk: 18.9 2025-02-16 17:12:48,610 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.7 2025-02-16 17:12:48,610 - card_creation - INFO - self.hbp: 0 / self.walk: 12.7 2025-02-16 17:12:48,610 - card_creation - INFO - vL: All other OB: 18.9 / HBP: 0 / BB: 18.9 / Total Chances: 71.65 2025-02-16 17:12:48,610 - card_creation - INFO - vR: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 56.8 2025-02-16 17:12:48,610 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 19.05 / Current Outs: 48.05 2025-02-16 17:12:48,610 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 17:12:48,610 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,610 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,610 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,610 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,610 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,610 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,611 - card_creation - INFO - vL - All Hits: 5.1 / Other OB: 15.3 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,611 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 17.65 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,611 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 1.4999999999999996 2025-02-16 17:12:48,611 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.200000000000001 2025-02-16 17:12:48,611 - card_creation - INFO - vL: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,611 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,611 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,611 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,611 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4999999999999996 2025-02-16 17:12:48,611 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,611 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,611 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,611 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,611 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,611 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,611 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.500000000000001 2025-02-16 17:12:48,611 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,611 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,611 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 17:12:48,611 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,611 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.3 2025-02-16 17:12:48,611 - card_creation - INFO - self.hbp: 0 / self.walk: 15.3 2025-02-16 17:12:48,611 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.65 2025-02-16 17:12:48,611 - card_creation - INFO - self.hbp: 0 / self.walk: 17.65 2025-02-16 17:12:48,611 - card_creation - INFO - vL: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 49.9 2025-02-16 17:12:48,611 - card_creation - INFO - vR: All other OB: 17.65 / HBP: 0 / BB: 17.65 / Total Chances: 64.0 2025-02-16 17:12:48,611 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 40.650000000000006 / Current Outs: 69.65 2025-02-16 17:12:48,611 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 27.3 / Current Outs: 56.3 2025-02-16 17:12:48,611 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,611 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,612 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,612 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,612 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,612 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,612 - card_creation - INFO - vL - All Hits: 12.35 / Other OB: 11.35 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,612 - card_creation - INFO - vR - All Hits: 4.5 / Other OB: 5.9 / All Outs: 97.5 / Total: 29.0 2025-02-16 17:12:48,612 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3499999999999996 2025-02-16 17:12:48,612 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-16 17:12:48,612 - card_creation - INFO - vL: All Hits: 12.35 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,612 - card_creation - INFO - vR: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,612 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,612 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,612 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.44999999999999973 2025-02-16 17:12:48,612 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,612 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,612 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,612 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,612 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,612 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,612 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,613 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 17:12:48,613 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,613 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,613 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,613 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,613 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 17:12:48,613 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.35 2025-02-16 17:12:48,613 - card_creation - INFO - self.hbp: 0 / self.walk: 11.35 2025-02-16 17:12:48,613 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 5.9 2025-02-16 17:12:48,613 - card_creation - INFO - self.hbp: 2.0 / self.walk: 3.9 2025-02-16 17:12:48,613 - card_creation - INFO - vL: All other OB: 11.35 / HBP: 0 / BB: 11.35 / Total Chances: 52.7 2025-02-16 17:12:48,613 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 2.0 / BB: 3.9 / Total Chances: 39.4 2025-02-16 17:12:48,613 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 44.6 / Current Outs: 73.6 2025-02-16 17:12:48,613 - card_creation - INFO - vR: All Outs: 97.5 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 17:12:48,613 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,613 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,613 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,613 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,613 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,613 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,614 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 6.55 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,614 - card_creation - INFO - vR - All Hits: 33.05 / Other OB: 6.65 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,614 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 1.5 2025-02-16 17:12:48,614 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.349999999999996 2025-02-16 17:12:48,614 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,614 - card_creation - INFO - vR: All Hits: 33.05 / BP Singles: 5.0 / Single 2: 10.35 / Single 1: 10.35 / Single CF: 0 2025-02-16 17:12:48,614 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,614 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,614 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:48,614 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,614 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,614 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,614 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,614 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,614 - card_creation - INFO - raw do chances: 7.35 2025-02-16 17:12:48,614 - card_creation - INFO - Double**: 7.35 / Double(cf): 0.0 / rem xbh: -3.552713678800501e-15 2025-02-16 17:12:48,614 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,614 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,614 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,614 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,614 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.55 2025-02-16 17:12:48,614 - card_creation - INFO - self.hbp: 0 / self.walk: 6.55 2025-02-16 17:12:48,614 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 6.65 2025-02-16 17:12:48,614 - card_creation - INFO - self.hbp: 3.0 / self.walk: 3.65 2025-02-16 17:12:48,614 - card_creation - INFO - vL: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 52.05 2025-02-16 17:12:48,614 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 3.0 / BB: 3.65 / Total Chances: 68.7 2025-02-16 17:12:48,614 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 35.400000000000006 / Current Outs: 64.4 2025-02-16 17:12:48,614 - card_creation - INFO - vR: All Outs: 68.5 / Ks: 35.300000000000004 / Current Outs: 64.3 2025-02-16 17:12:48,614 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,614 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,614 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,614 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,614 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,614 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,615 - card_creation - INFO - vL - All Hits: 27.1 / Other OB: 11.6 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:48,615 - card_creation - INFO - vR - All Hits: 25.3 / Other OB: 15.45 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:48,615 - card_creation - INFO - remaining singles: -0.15000000000000124 / total xbh: 11.000000000000004 2025-02-16 17:12:48,615 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.25 2025-02-16 17:12:48,615 - card_creation - INFO - vL: All Hits: 27.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,615 - card_creation - INFO - vR: All Hits: 25.3 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.05 / Single CF: 0 2025-02-16 17:12:48,615 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,615 - card_creation - INFO - raw do chances: 6.05 2025-02-16 17:12:48,615 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 4.950000000000004 2025-02-16 17:12:48,615 - card_creation - INFO - Triple: 0 / rem xbh: 4.95 2025-02-16 17:12:48,615 - card_creation - INFO - raw hr chances: 4.95 2025-02-16 17:12:48,615 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.95 2025-02-16 17:12:48,615 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,615 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,615 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,615 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.05 2025-02-16 17:12:48,615 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 17:12:48,615 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 17:12:48,615 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.05 2025-02-16 17:12:48,615 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,615 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.6 2025-02-16 17:12:48,615 - card_creation - INFO - self.hbp: 0 / self.walk: 11.6 2025-02-16 17:12:48,615 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 15.45 2025-02-16 17:12:48,615 - card_creation - INFO - self.hbp: 1.0 / self.walk: 14.45 2025-02-16 17:12:48,615 - card_creation - INFO - vL: All other OB: 11.6 / HBP: 0 / BB: 11.6 / Total Chances: 67.7 2025-02-16 17:12:48,615 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 1.0 / BB: 14.45 / Total Chances: 69.75 2025-02-16 17:12:48,616 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 12.350000000000001 / Current Outs: 41.35 2025-02-16 17:12:48,616 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 8.499999999999998 / Current Outs: 37.5 2025-02-16 17:12:48,616 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,616 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,616 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,616 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,616 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,616 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,616 - card_creation - INFO - vL - All Hits: 13.95 / Other OB: 8.9 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,616 - card_creation - INFO - vR - All Hits: 16.55 / Other OB: 10.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,616 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.949999999999999 2025-02-16 17:12:48,616 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.4 2025-02-16 17:12:48,616 - card_creation - INFO - vL: All Hits: 13.95 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,616 - card_creation - INFO - vR: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,617 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:48,617 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,617 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6999999999999993 2025-02-16 17:12:48,617 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,617 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,617 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 17:12:48,617 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,617 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,617 - card_creation - INFO - raw do chances: 6.7 2025-02-16 17:12:48,617 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 1.7000000000000002 2025-02-16 17:12:48,617 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,617 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,617 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,617 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,617 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.9 2025-02-16 17:12:48,617 - card_creation - INFO - self.hbp: 0 / self.walk: 8.9 2025-02-16 17:12:48,617 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 10.4 2025-02-16 17:12:48,617 - card_creation - INFO - self.hbp: 1.0 / self.walk: 9.4 2025-02-16 17:12:48,617 - card_creation - INFO - vL: All other OB: 8.9 / HBP: 0 / BB: 8.9 / Total Chances: 51.85 2025-02-16 17:12:48,617 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 1.0 / BB: 9.4 / Total Chances: 55.95 2025-02-16 17:12:48,617 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 19.049999999999997 / Current Outs: 48.05 2025-02-16 17:12:48,617 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 22.55 / Current Outs: 51.55 2025-02-16 17:12:48,617 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,617 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,617 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,617 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,617 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,617 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,618 - card_creation - INFO - vL - All Hits: 30.3 / Other OB: 2.75 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,618 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 1.95 / All Outs: 95.0 / Total: 29.0 2025-02-16 17:12:48,618 - card_creation - INFO - remaining singles: 0.0 / total xbh: 12.100000000000001 2025-02-16 17:12:48,618 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-16 17:12:48,618 - card_creation - INFO - vL: All Hits: 30.3 / BP Singles: 5.0 / Single 2: 6.6 / Single 1: 0.0 / Single CF: 6.6 2025-02-16 17:12:48,618 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,618 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,618 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,618 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.4 / rem xbh: 9.700000000000001 2025-02-16 17:12:48,618 - card_creation - INFO - Triple: 0 / rem xbh: 9.7 2025-02-16 17:12:48,618 - card_creation - INFO - raw hr chances: 9.7 2025-02-16 17:12:48,618 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.7 2025-02-16 17:12:48,618 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,618 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,618 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,618 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:48,618 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,618 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,618 - card_creation - INFO - BP HR: 0 / ND HR: 1.5 2025-02-16 17:12:48,618 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,618 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,618 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,618 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.95 2025-02-16 17:12:48,618 - card_creation - INFO - self.hbp: 0 / self.walk: 1.95 2025-02-16 17:12:48,618 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 62.05 2025-02-16 17:12:48,618 - card_creation - INFO - vR: All other OB: 1.95 / HBP: 0 / BB: 1.95 / Total Chances: 41.95 2025-02-16 17:12:48,618 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 5.2 / Current Outs: 34.2 2025-02-16 17:12:48,618 - card_creation - INFO - vR: All Outs: 95.0 / Ks: 34.0 / Current Outs: 63.0 2025-02-16 17:12:48,618 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,618 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,618 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,618 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,618 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,618 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,619 - card_creation - INFO - vL - All Hits: 14.75 / Other OB: 23.6 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:48,619 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 21.6 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:48,619 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 6.300000000000001 2025-02-16 17:12:48,619 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.85 2025-02-16 17:12:48,619 - card_creation - INFO - vL: All Hits: 14.75 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,619 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,619 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 17:12:48,619 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,619 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 17:12:48,619 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,619 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,619 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,619 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,619 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,619 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,619 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,619 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6499999999999995 2025-02-16 17:12:48,619 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,619 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,620 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 17:12:48,620 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,620 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 23.6 2025-02-16 17:12:48,620 - card_creation - INFO - self.hbp: 1.0 / self.walk: 22.6 2025-02-16 17:12:48,620 - card_creation - INFO - hbp value candidate: 7.0 / all_other_ob: 21.6 2025-02-16 17:12:48,620 - card_creation - INFO - self.hbp: 7.0 / self.walk: 14.6 2025-02-16 17:12:48,620 - card_creation - INFO - vL: All other OB: 23.6 / HBP: 1.0 / BB: 22.6 / Total Chances: 67.35 2025-02-16 17:12:48,620 - card_creation - INFO - vR: All other OB: 21.6 / HBP: 7.0 / BB: 14.6 / Total Chances: 65.95 2025-02-16 17:12:48,620 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 16.35 / Current Outs: 45.35 2025-02-16 17:12:48,620 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 30.349999999999998 / Current Outs: 59.35 2025-02-16 17:12:48,620 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,620 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,620 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,620 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,620 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,620 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,620 - card_creation - INFO - vL - All Hits: 21.15 / Other OB: 10.3 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,620 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 12.25 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,621 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.899999999999999 2025-02-16 17:12:48,621 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.25 2025-02-16 17:12:48,621 - card_creation - INFO - vL: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 17:12:48,621 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,621 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,621 - card_creation - INFO - raw do chances: 10.35 2025-02-16 17:12:48,621 - card_creation - INFO - Double**: 10.35 / Double(cf): 0.0 / rem xbh: 0.5499999999999989 2025-02-16 17:12:48,621 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,621 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,621 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,621 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,621 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,621 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-16 17:12:48,621 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,621 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.0499999999999998 2025-02-16 17:12:48,621 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,621 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,621 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,621 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 17:12:48,621 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 17:12:48,621 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.3 2025-02-16 17:12:48,621 - card_creation - INFO - self.hbp: 0 / self.walk: 10.3 2025-02-16 17:12:48,621 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.25 2025-02-16 17:12:48,621 - card_creation - INFO - self.hbp: 0 / self.walk: 12.25 2025-02-16 17:12:48,621 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 60.45 2025-02-16 17:12:48,621 - card_creation - INFO - vR: All other OB: 12.25 / HBP: 0 / BB: 12.25 / Total Chances: 53.4 2025-02-16 17:12:48,621 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 39.65 / Current Outs: 68.65 2025-02-16 17:12:48,621 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 22.699999999999996 / Current Outs: 51.7 2025-02-16 17:12:48,621 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,621 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,621 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 17:12:48,621 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 17:12:48,621 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,621 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,622 - card_creation - INFO - vL - All Hits: 12.1 / Other OB: 6.3 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,622 - card_creation - INFO - vR - All Hits: 19.25 / Other OB: 4.5 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,622 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.199999999999999 2025-02-16 17:12:48,622 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 3.4499999999999993 2025-02-16 17:12:48,622 - card_creation - INFO - vL: All Hits: 12.1 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,622 - card_creation - INFO - vR: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,622 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,622 - card_creation - INFO - raw do chances: 3.6 2025-02-16 17:12:48,622 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.5999999999999992 2025-02-16 17:12:48,622 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,622 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,622 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,622 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,622 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,622 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,622 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,622 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.0499999999999994 2025-02-16 17:12:48,622 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,622 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,622 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 17:12:48,622 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,622 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.3 2025-02-16 17:12:48,622 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.3 2025-02-16 17:12:48,622 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 4.5 2025-02-16 17:12:48,623 - card_creation - INFO - self.hbp: 2.0 / self.walk: 2.5 2025-02-16 17:12:48,623 - card_creation - INFO - vL: All other OB: 6.3 / HBP: 1.0 / BB: 5.3 / Total Chances: 47.4 2025-02-16 17:12:48,623 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 52.75 2025-02-16 17:12:48,623 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 31.65 / Current Outs: 60.65 2025-02-16 17:12:48,623 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 32.45 / Current Outs: 61.45 2025-02-16 17:12:48,623 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,623 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,623 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,623 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,623 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,623 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,623 - card_creation - INFO - vL - All Hits: 11.75 / Other OB: 18.95 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,623 - card_creation - INFO - vR - All Hits: 18.9 / Other OB: 14.25 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,623 - card_creation - INFO - remaining singles: 0.9999999999999998 / total xbh: 5.699999999999999 2025-02-16 17:12:48,624 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.0 2025-02-16 17:12:48,624 - card_creation - INFO - vL: All Hits: 11.75 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,624 - card_creation - INFO - vR: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,624 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,624 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,624 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-16 17:12:48,624 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,624 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,624 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,624 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:48,624 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 17:12:48,624 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,624 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,624 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.75 2025-02-16 17:12:48,624 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-16 17:12:48,624 - card_creation - INFO - raw hr chances: 4.75 2025-02-16 17:12:48,624 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.75 2025-02-16 17:12:48,624 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,624 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 18.95 2025-02-16 17:12:48,624 - card_creation - INFO - self.hbp: 1.0 / self.walk: 17.95 2025-02-16 17:12:48,624 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.25 2025-02-16 17:12:48,624 - card_creation - INFO - self.hbp: 0 / self.walk: 14.25 2025-02-16 17:12:48,624 - card_creation - INFO - vL: All other OB: 18.95 / HBP: 1.0 / BB: 17.95 / Total Chances: 59.7 2025-02-16 17:12:48,624 - card_creation - INFO - vR: All other OB: 14.25 / HBP: 0 / BB: 14.25 / Total Chances: 62.15 2025-02-16 17:12:48,624 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 17.999999999999996 / Current Outs: 47.0 2025-02-16 17:12:48,624 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 26.7 / Current Outs: 55.7 2025-02-16 17:12:48,624 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,624 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,624 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,624 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,624 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,624 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,625 - card_creation - INFO - vL - All Hits: 30.3 / Other OB: 8.8 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,625 - card_creation - INFO - vR - All Hits: 21.3 / Other OB: 16.6 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,625 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.3 2025-02-16 17:12:48,625 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 8.350000000000001 2025-02-16 17:12:48,625 - card_creation - INFO - vL: All Hits: 30.3 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 8.0 / Single CF: 0 2025-02-16 17:12:48,625 - card_creation - INFO - vR: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,625 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,625 - card_creation - INFO - raw do chances: 7.0 2025-02-16 17:12:48,625 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 17:12:48,625 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,625 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,625 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,625 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,625 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,625 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,625 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.150000000000001 2025-02-16 17:12:48,625 - card_creation - INFO - Triple: 0 / rem xbh: 5.15 2025-02-16 17:12:48,625 - card_creation - INFO - raw hr chances: 5.15 2025-02-16 17:12:48,625 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.15 2025-02-16 17:12:48,625 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,625 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.8 2025-02-16 17:12:48,625 - card_creation - INFO - self.hbp: 0 / self.walk: 8.8 2025-02-16 17:12:48,625 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 16.6 2025-02-16 17:12:48,625 - card_creation - INFO - self.hbp: 1.0 / self.walk: 15.6 2025-02-16 17:12:48,625 - card_creation - INFO - vL: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 68.1 2025-02-16 17:12:48,625 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 1.0 / BB: 15.6 / Total Chances: 66.9 2025-02-16 17:12:48,625 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 8.149999999999999 / Current Outs: 37.15 2025-02-16 17:12:48,625 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 16.35 / Current Outs: 45.35 2025-02-16 17:12:48,625 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,625 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,626 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,626 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,626 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,626 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,626 - card_creation - INFO - vL - All Hits: 19.3 / Other OB: 5.7 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,626 - card_creation - INFO - vR - All Hits: 20.7 / Other OB: 5.4 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,626 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.699999999999999 2025-02-16 17:12:48,626 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.949999999999999 2025-02-16 17:12:48,626 - card_creation - INFO - vL: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,626 - card_creation - INFO - vR: All Hits: 20.7 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,626 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,626 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,626 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 17:12:48,626 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,627 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,627 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,627 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,627 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 17:12:48,627 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,627 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 3.4499999999999993 2025-02-16 17:12:48,627 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,627 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,627 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.45 2025-02-16 17:12:48,627 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,627 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:48,627 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:48,627 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,627 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,627 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 54.0 2025-02-16 17:12:48,627 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 55.1 2025-02-16 17:12:48,627 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 15.25 / Current Outs: 44.25 2025-02-16 17:12:48,627 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 20.55 / Current Outs: 49.55 2025-02-16 17:12:48,627 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,627 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,627 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,627 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,627 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,627 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,628 - card_creation - INFO - vL - All Hits: 12.4 / Other OB: 27.2 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,628 - card_creation - INFO - vR - All Hits: 9.6 / Other OB: 44.9 / All Outs: 53.5 / Total: 29.0 2025-02-16 17:12:48,628 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.999999999999999 2025-02-16 17:12:48,628 - card_creation - INFO - remaining singles: 0.75 / total xbh: 4.6 2025-02-16 17:12:48,628 - card_creation - INFO - vL: All Hits: 12.4 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,628 - card_creation - INFO - vR: All Hits: 9.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,628 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,628 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,628 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.4999999999999991 2025-02-16 17:12:48,628 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,628 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,628 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,628 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,628 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,628 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,628 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.1999999999999997 2025-02-16 17:12:48,628 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,628 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,628 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,628 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,628 - card_creation - INFO - hbp value candidate: 16.0 / all_other_ob: 27.2 2025-02-16 17:12:48,628 - card_creation - INFO - self.hbp: 16.0 / self.walk: 11.2 2025-02-16 17:12:48,628 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 44.9 2025-02-16 17:12:48,628 - card_creation - INFO - self.hbp: 0 / self.walk: 44.9 2025-02-16 17:12:48,628 - card_creation - INFO - vL: All other OB: 27.2 / HBP: 16.0 / BB: 11.2 / Total Chances: 69.1 2025-02-16 17:12:48,628 - card_creation - INFO - vR: All other OB: 44.9 / HBP: 0 / BB: 44.9 / Total Chances: 83.5 2025-02-16 17:12:48,628 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 27.750000000000004 / Current Outs: 56.75 2025-02-16 17:12:48,628 - card_creation - INFO - vR: All Outs: 53.5 / Ks: 15.049999999999997 / Current Outs: 44.05 2025-02-16 17:12:48,628 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,628 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,628 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,628 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,628 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,629 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,629 - card_creation - INFO - vL - All Hits: 19.9 / Other OB: 8.3 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,629 - card_creation - INFO - vR - All Hits: 24.2 / Other OB: 20.65 / All Outs: 63.0 / Total: 29.0 2025-02-16 17:12:48,629 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.649999999999999 2025-02-16 17:12:48,629 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.399999999999997 2025-02-16 17:12:48,629 - card_creation - INFO - vL: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,629 - card_creation - INFO - vR: All Hits: 24.2 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.4 / Single CF: 0 2025-02-16 17:12:48,629 - card_creation - INFO - hr%: 0.70 / tr%: 0.10 / do%: 0.20 2025-02-16 17:12:48,629 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,629 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 6.049999999999999 2025-02-16 17:12:48,629 - card_creation - INFO - Triple: 0 / rem xbh: 6.05 2025-02-16 17:12:48,629 - card_creation - INFO - raw hr chances: 6.05 2025-02-16 17:12:48,629 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.05 2025-02-16 17:12:48,629 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,629 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:48,629 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,629 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.1999999999999966 2025-02-16 17:12:48,629 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,629 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,630 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,630 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,630 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.3 2025-02-16 17:12:48,630 - card_creation - INFO - self.hbp: 0 / self.walk: 8.3 2025-02-16 17:12:48,630 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 20.65 2025-02-16 17:12:48,630 - card_creation - INFO - self.hbp: 0 / self.walk: 20.65 2025-02-16 17:12:48,630 - card_creation - INFO - vL: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 57.2 2025-02-16 17:12:48,630 - card_creation - INFO - vR: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 73.85 2025-02-16 17:12:48,630 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 28.649999999999995 / Current Outs: 57.65 2025-02-16 17:12:48,630 - card_creation - INFO - vR: All Outs: 63.0 / Ks: 24.300000000000004 / Current Outs: 53.3 2025-02-16 17:12:48,630 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,630 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,630 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,630 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,630 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,630 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,630 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 9.95 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,630 - card_creation - INFO - vR - All Hits: 21.85 / Other OB: 4.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,631 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 4.75 2025-02-16 17:12:48,631 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.450000000000003 2025-02-16 17:12:48,631 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,631 - card_creation - INFO - vR: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,631 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.70 2025-02-16 17:12:48,631 - card_creation - INFO - raw do chances: 3.3 2025-02-16 17:12:48,631 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-16 17:12:48,631 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,631 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,631 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,631 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:48,631 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 17:12:48,631 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.40 2025-02-16 17:12:48,631 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,631 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 3.200000000000003 2025-02-16 17:12:48,631 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,631 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,631 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,631 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,631 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.95 2025-02-16 17:12:48,631 - card_creation - INFO - self.hbp: 0 / self.walk: 9.95 2025-02-16 17:12:48,631 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 4.25 2025-02-16 17:12:48,631 - card_creation - INFO - self.hbp: 2.0 / self.walk: 2.25 2025-02-16 17:12:48,631 - card_creation - INFO - vL: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 59.5 2025-02-16 17:12:48,631 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 2.0 / BB: 2.25 / Total Chances: 55.1 2025-02-16 17:12:48,631 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 16.0 / Current Outs: 45.0 2025-02-16 17:12:48,631 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 17:12:48,631 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,631 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,631 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,631 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,631 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,631 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,632 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 8.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,632 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 4.5 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,632 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.749999999999999 2025-02-16 17:12:48,632 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.850000000000001 2025-02-16 17:12:48,632 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.75 / Single CF: 0 2025-02-16 17:12:48,632 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:48,632 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,632 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,632 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.3499999999999992 2025-02-16 17:12:48,632 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,632 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,632 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,632 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,632 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:48,632 - card_creation - INFO - hr%: 0.60 / tr%: 0.10 / do%: 0.30 2025-02-16 17:12:48,632 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,632 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 4.750000000000002 2025-02-16 17:12:48,632 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-16 17:12:48,632 - card_creation - INFO - raw hr chances: 4.75 2025-02-16 17:12:48,632 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.75 2025-02-16 17:12:48,632 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,632 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.5 2025-02-16 17:12:48,633 - card_creation - INFO - self.hbp: 0 / self.walk: 8.5 2025-02-16 17:12:48,633 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,633 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,633 - card_creation - INFO - vL: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 60.7 2025-02-16 17:12:48,633 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 51.85 2025-02-16 17:12:48,633 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 17:12:48,633 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 23.45 / Current Outs: 52.45 2025-02-16 17:12:48,633 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,633 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,633 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,633 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,633 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,633 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,633 - card_creation - INFO - vL - All Hits: 23.6 / Other OB: 3.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,633 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 4.8 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,633 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 7.200000000000003 2025-02-16 17:12:48,634 - card_creation - INFO - remaining singles: 0.0 / total xbh: 15.7 2025-02-16 17:12:48,634 - card_creation - INFO - vL: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,634 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.75 2025-02-16 17:12:48,634 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:48,634 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,634 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.5000000000000027 2025-02-16 17:12:48,634 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,634 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,634 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,634 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,634 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,634 - card_creation - INFO - raw do chances: 8.65 2025-02-16 17:12:48,634 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.65 / rem xbh: 7.049999999999999 2025-02-16 17:12:48,634 - card_creation - INFO - Triple: 0 / rem xbh: 7.05 2025-02-16 17:12:48,634 - card_creation - INFO - raw hr chances: 7.05 2025-02-16 17:12:48,634 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.05 2025-02-16 17:12:48,634 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,634 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.8 2025-02-16 17:12:48,634 - card_creation - INFO - self.hbp: 0 / self.walk: 3.8 2025-02-16 17:12:48,634 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.8 2025-02-16 17:12:48,634 - card_creation - INFO - self.hbp: 0 / self.walk: 4.8 2025-02-16 17:12:48,634 - card_creation - INFO - vL: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 56.9 2025-02-16 17:12:48,634 - card_creation - INFO - vR: All other OB: 4.8 / HBP: 0 / BB: 4.8 / Total Chances: 60.0 2025-02-16 17:12:48,634 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 15.15 / Current Outs: 44.15 2025-02-16 17:12:48,634 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 35.150000000000006 / Current Outs: 64.15 2025-02-16 17:12:48,634 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,634 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,634 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,634 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,634 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,634 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,635 - card_creation - INFO - vL - All Hits: 22.25 / Other OB: 4.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,635 - card_creation - INFO - vR - All Hits: 20.3 / Other OB: 7.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,635 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.850000000000001 2025-02-16 17:12:48,635 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.050000000000001 2025-02-16 17:12:48,635 - card_creation - INFO - vL: All Hits: 22.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,635 - card_creation - INFO - vR: All Hits: 20.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,635 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 17:12:48,635 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,635 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 3.7500000000000013 2025-02-16 17:12:48,635 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 17:12:48,635 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 17:12:48,635 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.75 2025-02-16 17:12:48,635 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,635 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,635 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,635 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 17:12:48,635 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,635 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,635 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-16 17:12:48,635 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,635 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,635 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,635 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 7.9 2025-02-16 17:12:48,635 - card_creation - INFO - self.hbp: 1.0 / self.walk: 6.9 2025-02-16 17:12:48,635 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 55.45 2025-02-16 17:12:48,635 - card_creation - INFO - vR: All other OB: 7.9 / HBP: 1.0 / BB: 6.9 / Total Chances: 57.2 2025-02-16 17:12:48,636 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 9.749999999999998 / Current Outs: 38.75 2025-02-16 17:12:48,636 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 14.049999999999997 / Current Outs: 43.05 2025-02-16 17:12:48,636 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,636 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,636 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,636 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,636 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,636 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,636 - card_creation - INFO - vL - All Hits: 13.05 / Other OB: 14.45 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,636 - card_creation - INFO - vR - All Hits: 21.55 / Other OB: 4.75 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,636 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 3.25 2025-02-16 17:12:48,636 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.150000000000002 2025-02-16 17:12:48,636 - card_creation - INFO - vL: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,637 - card_creation - INFO - vR: All Hits: 21.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,637 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,637 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,637 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.0499999999999998 2025-02-16 17:12:48,637 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,637 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,637 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 17:12:48,637 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,637 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,637 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,637 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000021 2025-02-16 17:12:48,637 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,637 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,637 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 17:12:48,637 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,637 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.45 2025-02-16 17:12:48,637 - card_creation - INFO - self.hbp: 0 / self.walk: 14.45 2025-02-16 17:12:48,637 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,637 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,637 - card_creation - INFO - vL: All other OB: 14.45 / HBP: 0 / BB: 14.45 / Total Chances: 56.5 2025-02-16 17:12:48,637 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 55.3 2025-02-16 17:12:48,637 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.500000000000004 / Current Outs: 52.5 2025-02-16 17:12:48,637 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 12.2 / Current Outs: 41.2 2025-02-16 17:12:48,637 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,637 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,637 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,637 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,637 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,637 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,638 - card_creation - INFO - vL - All Hits: 18.35 / Other OB: 10.6 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,638 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 4.75 / All Outs: 91.0 / Total: 29.0 2025-02-16 17:12:48,638 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.65 2025-02-16 17:12:48,638 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1500000000000004 2025-02-16 17:12:48,638 - card_creation - INFO - vL: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,638 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,638 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,638 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,638 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.45 2025-02-16 17:12:48,638 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,638 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,638 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,638 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,638 - card_creation - INFO - hr%: 0.15 / tr%: 0.30 / do%: 0.55 2025-02-16 17:12:48,638 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,638 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 17:12:48,638 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,638 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,638 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,638 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:48,638 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 17:12:48,638 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.6 2025-02-16 17:12:48,638 - card_creation - INFO - self.hbp: 0 / self.walk: 10.6 2025-02-16 17:12:48,638 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 4.75 2025-02-16 17:12:48,638 - card_creation - INFO - self.hbp: 1.0 / self.walk: 3.75 2025-02-16 17:12:48,638 - card_creation - INFO - vL: All other OB: 10.6 / HBP: 0 / BB: 10.6 / Total Chances: 57.95 2025-02-16 17:12:48,638 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 1.0 / BB: 3.75 / Total Chances: 45.9 2025-02-16 17:12:48,638 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 17:12:48,638 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 28.2 / Current Outs: 57.2 2025-02-16 17:12:48,638 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,639 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,639 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,639 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,639 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,639 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,639 - card_creation - INFO - vL - All Hits: 22.1 / Other OB: 3.5 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,639 - card_creation - INFO - vR - All Hits: 26.2 / Other OB: 4.5 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,639 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 14.700000000000003 2025-02-16 17:12:48,639 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0000000000000018 2025-02-16 17:12:48,639 - card_creation - INFO - vL: All Hits: 22.1 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.2 2025-02-16 17:12:48,639 - card_creation - INFO - vR: All Hits: 26.2 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.6 / Single CF: 0 2025-02-16 17:12:48,639 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,639 - card_creation - INFO - raw do chances: 8.1 2025-02-16 17:12:48,639 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.1 / rem xbh: 6.600000000000003 2025-02-16 17:12:48,639 - card_creation - INFO - Triple: 0 / rem xbh: 6.6 2025-02-16 17:12:48,639 - card_creation - INFO - raw hr chances: 6.6 2025-02-16 17:12:48,639 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.5999999999999996 2025-02-16 17:12:48,639 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,640 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,640 - card_creation - INFO - raw do chances: 1.05 2025-02-16 17:12:48,640 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.9500000000000017 2025-02-16 17:12:48,640 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,640 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,640 - card_creation - INFO - BP HR: 0 / ND HR: 0.95 2025-02-16 17:12:48,640 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,640 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.5 2025-02-16 17:12:48,640 - card_creation - INFO - self.hbp: 0 / self.walk: 3.5 2025-02-16 17:12:48,640 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,640 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,640 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 54.6 2025-02-16 17:12:48,640 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 59.7 2025-02-16 17:12:48,640 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 22.45 / Current Outs: 51.45 2025-02-16 17:12:48,640 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 22.45 / Current Outs: 51.45 2025-02-16 17:12:48,640 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,640 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,640 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,640 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,640 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,640 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,641 - card_creation - INFO - vL - All Hits: 29.4 / Other OB: 10.85 / All Outs: 68.0 / Total: 29.0 2025-02-16 17:12:48,641 - card_creation - INFO - vR - All Hits: 31.2 / Other OB: 7.65 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,641 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 9.0 2025-02-16 17:12:48,641 - card_creation - INFO - remaining singles: 0.0 / total xbh: 13.5 2025-02-16 17:12:48,641 - card_creation - INFO - vL: All Hits: 29.4 / BP Singles: 5.0 / Single 2: 7.7 / Single 1: 7.7 / Single CF: 0 2025-02-16 17:12:48,641 - card_creation - INFO - vR: All Hits: 31.2 / BP Singles: 5.0 / Single 2: 6.35 / Single 1: 0.0 / Single CF: 6.35 2025-02-16 17:12:48,641 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,641 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,641 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.8 2025-02-16 17:12:48,641 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 17:12:48,641 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 17:12:48,641 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8 2025-02-16 17:12:48,641 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,641 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,641 - card_creation - INFO - raw do chances: 8.8 2025-02-16 17:12:48,641 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.8 / rem xbh: 4.699999999999999 2025-02-16 17:12:48,641 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 17:12:48,641 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 17:12:48,641 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.7 2025-02-16 17:12:48,641 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,641 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.85 2025-02-16 17:12:48,641 - card_creation - INFO - self.hbp: 0 / self.walk: 10.85 2025-02-16 17:12:48,641 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.65 2025-02-16 17:12:48,641 - card_creation - INFO - self.hbp: 0 / self.walk: 7.65 2025-02-16 17:12:48,641 - card_creation - INFO - vL: All other OB: 10.85 / HBP: 0 / BB: 10.85 / Total Chances: 69.25 2025-02-16 17:12:48,641 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 67.85 2025-02-16 17:12:48,641 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 20.099999999999998 / Current Outs: 49.1 2025-02-16 17:12:48,641 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 16.3 / Current Outs: 45.3 2025-02-16 17:12:48,641 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,641 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,641 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,641 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,641 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,641 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,642 - card_creation - INFO - vL - All Hits: 24.65 / Other OB: 16.3 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:48,642 - card_creation - INFO - vR - All Hits: 22.4 / Other OB: 4.75 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,642 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 3.9999999999999964 2025-02-16 17:12:48,642 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 11.95 2025-02-16 17:12:48,642 - card_creation - INFO - vL: All Hits: 24.65 / BP Singles: 5.0 / Single 2: 7.8 / Single 1: 7.85 / Single CF: 0 2025-02-16 17:12:48,642 - card_creation - INFO - vR: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,642 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 17:12:48,642 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,642 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.8999999999999964 2025-02-16 17:12:48,642 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 17:12:48,642 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:48,642 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 17:12:48,642 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,642 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,642 - card_creation - INFO - raw do chances: 11.35 2025-02-16 17:12:48,642 - card_creation - INFO - Double**: 11.35 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 17:12:48,642 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,642 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,642 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,642 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,642 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,642 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.3 2025-02-16 17:12:48,642 - card_creation - INFO - self.hbp: 0 / self.walk: 16.3 2025-02-16 17:12:48,642 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,642 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,643 - card_creation - INFO - vL: All other OB: 16.3 / HBP: 0 / BB: 16.3 / Total Chances: 69.95 2025-02-16 17:12:48,643 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 56.15 2025-02-16 17:12:48,643 - card_creation - INFO - vL: All Outs: 67.0 / Ks: 31.650000000000002 / Current Outs: 60.65 2025-02-16 17:12:48,643 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 27.200000000000003 / Current Outs: 56.2 2025-02-16 17:12:48,643 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,643 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,643 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,643 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,643 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,643 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,643 - card_creation - INFO - vL - All Hits: 11.9 / Other OB: 9.8 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,643 - card_creation - INFO - vR - All Hits: 20.85 / Other OB: 3.75 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,643 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.0000000000000018 2025-02-16 17:12:48,644 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.75 2025-02-16 17:12:48,644 - card_creation - INFO - vL: All Hits: 11.9 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,644 - card_creation - INFO - vR: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,644 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,644 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,644 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.1999999999999984 2025-02-16 17:12:48,644 - card_creation - INFO - Triple: 0 / rem xbh: -0.2 2025-02-16 17:12:48,644 - card_creation - INFO - raw hr chances: -0.2 2025-02-16 17:12:48,644 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,644 - card_creation - INFO - excess xbh: -0.2 2025-02-16 17:12:48,644 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,644 - card_creation - INFO - raw do chances: 3.8 2025-02-16 17:12:48,644 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 17:12:48,644 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,644 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,644 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,644 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,644 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 17:12:48,644 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 9.8 2025-02-16 17:12:48,644 - card_creation - INFO - self.hbp: 1.0 / self.walk: 8.8 2025-02-16 17:12:48,644 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.75 2025-02-16 17:12:48,644 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.75 2025-02-16 17:12:48,644 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 1.0 / BB: 8.8 / Total Chances: 50.9 2025-02-16 17:12:48,644 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 53.6 2025-02-16 17:12:48,644 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 20.15 / Current Outs: 49.15 2025-02-16 17:12:48,644 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 16.2 / Current Outs: 45.2 2025-02-16 17:12:48,644 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,644 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,644 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,644 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,644 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,644 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,645 - card_creation - INFO - vL - All Hits: 13.35 / Other OB: 18.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,645 - card_creation - INFO - vR - All Hits: 18.7 / Other OB: 10.2 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,645 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.949999999999999 2025-02-16 17:12:48,645 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 4.199999999999999 2025-02-16 17:12:48,645 - card_creation - INFO - vL: All Hits: 13.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,645 - card_creation - INFO - vR: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,645 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,645 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,645 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-16 17:12:48,645 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,645 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,645 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,645 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-16 17:12:48,645 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,645 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,645 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.2999999999999994 2025-02-16 17:12:48,645 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,645 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,645 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,645 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,645 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.2 2025-02-16 17:12:48,645 - card_creation - INFO - self.hbp: 0 / self.walk: 18.2 2025-02-16 17:12:48,645 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 10.2 2025-02-16 17:12:48,645 - card_creation - INFO - self.hbp: 4.0 / self.walk: 6.2 2025-02-16 17:12:48,645 - card_creation - INFO - vL: All other OB: 18.2 / HBP: 0 / BB: 18.2 / Total Chances: 60.7 2025-02-16 17:12:48,645 - card_creation - INFO - vR: All other OB: 10.2 / HBP: 4.0 / BB: 6.2 / Total Chances: 57.9 2025-02-16 17:12:48,645 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 20.750000000000004 / Current Outs: 49.75 2025-02-16 17:12:48,645 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 17:12:48,646 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,646 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,646 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,646 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,646 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,646 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,646 - card_creation - INFO - vL - All Hits: 11.3 / Other OB: 4.5 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:48,646 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 4.5 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,646 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 2.1500000000000012 2025-02-16 17:12:48,646 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 6.450000000000003 2025-02-16 17:12:48,646 - card_creation - INFO - vL: All Hits: 11.3 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,646 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,647 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,647 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,647 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.4500000000000013 2025-02-16 17:12:48,647 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,647 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,647 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,647 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,647 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,647 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,647 - card_creation - INFO - raw do chances: 5.8 2025-02-16 17:12:48,647 - card_creation - INFO - Double**: 5.8 / Double(cf): 0.0 / rem xbh: 0.650000000000003 2025-02-16 17:12:48,647 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,647 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,647 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,647 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,647 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:48,647 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,647 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,647 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,647 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,647 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 44.8 2025-02-16 17:12:48,647 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 51.35 2025-02-16 17:12:48,647 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:48,647 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 11.449999999999998 / Current Outs: 40.45 2025-02-16 17:12:48,647 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,647 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,647 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,647 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,647 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,647 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,648 - card_creation - INFO - vL - All Hits: 18.9 / Other OB: 10.05 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,648 - card_creation - INFO - vR - All Hits: 7.75 / Other OB: 10.3 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,648 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 10.5 2025-02-16 17:12:48,648 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.9499999999999997 2025-02-16 17:12:48,648 - card_creation - INFO - vL: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 0.0 / Single CF: 1.7 2025-02-16 17:12:48,648 - card_creation - INFO - vR: All Hits: 7.75 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,648 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,648 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,648 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.2 / rem xbh: 8.3 2025-02-16 17:12:48,648 - card_creation - INFO - Triple: 0 / rem xbh: 8.3 2025-02-16 17:12:48,648 - card_creation - INFO - raw hr chances: 8.3 2025-02-16 17:12:48,648 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.3 2025-02-16 17:12:48,648 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,648 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,648 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,648 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.25000000000000044 2025-02-16 17:12:48,648 - card_creation - INFO - Triple: 0 / rem xbh: -0.25 2025-02-16 17:12:48,648 - card_creation - INFO - raw hr chances: -0.25 2025-02-16 17:12:48,648 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,648 - card_creation - INFO - excess xbh: -0.25 2025-02-16 17:12:48,648 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 10.05 2025-02-16 17:12:48,648 - card_creation - INFO - self.hbp: 3.0 / self.walk: 7.05 2025-02-16 17:12:48,648 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 10.3 2025-02-16 17:12:48,648 - card_creation - INFO - self.hbp: 3.0 / self.walk: 7.3 2025-02-16 17:12:48,648 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 3.0 / BB: 7.05 / Total Chances: 57.95 2025-02-16 17:12:48,648 - card_creation - INFO - vR: All other OB: 10.3 / HBP: 3.0 / BB: 7.3 / Total Chances: 47.3 2025-02-16 17:12:48,648 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 11.9 / Current Outs: 40.9 2025-02-16 17:12:48,648 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 0 / Current Outs: 29.0 2025-02-16 17:12:48,648 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,648 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,649 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,649 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 17:12:48,649 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,649 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,649 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 4.5 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,649 - card_creation - INFO - vR - All Hits: 24.5 / Other OB: 2.7 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,649 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.100000000000001 2025-02-16 17:12:48,649 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 8.100000000000001 2025-02-16 17:12:48,649 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,649 - card_creation - INFO - vR: All Hits: 24.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,649 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:48,649 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,649 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.7000000000000015 2025-02-16 17:12:48,649 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,650 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,650 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 17:12:48,650 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,650 - card_creation - INFO - hr%: 0.40 / tr%: 0.15 / do%: 0.40 2025-02-16 17:12:48,650 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,650 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.850000000000001 2025-02-16 17:12:48,650 - card_creation - INFO - Triple: 0 / rem xbh: 4.85 2025-02-16 17:12:48,650 - card_creation - INFO - raw hr chances: 4.85 2025-02-16 17:12:48,650 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.85 2025-02-16 17:12:48,650 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,650 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 4.5 2025-02-16 17:12:48,650 - card_creation - INFO - self.hbp: 1.0 / self.walk: 3.5 2025-02-16 17:12:48,650 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.7 2025-02-16 17:12:48,650 - card_creation - INFO - self.hbp: 0 / self.walk: 2.7 2025-02-16 17:12:48,650 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 1.0 / BB: 3.5 / Total Chances: 51.6 2025-02-16 17:12:48,650 - card_creation - INFO - vR: All other OB: 2.7 / HBP: 0 / BB: 2.7 / Total Chances: 56.2 2025-02-16 17:12:48,650 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 15.449999999999998 / Current Outs: 44.45 2025-02-16 17:12:48,650 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 9.249999999999998 / Current Outs: 38.25 2025-02-16 17:12:48,650 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,650 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,650 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,650 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,650 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,650 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,651 - card_creation - INFO - vL - All Hits: 17.1 / Other OB: 4.75 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,651 - card_creation - INFO - vR - All Hits: 20.6 / Other OB: 7.85 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,651 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.3000000000000007 2025-02-16 17:12:48,651 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.200000000000003 2025-02-16 17:12:48,651 - card_creation - INFO - vL: All Hits: 17.1 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,651 - card_creation - INFO - vR: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,651 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,651 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,651 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3000000000000007 2025-02-16 17:12:48,651 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,651 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,651 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:48,651 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,651 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,651 - card_creation - INFO - raw do chances: 6.5 2025-02-16 17:12:48,651 - card_creation - INFO - Double**: 6.5 / Double(cf): 0.0 / rem xbh: 0.7000000000000028 2025-02-16 17:12:48,651 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 17:12:48,651 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 17:12:48,651 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,651 - card_creation - INFO - excess xbh: 0.7 2025-02-16 17:12:48,651 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 17:12:48,651 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,651 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,651 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.85 2025-02-16 17:12:48,651 - card_creation - INFO - self.hbp: 0 / self.walk: 7.85 2025-02-16 17:12:48,651 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 50.85 2025-02-16 17:12:48,651 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 57.45 2025-02-16 17:12:48,651 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 32.2 / Current Outs: 61.2 2025-02-16 17:12:48,651 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 18.099999999999998 / Current Outs: 47.1 2025-02-16 17:12:48,651 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,651 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,651 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,651 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,651 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,651 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,652 - card_creation - INFO - vL - All Hits: 17.95 / Other OB: 10.8 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,652 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 9.15 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,652 - card_creation - INFO - remaining singles: 0.0 / total xbh: 13.45 2025-02-16 17:12:48,652 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.149999999999999 2025-02-16 17:12:48,652 - card_creation - INFO - vL: All Hits: 17.95 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 0.0 / Single CF: 2.25 2025-02-16 17:12:48,652 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,652 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.50 2025-02-16 17:12:48,652 - card_creation - INFO - raw do chances: 6.7 2025-02-16 17:12:48,652 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.7 / rem xbh: 6.749999999999999 2025-02-16 17:12:48,652 - card_creation - INFO - Triple: 2.4 / rem xbh: 4.35 2025-02-16 17:12:48,652 - card_creation - INFO - raw hr chances: 4.35 2025-02-16 17:12:48,652 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.35 2025-02-16 17:12:48,652 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,652 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,652 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,652 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.9499999999999984 2025-02-16 17:12:48,652 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-16 17:12:48,652 - card_creation - INFO - raw hr chances: 2.95 2025-02-16 17:12:48,652 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,653 - card_creation - INFO - excess xbh: -0.04999999999999982 2025-02-16 17:12:48,653 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.8 2025-02-16 17:12:48,653 - card_creation - INFO - self.hbp: 0 / self.walk: 10.8 2025-02-16 17:12:48,653 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.15 2025-02-16 17:12:48,653 - card_creation - INFO - self.hbp: 0 / self.walk: 9.15 2025-02-16 17:12:48,653 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 57.75 2025-02-16 17:12:48,653 - card_creation - INFO - vR: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 58.35 2025-02-16 17:12:48,653 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 20.15 / Current Outs: 49.15 2025-02-16 17:12:48,653 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-16 17:12:48,653 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,653 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,653 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,653 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,653 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,653 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,653 - card_creation - INFO - vL - All Hits: 26.95 / Other OB: 14.85 / All Outs: 66.0 / Total: 29.0 2025-02-16 17:12:48,653 - card_creation - INFO - vR - All Hits: 19.05 / Other OB: 8.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,654 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.349999999999998 2025-02-16 17:12:48,654 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 8.850000000000001 2025-02-16 17:12:48,654 - card_creation - INFO - vL: All Hits: 26.95 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 0.0 / Single CF: 3.8 2025-02-16 17:12:48,654 - card_creation - INFO - vR: All Hits: 19.05 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,654 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.50 2025-02-16 17:12:48,654 - card_creation - INFO - raw do chances: 7.15 2025-02-16 17:12:48,654 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.15 / rem xbh: 7.1999999999999975 2025-02-16 17:12:48,654 - card_creation - INFO - Triple: 0 / rem xbh: 7.2 2025-02-16 17:12:48,654 - card_creation - INFO - raw hr chances: 7.2 2025-02-16 17:12:48,654 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.2 2025-02-16 17:12:48,654 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,654 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,654 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,654 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 3.7500000000000018 2025-02-16 17:12:48,654 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 17:12:48,654 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 17:12:48,654 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.75 2025-02-16 17:12:48,654 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,654 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.85 2025-02-16 17:12:48,654 - card_creation - INFO - self.hbp: 0 / self.walk: 14.85 2025-02-16 17:12:48,654 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 8.9 2025-02-16 17:12:48,654 - card_creation - INFO - self.hbp: 4.0 / self.walk: 4.9 2025-02-16 17:12:48,654 - card_creation - INFO - vL: All other OB: 14.85 / HBP: 0 / BB: 14.85 / Total Chances: 70.8 2025-02-16 17:12:48,654 - card_creation - INFO - vR: All other OB: 8.9 / HBP: 4.0 / BB: 4.9 / Total Chances: 56.95 2025-02-16 17:12:48,654 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 11.100000000000001 / Current Outs: 40.1 2025-02-16 17:12:48,654 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 10.049999999999999 / Current Outs: 39.05 2025-02-16 17:12:48,654 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,654 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,654 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,654 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,654 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,654 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,655 - card_creation - INFO - vL - All Hits: 12.8 / Other OB: 10.05 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,655 - card_creation - INFO - vR - All Hits: 20.5 / Other OB: 11.0 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,655 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.4 2025-02-16 17:12:48,655 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 3.3999999999999986 2025-02-16 17:12:48,655 - card_creation - INFO - vL: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,655 - card_creation - INFO - vR: All Hits: 20.5 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.05 / Single CF: 0 2025-02-16 17:12:48,655 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,655 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,655 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 0.7000000000000002 2025-02-16 17:12:48,655 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 17:12:48,655 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 17:12:48,655 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,655 - card_creation - INFO - excess xbh: 0.7 2025-02-16 17:12:48,655 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 17:12:48,655 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 17:12:48,655 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,655 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-16 17:12:48,655 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,655 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,655 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,655 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,655 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.05 2025-02-16 17:12:48,655 - card_creation - INFO - self.hbp: 0 / self.walk: 10.05 2025-02-16 17:12:48,655 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.0 2025-02-16 17:12:48,655 - card_creation - INFO - self.hbp: 0 / self.walk: 11.0 2025-02-16 17:12:48,655 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 51.85 2025-02-16 17:12:48,655 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 60.5 2025-02-16 17:12:48,655 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 15.899999999999999 / Current Outs: 44.9 2025-02-16 17:12:48,655 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 29.95 / Current Outs: 58.95 2025-02-16 17:12:48,656 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,656 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,656 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,656 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,656 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,656 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,656 - card_creation - INFO - vL - All Hits: 36.45 / Other OB: 4.25 / All Outs: 67.5 / Total: 29.0 2025-02-16 17:12:48,656 - card_creation - INFO - vR - All Hits: 16.8 / Other OB: 17.7 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,656 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.000000000000004 2025-02-16 17:12:48,656 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.3000000000000007 2025-02-16 17:12:48,656 - card_creation - INFO - vL: All Hits: 36.45 / BP Singles: 5.0 / Single 2: 11.2 / Single 1: 0.0 / Single CF: 11.25 2025-02-16 17:12:48,656 - card_creation - INFO - vR: All Hits: 16.8 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,656 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,656 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,656 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.9 / rem xbh: 7.100000000000003 2025-02-16 17:12:48,656 - card_creation - INFO - Triple: 0 / rem xbh: 7.1 2025-02-16 17:12:48,657 - card_creation - INFO - raw hr chances: 7.1 2025-02-16 17:12:48,657 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.1 2025-02-16 17:12:48,657 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,657 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,657 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,657 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.2000000000000006 2025-02-16 17:12:48,657 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,657 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,657 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,657 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,657 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.25 2025-02-16 17:12:48,657 - card_creation - INFO - self.hbp: 0 / self.walk: 4.25 2025-02-16 17:12:48,657 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 17.7 2025-02-16 17:12:48,657 - card_creation - INFO - self.hbp: 5.0 / self.walk: 12.7 2025-02-16 17:12:48,657 - card_creation - INFO - vL: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 69.7 2025-02-16 17:12:48,657 - card_creation - INFO - vR: All other OB: 17.7 / HBP: 5.0 / BB: 12.7 / Total Chances: 63.5 2025-02-16 17:12:48,657 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 13.7 / Current Outs: 42.7 2025-02-16 17:12:48,657 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 33.25000000000001 / Current Outs: 62.25 2025-02-16 17:12:48,657 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,657 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,657 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 17:12:48,657 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 17:12:48,657 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,657 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,658 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 3.6 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,658 - card_creation - INFO - vR - All Hits: 28.6 / Other OB: 6.35 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,658 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.8000000000000007 2025-02-16 17:12:48,658 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 14.900000000000002 2025-02-16 17:12:48,658 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.85 / Single CF: 0 2025-02-16 17:12:48,658 - card_creation - INFO - vR: All Hits: 28.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 0.0 / Single CF: 4.2 2025-02-16 17:12:48,658 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,658 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,658 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.9000000000000008 2025-02-16 17:12:48,658 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 17:12:48,658 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:48,658 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 17:12:48,658 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,658 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.35 2025-02-16 17:12:48,658 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,658 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.4 / rem xbh: 9.500000000000002 2025-02-16 17:12:48,658 - card_creation - INFO - Triple: 0 / rem xbh: 9.5 2025-02-16 17:12:48,658 - card_creation - INFO - raw hr chances: 9.5 2025-02-16 17:12:48,658 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.5 2025-02-16 17:12:48,658 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,658 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.6 2025-02-16 17:12:48,658 - card_creation - INFO - self.hbp: 0 / self.walk: 3.6 2025-02-16 17:12:48,658 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.35 2025-02-16 17:12:48,658 - card_creation - INFO - self.hbp: 0 / self.walk: 6.35 2025-02-16 17:12:48,658 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 53.15 2025-02-16 17:12:48,658 - card_creation - INFO - vR: All other OB: 6.35 / HBP: 0 / BB: 6.35 / Total Chances: 63.95 2025-02-16 17:12:48,658 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 21.349999999999998 / Current Outs: 50.35 2025-02-16 17:12:48,658 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 21.6 / Current Outs: 50.6 2025-02-16 17:12:48,658 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,658 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,658 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,658 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,659 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,659 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,659 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 6.7 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,659 - card_creation - INFO - vR - All Hits: 9.05 / Other OB: 6.85 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:48,659 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 6.649999999999999 2025-02-16 17:12:48,659 - card_creation - INFO - remaining singles: 0.9500000000000004 / total xbh: 2.8500000000000005 2025-02-16 17:12:48,659 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.75 / Single CF: 0 2025-02-16 17:12:48,659 - card_creation - INFO - vR: All Hits: 9.05 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,659 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,659 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,659 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.4499999999999984 2025-02-16 17:12:48,659 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,659 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,659 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-16 17:12:48,659 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,659 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:48,659 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,659 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 17:12:48,659 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,659 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,659 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,660 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,660 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:48,660 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.7 2025-02-16 17:12:48,660 - card_creation - INFO - self.hbp: 0 / self.walk: 6.7 2025-02-16 17:12:48,660 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.85 2025-02-16 17:12:48,660 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.85 2025-02-16 17:12:48,660 - card_creation - INFO - vL: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 58.9 2025-02-16 17:12:48,660 - card_creation - INFO - vR: All other OB: 6.85 / HBP: 1.0 / BB: 5.85 / Total Chances: 44.9 2025-02-16 17:12:48,660 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 13.25 / Current Outs: 42.25 2025-02-16 17:12:48,660 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 24.099999999999998 / Current Outs: 53.1 2025-02-16 17:12:48,660 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,660 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,660 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,660 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,660 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,660 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,660 - card_creation - INFO - vL - All Hits: 15.1 / Other OB: 17.2 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,660 - card_creation - INFO - vR - All Hits: 19.5 / Other OB: 3.8 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,661 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.649999999999999 2025-02-16 17:12:48,661 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.0 2025-02-16 17:12:48,661 - card_creation - INFO - vL: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,661 - card_creation - INFO - vR: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,661 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,661 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,661 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.4499999999999984 2025-02-16 17:12:48,661 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,661 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,661 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,661 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,661 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,661 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,661 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 17:12:48,661 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,661 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,661 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,661 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-16 17:12:48,661 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-16 17:12:48,661 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.2 2025-02-16 17:12:48,661 - card_creation - INFO - self.hbp: 0 / self.walk: 17.2 2025-02-16 17:12:48,661 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.8 2025-02-16 17:12:48,661 - card_creation - INFO - self.hbp: 0 / self.walk: 3.8 2025-02-16 17:12:48,661 - card_creation - INFO - vL: All other OB: 17.2 / HBP: 0 / BB: 17.2 / Total Chances: 61.3 2025-02-16 17:12:48,661 - card_creation - INFO - vR: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 52.3 2025-02-16 17:12:48,661 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 17:12:48,661 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 18.15 / Current Outs: 47.15 2025-02-16 17:12:48,661 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,661 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,661 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,661 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,661 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,661 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,662 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 4.75 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,662 - card_creation - INFO - vR - All Hits: 3.75 / Other OB: 15.1 / All Outs: 89.0 / Total: 29.0 2025-02-16 17:12:48,662 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.150000000000002 2025-02-16 17:12:48,662 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.0 2025-02-16 17:12:48,662 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 6.45 / Single 1: 6.45 / Single CF: 0 2025-02-16 17:12:48,662 - card_creation - INFO - vR: All Hits: 3.75 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-16 17:12:48,662 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,662 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,662 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.650000000000002 2025-02-16 17:12:48,662 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 17:12:48,662 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 17:12:48,662 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,662 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,662 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,662 - card_creation - INFO - raw do chances: 1.05 2025-02-16 17:12:48,662 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: -0.050000000000000044 2025-02-16 17:12:48,662 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,662 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,662 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,662 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,662 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,662 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,662 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 15.1 2025-02-16 17:12:48,662 - card_creation - INFO - self.hbp: 2.0 / self.walk: 13.1 2025-02-16 17:12:48,662 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 56.15 2025-02-16 17:12:48,662 - card_creation - INFO - vR: All other OB: 15.1 / HBP: 2.0 / BB: 13.1 / Total Chances: 47.9 2025-02-16 17:12:48,663 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 16.2 / Current Outs: 45.2 2025-02-16 17:12:48,663 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 51.85 / Current Outs: 80.85 2025-02-16 17:12:48,663 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,663 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,663 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,663 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,663 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,663 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,663 - card_creation - INFO - vL - All Hits: 12.75 / Other OB: 4.75 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,663 - card_creation - INFO - vR - All Hits: 21.25 / Other OB: 10.1 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,663 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 0.25 2025-02-16 17:12:48,664 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 8.549999999999999 2025-02-16 17:12:48,664 - card_creation - INFO - vL: All Hits: 12.75 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,664 - card_creation - INFO - vR: All Hits: 21.25 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,664 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,664 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,664 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-16 17:12:48,664 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-16 17:12:48,664 - card_creation - INFO - raw hr chances: 0.25 2025-02-16 17:12:48,664 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,664 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,664 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 17:12:48,664 - card_creation - INFO - hr%: 0.50 / tr%: 0.15 / do%: 0.35 2025-02-16 17:12:48,664 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,664 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.349999999999999 2025-02-16 17:12:48,664 - card_creation - INFO - Triple: 0 / rem xbh: 5.35 2025-02-16 17:12:48,664 - card_creation - INFO - raw hr chances: 5.35 2025-02-16 17:12:48,664 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.3499999999999996 2025-02-16 17:12:48,664 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,664 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,664 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,664 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.1 2025-02-16 17:12:48,664 - card_creation - INFO - self.hbp: 0 / self.walk: 10.1 2025-02-16 17:12:48,664 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 46.5 2025-02-16 17:12:48,664 - card_creation - INFO - vR: All other OB: 10.1 / HBP: 0 / BB: 10.1 / Total Chances: 60.35 2025-02-16 17:12:48,664 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 37.2 / Current Outs: 66.2 2025-02-16 17:12:48,664 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 18.849999999999998 / Current Outs: 47.85 2025-02-16 17:12:48,664 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,664 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,664 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,664 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,664 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,664 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,665 - card_creation - INFO - vL - All Hits: 15.35 / Other OB: 9.4 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,665 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 8.35 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,665 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.3499999999999996 2025-02-16 17:12:48,665 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.200000000000001 2025-02-16 17:12:48,665 - card_creation - INFO - vL: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,665 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,665 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,665 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,665 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 17:12:48,665 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,665 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,665 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,665 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,665 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,665 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,665 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.800000000000001 2025-02-16 17:12:48,665 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:48,665 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:48,665 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7999999999999998 2025-02-16 17:12:48,665 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,665 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 9.4 2025-02-16 17:12:48,665 - card_creation - INFO - self.hbp: 3.0 / self.walk: 6.4 2025-02-16 17:12:48,665 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.35 2025-02-16 17:12:48,665 - card_creation - INFO - self.hbp: 0 / self.walk: 8.35 2025-02-16 17:12:48,665 - card_creation - INFO - vL: All other OB: 9.4 / HBP: 3.0 / BB: 6.4 / Total Chances: 53.8 2025-02-16 17:12:48,665 - card_creation - INFO - vR: All other OB: 8.35 / HBP: 0 / BB: 8.35 / Total Chances: 54.7 2025-02-16 17:12:48,665 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 9.549999999999997 / Current Outs: 38.55 2025-02-16 17:12:48,665 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 27.599999999999998 / Current Outs: 56.6 2025-02-16 17:12:48,666 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,666 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,666 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,666 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,666 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,666 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,666 - card_creation - INFO - vL - All Hits: 20.8 / Other OB: 12.9 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,666 - card_creation - INFO - vR - All Hits: 13.3 / Other OB: 21.25 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,666 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 10.350000000000001 2025-02-16 17:12:48,666 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.050000000000001 2025-02-16 17:12:48,666 - card_creation - INFO - vL: All Hits: 20.8 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.7 2025-02-16 17:12:48,666 - card_creation - INFO - vR: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,666 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,667 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,667 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.6 / rem xbh: 8.750000000000002 2025-02-16 17:12:48,667 - card_creation - INFO - Triple: 0 / rem xbh: 8.75 2025-02-16 17:12:48,667 - card_creation - INFO - raw hr chances: 8.75 2025-02-16 17:12:48,667 - card_creation - INFO - BP HR: 4.0 / ND HR: 4.75 2025-02-16 17:12:48,667 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,667 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,667 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,667 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.8500000000000005 2025-02-16 17:12:48,667 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,667 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,667 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,667 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,667 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.9 2025-02-16 17:12:48,667 - card_creation - INFO - self.hbp: 0 / self.walk: 12.9 2025-02-16 17:12:48,667 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 21.25 2025-02-16 17:12:48,667 - card_creation - INFO - self.hbp: 0 / self.walk: 21.25 2025-02-16 17:12:48,667 - card_creation - INFO - vL: All other OB: 12.9 / HBP: 0 / BB: 12.9 / Total Chances: 62.7 2025-02-16 17:12:48,667 - card_creation - INFO - vR: All other OB: 21.25 / HBP: 0 / BB: 21.25 / Total Chances: 63.55 2025-02-16 17:12:48,667 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 9.049999999999997 / Current Outs: 38.05 2025-02-16 17:12:48,667 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 9.7 / Current Outs: 38.7 2025-02-16 17:12:48,667 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,667 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,667 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,667 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,667 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,667 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,668 - card_creation - INFO - vL - All Hits: 12.25 / Other OB: 9.2 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,668 - card_creation - INFO - vR - All Hits: 22.45 / Other OB: 9.95 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,668 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.8500000000000005 2025-02-16 17:12:48,668 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.5 2025-02-16 17:12:48,668 - card_creation - INFO - vL: All Hits: 12.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,668 - card_creation - INFO - vR: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 5.95 / Single CF: 0 2025-02-16 17:12:48,668 - card_creation - INFO - hr%: 0.00 / tr%: 0.15 / do%: 0.85 2025-02-16 17:12:48,668 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,668 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.4500000000000006 2025-02-16 17:12:48,668 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,668 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,668 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,668 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,668 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,668 - card_creation - INFO - hr%: 0.00 / tr%: 0.10 / do%: 0.90 2025-02-16 17:12:48,668 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,668 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 17:12:48,668 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,668 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,668 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,668 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,668 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,668 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.2 2025-02-16 17:12:48,668 - card_creation - INFO - self.hbp: 0 / self.walk: 9.2 2025-02-16 17:12:48,668 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.95 2025-02-16 17:12:48,668 - card_creation - INFO - self.hbp: 0 / self.walk: 9.95 2025-02-16 17:12:48,668 - card_creation - INFO - vL: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 50.45 2025-02-16 17:12:48,668 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 61.4 2025-02-16 17:12:48,668 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 22.749999999999996 / Current Outs: 51.75 2025-02-16 17:12:48,668 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 34.0 / Current Outs: 63.0 2025-02-16 17:12:48,668 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,668 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,669 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,669 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,669 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,669 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,669 - card_creation - INFO - vL - All Hits: 20.75 / Other OB: 20.0 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:48,669 - card_creation - INFO - vR - All Hits: 8.0 / Other OB: 9.9 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,669 - card_creation - INFO - remaining singles: -0.14999999999999947 / total xbh: 7.050000000000001 2025-02-16 17:12:48,669 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 3.0 2025-02-16 17:12:48,669 - card_creation - INFO - vL: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,669 - card_creation - INFO - vR: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,669 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,669 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,669 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.8000000000000007 2025-02-16 17:12:48,669 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:48,669 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:48,669 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7999999999999998 2025-02-16 17:12:48,669 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,669 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 17:12:48,670 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,670 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:48,670 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,670 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,670 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,670 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,670 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 20.0 2025-02-16 17:12:48,670 - card_creation - INFO - self.hbp: 0 / self.walk: 20.0 2025-02-16 17:12:48,670 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.9 2025-02-16 17:12:48,670 - card_creation - INFO - self.hbp: 0 / self.walk: 9.9 2025-02-16 17:12:48,670 - card_creation - INFO - vL: All other OB: 20.0 / HBP: 0 / BB: 20.0 / Total Chances: 69.75 2025-02-16 17:12:48,670 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 47.4 2025-02-16 17:12:48,670 - card_creation - INFO - vL: All Outs: 67.0 / Ks: 10.95 / Current Outs: 39.95 2025-02-16 17:12:48,670 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 20.05 / Current Outs: 49.05 2025-02-16 17:12:48,670 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,670 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,670 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,670 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,670 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,670 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,670 - card_creation - INFO - vL - All Hits: 26.35 / Other OB: 13.35 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,670 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 13.85 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,671 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.800000000000001 2025-02-16 17:12:48,671 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 8.900000000000002 2025-02-16 17:12:48,671 - card_creation - INFO - vL: All Hits: 26.35 / BP Singles: 5.0 / Single 2: 8.3 / Single 1: 8.25 / Single CF: 0 2025-02-16 17:12:48,671 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,671 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,671 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,671 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,671 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,671 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,671 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,671 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,671 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,671 - card_creation - INFO - raw do chances: 5.8 2025-02-16 17:12:48,671 - card_creation - INFO - Double**: 5.8 / Double(cf): 0.0 / rem xbh: 3.1000000000000023 2025-02-16 17:12:48,671 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-16 17:12:48,671 - card_creation - INFO - raw hr chances: 3.1 2025-02-16 17:12:48,671 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-16 17:12:48,671 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,671 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.35 2025-02-16 17:12:48,671 - card_creation - INFO - self.hbp: 0 / self.walk: 13.35 2025-02-16 17:12:48,671 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 13.85 2025-02-16 17:12:48,671 - card_creation - INFO - self.hbp: 1.0 / self.walk: 12.85 2025-02-16 17:12:48,671 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 0 / BB: 13.35 / Total Chances: 69.1 2025-02-16 17:12:48,671 - card_creation - INFO - vR: All other OB: 13.85 / HBP: 1.0 / BB: 12.85 / Total Chances: 60.2 2025-02-16 17:12:48,671 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 13.600000000000001 / Current Outs: 42.6 2025-02-16 17:12:48,671 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 22.1 / Current Outs: 51.1 2025-02-16 17:12:48,671 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,671 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,671 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,671 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,671 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,671 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,672 - card_creation - INFO - vL - All Hits: 11.2 / Other OB: 8.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,672 - card_creation - INFO - vR - All Hits: 20.4 / Other OB: 9.8 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,672 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 3.75 2025-02-16 17:12:48,672 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.5 2025-02-16 17:12:48,672 - card_creation - INFO - vL: All Hits: 11.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,672 - card_creation - INFO - vR: All Hits: 20.4 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,672 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,672 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,672 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.85 2025-02-16 17:12:48,672 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,672 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,672 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,672 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,672 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,672 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,672 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.8 2025-02-16 17:12:48,672 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:48,672 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:48,672 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 17:12:48,672 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,672 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.75 2025-02-16 17:12:48,672 - card_creation - INFO - self.hbp: 0 / self.walk: 8.75 2025-02-16 17:12:48,672 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.8 2025-02-16 17:12:48,672 - card_creation - INFO - self.hbp: 0 / self.walk: 9.8 2025-02-16 17:12:48,672 - card_creation - INFO - vL: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 48.95 2025-02-16 17:12:48,672 - card_creation - INFO - vR: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 59.2 2025-02-16 17:12:48,672 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 17:12:48,673 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 19.15 / Current Outs: 48.15 2025-02-16 17:12:48,673 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,673 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,673 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,673 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,673 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,673 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,673 - card_creation - INFO - vL - All Hits: 17.75 / Other OB: 15.0 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,673 - card_creation - INFO - vR - All Hits: 15.8 / Other OB: 10.9 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,673 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.049999999999999 2025-02-16 17:12:48,673 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 6.15 2025-02-16 17:12:48,673 - card_creation - INFO - vL: All Hits: 17.75 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,673 - card_creation - INFO - vR: All Hits: 15.8 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,674 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,674 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,674 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 17:12:48,674 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,674 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,674 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,674 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,674 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,674 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,674 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-16 17:12:48,674 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 17:12:48,674 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 17:12:48,674 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-16 17:12:48,674 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,674 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.0 2025-02-16 17:12:48,674 - card_creation - INFO - self.hbp: 0 / self.walk: 15.0 2025-02-16 17:12:48,674 - card_creation - INFO - hbp value candidate: 6.0 / all_other_ob: 10.9 2025-02-16 17:12:48,674 - card_creation - INFO - self.hbp: 6.0 / self.walk: 4.9 2025-02-16 17:12:48,674 - card_creation - INFO - vL: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 61.75 2025-02-16 17:12:48,674 - card_creation - INFO - vR: All other OB: 10.9 / HBP: 6.0 / BB: 4.9 / Total Chances: 55.7 2025-02-16 17:12:48,674 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 15.95 / Current Outs: 44.95 2025-02-16 17:12:48,674 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 13.049999999999997 / Current Outs: 42.05 2025-02-16 17:12:48,674 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,674 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,674 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,674 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,674 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,674 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,675 - card_creation - INFO - vL - All Hits: 29.75 / Other OB: 6.6 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:48,675 - card_creation - INFO - vR - All Hits: 9.4 / Other OB: 7.1 / All Outs: 91.5 / Total: 29.0 2025-02-16 17:12:48,675 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.25 2025-02-16 17:12:48,675 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 4.4 2025-02-16 17:12:48,675 - card_creation - INFO - vL: All Hits: 29.75 / BP Singles: 5.0 / Single 2: 8.75 / Single 1: 8.75 / Single CF: 0 2025-02-16 17:12:48,675 - card_creation - INFO - vR: All Hits: 9.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,675 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,675 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,675 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 17:12:48,675 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,675 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,675 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 17:12:48,675 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,675 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-16 17:12:48,675 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,675 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.0000000000000004 2025-02-16 17:12:48,675 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 17:12:48,675 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:48,675 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,675 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,675 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.6 2025-02-16 17:12:48,675 - card_creation - INFO - self.hbp: 0 / self.walk: 6.6 2025-02-16 17:12:48,675 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.1 2025-02-16 17:12:48,675 - card_creation - INFO - self.hbp: 0 / self.walk: 7.1 2025-02-16 17:12:48,675 - card_creation - INFO - vL: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 65.35 2025-02-16 17:12:48,675 - card_creation - INFO - vR: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 45.5 2025-02-16 17:12:48,675 - card_creation - INFO - vL: All Outs: 71.5 / Ks: 12.350000000000001 / Current Outs: 41.35 2025-02-16 17:12:48,675 - card_creation - INFO - vR: All Outs: 91.5 / Ks: 33.85 / Current Outs: 62.85 2025-02-16 17:12:48,675 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,675 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,675 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,675 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,676 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,676 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,676 - card_creation - INFO - vL - All Hits: 19.6 / Other OB: 13.4 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,676 - card_creation - INFO - vR - All Hits: 19.75 / Other OB: 5.1 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,676 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 6.5 2025-02-16 17:12:48,676 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 9.3 2025-02-16 17:12:48,676 - card_creation - INFO - vL: All Hits: 19.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,676 - card_creation - INFO - vR: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,676 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,676 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,676 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 17:12:48,676 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,676 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,676 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.75 2025-02-16 17:12:48,676 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,676 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,676 - card_creation - INFO - raw do chances: 8.35 2025-02-16 17:12:48,676 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 0.9500000000000011 2025-02-16 17:12:48,677 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,677 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,677 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,677 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,677 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 17:12:48,677 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 13.4 2025-02-16 17:12:48,677 - card_creation - INFO - self.hbp: 2.0 / self.walk: 11.4 2025-02-16 17:12:48,677 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,677 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,677 - card_creation - INFO - vL: All other OB: 13.4 / HBP: 2.0 / BB: 11.4 / Total Chances: 62.0 2025-02-16 17:12:48,677 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 53.85 2025-02-16 17:12:48,677 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 13.549999999999997 / Current Outs: 42.55 2025-02-16 17:12:48,677 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-16 17:12:48,677 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,677 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,677 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,677 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,677 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,677 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,677 - card_creation - INFO - vL - All Hits: 13.15 / Other OB: 4.5 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,677 - card_creation - INFO - vR - All Hits: 4.5 / Other OB: 6.5 / All Outs: 97.0 / Total: 29.0 2025-02-16 17:12:48,678 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 6.950000000000001 2025-02-16 17:12:48,678 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-16 17:12:48,678 - card_creation - INFO - vL: All Hits: 13.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,678 - card_creation - INFO - vR: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,678 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,678 - card_creation - INFO - raw do chances: 3.8 2025-02-16 17:12:48,678 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 3.1500000000000012 2025-02-16 17:12:48,678 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-16 17:12:48,678 - card_creation - INFO - raw hr chances: 3.15 2025-02-16 17:12:48,678 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,678 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,678 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 17:12:48,678 - card_creation - INFO - hr%: 0.75 / tr%: 0.25 / do%: 0.00 2025-02-16 17:12:48,678 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,678 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 17:12:48,678 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,678 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,678 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,678 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,678 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 17:12:48,678 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,678 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,678 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,678 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,678 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 46.65 2025-02-16 17:12:48,678 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 40.0 2025-02-16 17:12:48,678 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 9.45 / Current Outs: 38.45 2025-02-16 17:12:48,678 - card_creation - INFO - vR: All Outs: 97.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:48,678 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,678 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,678 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,678 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,678 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,678 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,679 - card_creation - INFO - vL - All Hits: 22.5 / Other OB: 12.4 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,679 - card_creation - INFO - vR - All Hits: 12.35 / Other OB: 18.25 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,679 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 14.600000000000001 2025-02-16 17:12:48,679 - card_creation - INFO - remaining singles: 0.95 / total xbh: 6.299999999999999 2025-02-16 17:12:48,679 - card_creation - INFO - vL: All Hits: 22.5 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 0.0 / Single CF: 1.5 2025-02-16 17:12:48,679 - card_creation - INFO - vR: All Hits: 12.35 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,679 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,679 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,679 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 11.400000000000002 2025-02-16 17:12:48,679 - card_creation - INFO - Triple: 0 / rem xbh: 11.4 2025-02-16 17:12:48,679 - card_creation - INFO - raw hr chances: 11.4 2025-02-16 17:12:48,679 - card_creation - INFO - BP HR: 0.0 / ND HR: 11.4 2025-02-16 17:12:48,679 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,679 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,679 - card_creation - INFO - raw do chances: 6.0 2025-02-16 17:12:48,679 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 0.29999999999999893 2025-02-16 17:12:48,679 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,679 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,679 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,679 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,679 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,679 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.4 2025-02-16 17:12:48,679 - card_creation - INFO - self.hbp: 0 / self.walk: 12.4 2025-02-16 17:12:48,679 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.25 2025-02-16 17:12:48,679 - card_creation - INFO - self.hbp: 0 / self.walk: 18.25 2025-02-16 17:12:48,679 - card_creation - INFO - vL: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 63.9 2025-02-16 17:12:48,680 - card_creation - INFO - vR: All other OB: 18.25 / HBP: 0 / BB: 18.25 / Total Chances: 59.6 2025-02-16 17:12:48,680 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 33.550000000000004 / Current Outs: 62.55 2025-02-16 17:12:48,680 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 40.7 / Current Outs: 69.7 2025-02-16 17:12:48,680 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,680 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,680 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,680 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,680 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,680 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,680 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 10.75 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,680 - card_creation - INFO - vR - All Hits: 18.95 / Other OB: 8.75 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,680 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.05 2025-02-16 17:12:48,680 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.45 2025-02-16 17:12:48,680 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,680 - card_creation - INFO - vR: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,681 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 17:12:48,681 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,681 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 5.8500000000000005 2025-02-16 17:12:48,681 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 17:12:48,681 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 17:12:48,681 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.85 2025-02-16 17:12:48,681 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,681 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,681 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,681 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 4.199999999999999 2025-02-16 17:12:48,681 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 17:12:48,681 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 17:12:48,681 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.2 2025-02-16 17:12:48,681 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,681 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 10.75 2025-02-16 17:12:48,681 - card_creation - INFO - self.hbp: 2.0 / self.walk: 8.75 2025-02-16 17:12:48,681 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.75 2025-02-16 17:12:48,681 - card_creation - INFO - self.hbp: 0 / self.walk: 8.75 2025-02-16 17:12:48,681 - card_creation - INFO - vL: All other OB: 10.75 / HBP: 2.0 / BB: 8.75 / Total Chances: 65.2 2025-02-16 17:12:48,681 - card_creation - INFO - vR: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 56.7 2025-02-16 17:12:48,681 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 17:12:48,681 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 25.2 / Current Outs: 54.2 2025-02-16 17:12:48,681 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,681 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,681 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,681 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,681 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,681 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,682 - card_creation - INFO - vL - All Hits: 24.3 / Other OB: 1.65 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,682 - card_creation - INFO - vR - All Hits: 22.8 / Other OB: 5.1 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,682 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.3500000000000014 2025-02-16 17:12:48,682 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.3 2025-02-16 17:12:48,682 - card_creation - INFO - vL: All Hits: 24.3 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 8.95 / Single CF: 0 2025-02-16 17:12:48,682 - card_creation - INFO - vR: All Hits: 22.8 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,682 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,682 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,682 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3500000000000014 2025-02-16 17:12:48,682 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,682 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,682 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,682 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,682 - card_creation - INFO - Passing 0.3500000000000001 xbh to single** 2025-02-16 17:12:48,682 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,682 - card_creation - INFO - raw do chances: 7.05 2025-02-16 17:12:48,682 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.2500000000000009 2025-02-16 17:12:48,682 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,682 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,682 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,682 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,682 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,682 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.65 2025-02-16 17:12:48,682 - card_creation - INFO - self.hbp: 0 / self.walk: 1.65 2025-02-16 17:12:48,682 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,682 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,682 - card_creation - INFO - vL: All other OB: 1.65 / HBP: 0 / BB: 1.65 / Total Chances: 54.95 2025-02-16 17:12:48,682 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 56.9 2025-02-16 17:12:48,682 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 12.299999999999999 / Current Outs: 41.3 2025-02-16 17:12:48,682 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 26.85 / Current Outs: 55.85 2025-02-16 17:12:48,682 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,682 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,683 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,683 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,683 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,683 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,683 - card_creation - INFO - vL - All Hits: 19.1 / Other OB: 6.55 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,683 - card_creation - INFO - vR - All Hits: 24.9 / Other OB: 6.2 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,683 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.150000000000002 2025-02-16 17:12:48,683 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 8.5 2025-02-16 17:12:48,683 - card_creation - INFO - vL: All Hits: 19.1 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,683 - card_creation - INFO - vR: All Hits: 24.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,683 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 17:12:48,683 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,683 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 3.650000000000002 2025-02-16 17:12:48,683 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-16 17:12:48,683 - card_creation - INFO - raw hr chances: 3.65 2025-02-16 17:12:48,684 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-16 17:12:48,684 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,684 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,684 - card_creation - INFO - raw do chances: 6.4 2025-02-16 17:12:48,684 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-16 17:12:48,684 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,684 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,684 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 17:12:48,684 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,684 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.55 2025-02-16 17:12:48,684 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.55 2025-02-16 17:12:48,684 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.2 2025-02-16 17:12:48,684 - card_creation - INFO - self.hbp: 0 / self.walk: 6.2 2025-02-16 17:12:48,684 - card_creation - INFO - vL: All other OB: 6.55 / HBP: 2.0 / BB: 4.55 / Total Chances: 54.65 2025-02-16 17:12:48,684 - card_creation - INFO - vR: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 60.1 2025-02-16 17:12:48,684 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 24.4 / Current Outs: 53.4 2025-02-16 17:12:48,684 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 17:12:48,684 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,684 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,684 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,684 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,684 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,684 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,685 - card_creation - INFO - vL - All Hits: 17.6 / Other OB: 3.6 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,685 - card_creation - INFO - vR - All Hits: 28.4 / Other OB: 2.75 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,685 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-16 17:12:48,685 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.799999999999997 2025-02-16 17:12:48,685 - card_creation - INFO - vL: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,685 - card_creation - INFO - vR: All Hits: 28.4 / BP Singles: 5.0 / Single 2: 10.3 / Single 1: 10.3 / Single CF: 0 2025-02-16 17:12:48,685 - card_creation - INFO - hr%: 0.25 / tr%: 0.20 / do%: 0.55 2025-02-16 17:12:48,685 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,685 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.5500000000000007 2025-02-16 17:12:48,685 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,685 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,685 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,685 - card_creation - INFO - excess xbh: -0.4500000000000002 2025-02-16 17:12:48,685 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,685 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,685 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.599999999999997 2025-02-16 17:12:48,685 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,685 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,685 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,685 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,685 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,685 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.6 2025-02-16 17:12:48,685 - card_creation - INFO - self.hbp: 0 / self.walk: 3.6 2025-02-16 17:12:48,685 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,685 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,685 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 50.65 2025-02-16 17:12:48,685 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 60.15 2025-02-16 17:12:48,685 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 17:12:48,685 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 33.2 / Current Outs: 62.2 2025-02-16 17:12:48,685 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,685 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,685 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,685 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,685 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,685 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,686 - card_creation - INFO - vL - All Hits: 21.7 / Other OB: 10.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,686 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 7.45 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,686 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.149999999999999 2025-02-16 17:12:48,686 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.950000000000003 2025-02-16 17:12:48,686 - card_creation - INFO - vL: All Hits: 21.7 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,686 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,686 - card_creation - INFO - hr%: 0.25 / tr%: 0.30 / do%: 0.45 2025-02-16 17:12:48,686 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,686 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.8999999999999986 2025-02-16 17:12:48,686 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.7 2025-02-16 17:12:48,686 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,686 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,686 - card_creation - INFO - excess xbh: -0.2999999999999998 2025-02-16 17:12:48,686 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,686 - card_creation - INFO - raw do chances: 5.9 2025-02-16 17:12:48,686 - card_creation - INFO - Double**: 5.9 / Double(cf): 0.0 / rem xbh: 1.0500000000000025 2025-02-16 17:12:48,686 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,686 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,686 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,686 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 17:12:48,686 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 17:12:48,686 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.3 2025-02-16 17:12:48,687 - card_creation - INFO - self.hbp: 0 / self.walk: 10.3 2025-02-16 17:12:48,687 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.45 2025-02-16 17:12:48,687 - card_creation - INFO - self.hbp: 0 / self.walk: 7.45 2025-02-16 17:12:48,687 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 61.3 2025-02-16 17:12:48,687 - card_creation - INFO - vR: All other OB: 7.45 / HBP: 0 / BB: 7.45 / Total Chances: 54.3 2025-02-16 17:12:48,687 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 25.649999999999995 / Current Outs: 54.65 2025-02-16 17:12:48,687 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 22.5 / Current Outs: 51.5 2025-02-16 17:12:48,687 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,687 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,687 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,687 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,687 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,687 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,687 - card_creation - INFO - vL - All Hits: 27.9 / Other OB: 3.2 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,687 - card_creation - INFO - vR - All Hits: 5.4 / Other OB: 4.5 / All Outs: 98.0 / Total: 29.0 2025-02-16 17:12:48,688 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 11.8 2025-02-16 17:12:48,688 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.6000000000000005 2025-02-16 17:12:48,688 - card_creation - INFO - vL: All Hits: 27.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.4 2025-02-16 17:12:48,688 - card_creation - INFO - vR: All Hits: 5.4 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,688 - card_creation - INFO - hr%: 0.85 / tr%: 0.15 / do%: 0.00 2025-02-16 17:12:48,688 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,688 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 11.8 2025-02-16 17:12:48,688 - card_creation - INFO - Triple: 1.75 / rem xbh: 10.05 2025-02-16 17:12:48,688 - card_creation - INFO - raw hr chances: 10.05 2025-02-16 17:12:48,688 - card_creation - INFO - BP HR: 0.0 / ND HR: 10.05 2025-02-16 17:12:48,688 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,688 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,688 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,688 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,688 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,688 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,688 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,688 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,688 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.2 2025-02-16 17:12:48,688 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.2 2025-02-16 17:12:48,688 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,688 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,688 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 1.0 / BB: 2.2 / Total Chances: 60.1 2025-02-16 17:12:48,688 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 39.3 2025-02-16 17:12:48,688 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 10.75 / Current Outs: 39.75 2025-02-16 17:12:48,688 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 11.45 / Current Outs: 40.45 2025-02-16 17:12:48,688 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,688 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,688 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,688 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,688 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,688 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,689 - card_creation - INFO - vL - All Hits: 15.7 / Other OB: 6.4 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,689 - card_creation - INFO - vR - All Hits: 8.2 / Other OB: 1.95 / All Outs: 98.0 / Total: 29.0 2025-02-16 17:12:48,689 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 0.8499999999999996 2025-02-16 17:12:48,689 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9499999999999993 2025-02-16 17:12:48,689 - card_creation - INFO - vL: All Hits: 15.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,689 - card_creation - INFO - vR: All Hits: 8.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,689 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-16 17:12:48,689 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,689 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 17:12:48,689 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,689 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,689 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,689 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,689 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-16 17:12:48,689 - card_creation - INFO - hr%: 0.80 / tr%: 0.20 / do%: 0.00 2025-02-16 17:12:48,689 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,689 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-16 17:12:48,689 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,689 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,689 - card_creation - INFO - BP HR: 0.0 / ND HR: 1.95 2025-02-16 17:12:48,689 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,689 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.4 2025-02-16 17:12:48,689 - card_creation - INFO - self.hbp: 0 / self.walk: 6.4 2025-02-16 17:12:48,689 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.95 2025-02-16 17:12:48,689 - card_creation - INFO - self.hbp: 0 / self.walk: 1.95 2025-02-16 17:12:48,689 - card_creation - INFO - vL: All other OB: 6.4 / HBP: 0 / BB: 6.4 / Total Chances: 51.1 2025-02-16 17:12:48,689 - card_creation - INFO - vR: All other OB: 1.95 / HBP: 0 / BB: 1.95 / Total Chances: 39.15 2025-02-16 17:12:48,690 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 38.550000000000004 / Current Outs: 67.55 2025-02-16 17:12:48,690 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 55.0 / Current Outs: 84.0 2025-02-16 17:12:48,690 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,690 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,690 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,690 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,690 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,690 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,690 - card_creation - INFO - vL - All Hits: 21.45 / Other OB: 14.05 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:48,690 - card_creation - INFO - vR - All Hits: 13.7 / Other OB: 5.7 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,690 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.95 2025-02-16 17:12:48,690 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.1499999999999995 2025-02-16 17:12:48,691 - card_creation - INFO - vL: All Hits: 21.45 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 0.0 / Single CF: 2.75 2025-02-16 17:12:48,691 - card_creation - INFO - vR: All Hits: 13.7 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:48,691 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,691 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,691 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.1 / rem xbh: 5.85 2025-02-16 17:12:48,691 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 17:12:48,691 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 17:12:48,691 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-16 17:12:48,691 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,691 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,691 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,691 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.7499999999999996 2025-02-16 17:12:48,691 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,691 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,691 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,691 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,691 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 17:12:48,691 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.05 2025-02-16 17:12:48,691 - card_creation - INFO - self.hbp: 0 / self.walk: 14.05 2025-02-16 17:12:48,691 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 5.7 2025-02-16 17:12:48,691 - card_creation - INFO - self.hbp: 1.0 / self.walk: 4.7 2025-02-16 17:12:48,691 - card_creation - INFO - vL: All other OB: 14.05 / HBP: 0 / BB: 14.05 / Total Chances: 64.5 2025-02-16 17:12:48,691 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 48.4 2025-02-16 17:12:48,691 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 23.9 / Current Outs: 52.9 2025-02-16 17:12:48,691 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-16 17:12:48,691 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,691 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,691 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,691 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,691 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,691 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,692 - card_creation - INFO - vL - All Hits: 29.7 / Other OB: 5.7 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:48,692 - card_creation - INFO - vR - All Hits: 20.35 / Other OB: 2.75 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,692 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 16.75 2025-02-16 17:12:48,692 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.350000000000001 2025-02-16 17:12:48,692 - card_creation - INFO - vL: All Hits: 29.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,692 - card_creation - INFO - vR: All Hits: 20.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,692 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,692 - card_creation - INFO - raw do chances: 14.25 2025-02-16 17:12:48,692 - card_creation - INFO - Double**: 14.25 / Double(cf): 0.0 / rem xbh: 2.5 2025-02-16 17:12:48,692 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,692 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,692 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,692 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,692 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 17:12:48,692 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,692 - card_creation - INFO - raw do chances: 3.8 2025-02-16 17:12:48,692 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 2.5500000000000016 2025-02-16 17:12:48,692 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,692 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,692 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,692 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,692 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:48,692 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:48,692 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,692 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,692 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 64.4 2025-02-16 17:12:48,692 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 52.1 2025-02-16 17:12:48,692 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 17:12:48,693 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 17:12:48,693 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,693 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,693 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,693 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,693 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,693 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,693 - card_creation - INFO - vL - All Hits: 12.25 / Other OB: 13.2 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,693 - card_creation - INFO - vR - All Hits: 18.25 / Other OB: 3.2 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,693 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 4.6 2025-02-16 17:12:48,693 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.699999999999999 2025-02-16 17:12:48,693 - card_creation - INFO - vL: All Hits: 12.25 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,693 - card_creation - INFO - vR: All Hits: 18.25 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,693 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,694 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,694 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.3999999999999995 2025-02-16 17:12:48,694 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,694 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,694 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 17:12:48,694 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,694 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,694 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,694 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.2999999999999994 2025-02-16 17:12:48,694 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 17:12:48,694 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 17:12:48,694 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-16 17:12:48,694 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,694 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.2 2025-02-16 17:12:48,694 - card_creation - INFO - self.hbp: 0 / self.walk: 13.2 2025-02-16 17:12:48,694 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,694 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,694 - card_creation - INFO - vL: All other OB: 13.2 / HBP: 0 / BB: 13.2 / Total Chances: 54.45 2025-02-16 17:12:48,694 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 50.45 2025-02-16 17:12:48,694 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 0 / Current Outs: 29.0 2025-02-16 17:12:48,694 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 14.749999999999998 / Current Outs: 43.75 2025-02-16 17:12:48,694 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,694 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 17:12:48,694 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,694 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,694 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,694 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,695 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 5.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,695 - card_creation - INFO - vR - All Hits: 15.0 / Other OB: 11.9 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,695 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.25 2025-02-16 17:12:48,695 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.100000000000001 2025-02-16 17:12:48,695 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:48,695 - card_creation - INFO - vR: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,695 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,695 - card_creation - INFO - raw do chances: 1.95 2025-02-16 17:12:48,695 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 1.3 2025-02-16 17:12:48,695 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,695 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,695 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:48,695 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,695 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.25 2025-02-16 17:12:48,695 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,695 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 4.500000000000002 2025-02-16 17:12:48,695 - card_creation - INFO - Triple: 0 / rem xbh: 4.5 2025-02-16 17:12:48,695 - card_creation - INFO - raw hr chances: 4.5 2025-02-16 17:12:48,695 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.5 2025-02-16 17:12:48,695 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,695 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.75 2025-02-16 17:12:48,695 - card_creation - INFO - self.hbp: 0 / self.walk: 5.75 2025-02-16 17:12:48,695 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 11.9 2025-02-16 17:12:48,695 - card_creation - INFO - self.hbp: 1.0 / self.walk: 10.9 2025-02-16 17:12:48,695 - card_creation - INFO - vL: All other OB: 5.75 / HBP: 0 / BB: 5.75 / Total Chances: 49.0 2025-02-16 17:12:48,695 - card_creation - INFO - vR: All other OB: 11.9 / HBP: 1.0 / BB: 10.9 / Total Chances: 55.9 2025-02-16 17:12:48,695 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 34.2 / Current Outs: 63.2 2025-02-16 17:12:48,695 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 27.049999999999997 / Current Outs: 56.05 2025-02-16 17:12:48,695 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,695 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,695 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,695 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,696 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,696 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,696 - card_creation - INFO - vL - All Hits: 15.45 / Other OB: 8.4 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,696 - card_creation - INFO - vR - All Hits: 29.4 / Other OB: 11.7 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:48,696 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 8.15 2025-02-16 17:12:48,696 - card_creation - INFO - remaining singles: -0.25 / total xbh: 16.0 2025-02-16 17:12:48,696 - card_creation - INFO - vL: All Hits: 15.45 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-16 17:12:48,696 - card_creation - INFO - vR: All Hits: 29.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,696 - card_creation - INFO - hr%: 0.10 / tr%: 0.20 / do%: 0.65 2025-02-16 17:12:48,696 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,696 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 17:12:48,696 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,696 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,696 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 17:12:48,696 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,696 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,696 - card_creation - INFO - raw do chances: 12.8 2025-02-16 17:12:48,696 - card_creation - INFO - Double**: 12.8 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-16 17:12:48,697 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,697 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,697 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,697 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,697 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.4 2025-02-16 17:12:48,697 - card_creation - INFO - self.hbp: 0 / self.walk: 8.4 2025-02-16 17:12:48,697 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.7 2025-02-16 17:12:48,697 - card_creation - INFO - self.hbp: 0 / self.walk: 11.7 2025-02-16 17:12:48,697 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 52.85 2025-02-16 17:12:48,697 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 70.1 2025-02-16 17:12:48,697 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 29.55 / Current Outs: 58.55 2025-02-16 17:12:48,697 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 13.25 / Current Outs: 42.25 2025-02-16 17:12:48,697 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,697 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,697 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,697 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,697 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,697 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,697 - card_creation - INFO - vL - All Hits: 40.45 / Other OB: 3.75 / All Outs: 64.0 / Total: 29.0 2025-02-16 17:12:48,697 - card_creation - INFO - vR - All Hits: 24.85 / Other OB: 9.55 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,698 - card_creation - INFO - remaining singles: 0.0 / total xbh: 15.650000000000006 2025-02-16 17:12:48,698 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-16 17:12:48,698 - card_creation - INFO - vL: All Hits: 40.45 / BP Singles: 5.0 / Single 2: 9.9 / Single 1: 0.0 / Single CF: 9.9 2025-02-16 17:12:48,698 - card_creation - INFO - vR: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.05 / Single CF: 0 2025-02-16 17:12:48,698 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 17:12:48,698 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,698 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.6 / rem xbh: 14.050000000000006 2025-02-16 17:12:48,698 - card_creation - INFO - Triple: 0 / rem xbh: 14.05 2025-02-16 17:12:48,698 - card_creation - INFO - raw hr chances: 14.05 2025-02-16 17:12:48,698 - card_creation - INFO - BP HR: 0.0 / ND HR: 14.05 2025-02-16 17:12:48,698 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,698 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.65 2025-02-16 17:12:48,698 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,698 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.700000000000001 2025-02-16 17:12:48,698 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,698 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,698 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,698 - card_creation - INFO - excess xbh: -0.2999999999999998 2025-02-16 17:12:48,698 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.75 2025-02-16 17:12:48,698 - card_creation - INFO - self.hbp: 0 / self.walk: 3.75 2025-02-16 17:12:48,698 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.55 2025-02-16 17:12:48,698 - card_creation - INFO - self.hbp: 0 / self.walk: 9.55 2025-02-16 17:12:48,698 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 73.2 2025-02-16 17:12:48,698 - card_creation - INFO - vR: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 63.7 2025-02-16 17:12:48,698 - card_creation - INFO - vL: All Outs: 64.0 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 17:12:48,698 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 9.399999999999997 / Current Outs: 38.4 2025-02-16 17:12:48,698 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,698 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,698 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,698 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,698 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,698 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,699 - card_creation - INFO - vL - All Hits: 2.4 / Other OB: 9.45 / All Outs: 96.0 / Total: 29.0 2025-02-16 17:12:48,699 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 9.3 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,699 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.1499999999999999 2025-02-16 17:12:48,699 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.199999999999999 2025-02-16 17:12:48,699 - card_creation - INFO - vL: All Hits: 2.4 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 17:12:48,699 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,699 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,699 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,699 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.1499999999999999 2025-02-16 17:12:48,699 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-16 17:12:48,699 - card_creation - INFO - raw hr chances: 0.15 2025-02-16 17:12:48,699 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,699 - card_creation - INFO - excess xbh: 0.15 2025-02-16 17:12:48,699 - card_creation - INFO - Passing 0.15 xbh to single** 2025-02-16 17:12:48,699 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,699 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,699 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 0.4999999999999991 2025-02-16 17:12:48,699 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 17:12:48,699 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 17:12:48,699 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,699 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,699 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 17:12:48,699 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.45 2025-02-16 17:12:48,699 - card_creation - INFO - self.hbp: 0 / self.walk: 9.45 2025-02-16 17:12:48,699 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.3 2025-02-16 17:12:48,699 - card_creation - INFO - self.hbp: 0 / self.walk: 9.3 2025-02-16 17:12:48,699 - card_creation - INFO - vL: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 40.85 2025-02-16 17:12:48,699 - card_creation - INFO - vR: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 52.65 2025-02-16 17:12:48,700 - card_creation - INFO - vL: All Outs: 96.0 / Ks: 8.5 / Current Outs: 37.5 2025-02-16 17:12:48,700 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 24.649999999999995 / Current Outs: 53.65 2025-02-16 17:12:48,700 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,700 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,700 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,700 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,700 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,700 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,700 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 11.45 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,700 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 7.25 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,700 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.100000000000001 2025-02-16 17:12:48,701 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.699999999999999 2025-02-16 17:12:48,701 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,701 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,701 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,701 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,701 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.3500000000000014 2025-02-16 17:12:48,701 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:48,701 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,701 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,701 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,701 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:48,701 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,701 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,701 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.499999999999999 2025-02-16 17:12:48,701 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,701 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,701 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 17:12:48,701 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,701 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.45 2025-02-16 17:12:48,701 - card_creation - INFO - self.hbp: 0 / self.walk: 11.45 2025-02-16 17:12:48,701 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.25 2025-02-16 17:12:48,701 - card_creation - INFO - self.hbp: 0 / self.walk: 7.25 2025-02-16 17:12:48,701 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 59.95 2025-02-16 17:12:48,701 - card_creation - INFO - vR: All other OB: 7.25 / HBP: 0 / BB: 7.25 / Total Chances: 54.4 2025-02-16 17:12:48,701 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 21.5 / Current Outs: 50.5 2025-02-16 17:12:48,701 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 23.7 / Current Outs: 52.7 2025-02-16 17:12:48,701 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,701 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,701 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,701 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,701 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,701 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,702 - card_creation - INFO - vL - All Hits: 6.75 / Other OB: 6.15 / All Outs: 95.0 / Total: 29.0 2025-02-16 17:12:48,702 - card_creation - INFO - vR - All Hits: 16.6 / Other OB: 9.05 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,702 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.25 2025-02-16 17:12:48,702 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 1.4000000000000021 2025-02-16 17:12:48,702 - card_creation - INFO - vL: All Hits: 6.75 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,702 - card_creation - INFO - vR: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,702 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,702 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,702 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,702 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,702 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,702 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,702 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,702 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,702 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,702 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000021 2025-02-16 17:12:48,702 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,702 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,702 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,702 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:48,702 - card_creation - INFO - Passing 0.3999999999999999 xbh to single** 2025-02-16 17:12:48,702 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.15 2025-02-16 17:12:48,702 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.15 2025-02-16 17:12:48,702 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 9.05 2025-02-16 17:12:48,702 - card_creation - INFO - self.hbp: 2.0 / self.walk: 7.05 2025-02-16 17:12:48,702 - card_creation - INFO - vL: All other OB: 6.15 / HBP: 2.0 / BB: 4.15 / Total Chances: 41.9 2025-02-16 17:12:48,702 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 2.0 / BB: 7.05 / Total Chances: 54.65 2025-02-16 17:12:48,702 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 63.8 / Current Outs: 92.8 2025-02-16 17:12:48,702 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 18.9 / Current Outs: 47.9 2025-02-16 17:12:48,703 - card_creation - INFO - Remaining outs: 0.7999999999999972 2025-02-16 17:12:48,703 - card_creation - INFO - Passing 0.7999999999999972 outs to strikeouts 2025-02-16 17:12:48,703 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,703 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,703 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,703 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,703 - card_creation - INFO - vL - All Hits: 34.55 / Other OB: 5.85 / All Outs: 67.5 / Total: 29.0 2025-02-16 17:12:48,703 - card_creation - INFO - vR - All Hits: 19.05 / Other OB: 9.5 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,703 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 9.399999999999997 2025-02-16 17:12:48,703 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0500000000000007 2025-02-16 17:12:48,703 - card_creation - INFO - vL: All Hits: 34.55 / BP Singles: 5.0 / Single 2: 10.1 / Single 1: 10.05 / Single CF: 0 2025-02-16 17:12:48,703 - card_creation - INFO - vR: All Hits: 19.05 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.0 / Single CF: 0 2025-02-16 17:12:48,703 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,703 - card_creation - INFO - raw do chances: 9.4 2025-02-16 17:12:48,703 - card_creation - INFO - Double**: 9.4 / Double(cf): 0.0 / rem xbh: -3.552713678800501e-15 2025-02-16 17:12:48,703 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,703 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,703 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,704 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,704 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,704 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,704 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.04999999999999938 2025-02-16 17:12:48,704 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,704 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,704 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,704 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,704 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.85 2025-02-16 17:12:48,704 - card_creation - INFO - self.hbp: 0 / self.walk: 5.85 2025-02-16 17:12:48,704 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.5 2025-02-16 17:12:48,704 - card_creation - INFO - self.hbp: 0 / self.walk: 9.5 2025-02-16 17:12:48,704 - card_creation - INFO - vL: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 69.4 2025-02-16 17:12:48,704 - card_creation - INFO - vR: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 57.6 2025-02-16 17:12:48,704 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 15.100000000000001 / Current Outs: 44.1 2025-02-16 17:12:48,704 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 17:12:48,704 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,704 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,704 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,704 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,704 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,704 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,705 - card_creation - INFO - vL - All Hits: 9.35 / Other OB: 3.2 / All Outs: 95.5 / Total: 29.0 2025-02-16 17:12:48,705 - card_creation - INFO - vR - All Hits: 6.35 / Other OB: 15.65 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,705 - card_creation - INFO - remaining singles: 0.8499999999999996 / total xbh: 4.35 2025-02-16 17:12:48,705 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.5499999999999998 2025-02-16 17:12:48,705 - card_creation - INFO - vL: All Hits: 9.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,705 - card_creation - INFO - vR: All Hits: 6.35 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,705 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,705 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,705 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 17:12:48,705 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,705 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,705 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,705 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,705 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,705 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,705 - card_creation - INFO - raw do chances: 1.25 2025-02-16 17:12:48,705 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 17:12:48,705 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,705 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,705 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,705 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,705 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,705 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,705 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,705 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.65 2025-02-16 17:12:48,705 - card_creation - INFO - self.hbp: 0 / self.walk: 15.65 2025-02-16 17:12:48,705 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 41.55 2025-02-16 17:12:48,705 - card_creation - INFO - vR: All other OB: 15.65 / HBP: 0 / BB: 15.65 / Total Chances: 51.0 2025-02-16 17:12:48,705 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 17:12:48,705 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 32.300000000000004 / Current Outs: 61.3 2025-02-16 17:12:48,705 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,705 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,705 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,705 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,705 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,705 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,706 - card_creation - INFO - vL - All Hits: 8.3 / Other OB: 7.4 / All Outs: 92.5 / Total: 29.0 2025-02-16 17:12:48,706 - card_creation - INFO - vR - All Hits: 23.5 / Other OB: 8.95 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,706 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 3.3000000000000007 2025-02-16 17:12:48,706 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 18.5 2025-02-16 17:12:48,706 - card_creation - INFO - vL: All Hits: 8.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,706 - card_creation - INFO - vR: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,706 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,706 - card_creation - INFO - raw do chances: 2.8 2025-02-16 17:12:48,706 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 0.5000000000000009 2025-02-16 17:12:48,706 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 17:12:48,706 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 17:12:48,706 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,706 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,706 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 17:12:48,706 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,706 - card_creation - INFO - raw do chances: 17.6 2025-02-16 17:12:48,706 - card_creation - INFO - Double**: 17.6 / Double(cf): 0.0 / rem xbh: 0.8999999999999986 2025-02-16 17:12:48,706 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,706 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,706 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,706 - card_creation - INFO - excess xbh: 0.9 2025-02-16 17:12:48,706 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 17:12:48,706 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.4 2025-02-16 17:12:48,706 - card_creation - INFO - self.hbp: 0 / self.walk: 7.4 2025-02-16 17:12:48,706 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 8.95 2025-02-16 17:12:48,706 - card_creation - INFO - self.hbp: 1.0 / self.walk: 7.95 2025-02-16 17:12:48,707 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 44.7 2025-02-16 17:12:48,707 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 1.0 / BB: 7.95 / Total Chances: 61.45 2025-02-16 17:12:48,707 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 31.55 / Current Outs: 60.55 2025-02-16 17:12:48,707 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 17.0 / Current Outs: 46.0 2025-02-16 17:12:48,707 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,707 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,707 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,707 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,707 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,707 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,707 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 7.1 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,707 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 7.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,707 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 12.250000000000004 2025-02-16 17:12:48,708 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.649999999999999 2025-02-16 17:12:48,708 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,708 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,708 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,708 - card_creation - INFO - raw do chances: 10.4 2025-02-16 17:12:48,708 - card_creation - INFO - Double**: 10.4 / Double(cf): 0.0 / rem xbh: 1.8500000000000032 2025-02-16 17:12:48,708 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,708 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,708 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,708 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,708 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,708 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,708 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.4499999999999984 2025-02-16 17:12:48,708 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,708 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,708 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.45 2025-02-16 17:12:48,708 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,708 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.1 2025-02-16 17:12:48,708 - card_creation - INFO - self.hbp: 0 / self.walk: 7.1 2025-02-16 17:12:48,708 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.5 2025-02-16 17:12:48,708 - card_creation - INFO - self.hbp: 0 / self.walk: 7.5 2025-02-16 17:12:48,708 - card_creation - INFO - vL: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 58.15 2025-02-16 17:12:48,708 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 0 / BB: 7.5 / Total Chances: 55.15 2025-02-16 17:12:48,708 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 15.849999999999998 / Current Outs: 44.85 2025-02-16 17:12:48,708 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 17:12:48,708 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,708 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,708 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,708 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,708 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,708 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,709 - card_creation - INFO - vL - All Hits: 13.5 / Other OB: 14.9 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,709 - card_creation - INFO - vR - All Hits: 18.55 / Other OB: 11.2 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,709 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8999999999999995 2025-02-16 17:12:48,709 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.800000000000001 2025-02-16 17:12:48,709 - card_creation - INFO - vL: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:48,709 - card_creation - INFO - vR: All Hits: 18.55 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,709 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,709 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,709 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.3000000000000007 2025-02-16 17:12:48,709 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-16 17:12:48,709 - card_creation - INFO - raw hr chances: -0.3 2025-02-16 17:12:48,709 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,709 - card_creation - INFO - excess xbh: -0.3 2025-02-16 17:12:48,709 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,709 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,709 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,709 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,709 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,709 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 17:12:48,709 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,709 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 14.9 2025-02-16 17:12:48,709 - card_creation - INFO - self.hbp: 4.0 / self.walk: 10.9 2025-02-16 17:12:48,709 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.2 2025-02-16 17:12:48,709 - card_creation - INFO - self.hbp: 0 / self.walk: 11.2 2025-02-16 17:12:48,709 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 4.0 / BB: 10.9 / Total Chances: 57.7 2025-02-16 17:12:48,709 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 58.75 2025-02-16 17:12:48,709 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 36.050000000000004 / Current Outs: 65.05 2025-02-16 17:12:48,709 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 29.750000000000004 / Current Outs: 58.75 2025-02-16 17:12:48,709 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,709 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,710 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,710 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,710 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,710 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,710 - card_creation - INFO - vL - All Hits: 29.5 / Other OB: 9.55 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,710 - card_creation - INFO - vR - All Hits: 12.2 / Other OB: 9.25 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,710 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.399999999999999 2025-02-16 17:12:48,710 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 3.3499999999999996 2025-02-16 17:12:48,710 - card_creation - INFO - vL: All Hits: 29.5 / BP Singles: 5.0 / Single 2: 8.55 / Single 1: 8.55 / Single CF: 0 2025-02-16 17:12:48,710 - card_creation - INFO - vR: All Hits: 12.2 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,710 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,710 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,710 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.8999999999999986 2025-02-16 17:12:48,710 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-16 17:12:48,710 - card_creation - INFO - raw hr chances: 2.9 2025-02-16 17:12:48,710 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.9 2025-02-16 17:12:48,710 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,711 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,711 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,711 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.14999999999999947 2025-02-16 17:12:48,711 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-16 17:12:48,711 - card_creation - INFO - raw hr chances: 0.15 2025-02-16 17:12:48,711 - card_creation - INFO - BP HR: 0 / ND HR: 0.15 2025-02-16 17:12:48,711 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,711 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.55 2025-02-16 17:12:48,711 - card_creation - INFO - self.hbp: 0 / self.walk: 9.55 2025-02-16 17:12:48,711 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 9.25 2025-02-16 17:12:48,711 - card_creation - INFO - self.hbp: 4.0 / self.walk: 5.25 2025-02-16 17:12:48,711 - card_creation - INFO - vL: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 68.05 2025-02-16 17:12:48,711 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 4.0 / BB: 5.25 / Total Chances: 50.45 2025-02-16 17:12:48,711 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 14.399999999999999 / Current Outs: 43.4 2025-02-16 17:12:48,711 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 17:12:48,711 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,711 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,711 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,711 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,711 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,711 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,712 - card_creation - INFO - vL - All Hits: 19.55 / Other OB: 6.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,712 - card_creation - INFO - vR - All Hits: 23.3 / Other OB: 14.05 / All Outs: 70.5 / Total: 29.0 2025-02-16 17:12:48,712 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.350000000000001 2025-02-16 17:12:48,712 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.3 2025-02-16 17:12:48,712 - card_creation - INFO - vL: All Hits: 19.55 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,712 - card_creation - INFO - vR: All Hits: 23.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,712 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:48,712 - card_creation - INFO - raw do chances: 1.95 2025-02-16 17:12:48,712 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 2.4000000000000012 2025-02-16 17:12:48,712 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 17:12:48,712 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 17:12:48,712 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 17:12:48,712 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,712 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,712 - card_creation - INFO - raw do chances: 7.0 2025-02-16 17:12:48,712 - card_creation - INFO - Double**: 7.0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 17:12:48,712 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,712 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,712 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,712 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,712 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,712 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,712 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 14.05 2025-02-16 17:12:48,712 - card_creation - INFO - self.hbp: 3.0 / self.walk: 11.05 2025-02-16 17:12:48,712 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 55.05 2025-02-16 17:12:48,712 - card_creation - INFO - vR: All other OB: 14.05 / HBP: 3.0 / BB: 11.05 / Total Chances: 66.35 2025-02-16 17:12:48,712 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 17:12:48,712 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-16 17:12:48,712 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,712 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,712 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,712 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,712 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,712 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,713 - card_creation - INFO - vL - All Hits: 17.3 / Other OB: 16.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,713 - card_creation - INFO - vR - All Hits: 16.3 / Other OB: 5.4 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,713 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 4.199999999999999 2025-02-16 17:12:48,713 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 7.5 2025-02-16 17:12:48,713 - card_creation - INFO - vL: All Hits: 17.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,713 - card_creation - INFO - vR: All Hits: 16.3 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,713 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,713 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,713 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 17:12:48,713 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,713 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,713 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,713 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,713 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-16 17:12:48,713 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,713 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.8 2025-02-16 17:12:48,713 - card_creation - INFO - Triple: 0 / rem xbh: 4.8 2025-02-16 17:12:48,713 - card_creation - INFO - raw hr chances: 4.8 2025-02-16 17:12:48,713 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.8 2025-02-16 17:12:48,714 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,714 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.75 2025-02-16 17:12:48,714 - card_creation - INFO - self.hbp: 0 / self.walk: 16.75 2025-02-16 17:12:48,714 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,714 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,714 - card_creation - INFO - vL: All other OB: 16.75 / HBP: 0 / BB: 16.75 / Total Chances: 63.05 2025-02-16 17:12:48,714 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 50.7 2025-02-16 17:12:48,714 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 44.2 / Current Outs: 73.2 2025-02-16 17:12:48,714 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 21.549999999999997 / Current Outs: 50.55 2025-02-16 17:12:48,714 - card_creation - INFO - Remaining outs: 0.75 2025-02-16 17:12:48,714 - card_creation - INFO - Passing 0.75 outs to strikeouts 2025-02-16 17:12:48,714 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,714 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,714 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,714 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,714 - card_creation - INFO - vL - All Hits: 27.9 / Other OB: 3.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,714 - card_creation - INFO - vR - All Hits: 16.65 / Other OB: 6.2 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,714 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8999999999999986 2025-02-16 17:12:48,715 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.25 2025-02-16 17:12:48,715 - card_creation - INFO - vL: All Hits: 27.9 / BP Singles: 5.0 / Single 2: 10.0 / Single 1: 10.0 / Single CF: 0 2025-02-16 17:12:48,715 - card_creation - INFO - vR: All Hits: 16.65 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,715 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,715 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,715 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.9999999999999987 2025-02-16 17:12:48,715 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,715 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,715 - card_creation - INFO - BP HR: 0 / ND HR: 1.0 2025-02-16 17:12:48,715 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,715 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,715 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,715 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 17:12:48,715 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,715 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,715 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,715 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,715 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.5 2025-02-16 17:12:48,715 - card_creation - INFO - self.hbp: 0 / self.walk: 3.5 2025-02-16 17:12:48,715 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.2 2025-02-16 17:12:48,715 - card_creation - INFO - self.hbp: 0 / self.walk: 6.2 2025-02-16 17:12:48,715 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 60.4 2025-02-16 17:12:48,715 - card_creation - INFO - vR: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 51.85 2025-02-16 17:12:48,715 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 17:12:48,715 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 6.75 / Current Outs: 35.75 2025-02-16 17:12:48,715 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,715 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,715 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,715 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,715 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,715 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,716 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 10.05 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,716 - card_creation - INFO - vR - All Hits: 16.2 / Other OB: 4.5 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,716 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 2.25 2025-02-16 17:12:48,716 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 1.3499999999999996 2025-02-16 17:12:48,716 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,716 - card_creation - INFO - vR: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,716 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,716 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,716 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-16 17:12:48,716 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,716 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,716 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,716 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,716 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:48,716 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,716 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,716 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 17:12:48,716 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,716 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,716 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,716 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,716 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.05 2025-02-16 17:12:48,716 - card_creation - INFO - self.hbp: 0 / self.walk: 10.05 2025-02-16 17:12:48,716 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 4.5 2025-02-16 17:12:48,716 - card_creation - INFO - self.hbp: 1.0 / self.walk: 3.5 2025-02-16 17:12:48,716 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 53.4 2025-02-16 17:12:48,716 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 1.0 / BB: 3.5 / Total Chances: 49.75 2025-02-16 17:12:48,716 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-16 17:12:48,716 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:48,717 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,717 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,717 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,717 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,717 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,717 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,717 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 6.5 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,717 - card_creation - INFO - vR - All Hits: 22.3 / Other OB: 1.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,717 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.400000000000002 2025-02-16 17:12:48,717 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.800000000000001 2025-02-16 17:12:48,717 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,717 - card_creation - INFO - vR: All Hits: 22.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,717 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,717 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,718 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: -0.29999999999999805 2025-02-16 17:12:48,718 - card_creation - INFO - Triple: 0 / rem xbh: -0.3 2025-02-16 17:12:48,718 - card_creation - INFO - raw hr chances: -0.3 2025-02-16 17:12:48,718 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,718 - card_creation - INFO - excess xbh: -0.3 2025-02-16 17:12:48,718 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-16 17:12:48,718 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,718 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 4.300000000000001 2025-02-16 17:12:48,718 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-16 17:12:48,718 - card_creation - INFO - raw hr chances: 4.3 2025-02-16 17:12:48,718 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3 2025-02-16 17:12:48,718 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,718 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,718 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,718 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.4 2025-02-16 17:12:48,718 - card_creation - INFO - self.hbp: 0 / self.walk: 1.4 2025-02-16 17:12:48,718 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 53.9 2025-02-16 17:12:48,718 - card_creation - INFO - vR: All other OB: 1.4 / HBP: 0 / BB: 1.4 / Total Chances: 52.7 2025-02-16 17:12:48,718 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 13.450000000000001 / Current Outs: 42.45 2025-02-16 17:12:48,718 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.55 / Current Outs: 48.55 2025-02-16 17:12:48,718 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,718 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,718 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,718 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,718 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,718 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,719 - card_creation - INFO - vL - All Hits: 12.55 / Other OB: 3.9 / All Outs: 91.5 / Total: 29.0 2025-02-16 17:12:48,719 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 3.2 / All Outs: 94.0 / Total: 29.0 2025-02-16 17:12:48,719 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5499999999999998 2025-02-16 17:12:48,719 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.9 2025-02-16 17:12:48,719 - card_creation - INFO - vL: All Hits: 12.55 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:48,719 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.1 / Single CF: 0 2025-02-16 17:12:48,719 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 17:12:48,719 - card_creation - INFO - raw do chances: 1.25 2025-02-16 17:12:48,719 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 17:12:48,719 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,719 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,719 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,719 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,719 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,719 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,719 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,719 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.9 2025-02-16 17:12:48,719 - card_creation - INFO - Triple: 0 / rem xbh: 4.9 2025-02-16 17:12:48,719 - card_creation - INFO - raw hr chances: 4.9 2025-02-16 17:12:48,719 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.9000000000000004 2025-02-16 17:12:48,719 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,719 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.9 2025-02-16 17:12:48,719 - card_creation - INFO - self.hbp: 0 / self.walk: 3.9 2025-02-16 17:12:48,719 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,719 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,719 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 45.45 2025-02-16 17:12:48,719 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 43.2 2025-02-16 17:12:48,719 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 37.050000000000004 / Current Outs: 66.05 2025-02-16 17:12:48,719 - card_creation - INFO - vR: All Outs: 94.0 / Ks: 48.75 / Current Outs: 77.75 2025-02-16 17:12:48,719 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,719 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,719 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,719 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,719 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,719 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,720 - card_creation - INFO - vL - All Hits: 17.15 / Other OB: 2.4 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,720 - card_creation - INFO - vR - All Hits: 23.85 / Other OB: 6.3 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,720 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 2.299999999999999 2025-02-16 17:12:48,720 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.000000000000002 2025-02-16 17:12:48,720 - card_creation - INFO - vL: All Hits: 17.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,720 - card_creation - INFO - vR: All Hits: 23.85 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 0.0 / Single CF: 4.75 2025-02-16 17:12:48,720 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,720 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,720 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 17:12:48,720 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,720 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,720 - card_creation - INFO - BP HR: 0.0 / ND HR: 2.3 2025-02-16 17:12:48,720 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,720 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 17:12:48,720 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,720 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.25 / rem xbh: 6.750000000000002 2025-02-16 17:12:48,720 - card_creation - INFO - Triple: 0 / rem xbh: 6.75 2025-02-16 17:12:48,720 - card_creation - INFO - raw hr chances: 6.75 2025-02-16 17:12:48,721 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.75 2025-02-16 17:12:48,721 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,721 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.4 2025-02-16 17:12:48,721 - card_creation - INFO - self.hbp: 0 / self.walk: 2.4 2025-02-16 17:12:48,721 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.3 2025-02-16 17:12:48,721 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.3 2025-02-16 17:12:48,721 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 48.55 2025-02-16 17:12:48,721 - card_creation - INFO - vR: All other OB: 6.3 / HBP: 1.0 / BB: 5.3 / Total Chances: 59.15 2025-02-16 17:12:48,721 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 43.550000000000004 / Current Outs: 72.55 2025-02-16 17:12:48,721 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 14.65 / Current Outs: 43.65 2025-02-16 17:12:48,721 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,721 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,721 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,721 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,721 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,721 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,721 - card_creation - INFO - vL - All Hits: 17.35 / Other OB: 10.05 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,721 - card_creation - INFO - vR - All Hits: 16.35 / Other OB: 7.85 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,722 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.850000000000001 2025-02-16 17:12:48,722 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.350000000000001 2025-02-16 17:12:48,722 - card_creation - INFO - vL: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:48,722 - card_creation - INFO - vR: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,722 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,722 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,722 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6000000000000014 2025-02-16 17:12:48,722 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,722 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,722 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 17:12:48,722 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,722 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,722 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,722 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.1500000000000012 2025-02-16 17:12:48,722 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,722 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,722 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,722 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,722 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 17:12:48,722 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.05 2025-02-16 17:12:48,722 - card_creation - INFO - self.hbp: 0 / self.walk: 10.05 2025-02-16 17:12:48,722 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.85 2025-02-16 17:12:48,722 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.85 2025-02-16 17:12:48,722 - card_creation - INFO - vL: All other OB: 10.05 / HBP: 0 / BB: 10.05 / Total Chances: 56.4 2025-02-16 17:12:48,722 - card_creation - INFO - vR: All other OB: 7.85 / HBP: 2.0 / BB: 5.85 / Total Chances: 53.2 2025-02-16 17:12:48,722 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.899999999999995 / Current Outs: 52.9 2025-02-16 17:12:48,722 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 21.099999999999998 / Current Outs: 50.1 2025-02-16 17:12:48,722 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,722 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,722 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,722 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,722 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,722 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,723 - card_creation - INFO - vL - All Hits: 23.5 / Other OB: 11.55 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,723 - card_creation - INFO - vR - All Hits: 16.85 / Other OB: 14.85 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,723 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.25 2025-02-16 17:12:48,723 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.950000000000003 2025-02-16 17:12:48,723 - card_creation - INFO - vL: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,723 - card_creation - INFO - vR: All Hits: 16.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,723 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,723 - card_creation - INFO - raw do chances: 6.95 2025-02-16 17:12:48,723 - card_creation - INFO - Double**: 6.95 / Double(cf): 0.0 / rem xbh: 2.3 2025-02-16 17:12:48,723 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,723 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,723 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,723 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,723 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,723 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,723 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.7500000000000027 2025-02-16 17:12:48,723 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:48,723 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:48,723 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 17:12:48,723 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,723 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 11.55 2025-02-16 17:12:48,723 - card_creation - INFO - self.hbp: 4.0 / self.walk: 7.55 2025-02-16 17:12:48,723 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.85 2025-02-16 17:12:48,723 - card_creation - INFO - self.hbp: 0 / self.walk: 14.85 2025-02-16 17:12:48,723 - card_creation - INFO - vL: All other OB: 11.55 / HBP: 4.0 / BB: 7.55 / Total Chances: 64.05 2025-02-16 17:12:48,723 - card_creation - INFO - vR: All other OB: 14.85 / HBP: 0 / BB: 14.85 / Total Chances: 60.7 2025-02-16 17:12:48,724 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 19.4 / Current Outs: 48.4 2025-02-16 17:12:48,724 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 19.099999999999998 / Current Outs: 48.1 2025-02-16 17:12:48,724 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,724 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,724 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,724 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,724 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,724 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,724 - card_creation - INFO - vL - All Hits: 5.1 / Other OB: 1.95 / All Outs: 101.0 / Total: 29.0 2025-02-16 17:12:48,724 - card_creation - INFO - vR - All Hits: 11.0 / Other OB: 11.95 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,724 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5999999999999996 2025-02-16 17:12:48,724 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 2.55 2025-02-16 17:12:48,724 - card_creation - INFO - vL: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.75 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,724 - card_creation - INFO - vR: All Hits: 11.0 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,724 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,724 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,725 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5999999999999996 2025-02-16 17:12:48,725 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,725 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,725 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,725 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,725 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 17:12:48,725 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,725 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.1999999999999997 2025-02-16 17:12:48,725 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,725 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,725 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,725 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 17:12:48,725 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 17:12:48,725 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.95 2025-02-16 17:12:48,725 - card_creation - INFO - self.hbp: 0 / self.walk: 1.95 2025-02-16 17:12:48,725 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.95 2025-02-16 17:12:48,725 - card_creation - INFO - self.hbp: 0 / self.walk: 11.95 2025-02-16 17:12:48,725 - card_creation - INFO - vL: All other OB: 1.95 / HBP: 0 / BB: 1.95 / Total Chances: 36.45 2025-02-16 17:12:48,725 - card_creation - INFO - vR: All other OB: 11.95 / HBP: 0 / BB: 11.95 / Total Chances: 51.95 2025-02-16 17:12:48,725 - card_creation - INFO - vL: All Outs: 101.0 / Ks: 8.0 / Current Outs: 37.0 2025-02-16 17:12:48,725 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 27.000000000000004 / Current Outs: 56.0 2025-02-16 17:12:48,725 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,725 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,725 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,725 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,725 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,725 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,726 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 3.2 / All Outs: 92.5 / Total: 29.0 2025-02-16 17:12:48,726 - card_creation - INFO - vR - All Hits: 9.65 / Other OB: 3.75 / All Outs: 94.5 / Total: 29.0 2025-02-16 17:12:48,726 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 7.300000000000001 2025-02-16 17:12:48,726 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.15 2025-02-16 17:12:48,726 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,726 - card_creation - INFO - vR: All Hits: 9.65 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,726 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,726 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,726 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 5.800000000000001 2025-02-16 17:12:48,726 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 17:12:48,726 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 17:12:48,726 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.8 2025-02-16 17:12:48,726 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,726 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,726 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,726 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 17:12:48,726 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,726 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,726 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,726 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,726 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 17:12:48,726 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,726 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,726 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.75 2025-02-16 17:12:48,726 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.75 2025-02-16 17:12:48,726 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 44.5 2025-02-16 17:12:48,726 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 42.4 2025-02-16 17:12:48,726 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 30.749999999999996 / Current Outs: 59.75 2025-02-16 17:12:48,726 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 20.2 / Current Outs: 49.2 2025-02-16 17:12:48,726 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,726 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,726 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,726 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,726 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,726 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,727 - card_creation - INFO - vL - All Hits: 20.85 / Other OB: 11.15 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,727 - card_creation - INFO - vR - All Hits: 13.85 / Other OB: 11.05 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,727 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.3000000000000007 2025-02-16 17:12:48,727 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 5.0 2025-02-16 17:12:48,727 - card_creation - INFO - vL: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-16 17:12:48,727 - card_creation - INFO - vR: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,727 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,727 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,727 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.4000000000000008 2025-02-16 17:12:48,727 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,727 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,727 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 17:12:48,727 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,727 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,727 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,727 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.7999999999999998 2025-02-16 17:12:48,727 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 17:12:48,727 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 17:12:48,727 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-16 17:12:48,727 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,727 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.15 2025-02-16 17:12:48,728 - card_creation - INFO - self.hbp: 0 / self.walk: 11.15 2025-02-16 17:12:48,728 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.05 2025-02-16 17:12:48,728 - card_creation - INFO - self.hbp: 0 / self.walk: 11.05 2025-02-16 17:12:48,728 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 61.0 2025-02-16 17:12:48,728 - card_creation - INFO - vR: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 53.9 2025-02-16 17:12:48,728 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 23.799999999999997 / Current Outs: 52.8 2025-02-16 17:12:48,728 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 31.900000000000002 / Current Outs: 60.9 2025-02-16 17:12:48,728 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,728 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,728 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,728 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,728 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,728 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,728 - card_creation - INFO - vL - All Hits: 11.6 / Other OB: 3.9 / All Outs: 92.5 / Total: 29.0 2025-02-16 17:12:48,728 - card_creation - INFO - vR - All Hits: 11.25 / Other OB: 3.2 / All Outs: 93.5 / Total: 29.0 2025-02-16 17:12:48,728 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.25 2025-02-16 17:12:48,729 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.9000000000000004 2025-02-16 17:12:48,729 - card_creation - INFO - vL: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.35 / Single CF: 0 2025-02-16 17:12:48,729 - card_creation - INFO - vR: All Hits: 11.25 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,729 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,729 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,729 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 17:12:48,729 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,729 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,729 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,729 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,729 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,729 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,729 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 17:12:48,729 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,729 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,729 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 17:12:48,729 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,729 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.9 2025-02-16 17:12:48,729 - card_creation - INFO - self.hbp: 0 / self.walk: 3.9 2025-02-16 17:12:48,729 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,729 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,729 - card_creation - INFO - vL: All other OB: 3.9 / HBP: 0 / BB: 3.9 / Total Chances: 44.5 2025-02-16 17:12:48,729 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 43.45 2025-02-16 17:12:48,729 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 38.050000000000004 / Current Outs: 67.05 2025-02-16 17:12:48,729 - card_creation - INFO - vR: All Outs: 93.5 / Ks: 26.75 / Current Outs: 55.75 2025-02-16 17:12:48,729 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,729 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,729 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,729 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,729 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,729 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,730 - card_creation - INFO - vL - All Hits: 20.15 / Other OB: 11.0 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,730 - card_creation - INFO - vR - All Hits: 13.8 / Other OB: 6.85 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,730 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.899999999999999 2025-02-16 17:12:48,730 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.5 2025-02-16 17:12:48,730 - card_creation - INFO - vL: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 17:12:48,730 - card_creation - INFO - vR: All Hits: 13.8 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,730 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,730 - card_creation - INFO - raw do chances: 6.45 2025-02-16 17:12:48,730 - card_creation - INFO - Double**: 6.45 / Double(cf): 0.0 / rem xbh: 3.4499999999999984 2025-02-16 17:12:48,730 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,730 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,730 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.45 2025-02-16 17:12:48,730 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,730 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,730 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,730 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-16 17:12:48,730 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:48,730 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:48,730 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 17:12:48,730 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,730 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 11.0 2025-02-16 17:12:48,730 - card_creation - INFO - self.hbp: 4.0 / self.walk: 7.0 2025-02-16 17:12:48,730 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.85 2025-02-16 17:12:48,730 - card_creation - INFO - self.hbp: 0 / self.walk: 6.85 2025-02-16 17:12:48,730 - card_creation - INFO - vL: All other OB: 11.0 / HBP: 4.0 / BB: 7.0 / Total Chances: 60.15 2025-02-16 17:12:48,730 - card_creation - INFO - vR: All other OB: 6.85 / HBP: 0 / BB: 6.85 / Total Chances: 49.65 2025-02-16 17:12:48,730 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 32.95 / Current Outs: 61.95 2025-02-16 17:12:48,730 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 40.1 / Current Outs: 69.1 2025-02-16 17:12:48,730 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,731 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,731 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,731 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,731 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,731 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,731 - card_creation - INFO - vL - All Hits: 1.65 / Other OB: 5.7 / All Outs: 100.5 / Total: 29.0 2025-02-16 17:12:48,731 - card_creation - INFO - vR - All Hits: 12.6 / Other OB: 10.95 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,731 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.65 2025-02-16 17:12:48,731 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6000000000000005 2025-02-16 17:12:48,731 - card_creation - INFO - vL: All Hits: 1.65 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,731 - card_creation - INFO - vR: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:48,731 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,731 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,731 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.65 2025-02-16 17:12:48,731 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,731 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,732 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 17:12:48,732 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,732 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,732 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,732 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,732 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,732 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,732 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,732 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,732 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 5.7 2025-02-16 17:12:48,732 - card_creation - INFO - self.hbp: 2.0 / self.walk: 3.7 2025-02-16 17:12:48,732 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.95 2025-02-16 17:12:48,732 - card_creation - INFO - self.hbp: 0 / self.walk: 10.95 2025-02-16 17:12:48,732 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 36.35 2025-02-16 17:12:48,732 - card_creation - INFO - vR: All other OB: 10.95 / HBP: 0 / BB: 10.95 / Total Chances: 52.95 2025-02-16 17:12:48,732 - card_creation - INFO - vL: All Outs: 100.5 / Ks: 77.25 / Current Outs: 106.25 2025-02-16 17:12:48,732 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 22.999999999999996 / Current Outs: 52.0 2025-02-16 17:12:48,732 - card_creation - INFO - Remaining outs: -5.599999999999994 2025-02-16 17:12:48,732 - card_creation - INFO - Passing -5.599999999999994 outs to strikeouts 2025-02-16 17:12:48,732 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,732 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,732 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,732 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,733 - card_creation - INFO - vL - All Hits: 13.3 / Other OB: 8.55 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,733 - card_creation - INFO - vR - All Hits: 9.2 / Other OB: 8.2 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,733 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.800000000000001 2025-02-16 17:12:48,733 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.299999999999999 2025-02-16 17:12:48,733 - card_creation - INFO - vL: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,733 - card_creation - INFO - vR: All Hits: 9.2 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,733 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 17:12:48,733 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,733 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 4.050000000000001 2025-02-16 17:12:48,733 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-16 17:12:48,733 - card_creation - INFO - raw hr chances: 4.05 2025-02-16 17:12:48,733 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.05 2025-02-16 17:12:48,733 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,733 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,733 - card_creation - INFO - raw do chances: 1.1 2025-02-16 17:12:48,733 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 0.19999999999999885 2025-02-16 17:12:48,733 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 17:12:48,733 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 17:12:48,733 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,733 - card_creation - INFO - excess xbh: 0.2 2025-02-16 17:12:48,733 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 17:12:48,733 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.55 2025-02-16 17:12:48,733 - card_creation - INFO - self.hbp: 0 / self.walk: 8.55 2025-02-16 17:12:48,733 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.2 2025-02-16 17:12:48,733 - card_creation - INFO - self.hbp: 0 / self.walk: 8.2 2025-02-16 17:12:48,733 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 50.85 2025-02-16 17:12:48,733 - card_creation - INFO - vR: All other OB: 8.2 / HBP: 0 / BB: 8.2 / Total Chances: 46.4 2025-02-16 17:12:48,733 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 27.4 / Current Outs: 56.4 2025-02-16 17:12:48,733 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 39.75 / Current Outs: 68.75 2025-02-16 17:12:48,733 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,733 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,733 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,733 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,733 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,733 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,734 - card_creation - INFO - vL - All Hits: 13.45 / Other OB: 21.75 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,734 - card_creation - INFO - vR - All Hits: 18.2 / Other OB: 4.25 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,734 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 0.4999999999999991 2025-02-16 17:12:48,734 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.699999999999999 2025-02-16 17:12:48,734 - card_creation - INFO - vL: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,734 - card_creation - INFO - vR: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:48,734 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,734 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,734 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.4999999999999991 2025-02-16 17:12:48,734 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 17:12:48,734 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 17:12:48,734 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,734 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,734 - card_creation - INFO - Passing 0.5 xbh to single** 2025-02-16 17:12:48,734 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,734 - card_creation - INFO - raw do chances: 6.05 2025-02-16 17:12:48,734 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-16 17:12:48,734 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,734 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,734 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,734 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,734 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:48,734 - card_creation - INFO - hbp value candidate: 7.0 / all_other_ob: 21.75 2025-02-16 17:12:48,735 - card_creation - INFO - self.hbp: 7.0 / self.walk: 14.75 2025-02-16 17:12:48,735 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.25 2025-02-16 17:12:48,735 - card_creation - INFO - self.hbp: 0 / self.walk: 4.25 2025-02-16 17:12:48,735 - card_creation - INFO - vL: All other OB: 21.75 / HBP: 7.0 / BB: 14.75 / Total Chances: 64.2 2025-02-16 17:12:48,735 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 51.45 2025-02-16 17:12:48,735 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 19.2 / Current Outs: 48.2 2025-02-16 17:12:48,735 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 30.7 / Current Outs: 59.7 2025-02-16 17:12:48,735 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,735 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,735 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,735 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,735 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,735 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,735 - card_creation - INFO - vL - All Hits: 23.35 / Other OB: 9.45 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,735 - card_creation - INFO - vR - All Hits: 15.6 / Other OB: 2.25 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,735 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.100000000000003 2025-02-16 17:12:48,736 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.949999999999999 2025-02-16 17:12:48,736 - card_creation - INFO - vL: All Hits: 23.35 / BP Singles: 5.0 / Single 2: 7.1 / Single 1: 7.15 / Single CF: 0 2025-02-16 17:12:48,736 - card_creation - INFO - vR: All Hits: 15.6 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,736 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,736 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,736 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.900000000000003 2025-02-16 17:12:48,736 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,736 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,736 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,736 - card_creation - INFO - excess xbh: 0.9 2025-02-16 17:12:48,736 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 17:12:48,736 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,736 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,736 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1999999999999993 2025-02-16 17:12:48,736 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,736 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,736 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,736 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,736 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.45 2025-02-16 17:12:48,736 - card_creation - INFO - self.hbp: 0 / self.walk: 9.45 2025-02-16 17:12:48,736 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.25 2025-02-16 17:12:48,736 - card_creation - INFO - self.hbp: 0 / self.walk: 2.25 2025-02-16 17:12:48,736 - card_creation - INFO - vL: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 61.8 2025-02-16 17:12:48,736 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 46.85 2025-02-16 17:12:48,736 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 10.500000000000002 / Current Outs: 39.5 2025-02-16 17:12:48,736 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 9.7 / Current Outs: 38.7 2025-02-16 17:12:48,736 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,736 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,736 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,736 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,736 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,736 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,737 - card_creation - INFO - vL - All Hits: 8.25 / Other OB: 17.45 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,737 - card_creation - INFO - vR - All Hits: 11.75 / Other OB: 0.0 / All Outs: 96.0 / Total: 29.0 2025-02-16 17:12:48,737 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 3.25 2025-02-16 17:12:48,737 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.9499999999999993 2025-02-16 17:12:48,737 - card_creation - INFO - vL: All Hits: 8.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,737 - card_creation - INFO - vR: All Hits: 11.75 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,737 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,737 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,737 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,737 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,737 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 17:12:48,737 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,737 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,737 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 17:12:48,737 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 17:12:48,737 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 17.45 2025-02-16 17:12:48,737 - card_creation - INFO - self.hbp: 1.0 / self.walk: 16.45 2025-02-16 17:12:48,737 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - self.hbp: 0 / self.walk: 0.0 2025-02-16 17:12:48,737 - card_creation - INFO - vL: All other OB: 17.45 / HBP: 1.0 / BB: 16.45 / Total Chances: 54.7 2025-02-16 17:12:48,737 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 40.75 2025-02-16 17:12:48,737 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 5.500000000000002 / Current Outs: 34.5 2025-02-16 17:12:48,737 - card_creation - INFO - vR: All Outs: 96.0 / Ks: 40.95 / Current Outs: 69.95 2025-02-16 17:12:48,738 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,738 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,738 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,738 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,738 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,738 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,738 - card_creation - INFO - vL - All Hits: 28.45 / Other OB: 3.2 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,738 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 3.8 / All Outs: 94.5 / Total: 29.0 2025-02-16 17:12:48,738 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-16 17:12:48,738 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 4.800000000000001 2025-02-16 17:12:48,738 - card_creation - INFO - vL: All Hits: 28.45 / BP Singles: 5.0 / Single 2: 7.8 / Single 1: 7.85 / Single CF: 0 2025-02-16 17:12:48,738 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,738 - card_creation - INFO - hr%: 0.20 / tr%: 0.30 / do%: 0.50 2025-02-16 17:12:48,738 - card_creation - INFO - raw do chances: 3.9 2025-02-16 17:12:48,738 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.900000000000001 2025-02-16 17:12:48,738 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.7 2025-02-16 17:12:48,739 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,739 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 17:12:48,739 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,739 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,739 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,739 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.6000000000000005 2025-02-16 17:12:48,739 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,739 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,739 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,739 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,739 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,739 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,739 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,739 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.8 2025-02-16 17:12:48,739 - card_creation - INFO - self.hbp: 0 / self.walk: 3.8 2025-02-16 17:12:48,739 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 60.65 2025-02-16 17:12:48,739 - card_creation - INFO - vR: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 42.6 2025-02-16 17:12:48,739 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 11.749999999999998 / Current Outs: 40.75 2025-02-16 17:12:48,739 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 16.15 / Current Outs: 45.15 2025-02-16 17:12:48,739 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,739 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,739 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,739 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,739 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,739 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,740 - card_creation - INFO - vL - All Hits: 15.05 / Other OB: 29.35 / All Outs: 63.5 / Total: 29.0 2025-02-16 17:12:48,740 - card_creation - INFO - vR - All Hits: 19.0 / Other OB: 13.25 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,740 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 6.450000000000001 2025-02-16 17:12:48,740 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.75 2025-02-16 17:12:48,740 - card_creation - INFO - vL: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,740 - card_creation - INFO - vR: All Hits: 19.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,740 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,740 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,740 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 2.200000000000001 2025-02-16 17:12:48,740 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,740 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,740 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,740 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,740 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,740 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,740 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-16 17:12:48,740 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 17:12:48,740 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 17:12:48,740 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 17:12:48,740 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,740 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 29.35 2025-02-16 17:12:48,740 - card_creation - INFO - self.hbp: 1.0 / self.walk: 28.35 2025-02-16 17:12:48,740 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.25 2025-02-16 17:12:48,740 - card_creation - INFO - self.hbp: 0 / self.walk: 13.25 2025-02-16 17:12:48,740 - card_creation - INFO - vL: All other OB: 29.35 / HBP: 1.0 / BB: 28.35 / Total Chances: 73.4 2025-02-16 17:12:48,740 - card_creation - INFO - vR: All other OB: 13.25 / HBP: 0 / BB: 13.25 / Total Chances: 61.25 2025-02-16 17:12:48,740 - card_creation - INFO - vL: All Outs: 63.5 / Ks: 13.600000000000001 / Current Outs: 42.6 2025-02-16 17:12:48,740 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 28.7 / Current Outs: 57.7 2025-02-16 17:12:48,740 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,740 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,740 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,740 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,740 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,741 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,741 - card_creation - INFO - vL - All Hits: 5.1 / Other OB: 3.4 / All Outs: 99.5 / Total: 29.0 2025-02-16 17:12:48,741 - card_creation - INFO - vR - All Hits: 26.05 / Other OB: 18.15 / All Outs: 64.0 / Total: 29.0 2025-02-16 17:12:48,741 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6999999999999995 2025-02-16 17:12:48,741 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.350000000000003 2025-02-16 17:12:48,741 - card_creation - INFO - vL: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,741 - card_creation - INFO - vR: All Hits: 26.05 / BP Singles: 5.0 / Single 2: 8.35 / Single 1: 8.35 / Single CF: 0 2025-02-16 17:12:48,741 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,741 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,741 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6999999999999995 2025-02-16 17:12:48,741 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,741 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,741 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,741 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 17:12:48,741 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,741 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,741 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.8500000000000032 2025-02-16 17:12:48,741 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,741 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,741 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 17:12:48,742 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,742 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.4 2025-02-16 17:12:48,742 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.4 2025-02-16 17:12:48,742 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 18.15 2025-02-16 17:12:48,742 - card_creation - INFO - self.hbp: 2.0 / self.walk: 16.15 2025-02-16 17:12:48,742 - card_creation - INFO - vL: All other OB: 3.4 / HBP: 1.0 / BB: 2.4 / Total Chances: 37.8 2025-02-16 17:12:48,742 - card_creation - INFO - vR: All other OB: 18.15 / HBP: 2.0 / BB: 16.15 / Total Chances: 73.2 2025-02-16 17:12:48,742 - card_creation - INFO - vL: All Outs: 99.5 / Ks: 27.55 / Current Outs: 56.55 2025-02-16 17:12:48,742 - card_creation - INFO - vR: All Outs: 64.0 / Ks: 21.8 / Current Outs: 50.8 2025-02-16 17:12:48,742 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,742 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,742 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,742 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,742 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,742 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,742 - card_creation - INFO - vL - All Hits: 21.25 / Other OB: 15.55 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:48,742 - card_creation - INFO - vR - All Hits: 20.1 / Other OB: 17.75 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,743 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.75 2025-02-16 17:12:48,743 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.900000000000002 2025-02-16 17:12:48,743 - card_creation - INFO - vL: All Hits: 21.25 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,743 - card_creation - INFO - vR: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 17:12:48,743 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,743 - card_creation - INFO - raw do chances: 6.55 2025-02-16 17:12:48,743 - card_creation - INFO - Double**: 6.55 / Double(cf): 0.0 / rem xbh: 2.2 2025-02-16 17:12:48,743 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,743 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,743 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,743 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,743 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 17:12:48,743 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,743 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.7000000000000022 2025-02-16 17:12:48,743 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,743 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,743 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,743 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,743 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 15.55 2025-02-16 17:12:48,743 - card_creation - INFO - self.hbp: 2.0 / self.walk: 13.55 2025-02-16 17:12:48,743 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.75 2025-02-16 17:12:48,743 - card_creation - INFO - self.hbp: 0 / self.walk: 17.75 2025-02-16 17:12:48,743 - card_creation - INFO - vL: All other OB: 15.55 / HBP: 2.0 / BB: 13.55 / Total Chances: 65.8 2025-02-16 17:12:48,743 - card_creation - INFO - vR: All other OB: 17.75 / HBP: 0 / BB: 17.75 / Total Chances: 66.85 2025-02-16 17:12:48,743 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-16 17:12:48,743 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 20.199999999999996 / Current Outs: 49.2 2025-02-16 17:12:48,743 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,743 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,743 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,743 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,743 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,743 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,744 - card_creation - INFO - vL - All Hits: 17.0 / Other OB: 5.4 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,744 - card_creation - INFO - vR - All Hits: 23.9 / Other OB: 5.1 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,744 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.100000000000001 2025-02-16 17:12:48,744 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.399999999999997 2025-02-16 17:12:48,744 - card_creation - INFO - vL: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,744 - card_creation - INFO - vR: All Hits: 23.9 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,744 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,744 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,744 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 4.500000000000002 2025-02-16 17:12:48,744 - card_creation - INFO - Triple: 0 / rem xbh: 4.5 2025-02-16 17:12:48,744 - card_creation - INFO - raw hr chances: 4.5 2025-02-16 17:12:48,744 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5 2025-02-16 17:12:48,744 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,744 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,744 - card_creation - INFO - raw do chances: 3.8 2025-02-16 17:12:48,744 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 4.599999999999997 2025-02-16 17:12:48,744 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 17:12:48,744 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 17:12:48,744 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5999999999999996 2025-02-16 17:12:48,744 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,744 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,744 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,744 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 5.1 2025-02-16 17:12:48,744 - card_creation - INFO - self.hbp: 3.0 / self.walk: 2.1 2025-02-16 17:12:48,744 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 51.4 2025-02-16 17:12:48,744 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 3.0 / BB: 2.1 / Total Chances: 58.0 2025-02-16 17:12:48,745 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 19.549999999999997 / Current Outs: 48.55 2025-02-16 17:12:48,745 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 23.849999999999998 / Current Outs: 52.85 2025-02-16 17:12:48,745 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,745 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,745 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,745 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,745 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,745 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,745 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 27.5 / All Outs: 57.0 / Total: 29.0 2025-02-16 17:12:48,745 - card_creation - INFO - vR - All Hits: 22.6 / Other OB: 16.9 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,745 - card_creation - INFO - remaining singles: 0.0 / total xbh: 16.95 2025-02-16 17:12:48,745 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.4 2025-02-16 17:12:48,745 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,745 - card_creation - INFO - vR: All Hits: 22.6 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 17:12:48,745 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,745 - card_creation - INFO - raw do chances: 16.95 2025-02-16 17:12:48,746 - card_creation - INFO - Double**: 16.95 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,746 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,746 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 17:12:48,746 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,746 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,746 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,746 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 17:12:48,746 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 27.5 2025-02-16 17:12:48,746 - card_creation - INFO - self.hbp: 0 / self.walk: 27.5 2025-02-16 17:12:48,746 - card_creation - INFO - hbp value candidate: 11.0 / all_other_ob: 16.9 2025-02-16 17:12:48,746 - card_creation - INFO - self.hbp: 11.0 / self.walk: 5.9 2025-02-16 17:12:48,746 - card_creation - INFO - vL: All other OB: 27.5 / HBP: 0 / BB: 27.5 / Total Chances: 80.2 2025-02-16 17:12:48,746 - card_creation - INFO - vR: All other OB: 16.9 / HBP: 11.0 / BB: 5.9 / Total Chances: 68.5 2025-02-16 17:12:48,746 - card_creation - INFO - vL: All Outs: 57.0 / Ks: 7.449999999999998 / Current Outs: 36.45 2025-02-16 17:12:48,746 - card_creation - INFO - vR: All Outs: 68.5 / Ks: 20.049999999999997 / Current Outs: 49.05 2025-02-16 17:12:48,746 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,746 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,746 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,746 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,746 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,746 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,747 - card_creation - INFO - vL - All Hits: 5.75 / Other OB: 6.6 / All Outs: 95.5 / Total: 29.0 2025-02-16 17:12:48,747 - card_creation - INFO - vR - All Hits: 27.45 / Other OB: 12.45 / All Outs: 68.0 / Total: 29.0 2025-02-16 17:12:48,747 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.4499999999999997 2025-02-16 17:12:48,747 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 16.55 2025-02-16 17:12:48,747 - card_creation - INFO - vL: All Hits: 5.75 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,747 - card_creation - INFO - vR: All Hits: 27.45 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.7 2025-02-16 17:12:48,747 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,747 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,747 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.5499999999999998 2025-02-16 17:12:48,747 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,747 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,747 - card_creation - INFO - BP HR: 0 / ND HR: 0.55 2025-02-16 17:12:48,747 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,747 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,747 - card_creation - INFO - raw do chances: 8.3 2025-02-16 17:12:48,747 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.3 / rem xbh: 8.25 2025-02-16 17:12:48,747 - card_creation - INFO - Triple: 0 / rem xbh: 8.25 2025-02-16 17:12:48,747 - card_creation - INFO - raw hr chances: 8.25 2025-02-16 17:12:48,747 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.25 2025-02-16 17:12:48,747 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,747 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.6 2025-02-16 17:12:48,747 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.6 2025-02-16 17:12:48,747 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.45 2025-02-16 17:12:48,747 - card_creation - INFO - self.hbp: 0 / self.walk: 12.45 2025-02-16 17:12:48,747 - card_creation - INFO - vL: All other OB: 6.6 / HBP: 1.0 / BB: 5.6 / Total Chances: 41.35 2025-02-16 17:12:48,747 - card_creation - INFO - vR: All other OB: 12.45 / HBP: 0 / BB: 12.45 / Total Chances: 68.9 2025-02-16 17:12:48,747 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 26.35 / Current Outs: 55.35 2025-02-16 17:12:48,747 - card_creation - INFO - vR: All Outs: 68.0 / Ks: 38.50000000000001 / Current Outs: 67.5 2025-02-16 17:12:48,747 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,747 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,747 - card_creation - INFO - Remaining outs: 0.5999999999999943 2025-02-16 17:12:48,747 - card_creation - INFO - Passing 0.5999999999999943 outs to strikeouts 2025-02-16 17:12:48,747 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,747 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,748 - card_creation - INFO - vL - All Hits: 37.8 / Other OB: 5.7 / All Outs: 64.5 / Total: 29.0 2025-02-16 17:12:48,748 - card_creation - INFO - vR - All Hits: 27.05 / Other OB: 21.75 / All Outs: 59.0 / Total: 29.0 2025-02-16 17:12:48,748 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.049999999999995 2025-02-16 17:12:48,748 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 11.550000000000004 2025-02-16 17:12:48,748 - card_creation - INFO - vL: All Hits: 37.8 / BP Singles: 5.0 / Single 2: 13.9 / Single 1: 13.85 / Single CF: 0 2025-02-16 17:12:48,748 - card_creation - INFO - vR: All Hits: 27.05 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,748 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,748 - card_creation - INFO - raw do chances: 3.8 2025-02-16 17:12:48,748 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 1.2499999999999956 2025-02-16 17:12:48,748 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,748 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,748 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-16 17:12:48,748 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,748 - card_creation - INFO - hr%: 0.10 / tr%: 0.30 / do%: 0.60 2025-02-16 17:12:48,748 - card_creation - INFO - raw do chances: 6.95 2025-02-16 17:12:48,748 - card_creation - INFO - Double**: 6.95 / Double(cf): 0.0 / rem xbh: 4.600000000000004 2025-02-16 17:12:48,748 - card_creation - INFO - Triple: 1.4 / rem xbh: 3.2 2025-02-16 17:12:48,748 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,749 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,749 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,749 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 5.7 2025-02-16 17:12:48,749 - card_creation - INFO - self.hbp: 1.0 / self.walk: 4.7 2025-02-16 17:12:48,749 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 21.75 2025-02-16 17:12:48,749 - card_creation - INFO - self.hbp: 2.0 / self.walk: 19.75 2025-02-16 17:12:48,749 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 72.5 2025-02-16 17:12:48,749 - card_creation - INFO - vR: All other OB: 21.75 / HBP: 2.0 / BB: 19.75 / Total Chances: 77.8 2025-02-16 17:12:48,749 - card_creation - INFO - vL: All Outs: 64.5 / Ks: 17.25 / Current Outs: 46.25 2025-02-16 17:12:48,749 - card_creation - INFO - vR: All Outs: 59.0 / Ks: 13.199999999999996 / Current Outs: 42.2 2025-02-16 17:12:48,749 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,749 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,749 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,749 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,749 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,749 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,749 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 8.15 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,749 - card_creation - INFO - vR - All Hits: 38.4 / Other OB: 8.6 / All Outs: 61.0 / Total: 29.0 2025-02-16 17:12:48,750 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.400000000000002 2025-02-16 17:12:48,750 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 7.050000000000001 2025-02-16 17:12:48,750 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 5.95 / Single CF: 0 2025-02-16 17:12:48,750 - card_creation - INFO - vR: All Hits: 38.4 / BP Singles: 5.0 / Single 2: 13.2 / Single 1: 13.15 / Single CF: 0 2025-02-16 17:12:48,750 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,750 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,750 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.3000000000000025 2025-02-16 17:12:48,750 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,750 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,750 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,750 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,750 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,750 - card_creation - INFO - hr%: 0.10 / tr%: 0.75 / do%: 0.15 2025-02-16 17:12:48,750 - card_creation - INFO - raw do chances: 1.1 2025-02-16 17:12:48,750 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 5.950000000000001 2025-02-16 17:12:48,750 - card_creation - INFO - Triple: 4.5 / rem xbh: 1.45 2025-02-16 17:12:48,750 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,750 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,750 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:48,750 - card_creation - INFO - Passing 0.44999999999999996 xbh to triple 2025-02-16 17:12:48,750 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 8.15 2025-02-16 17:12:48,750 - card_creation - INFO - self.hbp: 3.0 / self.walk: 5.15 2025-02-16 17:12:48,750 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.6 2025-02-16 17:12:48,750 - card_creation - INFO - self.hbp: 0 / self.walk: 8.6 2025-02-16 17:12:48,750 - card_creation - INFO - vL: All other OB: 8.15 / HBP: 3.0 / BB: 5.15 / Total Chances: 59.5 2025-02-16 17:12:48,750 - card_creation - INFO - vR: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 76.0 2025-02-16 17:12:48,750 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 10.799999999999997 / Current Outs: 39.8 2025-02-16 17:12:48,750 - card_creation - INFO - vR: All Outs: 61.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 17:12:48,750 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,750 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,750 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,750 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,750 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,750 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,751 - card_creation - INFO - vL - All Hits: 9.85 / Other OB: 23.8 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,751 - card_creation - INFO - vR - All Hits: 22.45 / Other OB: 5.1 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,751 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.85 2025-02-16 17:12:48,751 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 15.55 2025-02-16 17:12:48,751 - card_creation - INFO - vL: All Hits: 9.85 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 17:12:48,751 - card_creation - INFO - vR: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 17:12:48,751 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 17:12:48,751 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,751 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 9.85 2025-02-16 17:12:48,751 - card_creation - INFO - Triple: 0 / rem xbh: 9.85 2025-02-16 17:12:48,751 - card_creation - INFO - raw hr chances: 9.85 2025-02-16 17:12:48,751 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.85 2025-02-16 17:12:48,751 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,751 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,751 - card_creation - INFO - raw do chances: 7.8 2025-02-16 17:12:48,751 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.8 / rem xbh: 7.750000000000001 2025-02-16 17:12:48,751 - card_creation - INFO - Triple: 0 / rem xbh: 7.75 2025-02-16 17:12:48,751 - card_creation - INFO - raw hr chances: 7.75 2025-02-16 17:12:48,751 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.75 2025-02-16 17:12:48,751 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,751 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 23.8 2025-02-16 17:12:48,751 - card_creation - INFO - self.hbp: 0 / self.walk: 23.8 2025-02-16 17:12:48,751 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 5.1 2025-02-16 17:12:48,751 - card_creation - INFO - self.hbp: 2.0 / self.walk: 3.1 2025-02-16 17:12:48,751 - card_creation - INFO - vL: All other OB: 23.8 / HBP: 0 / BB: 23.8 / Total Chances: 62.65 2025-02-16 17:12:48,751 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 2.0 / BB: 3.1 / Total Chances: 56.55 2025-02-16 17:12:48,751 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 25.149999999999995 / Current Outs: 54.15 2025-02-16 17:12:48,751 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 18.849999999999998 / Current Outs: 47.85 2025-02-16 17:12:48,752 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,752 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,752 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,752 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,752 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,752 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,752 - card_creation - INFO - vL - All Hits: 19.8 / Other OB: 11.1 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,752 - card_creation - INFO - vR - All Hits: 16.25 / Other OB: 12.6 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,752 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.0 2025-02-16 17:12:48,752 - card_creation - INFO - remaining singles: -0.10000000000000098 / total xbh: 6.949999999999999 2025-02-16 17:12:48,752 - card_creation - INFO - vL: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,752 - card_creation - INFO - vR: All Hits: 16.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,752 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,752 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,752 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-16 17:12:48,753 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:48,753 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:48,753 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 17:12:48,753 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,753 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,753 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,753 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.8499999999999996 2025-02-16 17:12:48,753 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,753 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,753 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,753 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,753 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.1 2025-02-16 17:12:48,753 - card_creation - INFO - self.hbp: 0 / self.walk: 11.1 2025-02-16 17:12:48,753 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.6 2025-02-16 17:12:48,753 - card_creation - INFO - self.hbp: 0 / self.walk: 12.6 2025-02-16 17:12:48,753 - card_creation - INFO - vL: All other OB: 11.1 / HBP: 0 / BB: 11.1 / Total Chances: 59.9 2025-02-16 17:12:48,753 - card_creation - INFO - vR: All other OB: 12.6 / HBP: 0 / BB: 12.6 / Total Chances: 57.85 2025-02-16 17:12:48,753 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 14.850000000000001 / Current Outs: 43.85 2025-02-16 17:12:48,753 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 24.349999999999998 / Current Outs: 53.35 2025-02-16 17:12:48,753 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,753 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,753 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,753 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,753 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,753 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,754 - card_creation - INFO - vL - All Hits: 8.0 / Other OB: 8.05 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:48,754 - card_creation - INFO - vR - All Hits: 19.8 / Other OB: 7.25 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,754 - card_creation - INFO - remaining singles: 0.7999999999999998 / total xbh: 3.0 2025-02-16 17:12:48,754 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.700000000000001 2025-02-16 17:12:48,754 - card_creation - INFO - vL: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,754 - card_creation - INFO - vR: All Hits: 19.8 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,754 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,754 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,754 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:48,754 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,754 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,754 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-16 17:12:48,754 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,754 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,754 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,754 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.000000000000001 2025-02-16 17:12:48,754 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 17:12:48,754 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:48,754 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,754 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,754 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.05 2025-02-16 17:12:48,754 - card_creation - INFO - self.hbp: 0 / self.walk: 8.05 2025-02-16 17:12:48,754 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 7.25 2025-02-16 17:12:48,754 - card_creation - INFO - self.hbp: 1.0 / self.walk: 6.25 2025-02-16 17:12:48,754 - card_creation - INFO - vL: All other OB: 8.05 / HBP: 0 / BB: 8.05 / Total Chances: 45.05 2025-02-16 17:12:48,754 - card_creation - INFO - vR: All other OB: 7.25 / HBP: 1.0 / BB: 6.25 / Total Chances: 56.05 2025-02-16 17:12:48,754 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 15.899999999999999 / Current Outs: 44.9 2025-02-16 17:12:48,754 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 17:12:48,754 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,754 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,754 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,754 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,754 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,754 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,755 - card_creation - INFO - vL - All Hits: 24.8 / Other OB: 3.5 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,755 - card_creation - INFO - vR - All Hits: 19.25 / Other OB: 11.15 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,755 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.75 2025-02-16 17:12:48,755 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 11.100000000000001 2025-02-16 17:12:48,755 - card_creation - INFO - vL: All Hits: 24.8 / BP Singles: 5.0 / Single 2: 9.5 / Single 1: 9.55 / Single CF: 0 2025-02-16 17:12:48,755 - card_creation - INFO - vR: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,755 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,755 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,755 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.75 2025-02-16 17:12:48,755 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,755 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,755 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,755 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,755 - card_creation - INFO - Passing 0.75 xbh to single** 2025-02-16 17:12:48,755 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,755 - card_creation - INFO - raw do chances: 8.9 2025-02-16 17:12:48,755 - card_creation - INFO - Double**: 8.9 / Double(cf): 0.0 / rem xbh: 2.200000000000001 2025-02-16 17:12:48,755 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,755 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,755 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,755 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,755 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.5 2025-02-16 17:12:48,755 - card_creation - INFO - self.hbp: 0 / self.walk: 3.5 2025-02-16 17:12:48,755 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.15 2025-02-16 17:12:48,755 - card_creation - INFO - self.hbp: 0 / self.walk: 11.15 2025-02-16 17:12:48,756 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 57.3 2025-02-16 17:12:48,756 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 59.4 2025-02-16 17:12:48,756 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 17:12:48,756 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 16.8 / Current Outs: 45.8 2025-02-16 17:12:48,756 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,756 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,756 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,756 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,756 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,756 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,756 - card_creation - INFO - vL - All Hits: 5.7 / Other OB: 4.2 / All Outs: 98.0 / Total: 29.0 2025-02-16 17:12:48,756 - card_creation - INFO - vR - All Hits: 25.85 / Other OB: 17.35 / All Outs: 65.0 / Total: 29.0 2025-02-16 17:12:48,756 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9000000000000004 2025-02-16 17:12:48,756 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 1.5000000000000036 2025-02-16 17:12:48,757 - card_creation - INFO - vL: All Hits: 5.7 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,757 - card_creation - INFO - vR: All Hits: 25.85 / BP Singles: 5.0 / Single 2: 9.7 / Single 1: 9.65 / Single CF: 0 2025-02-16 17:12:48,757 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-16 17:12:48,757 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,757 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9000000000000004 2025-02-16 17:12:48,757 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,757 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,757 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,757 - card_creation - INFO - excess xbh: 0.9 2025-02-16 17:12:48,757 - card_creation - INFO - Passing 0.9 xbh to single** 2025-02-16 17:12:48,757 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,757 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,757 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5000000000000036 2025-02-16 17:12:48,757 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,757 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,757 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,757 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,757 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,757 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,757 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.35 2025-02-16 17:12:48,757 - card_creation - INFO - self.hbp: 0 / self.walk: 17.35 2025-02-16 17:12:48,757 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 38.9 2025-02-16 17:12:48,757 - card_creation - INFO - vR: All other OB: 17.35 / HBP: 0 / BB: 17.35 / Total Chances: 72.7 2025-02-16 17:12:48,757 - card_creation - INFO - vL: All Outs: 98.0 / Ks: 10.75 / Current Outs: 39.75 2025-02-16 17:12:48,757 - card_creation - INFO - vR: All Outs: 65.0 / Ks: 35.6 / Current Outs: 64.6 2025-02-16 17:12:48,757 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,757 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,757 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 17:12:48,757 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 17:12:48,757 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,757 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,758 - card_creation - INFO - vL - All Hits: 23.8 / Other OB: 13.05 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:48,758 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 8.95 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,758 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.9 2025-02-16 17:12:48,758 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 9.700000000000001 2025-02-16 17:12:48,758 - card_creation - INFO - vL: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.8 / Single CF: 0 2025-02-16 17:12:48,758 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,758 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,758 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,758 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 4.4 2025-02-16 17:12:48,758 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-16 17:12:48,758 - card_creation - INFO - raw hr chances: 4.4 2025-02-16 17:12:48,758 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.4 2025-02-16 17:12:48,758 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,758 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.45 2025-02-16 17:12:48,758 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,758 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 5.200000000000001 2025-02-16 17:12:48,758 - card_creation - INFO - Triple: 1.1 / rem xbh: 4.1 2025-02-16 17:12:48,758 - card_creation - INFO - raw hr chances: 4.1 2025-02-16 17:12:48,758 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.0999999999999996 2025-02-16 17:12:48,758 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,758 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.05 2025-02-16 17:12:48,758 - card_creation - INFO - self.hbp: 0 / self.walk: 13.05 2025-02-16 17:12:48,758 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.95 2025-02-16 17:12:48,758 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.95 2025-02-16 17:12:48,758 - card_creation - INFO - vL: All other OB: 13.05 / HBP: 0 / BB: 13.05 / Total Chances: 65.85 2025-02-16 17:12:48,758 - card_creation - INFO - vR: All other OB: 8.95 / HBP: 2.0 / BB: 6.95 / Total Chances: 57.3 2025-02-16 17:12:48,758 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 24.899999999999995 / Current Outs: 53.9 2025-02-16 17:12:48,758 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.0 / Current Outs: 53.0 2025-02-16 17:12:48,758 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,758 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,759 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,759 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,759 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,759 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,759 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 21.95 / All Outs: 66.0 / Total: 29.0 2025-02-16 17:12:48,759 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 9.75 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,759 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.600000000000001 2025-02-16 17:12:48,759 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 10.950000000000001 2025-02-16 17:12:48,759 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,759 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,759 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,759 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,759 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.200000000000001 2025-02-16 17:12:48,759 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,759 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,759 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,759 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,759 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-16 17:12:48,759 - card_creation - INFO - raw do chances: 9.85 2025-02-16 17:12:48,760 - card_creation - INFO - Double**: 9.85 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-16 17:12:48,760 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,760 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,760 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,760 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,760 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,760 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 21.95 2025-02-16 17:12:48,760 - card_creation - INFO - self.hbp: 0 / self.walk: 21.95 2025-02-16 17:12:48,760 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.75 2025-02-16 17:12:48,760 - card_creation - INFO - self.hbp: 0 / self.walk: 9.75 2025-02-16 17:12:48,760 - card_creation - INFO - vL: All other OB: 21.95 / HBP: 0 / BB: 21.95 / Total Chances: 70.95 2025-02-16 17:12:48,760 - card_creation - INFO - vR: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 56.6 2025-02-16 17:12:48,760 - card_creation - INFO - vL: All Outs: 66.0 / Ks: 28.000000000000004 / Current Outs: 57.0 2025-02-16 17:12:48,760 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 27.2 / Current Outs: 56.2 2025-02-16 17:12:48,760 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,760 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,760 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,760 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,760 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,760 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,760 - card_creation - INFO - vL - All Hits: 25.0 / Other OB: 11.25 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,760 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 11.75 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,761 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.5 2025-02-16 17:12:48,761 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.949999999999999 2025-02-16 17:12:48,761 - card_creation - INFO - vL: All Hits: 25.0 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,761 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,761 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:48,761 - card_creation - INFO - raw do chances: 7.9 2025-02-16 17:12:48,761 - card_creation - INFO - Double**: 7.9 / Double(cf): 0.0 / rem xbh: 2.5999999999999996 2025-02-16 17:12:48,761 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,761 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,761 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,761 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,761 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,761 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,761 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 4.699999999999999 2025-02-16 17:12:48,761 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 17:12:48,761 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 17:12:48,761 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-16 17:12:48,761 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,761 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.25 2025-02-16 17:12:48,761 - card_creation - INFO - self.hbp: 0 / self.walk: 11.25 2025-02-16 17:12:48,761 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 11.75 2025-02-16 17:12:48,761 - card_creation - INFO - self.hbp: 2.0 / self.walk: 9.75 2025-02-16 17:12:48,761 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 65.65 2025-02-16 17:12:48,761 - card_creation - INFO - vR: All other OB: 11.75 / HBP: 2.0 / BB: 9.75 / Total Chances: 55.1 2025-02-16 17:12:48,761 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 17:12:48,761 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 23.200000000000003 / Current Outs: 52.2 2025-02-16 17:12:48,761 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,761 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,761 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,761 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,761 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,761 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,762 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 20.25 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,762 - card_creation - INFO - vR - All Hits: 24.0 / Other OB: 19.3 / All Outs: 64.5 / Total: 29.0 2025-02-16 17:12:48,762 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.1 2025-02-16 17:12:48,762 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 7.600000000000001 2025-02-16 17:12:48,762 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,762 - card_creation - INFO - vR: All Hits: 24.0 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,762 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,762 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,762 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 2.1999999999999997 2025-02-16 17:12:48,762 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,762 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,762 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-16 17:12:48,762 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,762 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,762 - card_creation - INFO - raw do chances: 3.8 2025-02-16 17:12:48,762 - card_creation - INFO - Double**: 3.8 / Double(cf): 0.0 / rem xbh: 3.8000000000000016 2025-02-16 17:12:48,762 - card_creation - INFO - Triple: 0 / rem xbh: 3.8 2025-02-16 17:12:48,762 - card_creation - INFO - raw hr chances: 3.8 2025-02-16 17:12:48,762 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.7999999999999998 2025-02-16 17:12:48,762 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,762 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 20.25 2025-02-16 17:12:48,762 - card_creation - INFO - self.hbp: 0 / self.walk: 20.25 2025-02-16 17:12:48,762 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 19.3 2025-02-16 17:12:48,762 - card_creation - INFO - self.hbp: 4.0 / self.walk: 15.3 2025-02-16 17:12:48,762 - card_creation - INFO - vL: All other OB: 20.25 / HBP: 0 / BB: 20.25 / Total Chances: 65.25 2025-02-16 17:12:48,762 - card_creation - INFO - vR: All other OB: 19.3 / HBP: 4.0 / BB: 15.3 / Total Chances: 72.3 2025-02-16 17:12:48,763 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 29.7 / Current Outs: 58.7 2025-02-16 17:12:48,763 - card_creation - INFO - vR: All Outs: 64.5 / Ks: 19.65 / Current Outs: 48.65 2025-02-16 17:12:48,763 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,763 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,763 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,763 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,763 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,763 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,763 - card_creation - INFO - vL - All Hits: 28.65 / Other OB: 4.75 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,763 - card_creation - INFO - vR - All Hits: 28.95 / Other OB: 12.85 / All Outs: 66.0 / Total: 29.0 2025-02-16 17:12:48,763 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.649999999999999 2025-02-16 17:12:48,763 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 11.599999999999998 2025-02-16 17:12:48,763 - card_creation - INFO - vL: All Hits: 28.65 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.5 / Single CF: 0 2025-02-16 17:12:48,763 - card_creation - INFO - vR: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 0.0 / Single CF: 6.15 2025-02-16 17:12:48,764 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,764 - card_creation - INFO - raw do chances: 9.05 2025-02-16 17:12:48,764 - card_creation - INFO - Double**: 9.05 / Double(cf): 0.0 / rem xbh: 1.5999999999999979 2025-02-16 17:12:48,764 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,764 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,764 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,764 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,764 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,764 - card_creation - INFO - raw do chances: 5.8 2025-02-16 17:12:48,764 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.8 / rem xbh: 5.799999999999998 2025-02-16 17:12:48,764 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 17:12:48,764 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 17:12:48,764 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.8 2025-02-16 17:12:48,764 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,764 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,764 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,764 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.85 2025-02-16 17:12:48,764 - card_creation - INFO - self.hbp: 0 / self.walk: 12.85 2025-02-16 17:12:48,764 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 62.8 2025-02-16 17:12:48,764 - card_creation - INFO - vR: All other OB: 12.85 / HBP: 0 / BB: 12.85 / Total Chances: 70.8 2025-02-16 17:12:48,764 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 33.2 / Current Outs: 62.2 2025-02-16 17:12:48,764 - card_creation - INFO - vR: All Outs: 66.0 / Ks: 6.100000000000001 / Current Outs: 35.1 2025-02-16 17:12:48,764 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,764 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,764 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,764 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,764 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,764 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,765 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 13.3 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,765 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 15.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,765 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 4.149999999999999 2025-02-16 17:12:48,765 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.699999999999999 2025-02-16 17:12:48,765 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,765 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,765 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,765 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,765 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.6499999999999986 2025-02-16 17:12:48,765 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 17:12:48,765 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 17:12:48,765 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 17:12:48,765 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,765 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,765 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,765 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-16 17:12:48,765 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,765 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,765 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-16 17:12:48,765 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,765 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 13.3 2025-02-16 17:12:48,765 - card_creation - INFO - self.hbp: 2.0 / self.walk: 11.3 2025-02-16 17:12:48,765 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 15.45 2025-02-16 17:12:48,765 - card_creation - INFO - self.hbp: 2.0 / self.walk: 13.45 2025-02-16 17:12:48,765 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 2.0 / BB: 11.3 / Total Chances: 62.55 2025-02-16 17:12:48,765 - card_creation - INFO - vR: All other OB: 15.45 / HBP: 2.0 / BB: 13.45 / Total Chances: 58.8 2025-02-16 17:12:48,765 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 31.65 / Current Outs: 60.65 2025-02-16 17:12:48,765 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 42.50000000000001 / Current Outs: 71.5 2025-02-16 17:12:48,765 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,765 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,766 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,766 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,766 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,766 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,766 - card_creation - INFO - vL - All Hits: 18.75 / Other OB: 7.75 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,766 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 7.1 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,766 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.75 2025-02-16 17:12:48,766 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.149999999999999 2025-02-16 17:12:48,766 - card_creation - INFO - vL: All Hits: 18.75 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,766 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,766 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,766 - card_creation - INFO - raw do chances: 5.75 2025-02-16 17:12:48,766 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,767 - card_creation - INFO - raw do chances: 7.35 2025-02-16 17:12:48,767 - card_creation - INFO - Double**: 7.35 / Double(cf): 0.0 / rem xbh: 0.7999999999999989 2025-02-16 17:12:48,767 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,767 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,767 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-16 17:12:48,767 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.75 2025-02-16 17:12:48,767 - card_creation - INFO - self.hbp: 0 / self.walk: 7.75 2025-02-16 17:12:48,767 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.1 2025-02-16 17:12:48,767 - card_creation - INFO - self.hbp: 0 / self.walk: 7.1 2025-02-16 17:12:48,767 - card_creation - INFO - vL: All other OB: 7.75 / HBP: 0 / BB: 7.75 / Total Chances: 55.5 2025-02-16 17:12:48,767 - card_creation - INFO - vR: All other OB: 7.1 / HBP: 0 / BB: 7.1 / Total Chances: 53.05 2025-02-16 17:12:48,767 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 10.2 / Current Outs: 39.2 2025-02-16 17:12:48,767 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 28.85 / Current Outs: 57.85 2025-02-16 17:12:48,767 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,767 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,767 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,767 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,767 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,768 - card_creation - INFO - vL - All Hits: 8.55 / Other OB: 13.9 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,768 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 8.85 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,768 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-16 17:12:48,768 - card_creation - INFO - remaining singles: -0.34999999999999964 / total xbh: 4.099999999999998 2025-02-16 17:12:48,768 - card_creation - INFO - vL: All Hits: 8.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,768 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,768 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,768 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,768 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: -0.0999999999999992 2025-02-16 17:12:48,768 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 17:12:48,768 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 17:12:48,768 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,768 - card_creation - INFO - excess xbh: -0.1 2025-02-16 17:12:48,768 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,768 - card_creation - INFO - raw do chances: 3.3 2025-02-16 17:12:48,768 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 0.799999999999998 2025-02-16 17:12:48,768 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,768 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,768 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,768 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,768 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 17:12:48,768 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.9 2025-02-16 17:12:48,768 - card_creation - INFO - self.hbp: 0 / self.walk: 13.9 2025-02-16 17:12:48,768 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 8.85 2025-02-16 17:12:48,768 - card_creation - INFO - self.hbp: 3.0 / self.walk: 5.85 2025-02-16 17:12:48,768 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 0 / BB: 13.9 / Total Chances: 51.55 2025-02-16 17:12:48,768 - card_creation - INFO - vR: All other OB: 8.85 / HBP: 3.0 / BB: 5.85 / Total Chances: 52.95 2025-02-16 17:12:48,768 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 39.050000000000004 / Current Outs: 68.05 2025-02-16 17:12:48,768 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 48.1 / Current Outs: 77.1 2025-02-16 17:12:48,768 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,768 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,768 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,768 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,768 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,768 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,769 - card_creation - INFO - vL - All Hits: 4.5 / Other OB: 22.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,769 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 15.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,769 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 17:12:48,769 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 4.600000000000001 2025-02-16 17:12:48,769 - card_creation - INFO - vL: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,769 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,769 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,769 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,769 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 4.600000000000001 2025-02-16 17:12:48,769 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 17:12:48,769 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 17:12:48,769 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.6 2025-02-16 17:12:48,769 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,769 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 22.4 2025-02-16 17:12:48,769 - card_creation - INFO - self.hbp: 1.0 / self.walk: 21.4 2025-02-16 17:12:48,769 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.5 2025-02-16 17:12:48,769 - card_creation - INFO - self.hbp: 0 / self.walk: 15.5 2025-02-16 17:12:48,769 - card_creation - INFO - vL: All other OB: 22.4 / HBP: 1.0 / BB: 21.4 / Total Chances: 55.9 2025-02-16 17:12:48,769 - card_creation - INFO - vR: All other OB: 15.5 / HBP: 0 / BB: 15.5 / Total Chances: 60.5 2025-02-16 17:12:48,770 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 21.549999999999997 / Current Outs: 50.55 2025-02-16 17:12:48,770 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 13.45 / Current Outs: 42.45 2025-02-16 17:12:48,770 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,770 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,770 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,770 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,770 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,770 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,770 - card_creation - INFO - vL - All Hits: 16.15 / Other OB: 4.5 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,770 - card_creation - INFO - vR - All Hits: 5.95 / Other OB: 9.2 / All Outs: 93.0 / Total: 29.0 2025-02-16 17:12:48,770 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.75 2025-02-16 17:12:48,770 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6999999999999997 2025-02-16 17:12:48,770 - card_creation - INFO - vL: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,770 - card_creation - INFO - vR: All Hits: 5.95 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,771 - card_creation - INFO - hr%: 0.05 / tr%: 0.50 / do%: 0.50 2025-02-16 17:12:48,771 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,771 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.35 2025-02-16 17:12:48,771 - card_creation - INFO - Triple: 1.2 / rem xbh: 1.15 2025-02-16 17:12:48,771 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:48,771 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,771 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,771 - card_creation - INFO - Passing 0.1499999999999999 xbh to triple 2025-02-16 17:12:48,771 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,771 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,771 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 17:12:48,771 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,771 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,771 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,771 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,771 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,771 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,771 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 9.2 2025-02-16 17:12:48,771 - card_creation - INFO - self.hbp: 4.0 / self.walk: 5.2 2025-02-16 17:12:48,771 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 49.65 2025-02-16 17:12:48,771 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 4.0 / BB: 5.2 / Total Chances: 44.2 2025-02-16 17:12:48,771 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 37.45 / Current Outs: 66.45 2025-02-16 17:12:48,771 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 45.75 / Current Outs: 74.75 2025-02-16 17:12:48,771 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,771 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,771 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,771 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,771 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,771 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,772 - card_creation - INFO - vL - All Hits: 16.85 / Other OB: 18.65 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:48,772 - card_creation - INFO - vR - All Hits: 33.35 / Other OB: 7.0 / All Outs: 67.5 / Total: 29.0 2025-02-16 17:12:48,772 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 3.450000000000003 2025-02-16 17:12:48,772 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 16.25 2025-02-16 17:12:48,772 - card_creation - INFO - vL: All Hits: 16.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,772 - card_creation - INFO - vR: All Hits: 33.35 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 0.0 / Single CF: 6.05 2025-02-16 17:12:48,772 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,772 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,772 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.2500000000000027 2025-02-16 17:12:48,772 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 17:12:48,772 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 17:12:48,772 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 17:12:48,772 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,772 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,772 - card_creation - INFO - raw do chances: 9.75 2025-02-16 17:12:48,772 - card_creation - INFO - Double**: 0.0 / Double(cf): 9.75 / rem xbh: 6.5 2025-02-16 17:12:48,772 - card_creation - INFO - Triple: 0 / rem xbh: 6.5 2025-02-16 17:12:48,772 - card_creation - INFO - raw hr chances: 6.5 2025-02-16 17:12:48,772 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.5 2025-02-16 17:12:48,772 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,772 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 18.65 2025-02-16 17:12:48,772 - card_creation - INFO - self.hbp: 1.0 / self.walk: 17.65 2025-02-16 17:12:48,772 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.0 2025-02-16 17:12:48,772 - card_creation - INFO - self.hbp: 0 / self.walk: 7.0 2025-02-16 17:12:48,772 - card_creation - INFO - vL: All other OB: 18.65 / HBP: 1.0 / BB: 17.65 / Total Chances: 64.5 2025-02-16 17:12:48,772 - card_creation - INFO - vR: All other OB: 7.0 / HBP: 0 / BB: 7.0 / Total Chances: 69.35 2025-02-16 17:12:48,773 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 7.300000000000002 / Current Outs: 36.3 2025-02-16 17:12:48,773 - card_creation - INFO - vR: All Outs: 67.5 / Ks: 12.95 / Current Outs: 41.95 2025-02-16 17:12:48,773 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,773 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,773 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,773 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,773 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,773 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,773 - card_creation - INFO - vL - All Hits: 20.05 / Other OB: 12.4 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,773 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 10.5 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,773 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 10.450000000000001 2025-02-16 17:12:48,773 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.1999999999999993 2025-02-16 17:12:48,773 - card_creation - INFO - vL: All Hits: 20.05 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.2 2025-02-16 17:12:48,773 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,773 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,774 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,774 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.700000000000001 2025-02-16 17:12:48,774 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-16 17:12:48,774 - card_creation - INFO - raw hr chances: 5.7 2025-02-16 17:12:48,774 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.7 2025-02-16 17:12:48,774 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,774 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,774 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,774 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.4499999999999993 2025-02-16 17:12:48,774 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,774 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,774 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,774 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:48,774 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 17:12:48,774 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.4 2025-02-16 17:12:48,774 - card_creation - INFO - self.hbp: 0 / self.walk: 12.4 2025-02-16 17:12:48,774 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.5 2025-02-16 17:12:48,774 - card_creation - INFO - self.hbp: 0 / self.walk: 10.5 2025-02-16 17:12:48,774 - card_creation - INFO - vL: All other OB: 12.4 / HBP: 0 / BB: 12.4 / Total Chances: 61.45 2025-02-16 17:12:48,774 - card_creation - INFO - vR: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 55.5 2025-02-16 17:12:48,774 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 25.549999999999997 / Current Outs: 54.55 2025-02-16 17:12:48,774 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 10.45 / Current Outs: 39.45 2025-02-16 17:12:48,774 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,774 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,774 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,774 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,774 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,774 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,775 - card_creation - INFO - vL - All Hits: 16.0 / Other OB: 23.3 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,775 - card_creation - INFO - vR - All Hits: 8.2 / Other OB: 9.95 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,775 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.550000000000001 2025-02-16 17:12:48,775 - card_creation - INFO - remaining singles: 0.7999999999999998 / total xbh: 3.1999999999999993 2025-02-16 17:12:48,775 - card_creation - INFO - vL: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,775 - card_creation - INFO - vR: All Hits: 8.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,775 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,775 - card_creation - INFO - raw do chances: 3.9 2025-02-16 17:12:48,775 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 1.6500000000000008 2025-02-16 17:12:48,775 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,775 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,775 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,775 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,775 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,775 - card_creation - INFO - raw do chances: 2.55 2025-02-16 17:12:48,775 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-16 17:12:48,775 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,775 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,775 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,775 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,775 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:48,775 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 23.3 2025-02-16 17:12:48,775 - card_creation - INFO - self.hbp: 0 / self.walk: 23.3 2025-02-16 17:12:48,775 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.95 2025-02-16 17:12:48,775 - card_creation - INFO - self.hbp: 0 / self.walk: 9.95 2025-02-16 17:12:48,775 - card_creation - INFO - vL: All other OB: 23.3 / HBP: 0 / BB: 23.3 / Total Chances: 68.65 2025-02-16 17:12:48,775 - card_creation - INFO - vR: All other OB: 9.95 / HBP: 0 / BB: 9.95 / Total Chances: 47.15 2025-02-16 17:12:48,775 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 16.649999999999995 / Current Outs: 45.65 2025-02-16 17:12:48,775 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 25.999999999999996 / Current Outs: 55.0 2025-02-16 17:12:48,776 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,776 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,776 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,776 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,776 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,776 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,776 - card_creation - INFO - vL - All Hits: 22.4 / Other OB: 11.05 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,776 - card_creation - INFO - vR - All Hits: 13.05 / Other OB: 11.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,776 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.899999999999997 2025-02-16 17:12:48,776 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 4.200000000000001 2025-02-16 17:12:48,776 - card_creation - INFO - vL: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,776 - card_creation - INFO - vR: All Hits: 13.05 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,776 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 17:12:48,776 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,776 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 4.149999999999997 2025-02-16 17:12:48,777 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 17:12:48,777 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:48,777 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.1500000000000004 2025-02-16 17:12:48,777 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,777 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,777 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,777 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.450000000000001 2025-02-16 17:12:48,777 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,777 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,777 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-16 17:12:48,777 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,777 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.05 2025-02-16 17:12:48,777 - card_creation - INFO - self.hbp: 0 / self.walk: 11.05 2025-02-16 17:12:48,777 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.0 2025-02-16 17:12:48,777 - card_creation - INFO - self.hbp: 0 / self.walk: 11.0 2025-02-16 17:12:48,777 - card_creation - INFO - vL: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 62.45 2025-02-16 17:12:48,777 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 0 / BB: 11.0 / Total Chances: 53.05 2025-02-16 17:12:48,777 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 25.899999999999995 / Current Outs: 54.9 2025-02-16 17:12:48,777 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 42.95 / Current Outs: 71.95 2025-02-16 17:12:48,777 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,777 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,777 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,777 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,777 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,777 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,778 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 4.2 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,778 - card_creation - INFO - vR - All Hits: 19.85 / Other OB: 9.05 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,778 - card_creation - INFO - remaining singles: -0.10000000000000142 / total xbh: 4.399999999999999 2025-02-16 17:12:48,778 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 6.75 2025-02-16 17:12:48,778 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,778 - card_creation - INFO - vR: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,778 - card_creation - INFO - hr%: 0.55 / tr%: 0.15 / do%: 0.30 2025-02-16 17:12:48,778 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,778 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 3.0499999999999985 2025-02-16 17:12:48,778 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 17:12:48,778 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 17:12:48,778 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-16 17:12:48,778 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,778 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,778 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,778 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 17:12:48,778 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,778 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,778 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,778 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,778 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,778 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,778 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 9.05 2025-02-16 17:12:48,778 - card_creation - INFO - self.hbp: 2.0 / self.walk: 7.05 2025-02-16 17:12:48,778 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 53.4 2025-02-16 17:12:48,778 - card_creation - INFO - vR: All other OB: 9.05 / HBP: 2.0 / BB: 7.05 / Total Chances: 57.9 2025-02-16 17:12:48,778 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 34.75 / Current Outs: 63.75 2025-02-16 17:12:48,778 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 13.9 / Current Outs: 42.9 2025-02-16 17:12:48,778 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,778 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,779 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,779 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,779 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,779 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,779 - card_creation - INFO - vL - All Hits: 22.7 / Other OB: 8.5 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,779 - card_creation - INFO - vR - All Hits: 12.55 / Other OB: 8.25 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,779 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.500000000000002 2025-02-16 17:12:48,779 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.65 2025-02-16 17:12:48,779 - card_creation - INFO - vL: All Hits: 22.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,779 - card_creation - INFO - vR: All Hits: 12.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,779 - card_creation - INFO - hr%: 0.20 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,779 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,779 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 3.7500000000000018 2025-02-16 17:12:48,779 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 17:12:48,779 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 17:12:48,779 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-16 17:12:48,779 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,779 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 17:12:48,779 - card_creation - INFO - raw do chances: 2.8 2025-02-16 17:12:48,780 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.8500000000000005 2025-02-16 17:12:48,780 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-16 17:12:48,780 - card_creation - INFO - raw hr chances: 2.85 2025-02-16 17:12:48,780 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-16 17:12:48,780 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,780 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.5 2025-02-16 17:12:48,780 - card_creation - INFO - self.hbp: 0 / self.walk: 8.5 2025-02-16 17:12:48,780 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.25 2025-02-16 17:12:48,780 - card_creation - INFO - self.hbp: 0 / self.walk: 8.25 2025-02-16 17:12:48,780 - card_creation - INFO - vL: All other OB: 8.5 / HBP: 0 / BB: 8.5 / Total Chances: 60.2 2025-02-16 17:12:48,780 - card_creation - INFO - vR: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 49.8 2025-02-16 17:12:48,780 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:48,780 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 29.7 / Current Outs: 58.7 2025-02-16 17:12:48,780 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,780 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,780 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,780 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,780 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,780 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,780 - card_creation - INFO - vL - All Hits: 16.35 / Other OB: 11.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,780 - card_creation - INFO - vR - All Hits: 13.5 / Other OB: 12.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,781 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 8.800000000000002 2025-02-16 17:12:48,781 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 2.1000000000000005 2025-02-16 17:12:48,781 - card_creation - INFO - vL: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,781 - card_creation - INFO - vR: All Hits: 13.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,781 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,781 - card_creation - INFO - raw do chances: 8.35 2025-02-16 17:12:48,781 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 0.45000000000000284 2025-02-16 17:12:48,781 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,781 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,781 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,781 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,781 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,781 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,781 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,781 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.20000000000000062 2025-02-16 17:12:48,781 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 17:12:48,781 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 17:12:48,781 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,781 - card_creation - INFO - excess xbh: 0.2 2025-02-16 17:12:48,781 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 17:12:48,781 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 11.7 2025-02-16 17:12:48,781 - card_creation - INFO - self.hbp: 2.0 / self.walk: 9.7 2025-02-16 17:12:48,781 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.5 2025-02-16 17:12:48,781 - card_creation - INFO - self.hbp: 0 / self.walk: 12.5 2025-02-16 17:12:48,781 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 2.0 / BB: 9.7 / Total Chances: 57.05 2025-02-16 17:12:48,781 - card_creation - INFO - vR: All other OB: 12.5 / HBP: 0 / BB: 12.5 / Total Chances: 55.0 2025-02-16 17:12:48,781 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 21.25 / Current Outs: 50.25 2025-02-16 17:12:48,781 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 14.449999999999998 / Current Outs: 43.45 2025-02-16 17:12:48,781 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,781 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,781 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,781 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,781 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,781 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,782 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 11.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,782 - card_creation - INFO - vR - All Hits: 6.35 / Other OB: 7.2 / All Outs: 94.5 / Total: 29.0 2025-02-16 17:12:48,782 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 6.899999999999999 2025-02-16 17:12:48,782 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: -0.05000000000000071 2025-02-16 17:12:48,782 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,782 - card_creation - INFO - vR: All Hits: 6.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,782 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 17:12:48,782 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,782 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 2.3999999999999986 2025-02-16 17:12:48,782 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 17:12:48,782 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 17:12:48,782 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,782 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:48,782 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 17:12:48,782 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.7 2025-02-16 17:12:48,782 - card_creation - INFO - self.hbp: 0 / self.walk: 11.7 2025-02-16 17:12:48,782 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.2 2025-02-16 17:12:48,782 - card_creation - INFO - self.hbp: 0 / self.walk: 7.2 2025-02-16 17:12:48,782 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 56.9 2025-02-16 17:12:48,782 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 42.6 2025-02-16 17:12:48,782 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 22.25 / Current Outs: 51.25 2025-02-16 17:12:48,782 - card_creation - INFO - vR: All Outs: 94.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 17:12:48,782 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,782 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,783 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,783 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,783 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,783 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,783 - card_creation - INFO - vL - All Hits: 19.5 / Other OB: 16.6 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,783 - card_creation - INFO - vR - All Hits: 8.4 / Other OB: 14.05 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,783 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8000000000000007 2025-02-16 17:12:48,783 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.0500000000000007 2025-02-16 17:12:48,783 - card_creation - INFO - vL: All Hits: 19.5 / BP Singles: 5.0 / Single 2: 5.85 / Single 1: 5.85 / Single CF: 0 2025-02-16 17:12:48,783 - card_creation - INFO - vR: All Hits: 8.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.35 / Single CF: 0 2025-02-16 17:12:48,783 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,783 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,783 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.9000000000000008 2025-02-16 17:12:48,783 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,783 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,783 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,783 - card_creation - INFO - excess xbh: 0.9 2025-02-16 17:12:48,783 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 17:12:48,783 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,783 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,783 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 17:12:48,783 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 17:12:48,784 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 17:12:48,784 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 17:12:48,784 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,784 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.6 2025-02-16 17:12:48,784 - card_creation - INFO - self.hbp: 0 / self.walk: 16.6 2025-02-16 17:12:48,784 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.05 2025-02-16 17:12:48,784 - card_creation - INFO - self.hbp: 0 / self.walk: 14.05 2025-02-16 17:12:48,784 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 65.1 2025-02-16 17:12:48,784 - card_creation - INFO - vR: All other OB: 14.05 / HBP: 0 / BB: 14.05 / Total Chances: 51.45 2025-02-16 17:12:48,784 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 26.349999999999998 / Current Outs: 55.35 2025-02-16 17:12:48,784 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 39.900000000000006 / Current Outs: 68.9 2025-02-16 17:12:48,784 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,784 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,784 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,784 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,784 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,784 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,784 - card_creation - INFO - vL - All Hits: 26.25 / Other OB: 12.05 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:48,784 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 5.1 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,785 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 9.850000000000001 2025-02-16 17:12:48,785 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 7.300000000000001 2025-02-16 17:12:48,785 - card_creation - INFO - vL: All Hits: 26.25 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,785 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,785 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.70 2025-02-16 17:12:48,785 - card_creation - INFO - raw do chances: 6.9 2025-02-16 17:12:48,785 - card_creation - INFO - Double**: 6.9 / Double(cf): 0.0 / rem xbh: 2.950000000000001 2025-02-16 17:12:48,785 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-16 17:12:48,785 - card_creation - INFO - raw hr chances: 2.95 2025-02-16 17:12:48,785 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-16 17:12:48,785 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,785 - card_creation - INFO - hr%: 0.40 / tr%: 0.30 / do%: 0.30 2025-02-16 17:12:48,785 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:48,785 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 5.050000000000001 2025-02-16 17:12:48,785 - card_creation - INFO - Triple: 1.5 / rem xbh: 3.55 2025-02-16 17:12:48,785 - card_creation - INFO - raw hr chances: 3.55 2025-02-16 17:12:48,785 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.55 2025-02-16 17:12:48,785 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,785 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.05 2025-02-16 17:12:48,785 - card_creation - INFO - self.hbp: 0 / self.walk: 12.05 2025-02-16 17:12:48,785 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,785 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,785 - card_creation - INFO - vL: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 67.3 2025-02-16 17:12:48,785 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 54.1 2025-02-16 17:12:48,785 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 5.899999999999998 / Current Outs: 34.9 2025-02-16 17:12:48,785 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 19.849999999999998 / Current Outs: 48.85 2025-02-16 17:12:48,785 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,785 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,785 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,785 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,785 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,785 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,786 - card_creation - INFO - vL - All Hits: 15.45 / Other OB: 9.6 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,786 - card_creation - INFO - vR - All Hits: 15.75 / Other OB: 10.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,786 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.499999999999999 2025-02-16 17:12:48,786 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.350000000000001 2025-02-16 17:12:48,786 - card_creation - INFO - vL: All Hits: 15.45 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,786 - card_creation - INFO - vR: All Hits: 15.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,786 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.45 2025-02-16 17:12:48,786 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,786 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.2999999999999992 2025-02-16 17:12:48,786 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,786 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,786 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,786 - card_creation - INFO - excess xbh: 0.30000000000000004 2025-02-16 17:12:48,786 - card_creation - INFO - Passing 0.30000000000000004 xbh to double** 2025-02-16 17:12:48,786 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,786 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,786 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 17:12:48,786 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,786 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,786 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 17:12:48,786 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,786 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.6 2025-02-16 17:12:48,786 - card_creation - INFO - self.hbp: 0 / self.walk: 9.6 2025-02-16 17:12:48,786 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.2 2025-02-16 17:12:48,786 - card_creation - INFO - self.hbp: 0 / self.walk: 10.2 2025-02-16 17:12:48,786 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 54.05 2025-02-16 17:12:48,787 - card_creation - INFO - vR: All other OB: 10.2 / HBP: 0 / BB: 10.2 / Total Chances: 54.95 2025-02-16 17:12:48,787 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 14.349999999999998 / Current Outs: 43.35 2025-02-16 17:12:48,787 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 28.75 / Current Outs: 57.75 2025-02-16 17:12:48,787 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,787 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,787 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,787 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,787 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,787 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,787 - card_creation - INFO - vL - All Hits: 12.6 / Other OB: 6.5 / All Outs: 89.0 / Total: 29.0 2025-02-16 17:12:48,787 - card_creation - INFO - vR - All Hits: 17.25 / Other OB: 5.4 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,787 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.6999999999999984 2025-02-16 17:12:48,787 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.25 2025-02-16 17:12:48,788 - card_creation - INFO - vL: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,788 - card_creation - INFO - vR: All Hits: 17.25 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,788 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,788 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,788 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: -1.5543122344752192e-15 2025-02-16 17:12:48,788 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 17:12:48,788 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,788 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 2.05 2025-02-16 17:12:48,788 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 17:12:48,788 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 17:12:48,788 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 17:12:48,788 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,788 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,788 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,788 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,788 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 48.1 2025-02-16 17:12:48,788 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 51.65 2025-02-16 17:12:48,788 - card_creation - INFO - vL: All Outs: 89.0 / Ks: 32.45 / Current Outs: 61.45 2025-02-16 17:12:48,788 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 31.549999999999997 / Current Outs: 60.55 2025-02-16 17:12:48,788 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,788 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,788 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,788 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,788 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,789 - card_creation - INFO - vL - All Hits: 9.6 / Other OB: 16.65 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,789 - card_creation - INFO - vR - All Hits: 15.55 / Other OB: 5.85 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,789 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 2.2 2025-02-16 17:12:48,789 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.55 2025-02-16 17:12:48,789 - card_creation - INFO - vL: All Hits: 9.6 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,789 - card_creation - INFO - vR: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,789 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,789 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,789 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-16 17:12:48,789 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,789 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,789 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,789 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,789 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:48,789 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,789 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,789 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 0.8999999999999999 2025-02-16 17:12:48,789 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,789 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,789 - card_creation - INFO - BP HR: 0 / ND HR: 0.9 2025-02-16 17:12:48,789 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,789 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.65 2025-02-16 17:12:48,789 - card_creation - INFO - self.hbp: 0 / self.walk: 16.65 2025-02-16 17:12:48,789 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.85 2025-02-16 17:12:48,789 - card_creation - INFO - self.hbp: 0 / self.walk: 5.85 2025-02-16 17:12:48,789 - card_creation - INFO - vL: All other OB: 16.65 / HBP: 0 / BB: 16.65 / Total Chances: 55.25 2025-02-16 17:12:48,789 - card_creation - INFO - vR: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 50.4 2025-02-16 17:12:48,789 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 32.300000000000004 / Current Outs: 61.3 2025-02-16 17:12:48,789 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 35.1 / Current Outs: 64.1 2025-02-16 17:12:48,789 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,789 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,789 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,789 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,790 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,790 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,790 - card_creation - INFO - vL - All Hits: 13.9 / Other OB: 1.4 / All Outs: 92.5 / Total: 29.0 2025-02-16 17:12:48,790 - card_creation - INFO - vR - All Hits: 29.05 / Other OB: 3.25 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,790 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.600000000000001 2025-02-16 17:12:48,790 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 10.7 2025-02-16 17:12:48,790 - card_creation - INFO - vL: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,790 - card_creation - INFO - vR: All Hits: 29.05 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 0.0 / Single CF: 6.65 2025-02-16 17:12:48,790 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,790 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,790 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.3500000000000014 2025-02-16 17:12:48,790 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,790 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,790 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-16 17:12:48,790 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,790 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 17:12:48,790 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,790 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.5 / rem xbh: 6.199999999999999 2025-02-16 17:12:48,790 - card_creation - INFO - Triple: 0 / rem xbh: 6.2 2025-02-16 17:12:48,791 - card_creation - INFO - raw hr chances: 6.2 2025-02-16 17:12:48,791 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.2 2025-02-16 17:12:48,791 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,791 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.4 2025-02-16 17:12:48,791 - card_creation - INFO - self.hbp: 0 / self.walk: 1.4 2025-02-16 17:12:48,791 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.25 2025-02-16 17:12:48,791 - card_creation - INFO - self.hbp: 0 / self.walk: 3.25 2025-02-16 17:12:48,791 - card_creation - INFO - vL: All other OB: 1.4 / HBP: 0 / BB: 1.4 / Total Chances: 44.3 2025-02-16 17:12:48,791 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 61.3 2025-02-16 17:12:48,791 - card_creation - INFO - vL: All Outs: 92.5 / Ks: 14.55 / Current Outs: 43.55 2025-02-16 17:12:48,791 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 17:12:48,791 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,791 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,791 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,791 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,791 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,791 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,791 - card_creation - INFO - vL - All Hits: 17.2 / Other OB: 16.1 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,791 - card_creation - INFO - vR - All Hits: 24.95 / Other OB: 6.7 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,792 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.3 2025-02-16 17:12:48,792 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 9.450000000000001 2025-02-16 17:12:48,792 - card_creation - INFO - vL: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,792 - card_creation - INFO - vR: All Hits: 24.95 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,792 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,792 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,792 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.6000000000000005 2025-02-16 17:12:48,792 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,792 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,792 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 17:12:48,792 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,792 - card_creation - INFO - hr%: 0.35 / tr%: 0.25 / do%: 0.45 2025-02-16 17:12:48,792 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,792 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.200000000000001 2025-02-16 17:12:48,792 - card_creation - INFO - Triple: 1.35 / rem xbh: 3.85 2025-02-16 17:12:48,792 - card_creation - INFO - raw hr chances: 3.85 2025-02-16 17:12:48,792 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.85 2025-02-16 17:12:48,792 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,792 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.1 2025-02-16 17:12:48,792 - card_creation - INFO - self.hbp: 0 / self.walk: 16.1 2025-02-16 17:12:48,792 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.7 2025-02-16 17:12:48,792 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.7 2025-02-16 17:12:48,792 - card_creation - INFO - vL: All other OB: 16.1 / HBP: 0 / BB: 16.1 / Total Chances: 62.3 2025-02-16 17:12:48,792 - card_creation - INFO - vR: All other OB: 6.7 / HBP: 2.0 / BB: 4.7 / Total Chances: 60.65 2025-02-16 17:12:48,792 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 19.85 / Current Outs: 48.85 2025-02-16 17:12:48,792 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 31.249999999999996 / Current Outs: 60.25 2025-02-16 17:12:48,792 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,792 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,792 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,792 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,792 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,792 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,793 - card_creation - INFO - vL - All Hits: 13.9 / Other OB: 8.35 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,793 - card_creation - INFO - vR - All Hits: 24.2 / Other OB: 5.1 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,793 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 2.499999999999999 2025-02-16 17:12:48,793 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.25 2025-02-16 17:12:48,793 - card_creation - INFO - vL: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,793 - card_creation - INFO - vR: All Hits: 24.2 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 6.95 / Single CF: 0 2025-02-16 17:12:48,793 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,793 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,793 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 0.9999999999999991 2025-02-16 17:12:48,793 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,793 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,793 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,793 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,793 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,793 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,793 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 0.5 2025-02-16 17:12:48,793 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 17:12:48,793 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 17:12:48,793 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,793 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,793 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 17:12:48,793 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.35 2025-02-16 17:12:48,793 - card_creation - INFO - self.hbp: 0 / self.walk: 8.35 2025-02-16 17:12:48,793 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,794 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,794 - card_creation - INFO - vL: All other OB: 8.35 / HBP: 0 / BB: 8.35 / Total Chances: 51.25 2025-02-16 17:12:48,794 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 58.3 2025-02-16 17:12:48,794 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 24.599999999999998 / Current Outs: 53.6 2025-02-16 17:12:48,794 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 33.85 / Current Outs: 62.85 2025-02-16 17:12:48,794 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,794 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,794 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,794 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,794 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,794 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,794 - card_creation - INFO - vL - All Hits: 10.8 / Other OB: 12.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,794 - card_creation - INFO - vR - All Hits: 2.25 / Other OB: 15.6 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,794 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 7.0 2025-02-16 17:12:48,794 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.25 2025-02-16 17:12:48,794 - card_creation - INFO - vL: All Hits: 10.8 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 0.0 / Single CF: 1.9 2025-02-16 17:12:48,795 - card_creation - INFO - vR: All Hits: 2.25 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,795 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,795 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,795 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.75 / rem xbh: 5.25 2025-02-16 17:12:48,795 - card_creation - INFO - Triple: 0 / rem xbh: 5.25 2025-02-16 17:12:48,795 - card_creation - INFO - raw hr chances: 5.25 2025-02-16 17:12:48,795 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.25 2025-02-16 17:12:48,795 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,795 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,795 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,795 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.05 2025-02-16 17:12:48,795 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,795 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,795 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 17:12:48,795 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,795 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.7 2025-02-16 17:12:48,795 - card_creation - INFO - self.hbp: 0 / self.walk: 12.7 2025-02-16 17:12:48,795 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.6 2025-02-16 17:12:48,795 - card_creation - INFO - self.hbp: 0 / self.walk: 15.6 2025-02-16 17:12:48,795 - card_creation - INFO - vL: All other OB: 12.7 / HBP: 0 / BB: 12.7 / Total Chances: 52.5 2025-02-16 17:12:48,795 - card_creation - INFO - vR: All other OB: 15.6 / HBP: 0 / BB: 15.6 / Total Chances: 46.85 2025-02-16 17:12:48,795 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 13.250000000000002 / Current Outs: 42.25 2025-02-16 17:12:48,795 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 25.349999999999998 / Current Outs: 54.35 2025-02-16 17:12:48,795 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,795 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,795 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,795 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,795 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,795 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,796 - card_creation - INFO - vL - All Hits: 10.25 / Other OB: 23.6 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,796 - card_creation - INFO - vR - All Hits: 33.05 / Other OB: 13.6 / All Outs: 61.5 / Total: 29.0 2025-02-16 17:12:48,796 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.75 2025-02-16 17:12:48,796 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.649999999999999 2025-02-16 17:12:48,796 - card_creation - INFO - vL: All Hits: 10.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,796 - card_creation - INFO - vR: All Hits: 33.05 / BP Singles: 5.0 / Single 2: 9.7 / Single 1: 0.0 / Single CF: 9.7 2025-02-16 17:12:48,796 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-16 17:12:48,796 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,796 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.75 2025-02-16 17:12:48,796 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 17:12:48,796 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 17:12:48,796 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-16 17:12:48,796 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,796 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 17:12:48,796 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,796 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 8.649999999999999 2025-02-16 17:12:48,796 - card_creation - INFO - Triple: 0 / rem xbh: 8.65 2025-02-16 17:12:48,796 - card_creation - INFO - raw hr chances: 8.65 2025-02-16 17:12:48,796 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.65 2025-02-16 17:12:48,796 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,796 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 23.6 2025-02-16 17:12:48,796 - card_creation - INFO - self.hbp: 0 / self.walk: 23.6 2025-02-16 17:12:48,796 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.6 2025-02-16 17:12:48,796 - card_creation - INFO - self.hbp: 0 / self.walk: 13.6 2025-02-16 17:12:48,796 - card_creation - INFO - vL: All other OB: 23.6 / HBP: 0 / BB: 23.6 / Total Chances: 62.85 2025-02-16 17:12:48,796 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 75.65 2025-02-16 17:12:48,796 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 30.349999999999998 / Current Outs: 59.35 2025-02-16 17:12:48,796 - card_creation - INFO - vR: All Outs: 61.5 / Ks: 11.35 / Current Outs: 40.35 2025-02-16 17:12:48,796 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,796 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,796 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,796 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,797 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,797 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,797 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 8.65 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,797 - card_creation - INFO - vR - All Hits: 24.55 / Other OB: 7.05 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,797 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.300000000000001 2025-02-16 17:12:48,797 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 8.150000000000002 2025-02-16 17:12:48,797 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:48,797 - card_creation - INFO - vR: All Hits: 24.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,797 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.55 2025-02-16 17:12:48,797 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,797 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 17:12:48,797 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,797 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,797 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 17:12:48,797 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,797 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,797 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,797 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 4.400000000000002 2025-02-16 17:12:48,798 - card_creation - INFO - Triple: 0 / rem xbh: 4.4 2025-02-16 17:12:48,798 - card_creation - INFO - raw hr chances: 4.4 2025-02-16 17:12:48,798 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.4 2025-02-16 17:12:48,798 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,798 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.65 2025-02-16 17:12:48,798 - card_creation - INFO - self.hbp: 0 / self.walk: 8.65 2025-02-16 17:12:48,798 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.05 2025-02-16 17:12:48,798 - card_creation - INFO - self.hbp: 0 / self.walk: 7.05 2025-02-16 17:12:48,798 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 53.55 2025-02-16 17:12:48,798 - card_creation - INFO - vR: All other OB: 7.05 / HBP: 0 / BB: 7.05 / Total Chances: 60.6 2025-02-16 17:12:48,798 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 18.3 / Current Outs: 47.3 2025-02-16 17:12:48,798 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 19.9 / Current Outs: 48.9 2025-02-16 17:12:48,798 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,798 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,798 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,798 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,798 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,798 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,798 - card_creation - INFO - vL - All Hits: 20.85 / Other OB: 8.75 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,798 - card_creation - INFO - vR - All Hits: 16.2 / Other OB: 11.25 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,799 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.350000000000001 2025-02-16 17:12:48,799 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 7.75 2025-02-16 17:12:48,799 - card_creation - INFO - vL: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,799 - card_creation - INFO - vR: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,799 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.90 2025-02-16 17:12:48,799 - card_creation - INFO - raw do chances: 4.8 2025-02-16 17:12:48,799 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 0.5500000000000016 2025-02-16 17:12:48,799 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,799 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,799 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,799 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,799 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,799 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:48,799 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,799 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 4.25 2025-02-16 17:12:48,799 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-16 17:12:48,799 - card_creation - INFO - raw hr chances: 4.25 2025-02-16 17:12:48,799 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.25 2025-02-16 17:12:48,799 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,799 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 8.75 2025-02-16 17:12:48,799 - card_creation - INFO - self.hbp: 3.0 / self.walk: 5.75 2025-02-16 17:12:48,799 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.25 2025-02-16 17:12:48,799 - card_creation - INFO - self.hbp: 0 / self.walk: 11.25 2025-02-16 17:12:48,799 - card_creation - INFO - vL: All other OB: 8.75 / HBP: 3.0 / BB: 5.75 / Total Chances: 58.6 2025-02-16 17:12:48,799 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 56.45 2025-02-16 17:12:48,799 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 29.2 / Current Outs: 58.2 2025-02-16 17:12:48,799 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 21.699999999999996 / Current Outs: 50.7 2025-02-16 17:12:48,799 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,799 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,799 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,799 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,799 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,799 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,800 - card_creation - INFO - vL - All Hits: 26.35 / Other OB: 16.2 / All Outs: 65.5 / Total: 29.0 2025-02-16 17:12:48,800 - card_creation - INFO - vR - All Hits: 18.1 / Other OB: 15.25 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,800 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 1.7763568394002505e-15 2025-02-16 17:12:48,800 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.200000000000003 2025-02-16 17:12:48,800 - card_creation - INFO - vL: All Hits: 26.35 / BP Singles: 5.0 / Single 2: 10.7 / Single 1: 10.65 / Single CF: 0 2025-02-16 17:12:48,800 - card_creation - INFO - vR: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,800 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,800 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,800 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 4.700000000000003 2025-02-16 17:12:48,800 - card_creation - INFO - Triple: 0 / rem xbh: 4.7 2025-02-16 17:12:48,800 - card_creation - INFO - raw hr chances: 4.7 2025-02-16 17:12:48,800 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.7 2025-02-16 17:12:48,800 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,800 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 16.2 2025-02-16 17:12:48,800 - card_creation - INFO - self.hbp: 5.0 / self.walk: 11.2 2025-02-16 17:12:48,800 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 15.25 2025-02-16 17:12:48,800 - card_creation - INFO - self.hbp: 3.0 / self.walk: 12.25 2025-02-16 17:12:48,800 - card_creation - INFO - vL: All other OB: 16.2 / HBP: 5.0 / BB: 11.2 / Total Chances: 71.55 2025-02-16 17:12:48,800 - card_creation - INFO - vR: All other OB: 15.25 / HBP: 3.0 / BB: 12.25 / Total Chances: 62.35 2025-02-16 17:12:48,800 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 5.75 / Current Outs: 34.75 2025-02-16 17:12:48,800 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-16 17:12:48,800 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,801 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,801 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,801 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,801 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,801 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,801 - card_creation - INFO - vL - All Hits: 27.6 / Other OB: 19.4 / All Outs: 61.0 / Total: 29.0 2025-02-16 17:12:48,801 - card_creation - INFO - vR - All Hits: 26.1 / Other OB: 8.15 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,801 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 10.05 2025-02-16 17:12:48,801 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.300000000000002 2025-02-16 17:12:48,801 - card_creation - INFO - vL: All Hits: 27.6 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-16 17:12:48,801 - card_creation - INFO - vR: All Hits: 26.1 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.9 / Single CF: 0 2025-02-16 17:12:48,801 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-16 17:12:48,801 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,801 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 4.950000000000001 2025-02-16 17:12:48,801 - card_creation - INFO - Triple: 2.5 / rem xbh: 2.45 2025-02-16 17:12:48,801 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,801 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,801 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-16 17:12:48,801 - card_creation - INFO - Passing 0.4500000000000002 xbh to triple 2025-02-16 17:12:48,802 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,802 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,802 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 3.6000000000000023 2025-02-16 17:12:48,802 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 17:12:48,802 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 17:12:48,802 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-16 17:12:48,802 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,802 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 19.4 2025-02-16 17:12:48,802 - card_creation - INFO - self.hbp: 0 / self.walk: 19.4 2025-02-16 17:12:48,802 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.15 2025-02-16 17:12:48,802 - card_creation - INFO - self.hbp: 0 / self.walk: 8.15 2025-02-16 17:12:48,802 - card_creation - INFO - vL: All other OB: 19.4 / HBP: 0 / BB: 19.4 / Total Chances: 76.0 2025-02-16 17:12:48,802 - card_creation - INFO - vR: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 63.65 2025-02-16 17:12:48,802 - card_creation - INFO - vL: All Outs: 61.0 / Ks: 13.550000000000004 / Current Outs: 42.55 2025-02-16 17:12:48,802 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 18.8 / Current Outs: 47.8 2025-02-16 17:12:48,802 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,802 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,802 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,802 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,802 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,802 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,803 - card_creation - INFO - vL - All Hits: 11.7 / Other OB: 14.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,803 - card_creation - INFO - vR - All Hits: 18.65 / Other OB: 11.05 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,803 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 0.7999999999999998 2025-02-16 17:12:48,803 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.1499999999999986 2025-02-16 17:12:48,803 - card_creation - INFO - vL: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,803 - card_creation - INFO - vR: All Hits: 18.65 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,803 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,803 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,803 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-16 17:12:48,803 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,803 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,803 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,803 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,803 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-16 17:12:48,803 - card_creation - INFO - hr%: 0.60 / tr%: 0.05 / do%: 0.35 2025-02-16 17:12:48,803 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,803 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.9499999999999986 2025-02-16 17:12:48,803 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,803 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,803 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-16 17:12:48,803 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,803 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.25 2025-02-16 17:12:48,803 - card_creation - INFO - self.hbp: 0 / self.walk: 14.25 2025-02-16 17:12:48,803 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.05 2025-02-16 17:12:48,803 - card_creation - INFO - self.hbp: 0 / self.walk: 11.05 2025-02-16 17:12:48,803 - card_creation - INFO - vL: All other OB: 14.25 / HBP: 0 / BB: 14.25 / Total Chances: 54.95 2025-02-16 17:12:48,803 - card_creation - INFO - vR: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 58.7 2025-02-16 17:12:48,803 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 17:12:48,803 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 23.9 / Current Outs: 52.9 2025-02-16 17:12:48,803 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,803 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,803 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,803 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,803 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,803 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,804 - card_creation - INFO - vL - All Hits: 34.25 / Other OB: 8.55 / All Outs: 65.0 / Total: 29.0 2025-02-16 17:12:48,804 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 9.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,804 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.300000000000001 2025-02-16 17:12:48,804 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.049999999999999 2025-02-16 17:12:48,804 - card_creation - INFO - vL: All Hits: 34.25 / BP Singles: 5.0 / Single 2: 12.5 / Single 1: 12.45 / Single CF: 0 2025-02-16 17:12:48,804 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,804 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,804 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,804 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,804 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,804 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,804 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 17:12:48,804 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,804 - card_creation - INFO - hr%: 0.30 / tr%: 0.30 / do%: 0.35 2025-02-16 17:12:48,804 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,804 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 3.299999999999999 2025-02-16 17:12:48,804 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 17:12:48,804 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 17:12:48,804 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:48,804 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 17:12:48,804 - card_creation - INFO - Passing 0.2999999999999998 xbh to double** 2025-02-16 17:12:48,804 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.55 2025-02-16 17:12:48,805 - card_creation - INFO - self.hbp: 0 / self.walk: 8.55 2025-02-16 17:12:48,805 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 9.25 2025-02-16 17:12:48,805 - card_creation - INFO - self.hbp: 3.0 / self.walk: 6.25 2025-02-16 17:12:48,805 - card_creation - INFO - vL: All other OB: 8.55 / HBP: 0 / BB: 8.55 / Total Chances: 71.8 2025-02-16 17:12:48,805 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 3.0 / BB: 6.25 / Total Chances: 55.2 2025-02-16 17:12:48,805 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 29.400000000000002 / Current Outs: 58.4 2025-02-16 17:12:48,805 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 20.7 / Current Outs: 49.7 2025-02-16 17:12:48,805 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,805 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,805 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,805 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,805 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,805 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,805 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 17.2 / All Outs: 70.5 / Total: 29.0 2025-02-16 17:12:48,805 - card_creation - INFO - vR - All Hits: 19.9 / Other OB: 11.25 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,805 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 8.8 2025-02-16 17:12:48,806 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.0 2025-02-16 17:12:48,806 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,806 - card_creation - INFO - vR: All Hits: 19.9 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,806 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,806 - card_creation - INFO - raw do chances: 8.8 2025-02-16 17:12:48,806 - card_creation - INFO - Double**: 8.8 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-16 17:12:48,806 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,806 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 5.25 2025-02-16 17:12:48,806 - card_creation - INFO - Triple: 1.1 / rem xbh: 4.15 2025-02-16 17:12:48,806 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:48,806 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 17:12:48,806 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 17.2 2025-02-16 17:12:48,806 - card_creation - INFO - self.hbp: 2.0 / self.walk: 15.2 2025-02-16 17:12:48,806 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.25 2025-02-16 17:12:48,806 - card_creation - INFO - self.hbp: 0 / self.walk: 11.25 2025-02-16 17:12:48,806 - card_creation - INFO - vL: All other OB: 17.2 / HBP: 2.0 / BB: 15.2 / Total Chances: 66.4 2025-02-16 17:12:48,806 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 60.15 2025-02-16 17:12:48,806 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 38.75 / Current Outs: 67.75 2025-02-16 17:12:48,806 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 16.7 / Current Outs: 45.7 2025-02-16 17:12:48,806 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,806 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,806 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,806 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,806 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,807 - card_creation - INFO - vL - All Hits: 9.3 / Other OB: 7.15 / All Outs: 91.5 / Total: 29.0 2025-02-16 17:12:48,807 - card_creation - INFO - vR - All Hits: 20.4 / Other OB: 11.3 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,807 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 1.9000000000000012 2025-02-16 17:12:48,807 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 5.5 2025-02-16 17:12:48,807 - card_creation - INFO - vL: All Hits: 9.3 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,807 - card_creation - INFO - vR: All Hits: 20.4 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,807 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 17:12:48,807 - card_creation - INFO - raw do chances: 1.25 2025-02-16 17:12:48,807 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.6500000000000012 2025-02-16 17:12:48,807 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,807 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,807 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,807 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,807 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:48,807 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,807 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,807 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-16 17:12:48,807 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 17:12:48,807 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 17:12:48,807 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 17:12:48,807 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,807 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.15 2025-02-16 17:12:48,807 - card_creation - INFO - self.hbp: 0 / self.walk: 7.15 2025-02-16 17:12:48,807 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.3 2025-02-16 17:12:48,807 - card_creation - INFO - self.hbp: 0 / self.walk: 11.3 2025-02-16 17:12:48,807 - card_creation - INFO - vL: All other OB: 7.15 / HBP: 0 / BB: 7.15 / Total Chances: 45.45 2025-02-16 17:12:48,807 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 60.7 2025-02-16 17:12:48,807 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 46.800000000000004 / Current Outs: 75.8 2025-02-16 17:12:48,807 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 21.65 / Current Outs: 50.65 2025-02-16 17:12:48,807 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,808 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,808 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,808 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,808 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,808 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,808 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 9.75 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,808 - card_creation - INFO - vR - All Hits: 14.95 / Other OB: 10.85 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,808 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 7.9 2025-02-16 17:12:48,808 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.299999999999999 2025-02-16 17:12:48,808 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.6 / Single 1: 0.0 / Single CF: 3.5 2025-02-16 17:12:48,808 - card_creation - INFO - vR: All Hits: 14.95 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,808 - card_creation - INFO - hr%: 0.75 / tr%: 0.10 / do%: 0.10 2025-02-16 17:12:48,808 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,808 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.9 2025-02-16 17:12:48,808 - card_creation - INFO - Triple: 0 / rem xbh: 7.9 2025-02-16 17:12:48,808 - card_creation - INFO - raw hr chances: 7.9 2025-02-16 17:12:48,808 - card_creation - INFO - BP HR: 3.0 / ND HR: 4.9 2025-02-16 17:12:48,808 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,809 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 17:12:48,809 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,809 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 3.0999999999999988 2025-02-16 17:12:48,809 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-16 17:12:48,809 - card_creation - INFO - raw hr chances: 3.1 2025-02-16 17:12:48,809 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.1 2025-02-16 17:12:48,809 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,809 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.75 2025-02-16 17:12:48,809 - card_creation - INFO - self.hbp: 0 / self.walk: 9.75 2025-02-16 17:12:48,809 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.85 2025-02-16 17:12:48,809 - card_creation - INFO - self.hbp: 0 / self.walk: 10.85 2025-02-16 17:12:48,809 - card_creation - INFO - vL: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 58.75 2025-02-16 17:12:48,809 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 0 / BB: 10.85 / Total Chances: 54.8 2025-02-16 17:12:48,809 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 10.2 / Current Outs: 39.2 2025-02-16 17:12:48,809 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 30.1 / Current Outs: 59.1 2025-02-16 17:12:48,809 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,809 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,809 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,809 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,809 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,809 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,810 - card_creation - INFO - vL - All Hits: 16.55 / Other OB: 12.45 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,810 - card_creation - INFO - vR - All Hits: 10.35 / Other OB: 5.4 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:48,810 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 2.3000000000000007 2025-02-16 17:12:48,810 - card_creation - INFO - remaining singles: 0.9000000000000004 / total xbh: 5.35 2025-02-16 17:12:48,810 - card_creation - INFO - vL: All Hits: 16.55 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,810 - card_creation - INFO - vR: All Hits: 10.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,810 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,810 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,810 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000008 2025-02-16 17:12:48,810 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,810 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,810 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 17:12:48,810 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,810 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,810 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,810 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 17:12:48,810 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,810 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,810 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,810 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,810 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:48,810 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.45 2025-02-16 17:12:48,810 - card_creation - INFO - self.hbp: 0 / self.walk: 12.45 2025-02-16 17:12:48,810 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,810 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,810 - card_creation - INFO - vL: All other OB: 12.45 / HBP: 0 / BB: 12.45 / Total Chances: 58.0 2025-02-16 17:12:48,810 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 44.75 2025-02-16 17:12:48,810 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 9.500000000000002 / Current Outs: 38.5 2025-02-16 17:12:48,810 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 25.55 / Current Outs: 54.55 2025-02-16 17:12:48,810 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,810 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,810 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,810 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,810 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,810 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,811 - card_creation - INFO - vL - All Hits: 4.8 / Other OB: 4.2 / All Outs: 99.0 / Total: 29.0 2025-02-16 17:12:48,811 - card_creation - INFO - vR - All Hits: 23.65 / Other OB: 21.6 / All Outs: 62.5 / Total: 29.0 2025-02-16 17:12:48,811 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.5499999999999998 2025-02-16 17:12:48,811 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.6499999999999986 2025-02-16 17:12:48,811 - card_creation - INFO - vL: All Hits: 4.8 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,811 - card_creation - INFO - vR: All Hits: 23.65 / BP Singles: 5.0 / Single 2: 7.5 / Single 1: 7.5 / Single CF: 0 2025-02-16 17:12:48,811 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 17:12:48,811 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,811 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.34999999999999987 2025-02-16 17:12:48,811 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,811 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,811 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,811 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,811 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,811 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 17:12:48,811 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,811 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.2499999999999987 2025-02-16 17:12:48,811 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,811 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,811 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,811 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,811 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,812 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,812 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,812 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 21.6 2025-02-16 17:12:48,812 - card_creation - INFO - self.hbp: 0 / self.walk: 21.6 2025-02-16 17:12:48,812 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 38.0 2025-02-16 17:12:48,812 - card_creation - INFO - vR: All other OB: 21.6 / HBP: 0 / BB: 21.6 / Total Chances: 74.25 2025-02-16 17:12:48,812 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 53.75 / Current Outs: 82.75 2025-02-16 17:12:48,812 - card_creation - INFO - vR: All Outs: 62.5 / Ks: 16.349999999999994 / Current Outs: 45.35 2025-02-16 17:12:48,812 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,812 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,812 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,812 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,812 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,812 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,812 - card_creation - INFO - vL - All Hits: 24.75 / Other OB: 6.5 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,812 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 5.9 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,812 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 8.350000000000001 2025-02-16 17:12:48,813 - card_creation - INFO - remaining singles: -0.25 / total xbh: 2.6499999999999986 2025-02-16 17:12:48,813 - card_creation - INFO - vL: All Hits: 24.75 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,813 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,813 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,813 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,813 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.6500000000000012 2025-02-16 17:12:48,813 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 17:12:48,813 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 17:12:48,813 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 17:12:48,813 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,813 - card_creation - INFO - hr%: 0.35 / tr%: 0.20 / do%: 0.45 2025-02-16 17:12:48,813 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,813 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.4499999999999986 2025-02-16 17:12:48,813 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,813 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,813 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,813 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:48,813 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 17:12:48,813 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,813 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,813 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.9 2025-02-16 17:12:48,813 - card_creation - INFO - self.hbp: 0 / self.walk: 5.9 2025-02-16 17:12:48,813 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 60.25 2025-02-16 17:12:48,813 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 53.05 2025-02-16 17:12:48,813 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 17:12:48,813 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 16.049999999999997 / Current Outs: 45.05 2025-02-16 17:12:48,813 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,813 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,813 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,813 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,813 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,813 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,814 - card_creation - INFO - vL - All Hits: 3.3 / Other OB: 6.25 / All Outs: 98.5 / Total: 29.0 2025-02-16 17:12:48,814 - card_creation - INFO - vR - All Hits: 23.0 / Other OB: 13.95 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:48,814 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.4 2025-02-16 17:12:48,814 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.5 2025-02-16 17:12:48,814 - card_creation - INFO - vL: All Hits: 3.3 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,814 - card_creation - INFO - vR: All Hits: 23.0 / BP Singles: 5.0 / Single 2: 7.75 / Single 1: 7.75 / Single CF: 0 2025-02-16 17:12:48,814 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-16 17:12:48,814 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,814 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4 2025-02-16 17:12:48,814 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,814 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,814 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,814 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:48,814 - card_creation - INFO - Passing 0.3999999999999999 xbh to single* 2025-02-16 17:12:48,814 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-16 17:12:48,814 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,814 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.5 2025-02-16 17:12:48,814 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,814 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,814 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,814 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,814 - card_creation - INFO - Passing 0.5 xbh to single** 2025-02-16 17:12:48,814 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 6.25 2025-02-16 17:12:48,814 - card_creation - INFO - self.hbp: 3.0 / self.walk: 3.25 2025-02-16 17:12:48,814 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.95 2025-02-16 17:12:48,814 - card_creation - INFO - self.hbp: 0 / self.walk: 13.95 2025-02-16 17:12:48,814 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 3.0 / BB: 3.25 / Total Chances: 38.55 2025-02-16 17:12:48,814 - card_creation - INFO - vR: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 65.95 2025-02-16 17:12:48,814 - card_creation - INFO - vL: All Outs: 98.5 / Ks: 61.7 / Current Outs: 90.7 2025-02-16 17:12:48,814 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 10.000000000000002 / Current Outs: 39.0 2025-02-16 17:12:48,815 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,815 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,815 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,815 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,815 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,815 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,815 - card_creation - INFO - vL - All Hits: 11.8 / Other OB: 9.8 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,815 - card_creation - INFO - vR - All Hits: 19.7 / Other OB: 6.15 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,815 - card_creation - INFO - remaining singles: -6.661338147750939e-16 / total xbh: 3.3500000000000014 2025-02-16 17:12:48,815 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 3.3000000000000007 2025-02-16 17:12:48,815 - card_creation - INFO - vL: All Hits: 11.8 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,815 - card_creation - INFO - vR: All Hits: 19.7 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,815 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,815 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,815 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 1.6500000000000015 2025-02-16 17:12:48,815 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,816 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,816 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.65 2025-02-16 17:12:48,816 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,816 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,816 - card_creation - INFO - raw do chances: 2.8 2025-02-16 17:12:48,816 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 0.5000000000000009 2025-02-16 17:12:48,816 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 17:12:48,816 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 17:12:48,816 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,816 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,816 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 17:12:48,816 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.8 2025-02-16 17:12:48,816 - card_creation - INFO - self.hbp: 0 / self.walk: 9.8 2025-02-16 17:12:48,816 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.15 2025-02-16 17:12:48,816 - card_creation - INFO - self.hbp: 0 / self.walk: 6.15 2025-02-16 17:12:48,816 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 50.6 2025-02-16 17:12:48,816 - card_creation - INFO - vR: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 54.85 2025-02-16 17:12:48,816 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 47.150000000000006 / Current Outs: 76.15 2025-02-16 17:12:48,816 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.799999999999997 / Current Outs: 46.8 2025-02-16 17:12:48,816 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,816 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,816 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,816 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,816 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,816 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,817 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 14.3 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,817 - card_creation - INFO - vR - All Hits: 17.5 / Other OB: 9.25 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,817 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 9.15 2025-02-16 17:12:48,817 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-16 17:12:48,817 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,817 - card_creation - INFO - vR: All Hits: 17.5 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,817 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,817 - card_creation - INFO - raw do chances: 6.4 2025-02-16 17:12:48,817 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.75 2025-02-16 17:12:48,817 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,817 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,817 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 17:12:48,817 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,817 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 17:12:48,817 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,817 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.9 2025-02-16 17:12:48,817 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 17:12:48,817 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:48,817 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 17:12:48,817 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,817 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.3 2025-02-16 17:12:48,817 - card_creation - INFO - self.hbp: 0 / self.walk: 14.3 2025-02-16 17:12:48,817 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.25 2025-02-16 17:12:48,817 - card_creation - INFO - self.hbp: 0 / self.walk: 9.25 2025-02-16 17:12:48,817 - card_creation - INFO - vL: All other OB: 14.3 / HBP: 0 / BB: 14.3 / Total Chances: 62.25 2025-02-16 17:12:48,817 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 0 / BB: 9.25 / Total Chances: 55.75 2025-02-16 17:12:48,817 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 20.649999999999995 / Current Outs: 49.65 2025-02-16 17:12:48,817 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 24.699999999999996 / Current Outs: 53.7 2025-02-16 17:12:48,817 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,817 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,818 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,818 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,818 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,818 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,818 - card_creation - INFO - vL - All Hits: 21.85 / Other OB: 8.8 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,818 - card_creation - INFO - vR - All Hits: 16.05 / Other OB: 6.95 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,818 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.450000000000003 2025-02-16 17:12:48,818 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6000000000000014 2025-02-16 17:12:48,818 - card_creation - INFO - vL: All Hits: 21.85 / BP Singles: 5.0 / Single 2: 6.2 / Single 1: 6.2 / Single CF: 0 2025-02-16 17:12:48,818 - card_creation - INFO - vR: All Hits: 16.05 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,818 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:48,818 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,818 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.9500000000000028 2025-02-16 17:12:48,818 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,818 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,818 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,818 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 17:12:48,818 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,818 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,819 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.0000000000000013 2025-02-16 17:12:48,819 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,819 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,819 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,819 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,819 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.8 2025-02-16 17:12:48,819 - card_creation - INFO - self.hbp: 0 / self.walk: 8.8 2025-02-16 17:12:48,819 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.95 2025-02-16 17:12:48,819 - card_creation - INFO - self.hbp: 0 / self.walk: 6.95 2025-02-16 17:12:48,819 - card_creation - INFO - vL: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 59.7 2025-02-16 17:12:48,819 - card_creation - INFO - vR: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 52.0 2025-02-16 17:12:48,819 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 20.15 / Current Outs: 49.15 2025-02-16 17:12:48,819 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 37.0 / Current Outs: 66.0 2025-02-16 17:12:48,819 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,819 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,819 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,819 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,819 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,819 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,819 - card_creation - INFO - vL - All Hits: 8.0 / Other OB: 5.1 / All Outs: 95.0 / Total: 29.0 2025-02-16 17:12:48,820 - card_creation - INFO - vR - All Hits: 13.3 / Other OB: 6.1 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,820 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 3.0 2025-02-16 17:12:48,820 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.4000000000000012 2025-02-16 17:12:48,820 - card_creation - INFO - vL: All Hits: 8.0 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,820 - card_creation - INFO - vR: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,820 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,820 - card_creation - INFO - raw do chances: 2.55 2025-02-16 17:12:48,820 - card_creation - INFO - Double**: 2.55 / Double(cf): 0.0 / rem xbh: 0.4500000000000002 2025-02-16 17:12:48,820 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,820 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,820 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,820 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,820 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,820 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,820 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,820 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.4000000000000012 2025-02-16 17:12:48,820 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 17:12:48,820 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 17:12:48,820 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 17:12:48,820 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,820 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,820 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,820 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.1 2025-02-16 17:12:48,820 - card_creation - INFO - self.hbp: 0 / self.walk: 6.1 2025-02-16 17:12:48,820 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 42.1 2025-02-16 17:12:48,820 - card_creation - INFO - vR: All other OB: 6.1 / HBP: 0 / BB: 6.1 / Total Chances: 48.4 2025-02-16 17:12:48,820 - card_creation - INFO - vL: All Outs: 95.0 / Ks: 38.85 / Current Outs: 67.85 2025-02-16 17:12:48,820 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 41.85 / Current Outs: 70.85 2025-02-16 17:12:48,820 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,820 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,820 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,820 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,820 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,820 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,821 - card_creation - INFO - vL - All Hits: 19.15 / Other OB: 24.0 / All Outs: 65.0 / Total: 29.0 2025-02-16 17:12:48,821 - card_creation - INFO - vR - All Hits: 29.85 / Other OB: 20.65 / All Outs: 57.5 / Total: 29.0 2025-02-16 17:12:48,821 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 2.749999999999999 2025-02-16 17:12:48,821 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.600000000000003 2025-02-16 17:12:48,821 - card_creation - INFO - vL: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,821 - card_creation - INFO - vR: All Hits: 29.85 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.65 / Single CF: 0 2025-02-16 17:12:48,821 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,821 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,821 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 0.8499999999999992 2025-02-16 17:12:48,821 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,821 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,821 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 17:12:48,821 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,821 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,821 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,821 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.8500000000000032 2025-02-16 17:12:48,821 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,821 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,821 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,821 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,821 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 24.0 2025-02-16 17:12:48,821 - card_creation - INFO - self.hbp: 0 / self.walk: 24.0 2025-02-16 17:12:48,821 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 20.65 2025-02-16 17:12:48,821 - card_creation - INFO - self.hbp: 0 / self.walk: 20.65 2025-02-16 17:12:48,822 - card_creation - INFO - vL: All other OB: 24.0 / HBP: 0 / BB: 24.0 / Total Chances: 72.15 2025-02-16 17:12:48,822 - card_creation - INFO - vR: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 79.5 2025-02-16 17:12:48,822 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 29.95 / Current Outs: 58.95 2025-02-16 17:12:48,822 - card_creation - INFO - vR: All Outs: 57.5 / Ks: 23.3 / Current Outs: 52.3 2025-02-16 17:12:48,822 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,822 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,822 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,822 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,822 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,822 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,822 - card_creation - INFO - vL - All Hits: 15.85 / Other OB: 7.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,822 - card_creation - INFO - vR - All Hits: 12.8 / Other OB: 8.7 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,822 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.049999999999999 2025-02-16 17:12:48,822 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 5.9 2025-02-16 17:12:48,822 - card_creation - INFO - vL: All Hits: 15.85 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,822 - card_creation - INFO - vR: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,822 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 17:12:48,823 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,823 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 0.9499999999999993 2025-02-16 17:12:48,823 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,823 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,823 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,823 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,823 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 17:12:48,823 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 17:12:48,823 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,823 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-16 17:12:48,823 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 17:12:48,823 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:48,823 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-16 17:12:48,823 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,823 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.7 2025-02-16 17:12:48,823 - card_creation - INFO - self.hbp: 0 / self.walk: 7.7 2025-02-16 17:12:48,823 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.7 2025-02-16 17:12:48,823 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.7 2025-02-16 17:12:48,823 - card_creation - INFO - vL: All other OB: 7.7 / HBP: 0 / BB: 7.7 / Total Chances: 52.55 2025-02-16 17:12:48,823 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 50.5 2025-02-16 17:12:48,823 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 17:12:48,823 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 36.25 / Current Outs: 65.25 2025-02-16 17:12:48,823 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,823 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,823 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,823 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,823 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,823 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,824 - card_creation - INFO - vL - All Hits: 7.55 / Other OB: 23.0 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,824 - card_creation - INFO - vR - All Hits: 23.8 / Other OB: 45.0 / All Outs: 39.0 / Total: 29.0 2025-02-16 17:12:48,824 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.55 2025-02-16 17:12:48,824 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.3 2025-02-16 17:12:48,824 - card_creation - INFO - vL: All Hits: 7.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,824 - card_creation - INFO - vR: All Hits: 23.8 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,824 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,824 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,824 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 1.1999999999999997 2025-02-16 17:12:48,824 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,824 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,824 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,824 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,824 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,824 - card_creation - INFO - raw do chances: 12.15 2025-02-16 17:12:48,824 - card_creation - INFO - Double**: 12.15 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 17:12:48,824 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,824 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,824 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 17:12:48,824 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,824 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 23.0 2025-02-16 17:12:48,824 - card_creation - INFO - self.hbp: 2.0 / self.walk: 21.0 2025-02-16 17:12:48,824 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 45.0 2025-02-16 17:12:48,824 - card_creation - INFO - self.hbp: 0 / self.walk: 45.0 2025-02-16 17:12:48,824 - card_creation - INFO - vL: All other OB: 23.0 / HBP: 2.0 / BB: 21.0 / Total Chances: 59.55 2025-02-16 17:12:48,824 - card_creation - INFO - vR: All other OB: 45.0 / HBP: 0 / BB: 45.0 / Total Chances: 97.8 2025-02-16 17:12:48,824 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 54.95000000000001 / Current Outs: 83.95 2025-02-16 17:12:48,824 - card_creation - INFO - vR: All Outs: 39.0 / Ks: 10.95 / Current Outs: 39.95 2025-02-16 17:12:48,824 - card_creation - INFO - Remaining outs: -6.5 2025-02-16 17:12:48,824 - card_creation - INFO - Passing -6.5 outs to strikeouts 2025-02-16 17:12:48,824 - card_creation - INFO - Remaining outs: -0.75 2025-02-16 17:12:48,824 - card_creation - INFO - Passing -0.75 outs to strikeouts 2025-02-16 17:12:48,824 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,824 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,825 - card_creation - INFO - vL - All Hits: 15.2 / Other OB: 10.0 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,825 - card_creation - INFO - vR - All Hits: 13.45 / Other OB: 5.95 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,825 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.249999999999999 2025-02-16 17:12:48,825 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1999999999999993 2025-02-16 17:12:48,825 - card_creation - INFO - vL: All Hits: 15.2 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,825 - card_creation - INFO - vR: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 17:12:48,825 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,825 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,825 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.249999999999999 2025-02-16 17:12:48,825 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 17:12:48,825 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 17:12:48,825 - card_creation - INFO - BP HR: 0 / ND HR: 2.25 2025-02-16 17:12:48,825 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,825 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,825 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,825 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 0.4499999999999993 2025-02-16 17:12:48,825 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,825 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,825 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,825 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,825 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,825 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.0 2025-02-16 17:12:48,826 - card_creation - INFO - self.hbp: 0 / self.walk: 10.0 2025-02-16 17:12:48,826 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.95 2025-02-16 17:12:48,826 - card_creation - INFO - self.hbp: 0 / self.walk: 5.95 2025-02-16 17:12:48,826 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 54.2 2025-02-16 17:12:48,826 - card_creation - INFO - vR: All other OB: 5.95 / HBP: 0 / BB: 5.95 / Total Chances: 48.4 2025-02-16 17:12:48,826 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 20.95 / Current Outs: 49.95 2025-02-16 17:12:48,826 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 25.999999999999996 / Current Outs: 55.0 2025-02-16 17:12:48,826 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,826 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,826 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,826 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,826 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,826 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,826 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 3.2 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,826 - card_creation - INFO - vR - All Hits: 24.25 / Other OB: 4.2 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,826 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.0500000000000007 2025-02-16 17:12:48,827 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 9.349999999999998 2025-02-16 17:12:48,827 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 8.7 / Single 1: 8.7 / Single CF: 0 2025-02-16 17:12:48,827 - card_creation - INFO - vR: All Hits: 24.25 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,827 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-16 17:12:48,827 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,827 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0500000000000007 2025-02-16 17:12:48,827 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 17:12:48,827 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 17:12:48,827 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-16 17:12:48,827 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,827 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 17:12:48,827 - card_creation - INFO - raw do chances: 6.55 2025-02-16 17:12:48,827 - card_creation - INFO - Double**: 6.55 / Double(cf): 0.0 / rem xbh: 2.799999999999998 2025-02-16 17:12:48,827 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:48,827 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:48,827 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 17:12:48,827 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,827 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,827 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,827 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,827 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,827 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 57.65 2025-02-16 17:12:48,827 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 57.45 2025-02-16 17:12:48,827 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 17:12:48,827 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 17:12:48,827 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,827 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,827 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,827 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,827 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,827 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,828 - card_creation - INFO - vL - All Hits: 16.15 / Other OB: 18.9 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,828 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 8.75 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,828 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.149999999999999 2025-02-16 17:12:48,828 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 5.049999999999999 2025-02-16 17:12:48,828 - card_creation - INFO - vL: All Hits: 16.15 / BP Singles: 5.0 / Single 2: 3.5 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,828 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,828 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 17:12:48,828 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,828 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 2.4999999999999987 2025-02-16 17:12:48,828 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,828 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,828 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 17:12:48,828 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,828 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,828 - card_creation - INFO - raw do chances: 2.8 2025-02-16 17:12:48,828 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 2.249999999999999 2025-02-16 17:12:48,828 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 17:12:48,828 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 17:12:48,828 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 17:12:48,828 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,828 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 18.9 2025-02-16 17:12:48,828 - card_creation - INFO - self.hbp: 3.0 / self.walk: 15.9 2025-02-16 17:12:48,828 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.75 2025-02-16 17:12:48,828 - card_creation - INFO - self.hbp: 0 / self.walk: 8.75 2025-02-16 17:12:48,828 - card_creation - INFO - vL: All other OB: 18.9 / HBP: 3.0 / BB: 15.9 / Total Chances: 64.05 2025-02-16 17:12:48,828 - card_creation - INFO - vR: All other OB: 8.75 / HBP: 0 / BB: 8.75 / Total Chances: 52.4 2025-02-16 17:12:48,828 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 32.050000000000004 / Current Outs: 61.05 2025-02-16 17:12:48,828 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 45.2 / Current Outs: 74.2 2025-02-16 17:12:48,829 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,829 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,829 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,829 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,829 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,829 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,829 - card_creation - INFO - vL - All Hits: 13.25 / Other OB: 6.05 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,829 - card_creation - INFO - vR - All Hits: 7.15 / Other OB: 14.7 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,829 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.6499999999999995 2025-02-16 17:12:48,829 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 2.1500000000000004 2025-02-16 17:12:48,829 - card_creation - INFO - vL: All Hits: 13.25 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,829 - card_creation - INFO - vR: All Hits: 7.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,829 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,829 - card_creation - INFO - raw do chances: 1.1 2025-02-16 17:12:48,829 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-16 17:12:48,829 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,830 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,830 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,830 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,830 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,830 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-16 17:12:48,830 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,830 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 17:12:48,830 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,830 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,830 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 17:12:48,830 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,830 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.05 2025-02-16 17:12:48,830 - card_creation - INFO - self.hbp: 0 / self.walk: 6.05 2025-02-16 17:12:48,830 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.7 2025-02-16 17:12:48,830 - card_creation - INFO - self.hbp: 0 / self.walk: 14.7 2025-02-16 17:12:48,830 - card_creation - INFO - vL: All other OB: 6.05 / HBP: 0 / BB: 6.05 / Total Chances: 48.3 2025-02-16 17:12:48,830 - card_creation - INFO - vR: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 50.85 2025-02-16 17:12:48,830 - card_creation - INFO - vL: All Outs: 88.5 / Ks: 35.900000000000006 / Current Outs: 64.9 2025-02-16 17:12:48,830 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 28.25 / Current Outs: 57.25 2025-02-16 17:12:48,830 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,830 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,830 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,830 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,830 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,830 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,831 - card_creation - INFO - vL - All Hits: 22.75 / Other OB: 2.4 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,831 - card_creation - INFO - vR - All Hits: 24.2 / Other OB: 2.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,831 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.049999999999999 2025-02-16 17:12:48,831 - card_creation - INFO - remaining singles: -0.2499999999999991 / total xbh: 9.3 2025-02-16 17:12:48,831 - card_creation - INFO - vL: All Hits: 22.75 / BP Singles: 5.0 / Single 2: 6.35 / Single 1: 6.35 / Single CF: 0 2025-02-16 17:12:48,831 - card_creation - INFO - vR: All Hits: 24.2 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,831 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,831 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,831 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 2.549999999999999 2025-02-16 17:12:48,831 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,831 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,831 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,831 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,831 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,831 - card_creation - INFO - raw do chances: 7.45 2025-02-16 17:12:48,831 - card_creation - INFO - Double**: 7.45 / Double(cf): 0.0 / rem xbh: 1.8500000000000005 2025-02-16 17:12:48,831 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,831 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,831 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,831 - card_creation - INFO - excess xbh: -0.1499999999999999 2025-02-16 17:12:48,831 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.4 2025-02-16 17:12:48,831 - card_creation - INFO - self.hbp: 0 / self.walk: 2.4 2025-02-16 17:12:48,831 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.2 2025-02-16 17:12:48,831 - card_creation - INFO - self.hbp: 0 / self.walk: 2.2 2025-02-16 17:12:48,831 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 54.15 2025-02-16 17:12:48,831 - card_creation - INFO - vR: All other OB: 2.2 / HBP: 0 / BB: 2.2 / Total Chances: 55.55 2025-02-16 17:12:48,831 - card_creation - INFO - vL: All Outs: 83.0 / Ks: 52.550000000000004 / Current Outs: 81.55 2025-02-16 17:12:48,831 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 32.75 / Current Outs: 61.75 2025-02-16 17:12:48,831 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,831 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,831 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,831 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,831 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,831 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,832 - card_creation - INFO - vL - All Hits: 10.5 / Other OB: 3.75 / All Outs: 94.0 / Total: 29.0 2025-02-16 17:12:48,832 - card_creation - INFO - vR - All Hits: 10.8 / Other OB: 8.9 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,832 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.6999999999999993 2025-02-16 17:12:48,832 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8000000000000007 2025-02-16 17:12:48,832 - card_creation - INFO - vL: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,832 - card_creation - INFO - vR: All Hits: 10.8 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,832 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,832 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,832 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 17:12:48,832 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,832 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,832 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,832 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,832 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,832 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,832 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.20000000000000062 2025-02-16 17:12:48,832 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 17:12:48,832 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 17:12:48,832 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,832 - card_creation - INFO - excess xbh: 0.2 2025-02-16 17:12:48,832 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 17:12:48,832 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.75 2025-02-16 17:12:48,832 - card_creation - INFO - self.hbp: 0 / self.walk: 3.75 2025-02-16 17:12:48,832 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 8.9 2025-02-16 17:12:48,833 - card_creation - INFO - self.hbp: 1.0 / self.walk: 7.9 2025-02-16 17:12:48,833 - card_creation - INFO - vL: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 43.25 2025-02-16 17:12:48,833 - card_creation - INFO - vR: All other OB: 8.9 / HBP: 1.0 / BB: 7.9 / Total Chances: 48.7 2025-02-16 17:12:48,833 - card_creation - INFO - vL: All Outs: 94.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-16 17:12:48,833 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 17:12:48,833 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,833 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,833 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,833 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,833 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,833 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,833 - card_creation - INFO - vL - All Hits: 9.75 / Other OB: 28.8 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:48,833 - card_creation - INFO - vR - All Hits: 21.15 / Other OB: 6.7 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,833 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 4.75 2025-02-16 17:12:48,833 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 4.549999999999997 2025-02-16 17:12:48,833 - card_creation - INFO - vL: All Hits: 9.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,834 - card_creation - INFO - vR: All Hits: 21.15 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.8 / Single CF: 0 2025-02-16 17:12:48,834 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,834 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,834 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 2.35 2025-02-16 17:12:48,834 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:48,834 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,834 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 17:12:48,834 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,834 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,834 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,834 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.349999999999997 2025-02-16 17:12:48,834 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,834 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,834 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-16 17:12:48,834 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,834 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 28.8 2025-02-16 17:12:48,834 - card_creation - INFO - self.hbp: 1.0 / self.walk: 27.8 2025-02-16 17:12:48,834 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.7 2025-02-16 17:12:48,834 - card_creation - INFO - self.hbp: 0 / self.walk: 6.7 2025-02-16 17:12:48,834 - card_creation - INFO - vL: All other OB: 28.8 / HBP: 1.0 / BB: 27.8 / Total Chances: 67.55 2025-02-16 17:12:48,834 - card_creation - INFO - vR: All other OB: 6.7 / HBP: 0 / BB: 6.7 / Total Chances: 56.85 2025-02-16 17:12:48,834 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 19.15 / Current Outs: 48.15 2025-02-16 17:12:48,834 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 24.25 / Current Outs: 53.25 2025-02-16 17:12:48,834 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,834 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,834 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,834 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,834 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,834 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,835 - card_creation - INFO - vL - All Hits: 21.6 / Other OB: 6.75 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,835 - card_creation - INFO - vR - All Hits: 31.4 / Other OB: 9.2 / All Outs: 67.5 / Total: 29.0 2025-02-16 17:12:48,835 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.100000000000001 2025-02-16 17:12:48,835 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.349999999999998 2025-02-16 17:12:48,835 - card_creation - INFO - vL: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,835 - card_creation - INFO - vR: All Hits: 31.4 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 9.05 / Single CF: 0 2025-02-16 17:12:48,835 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 17:12:48,835 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,835 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-16 17:12:48,835 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,835 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,835 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,835 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 17:12:48,835 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,835 - card_creation - INFO - raw do chances: 6.25 2025-02-16 17:12:48,835 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 2.099999999999998 2025-02-16 17:12:48,835 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,835 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,835 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 17:12:48,835 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,835 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.75 2025-02-16 17:12:48,835 - card_creation - INFO - self.hbp: 0 / self.walk: 6.75 2025-02-16 17:12:48,835 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.2 2025-02-16 17:12:48,835 - card_creation - INFO - self.hbp: 0 / self.walk: 9.2 2025-02-16 17:12:48,835 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 57.65 2025-02-16 17:12:48,835 - card_creation - INFO - vR: All other OB: 9.2 / HBP: 0 / BB: 9.2 / Total Chances: 69.6 2025-02-16 17:12:48,835 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 26.2 / Current Outs: 55.2 2025-02-16 17:12:48,835 - card_creation - INFO - vR: All Outs: 67.5 / Ks: 24.750000000000004 / Current Outs: 53.75 2025-02-16 17:12:48,835 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,835 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,836 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,836 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,836 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,836 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,836 - card_creation - INFO - vL - All Hits: 4.75 / Other OB: 25.4 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,836 - card_creation - INFO - vR - All Hits: 11.7 / Other OB: 12.75 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,836 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 0.44999999999999973 2025-02-16 17:12:48,836 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 2.6500000000000004 2025-02-16 17:12:48,836 - card_creation - INFO - vL: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,836 - card_creation - INFO - vR: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,836 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,836 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,836 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.44999999999999973 2025-02-16 17:12:48,836 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,836 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,836 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,836 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,836 - card_creation - INFO - Passing 0.45 xbh to single** 2025-02-16 17:12:48,836 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-16 17:12:48,837 - card_creation - INFO - raw do chances: 1.1 2025-02-16 17:12:48,837 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 17:12:48,837 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,837 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,837 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,837 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 17:12:48,837 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 25.4 2025-02-16 17:12:48,837 - card_creation - INFO - self.hbp: 0 / self.walk: 25.4 2025-02-16 17:12:48,837 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 12.75 2025-02-16 17:12:48,837 - card_creation - INFO - self.hbp: 4.0 / self.walk: 8.75 2025-02-16 17:12:48,837 - card_creation - INFO - vL: All other OB: 25.4 / HBP: 0 / BB: 25.4 / Total Chances: 59.15 2025-02-16 17:12:48,837 - card_creation - INFO - vR: All other OB: 12.75 / HBP: 4.0 / BB: 8.75 / Total Chances: 53.9 2025-02-16 17:12:48,837 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 43.550000000000004 / Current Outs: 72.55 2025-02-16 17:12:48,837 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 13.199999999999998 / Current Outs: 42.2 2025-02-16 17:12:48,837 - card_creation - INFO - Remaining outs: 1.0 2025-02-16 17:12:48,837 - card_creation - INFO - Passing 1.0 outs to strikeouts 2025-02-16 17:12:48,837 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,837 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,837 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,837 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,837 - card_creation - INFO - vL - All Hits: 17.8 / Other OB: 9.9 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,838 - card_creation - INFO - vR - All Hits: 15.25 / Other OB: 12.3 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,838 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-16 17:12:48,838 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-16 17:12:48,838 - card_creation - INFO - vL: All Hits: 17.8 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,838 - card_creation - INFO - vR: All Hits: 15.25 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,838 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,838 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,838 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: -0.0999999999999992 2025-02-16 17:12:48,838 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 17:12:48,838 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 17:12:48,838 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,838 - card_creation - INFO - excess xbh: -0.1 2025-02-16 17:12:48,838 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,838 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,838 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.800000000000001 2025-02-16 17:12:48,838 - card_creation - INFO - Triple: 0 / rem xbh: 5.8 2025-02-16 17:12:48,838 - card_creation - INFO - raw hr chances: 5.8 2025-02-16 17:12:48,838 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.8 2025-02-16 17:12:48,838 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,838 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.9 2025-02-16 17:12:48,838 - card_creation - INFO - self.hbp: 0 / self.walk: 9.9 2025-02-16 17:12:48,838 - card_creation - INFO - hbp value candidate: 7.0 / all_other_ob: 12.3 2025-02-16 17:12:48,838 - card_creation - INFO - self.hbp: 7.0 / self.walk: 5.3 2025-02-16 17:12:48,838 - card_creation - INFO - vL: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 56.8 2025-02-16 17:12:48,838 - card_creation - INFO - vR: All other OB: 12.3 / HBP: 7.0 / BB: 5.3 / Total Chances: 56.55 2025-02-16 17:12:48,838 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 41.050000000000004 / Current Outs: 70.05 2025-02-16 17:12:48,838 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 32.650000000000006 / Current Outs: 61.65 2025-02-16 17:12:48,838 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,838 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,838 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,838 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,838 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,838 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,839 - card_creation - INFO - vL - All Hits: 21.4 / Other OB: 9.15 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,839 - card_creation - INFO - vR - All Hits: 22.3 / Other OB: 11.2 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,839 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 8.45 2025-02-16 17:12:48,839 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.900000000000002 2025-02-16 17:12:48,839 - card_creation - INFO - vL: All Hits: 21.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,839 - card_creation - INFO - vR: All Hits: 22.3 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,839 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:48,839 - card_creation - INFO - raw do chances: 6.35 2025-02-16 17:12:48,839 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-16 17:12:48,839 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,839 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,839 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,839 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,839 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,839 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,839 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,839 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 3.200000000000002 2025-02-16 17:12:48,839 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,839 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,839 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,839 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,839 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.15 2025-02-16 17:12:48,839 - card_creation - INFO - self.hbp: 0 / self.walk: 9.15 2025-02-16 17:12:48,839 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.2 2025-02-16 17:12:48,840 - card_creation - INFO - self.hbp: 0 / self.walk: 11.2 2025-02-16 17:12:48,840 - card_creation - INFO - vL: All other OB: 9.15 / HBP: 0 / BB: 9.15 / Total Chances: 59.55 2025-02-16 17:12:48,840 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 62.5 2025-02-16 17:12:48,840 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 22.8 / Current Outs: 51.8 2025-02-16 17:12:48,840 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 17:12:48,840 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,840 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,840 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,840 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,840 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,840 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,840 - card_creation - INFO - vL - All Hits: 17.45 / Other OB: 4.5 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,840 - card_creation - INFO - vR - All Hits: 20.25 / Other OB: 7.95 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,840 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 12.649999999999999 2025-02-16 17:12:48,840 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 9.55 2025-02-16 17:12:48,841 - card_creation - INFO - vL: All Hits: 17.45 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 0.0 / Single CF: 2.4 2025-02-16 17:12:48,841 - card_creation - INFO - vR: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,841 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,841 - card_creation - INFO - raw do chances: 6.3 2025-02-16 17:12:48,841 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.3 / rem xbh: 6.349999999999999 2025-02-16 17:12:48,841 - card_creation - INFO - Triple: 0 / rem xbh: 6.35 2025-02-16 17:12:48,841 - card_creation - INFO - raw hr chances: 6.35 2025-02-16 17:12:48,841 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.35 2025-02-16 17:12:48,841 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,841 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,841 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,841 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 5.050000000000001 2025-02-16 17:12:48,841 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 17:12:48,841 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 17:12:48,841 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.05 2025-02-16 17:12:48,841 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,841 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,841 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,841 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.95 2025-02-16 17:12:48,841 - card_creation - INFO - self.hbp: 0 / self.walk: 7.95 2025-02-16 17:12:48,841 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 50.95 2025-02-16 17:12:48,841 - card_creation - INFO - vR: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 57.2 2025-02-16 17:12:48,841 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 30.45 / Current Outs: 59.45 2025-02-16 17:12:48,841 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 22.0 / Current Outs: 51.0 2025-02-16 17:12:48,841 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,841 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,841 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,841 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,841 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,841 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,842 - card_creation - INFO - vL - All Hits: 24.4 / Other OB: 5.7 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,842 - card_creation - INFO - vR - All Hits: 10.75 / Other OB: 15.15 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,842 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.899999999999999 2025-02-16 17:12:48,842 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 5.75 2025-02-16 17:12:48,842 - card_creation - INFO - vL: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 7.25 / Single 1: 7.25 / Single CF: 0 2025-02-16 17:12:48,842 - card_creation - INFO - vR: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,842 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,842 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,842 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.6499999999999986 2025-02-16 17:12:48,842 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,842 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,842 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,842 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,842 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,842 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,842 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.0 2025-02-16 17:12:48,842 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 17:12:48,842 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:48,842 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,842 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,842 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 5.7 2025-02-16 17:12:48,842 - card_creation - INFO - self.hbp: 2.0 / self.walk: 3.7 2025-02-16 17:12:48,842 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.15 2025-02-16 17:12:48,842 - card_creation - INFO - self.hbp: 0 / self.walk: 15.15 2025-02-16 17:12:48,842 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 2.0 / BB: 3.7 / Total Chances: 59.45 2025-02-16 17:12:48,842 - card_creation - INFO - vR: All other OB: 15.15 / HBP: 0 / BB: 15.15 / Total Chances: 54.9 2025-02-16 17:12:48,842 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 17.25 / Current Outs: 46.25 2025-02-16 17:12:48,842 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 29.8 / Current Outs: 58.8 2025-02-16 17:12:48,842 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,842 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,843 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,843 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,843 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,843 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,843 - card_creation - INFO - vL - All Hits: 15.15 / Other OB: 15.9 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,843 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 18.7 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,843 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 7.550000000000001 2025-02-16 17:12:48,843 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 17:12:48,843 - card_creation - INFO - vL: All Hits: 15.15 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,843 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,843 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 17:12:48,843 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,843 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.450000000000001 2025-02-16 17:12:48,843 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,843 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,843 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,843 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,843 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,843 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,843 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,843 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,843 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,844 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,844 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,844 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 15.9 2025-02-16 17:12:48,844 - card_creation - INFO - self.hbp: 2.0 / self.walk: 13.9 2025-02-16 17:12:48,844 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 18.7 2025-02-16 17:12:48,844 - card_creation - INFO - self.hbp: 3.0 / self.walk: 15.7 2025-02-16 17:12:48,844 - card_creation - INFO - vL: All other OB: 15.9 / HBP: 2.0 / BB: 13.9 / Total Chances: 60.05 2025-02-16 17:12:48,844 - card_creation - INFO - vR: All other OB: 18.7 / HBP: 3.0 / BB: 15.7 / Total Chances: 47.7 2025-02-16 17:12:48,844 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 44.050000000000004 / Current Outs: 73.05 2025-02-16 17:12:48,844 - card_creation - INFO - vR: All Outs: 89.5 / Ks: 53.25 / Current Outs: 82.25 2025-02-16 17:12:48,844 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,844 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,844 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,844 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,844 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,844 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,844 - card_creation - INFO - vL - All Hits: 24.4 / Other OB: 4.2 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,844 - card_creation - INFO - vR - All Hits: 13.55 / Other OB: 6.85 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,845 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 12.149999999999999 2025-02-16 17:12:48,845 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 3.6500000000000004 2025-02-16 17:12:48,845 - card_creation - INFO - vL: All Hits: 24.4 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,845 - card_creation - INFO - vR: All Hits: 13.55 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,845 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,845 - card_creation - INFO - raw do chances: 10.95 2025-02-16 17:12:48,845 - card_creation - INFO - Double**: 10.95 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 17:12:48,845 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,845 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,845 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,845 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,845 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,845 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,845 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 17:12:48,845 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,845 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,845 - card_creation - INFO - BP HR: 0 / ND HR: 1.55 2025-02-16 17:12:48,845 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,845 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 4.2 2025-02-16 17:12:48,845 - card_creation - INFO - self.hbp: 1.0 / self.walk: 3.2 2025-02-16 17:12:48,845 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.85 2025-02-16 17:12:48,845 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.85 2025-02-16 17:12:48,845 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 57.6 2025-02-16 17:12:48,845 - card_creation - INFO - vR: All other OB: 6.85 / HBP: 1.0 / BB: 5.85 / Total Chances: 49.4 2025-02-16 17:12:48,845 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 8.75 / Current Outs: 37.75 2025-02-16 17:12:48,845 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 45.1 / Current Outs: 74.1 2025-02-16 17:12:48,845 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,845 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,845 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,845 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,845 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,845 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,846 - card_creation - INFO - vL - All Hits: 13.9 / Other OB: 15.35 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,846 - card_creation - INFO - vR - All Hits: 19.3 / Other OB: 9.5 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,846 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.4000000000000004 2025-02-16 17:12:48,846 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-16 17:12:48,846 - card_creation - INFO - vL: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,846 - card_creation - INFO - vR: All Hits: 19.3 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,846 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,846 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,846 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 17:12:48,846 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:48,846 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:48,846 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 17:12:48,846 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,846 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,846 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,846 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 3.4499999999999993 2025-02-16 17:12:48,846 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,846 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,846 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.45 2025-02-16 17:12:48,846 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,846 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.35 2025-02-16 17:12:48,846 - card_creation - INFO - self.hbp: 0 / self.walk: 15.35 2025-02-16 17:12:48,846 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.5 2025-02-16 17:12:48,846 - card_creation - INFO - self.hbp: 0 / self.walk: 9.5 2025-02-16 17:12:48,846 - card_creation - INFO - vL: All other OB: 15.35 / HBP: 0 / BB: 15.35 / Total Chances: 58.25 2025-02-16 17:12:48,846 - card_creation - INFO - vR: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 57.8 2025-02-16 17:12:48,846 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 23.6 / Current Outs: 52.6 2025-02-16 17:12:48,847 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 24.450000000000003 / Current Outs: 53.45 2025-02-16 17:12:48,847 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,847 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,847 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,847 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,847 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,847 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,847 - card_creation - INFO - vL - All Hits: 22.45 / Other OB: 9.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,847 - card_creation - INFO - vR - All Hits: 17.95 / Other OB: 6.25 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,847 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.050000000000001 2025-02-16 17:12:48,847 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.449999999999999 2025-02-16 17:12:48,847 - card_creation - INFO - vL: All Hits: 22.45 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.7 / Single CF: 0 2025-02-16 17:12:48,847 - card_creation - INFO - vR: All Hits: 17.95 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,847 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,847 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:48,847 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.3500000000000005 2025-02-16 17:12:48,848 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,848 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,848 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,848 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,848 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:48,848 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,848 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,848 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 17:12:48,848 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,848 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,848 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,848 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,848 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 9.3 2025-02-16 17:12:48,848 - card_creation - INFO - self.hbp: 2.0 / self.walk: 7.3 2025-02-16 17:12:48,848 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.25 2025-02-16 17:12:48,848 - card_creation - INFO - self.hbp: 0 / self.walk: 6.25 2025-02-16 17:12:48,848 - card_creation - INFO - vL: All other OB: 9.3 / HBP: 2.0 / BB: 7.3 / Total Chances: 60.75 2025-02-16 17:12:48,848 - card_creation - INFO - vR: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 53.2 2025-02-16 17:12:48,848 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 22.65 / Current Outs: 51.65 2025-02-16 17:12:48,848 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 30.699999999999996 / Current Outs: 59.7 2025-02-16 17:12:48,848 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,848 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,848 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,848 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,848 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,848 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,849 - card_creation - INFO - vL - All Hits: 3.75 / Other OB: 5.1 / All Outs: 99.0 / Total: 29.0 2025-02-16 17:12:48,849 - card_creation - INFO - vR - All Hits: 12.15 / Other OB: 8.6 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,849 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9500000000000002 2025-02-16 17:12:48,849 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.3499999999999996 2025-02-16 17:12:48,849 - card_creation - INFO - vL: All Hits: 3.75 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,849 - card_creation - INFO - vR: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,849 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,849 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,849 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 17:12:48,849 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,849 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,849 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,849 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,849 - card_creation - INFO - Passing 0.95 xbh to single** 2025-02-16 17:12:48,849 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,849 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,849 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.24999999999999956 2025-02-16 17:12:48,849 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-16 17:12:48,849 - card_creation - INFO - raw hr chances: 0.25 2025-02-16 17:12:48,849 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,849 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,849 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,849 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,849 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,849 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.6 2025-02-16 17:12:48,849 - card_creation - INFO - self.hbp: 0 / self.walk: 8.6 2025-02-16 17:12:48,849 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 37.85 2025-02-16 17:12:48,849 - card_creation - INFO - vR: All other OB: 8.6 / HBP: 0 / BB: 8.6 / Total Chances: 49.75 2025-02-16 17:12:48,849 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 48.85 / Current Outs: 77.85 2025-02-16 17:12:48,849 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 34.35 / Current Outs: 63.35 2025-02-16 17:12:48,849 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,849 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,850 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,850 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,850 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,850 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,850 - card_creation - INFO - vL - All Hits: 1.95 / Other OB: 6.95 / All Outs: 99.0 / Total: 29.0 2025-02-16 17:12:48,850 - card_creation - INFO - vR - All Hits: 12.95 / Other OB: 17.6 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,850 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.95 2025-02-16 17:12:48,850 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.8999999999999995 2025-02-16 17:12:48,850 - card_creation - INFO - vL: All Hits: 1.95 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,850 - card_creation - INFO - vR: All Hits: 12.95 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,850 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 17:12:48,850 - card_creation - INFO - raw do chances: 1.25 2025-02-16 17:12:48,850 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.7 2025-02-16 17:12:48,850 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 17:12:48,850 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 17:12:48,850 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,850 - card_creation - INFO - excess xbh: 0.7 2025-02-16 17:12:48,850 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 17:12:48,850 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,850 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,850 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.39999999999999947 2025-02-16 17:12:48,850 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,851 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,851 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,851 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,851 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,851 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.95 2025-02-16 17:12:48,851 - card_creation - INFO - self.hbp: 0 / self.walk: 6.95 2025-02-16 17:12:48,851 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.6 2025-02-16 17:12:48,851 - card_creation - INFO - self.hbp: 0 / self.walk: 17.6 2025-02-16 17:12:48,851 - card_creation - INFO - vL: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 37.9 2025-02-16 17:12:48,851 - card_creation - INFO - vR: All other OB: 17.6 / HBP: 0 / BB: 17.6 / Total Chances: 59.55 2025-02-16 17:12:48,851 - card_creation - INFO - vL: All Outs: 99.0 / Ks: 57.0 / Current Outs: 86.0 2025-02-16 17:12:48,851 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 17.35 / Current Outs: 46.35 2025-02-16 17:12:48,851 - card_creation - INFO - Remaining outs: -0.29999999999999716 2025-02-16 17:12:48,851 - card_creation - INFO - Passing -0.29999999999999716 outs to strikeouts 2025-02-16 17:12:48,851 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,851 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,851 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,851 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,851 - card_creation - INFO - vL - All Hits: 22.15 / Other OB: 11.45 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,851 - card_creation - INFO - vR - All Hits: 12.6 / Other OB: 11.65 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,852 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.099999999999998 2025-02-16 17:12:48,852 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 0.7999999999999989 2025-02-16 17:12:48,852 - card_creation - INFO - vL: All Hits: 22.15 / BP Singles: 5.0 / Single 2: 6.0 / Single 1: 6.05 / Single CF: 0 2025-02-16 17:12:48,852 - card_creation - INFO - vR: All Hits: 12.6 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,852 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,852 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,852 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: -1.7763568394002505e-15 2025-02-16 17:12:48,852 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,852 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,852 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,852 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,852 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,852 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,852 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7999999999999989 2025-02-16 17:12:48,852 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,852 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,852 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,852 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,852 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-16 17:12:48,852 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.45 2025-02-16 17:12:48,852 - card_creation - INFO - self.hbp: 0 / self.walk: 11.45 2025-02-16 17:12:48,852 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.65 2025-02-16 17:12:48,852 - card_creation - INFO - self.hbp: 0 / self.walk: 11.65 2025-02-16 17:12:48,852 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 62.6 2025-02-16 17:12:48,852 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 0 / BB: 11.65 / Total Chances: 53.25 2025-02-16 17:12:48,852 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 33.50000000000001 / Current Outs: 62.5 2025-02-16 17:12:48,852 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 17:12:48,852 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,852 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,852 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,852 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,852 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,852 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,853 - card_creation - INFO - vL - All Hits: 12.15 / Other OB: 5.4 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,853 - card_creation - INFO - vR - All Hits: 26.75 / Other OB: 7.5 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,853 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.6999999999999993 2025-02-16 17:12:48,853 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.699999999999999 2025-02-16 17:12:48,853 - card_creation - INFO - vL: All Hits: 12.15 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,853 - card_creation - INFO - vR: All Hits: 26.75 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 7.05 / Single CF: 0 2025-02-16 17:12:48,853 - card_creation - INFO - hr%: 0.30 / tr%: 0.15 / do%: 0.55 2025-02-16 17:12:48,853 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,853 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 17:12:48,853 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,853 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,853 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,853 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 17:12:48,853 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 17:12:48,853 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,853 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,853 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 2.5999999999999996 2025-02-16 17:12:48,853 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,853 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,853 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 17:12:48,853 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,853 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,853 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,853 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 7.5 2025-02-16 17:12:48,853 - card_creation - INFO - self.hbp: 3.0 / self.walk: 4.5 2025-02-16 17:12:48,853 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 46.55 2025-02-16 17:12:48,853 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 3.0 / BB: 4.5 / Total Chances: 63.25 2025-02-16 17:12:48,854 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 19.549999999999997 / Current Outs: 48.55 2025-02-16 17:12:48,854 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 22.45 / Current Outs: 51.45 2025-02-16 17:12:48,854 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,854 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,854 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,854 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,854 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,854 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,854 - card_creation - INFO - vL - All Hits: 21.95 / Other OB: 7.85 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,854 - card_creation - INFO - vR - All Hits: 20.6 / Other OB: 9.4 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,854 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 7.1 2025-02-16 17:12:48,855 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.350000000000001 2025-02-16 17:12:48,855 - card_creation - INFO - vL: All Hits: 21.95 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,855 - card_creation - INFO - vR: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,855 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,855 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,855 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.6999999999999993 2025-02-16 17:12:48,855 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,855 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,855 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,855 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,855 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,855 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,855 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.2500000000000018 2025-02-16 17:12:48,855 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,855 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,855 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-16 17:12:48,855 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,855 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.85 2025-02-16 17:12:48,855 - card_creation - INFO - self.hbp: 0 / self.walk: 7.85 2025-02-16 17:12:48,855 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.4 2025-02-16 17:12:48,855 - card_creation - INFO - self.hbp: 0 / self.walk: 9.4 2025-02-16 17:12:48,855 - card_creation - INFO - vL: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 58.8 2025-02-16 17:12:48,855 - card_creation - INFO - vR: All other OB: 9.4 / HBP: 0 / BB: 9.4 / Total Chances: 59.0 2025-02-16 17:12:48,855 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 25.1 / Current Outs: 54.1 2025-02-16 17:12:48,855 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 14.549999999999999 / Current Outs: 43.55 2025-02-16 17:12:48,855 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,855 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,855 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,855 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,855 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,855 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,856 - card_creation - INFO - vL - All Hits: 24.8 / Other OB: 4.75 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,856 - card_creation - INFO - vR - All Hits: 14.6 / Other OB: 3.25 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,856 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 8.2 2025-02-16 17:12:48,856 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 5.550000000000001 2025-02-16 17:12:48,856 - card_creation - INFO - vL: All Hits: 24.8 / BP Singles: 5.0 / Single 2: 5.8 / Single 1: 5.8 / Single CF: 0 2025-02-16 17:12:48,856 - card_creation - INFO - vR: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,856 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,856 - card_creation - INFO - raw do chances: 5.75 2025-02-16 17:12:48,856 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-16 17:12:48,856 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,856 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,856 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,856 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,856 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,856 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,856 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 17:12:48,856 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,856 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,856 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,856 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,856 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 17:12:48,856 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:48,856 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:48,856 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.25 2025-02-16 17:12:48,856 - card_creation - INFO - self.hbp: 0 / self.walk: 3.25 2025-02-16 17:12:48,856 - card_creation - INFO - vL: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 58.55 2025-02-16 17:12:48,856 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 46.85 2025-02-16 17:12:48,856 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 28.200000000000003 / Current Outs: 57.2 2025-02-16 17:12:48,856 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 29.700000000000003 / Current Outs: 58.7 2025-02-16 17:12:48,857 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,857 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,857 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,857 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,857 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,857 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,857 - card_creation - INFO - vL - All Hits: 26.85 / Other OB: 13.45 / All Outs: 67.5 / Total: 29.0 2025-02-16 17:12:48,857 - card_creation - INFO - vR - All Hits: 8.15 / Other OB: 7.0 / All Outs: 93.0 / Total: 29.0 2025-02-16 17:12:48,857 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0500000000000025 2025-02-16 17:12:48,857 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 3.1500000000000004 2025-02-16 17:12:48,857 - card_creation - INFO - vL: All Hits: 26.85 / BP Singles: 5.0 / Single 2: 8.9 / Single 1: 8.9 / Single CF: 0 2025-02-16 17:12:48,857 - card_creation - INFO - vR: All Hits: 8.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,857 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-16 17:12:48,857 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,857 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.8500000000000023 2025-02-16 17:12:48,857 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,857 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,857 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,857 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,857 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:48,858 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,858 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,858 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.7500000000000004 2025-02-16 17:12:48,858 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,858 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,858 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,858 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,858 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 17:12:48,858 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.45 2025-02-16 17:12:48,858 - card_creation - INFO - self.hbp: 0 / self.walk: 13.45 2025-02-16 17:12:48,858 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.0 2025-02-16 17:12:48,858 - card_creation - INFO - self.hbp: 0 / self.walk: 7.0 2025-02-16 17:12:48,858 - card_creation - INFO - vL: All other OB: 13.45 / HBP: 0 / BB: 13.45 / Total Chances: 69.3 2025-02-16 17:12:48,858 - card_creation - INFO - vR: All other OB: 7.0 / HBP: 0 / BB: 7.0 / Total Chances: 44.15 2025-02-16 17:12:48,858 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 25.499999999999996 / Current Outs: 54.5 2025-02-16 17:12:48,858 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 35.95 / Current Outs: 64.95 2025-02-16 17:12:48,858 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,858 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,858 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,858 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,858 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,858 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,859 - card_creation - INFO - vL - All Hits: 13.95 / Other OB: 13.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,859 - card_creation - INFO - vR - All Hits: 12.75 / Other OB: 9.45 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,859 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.199999999999999 2025-02-16 17:12:48,859 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 3.25 2025-02-16 17:12:48,859 - card_creation - INFO - vL: All Hits: 13.95 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-16 17:12:48,859 - card_creation - INFO - vR: All Hits: 12.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,859 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,859 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,859 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-16 17:12:48,859 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,859 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,859 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,859 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,859 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,859 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 13.9 2025-02-16 17:12:48,859 - card_creation - INFO - self.hbp: 1.0 / self.walk: 12.9 2025-02-16 17:12:48,859 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.45 2025-02-16 17:12:48,859 - card_creation - INFO - self.hbp: 0 / self.walk: 9.45 2025-02-16 17:12:48,859 - card_creation - INFO - vL: All other OB: 13.9 / HBP: 1.0 / BB: 12.9 / Total Chances: 56.85 2025-02-16 17:12:48,859 - card_creation - INFO - vR: All other OB: 9.45 / HBP: 0 / BB: 9.45 / Total Chances: 51.2 2025-02-16 17:12:48,859 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 21.05 / Current Outs: 50.05 2025-02-16 17:12:48,859 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 39.50000000000001 / Current Outs: 68.5 2025-02-16 17:12:48,859 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,859 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,859 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,859 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,860 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,860 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,860 - card_creation - INFO - vL - All Hits: 19.85 / Other OB: 7.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,860 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 14.3 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,860 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.850000000000001 2025-02-16 17:12:48,860 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.3999999999999986 2025-02-16 17:12:48,860 - card_creation - INFO - vL: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,860 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,860 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,860 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,860 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 17:12:48,860 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,860 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,860 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,860 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,860 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.70 2025-02-16 17:12:48,860 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,861 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.9999999999999987 2025-02-16 17:12:48,861 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,861 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,861 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,861 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,861 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.8 2025-02-16 17:12:48,861 - card_creation - INFO - self.hbp: 0 / self.walk: 7.8 2025-02-16 17:12:48,861 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 14.3 2025-02-16 17:12:48,861 - card_creation - INFO - self.hbp: 1.0 / self.walk: 13.3 2025-02-16 17:12:48,861 - card_creation - INFO - vL: All other OB: 7.8 / HBP: 0 / BB: 7.8 / Total Chances: 57.0 2025-02-16 17:12:48,861 - card_creation - INFO - vR: All other OB: 14.3 / HBP: 1.0 / BB: 13.3 / Total Chances: 57.65 2025-02-16 17:12:48,861 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 23.15 / Current Outs: 52.15 2025-02-16 17:12:48,861 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 30.65 / Current Outs: 59.65 2025-02-16 17:12:48,861 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,861 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,861 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,861 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,861 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,861 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,861 - card_creation - INFO - vL - All Hits: 9.0 / Other OB: 9.6 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,861 - card_creation - INFO - vR - All Hits: 16.95 / Other OB: 23.8 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:48,862 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.5 2025-02-16 17:12:48,862 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 6.5 2025-02-16 17:12:48,862 - card_creation - INFO - vL: All Hits: 9.0 / BP Singles: 0.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,862 - card_creation - INFO - vR: All Hits: 16.95 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,862 - card_creation - INFO - hr%: 0.00 / tr%: 0.75 / do%: 0.25 2025-02-16 17:12:48,862 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,862 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 4.85 2025-02-16 17:12:48,862 - card_creation - INFO - Triple: 3.75 / rem xbh: 1.1 2025-02-16 17:12:48,862 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,862 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,862 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,862 - card_creation - INFO - Passing 0.10000000000000009 xbh to triple 2025-02-16 17:12:48,862 - card_creation - INFO - hr%: 0.00 / tr%: 0.05 / do%: 0.95 2025-02-16 17:12:48,862 - card_creation - INFO - raw do chances: 6.2 2025-02-16 17:12:48,862 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 17:12:48,862 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,862 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,862 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,862 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,862 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,862 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.6 2025-02-16 17:12:48,862 - card_creation - INFO - self.hbp: 0 / self.walk: 9.6 2025-02-16 17:12:48,862 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 23.8 2025-02-16 17:12:48,862 - card_creation - INFO - self.hbp: 5.0 / self.walk: 18.8 2025-02-16 17:12:48,862 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 47.6 2025-02-16 17:12:48,862 - card_creation - INFO - vR: All other OB: 23.8 / HBP: 5.0 / BB: 18.8 / Total Chances: 69.75 2025-02-16 17:12:48,862 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 64.35000000000001 / Current Outs: 93.35 2025-02-16 17:12:48,862 - card_creation - INFO - vR: All Outs: 67.0 / Ks: 31.15 / Current Outs: 60.15 2025-02-16 17:12:48,862 - card_creation - INFO - Remaining outs: -3.950000000000003 2025-02-16 17:12:48,862 - card_creation - INFO - Passing -3.950000000000003 outs to strikeouts 2025-02-16 17:12:48,862 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,862 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,862 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,862 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,863 - card_creation - INFO - vL - All Hits: 13.35 / Other OB: 4.2 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,863 - card_creation - INFO - vR - All Hits: 25.2 / Other OB: 5.1 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,863 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.050000000000001 2025-02-16 17:12:48,863 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.199999999999999 2025-02-16 17:12:48,863 - card_creation - INFO - vL: All Hits: 13.35 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,863 - card_creation - INFO - vR: All Hits: 25.2 / BP Singles: 5.0 / Single 2: 7.0 / Single 1: 7.0 / Single CF: 0 2025-02-16 17:12:48,863 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,863 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,863 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.5500000000000007 2025-02-16 17:12:48,863 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,863 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,863 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,863 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,863 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,863 - card_creation - INFO - hr%: 0.25 / tr%: 0.30 / do%: 0.45 2025-02-16 17:12:48,863 - card_creation - INFO - raw do chances: 2.8 2025-02-16 17:12:48,863 - card_creation - INFO - Double**: 2.8 / Double(cf): 0.0 / rem xbh: 3.3999999999999995 2025-02-16 17:12:48,863 - card_creation - INFO - Triple: 1.05 / rem xbh: 2.35 2025-02-16 17:12:48,863 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,863 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,863 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,863 - card_creation - INFO - Passing 0.3500000000000001 xbh to triple 2025-02-16 17:12:48,863 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:48,863 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:48,864 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,864 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,864 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 46.55 2025-02-16 17:12:48,864 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 59.3 2025-02-16 17:12:48,864 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 24.75 / Current Outs: 53.75 2025-02-16 17:12:48,864 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 22.85 / Current Outs: 51.85 2025-02-16 17:12:48,864 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,864 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,864 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,864 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,864 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,864 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,864 - card_creation - INFO - vL - All Hits: 19.15 / Other OB: 6.4 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,864 - card_creation - INFO - vR - All Hits: 13.2 / Other OB: 2.75 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:48,864 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9499999999999993 2025-02-16 17:12:48,864 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.6499999999999995 2025-02-16 17:12:48,864 - card_creation - INFO - vL: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 17:12:48,865 - card_creation - INFO - vR: All Hits: 13.2 / BP Singles: 5.0 / Single 2: 2.8 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,865 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,865 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,865 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 0.1999999999999993 2025-02-16 17:12:48,865 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 17:12:48,865 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 17:12:48,865 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,865 - card_creation - INFO - excess xbh: 0.2 2025-02-16 17:12:48,865 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 17:12:48,865 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,865 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,865 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.4499999999999993 2025-02-16 17:12:48,865 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,865 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,865 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,865 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,865 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,865 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 6.4 2025-02-16 17:12:48,865 - card_creation - INFO - self.hbp: 4.0 / self.walk: 2.4 2025-02-16 17:12:48,865 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,865 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,865 - card_creation - INFO - vL: All other OB: 6.4 / HBP: 4.0 / BB: 2.4 / Total Chances: 54.55 2025-02-16 17:12:48,865 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 44.95 2025-02-16 17:12:48,865 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 30.55 / Current Outs: 59.55 2025-02-16 17:12:48,865 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 52.2 / Current Outs: 81.2 2025-02-16 17:12:48,865 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,865 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,865 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,865 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,865 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,865 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,866 - card_creation - INFO - vL - All Hits: 18.7 / Other OB: 7.75 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,866 - card_creation - INFO - vR - All Hits: 19.75 / Other OB: 5.1 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,866 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.75 2025-02-16 17:12:48,866 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.25 2025-02-16 17:12:48,866 - card_creation - INFO - vL: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,866 - card_creation - INFO - vR: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,866 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,866 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,866 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.0 2025-02-16 17:12:48,866 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 17:12:48,866 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:48,866 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,866 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,866 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,866 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,866 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 17:12:48,866 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,866 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,866 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.5499999999999998 2025-02-16 17:12:48,866 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,866 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 7.75 2025-02-16 17:12:48,866 - card_creation - INFO - self.hbp: 4.0 / self.walk: 3.75 2025-02-16 17:12:48,866 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,866 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,866 - card_creation - INFO - vL: All other OB: 7.75 / HBP: 4.0 / BB: 3.75 / Total Chances: 55.45 2025-02-16 17:12:48,866 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 53.85 2025-02-16 17:12:48,867 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 32.2 / Current Outs: 61.2 2025-02-16 17:12:48,867 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 34.85 / Current Outs: 63.85 2025-02-16 17:12:48,867 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,867 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,867 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,867 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,867 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,867 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,867 - card_creation - INFO - vL - All Hits: 9.3 / Other OB: 14.9 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,867 - card_creation - INFO - vR - All Hits: 10.75 / Other OB: 11.2 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,867 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.700000000000001 2025-02-16 17:12:48,867 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 1.700000000000001 2025-02-16 17:12:48,867 - card_creation - INFO - vL: All Hits: 9.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,867 - card_creation - INFO - vR: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,867 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,868 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,868 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 1.0500000000000012 2025-02-16 17:12:48,868 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,868 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,868 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 17:12:48,868 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,868 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,868 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,868 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-16 17:12:48,868 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,868 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,868 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,868 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 17:12:48,868 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.9 2025-02-16 17:12:48,868 - card_creation - INFO - self.hbp: 0 / self.walk: 14.9 2025-02-16 17:12:48,868 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.2 2025-02-16 17:12:48,868 - card_creation - INFO - self.hbp: 0 / self.walk: 11.2 2025-02-16 17:12:48,868 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 0 / BB: 14.9 / Total Chances: 53.2 2025-02-16 17:12:48,868 - card_creation - INFO - vR: All other OB: 11.2 / HBP: 0 / BB: 11.2 / Total Chances: 51.25 2025-02-16 17:12:48,868 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 15.049999999999999 / Current Outs: 44.05 2025-02-16 17:12:48,868 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 25.749999999999996 / Current Outs: 54.75 2025-02-16 17:12:48,868 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,868 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,868 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,868 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,868 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,868 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,869 - card_creation - INFO - vL - All Hits: 20.6 / Other OB: 9.65 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,869 - card_creation - INFO - vR - All Hits: 27.5 / Other OB: 11.75 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,869 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 7.200000000000003 2025-02-16 17:12:48,869 - card_creation - INFO - remaining singles: 0.0 / total xbh: 16.5 2025-02-16 17:12:48,869 - card_creation - INFO - vL: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,869 - card_creation - INFO - vR: All Hits: 27.5 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.8 2025-02-16 17:12:48,869 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,869 - card_creation - INFO - raw do chances: 6.85 2025-02-16 17:12:48,869 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 0.3500000000000032 2025-02-16 17:12:48,869 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,869 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,869 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,869 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,869 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,869 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,869 - card_creation - INFO - raw do chances: 9.9 2025-02-16 17:12:48,869 - card_creation - INFO - Double**: 0.0 / Double(cf): 9.9 / rem xbh: 6.6 2025-02-16 17:12:48,869 - card_creation - INFO - Triple: 0 / rem xbh: 6.6 2025-02-16 17:12:48,869 - card_creation - INFO - raw hr chances: 6.6 2025-02-16 17:12:48,869 - card_creation - INFO - BP HR: 3.0 / ND HR: 3.5999999999999996 2025-02-16 17:12:48,869 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,869 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.65 2025-02-16 17:12:48,869 - card_creation - INFO - self.hbp: 0 / self.walk: 9.65 2025-02-16 17:12:48,869 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.75 2025-02-16 17:12:48,869 - card_creation - INFO - self.hbp: 0 / self.walk: 11.75 2025-02-16 17:12:48,869 - card_creation - INFO - vL: All other OB: 9.65 / HBP: 0 / BB: 9.65 / Total Chances: 59.25 2025-02-16 17:12:48,869 - card_creation - INFO - vR: All other OB: 11.75 / HBP: 0 / BB: 11.75 / Total Chances: 68.25 2025-02-16 17:12:48,869 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 18.299999999999997 / Current Outs: 47.3 2025-02-16 17:12:48,869 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 18.2 / Current Outs: 47.2 2025-02-16 17:12:48,869 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,869 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,869 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,869 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,870 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,870 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,870 - card_creation - INFO - vL - All Hits: 14.4 / Other OB: 3.5 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,870 - card_creation - INFO - vR - All Hits: 7.7 / Other OB: 7.75 / All Outs: 92.5 / Total: 29.0 2025-02-16 17:12:48,870 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.9 2025-02-16 17:12:48,870 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.3 2025-02-16 17:12:48,870 - card_creation - INFO - vL: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,870 - card_creation - INFO - vR: All Hits: 7.7 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,870 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,870 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,870 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 17:12:48,870 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,870 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,870 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,870 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,870 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,870 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,870 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,871 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.7999999999999998 2025-02-16 17:12:48,871 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,871 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,871 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,871 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,871 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 17:12:48,871 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.5 2025-02-16 17:12:48,871 - card_creation - INFO - self.hbp: 0 / self.walk: 3.5 2025-02-16 17:12:48,871 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.75 2025-02-16 17:12:48,871 - card_creation - INFO - self.hbp: 0 / self.walk: 7.75 2025-02-16 17:12:48,871 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 46.9 2025-02-16 17:12:48,871 - card_creation - INFO - vR: All other OB: 7.75 / HBP: 0 / BB: 7.75 / Total Chances: 44.45 2025-02-16 17:12:48,871 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 45.45 / Current Outs: 74.45 2025-02-16 17:12:48,871 - card_creation - INFO - vR: All Outs: 92.5 / Ks: 40.2 / Current Outs: 69.2 2025-02-16 17:12:48,871 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,871 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,871 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,871 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,871 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,871 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,871 - card_creation - INFO - vL - All Hits: 13.4 / Other OB: 13.15 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,872 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 8.0 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,872 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 6.700000000000001 2025-02-16 17:12:48,872 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 3.0 2025-02-16 17:12:48,872 - card_creation - INFO - vL: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,872 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,872 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,872 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,872 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 3.300000000000001 2025-02-16 17:12:48,872 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 17:12:48,872 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 17:12:48,872 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.3 2025-02-16 17:12:48,872 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,872 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,872 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,872 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:48,872 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,872 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,872 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,872 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,872 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 13.15 2025-02-16 17:12:48,872 - card_creation - INFO - self.hbp: 1.0 / self.walk: 12.15 2025-02-16 17:12:48,872 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.0 2025-02-16 17:12:48,872 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.0 2025-02-16 17:12:48,872 - card_creation - INFO - vL: All other OB: 13.15 / HBP: 1.0 / BB: 12.15 / Total Chances: 55.55 2025-02-16 17:12:48,872 - card_creation - INFO - vR: All other OB: 8.0 / HBP: 2.0 / BB: 6.0 / Total Chances: 56.0 2025-02-16 17:12:48,872 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 39.800000000000004 / Current Outs: 68.8 2025-02-16 17:12:48,872 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 39.95 / Current Outs: 68.95 2025-02-16 17:12:48,872 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,872 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,872 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,872 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,872 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,872 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,873 - card_creation - INFO - vL - All Hits: 6.35 / Other OB: 5.7 / All Outs: 96.0 / Total: 29.0 2025-02-16 17:12:48,873 - card_creation - INFO - vR - All Hits: 7.2 / Other OB: 3.75 / All Outs: 97.0 / Total: 29.0 2025-02-16 17:12:48,873 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.0499999999999994 2025-02-16 17:12:48,873 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.7 2025-02-16 17:12:48,873 - card_creation - INFO - vL: All Hits: 6.35 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,873 - card_creation - INFO - vR: All Hits: 7.2 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,873 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,873 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,873 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.8499999999999994 2025-02-16 17:12:48,873 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,873 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,873 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,873 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,873 - card_creation - INFO - hr%: 0.85 / tr%: 0.00 / do%: 0.15 2025-02-16 17:12:48,873 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,873 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.7 2025-02-16 17:12:48,873 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,873 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,873 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 17:12:48,873 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,873 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:48,873 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:48,873 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.75 2025-02-16 17:12:48,874 - card_creation - INFO - self.hbp: 0 / self.walk: 3.75 2025-02-16 17:12:48,874 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 41.05 2025-02-16 17:12:48,874 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 39.95 2025-02-16 17:12:48,874 - card_creation - INFO - vL: All Outs: 96.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 17:12:48,874 - card_creation - INFO - vR: All Outs: 97.0 / Ks: 24.2 / Current Outs: 53.2 2025-02-16 17:12:48,874 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,874 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,874 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,874 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,874 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,874 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,874 - card_creation - INFO - vL - All Hits: 19.4 / Other OB: 10.15 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,874 - card_creation - INFO - vR - All Hits: 18.55 / Other OB: 9.55 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,874 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 4.199999999999999 2025-02-16 17:12:48,875 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.75 2025-02-16 17:12:48,875 - card_creation - INFO - vL: All Hits: 19.4 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,875 - card_creation - INFO - vR: All Hits: 18.55 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,875 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,875 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:48,875 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 17:12:48,875 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,875 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,875 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,875 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,875 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,875 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,875 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.5499999999999998 2025-02-16 17:12:48,875 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,875 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,875 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 17:12:48,875 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,875 - card_creation - INFO - hbp value candidate: 7.0 / all_other_ob: 10.15 2025-02-16 17:12:48,875 - card_creation - INFO - self.hbp: 7.0 / self.walk: 3.15 2025-02-16 17:12:48,875 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.55 2025-02-16 17:12:48,875 - card_creation - INFO - self.hbp: 0 / self.walk: 9.55 2025-02-16 17:12:48,875 - card_creation - INFO - vL: All other OB: 10.15 / HBP: 7.0 / BB: 3.15 / Total Chances: 58.6 2025-02-16 17:12:48,875 - card_creation - INFO - vR: All other OB: 9.55 / HBP: 0 / BB: 9.55 / Total Chances: 57.1 2025-02-16 17:12:48,875 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 13.8 / Current Outs: 42.8 2025-02-16 17:12:48,875 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 12.399999999999999 / Current Outs: 41.4 2025-02-16 17:12:48,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,875 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,875 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,875 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,875 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,876 - card_creation - INFO - vL - All Hits: 13.8 / Other OB: 7.4 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,876 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 8.4 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,876 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 1.3000000000000007 2025-02-16 17:12:48,876 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.299999999999999 2025-02-16 17:12:48,876 - card_creation - INFO - vL: All Hits: 13.8 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,876 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,876 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,876 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,876 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: -0.04999999999999938 2025-02-16 17:12:48,876 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,876 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,876 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,876 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,876 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,876 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,876 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.0999999999999988 2025-02-16 17:12:48,876 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,876 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,876 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 17:12:48,876 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,876 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.4 2025-02-16 17:12:48,876 - card_creation - INFO - self.hbp: 0 / self.walk: 7.4 2025-02-16 17:12:48,876 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.4 2025-02-16 17:12:48,876 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.4 2025-02-16 17:12:48,876 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 50.25 2025-02-16 17:12:48,876 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 2.0 / BB: 6.4 / Total Chances: 57.55 2025-02-16 17:12:48,876 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 24.549999999999997 / Current Outs: 53.55 2025-02-16 17:12:48,876 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 25.55 / Current Outs: 54.55 2025-02-16 17:12:48,877 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,877 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,877 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,877 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,877 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,877 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,877 - card_creation - INFO - vL - All Hits: 10.5 / Other OB: 13.85 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,877 - card_creation - INFO - vR - All Hits: 4.75 / Other OB: 14.55 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:48,877 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.75 2025-02-16 17:12:48,877 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 0.9500000000000002 2025-02-16 17:12:48,877 - card_creation - INFO - vL: All Hits: 10.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.75 / Single CF: 0 2025-02-16 17:12:48,877 - card_creation - INFO - vR: All Hits: 4.75 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,877 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,877 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,877 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 2.25 2025-02-16 17:12:48,877 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 17:12:48,877 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 17:12:48,877 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 17:12:48,878 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,878 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,878 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,878 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 17:12:48,878 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,878 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,878 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,878 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,878 - card_creation - INFO - Passing 0.95 xbh to single** 2025-02-16 17:12:48,878 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.85 2025-02-16 17:12:48,878 - card_creation - INFO - self.hbp: 0 / self.walk: 13.85 2025-02-16 17:12:48,878 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 14.55 2025-02-16 17:12:48,878 - card_creation - INFO - self.hbp: 2.0 / self.walk: 12.55 2025-02-16 17:12:48,878 - card_creation - INFO - vL: All other OB: 13.85 / HBP: 0 / BB: 13.85 / Total Chances: 53.35 2025-02-16 17:12:48,878 - card_creation - INFO - vR: All other OB: 14.55 / HBP: 2.0 / BB: 12.55 / Total Chances: 48.3 2025-02-16 17:12:48,878 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 16.1 / Current Outs: 45.1 2025-02-16 17:12:48,878 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 10.399999999999999 / Current Outs: 39.4 2025-02-16 17:12:48,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,878 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,878 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,878 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,878 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,879 - card_creation - INFO - vL - All Hits: 12.5 / Other OB: 14.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,879 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 7.5 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,879 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 5.100000000000001 2025-02-16 17:12:48,879 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.9999999999999964 2025-02-16 17:12:48,879 - card_creation - INFO - vL: All Hits: 12.5 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,879 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.6 / Single CF: 0 2025-02-16 17:12:48,879 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 17:12:48,879 - card_creation - INFO - raw do chances: 3.6 2025-02-16 17:12:48,879 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 1.5000000000000013 2025-02-16 17:12:48,879 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,879 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,879 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.5 2025-02-16 17:12:48,879 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,879 - card_creation - INFO - hr%: 0.25 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,879 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,879 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 1.7499999999999964 2025-02-16 17:12:48,879 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:48,879 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:48,879 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 17:12:48,879 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,879 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.2 2025-02-16 17:12:48,879 - card_creation - INFO - self.hbp: 0 / self.walk: 14.2 2025-02-16 17:12:48,879 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 7.5 2025-02-16 17:12:48,879 - card_creation - INFO - self.hbp: 1.0 / self.walk: 6.5 2025-02-16 17:12:48,879 - card_creation - INFO - vL: All other OB: 14.2 / HBP: 0 / BB: 14.2 / Total Chances: 55.7 2025-02-16 17:12:48,879 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 1.0 / BB: 6.5 / Total Chances: 59.65 2025-02-16 17:12:48,879 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 11.750000000000002 / Current Outs: 40.75 2025-02-16 17:12:48,879 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:48,879 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,879 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,879 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,879 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,879 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,879 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,880 - card_creation - INFO - vL - All Hits: 20.8 / Other OB: 8.2 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,880 - card_creation - INFO - vR - All Hits: 27.05 / Other OB: 7.45 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,880 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 4.400000000000002 2025-02-16 17:12:48,880 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 5.9 2025-02-16 17:12:48,880 - card_creation - INFO - vL: All Hits: 20.8 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,880 - card_creation - INFO - vR: All Hits: 27.05 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.05 / Single CF: 0 2025-02-16 17:12:48,880 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 17:12:48,880 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,880 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.9000000000000021 2025-02-16 17:12:48,880 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,880 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,880 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,880 - card_creation - INFO - excess xbh: 0.9 2025-02-16 17:12:48,880 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 17:12:48,880 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,880 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,880 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.7 2025-02-16 17:12:48,880 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,880 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,880 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.7000000000000002 2025-02-16 17:12:48,880 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,880 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 8.2 2025-02-16 17:12:48,880 - card_creation - INFO - self.hbp: 1.0 / self.walk: 7.2 2025-02-16 17:12:48,880 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.45 2025-02-16 17:12:48,881 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.45 2025-02-16 17:12:48,881 - card_creation - INFO - vL: All other OB: 8.2 / HBP: 1.0 / BB: 7.2 / Total Chances: 58.0 2025-02-16 17:12:48,881 - card_creation - INFO - vR: All other OB: 7.45 / HBP: 2.0 / BB: 5.45 / Total Chances: 63.5 2025-02-16 17:12:48,881 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 11.75 / Current Outs: 40.75 2025-02-16 17:12:48,881 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 20.5 / Current Outs: 49.5 2025-02-16 17:12:48,881 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,881 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,881 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,881 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,881 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,881 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,881 - card_creation - INFO - vL - All Hits: 15.55 / Other OB: 8.15 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,881 - card_creation - INFO - vR - All Hits: 17.45 / Other OB: 12.05 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,881 - card_creation - INFO - remaining singles: -0.25 / total xbh: 2.1500000000000012 2025-02-16 17:12:48,882 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.9499999999999993 2025-02-16 17:12:48,882 - card_creation - INFO - vL: All Hits: 15.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,882 - card_creation - INFO - vR: All Hits: 17.45 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,882 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,882 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,882 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.050000000000001155 2025-02-16 17:12:48,882 - card_creation - INFO - Triple: 0 / rem xbh: 0.05 2025-02-16 17:12:48,882 - card_creation - INFO - raw hr chances: 0.05 2025-02-16 17:12:48,882 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,882 - card_creation - INFO - excess xbh: 0.05 2025-02-16 17:12:48,882 - card_creation - INFO - Passing 0.05 xbh to double** 2025-02-16 17:12:48,882 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,882 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,882 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 1.1999999999999993 2025-02-16 17:12:48,882 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,882 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,882 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,882 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,882 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.15 2025-02-16 17:12:48,882 - card_creation - INFO - self.hbp: 0 / self.walk: 8.15 2025-02-16 17:12:48,882 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.05 2025-02-16 17:12:48,882 - card_creation - INFO - self.hbp: 0 / self.walk: 12.05 2025-02-16 17:12:48,882 - card_creation - INFO - vL: All other OB: 8.15 / HBP: 0 / BB: 8.15 / Total Chances: 52.7 2025-02-16 17:12:48,882 - card_creation - INFO - vR: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 58.5 2025-02-16 17:12:48,882 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 22.799999999999997 / Current Outs: 51.8 2025-02-16 17:12:48,882 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 37.9 / Current Outs: 66.9 2025-02-16 17:12:48,882 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,882 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,882 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,882 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,882 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,882 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,883 - card_creation - INFO - vL - All Hits: 31.5 / Other OB: 1.05 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,883 - card_creation - INFO - vR - All Hits: 5.1 / Other OB: 3.3 / All Outs: 99.5 / Total: 29.0 2025-02-16 17:12:48,883 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.250000000000002 2025-02-16 17:12:48,883 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 1.4999999999999996 2025-02-16 17:12:48,883 - card_creation - INFO - vL: All Hits: 31.5 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.15 / Single CF: 0 2025-02-16 17:12:48,883 - card_creation - INFO - vR: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,883 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.85 2025-02-16 17:12:48,883 - card_creation - INFO - raw do chances: 8.7 2025-02-16 17:12:48,883 - card_creation - INFO - Double**: 8.7 / Double(cf): 0.0 / rem xbh: 1.5500000000000025 2025-02-16 17:12:48,883 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,883 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,883 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,883 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 17:12:48,883 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,883 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,883 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4999999999999996 2025-02-16 17:12:48,883 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,883 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,883 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,883 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,883 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.05 2025-02-16 17:12:48,883 - card_creation - INFO - self.hbp: 0 / self.walk: 1.05 2025-02-16 17:12:48,883 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.3 2025-02-16 17:12:48,883 - card_creation - INFO - self.hbp: 0 / self.walk: 3.3 2025-02-16 17:12:48,883 - card_creation - INFO - vL: All other OB: 1.05 / HBP: 0 / BB: 1.05 / Total Chances: 62.0 2025-02-16 17:12:48,883 - card_creation - INFO - vR: All other OB: 3.3 / HBP: 0 / BB: 3.3 / Total Chances: 37.9 2025-02-16 17:12:48,883 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 30.9 / Current Outs: 59.9 2025-02-16 17:12:48,883 - card_creation - INFO - vR: All Outs: 99.5 / Ks: 18.65 / Current Outs: 47.65 2025-02-16 17:12:48,884 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,884 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,884 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,884 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,884 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,884 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,884 - card_creation - INFO - vL - All Hits: 14.35 / Other OB: 9.5 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,884 - card_creation - INFO - vR - All Hits: 18.45 / Other OB: 10.75 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,884 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 3.9499999999999993 2025-02-16 17:12:48,884 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-16 17:12:48,884 - card_creation - INFO - vL: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,884 - card_creation - INFO - vR: All Hits: 18.45 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.55 / Single CF: 0 2025-02-16 17:12:48,884 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:48,884 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,884 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 0.5499999999999994 2025-02-16 17:12:48,884 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,884 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,885 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,885 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,885 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,885 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,885 - card_creation - INFO - raw do chances: 5.75 2025-02-16 17:12:48,885 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 1.9499999999999993 2025-02-16 17:12:48,885 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,885 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,885 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,885 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 17:12:48,885 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.5 2025-02-16 17:12:48,885 - card_creation - INFO - self.hbp: 0 / self.walk: 9.5 2025-02-16 17:12:48,885 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.75 2025-02-16 17:12:48,885 - card_creation - INFO - self.hbp: 0 / self.walk: 10.75 2025-02-16 17:12:48,885 - card_creation - INFO - vL: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 52.85 2025-02-16 17:12:48,885 - card_creation - INFO - vR: All other OB: 10.75 / HBP: 0 / BB: 10.75 / Total Chances: 58.25 2025-02-16 17:12:48,885 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 28.449999999999996 / Current Outs: 57.45 2025-02-16 17:12:48,885 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 18.2 / Current Outs: 47.2 2025-02-16 17:12:48,885 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,885 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,885 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,885 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,885 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,885 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,886 - card_creation - INFO - vL - All Hits: 6.9 / Other OB: 4.5 / All Outs: 96.5 / Total: 29.0 2025-02-16 17:12:48,886 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 3.5 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,886 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.6000000000000005 2025-02-16 17:12:48,886 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.699999999999999 2025-02-16 17:12:48,886 - card_creation - INFO - vL: All Hits: 6.9 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,886 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,886 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,886 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,886 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 17:12:48,886 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,886 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,886 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,886 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,886 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,886 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,886 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,886 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 2.499999999999999 2025-02-16 17:12:48,886 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,886 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,886 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 17:12:48,886 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,886 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,886 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,886 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.5 2025-02-16 17:12:48,886 - card_creation - INFO - self.hbp: 0 / self.walk: 3.5 2025-02-16 17:12:48,886 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 40.4 2025-02-16 17:12:48,886 - card_creation - INFO - vR: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 47.6 2025-02-16 17:12:48,886 - card_creation - INFO - vL: All Outs: 96.5 / Ks: 51.45 / Current Outs: 80.45 2025-02-16 17:12:48,886 - card_creation - INFO - vR: All Outs: 89.5 / Ks: 20.45 / Current Outs: 49.45 2025-02-16 17:12:48,886 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,886 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,886 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,886 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,887 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,887 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,887 - card_creation - INFO - vL - All Hits: 16.3 / Other OB: 7.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,887 - card_creation - INFO - vR - All Hits: 25.35 / Other OB: 10.45 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,887 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.0500000000000007 2025-02-16 17:12:48,887 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 2.0000000000000036 2025-02-16 17:12:48,887 - card_creation - INFO - vL: All Hits: 16.3 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,887 - card_creation - INFO - vR: All Hits: 25.35 / BP Singles: 5.0 / Single 2: 9.2 / Single 1: 9.15 / Single CF: 0 2025-02-16 17:12:48,887 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,887 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,887 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 17:12:48,887 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 17:12:48,887 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 17:12:48,887 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 17:12:48,887 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,887 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,887 - card_creation - INFO - raw do chances: 1.05 2025-02-16 17:12:48,887 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.9500000000000035 2025-02-16 17:12:48,887 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,887 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,888 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,888 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,888 - card_creation - INFO - Passing 0.95 xbh to double** 2025-02-16 17:12:48,888 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.4 2025-02-16 17:12:48,888 - card_creation - INFO - self.hbp: 0 / self.walk: 7.4 2025-02-16 17:12:48,888 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.45 2025-02-16 17:12:48,888 - card_creation - INFO - self.hbp: 0 / self.walk: 10.45 2025-02-16 17:12:48,888 - card_creation - INFO - vL: All other OB: 7.4 / HBP: 0 / BB: 7.4 / Total Chances: 52.7 2025-02-16 17:12:48,888 - card_creation - INFO - vR: All other OB: 10.45 / HBP: 0 / BB: 10.45 / Total Chances: 64.8 2025-02-16 17:12:48,888 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 12.549999999999997 / Current Outs: 41.55 2025-02-16 17:12:48,888 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 14.500000000000002 / Current Outs: 43.5 2025-02-16 17:12:48,888 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,888 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,888 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,888 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,888 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,888 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,888 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 5.1 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,888 - card_creation - INFO - vR - All Hits: 19.45 / Other OB: 13.95 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,889 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.8000000000000016 2025-02-16 17:12:48,889 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.949999999999999 2025-02-16 17:12:48,889 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 7.8 / Single 1: 7.75 / Single CF: 0 2025-02-16 17:12:48,889 - card_creation - INFO - vR: All Hits: 19.45 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,889 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,889 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,889 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: -0.09999999999999831 2025-02-16 17:12:48,889 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 17:12:48,889 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 17:12:48,889 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,889 - card_creation - INFO - excess xbh: -0.1 2025-02-16 17:12:48,889 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,889 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,889 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 4.449999999999999 2025-02-16 17:12:48,889 - card_creation - INFO - Triple: 0 / rem xbh: 4.45 2025-02-16 17:12:48,889 - card_creation - INFO - raw hr chances: 4.45 2025-02-16 17:12:48,889 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.45 2025-02-16 17:12:48,889 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,889 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 5.1 2025-02-16 17:12:48,889 - card_creation - INFO - self.hbp: 1.0 / self.walk: 4.1 2025-02-16 17:12:48,889 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.95 2025-02-16 17:12:48,889 - card_creation - INFO - self.hbp: 0 / self.walk: 13.95 2025-02-16 17:12:48,889 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 56.55 2025-02-16 17:12:48,889 - card_creation - INFO - vR: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 62.4 2025-02-16 17:12:48,889 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 18.85 / Current Outs: 47.85 2025-02-16 17:12:48,889 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 25.000000000000004 / Current Outs: 54.0 2025-02-16 17:12:48,889 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,889 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,889 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,889 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,889 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,889 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,890 - card_creation - INFO - vL - All Hits: 13.85 / Other OB: 10.0 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,890 - card_creation - INFO - vR - All Hits: 23.1 / Other OB: 9.75 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,890 - card_creation - INFO - remaining singles: -0.10000000000000075 / total xbh: 4.800000000000001 2025-02-16 17:12:48,890 - card_creation - INFO - remaining singles: -0.25 / total xbh: 7.600000000000003 2025-02-16 17:12:48,890 - card_creation - INFO - vL: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,890 - card_creation - INFO - vR: All Hits: 23.1 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,890 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,890 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,890 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,890 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,890 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,890 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 17:12:48,890 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,890 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,890 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,890 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.900000000000003 2025-02-16 17:12:48,890 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 17:12:48,890 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:48,890 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 17:12:48,890 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,890 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.0 2025-02-16 17:12:48,890 - card_creation - INFO - self.hbp: 0 / self.walk: 10.0 2025-02-16 17:12:48,890 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.75 2025-02-16 17:12:48,890 - card_creation - INFO - self.hbp: 0 / self.walk: 9.75 2025-02-16 17:12:48,890 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 52.85 2025-02-16 17:12:48,890 - card_creation - INFO - vR: All other OB: 9.75 / HBP: 0 / BB: 9.75 / Total Chances: 61.85 2025-02-16 17:12:48,890 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 23.95 / Current Outs: 52.95 2025-02-16 17:12:48,891 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 27.200000000000003 / Current Outs: 56.2 2025-02-16 17:12:48,891 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,891 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,891 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,891 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,891 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,891 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,891 - card_creation - INFO - vL - All Hits: 19.25 / Other OB: 14.95 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,891 - card_creation - INFO - vR - All Hits: 18.6 / Other OB: 21.45 / All Outs: 68.0 / Total: 29.0 2025-02-16 17:12:48,891 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 10.350000000000001 2025-02-16 17:12:48,891 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.650000000000002 2025-02-16 17:12:48,891 - card_creation - INFO - vL: All Hits: 19.25 / BP Singles: 5.0 / Single 2: 1.95 / Single 1: 0.0 / Single CF: 1.95 2025-02-16 17:12:48,891 - card_creation - INFO - vR: All Hits: 18.6 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,891 - card_creation - INFO - hr%: 0.45 / tr%: 0.15 / do%: 0.45 2025-02-16 17:12:48,892 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,892 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.600000000000001 2025-02-16 17:12:48,892 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 17:12:48,892 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 17:12:48,892 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.5999999999999996 2025-02-16 17:12:48,892 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,892 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:48,892 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,892 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.450000000000002 2025-02-16 17:12:48,892 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,892 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,892 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,892 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,892 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.95 2025-02-16 17:12:48,892 - card_creation - INFO - self.hbp: 0 / self.walk: 14.95 2025-02-16 17:12:48,892 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 21.45 2025-02-16 17:12:48,892 - card_creation - INFO - self.hbp: 2.0 / self.walk: 19.45 2025-02-16 17:12:48,892 - card_creation - INFO - vL: All other OB: 14.95 / HBP: 0 / BB: 14.95 / Total Chances: 63.2 2025-02-16 17:12:48,892 - card_creation - INFO - vR: All other OB: 21.45 / HBP: 2.0 / BB: 19.45 / Total Chances: 69.05 2025-02-16 17:12:48,892 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 18.000000000000004 / Current Outs: 47.0 2025-02-16 17:12:48,892 - card_creation - INFO - vR: All Outs: 68.0 / Ks: 15.5 / Current Outs: 44.5 2025-02-16 17:12:48,892 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,892 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,892 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,892 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,892 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,892 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,893 - card_creation - INFO - vL - All Hits: 11.0 / Other OB: 10.5 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,893 - card_creation - INFO - vR - All Hits: 3.2 / Other OB: 6.6 / All Outs: 98.0 / Total: 29.0 2025-02-16 17:12:48,893 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 6.7 2025-02-16 17:12:48,893 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.2500000000000002 2025-02-16 17:12:48,893 - card_creation - INFO - vL: All Hits: 11.0 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,893 - card_creation - INFO - vR: All Hits: 3.2 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,893 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,893 - card_creation - INFO - raw do chances: 6.05 2025-02-16 17:12:48,893 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 17:12:48,893 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,893 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,893 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,893 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,893 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:48,893 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,893 - card_creation - INFO - raw do chances: 1.05 2025-02-16 17:12:48,893 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: 0.20000000000000018 2025-02-16 17:12:48,893 - card_creation - INFO - Triple: 0 / rem xbh: 0.2 2025-02-16 17:12:48,893 - card_creation - INFO - raw hr chances: 0.2 2025-02-16 17:12:48,893 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,893 - card_creation - INFO - excess xbh: 0.2 2025-02-16 17:12:48,893 - card_creation - INFO - Passing 0.2 xbh to double** 2025-02-16 17:12:48,893 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.5 2025-02-16 17:12:48,893 - card_creation - INFO - self.hbp: 0 / self.walk: 10.5 2025-02-16 17:12:48,893 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.6 2025-02-16 17:12:48,893 - card_creation - INFO - self.hbp: 0 / self.walk: 6.6 2025-02-16 17:12:48,893 - card_creation - INFO - vL: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 50.5 2025-02-16 17:12:48,893 - card_creation - INFO - vR: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 38.8 2025-02-16 17:12:48,893 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 30.45 / Current Outs: 59.45 2025-02-16 17:12:48,893 - card_creation - INFO - vR: All Outs: 98.0 / Ks: 52.35 / Current Outs: 81.35 2025-02-16 17:12:48,893 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,893 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,894 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,894 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,894 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,894 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,894 - card_creation - INFO - vL - All Hits: 19.0 / Other OB: 10.8 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,894 - card_creation - INFO - vR - All Hits: 20.15 / Other OB: 11.15 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,894 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.100000000000001 2025-02-16 17:12:48,894 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 6.75 2025-02-16 17:12:48,894 - card_creation - INFO - vL: All Hits: 19.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,894 - card_creation - INFO - vR: All Hits: 20.15 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,894 - card_creation - INFO - hr%: 0.35 / tr%: 0.15 / do%: 0.50 2025-02-16 17:12:48,894 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,894 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.9000000000000012 2025-02-16 17:12:48,894 - card_creation - INFO - Triple: 0 / rem xbh: 3.9 2025-02-16 17:12:48,894 - card_creation - INFO - raw hr chances: 3.9 2025-02-16 17:12:48,894 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.9 2025-02-16 17:12:48,894 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,894 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,895 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,895 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 17:12:48,895 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,895 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,895 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,895 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,895 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 10.8 2025-02-16 17:12:48,895 - card_creation - INFO - self.hbp: 3.0 / self.walk: 7.8 2025-02-16 17:12:48,895 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.15 2025-02-16 17:12:48,895 - card_creation - INFO - self.hbp: 0 / self.walk: 11.15 2025-02-16 17:12:48,895 - card_creation - INFO - vL: All other OB: 10.8 / HBP: 3.0 / BB: 7.8 / Total Chances: 58.8 2025-02-16 17:12:48,895 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 60.3 2025-02-16 17:12:48,895 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 24.150000000000002 / Current Outs: 53.15 2025-02-16 17:12:48,895 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 23.8 / Current Outs: 52.8 2025-02-16 17:12:48,895 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,895 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,895 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,895 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,895 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,895 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,895 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 5.7 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,896 - card_creation - INFO - vR - All Hits: 16.35 / Other OB: 16.4 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,896 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: -0.20000000000000018 2025-02-16 17:12:48,896 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.8500000000000014 2025-02-16 17:12:48,896 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,896 - card_creation - INFO - vR: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,896 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 17:12:48,896 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,896 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-16 17:12:48,896 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:48,896 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:48,896 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,896 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:48,896 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:48,896 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:48,896 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:48,896 - card_creation - INFO - hbp value candidate: 8.0 / all_other_ob: 16.4 2025-02-16 17:12:48,896 - card_creation - INFO - self.hbp: 8.0 / self.walk: 8.4 2025-02-16 17:12:48,896 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 51.1 2025-02-16 17:12:48,896 - card_creation - INFO - vR: All other OB: 16.4 / HBP: 8.0 / BB: 8.4 / Total Chances: 61.75 2025-02-16 17:12:48,896 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 10.25 / Current Outs: 39.25 2025-02-16 17:12:48,896 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 30.55 / Current Outs: 59.55 2025-02-16 17:12:48,896 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,896 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,896 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,896 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,896 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,896 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,897 - card_creation - INFO - vL - All Hits: 16.35 / Other OB: 5.85 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,897 - card_creation - INFO - vR - All Hits: 27.0 / Other OB: 6.6 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,897 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.900000000000002 2025-02-16 17:12:48,897 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.150000000000002 2025-02-16 17:12:48,897 - card_creation - INFO - vL: All Hits: 16.35 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,897 - card_creation - INFO - vR: All Hits: 27.0 / BP Singles: 5.0 / Single 2: 6.95 / Single 1: 6.9 / Single CF: 0 2025-02-16 17:12:48,897 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,897 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,897 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.1500000000000021 2025-02-16 17:12:48,897 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 17:12:48,897 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:48,897 - card_creation - INFO - BP HR: 0 / ND HR: 1.15 2025-02-16 17:12:48,897 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,897 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,897 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,897 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 2.7500000000000018 2025-02-16 17:12:48,897 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,897 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,897 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.75 2025-02-16 17:12:48,897 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,897 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.85 2025-02-16 17:12:48,897 - card_creation - INFO - self.hbp: 0 / self.walk: 5.85 2025-02-16 17:12:48,897 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.6 2025-02-16 17:12:48,897 - card_creation - INFO - self.hbp: 0 / self.walk: 6.6 2025-02-16 17:12:48,897 - card_creation - INFO - vL: All other OB: 5.85 / HBP: 0 / BB: 5.85 / Total Chances: 51.2 2025-02-16 17:12:48,897 - card_creation - INFO - vR: All other OB: 6.6 / HBP: 0 / BB: 6.6 / Total Chances: 62.6 2025-02-16 17:12:48,897 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 34.1 / Current Outs: 63.1 2025-02-16 17:12:48,897 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 19.349999999999998 / Current Outs: 48.35 2025-02-16 17:12:48,898 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,898 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,898 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,898 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,898 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,898 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,898 - card_creation - INFO - vL - All Hits: 19.15 / Other OB: 11.45 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,898 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 2.25 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,898 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.6499999999999986 2025-02-16 17:12:48,898 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.8500000000000014 2025-02-16 17:12:48,898 - card_creation - INFO - vL: All Hits: 19.15 / BP Singles: 5.0 / Single 2: 6.75 / Single 1: 6.75 / Single CF: 0 2025-02-16 17:12:48,898 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 6.9 / Single 1: 6.85 / Single CF: 0 2025-02-16 17:12:48,898 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,898 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,898 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6499999999999986 2025-02-16 17:12:48,898 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:48,898 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:48,898 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,898 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:48,898 - card_creation - INFO - Passing 0.65 xbh to single** 2025-02-16 17:12:48,899 - card_creation - INFO - hr%: 0.80 / tr%: 0.00 / do%: 0.20 2025-02-16 17:12:48,899 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,899 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.8500000000000014 2025-02-16 17:12:48,899 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-16 17:12:48,899 - card_creation - INFO - raw hr chances: 2.85 2025-02-16 17:12:48,899 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-16 17:12:48,899 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,899 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.45 2025-02-16 17:12:48,899 - card_creation - INFO - self.hbp: 0 / self.walk: 11.45 2025-02-16 17:12:48,899 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.25 2025-02-16 17:12:48,899 - card_creation - INFO - self.hbp: 0 / self.walk: 2.25 2025-02-16 17:12:48,899 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 59.6 2025-02-16 17:12:48,899 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 52.85 2025-02-16 17:12:48,899 - card_creation - INFO - vL: All Outs: 77.5 / Ks: 34.50000000000001 / Current Outs: 63.5 2025-02-16 17:12:48,899 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 27.7 / Current Outs: 56.7 2025-02-16 17:12:48,899 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,899 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,899 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,899 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,899 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,899 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,900 - card_creation - INFO - vL - All Hits: 22.6 / Other OB: 16.9 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,900 - card_creation - INFO - vR - All Hits: 11.6 / Other OB: 11.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,900 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.25 2025-02-16 17:12:48,900 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 1.9999999999999982 2025-02-16 17:12:48,900 - card_creation - INFO - vL: All Hits: 22.6 / BP Singles: 5.0 / Single 2: 7.2 / Single 1: 7.15 / Single CF: 0 2025-02-16 17:12:48,900 - card_creation - INFO - vR: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,900 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,900 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,900 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,900 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,900 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.9999999999999982 2025-02-16 17:12:48,900 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 17:12:48,900 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:48,900 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,900 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.9 2025-02-16 17:12:48,900 - card_creation - INFO - self.hbp: 0 / self.walk: 16.9 2025-02-16 17:12:48,900 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.7 2025-02-16 17:12:48,900 - card_creation - INFO - self.hbp: 0 / self.walk: 11.7 2025-02-16 17:12:48,900 - card_creation - INFO - vL: All other OB: 16.9 / HBP: 0 / BB: 16.9 / Total Chances: 68.5 2025-02-16 17:12:48,900 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 0 / BB: 11.7 / Total Chances: 52.3 2025-02-16 17:12:48,900 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 49.05000000000001 / Current Outs: 78.05 2025-02-16 17:12:48,900 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 54.25 / Current Outs: 83.25 2025-02-16 17:12:48,900 - card_creation - INFO - Remaining outs: -9.549999999999997 2025-02-16 17:12:48,900 - card_creation - INFO - Passing -9.549999999999997 outs to strikeouts 2025-02-16 17:12:48,900 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,900 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,900 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,900 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,901 - card_creation - INFO - vL - All Hits: 14.85 / Other OB: 14.55 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,901 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 8.45 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,901 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.450000000000001 2025-02-16 17:12:48,901 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.149999999999999 2025-02-16 17:12:48,901 - card_creation - INFO - vL: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,901 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,901 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:48,901 - card_creation - INFO - raw do chances: 7.1 2025-02-16 17:12:48,901 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 0.3500000000000014 2025-02-16 17:12:48,901 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,901 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,901 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,901 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,901 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,901 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,901 - card_creation - INFO - raw do chances: 6.85 2025-02-16 17:12:48,901 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 17:12:48,901 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,901 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,901 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,902 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,902 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.55 2025-02-16 17:12:48,902 - card_creation - INFO - self.hbp: 0 / self.walk: 14.55 2025-02-16 17:12:48,902 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.45 2025-02-16 17:12:48,902 - card_creation - INFO - self.hbp: 0 / self.walk: 8.45 2025-02-16 17:12:48,902 - card_creation - INFO - vL: All other OB: 14.55 / HBP: 0 / BB: 14.55 / Total Chances: 58.4 2025-02-16 17:12:48,902 - card_creation - INFO - vR: All other OB: 8.45 / HBP: 0 / BB: 8.45 / Total Chances: 60.6 2025-02-16 17:12:48,902 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 23.4 / Current Outs: 52.4 2025-02-16 17:12:48,902 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 18.5 / Current Outs: 47.5 2025-02-16 17:12:48,902 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,902 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,902 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,902 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,902 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,902 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,902 - card_creation - INFO - vL - All Hits: 0.0 / Other OB: 20.65 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,902 - card_creation - INFO - vR - All Hits: 5.7 / Other OB: 2.75 / All Outs: 99.5 / Total: 29.0 2025-02-16 17:12:48,903 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.9499999999999997 2025-02-16 17:12:48,903 - card_creation - INFO - vL: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,903 - card_creation - INFO - vR: All Hits: 5.7 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.35 / Single CF: 0 2025-02-16 17:12:48,903 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,903 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,903 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,903 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,903 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 17:12:48,903 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,903 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,903 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 17:12:48,903 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 20.65 2025-02-16 17:12:48,903 - card_creation - INFO - self.hbp: 0 / self.walk: 20.65 2025-02-16 17:12:48,903 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,903 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,903 - card_creation - INFO - vL: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 49.65 2025-02-16 17:12:48,903 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 37.45 2025-02-16 17:12:48,903 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 28.3 / Current Outs: 57.3 2025-02-16 17:12:48,903 - card_creation - INFO - vR: All Outs: 99.5 / Ks: 36.2 / Current Outs: 65.2 2025-02-16 17:12:48,903 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,903 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,903 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,903 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,903 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,904 - card_creation - INFO - vL - All Hits: 22.0 / Other OB: 17.1 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,904 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 5.75 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,904 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.6499999999999986 2025-02-16 17:12:48,904 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.350000000000001 2025-02-16 17:12:48,904 - card_creation - INFO - vL: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.65 / Single CF: 0 2025-02-16 17:12:48,904 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:48,904 - card_creation - INFO - hr%: 0.00 / tr%: 0.35 / do%: 0.65 2025-02-16 17:12:48,904 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,904 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.2499999999999987 2025-02-16 17:12:48,904 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,904 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,904 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,904 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,904 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,904 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,904 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,904 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.6000000000000014 2025-02-16 17:12:48,904 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,904 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,904 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,904 - card_creation - INFO - excess xbh: -0.3999999999999999 2025-02-16 17:12:48,904 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.1 2025-02-16 17:12:48,904 - card_creation - INFO - self.hbp: 0 / self.walk: 17.1 2025-02-16 17:12:48,904 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.75 2025-02-16 17:12:48,904 - card_creation - INFO - self.hbp: 0 / self.walk: 5.75 2025-02-16 17:12:48,904 - card_creation - INFO - vL: All other OB: 17.1 / HBP: 0 / BB: 17.1 / Total Chances: 68.1 2025-02-16 17:12:48,904 - card_creation - INFO - vR: All other OB: 5.75 / HBP: 0 / BB: 5.75 / Total Chances: 53.0 2025-02-16 17:12:48,904 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 31.849999999999998 / Current Outs: 60.85 2025-02-16 17:12:48,904 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.2 / Current Outs: 48.2 2025-02-16 17:12:48,905 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,905 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,905 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,905 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,905 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,905 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,905 - card_creation - INFO - vL - All Hits: 13.45 / Other OB: 6.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,905 - card_creation - INFO - vR - All Hits: 27.15 / Other OB: 5.4 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,905 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.6499999999999986 2025-02-16 17:12:48,905 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 20.2 2025-02-16 17:12:48,905 - card_creation - INFO - vL: All Hits: 13.45 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,905 - card_creation - INFO - vR: All Hits: 27.15 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.95 2025-02-16 17:12:48,905 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,905 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,905 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: -0.10000000000000142 2025-02-16 17:12:48,905 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 17:12:48,906 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 17:12:48,906 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,906 - card_creation - INFO - excess xbh: -0.1 2025-02-16 17:12:48,906 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.95 2025-02-16 17:12:48,906 - card_creation - INFO - raw do chances: 19.2 2025-02-16 17:12:48,906 - card_creation - INFO - Double**: 0.0 / Double(cf): 19.2 / rem xbh: 1.0 2025-02-16 17:12:48,906 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,906 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,906 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,906 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,906 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.75 2025-02-16 17:12:48,906 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.75 2025-02-16 17:12:48,906 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:48,906 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:48,906 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 2.0 / BB: 4.75 / Total Chances: 49.3 2025-02-16 17:12:48,906 - card_creation - INFO - vR: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 61.55 2025-02-16 17:12:48,906 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 34.2 / Current Outs: 63.2 2025-02-16 17:12:48,906 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 20.549999999999997 / Current Outs: 49.55 2025-02-16 17:12:48,906 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,906 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,906 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,906 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,906 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,906 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,907 - card_creation - INFO - vL - All Hits: 22.95 / Other OB: 10.5 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,907 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 15.0 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,907 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.7 2025-02-16 17:12:48,907 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 8.55 2025-02-16 17:12:48,907 - card_creation - INFO - vL: All Hits: 22.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,907 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,907 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,907 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,907 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.299999999999999 2025-02-16 17:12:48,907 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 17:12:48,907 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 17:12:48,907 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.3 2025-02-16 17:12:48,907 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,907 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,907 - card_creation - INFO - raw do chances: 6.4 2025-02-16 17:12:48,907 - card_creation - INFO - Double**: 6.4 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 17:12:48,907 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,907 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,907 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 17:12:48,907 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,907 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.5 2025-02-16 17:12:48,907 - card_creation - INFO - self.hbp: 0 / self.walk: 10.5 2025-02-16 17:12:48,907 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.0 2025-02-16 17:12:48,907 - card_creation - INFO - self.hbp: 0 / self.walk: 15.0 2025-02-16 17:12:48,907 - card_creation - INFO - vL: All other OB: 10.5 / HBP: 0 / BB: 10.5 / Total Chances: 62.45 2025-02-16 17:12:48,907 - card_creation - INFO - vR: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 64.0 2025-02-16 17:12:48,907 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 15.45 / Current Outs: 44.45 2025-02-16 17:12:48,907 - card_creation - INFO - vR: All Outs: 73.0 / Ks: 19.95 / Current Outs: 48.95 2025-02-16 17:12:48,907 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,907 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,907 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,907 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,907 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,907 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,908 - card_creation - INFO - vL - All Hits: 29.35 / Other OB: 6.9 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,908 - card_creation - INFO - vR - All Hits: 20.45 / Other OB: 3.25 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,908 - card_creation - INFO - remaining singles: 0.0 / total xbh: 12.050000000000004 2025-02-16 17:12:48,908 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.449999999999999 2025-02-16 17:12:48,908 - card_creation - INFO - vL: All Hits: 29.35 / BP Singles: 5.0 / Single 2: 6.15 / Single 1: 6.15 / Single CF: 0 2025-02-16 17:12:48,908 - card_creation - INFO - vR: All Hits: 20.45 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,908 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,908 - card_creation - INFO - raw do chances: 10.85 2025-02-16 17:12:48,908 - card_creation - INFO - Double**: 10.85 / Double(cf): 0.0 / rem xbh: 1.2000000000000046 2025-02-16 17:12:48,908 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,908 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,908 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,908 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 17:12:48,908 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 17:12:48,908 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,908 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,908 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.049999999999999 2025-02-16 17:12:48,908 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,908 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,908 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,909 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 17:12:48,909 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 17:12:48,909 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.9 2025-02-16 17:12:48,909 - card_creation - INFO - self.hbp: 0 / self.walk: 6.9 2025-02-16 17:12:48,909 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.25 2025-02-16 17:12:48,909 - card_creation - INFO - self.hbp: 0 / self.walk: 3.25 2025-02-16 17:12:48,909 - card_creation - INFO - vL: All other OB: 6.9 / HBP: 0 / BB: 6.9 / Total Chances: 65.25 2025-02-16 17:12:48,909 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 52.7 2025-02-16 17:12:48,909 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 17:12:48,909 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-16 17:12:48,909 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,909 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,909 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,909 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,909 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,909 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,909 - card_creation - INFO - vL - All Hits: 31.1 / Other OB: 3.3 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,909 - card_creation - INFO - vR - All Hits: 19.35 / Other OB: 8.3 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,910 - card_creation - INFO - remaining singles: -0.2500000000000018 / total xbh: 14.700000000000003 2025-02-16 17:12:48,910 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 14.350000000000001 2025-02-16 17:12:48,910 - card_creation - INFO - vL: All Hits: 31.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,910 - card_creation - INFO - vR: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 17:12:48,910 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,910 - card_creation - INFO - raw do chances: 14.7 2025-02-16 17:12:48,910 - card_creation - INFO - Double**: 14.7 / Double(cf): 0.0 / rem xbh: 3.552713678800501e-15 2025-02-16 17:12:48,910 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,910 - card_creation - INFO - raw do chances: 10.75 2025-02-16 17:12:48,910 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.75 / rem xbh: 3.6000000000000014 2025-02-16 17:12:48,910 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 17:12:48,910 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 17:12:48,910 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.6 2025-02-16 17:12:48,910 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.3 2025-02-16 17:12:48,910 - card_creation - INFO - self.hbp: 0 / self.walk: 3.3 2025-02-16 17:12:48,910 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.3 2025-02-16 17:12:48,910 - card_creation - INFO - self.hbp: 0 / self.walk: 8.3 2025-02-16 17:12:48,910 - card_creation - INFO - vL: All other OB: 3.3 / HBP: 0 / BB: 3.3 / Total Chances: 63.4 2025-02-16 17:12:48,910 - card_creation - INFO - vR: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 56.65 2025-02-16 17:12:48,910 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 31.650000000000002 / Current Outs: 60.65 2025-02-16 17:12:48,910 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 37.650000000000006 / Current Outs: 66.65 2025-02-16 17:12:48,910 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,910 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,910 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,910 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,910 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,911 - card_creation - INFO - vL - All Hits: 21.95 / Other OB: 12.85 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,911 - card_creation - INFO - vR - All Hits: 20.1 / Other OB: 11.75 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,911 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.949999999999999 2025-02-16 17:12:48,911 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.600000000000001 2025-02-16 17:12:48,911 - card_creation - INFO - vL: All Hits: 21.95 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,911 - card_creation - INFO - vR: All Hits: 20.1 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,911 - card_creation - INFO - hr%: 0.05 / tr%: 0.70 / do%: 0.20 2025-02-16 17:12:48,911 - card_creation - INFO - raw do chances: 1.65 2025-02-16 17:12:48,911 - card_creation - INFO - Double**: 1.65 / Double(cf): 0.0 / rem xbh: 6.299999999999999 2025-02-16 17:12:48,911 - card_creation - INFO - Triple: 4.5 / rem xbh: 1.8 2025-02-16 17:12:48,911 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 17:12:48,911 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,911 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-16 17:12:48,911 - card_creation - INFO - hr%: 0.85 / tr%: 0.10 / do%: 0.10 2025-02-16 17:12:48,911 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,911 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.600000000000001 2025-02-16 17:12:48,911 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 17:12:48,911 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 17:12:48,911 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.6 2025-02-16 17:12:48,911 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,911 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.85 2025-02-16 17:12:48,911 - card_creation - INFO - self.hbp: 0 / self.walk: 12.85 2025-02-16 17:12:48,911 - card_creation - INFO - hbp value candidate: 6.0 / all_other_ob: 11.75 2025-02-16 17:12:48,911 - card_creation - INFO - self.hbp: 6.0 / self.walk: 5.75 2025-02-16 17:12:48,911 - card_creation - INFO - vL: All other OB: 12.85 / HBP: 0 / BB: 12.85 / Total Chances: 64.0 2025-02-16 17:12:48,911 - card_creation - INFO - vR: All other OB: 11.75 / HBP: 6.0 / BB: 5.75 / Total Chances: 60.85 2025-02-16 17:12:48,912 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 39.1 / Current Outs: 68.1 2025-02-16 17:12:48,912 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 17:12:48,912 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,912 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,912 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,912 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,912 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,912 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,912 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 8.4 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,912 - card_creation - INFO - vR - All Hits: 13.9 / Other OB: 6.5 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,912 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.700000000000001 2025-02-16 17:12:48,912 - card_creation - INFO - remaining singles: 6.661338147750939e-16 / total xbh: 4.850000000000001 2025-02-16 17:12:48,912 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,912 - card_creation - INFO - vR: All Hits: 13.9 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,913 - card_creation - INFO - hr%: 0.25 / tr%: 0.15 / do%: 0.60 2025-02-16 17:12:48,913 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,913 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 2.300000000000001 2025-02-16 17:12:48,913 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,913 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,913 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,913 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 17:12:48,913 - card_creation - INFO - Passing 0.2999999999999998 xbh to double** 2025-02-16 17:12:48,913 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,913 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,913 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.4500000000000015 2025-02-16 17:12:48,913 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:48,913 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:48,913 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.45 2025-02-16 17:12:48,913 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,913 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.4 2025-02-16 17:12:48,913 - card_creation - INFO - self.hbp: 0 / self.walk: 8.4 2025-02-16 17:12:48,913 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:48,913 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:48,913 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 57.95 2025-02-16 17:12:48,913 - card_creation - INFO - vR: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 49.4 2025-02-16 17:12:48,913 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 24.549999999999997 / Current Outs: 53.55 2025-02-16 17:12:48,913 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:48,913 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,913 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,913 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,913 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,913 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,913 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,914 - card_creation - INFO - vL - All Hits: 20.2 / Other OB: 11.05 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,914 - card_creation - INFO - vR - All Hits: 15.05 / Other OB: 6.3 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,914 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 5.35 2025-02-16 17:12:48,914 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.850000000000001 2025-02-16 17:12:48,914 - card_creation - INFO - vL: All Hits: 20.2 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,914 - card_creation - INFO - vR: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,914 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,914 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,914 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.8499999999999996 2025-02-16 17:12:48,914 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,914 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,914 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,914 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,914 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:48,914 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,914 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,914 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.6000000000000014 2025-02-16 17:12:48,914 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,914 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,914 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 17:12:48,914 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,914 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.05 2025-02-16 17:12:48,914 - card_creation - INFO - self.hbp: 0 / self.walk: 11.05 2025-02-16 17:12:48,914 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.3 2025-02-16 17:12:48,914 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.3 2025-02-16 17:12:48,914 - card_creation - INFO - vL: All other OB: 11.05 / HBP: 0 / BB: 11.05 / Total Chances: 60.25 2025-02-16 17:12:48,914 - card_creation - INFO - vR: All other OB: 6.3 / HBP: 2.0 / BB: 4.3 / Total Chances: 50.35 2025-02-16 17:12:48,914 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 33.900000000000006 / Current Outs: 62.9 2025-02-16 17:12:48,914 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 41.650000000000006 / Current Outs: 70.65 2025-02-16 17:12:48,915 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,915 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,915 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,915 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,915 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,915 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,915 - card_creation - INFO - vL - All Hits: 23.35 / Other OB: 3.5 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,915 - card_creation - INFO - vR - All Hits: 24.05 / Other OB: 3.4 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,915 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.25 2025-02-16 17:12:48,915 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.3000000000000025 2025-02-16 17:12:48,915 - card_creation - INFO - vL: All Hits: 23.35 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.55 / Single CF: 0 2025-02-16 17:12:48,915 - card_creation - INFO - vR: All Hits: 24.05 / BP Singles: 5.0 / Single 2: 6.4 / Single 1: 6.35 / Single CF: 0 2025-02-16 17:12:48,915 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 17:12:48,915 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,915 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: 3.9 2025-02-16 17:12:48,915 - card_creation - INFO - Triple: 0 / rem xbh: 3.9 2025-02-16 17:12:48,915 - card_creation - INFO - raw hr chances: 3.9 2025-02-16 17:12:48,916 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.9 2025-02-16 17:12:48,916 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,916 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:48,916 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,916 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.8000000000000025 2025-02-16 17:12:48,916 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 17:12:48,916 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 17:12:48,916 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-16 17:12:48,916 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,916 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.5 2025-02-16 17:12:48,916 - card_creation - INFO - self.hbp: 0 / self.walk: 3.5 2025-02-16 17:12:48,916 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.4 2025-02-16 17:12:48,916 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.4 2025-02-16 17:12:48,916 - card_creation - INFO - vL: All other OB: 3.5 / HBP: 0 / BB: 3.5 / Total Chances: 55.85 2025-02-16 17:12:48,916 - card_creation - INFO - vR: All other OB: 3.4 / HBP: 1.0 / BB: 2.4 / Total Chances: 56.45 2025-02-16 17:12:48,916 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-16 17:12:48,916 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 17.55 / Current Outs: 46.55 2025-02-16 17:12:48,916 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,916 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,916 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,916 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,916 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,916 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,917 - card_creation - INFO - vL - All Hits: 12.1 / Other OB: 5.1 / All Outs: 91.0 / Total: 29.0 2025-02-16 17:12:48,917 - card_creation - INFO - vR - All Hits: 11.6 / Other OB: 11.3 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,917 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 0.6999999999999984 2025-02-16 17:12:48,917 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.049999999999999 2025-02-16 17:12:48,917 - card_creation - INFO - vL: All Hits: 12.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,917 - card_creation - INFO - vR: All Hits: 11.6 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,917 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-16 17:12:48,917 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,917 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6999999999999984 2025-02-16 17:12:48,917 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 17:12:48,917 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 17:12:48,917 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,917 - card_creation - INFO - excess xbh: 0.7 2025-02-16 17:12:48,917 - card_creation - INFO - Passing 0.7 xbh to single** 2025-02-16 17:12:48,917 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.35 2025-02-16 17:12:48,917 - card_creation - INFO - raw do chances: 1.1 2025-02-16 17:12:48,917 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 1.9499999999999988 2025-02-16 17:12:48,917 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:48,917 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:48,917 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.95 2025-02-16 17:12:48,917 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,917 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,917 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,917 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.3 2025-02-16 17:12:48,917 - card_creation - INFO - self.hbp: 0 / self.walk: 11.3 2025-02-16 17:12:48,917 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 46.2 2025-02-16 17:12:48,917 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 51.9 2025-02-16 17:12:48,917 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 33.85 / Current Outs: 62.85 2025-02-16 17:12:48,917 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 31.649999999999995 / Current Outs: 60.65 2025-02-16 17:12:48,917 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,917 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,917 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,917 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,917 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,917 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,918 - card_creation - INFO - vL - All Hits: 37.8 / Other OB: 16.5 / All Outs: 53.5 / Total: 29.0 2025-02-16 17:12:48,918 - card_creation - INFO - vR - All Hits: 4.5 / Other OB: 18.7 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,918 - card_creation - INFO - remaining singles: -3.552713678800501e-15 / total xbh: 0.7499999999999964 2025-02-16 17:12:48,918 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 1.25 2025-02-16 17:12:48,918 - card_creation - INFO - vL: All Hits: 37.8 / BP Singles: 5.0 / Single 2: 16.0 / Single 1: 16.05 / Single CF: 0 2025-02-16 17:12:48,918 - card_creation - INFO - vR: All Hits: 4.5 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,918 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,918 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,918 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.7499999999999964 2025-02-16 17:12:48,918 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,918 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,918 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,918 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,918 - card_creation - INFO - Passing 0.75 xbh to single** 2025-02-16 17:12:48,918 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 17:12:48,918 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,918 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 17:12:48,918 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,918 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,918 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,918 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,918 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 17:12:48,919 - card_creation - INFO - hbp value candidate: 7.0 / all_other_ob: 16.5 2025-02-16 17:12:48,919 - card_creation - INFO - self.hbp: 7.0 / self.walk: 9.5 2025-02-16 17:12:48,919 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.7 2025-02-16 17:12:48,919 - card_creation - INFO - self.hbp: 0 / self.walk: 18.7 2025-02-16 17:12:48,919 - card_creation - INFO - vL: All other OB: 16.5 / HBP: 7.0 / BB: 9.5 / Total Chances: 83.3 2025-02-16 17:12:48,919 - card_creation - INFO - vR: All other OB: 18.7 / HBP: 0 / BB: 18.7 / Total Chances: 52.2 2025-02-16 17:12:48,919 - card_creation - INFO - vL: All Outs: 53.5 / Ks: 12.45 / Current Outs: 41.45 2025-02-16 17:12:48,919 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 17:12:48,919 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,919 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,919 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,919 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,919 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,919 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,919 - card_creation - INFO - vL - All Hits: 25.1 / Other OB: 8.25 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:48,919 - card_creation - INFO - vR - All Hits: 16.7 / Other OB: 14.15 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:48,920 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 9.300000000000002 2025-02-16 17:12:48,920 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.199999999999999 2025-02-16 17:12:48,920 - card_creation - INFO - vL: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,920 - card_creation - INFO - vR: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,920 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,920 - card_creation - INFO - raw do chances: 6.05 2025-02-16 17:12:48,920 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 3.2500000000000027 2025-02-16 17:12:48,920 - card_creation - INFO - Triple: 0 / rem xbh: 3.25 2025-02-16 17:12:48,920 - card_creation - INFO - raw hr chances: 3.25 2025-02-16 17:12:48,920 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.25 2025-02-16 17:12:48,920 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,920 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,920 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,920 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 17:12:48,920 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,920 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,920 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 17:12:48,920 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,920 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.25 2025-02-16 17:12:48,920 - card_creation - INFO - self.hbp: 0 / self.walk: 8.25 2025-02-16 17:12:48,920 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 14.15 2025-02-16 17:12:48,920 - card_creation - INFO - self.hbp: 3.0 / self.walk: 11.15 2025-02-16 17:12:48,920 - card_creation - INFO - vL: All other OB: 8.25 / HBP: 0 / BB: 8.25 / Total Chances: 62.35 2025-02-16 17:12:48,920 - card_creation - INFO - vR: All other OB: 14.15 / HBP: 3.0 / BB: 11.15 / Total Chances: 59.85 2025-02-16 17:12:48,920 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 11.699999999999998 / Current Outs: 40.7 2025-02-16 17:12:48,920 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 20.799999999999997 / Current Outs: 49.8 2025-02-16 17:12:48,920 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,920 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,920 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,920 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,920 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,920 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,921 - card_creation - INFO - vL - All Hits: 18.25 / Other OB: 11.75 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,921 - card_creation - INFO - vR - All Hits: 14.4 / Other OB: 3.2 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,921 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.449999999999999 2025-02-16 17:12:48,921 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 4.6 2025-02-16 17:12:48,921 - card_creation - INFO - vL: All Hits: 18.25 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,921 - card_creation - INFO - vR: All Hits: 14.4 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,921 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:48,921 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,921 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 4.049999999999999 2025-02-16 17:12:48,921 - card_creation - INFO - Triple: 0 / rem xbh: 4.05 2025-02-16 17:12:48,921 - card_creation - INFO - raw hr chances: 4.05 2025-02-16 17:12:48,921 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.05 2025-02-16 17:12:48,921 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,921 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,921 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,921 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 17:12:48,921 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,921 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,921 - card_creation - INFO - BP HR: 0.0 / ND HR: 1.1 2025-02-16 17:12:48,921 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,921 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.75 2025-02-16 17:12:48,921 - card_creation - INFO - self.hbp: 0 / self.walk: 11.75 2025-02-16 17:12:48,921 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,921 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,921 - card_creation - INFO - vL: All other OB: 11.75 / HBP: 0 / BB: 11.75 / Total Chances: 59.0 2025-02-16 17:12:48,921 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 46.6 2025-02-16 17:12:48,921 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 46.2 / Current Outs: 75.2 2025-02-16 17:12:48,922 - card_creation - INFO - vR: All Outs: 90.5 / Ks: 44.75 / Current Outs: 73.75 2025-02-16 17:12:48,922 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,922 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,922 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,922 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,922 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,922 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,922 - card_creation - INFO - vL - All Hits: 10.4 / Other OB: 13.6 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,922 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 12.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,922 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 5.4 2025-02-16 17:12:48,922 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.0500000000000016 2025-02-16 17:12:48,922 - card_creation - INFO - vL: All Hits: 10.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,922 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,922 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,922 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,922 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.6500000000000004 2025-02-16 17:12:48,922 - card_creation - INFO - Triple: 0 / rem xbh: 2.65 2025-02-16 17:12:48,923 - card_creation - INFO - raw hr chances: 2.65 2025-02-16 17:12:48,923 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.65 2025-02-16 17:12:48,923 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,923 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,923 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,923 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.04999999999999849 2025-02-16 17:12:48,923 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,923 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,923 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,923 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,923 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.6 2025-02-16 17:12:48,923 - card_creation - INFO - self.hbp: 0 / self.walk: 13.6 2025-02-16 17:12:48,923 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 12.8 2025-02-16 17:12:48,923 - card_creation - INFO - self.hbp: 1.0 / self.walk: 11.8 2025-02-16 17:12:48,923 - card_creation - INFO - vL: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 53.0 2025-02-16 17:12:48,923 - card_creation - INFO - vR: All other OB: 12.8 / HBP: 1.0 / BB: 11.8 / Total Chances: 56.5 2025-02-16 17:12:48,923 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 35.35 / Current Outs: 64.35 2025-02-16 17:12:48,923 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 30.15 / Current Outs: 59.15 2025-02-16 17:12:48,923 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,923 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,923 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,923 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,923 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,923 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,924 - card_creation - INFO - vL - All Hits: 21.3 / Other OB: 2.1 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,924 - card_creation - INFO - vR - All Hits: 22.25 / Other OB: 2.2 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,924 - card_creation - INFO - remaining singles: -0.14999999999999858 / total xbh: 6.100000000000003 2025-02-16 17:12:48,924 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.25 2025-02-16 17:12:48,924 - card_creation - INFO - vL: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,924 - card_creation - INFO - vR: All Hits: 22.25 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,924 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 17:12:48,924 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,924 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 4.200000000000003 2025-02-16 17:12:48,924 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 17:12:48,924 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 17:12:48,924 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.2 2025-02-16 17:12:48,924 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,924 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,924 - card_creation - INFO - raw do chances: 6.6 2025-02-16 17:12:48,924 - card_creation - INFO - Double**: 6.6 / Double(cf): 0.0 / rem xbh: 1.6500000000000004 2025-02-16 17:12:48,924 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,924 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,924 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,924 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,924 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.1 2025-02-16 17:12:48,924 - card_creation - INFO - self.hbp: 0 / self.walk: 2.1 2025-02-16 17:12:48,924 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.2 2025-02-16 17:12:48,924 - card_creation - INFO - self.hbp: 0 / self.walk: 2.2 2025-02-16 17:12:48,924 - card_creation - INFO - vL: All other OB: 2.1 / HBP: 0 / BB: 2.1 / Total Chances: 52.4 2025-02-16 17:12:48,924 - card_creation - INFO - vR: All other OB: 2.2 / HBP: 0 / BB: 2.2 / Total Chances: 53.8 2025-02-16 17:12:48,924 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 25.849999999999998 / Current Outs: 54.85 2025-02-16 17:12:48,924 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 23.75 / Current Outs: 52.75 2025-02-16 17:12:48,924 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,924 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,924 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,924 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,924 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,924 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,925 - card_creation - INFO - vL - All Hits: 25.6 / Other OB: 2.4 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,925 - card_creation - INFO - vR - All Hits: 11.85 / Other OB: 13.6 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,925 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 13.100000000000001 2025-02-16 17:12:48,925 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.3499999999999996 2025-02-16 17:12:48,925 - card_creation - INFO - vL: All Hits: 25.6 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,925 - card_creation - INFO - vR: All Hits: 11.85 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:48,925 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,925 - card_creation - INFO - raw do chances: 13.1 2025-02-16 17:12:48,925 - card_creation - INFO - Double**: 13.1 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-16 17:12:48,925 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,925 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,925 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,925 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,925 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,925 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,925 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.3499999999999996 2025-02-16 17:12:48,925 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,925 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,925 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,925 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,925 - card_creation - INFO - Passing 0.3500000000000001 xbh to single** 2025-02-16 17:12:48,925 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.4 2025-02-16 17:12:48,926 - card_creation - INFO - self.hbp: 0 / self.walk: 2.4 2025-02-16 17:12:48,926 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.6 2025-02-16 17:12:48,926 - card_creation - INFO - self.hbp: 0 / self.walk: 13.6 2025-02-16 17:12:48,926 - card_creation - INFO - vL: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 57.0 2025-02-16 17:12:48,926 - card_creation - INFO - vR: All other OB: 13.6 / HBP: 0 / BB: 13.6 / Total Chances: 54.45 2025-02-16 17:12:48,926 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 23.55 / Current Outs: 52.55 2025-02-16 17:12:48,926 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 45.35 / Current Outs: 74.35 2025-02-16 17:12:48,926 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,926 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,926 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,926 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,926 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,926 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,926 - card_creation - INFO - vL - All Hits: 17.3 / Other OB: 8.3 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,926 - card_creation - INFO - vR - All Hits: 16.45 / Other OB: 6.55 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:48,926 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 3.900000000000002 2025-02-16 17:12:48,927 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.95 2025-02-16 17:12:48,927 - card_creation - INFO - vL: All Hits: 17.3 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,927 - card_creation - INFO - vR: All Hits: 16.45 / BP Singles: 0.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,927 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,927 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,927 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.5000000000000022 2025-02-16 17:12:48,927 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,927 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,927 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,927 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,927 - card_creation - INFO - raw do chances: 11.95 2025-02-16 17:12:48,927 - card_creation - INFO - Double**: 11.95 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.3 2025-02-16 17:12:48,927 - card_creation - INFO - self.hbp: 0 / self.walk: 8.3 2025-02-16 17:12:48,927 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.55 2025-02-16 17:12:48,927 - card_creation - INFO - self.hbp: 0 / self.walk: 6.55 2025-02-16 17:12:48,927 - card_creation - INFO - vL: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 55.1 2025-02-16 17:12:48,927 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 0 / BB: 6.55 / Total Chances: 52.0 2025-02-16 17:12:48,927 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 21.65 / Current Outs: 50.65 2025-02-16 17:12:48,927 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-16 17:12:48,927 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,927 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,927 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,927 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,927 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,928 - card_creation - INFO - vL - All Hits: 12.3 / Other OB: 7.95 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,928 - card_creation - INFO - vR - All Hits: 28.25 / Other OB: 5.7 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,928 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.2999999999999998 2025-02-16 17:12:48,928 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 4.1 2025-02-16 17:12:48,928 - card_creation - INFO - vL: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:48,928 - card_creation - INFO - vR: All Hits: 28.25 / BP Singles: 5.0 / Single 2: 9.6 / Single 1: 9.55 / Single CF: 0 2025-02-16 17:12:48,928 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,928 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,928 - card_creation - INFO - Double**: 1.35 / Double(cf): 0.0 / rem xbh: -0.050000000000000266 2025-02-16 17:12:48,928 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,928 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,928 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,928 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,928 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,928 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,928 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 17:12:48,928 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,928 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,928 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,928 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,928 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,928 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.95 2025-02-16 17:12:48,928 - card_creation - INFO - self.hbp: 0 / self.walk: 7.95 2025-02-16 17:12:48,928 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:48,928 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:48,928 - card_creation - INFO - vL: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 49.3 2025-02-16 17:12:48,928 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 62.95 2025-02-16 17:12:48,928 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 21.0 / Current Outs: 50.0 2025-02-16 17:12:48,928 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 20.25 / Current Outs: 49.25 2025-02-16 17:12:48,928 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,929 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,929 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,929 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,929 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,929 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,929 - card_creation - INFO - vL - All Hits: 36.7 / Other OB: 3.2 / All Outs: 68.0 / Total: 29.0 2025-02-16 17:12:48,929 - card_creation - INFO - vR - All Hits: 26.65 / Other OB: 12.35 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,929 - card_creation - INFO - remaining singles: 3.552713678800501e-15 / total xbh: 1.7763568394002505e-15 2025-02-16 17:12:48,929 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 13.95 2025-02-16 17:12:48,929 - card_creation - INFO - vL: All Hits: 36.7 / BP Singles: 5.0 / Single 2: 15.85 / Single 1: 15.85 / Single CF: 0 2025-02-16 17:12:48,929 - card_creation - INFO - vR: All Hits: 26.65 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,929 - card_creation - INFO - hr%: 0.10 / tr%: 0.30 / do%: 0.60 2025-02-16 17:12:48,929 - card_creation - INFO - raw do chances: 8.35 2025-02-16 17:12:48,929 - card_creation - INFO - Double**: 8.35 / Double(cf): 0.0 / rem xbh: 5.6 2025-02-16 17:12:48,929 - card_creation - INFO - Triple: 1.7 / rem xbh: 3.9 2025-02-16 17:12:48,929 - card_creation - INFO - raw hr chances: 3.9 2025-02-16 17:12:48,930 - card_creation - INFO - BP HR: 4.0 / ND HR: 0.0 2025-02-16 17:12:48,930 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 17:12:48,930 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 3.2 2025-02-16 17:12:48,930 - card_creation - INFO - self.hbp: 2.0 / self.walk: 1.2 2025-02-16 17:12:48,930 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.35 2025-02-16 17:12:48,930 - card_creation - INFO - self.hbp: 0 / self.walk: 12.35 2025-02-16 17:12:48,930 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 2.0 / BB: 1.2 / Total Chances: 68.9 2025-02-16 17:12:48,930 - card_creation - INFO - vR: All other OB: 12.35 / HBP: 0 / BB: 12.35 / Total Chances: 68.1 2025-02-16 17:12:48,930 - card_creation - INFO - vL: All Outs: 68.0 / Ks: 36.75 / Current Outs: 65.75 2025-02-16 17:12:48,930 - card_creation - INFO - vR: All Outs: 69.0 / Ks: 23.599999999999998 / Current Outs: 52.6 2025-02-16 17:12:48,930 - card_creation - INFO - Remaining outs: 0.7000000000000028 2025-02-16 17:12:48,930 - card_creation - INFO - Passing 0.7000000000000028 outs to strikeouts 2025-02-16 17:12:48,930 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,930 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,930 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,930 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,930 - card_creation - INFO - vL - All Hits: 14.3 / Other OB: 12.15 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,930 - card_creation - INFO - vR - All Hits: 9.75 / Other OB: 12.35 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,930 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.100000000000001 2025-02-16 17:12:48,931 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 4.949999999999999 2025-02-16 17:12:48,931 - card_creation - INFO - vL: All Hits: 14.3 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,931 - card_creation - INFO - vR: All Hits: 9.75 / BP Singles: 0.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,931 - card_creation - INFO - hr%: 0.55 / tr%: 0.10 / do%: 0.30 2025-02-16 17:12:48,931 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,931 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 3.5000000000000013 2025-02-16 17:12:48,931 - card_creation - INFO - Triple: 0 / rem xbh: 3.5 2025-02-16 17:12:48,931 - card_creation - INFO - raw hr chances: 3.5 2025-02-16 17:12:48,931 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.5 2025-02-16 17:12:48,931 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,931 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,931 - card_creation - INFO - raw do chances: 2.75 2025-02-16 17:12:48,931 - card_creation - INFO - Double**: 2.75 / Double(cf): 0.0 / rem xbh: 2.1999999999999993 2025-02-16 17:12:48,931 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:48,931 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:48,931 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:48,931 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,931 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.15 2025-02-16 17:12:48,931 - card_creation - INFO - self.hbp: 0 / self.walk: 12.15 2025-02-16 17:12:48,931 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.35 2025-02-16 17:12:48,931 - card_creation - INFO - self.hbp: 0 / self.walk: 12.35 2025-02-16 17:12:48,931 - card_creation - INFO - vL: All other OB: 12.15 / HBP: 0 / BB: 12.15 / Total Chances: 55.45 2025-02-16 17:12:48,931 - card_creation - INFO - vR: All other OB: 12.35 / HBP: 0 / BB: 12.35 / Total Chances: 51.1 2025-02-16 17:12:48,931 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 28.8 / Current Outs: 57.8 2025-02-16 17:12:48,931 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 38.6 / Current Outs: 67.6 2025-02-16 17:12:48,931 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,931 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,931 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:48,931 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,931 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,931 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,932 - card_creation - INFO - vL - All Hits: 14.95 / Other OB: 8.45 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,932 - card_creation - INFO - vR - All Hits: 12.2 / Other OB: 9.9 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,932 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 2.4499999999999993 2025-02-16 17:12:48,932 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.299999999999999 2025-02-16 17:12:48,932 - card_creation - INFO - vL: All Hits: 14.95 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,932 - card_creation - INFO - vR: All Hits: 12.2 / BP Singles: 5.0 / Single 2: 1.4 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,932 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,932 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,932 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.4499999999999993 2025-02-16 17:12:48,932 - card_creation - INFO - Triple: 0 / rem xbh: 2.45 2025-02-16 17:12:48,932 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,932 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.45 2025-02-16 17:12:48,932 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,932 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:48,932 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,932 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.899999999999999 2025-02-16 17:12:48,932 - card_creation - INFO - Triple: 0 / rem xbh: 1.9 2025-02-16 17:12:48,932 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:48,932 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.9 2025-02-16 17:12:48,932 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,932 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 8.45 2025-02-16 17:12:48,932 - card_creation - INFO - self.hbp: 1.0 / self.walk: 7.45 2025-02-16 17:12:48,932 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.9 2025-02-16 17:12:48,932 - card_creation - INFO - self.hbp: 0 / self.walk: 9.9 2025-02-16 17:12:48,932 - card_creation - INFO - vL: All other OB: 8.45 / HBP: 1.0 / BB: 7.45 / Total Chances: 52.4 2025-02-16 17:12:48,932 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 51.1 2025-02-16 17:12:48,932 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 21.5 / Current Outs: 50.5 2025-02-16 17:12:48,933 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 17:12:48,933 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,933 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,933 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,933 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,933 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,933 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,933 - card_creation - INFO - vL - All Hits: 4.2 / Other OB: 7.3 / All Outs: 96.5 / Total: 29.0 2025-02-16 17:12:48,933 - card_creation - INFO - vR - All Hits: 12.8 / Other OB: 11.15 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:48,933 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 0.6000000000000001 2025-02-16 17:12:48,933 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 3.5 2025-02-16 17:12:48,933 - card_creation - INFO - vL: All Hits: 4.2 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:48,933 - card_creation - INFO - vR: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,933 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,933 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,933 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.6000000000000001 2025-02-16 17:12:48,934 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,934 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,934 - card_creation - INFO - BP HR: 0 / ND HR: 0.6 2025-02-16 17:12:48,934 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,934 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,934 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,934 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.2999999999999998 2025-02-16 17:12:48,934 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,934 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,934 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,934 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,934 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,934 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.3 2025-02-16 17:12:48,934 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.3 2025-02-16 17:12:48,934 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.15 2025-02-16 17:12:48,934 - card_creation - INFO - self.hbp: 0 / self.walk: 11.15 2025-02-16 17:12:48,934 - card_creation - INFO - vL: All other OB: 7.3 / HBP: 2.0 / BB: 5.3 / Total Chances: 40.5 2025-02-16 17:12:48,934 - card_creation - INFO - vR: All other OB: 11.15 / HBP: 0 / BB: 11.15 / Total Chances: 52.95 2025-02-16 17:12:48,934 - card_creation - INFO - vL: All Outs: 96.5 / Ks: 43.650000000000006 / Current Outs: 72.65 2025-02-16 17:12:48,934 - card_creation - INFO - vR: All Outs: 84.0 / Ks: 22.8 / Current Outs: 51.8 2025-02-16 17:12:48,934 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,934 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,934 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,934 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,934 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,934 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,935 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 2.8 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,935 - card_creation - INFO - vR - All Hits: 21.8 / Other OB: 0.0 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:48,935 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: -0.20000000000000018 2025-02-16 17:12:48,935 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.100000000000001 2025-02-16 17:12:48,935 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,935 - card_creation - INFO - vR: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 6.35 / Single 1: 6.35 / Single CF: 0 2025-02-16 17:12:48,935 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,935 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,935 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.3500000000000014 2025-02-16 17:12:48,935 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,935 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,935 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,935 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,935 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,935 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.8 2025-02-16 17:12:48,935 - card_creation - INFO - self.hbp: 0 / self.walk: 2.8 2025-02-16 17:12:48,935 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 0.0 2025-02-16 17:12:48,935 - card_creation - INFO - self.hbp: 0 / self.walk: 0.0 2025-02-16 17:12:48,935 - card_creation - INFO - vL: All other OB: 2.8 / HBP: 0 / BB: 2.8 / Total Chances: 47.9 2025-02-16 17:12:48,935 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0 / BB: 0.0 / Total Chances: 50.8 2025-02-16 17:12:48,935 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 0 / Current Outs: 29.0 2025-02-16 17:12:48,935 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 17:12:48,935 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,935 - card_creation - INFO - Passing 0.0 outs to fly(cf) 2025-02-16 17:12:48,935 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,935 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,935 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,935 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,936 - card_creation - INFO - vL - All Hits: 23.2 / Other OB: 9.5 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,936 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 10.4 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,936 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.7 2025-02-16 17:12:48,936 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.75 2025-02-16 17:12:48,936 - card_creation - INFO - vL: All Hits: 23.2 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 0.0 / Single CF: 4.25 2025-02-16 17:12:48,936 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,936 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.30 2025-02-16 17:12:48,936 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,936 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.2 / rem xbh: 6.499999999999999 2025-02-16 17:12:48,936 - card_creation - INFO - Triple: 0 / rem xbh: 6.5 2025-02-16 17:12:48,936 - card_creation - INFO - raw hr chances: 6.5 2025-02-16 17:12:48,936 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.5 2025-02-16 17:12:48,936 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,936 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:48,936 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,936 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 17:12:48,936 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,936 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,936 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,936 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,936 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.5 2025-02-16 17:12:48,936 - card_creation - INFO - self.hbp: 0 / self.walk: 9.5 2025-02-16 17:12:48,936 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 10.4 2025-02-16 17:12:48,936 - card_creation - INFO - self.hbp: 3.0 / self.walk: 7.4 2025-02-16 17:12:48,936 - card_creation - INFO - vL: All other OB: 9.5 / HBP: 0 / BB: 9.5 / Total Chances: 61.7 2025-02-16 17:12:48,936 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 3.0 / BB: 7.4 / Total Chances: 57.75 2025-02-16 17:12:48,937 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 25.449999999999996 / Current Outs: 54.45 2025-02-16 17:12:48,937 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 29.55 / Current Outs: 58.55 2025-02-16 17:12:48,937 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,937 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,937 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,937 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,937 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,937 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,937 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 14.7 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,937 - card_creation - INFO - vR - All Hits: 10.35 / Other OB: 4.5 / All Outs: 93.0 / Total: 29.0 2025-02-16 17:12:48,937 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 2.8500000000000005 2025-02-16 17:12:48,937 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 2.0999999999999996 2025-02-16 17:12:48,937 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,937 - card_creation - INFO - vR: All Hits: 10.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:48,938 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,938 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,938 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.2500000000000004 2025-02-16 17:12:48,938 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,938 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,938 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,938 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,938 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,938 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,938 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,938 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.6999999999999997 2025-02-16 17:12:48,938 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 17:12:48,938 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 17:12:48,938 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,938 - card_creation - INFO - excess xbh: 0.7 2025-02-16 17:12:48,938 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 17:12:48,938 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.7 2025-02-16 17:12:48,938 - card_creation - INFO - self.hbp: 0 / self.walk: 14.7 2025-02-16 17:12:48,938 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,938 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,938 - card_creation - INFO - vL: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 57.95 2025-02-16 17:12:48,938 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 43.85 2025-02-16 17:12:48,938 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 19.250000000000004 / Current Outs: 48.25 2025-02-16 17:12:48,938 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 41.45 / Current Outs: 70.45 2025-02-16 17:12:48,938 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,938 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,938 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,938 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,938 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,938 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,939 - card_creation - INFO - vL - All Hits: 3.4 / Other OB: 15.25 / All Outs: 89.5 / Total: 29.0 2025-02-16 17:12:48,939 - card_creation - INFO - vR - All Hits: 13.3 / Other OB: 13.25 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,939 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9 2025-02-16 17:12:48,939 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.1500000000000004 2025-02-16 17:12:48,939 - card_creation - INFO - vL: All Hits: 3.4 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,939 - card_creation - INFO - vR: All Hits: 13.3 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:48,939 - card_creation - INFO - hr%: 0.10 / tr%: 0.20 / do%: 0.70 2025-02-16 17:12:48,939 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,939 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.5 2025-02-16 17:12:48,939 - card_creation - INFO - Triple: 0 / rem xbh: 0.5 2025-02-16 17:12:48,939 - card_creation - INFO - raw hr chances: 0.5 2025-02-16 17:12:48,939 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,939 - card_creation - INFO - excess xbh: 0.5 2025-02-16 17:12:48,939 - card_creation - INFO - Passing 0.5 xbh to double** 2025-02-16 17:12:48,939 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,939 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,939 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.1500000000000004 2025-02-16 17:12:48,939 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 17:12:48,939 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:48,939 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,939 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,939 - card_creation - INFO - Passing 0.1499999999999999 xbh to single** 2025-02-16 17:12:48,939 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.25 2025-02-16 17:12:48,939 - card_creation - INFO - self.hbp: 0 / self.walk: 15.25 2025-02-16 17:12:48,939 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 13.25 2025-02-16 17:12:48,939 - card_creation - INFO - self.hbp: 2.0 / self.walk: 11.25 2025-02-16 17:12:48,939 - card_creation - INFO - vL: All other OB: 15.25 / HBP: 0 / BB: 15.25 / Total Chances: 47.65 2025-02-16 17:12:48,939 - card_creation - INFO - vR: All other OB: 13.25 / HBP: 2.0 / BB: 11.25 / Total Chances: 55.55 2025-02-16 17:12:48,939 - card_creation - INFO - vL: All Outs: 89.5 / Ks: 10.7 / Current Outs: 39.7 2025-02-16 17:12:48,939 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 21.7 / Current Outs: 50.7 2025-02-16 17:12:48,939 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,939 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,940 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,940 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,940 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,940 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,940 - card_creation - INFO - vL - All Hits: 15.0 / Other OB: 20.65 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:48,940 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 3.75 / All Outs: 104.0 / Total: 29.0 2025-02-16 17:12:48,940 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.199999999999999 2025-02-16 17:12:48,940 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 17:12:48,940 - card_creation - INFO - vL: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,940 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,940 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,940 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,940 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.6999999999999993 2025-02-16 17:12:48,940 - card_creation - INFO - Triple: 0 / rem xbh: 0.7 2025-02-16 17:12:48,940 - card_creation - INFO - raw hr chances: 0.7 2025-02-16 17:12:48,940 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,940 - card_creation - INFO - excess xbh: 0.7 2025-02-16 17:12:48,940 - card_creation - INFO - Passing 0.7 xbh to double** 2025-02-16 17:12:48,940 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,940 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,940 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:48,941 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,941 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,941 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,941 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,941 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 20.65 2025-02-16 17:12:48,941 - card_creation - INFO - self.hbp: 0 / self.walk: 20.65 2025-02-16 17:12:48,941 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.75 2025-02-16 17:12:48,941 - card_creation - INFO - self.hbp: 0 / self.walk: 3.75 2025-02-16 17:12:48,941 - card_creation - INFO - vL: All other OB: 20.65 / HBP: 0 / BB: 20.65 / Total Chances: 64.65 2025-02-16 17:12:48,941 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 0 / BB: 3.75 / Total Chances: 32.75 2025-02-16 17:12:48,941 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 29.3 / Current Outs: 58.3 2025-02-16 17:12:48,941 - card_creation - INFO - vR: All Outs: 104.0 / Ks: 60.2 / Current Outs: 89.2 2025-02-16 17:12:48,941 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,941 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,941 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,941 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,941 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,941 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,941 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 3.6 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:48,942 - card_creation - INFO - vR - All Hits: 18.8 / Other OB: 7.35 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,942 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 0.8000000000000007 2025-02-16 17:12:48,942 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 11.5 2025-02-16 17:12:48,942 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,942 - card_creation - INFO - vR: All Hits: 18.8 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.1 2025-02-16 17:12:48,942 - card_creation - INFO - hr%: 0.00 / tr%: 1.00 / do%: 0.00 2025-02-16 17:12:48,942 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,942 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 17:12:48,942 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,942 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,942 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,942 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:48,942 - card_creation - INFO - Passing 0.8 xbh to single** 2025-02-16 17:12:48,942 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,942 - card_creation - INFO - raw do chances: 6.9 2025-02-16 17:12:48,942 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.9 / rem xbh: 4.6 2025-02-16 17:12:48,942 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 17:12:48,942 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 17:12:48,942 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.6 2025-02-16 17:12:48,942 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,942 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.6 2025-02-16 17:12:48,942 - card_creation - INFO - self.hbp: 0 / self.walk: 3.6 2025-02-16 17:12:48,942 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.35 2025-02-16 17:12:48,942 - card_creation - INFO - self.hbp: 0 / self.walk: 7.35 2025-02-16 17:12:48,942 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 0 / BB: 3.6 / Total Chances: 46.85 2025-02-16 17:12:48,942 - card_creation - INFO - vR: All other OB: 7.35 / HBP: 0 / BB: 7.35 / Total Chances: 55.15 2025-02-16 17:12:48,942 - card_creation - INFO - vL: All Outs: 90.0 / Ks: 69.35000000000001 / Current Outs: 98.35 2025-02-16 17:12:48,942 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 28.599999999999998 / Current Outs: 57.6 2025-02-16 17:12:48,942 - card_creation - INFO - Remaining outs: -8.200000000000003 2025-02-16 17:12:48,942 - card_creation - INFO - Passing -8.200000000000003 outs to strikeouts 2025-02-16 17:12:48,942 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,942 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,942 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,942 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,943 - card_creation - INFO - vL - All Hits: 19.35 / Other OB: 5.1 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,943 - card_creation - INFO - vR - All Hits: 11.75 / Other OB: 11.7 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,943 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.150000000000002 2025-02-16 17:12:48,943 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.75 2025-02-16 17:12:48,943 - card_creation - INFO - vL: All Hits: 19.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,943 - card_creation - INFO - vR: All Hits: 11.75 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,943 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:48,943 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,943 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 1.6500000000000021 2025-02-16 17:12:48,943 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,943 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,943 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,943 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,943 - card_creation - INFO - hr%: 0.40 / tr%: 0.10 / do%: 0.50 2025-02-16 17:12:48,943 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,943 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.35 2025-02-16 17:12:48,943 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:48,943 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:48,943 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.35 2025-02-16 17:12:48,943 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,943 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 5.1 2025-02-16 17:12:48,943 - card_creation - INFO - self.hbp: 1.0 / self.walk: 4.1 2025-02-16 17:12:48,943 - card_creation - INFO - hbp value candidate: 5.0 / all_other_ob: 11.7 2025-02-16 17:12:48,943 - card_creation - INFO - self.hbp: 5.0 / self.walk: 6.7 2025-02-16 17:12:48,943 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 1.0 / BB: 4.1 / Total Chances: 53.8 2025-02-16 17:12:48,943 - card_creation - INFO - vR: All other OB: 11.7 / HBP: 5.0 / BB: 6.7 / Total Chances: 52.45 2025-02-16 17:12:48,944 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 30.85 / Current Outs: 59.85 2025-02-16 17:12:48,944 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 44.25 / Current Outs: 73.25 2025-02-16 17:12:48,944 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,944 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,944 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,944 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,944 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,944 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,944 - card_creation - INFO - vL - All Hits: 7.0 / Other OB: 19.1 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,944 - card_creation - INFO - vR - All Hits: 18.75 / Other OB: 10.15 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:48,944 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.0999999999999996 2025-02-16 17:12:48,945 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.850000000000001 2025-02-16 17:12:48,945 - card_creation - INFO - vL: All Hits: 7.0 / BP Singles: 0.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,945 - card_creation - INFO - vR: All Hits: 18.75 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,945 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 17:12:48,945 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,945 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.5999999999999996 2025-02-16 17:12:48,945 - card_creation - INFO - Triple: 0 / rem xbh: 0.6 2025-02-16 17:12:48,945 - card_creation - INFO - raw hr chances: 0.6 2025-02-16 17:12:48,945 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,945 - card_creation - INFO - excess xbh: 0.6 2025-02-16 17:12:48,945 - card_creation - INFO - Passing 0.6 xbh to double** 2025-02-16 17:12:48,945 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,945 - card_creation - INFO - raw do chances: 7.05 2025-02-16 17:12:48,945 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 0.8000000000000016 2025-02-16 17:12:48,945 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:48,945 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:48,945 - card_creation - INFO - BP HR: 0 / ND HR: 0.8 2025-02-16 17:12:48,945 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,945 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 19.1 2025-02-16 17:12:48,945 - card_creation - INFO - self.hbp: 0 / self.walk: 19.1 2025-02-16 17:12:48,945 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.15 2025-02-16 17:12:48,945 - card_creation - INFO - self.hbp: 0 / self.walk: 10.15 2025-02-16 17:12:48,945 - card_creation - INFO - vL: All other OB: 19.1 / HBP: 0 / BB: 19.1 / Total Chances: 55.1 2025-02-16 17:12:48,945 - card_creation - INFO - vR: All other OB: 10.15 / HBP: 0 / BB: 10.15 / Total Chances: 57.9 2025-02-16 17:12:48,945 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 18.849999999999998 / Current Outs: 47.85 2025-02-16 17:12:48,945 - card_creation - INFO - vR: All Outs: 79.0 / Ks: 10.799999999999999 / Current Outs: 39.8 2025-02-16 17:12:48,945 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,945 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,945 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,945 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,945 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,945 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,946 - card_creation - INFO - vL - All Hits: 29.45 / Other OB: 9.8 / All Outs: 69.0 / Total: 29.0 2025-02-16 17:12:48,946 - card_creation - INFO - vR - All Hits: 15.4 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,946 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.949999999999999 2025-02-16 17:12:48,946 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.9999999999999991 2025-02-16 17:12:48,946 - card_creation - INFO - vL: All Hits: 29.45 / BP Singles: 5.0 / Single 2: 8.75 / Single 1: 8.75 / Single CF: 0 2025-02-16 17:12:48,946 - card_creation - INFO - vR: All Hits: 15.4 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,946 - card_creation - INFO - hr%: 0.25 / tr%: 0.15 / do%: 0.60 2025-02-16 17:12:48,946 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,946 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.749999999999999 2025-02-16 17:12:48,946 - card_creation - INFO - Triple: 0 / rem xbh: 2.75 2025-02-16 17:12:48,946 - card_creation - INFO - raw hr chances: 2.75 2025-02-16 17:12:48,946 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.75 2025-02-16 17:12:48,946 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,946 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,946 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,946 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 0.29999999999999916 2025-02-16 17:12:48,946 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,946 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,946 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,946 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,946 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,946 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.8 2025-02-16 17:12:48,946 - card_creation - INFO - self.hbp: 0 / self.walk: 9.8 2025-02-16 17:12:48,946 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,946 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,946 - card_creation - INFO - vL: All other OB: 9.8 / HBP: 0 / BB: 9.8 / Total Chances: 68.25 2025-02-16 17:12:48,946 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.9 2025-02-16 17:12:48,947 - card_creation - INFO - vL: All Outs: 69.0 / Ks: 29.149999999999995 / Current Outs: 58.15 2025-02-16 17:12:48,947 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 29.45 / Current Outs: 58.45 2025-02-16 17:12:48,947 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,947 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,947 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,947 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,947 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,947 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,947 - card_creation - INFO - vL - All Hits: 14.65 / Other OB: 5.1 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,947 - card_creation - INFO - vR - All Hits: 21.55 / Other OB: 10.7 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,947 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.0 2025-02-16 17:12:48,947 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 8.850000000000001 2025-02-16 17:12:48,947 - card_creation - INFO - vL: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,947 - card_creation - INFO - vR: All Hits: 21.55 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,948 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,948 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:48,948 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 4.25 2025-02-16 17:12:48,948 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-16 17:12:48,948 - card_creation - INFO - raw hr chances: 4.25 2025-02-16 17:12:48,948 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.25 2025-02-16 17:12:48,948 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,948 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,948 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,948 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.450000000000001 2025-02-16 17:12:48,948 - card_creation - INFO - Triple: 0 / rem xbh: 3.45 2025-02-16 17:12:48,948 - card_creation - INFO - raw hr chances: 3.45 2025-02-16 17:12:48,948 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.45 2025-02-16 17:12:48,948 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,948 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:48,948 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:48,948 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 10.7 2025-02-16 17:12:48,948 - card_creation - INFO - self.hbp: 2.0 / self.walk: 8.7 2025-02-16 17:12:48,948 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 48.75 2025-02-16 17:12:48,948 - card_creation - INFO - vR: All other OB: 10.7 / HBP: 2.0 / BB: 8.7 / Total Chances: 61.25 2025-02-16 17:12:48,948 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 37.85 / Current Outs: 66.85 2025-02-16 17:12:48,948 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 36.25000000000001 / Current Outs: 65.25 2025-02-16 17:12:48,948 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,948 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,948 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,948 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,948 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,948 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,949 - card_creation - INFO - vL - All Hits: 21.3 / Other OB: 4.2 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:48,949 - card_creation - INFO - vR - All Hits: 18.2 / Other OB: 9.3 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,949 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.150000000000002 2025-02-16 17:12:48,949 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 8.899999999999999 2025-02-16 17:12:48,949 - card_creation - INFO - vL: All Hits: 21.3 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.1 / Single CF: 0 2025-02-16 17:12:48,949 - card_creation - INFO - vR: All Hits: 18.2 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,949 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,949 - card_creation - INFO - raw do chances: 3.3 2025-02-16 17:12:48,949 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 0.8500000000000023 2025-02-16 17:12:48,949 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,949 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,949 - card_creation - INFO - BP HR: 0 / ND HR: 0.85 2025-02-16 17:12:48,949 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,949 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,949 - card_creation - INFO - raw do chances: 7.1 2025-02-16 17:12:48,949 - card_creation - INFO - Double**: 7.1 / Double(cf): 0.0 / rem xbh: 1.799999999999999 2025-02-16 17:12:48,949 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 17:12:48,949 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 17:12:48,949 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,949 - card_creation - INFO - excess xbh: -0.19999999999999996 2025-02-16 17:12:48,949 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 4.2 2025-02-16 17:12:48,949 - card_creation - INFO - self.hbp: 1.0 / self.walk: 3.2 2025-02-16 17:12:48,949 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.3 2025-02-16 17:12:48,949 - card_creation - INFO - self.hbp: 0 / self.walk: 9.3 2025-02-16 17:12:48,949 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 1.0 / BB: 3.2 / Total Chances: 54.5 2025-02-16 17:12:48,949 - card_creation - INFO - vR: All other OB: 9.3 / HBP: 0 / BB: 9.3 / Total Chances: 56.7 2025-02-16 17:12:48,949 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 22.75 / Current Outs: 51.75 2025-02-16 17:12:48,949 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 17.65 / Current Outs: 46.65 2025-02-16 17:12:48,949 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,949 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,950 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,950 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,950 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,950 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,950 - card_creation - INFO - vL - All Hits: 15.65 / Other OB: 5.8 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:48,950 - card_creation - INFO - vR - All Hits: 15.9 / Other OB: 4.75 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,950 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.15 2025-02-16 17:12:48,950 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 6.0 2025-02-16 17:12:48,950 - card_creation - INFO - vL: All Hits: 15.65 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,950 - card_creation - INFO - vR: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 2.5 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:48,950 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,950 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:48,950 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0500000000000007 2025-02-16 17:12:48,950 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:48,950 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:48,950 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,950 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 17:12:48,950 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 17:12:48,951 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:48,951 - card_creation - INFO - raw do chances: 3.3 2025-02-16 17:12:48,951 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 2.7 2025-02-16 17:12:48,951 - card_creation - INFO - Triple: 0 / rem xbh: 2.7 2025-02-16 17:12:48,951 - card_creation - INFO - raw hr chances: 2.7 2025-02-16 17:12:48,951 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.7 2025-02-16 17:12:48,951 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,951 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.8 2025-02-16 17:12:48,951 - card_creation - INFO - self.hbp: 0 / self.walk: 5.8 2025-02-16 17:12:48,951 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 4.75 2025-02-16 17:12:48,951 - card_creation - INFO - self.hbp: 3.0 / self.walk: 1.75 2025-02-16 17:12:48,951 - card_creation - INFO - vL: All other OB: 5.8 / HBP: 0 / BB: 5.8 / Total Chances: 50.45 2025-02-16 17:12:48,951 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 3.0 / BB: 1.75 / Total Chances: 49.65 2025-02-16 17:12:48,951 - card_creation - INFO - vL: All Outs: 86.5 / Ks: 18.15 / Current Outs: 47.15 2025-02-16 17:12:48,951 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 41.2 / Current Outs: 70.2 2025-02-16 17:12:48,951 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,951 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,951 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,951 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,951 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,951 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,952 - card_creation - INFO - vL - All Hits: 7.05 / Other OB: 20.45 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,952 - card_creation - INFO - vR - All Hits: 17.0 / Other OB: 6.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,952 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1499999999999995 2025-02-16 17:12:48,952 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 3.8999999999999986 2025-02-16 17:12:48,952 - card_creation - INFO - vL: All Hits: 7.05 / BP Singles: 0.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,952 - card_creation - INFO - vR: All Hits: 17.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 3.9 / Single CF: 0 2025-02-16 17:12:48,952 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,952 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,952 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 17:12:48,952 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,952 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,952 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,952 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,952 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,952 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,952 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.6999999999999984 2025-02-16 17:12:48,952 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:48,952 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:48,952 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.7 2025-02-16 17:12:48,952 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,952 - card_creation - INFO - hbp value candidate: 12.0 / all_other_ob: 20.45 2025-02-16 17:12:48,952 - card_creation - INFO - self.hbp: 12.0 / self.walk: 8.45 2025-02-16 17:12:48,952 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.4 2025-02-16 17:12:48,952 - card_creation - INFO - self.hbp: 0 / self.walk: 6.4 2025-02-16 17:12:48,952 - card_creation - INFO - vL: All other OB: 20.45 / HBP: 12.0 / BB: 8.45 / Total Chances: 56.55 2025-02-16 17:12:48,952 - card_creation - INFO - vR: All other OB: 6.4 / HBP: 0 / BB: 6.4 / Total Chances: 52.4 2025-02-16 17:12:48,952 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 44.5 / Current Outs: 73.5 2025-02-16 17:12:48,952 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 26.55 / Current Outs: 55.55 2025-02-16 17:12:48,952 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,952 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,952 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,952 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,952 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,952 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,953 - card_creation - INFO - vL - All Hits: 15.5 / Other OB: 7.85 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,953 - card_creation - INFO - vR - All Hits: 24.8 / Other OB: 2.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,953 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.449999999999999 2025-02-16 17:12:48,953 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 5.699999999999999 2025-02-16 17:12:48,953 - card_creation - INFO - vL: All Hits: 15.5 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,953 - card_creation - INFO - vR: All Hits: 24.8 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-16 17:12:48,953 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 17:12:48,953 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,953 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 5.449999999999999 2025-02-16 17:12:48,953 - card_creation - INFO - Triple: 0 / rem xbh: 5.45 2025-02-16 17:12:48,953 - card_creation - INFO - raw hr chances: 5.45 2025-02-16 17:12:48,953 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.45 2025-02-16 17:12:48,953 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,953 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,953 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,953 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.29999999999999893 2025-02-16 17:12:48,953 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:48,953 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:48,953 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,953 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:48,953 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:48,953 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.85 2025-02-16 17:12:48,953 - card_creation - INFO - self.hbp: 0 / self.walk: 7.85 2025-02-16 17:12:48,954 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.4 2025-02-16 17:12:48,954 - card_creation - INFO - self.hbp: 0 / self.walk: 2.4 2025-02-16 17:12:48,954 - card_creation - INFO - vL: All other OB: 7.85 / HBP: 0 / BB: 7.85 / Total Chances: 52.35 2025-02-16 17:12:48,954 - card_creation - INFO - vR: All other OB: 2.4 / HBP: 0 / BB: 2.4 / Total Chances: 56.2 2025-02-16 17:12:48,954 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 18.099999999999998 / Current Outs: 47.1 2025-02-16 17:12:48,954 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 16.55 / Current Outs: 45.55 2025-02-16 17:12:48,954 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,954 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,954 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,954 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,954 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,954 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,954 - card_creation - INFO - vL - All Hits: 25.7 / Other OB: 3.6 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,954 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 9.7 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,954 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.899999999999997 2025-02-16 17:12:48,955 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.099999999999998 2025-02-16 17:12:48,955 - card_creation - INFO - vL: All Hits: 25.7 / BP Singles: 5.0 / Single 2: 8.4 / Single 1: 8.4 / Single CF: 0 2025-02-16 17:12:48,955 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,955 - card_creation - INFO - hr%: 0.10 / tr%: 0.25 / do%: 0.60 2025-02-16 17:12:48,955 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:48,955 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 1.499999999999997 2025-02-16 17:12:48,955 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,955 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,955 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,955 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,955 - card_creation - INFO - hr%: 0.55 / tr%: 0.05 / do%: 0.40 2025-02-16 17:12:48,955 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,955 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 2.999999999999998 2025-02-16 17:12:48,955 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 17:12:48,955 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 17:12:48,955 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 17:12:48,955 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,955 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.6 2025-02-16 17:12:48,955 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.6 2025-02-16 17:12:48,955 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.7 2025-02-16 17:12:48,955 - card_creation - INFO - self.hbp: 0 / self.walk: 9.7 2025-02-16 17:12:48,955 - card_creation - INFO - vL: All other OB: 3.6 / HBP: 1.0 / BB: 2.6 / Total Chances: 58.8 2025-02-16 17:12:48,955 - card_creation - INFO - vR: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 56.4 2025-02-16 17:12:48,955 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 17.349999999999998 / Current Outs: 46.35 2025-02-16 17:12:48,955 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 18.25 / Current Outs: 47.25 2025-02-16 17:12:48,955 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,955 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,955 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,955 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,955 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,955 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,956 - card_creation - INFO - vL - All Hits: 19.75 / Other OB: 6.85 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,956 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 15.3 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,956 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 12.8 2025-02-16 17:12:48,956 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.600000000000001 2025-02-16 17:12:48,956 - card_creation - INFO - vL: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.95 2025-02-16 17:12:48,956 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 1.25 2025-02-16 17:12:48,956 - card_creation - INFO - hr%: 0.90 / tr%: 0.00 / do%: 0.10 2025-02-16 17:12:48,956 - card_creation - INFO - raw do chances: 1.35 2025-02-16 17:12:48,956 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.35 / rem xbh: 11.450000000000001 2025-02-16 17:12:48,956 - card_creation - INFO - Triple: 0 / rem xbh: 11.45 2025-02-16 17:12:48,956 - card_creation - INFO - raw hr chances: 11.45 2025-02-16 17:12:48,956 - card_creation - INFO - BP HR: 0.0 / ND HR: 11.45 2025-02-16 17:12:48,956 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,956 - card_creation - INFO - hr%: 0.85 / tr%: 0.10 / do%: 0.10 2025-02-16 17:12:48,956 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,956 - card_creation - INFO - Double**: 0.0 / Double(cf): 1.2 / rem xbh: 10.400000000000002 2025-02-16 17:12:48,956 - card_creation - INFO - Triple: 1.1 / rem xbh: 9.3 2025-02-16 17:12:48,956 - card_creation - INFO - raw hr chances: 9.3 2025-02-16 17:12:48,956 - card_creation - INFO - BP HR: 0.0 / ND HR: 9.3 2025-02-16 17:12:48,956 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,956 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.85 2025-02-16 17:12:48,956 - card_creation - INFO - self.hbp: 0 / self.walk: 6.85 2025-02-16 17:12:48,956 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.3 2025-02-16 17:12:48,956 - card_creation - INFO - self.hbp: 0 / self.walk: 15.3 2025-02-16 17:12:48,956 - card_creation - INFO - vL: All other OB: 6.85 / HBP: 0 / BB: 6.85 / Total Chances: 55.6 2025-02-16 17:12:48,956 - card_creation - INFO - vR: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 62.15 2025-02-16 17:12:48,956 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 23.1 / Current Outs: 52.1 2025-02-16 17:12:48,956 - card_creation - INFO - vR: All Outs: 75.0 / Ks: 58.65 / Current Outs: 87.65 2025-02-16 17:12:48,956 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,956 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,956 - card_creation - INFO - Remaining outs: -12.799999999999997 2025-02-16 17:12:48,957 - card_creation - INFO - Passing -12.799999999999997 outs to strikeouts 2025-02-16 17:12:48,957 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,957 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,957 - card_creation - INFO - vL - All Hits: 30.25 / Other OB: 7.55 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,957 - card_creation - INFO - vR - All Hits: 12.3 / Other OB: 7.75 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,957 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.149999999999999 2025-02-16 17:12:48,957 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 6.100000000000001 2025-02-16 17:12:48,957 - card_creation - INFO - vL: All Hits: 30.25 / BP Singles: 5.0 / Single 2: 8.05 / Single 1: 8.05 / Single CF: 0 2025-02-16 17:12:48,957 - card_creation - INFO - vR: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,957 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,957 - card_creation - INFO - raw do chances: 6.85 2025-02-16 17:12:48,957 - card_creation - INFO - Double**: 6.85 / Double(cf): 0.0 / rem xbh: 2.299999999999999 2025-02-16 17:12:48,957 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:48,957 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:48,957 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:48,957 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,957 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 17:12:48,957 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,957 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 2.9000000000000012 2025-02-16 17:12:48,957 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-16 17:12:48,957 - card_creation - INFO - raw hr chances: 2.9 2025-02-16 17:12:48,957 - card_creation - INFO - BP HR: 0.0 / ND HR: 2.9 2025-02-16 17:12:48,958 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,958 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.55 2025-02-16 17:12:48,958 - card_creation - INFO - self.hbp: 0 / self.walk: 7.55 2025-02-16 17:12:48,958 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.75 2025-02-16 17:12:48,958 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.75 2025-02-16 17:12:48,958 - card_creation - INFO - vL: All other OB: 7.55 / HBP: 0 / BB: 7.55 / Total Chances: 66.8 2025-02-16 17:12:48,958 - card_creation - INFO - vR: All other OB: 7.75 / HBP: 2.0 / BB: 5.75 / Total Chances: 49.05 2025-02-16 17:12:48,958 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 15.4 / Current Outs: 44.4 2025-02-16 17:12:48,958 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 31.2 / Current Outs: 60.2 2025-02-16 17:12:48,958 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,958 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,958 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,958 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,958 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,958 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,958 - card_creation - INFO - vL - All Hits: 18.7 / Other OB: 8.85 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,958 - card_creation - INFO - vR - All Hits: 18.5 / Other OB: 8.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,959 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 4.449999999999999 2025-02-16 17:12:48,959 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.0 2025-02-16 17:12:48,959 - card_creation - INFO - vL: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,959 - card_creation - INFO - vR: All Hits: 18.5 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,959 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.70 2025-02-16 17:12:48,959 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,959 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.2499999999999991 2025-02-16 17:12:48,959 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:48,959 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:48,959 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,959 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,959 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,959 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,959 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,959 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 2.9 2025-02-16 17:12:48,959 - card_creation - INFO - Triple: 0 / rem xbh: 2.9 2025-02-16 17:12:48,959 - card_creation - INFO - raw hr chances: 2.9 2025-02-16 17:12:48,959 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.9 2025-02-16 17:12:48,959 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,959 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.85 2025-02-16 17:12:48,959 - card_creation - INFO - self.hbp: 0 / self.walk: 8.85 2025-02-16 17:12:48,959 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.8 2025-02-16 17:12:48,959 - card_creation - INFO - self.hbp: 0 / self.walk: 8.8 2025-02-16 17:12:48,959 - card_creation - INFO - vL: All other OB: 8.85 / HBP: 0 / BB: 8.85 / Total Chances: 56.55 2025-02-16 17:12:48,959 - card_creation - INFO - vR: All other OB: 8.8 / HBP: 0 / BB: 8.8 / Total Chances: 56.3 2025-02-16 17:12:48,959 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 26.1 / Current Outs: 55.1 2025-02-16 17:12:48,959 - card_creation - INFO - vR: All Outs: 80.5 / Ks: 32.150000000000006 / Current Outs: 61.15 2025-02-16 17:12:48,959 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,959 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,959 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,959 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,959 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,959 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,960 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 10.4 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,960 - card_creation - INFO - vR - All Hits: 20.75 / Other OB: 25.35 / All Outs: 62.0 / Total: 29.0 2025-02-16 17:12:48,960 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 19.85 2025-02-16 17:12:48,960 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 15.75 2025-02-16 17:12:48,960 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0.0 / Single CF: 0 2025-02-16 17:12:48,960 - card_creation - INFO - vR: All Hits: 20.75 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,960 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,960 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,960 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 19.85 2025-02-16 17:12:48,960 - card_creation - INFO - Triple: 0 / rem xbh: 19.85 2025-02-16 17:12:48,960 - card_creation - INFO - raw hr chances: 19.85 2025-02-16 17:12:48,960 - card_creation - INFO - BP HR: 0.0 / ND HR: 19.85 2025-02-16 17:12:48,960 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,960 - card_creation - INFO - hr%: 0.00 / tr%: 0.10 / do%: 0.90 2025-02-16 17:12:48,960 - card_creation - INFO - raw do chances: 14.2 2025-02-16 17:12:48,960 - card_creation - INFO - Double**: 14.2 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-16 17:12:48,960 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,960 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,960 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,960 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 17:12:48,960 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 10.4 2025-02-16 17:12:48,960 - card_creation - INFO - self.hbp: 4.0 / self.walk: 6.4 2025-02-16 17:12:48,960 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 25.35 2025-02-16 17:12:48,960 - card_creation - INFO - self.hbp: 0 / self.walk: 25.35 2025-02-16 17:12:48,960 - card_creation - INFO - vL: All other OB: 10.4 / HBP: 4.0 / BB: 6.4 / Total Chances: 64.25 2025-02-16 17:12:48,960 - card_creation - INFO - vR: All other OB: 25.35 / HBP: 0 / BB: 25.35 / Total Chances: 75.55 2025-02-16 17:12:48,960 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 39.550000000000004 / Current Outs: 68.55 2025-02-16 17:12:48,960 - card_creation - INFO - vR: All Outs: 62.0 / Ks: 29.6 / Current Outs: 58.6 2025-02-16 17:12:48,961 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,961 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,961 - card_creation - INFO - Remaining outs: -0.3499999999999943 2025-02-16 17:12:48,961 - card_creation - INFO - Passing -0.3499999999999943 outs to strikeouts 2025-02-16 17:12:48,961 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,961 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,961 - card_creation - INFO - vL - All Hits: 13.25 / Other OB: 3.2 / All Outs: 91.5 / Total: 29.0 2025-02-16 17:12:48,961 - card_creation - INFO - vR - All Hits: 13.85 / Other OB: 3.2 / All Outs: 91.0 / Total: 29.0 2025-02-16 17:12:48,961 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.8500000000000005 2025-02-16 17:12:48,961 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.250000000000001 2025-02-16 17:12:48,961 - card_creation - INFO - vL: All Hits: 13.25 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,961 - card_creation - INFO - vR: All Hits: 13.85 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:48,961 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,961 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:48,961 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 0.35000000000000053 2025-02-16 17:12:48,962 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,962 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,962 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,962 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,962 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,962 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,962 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,962 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.1500000000000008 2025-02-16 17:12:48,962 - card_creation - INFO - Triple: 0 / rem xbh: 0.15 2025-02-16 17:12:48,962 - card_creation - INFO - raw hr chances: 0.15 2025-02-16 17:12:48,962 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,962 - card_creation - INFO - excess xbh: 0.15 2025-02-16 17:12:48,962 - card_creation - INFO - Passing 0.15 xbh to double** 2025-02-16 17:12:48,962 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:48,962 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:48,962 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 3.2 2025-02-16 17:12:48,962 - card_creation - INFO - self.hbp: 2.0 / self.walk: 1.2 2025-02-16 17:12:48,962 - card_creation - INFO - vL: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 45.45 2025-02-16 17:12:48,962 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 2.0 / BB: 1.2 / Total Chances: 46.05 2025-02-16 17:12:48,962 - card_creation - INFO - vL: All Outs: 91.5 / Ks: 26.75 / Current Outs: 55.75 2025-02-16 17:12:48,962 - card_creation - INFO - vR: All Outs: 91.0 / Ks: 31.749999999999996 / Current Outs: 60.75 2025-02-16 17:12:48,962 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,962 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,962 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,962 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,962 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,962 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,963 - card_creation - INFO - vL - All Hits: 24.65 / Other OB: 3.25 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:48,963 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 7.9 / All Outs: 100.0 / Total: 29.0 2025-02-16 17:12:48,963 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.8499999999999979 2025-02-16 17:12:48,963 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 17:12:48,963 - card_creation - INFO - vL: All Hits: 24.65 / BP Singles: 5.0 / Single 2: 8.9 / Single 1: 8.9 / Single CF: 0 2025-02-16 17:12:48,963 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,963 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,963 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,963 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.8499999999999979 2025-02-16 17:12:48,963 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:48,963 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:48,963 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:48,963 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,963 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.25 2025-02-16 17:12:48,963 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.25 2025-02-16 17:12:48,963 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.9 2025-02-16 17:12:48,963 - card_creation - INFO - self.hbp: 0 / self.walk: 7.9 2025-02-16 17:12:48,963 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 1.0 / BB: 2.25 / Total Chances: 56.9 2025-02-16 17:12:48,963 - card_creation - INFO - vR: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 36.9 2025-02-16 17:12:48,963 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 22.7 / Current Outs: 51.7 2025-02-16 17:12:48,963 - card_creation - INFO - vR: All Outs: 100.0 / Ks: 61.050000000000004 / Current Outs: 90.05 2025-02-16 17:12:48,963 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,963 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,963 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,963 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,963 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,963 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,964 - card_creation - INFO - vL - All Hits: 22.55 / Other OB: 3.25 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,964 - card_creation - INFO - vR - All Hits: 5.8 / Other OB: 2.25 / All Outs: 100.0 / Total: 29.0 2025-02-16 17:12:48,964 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 9.150000000000002 2025-02-16 17:12:48,964 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.0 2025-02-16 17:12:48,964 - card_creation - INFO - vL: All Hits: 22.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,964 - card_creation - INFO - vR: All Hits: 5.8 / BP Singles: 0.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,964 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,964 - card_creation - INFO - raw do chances: 9.15 2025-02-16 17:12:48,964 - card_creation - INFO - Double**: 9.15 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-16 17:12:48,964 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:48,964 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:48,964 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,964 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,964 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,964 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,964 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.10000000000000009 2025-02-16 17:12:48,964 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 17:12:48,964 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 17:12:48,964 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,964 - card_creation - INFO - excess xbh: -0.1 2025-02-16 17:12:48,964 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.25 2025-02-16 17:12:48,964 - card_creation - INFO - self.hbp: 0 / self.walk: 3.25 2025-02-16 17:12:48,964 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.25 2025-02-16 17:12:48,964 - card_creation - INFO - self.hbp: 0 / self.walk: 2.25 2025-02-16 17:12:48,964 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 54.8 2025-02-16 17:12:48,964 - card_creation - INFO - vR: All other OB: 2.25 / HBP: 0 / BB: 2.25 / Total Chances: 37.15 2025-02-16 17:12:48,965 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 22.7 / Current Outs: 51.7 2025-02-16 17:12:48,965 - card_creation - INFO - vR: All Outs: 100.0 / Ks: 25.7 / Current Outs: 54.7 2025-02-16 17:12:48,965 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,965 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,965 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,965 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,965 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,965 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,965 - card_creation - INFO - vL - All Hits: 31.7 / Other OB: 29.45 / All Outs: 47.0 / Total: 29.0 2025-02-16 17:12:48,965 - card_creation - INFO - vR - All Hits: 22.0 / Other OB: 14.7 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:48,965 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.649999999999999 2025-02-16 17:12:48,965 - card_creation - INFO - remaining singles: -0.25 / total xbh: 6.500000000000002 2025-02-16 17:12:48,965 - card_creation - INFO - vL: All Hits: 31.7 / BP Singles: 5.0 / Single 2: 9.0 / Single 1: 9.05 / Single CF: 0 2025-02-16 17:12:48,965 - card_creation - INFO - vR: All Hits: 22.0 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,965 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,965 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,966 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.9499999999999984 2025-02-16 17:12:48,966 - card_creation - INFO - Triple: 0 / rem xbh: 2.95 2025-02-16 17:12:48,966 - card_creation - INFO - raw hr chances: 2.95 2025-02-16 17:12:48,966 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.95 2025-02-16 17:12:48,966 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,966 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:48,966 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:48,966 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.1000000000000014 2025-02-16 17:12:48,966 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,966 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,966 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 17:12:48,966 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,966 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 29.45 2025-02-16 17:12:48,966 - card_creation - INFO - self.hbp: 0 / self.walk: 29.45 2025-02-16 17:12:48,966 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.7 2025-02-16 17:12:48,966 - card_creation - INFO - self.hbp: 0 / self.walk: 14.7 2025-02-16 17:12:48,966 - card_creation - INFO - vL: All other OB: 29.45 / HBP: 0 / BB: 29.45 / Total Chances: 90.15 2025-02-16 17:12:48,966 - card_creation - INFO - vR: All other OB: 14.7 / HBP: 0 / BB: 14.7 / Total Chances: 65.7 2025-02-16 17:12:48,966 - card_creation - INFO - vL: All Outs: 47.0 / Ks: 12.5 / Current Outs: 41.5 2025-02-16 17:12:48,966 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 17.25 / Current Outs: 46.25 2025-02-16 17:12:48,966 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,966 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,966 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,966 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,966 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,966 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,967 - card_creation - INFO - vL - All Hits: 18.9 / Other OB: 15.15 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,967 - card_creation - INFO - vR - All Hits: 10.3 / Other OB: 10.55 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,967 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 2.499999999999999 2025-02-16 17:12:48,967 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.3000000000000007 2025-02-16 17:12:48,967 - card_creation - INFO - vL: All Hits: 18.9 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:48,967 - card_creation - INFO - vR: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.5 / Single CF: 0 2025-02-16 17:12:48,967 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,967 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,967 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 0.399999999999999 2025-02-16 17:12:48,967 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,967 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,967 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,967 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,967 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,967 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,967 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,967 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000008 2025-02-16 17:12:48,967 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,967 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,967 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,967 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,967 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,967 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.15 2025-02-16 17:12:48,967 - card_creation - INFO - self.hbp: 0 / self.walk: 15.15 2025-02-16 17:12:48,967 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.55 2025-02-16 17:12:48,967 - card_creation - INFO - self.hbp: 0 / self.walk: 10.55 2025-02-16 17:12:48,967 - card_creation - INFO - vL: All other OB: 15.15 / HBP: 0 / BB: 15.15 / Total Chances: 63.05 2025-02-16 17:12:48,967 - card_creation - INFO - vR: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 49.85 2025-02-16 17:12:48,967 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 27.799999999999997 / Current Outs: 56.8 2025-02-16 17:12:48,967 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 34.4 / Current Outs: 63.4 2025-02-16 17:12:48,968 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:48,968 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:48,968 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,968 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,968 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,968 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,968 - card_creation - INFO - vL - All Hits: 23.25 / Other OB: 11.4 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:48,968 - card_creation - INFO - vR - All Hits: 14.35 / Other OB: 9.35 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:48,968 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 7.749999999999998 2025-02-16 17:12:48,968 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.8999999999999986 2025-02-16 17:12:48,968 - card_creation - INFO - vL: All Hits: 23.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,968 - card_creation - INFO - vR: All Hits: 14.35 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,968 - card_creation - INFO - hr%: 0.10 / tr%: 0.35 / do%: 0.50 2025-02-16 17:12:48,968 - card_creation - INFO - raw do chances: 3.9 2025-02-16 17:12:48,969 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.8499999999999983 2025-02-16 17:12:48,969 - card_creation - INFO - Triple: 1.4 / rem xbh: 2.45 2025-02-16 17:12:48,969 - card_creation - INFO - raw hr chances: 2.45 2025-02-16 17:12:48,969 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,969 - card_creation - INFO - excess xbh: 0.4500000000000002 2025-02-16 17:12:48,969 - card_creation - INFO - Passing 0.4500000000000002 xbh to triple 2025-02-16 17:12:48,969 - card_creation - INFO - hr%: 0.30 / tr%: 0.10 / do%: 0.60 2025-02-16 17:12:48,969 - card_creation - INFO - raw do chances: 1.75 2025-02-16 17:12:48,969 - card_creation - INFO - Double**: 1.75 / Double(cf): 0.0 / rem xbh: 1.1499999999999986 2025-02-16 17:12:48,969 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 17:12:48,969 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:48,969 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,969 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:48,969 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 17:12:48,969 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.4 2025-02-16 17:12:48,969 - card_creation - INFO - self.hbp: 0 / self.walk: 11.4 2025-02-16 17:12:48,969 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.35 2025-02-16 17:12:48,969 - card_creation - INFO - self.hbp: 0 / self.walk: 9.35 2025-02-16 17:12:48,969 - card_creation - INFO - vL: All other OB: 11.4 / HBP: 0 / BB: 11.4 / Total Chances: 63.65 2025-02-16 17:12:48,969 - card_creation - INFO - vR: All other OB: 9.35 / HBP: 0 / BB: 9.35 / Total Chances: 52.7 2025-02-16 17:12:48,969 - card_creation - INFO - vL: All Outs: 73.5 / Ks: 29.549999999999997 / Current Outs: 58.55 2025-02-16 17:12:48,969 - card_creation - INFO - vR: All Outs: 84.5 / Ks: 19.599999999999998 / Current Outs: 48.6 2025-02-16 17:12:48,969 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:48,969 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:48,969 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,969 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,969 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,969 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,970 - card_creation - INFO - vL - All Hits: 23.5 / Other OB: 3.8 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:48,970 - card_creation - INFO - vR - All Hits: 14.85 / Other OB: 18.95 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:48,970 - card_creation - INFO - remaining singles: -1.7763568394002505e-15 / total xbh: 5.100000000000001 2025-02-16 17:12:48,970 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.1499999999999986 2025-02-16 17:12:48,970 - card_creation - INFO - vL: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.7 / Single CF: 0 2025-02-16 17:12:48,970 - card_creation - INFO - vR: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,970 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,970 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,970 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 0.9000000000000012 2025-02-16 17:12:48,970 - card_creation - INFO - Triple: 0 / rem xbh: 0.9 2025-02-16 17:12:48,970 - card_creation - INFO - raw hr chances: 0.9 2025-02-16 17:12:48,970 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,970 - card_creation - INFO - excess xbh: 0.9 2025-02-16 17:12:48,970 - card_creation - INFO - Passing 0.9 xbh to double** 2025-02-16 17:12:48,970 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:48,970 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,970 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: -0.05000000000000138 2025-02-16 17:12:48,970 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:48,970 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:48,970 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,970 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:48,970 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.8 2025-02-16 17:12:48,970 - card_creation - INFO - self.hbp: 0 / self.walk: 3.8 2025-02-16 17:12:48,970 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.95 2025-02-16 17:12:48,970 - card_creation - INFO - self.hbp: 0 / self.walk: 18.95 2025-02-16 17:12:48,970 - card_creation - INFO - vL: All other OB: 3.8 / HBP: 0 / BB: 3.8 / Total Chances: 56.3 2025-02-16 17:12:48,970 - card_creation - INFO - vR: All other OB: 18.95 / HBP: 0 / BB: 18.95 / Total Chances: 62.85 2025-02-16 17:12:48,970 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 55.150000000000006 / Current Outs: 84.15 2025-02-16 17:12:48,970 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 36.0 / Current Outs: 65.0 2025-02-16 17:12:48,970 - card_creation - INFO - Remaining outs: -3.450000000000003 2025-02-16 17:12:48,970 - card_creation - INFO - Passing -3.450000000000003 outs to strikeouts 2025-02-16 17:12:48,971 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,971 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,971 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,971 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,971 - card_creation - INFO - vL - All Hits: 6.75 / Other OB: 10.65 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:48,971 - card_creation - INFO - vR - All Hits: 11.8 / Other OB: 17.55 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:48,971 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 2.45 2025-02-16 17:12:48,971 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 4.850000000000001 2025-02-16 17:12:48,971 - card_creation - INFO - vL: All Hits: 6.75 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:48,971 - card_creation - INFO - vR: All Hits: 11.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,971 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,971 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,971 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.25 2025-02-16 17:12:48,971 - card_creation - INFO - Triple: 0 / rem xbh: 0.25 2025-02-16 17:12:48,971 - card_creation - INFO - raw hr chances: 0.25 2025-02-16 17:12:48,971 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,971 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:48,972 - card_creation - INFO - Passing 0.25 xbh to double** 2025-02-16 17:12:48,972 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,972 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,972 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 17:12:48,972 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:48,972 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:48,972 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,972 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:48,972 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.65 2025-02-16 17:12:48,972 - card_creation - INFO - self.hbp: 0 / self.walk: 10.65 2025-02-16 17:12:48,972 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.55 2025-02-16 17:12:48,972 - card_creation - INFO - self.hbp: 0 / self.walk: 17.55 2025-02-16 17:12:48,972 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 0 / BB: 10.65 / Total Chances: 46.4 2025-02-16 17:12:48,972 - card_creation - INFO - vR: All other OB: 17.55 / HBP: 0 / BB: 17.55 / Total Chances: 58.7 2025-02-16 17:12:48,972 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 17:12:48,972 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 9.4 / Current Outs: 38.4 2025-02-16 17:12:48,972 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,972 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,972 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,972 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,972 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,972 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,973 - card_creation - INFO - vL - All Hits: 15.9 / Other OB: 21.85 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,973 - card_creation - INFO - vR - All Hits: 19.85 / Other OB: 6.65 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,973 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.500000000000002 2025-02-16 17:12:48,973 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 7.15 2025-02-16 17:12:48,973 - card_creation - INFO - vL: All Hits: 15.9 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:48,973 - card_creation - INFO - vR: All Hits: 19.85 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,973 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 17:12:48,973 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:48,973 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 5.100000000000001 2025-02-16 17:12:48,973 - card_creation - INFO - Triple: 0 / rem xbh: 5.1 2025-02-16 17:12:48,973 - card_creation - INFO - raw hr chances: 5.1 2025-02-16 17:12:48,973 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.0999999999999996 2025-02-16 17:12:48,973 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,973 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.65 2025-02-16 17:12:48,973 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,973 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 2.4000000000000004 2025-02-16 17:12:48,973 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 17:12:48,973 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 17:12:48,973 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 17:12:48,973 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,973 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 21.85 2025-02-16 17:12:48,973 - card_creation - INFO - self.hbp: 1.0 / self.walk: 20.85 2025-02-16 17:12:48,973 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.65 2025-02-16 17:12:48,973 - card_creation - INFO - self.hbp: 0 / self.walk: 6.65 2025-02-16 17:12:48,973 - card_creation - INFO - vL: All other OB: 21.85 / HBP: 1.0 / BB: 20.85 / Total Chances: 66.75 2025-02-16 17:12:48,973 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 0 / BB: 6.65 / Total Chances: 55.5 2025-02-16 17:12:48,973 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 26.099999999999994 / Current Outs: 55.1 2025-02-16 17:12:48,973 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 36.300000000000004 / Current Outs: 65.3 2025-02-16 17:12:48,973 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,973 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,973 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,973 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,973 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,973 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,974 - card_creation - INFO - vL - All Hits: 28.95 / Other OB: 7.05 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,974 - card_creation - INFO - vR - All Hits: 17.6 / Other OB: 8.7 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,974 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.45 2025-02-16 17:12:48,974 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 6.700000000000003 2025-02-16 17:12:48,974 - card_creation - INFO - vL: All Hits: 28.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 0.0 / Single CF: 4.75 2025-02-16 17:12:48,974 - card_creation - INFO - vR: All Hits: 17.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:48,974 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,974 - card_creation - INFO - raw do chances: 6.5 2025-02-16 17:12:48,974 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.5 / rem xbh: 7.949999999999999 2025-02-16 17:12:48,974 - card_creation - INFO - Triple: 0 / rem xbh: 7.95 2025-02-16 17:12:48,974 - card_creation - INFO - raw hr chances: 7.95 2025-02-16 17:12:48,974 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.95 2025-02-16 17:12:48,974 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,974 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,974 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:48,974 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.5000000000000027 2025-02-16 17:12:48,974 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:48,974 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:48,974 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 17:12:48,974 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,974 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.05 2025-02-16 17:12:48,975 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.05 2025-02-16 17:12:48,975 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.7 2025-02-16 17:12:48,975 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.7 2025-02-16 17:12:48,975 - card_creation - INFO - vL: All other OB: 7.05 / HBP: 2.0 / BB: 5.05 / Total Chances: 65.0 2025-02-16 17:12:48,975 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 55.3 2025-02-16 17:12:48,975 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 13.9 / Current Outs: 42.9 2025-02-16 17:12:48,975 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 13.249999999999998 / Current Outs: 42.25 2025-02-16 17:12:48,975 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,975 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,975 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,975 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,975 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,975 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,975 - card_creation - INFO - vL - All Hits: 15.35 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,975 - card_creation - INFO - vR - All Hits: 23.15 / Other OB: 9.0 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:48,975 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 3.0 2025-02-16 17:12:48,976 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.549999999999997 2025-02-16 17:12:48,976 - card_creation - INFO - vL: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-16 17:12:48,976 - card_creation - INFO - vR: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 0.0 / Single CF: 3.3 2025-02-16 17:12:48,976 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,976 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,976 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 3.0 2025-02-16 17:12:48,976 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 17:12:48,976 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 17:12:48,976 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.0 2025-02-16 17:12:48,976 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,976 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 17:12:48,976 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:48,976 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.5 / rem xbh: 8.049999999999997 2025-02-16 17:12:48,976 - card_creation - INFO - Triple: 0 / rem xbh: 8.05 2025-02-16 17:12:48,976 - card_creation - INFO - raw hr chances: 8.05 2025-02-16 17:12:48,976 - card_creation - INFO - BP HR: 0.0 / ND HR: 8.05 2025-02-16 17:12:48,976 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,976 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,976 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,976 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.0 2025-02-16 17:12:48,976 - card_creation - INFO - self.hbp: 0 / self.walk: 9.0 2025-02-16 17:12:48,976 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.85 2025-02-16 17:12:48,976 - card_creation - INFO - vR: All other OB: 9.0 / HBP: 0 / BB: 9.0 / Total Chances: 61.15 2025-02-16 17:12:48,976 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 16.45 / Current Outs: 45.45 2025-02-16 17:12:48,976 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 32.95 / Current Outs: 61.95 2025-02-16 17:12:48,976 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,976 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,976 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,976 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,976 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,976 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,977 - card_creation - INFO - vL - All Hits: 20.25 / Other OB: 11.4 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:48,977 - card_creation - INFO - vR - All Hits: 13.2 / Other OB: 5.9 / All Outs: 89.0 / Total: 29.0 2025-02-16 17:12:48,977 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.0 2025-02-16 17:12:48,977 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 2.999999999999999 2025-02-16 17:12:48,977 - card_creation - INFO - vL: All Hits: 20.25 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,977 - card_creation - INFO - vR: All Hits: 13.2 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:48,977 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:48,977 - card_creation - INFO - raw do chances: 3.9 2025-02-16 17:12:48,977 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 2.1 2025-02-16 17:12:48,977 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:48,977 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:48,977 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.1 2025-02-16 17:12:48,977 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,977 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:48,977 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:48,977 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 1.5999999999999992 2025-02-16 17:12:48,977 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,977 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,977 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 17:12:48,977 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,977 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.4 2025-02-16 17:12:48,977 - card_creation - INFO - self.hbp: 0 / self.walk: 11.4 2025-02-16 17:12:48,977 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.9 2025-02-16 17:12:48,977 - card_creation - INFO - self.hbp: 0 / self.walk: 5.9 2025-02-16 17:12:48,977 - card_creation - INFO - vL: All other OB: 11.4 / HBP: 0 / BB: 11.4 / Total Chances: 60.65 2025-02-16 17:12:48,977 - card_creation - INFO - vR: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 48.1 2025-02-16 17:12:48,977 - card_creation - INFO - vL: All Outs: 76.5 / Ks: 25.55 / Current Outs: 54.55 2025-02-16 17:12:48,977 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 38.050000000000004 / Current Outs: 67.05 2025-02-16 17:12:48,978 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,978 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,978 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,978 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,978 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,978 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,978 - card_creation - INFO - vL - All Hits: 14.6 / Other OB: 12.0 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:48,978 - card_creation - INFO - vR - All Hits: 16.65 / Other OB: 13.75 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:48,978 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 5.799999999999999 2025-02-16 17:12:48,978 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.149999999999999 2025-02-16 17:12:48,978 - card_creation - INFO - vL: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,978 - card_creation - INFO - vR: All Hits: 16.65 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:48,978 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,978 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,978 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.299999999999999 2025-02-16 17:12:48,978 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:48,978 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:48,979 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:48,979 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,979 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,979 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:48,979 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.9499999999999984 2025-02-16 17:12:48,979 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-16 17:12:48,979 - card_creation - INFO - raw hr chances: 3.95 2025-02-16 17:12:48,979 - card_creation - INFO - BP HR: 0.0 / ND HR: 3.95 2025-02-16 17:12:48,979 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,979 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 12.0 2025-02-16 17:12:48,979 - card_creation - INFO - self.hbp: 2.0 / self.walk: 10.0 2025-02-16 17:12:48,979 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 13.75 2025-02-16 17:12:48,979 - card_creation - INFO - self.hbp: 2.0 / self.walk: 11.75 2025-02-16 17:12:48,979 - card_creation - INFO - vL: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 55.6 2025-02-16 17:12:48,979 - card_creation - INFO - vR: All other OB: 13.75 / HBP: 2.0 / BB: 11.75 / Total Chances: 59.4 2025-02-16 17:12:48,979 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 26.95 / Current Outs: 55.95 2025-02-16 17:12:48,979 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 23.2 / Current Outs: 52.2 2025-02-16 17:12:48,979 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,979 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,979 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,979 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,979 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,979 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,980 - card_creation - INFO - vL - All Hits: 21.4 / Other OB: 8.65 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,980 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 2.75 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,980 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 5.599999999999998 2025-02-16 17:12:48,980 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.450000000000003 2025-02-16 17:12:48,980 - card_creation - INFO - vL: All Hits: 21.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:48,980 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,980 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 17:12:48,980 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:48,980 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 1.0999999999999979 2025-02-16 17:12:48,980 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:48,980 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:48,980 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,980 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:48,980 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:48,980 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,980 - card_creation - INFO - raw do chances: 3.6 2025-02-16 17:12:48,980 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 0.8500000000000028 2025-02-16 17:12:48,980 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:48,980 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:48,980 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,980 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:48,980 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:48,980 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.65 2025-02-16 17:12:48,980 - card_creation - INFO - self.hbp: 0 / self.walk: 8.65 2025-02-16 17:12:48,980 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,980 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,980 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 59.05 2025-02-16 17:12:48,980 - card_creation - INFO - vR: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 49.6 2025-02-16 17:12:48,980 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 17:12:48,980 - card_creation - INFO - vR: All Outs: 87.5 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 17:12:48,980 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,980 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,980 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,980 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,981 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,981 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,981 - card_creation - INFO - vL - All Hits: 7.55 / Other OB: 16.9 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:48,981 - card_creation - INFO - vR - All Hits: 3.2 / Other OB: 8.45 / All Outs: 96.5 / Total: 29.0 2025-02-16 17:12:48,981 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.05 2025-02-16 17:12:48,981 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5500000000000003 2025-02-16 17:12:48,981 - card_creation - INFO - vL: All Hits: 7.55 / BP Singles: 0.0 / Single 2: 1.25 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:48,981 - card_creation - INFO - vR: All Hits: 3.2 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,981 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,981 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,981 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 2.55 2025-02-16 17:12:48,981 - card_creation - INFO - Triple: 0 / rem xbh: 2.55 2025-02-16 17:12:48,981 - card_creation - INFO - raw hr chances: 2.55 2025-02-16 17:12:48,981 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.55 2025-02-16 17:12:48,981 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,981 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,981 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,981 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5500000000000003 2025-02-16 17:12:48,981 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:48,981 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:48,981 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 17:12:48,982 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,982 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.9 2025-02-16 17:12:48,982 - card_creation - INFO - self.hbp: 0 / self.walk: 16.9 2025-02-16 17:12:48,982 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 8.45 2025-02-16 17:12:48,982 - card_creation - INFO - self.hbp: 4.0 / self.walk: 4.45 2025-02-16 17:12:48,982 - card_creation - INFO - vL: All other OB: 16.9 / HBP: 0 / BB: 16.9 / Total Chances: 53.45 2025-02-16 17:12:48,982 - card_creation - INFO - vR: All other OB: 8.45 / HBP: 4.0 / BB: 4.45 / Total Chances: 40.65 2025-02-16 17:12:48,982 - card_creation - INFO - vL: All Outs: 83.5 / Ks: 19.049999999999997 / Current Outs: 48.05 2025-02-16 17:12:48,982 - card_creation - INFO - vR: All Outs: 96.5 / Ks: 26.5 / Current Outs: 55.5 2025-02-16 17:12:48,982 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,982 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,982 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,982 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,982 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,982 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,982 - card_creation - INFO - vL - All Hits: 9.5 / Other OB: 10.25 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:48,982 - card_creation - INFO - vR - All Hits: 11.7 / Other OB: 9.25 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:48,982 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 1.5999999999999996 2025-02-16 17:12:48,983 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 3.3999999999999986 2025-02-16 17:12:48,983 - card_creation - INFO - vL: All Hits: 9.5 / BP Singles: 5.0 / Single 2: 1.5 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,983 - card_creation - INFO - vR: All Hits: 11.7 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:48,983 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:48,983 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:48,983 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 0.3999999999999997 2025-02-16 17:12:48,983 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,983 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,983 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,983 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,983 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,983 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:48,983 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:48,983 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 1.7999999999999985 2025-02-16 17:12:48,983 - card_creation - INFO - Triple: 0 / rem xbh: 1.8 2025-02-16 17:12:48,983 - card_creation - INFO - raw hr chances: 1.8 2025-02-16 17:12:48,983 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.8 2025-02-16 17:12:48,983 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,983 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.25 2025-02-16 17:12:48,983 - card_creation - INFO - self.hbp: 0 / self.walk: 10.25 2025-02-16 17:12:48,983 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 9.25 2025-02-16 17:12:48,983 - card_creation - INFO - self.hbp: 1.0 / self.walk: 8.25 2025-02-16 17:12:48,983 - card_creation - INFO - vL: All other OB: 10.25 / HBP: 0 / BB: 10.25 / Total Chances: 48.75 2025-02-16 17:12:48,983 - card_creation - INFO - vR: All other OB: 9.25 / HBP: 1.0 / BB: 8.25 / Total Chances: 49.95 2025-02-16 17:12:48,983 - card_creation - INFO - vL: All Outs: 88.0 / Ks: 26.700000000000003 / Current Outs: 55.7 2025-02-16 17:12:48,983 - card_creation - INFO - vR: All Outs: 87.0 / Ks: 31.7 / Current Outs: 60.7 2025-02-16 17:12:48,983 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,983 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,983 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,983 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,983 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,983 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,984 - card_creation - INFO - vL - All Hits: 25.55 / Other OB: 14.15 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:48,984 - card_creation - INFO - vR - All Hits: 12.65 / Other OB: 10.05 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:48,984 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.900000000000002 2025-02-16 17:12:48,984 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 3.049999999999999 2025-02-16 17:12:48,984 - card_creation - INFO - vL: All Hits: 25.55 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.85 / Single CF: 0 2025-02-16 17:12:48,984 - card_creation - INFO - vR: All Hits: 12.65 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:48,984 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,984 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,984 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.200000000000002 2025-02-16 17:12:48,984 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:48,984 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:48,984 - card_creation - INFO - BP HR: 0 / ND HR: 1.2 2025-02-16 17:12:48,984 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,984 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:48,984 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:48,984 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.5499999999999989 2025-02-16 17:12:48,984 - card_creation - INFO - Triple: 0 / rem xbh: 0.55 2025-02-16 17:12:48,984 - card_creation - INFO - raw hr chances: 0.55 2025-02-16 17:12:48,984 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,984 - card_creation - INFO - excess xbh: 0.55 2025-02-16 17:12:48,984 - card_creation - INFO - Passing 0.55 xbh to double** 2025-02-16 17:12:48,984 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.15 2025-02-16 17:12:48,984 - card_creation - INFO - self.hbp: 0 / self.walk: 14.15 2025-02-16 17:12:48,984 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 10.05 2025-02-16 17:12:48,984 - card_creation - INFO - self.hbp: 1.0 / self.walk: 9.05 2025-02-16 17:12:48,984 - card_creation - INFO - vL: All other OB: 14.15 / HBP: 0 / BB: 14.15 / Total Chances: 68.7 2025-02-16 17:12:48,984 - card_creation - INFO - vR: All other OB: 10.05 / HBP: 1.0 / BB: 9.05 / Total Chances: 51.7 2025-02-16 17:12:48,984 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 12.8 / Current Outs: 41.8 2025-02-16 17:12:48,984 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 23.900000000000002 / Current Outs: 52.9 2025-02-16 17:12:48,985 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,985 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,985 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,985 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,985 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,985 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,985 - card_creation - INFO - vL - All Hits: 24.85 / Other OB: 13.75 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:48,985 - card_creation - INFO - vR - All Hits: 15.3 / Other OB: 9.9 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:48,985 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.300000000000001 2025-02-16 17:12:48,985 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.6000000000000014 2025-02-16 17:12:48,985 - card_creation - INFO - vL: All Hits: 24.85 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.25 / Single CF: 0 2025-02-16 17:12:48,985 - card_creation - INFO - vR: All Hits: 15.3 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,985 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:48,985 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:48,985 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.400000000000001 2025-02-16 17:12:48,985 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 17:12:48,985 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 17:12:48,985 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.4 2025-02-16 17:12:48,986 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,986 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,986 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,986 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.6000000000000014 2025-02-16 17:12:48,986 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,986 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,986 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 17:12:48,986 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,986 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 13.75 2025-02-16 17:12:48,986 - card_creation - INFO - self.hbp: 2.0 / self.walk: 11.75 2025-02-16 17:12:48,986 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.9 2025-02-16 17:12:48,986 - card_creation - INFO - self.hbp: 0 / self.walk: 9.9 2025-02-16 17:12:48,986 - card_creation - INFO - vL: All other OB: 13.75 / HBP: 2.0 / BB: 11.75 / Total Chances: 67.6 2025-02-16 17:12:48,986 - card_creation - INFO - vR: All other OB: 9.9 / HBP: 0 / BB: 9.9 / Total Chances: 54.2 2025-02-16 17:12:48,986 - card_creation - INFO - vL: All Outs: 69.5 / Ks: 22.2 / Current Outs: 51.2 2025-02-16 17:12:48,986 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 26.049999999999997 / Current Outs: 55.05 2025-02-16 17:12:48,986 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,986 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,986 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,986 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,986 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,986 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,987 - card_creation - INFO - vL - All Hits: 18.8 / Other OB: 1.65 / All Outs: 87.5 / Total: 29.0 2025-02-16 17:12:48,987 - card_creation - INFO - vR - All Hits: 5.1 / Other OB: 4.5 / All Outs: 98.5 / Total: 29.0 2025-02-16 17:12:48,987 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.400000000000002 2025-02-16 17:12:48,987 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.3 2025-02-16 17:12:48,987 - card_creation - INFO - vL: All Hits: 18.8 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,987 - card_creation - INFO - vR: All Hits: 5.1 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:48,987 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:48,987 - card_creation - INFO - raw do chances: 6.65 2025-02-16 17:12:48,987 - card_creation - INFO - Double**: 6.65 / Double(cf): 0.0 / rem xbh: 0.7500000000000018 2025-02-16 17:12:48,987 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:48,987 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:48,987 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,987 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:48,987 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 17:12:48,987 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,987 - card_creation - INFO - raw do chances: 1.95 2025-02-16 17:12:48,987 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: 0.34999999999999987 2025-02-16 17:12:48,987 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:48,987 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:48,987 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,987 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:48,987 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:48,987 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.65 2025-02-16 17:12:48,987 - card_creation - INFO - self.hbp: 0 / self.walk: 1.65 2025-02-16 17:12:48,987 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,987 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,987 - card_creation - INFO - vL: All other OB: 1.65 / HBP: 0 / BB: 1.65 / Total Chances: 49.45 2025-02-16 17:12:48,987 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 38.6 2025-02-16 17:12:48,987 - card_creation - INFO - vL: All Outs: 87.5 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 17:12:48,987 - card_creation - INFO - vR: All Outs: 98.5 / Ks: 18.45 / Current Outs: 47.45 2025-02-16 17:12:48,987 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,987 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,987 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,988 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,988 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,988 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,988 - card_creation - INFO - vL - All Hits: 21.75 / Other OB: 11.45 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:48,988 - card_creation - INFO - vR - All Hits: 22.05 / Other OB: 6.65 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:48,988 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.25 2025-02-16 17:12:48,988 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 10.15 2025-02-16 17:12:48,988 - card_creation - INFO - vL: All Hits: 21.75 / BP Singles: 5.0 / Single 2: 5.75 / Single 1: 5.75 / Single CF: 0 2025-02-16 17:12:48,988 - card_creation - INFO - vR: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 3.5 / Single CF: 0 2025-02-16 17:12:48,988 - card_creation - INFO - hr%: 0.75 / tr%: 0.05 / do%: 0.20 2025-02-16 17:12:48,988 - card_creation - INFO - raw do chances: 1.1 2025-02-16 17:12:48,988 - card_creation - INFO - Double**: 1.1 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-16 17:12:48,988 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 17:12:48,988 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:48,988 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.1500000000000004 2025-02-16 17:12:48,988 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,988 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:48,989 - card_creation - INFO - raw do chances: 6.6 2025-02-16 17:12:48,989 - card_creation - INFO - Double**: 6.6 / Double(cf): 0.0 / rem xbh: 3.5500000000000007 2025-02-16 17:12:48,989 - card_creation - INFO - Triple: 0 / rem xbh: 3.55 2025-02-16 17:12:48,989 - card_creation - INFO - raw hr chances: 3.55 2025-02-16 17:12:48,989 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.55 2025-02-16 17:12:48,989 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,989 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.45 2025-02-16 17:12:48,989 - card_creation - INFO - self.hbp: 0 / self.walk: 11.45 2025-02-16 17:12:48,989 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.65 2025-02-16 17:12:48,989 - card_creation - INFO - self.hbp: 0 / self.walk: 6.65 2025-02-16 17:12:48,989 - card_creation - INFO - vL: All other OB: 11.45 / HBP: 0 / BB: 11.45 / Total Chances: 62.2 2025-02-16 17:12:48,989 - card_creation - INFO - vR: All other OB: 6.65 / HBP: 0 / BB: 6.65 / Total Chances: 57.7 2025-02-16 17:12:48,989 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 14.5 / Current Outs: 43.5 2025-02-16 17:12:48,989 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 24.299999999999997 / Current Outs: 53.3 2025-02-16 17:12:48,989 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,989 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,989 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,989 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,989 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,989 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,990 - card_creation - INFO - vL - All Hits: 15.6 / Other OB: 14.2 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,990 - card_creation - INFO - vR - All Hits: 15.0 / Other OB: 11.0 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,990 - card_creation - INFO - remaining singles: -0.25 / total xbh: 4.199999999999999 2025-02-16 17:12:48,990 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5 2025-02-16 17:12:48,990 - card_creation - INFO - vL: All Hits: 15.6 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,990 - card_creation - INFO - vR: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:48,990 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,990 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:48,990 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.9999999999999991 2025-02-16 17:12:48,990 - card_creation - INFO - Triple: 0 / rem xbh: 2.0 2025-02-16 17:12:48,990 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:48,990 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,990 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,990 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,990 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,990 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:48,990 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,990 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,990 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,990 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,990 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.2 2025-02-16 17:12:48,990 - card_creation - INFO - self.hbp: 0 / self.walk: 14.2 2025-02-16 17:12:48,990 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 11.0 2025-02-16 17:12:48,990 - card_creation - INFO - self.hbp: 2.0 / self.walk: 9.0 2025-02-16 17:12:48,990 - card_creation - INFO - vL: All other OB: 14.2 / HBP: 0 / BB: 14.2 / Total Chances: 58.8 2025-02-16 17:12:48,990 - card_creation - INFO - vR: All other OB: 11.0 / HBP: 2.0 / BB: 9.0 / Total Chances: 55.5 2025-02-16 17:12:48,990 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 24.75 / Current Outs: 53.75 2025-02-16 17:12:48,990 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 17:12:48,990 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,990 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,990 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,990 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,990 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,990 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,991 - card_creation - INFO - vL - All Hits: 23.15 / Other OB: 12.65 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:48,991 - card_creation - INFO - vR - All Hits: 24.75 / Other OB: 13.35 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:48,991 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.9499999999999975 2025-02-16 17:12:48,991 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 10.25 2025-02-16 17:12:48,991 - card_creation - INFO - vL: All Hits: 23.15 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:48,991 - card_creation - INFO - vR: All Hits: 24.75 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:48,991 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,991 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:48,991 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.1999999999999975 2025-02-16 17:12:48,991 - card_creation - INFO - Triple: 0 / rem xbh: 3.2 2025-02-16 17:12:48,991 - card_creation - INFO - raw hr chances: 3.2 2025-02-16 17:12:48,991 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.2 2025-02-16 17:12:48,991 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,991 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 17:12:48,991 - card_creation - INFO - raw do chances: 8.2 2025-02-16 17:12:48,991 - card_creation - INFO - Double**: 8.2 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 17:12:48,991 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 17:12:48,991 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 17:12:48,991 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,991 - card_creation - INFO - excess xbh: 0.04999999999999982 2025-02-16 17:12:48,991 - card_creation - INFO - Passing 0.04999999999999982 xbh to double** 2025-02-16 17:12:48,991 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.65 2025-02-16 17:12:48,991 - card_creation - INFO - self.hbp: 0 / self.walk: 12.65 2025-02-16 17:12:48,992 - card_creation - INFO - hbp value candidate: 6.0 / all_other_ob: 13.35 2025-02-16 17:12:48,992 - card_creation - INFO - self.hbp: 6.0 / self.walk: 7.35 2025-02-16 17:12:48,992 - card_creation - INFO - vL: All other OB: 12.65 / HBP: 0 / BB: 12.65 / Total Chances: 64.8 2025-02-16 17:12:48,992 - card_creation - INFO - vR: All other OB: 13.35 / HBP: 6.0 / BB: 7.35 / Total Chances: 67.1 2025-02-16 17:12:48,992 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 15.299999999999999 / Current Outs: 44.3 2025-02-16 17:12:48,992 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 17.6 / Current Outs: 46.6 2025-02-16 17:12:48,992 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,992 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,992 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,992 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,992 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,992 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,992 - card_creation - INFO - vL - All Hits: 7.9 / Other OB: 4.5 / All Outs: 95.5 / Total: 29.0 2025-02-16 17:12:48,992 - card_creation - INFO - vR - All Hits: 6.65 / Other OB: 20.55 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,992 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 0.9500000000000002 2025-02-16 17:12:48,992 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 1.6500000000000004 2025-02-16 17:12:48,993 - card_creation - INFO - vL: All Hits: 7.9 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:48,993 - card_creation - INFO - vR: All Hits: 6.65 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,993 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,993 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,993 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9500000000000002 2025-02-16 17:12:48,993 - card_creation - INFO - Triple: 0 / rem xbh: 0.95 2025-02-16 17:12:48,993 - card_creation - INFO - raw hr chances: 0.95 2025-02-16 17:12:48,993 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,993 - card_creation - INFO - excess xbh: 0.95 2025-02-16 17:12:48,993 - card_creation - INFO - Passing 0.95 xbh to single* 2025-02-16 17:12:48,993 - card_creation - INFO - hr%: 0.00 / tr%: 0.25 / do%: 0.75 2025-02-16 17:12:48,993 - card_creation - INFO - raw do chances: 1.25 2025-02-16 17:12:48,993 - card_creation - INFO - Double**: 1.25 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 17:12:48,993 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:48,993 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:48,993 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:48,993 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:48,993 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:48,993 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:48,993 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:48,993 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 20.55 2025-02-16 17:12:48,993 - card_creation - INFO - self.hbp: 3.0 / self.walk: 17.55 2025-02-16 17:12:48,993 - card_creation - INFO - vL: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 41.4 2025-02-16 17:12:48,993 - card_creation - INFO - vR: All other OB: 20.55 / HBP: 3.0 / BB: 17.55 / Total Chances: 56.2 2025-02-16 17:12:48,993 - card_creation - INFO - vL: All Outs: 95.5 / Ks: 66.45 / Current Outs: 95.45 2025-02-16 17:12:48,993 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 48.4 / Current Outs: 77.4 2025-02-16 17:12:48,993 - card_creation - INFO - Remaining outs: 0.15000000000000568 2025-02-16 17:12:48,993 - card_creation - INFO - Passing 0.15000000000000568 outs to strikeouts 2025-02-16 17:12:48,993 - card_creation - INFO - Remaining outs: 0.6500000000000057 2025-02-16 17:12:48,993 - card_creation - INFO - Passing 0.6500000000000057 outs to strikeouts 2025-02-16 17:12:48,993 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,993 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,994 - card_creation - INFO - vL - All Hits: 28.55 / Other OB: 18.95 / All Outs: 60.5 / Total: 29.0 2025-02-16 17:12:48,994 - card_creation - INFO - vR - All Hits: 14.0 / Other OB: 28.25 / All Outs: 66.0 / Total: 29.0 2025-02-16 17:12:48,994 - card_creation - INFO - remaining singles: -0.25 / total xbh: 15.150000000000002 2025-02-16 17:12:48,994 - card_creation - INFO - remaining singles: 0.95 / total xbh: 7.949999999999999 2025-02-16 17:12:48,994 - card_creation - INFO - vL: All Hits: 28.55 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:48,994 - card_creation - INFO - vR: All Hits: 14.0 / BP Singles: 5.0 / Single 2: 1.05 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:48,994 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:48,994 - card_creation - INFO - raw do chances: 12.9 2025-02-16 17:12:48,994 - card_creation - INFO - Double**: 12.9 / Double(cf): 0.0 / rem xbh: 2.2500000000000018 2025-02-16 17:12:48,994 - card_creation - INFO - Triple: 0 / rem xbh: 2.25 2025-02-16 17:12:48,994 - card_creation - INFO - raw hr chances: 2.25 2025-02-16 17:12:48,994 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.25 2025-02-16 17:12:48,994 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,994 - card_creation - INFO - hr%: 0.10 / tr%: 0.60 / do%: 0.25 2025-02-16 17:12:48,994 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:48,994 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 5.85 2025-02-16 17:12:48,994 - card_creation - INFO - Triple: 3.5 / rem xbh: 2.35 2025-02-16 17:12:48,994 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:48,994 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,994 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:48,994 - card_creation - INFO - Passing 0.3500000000000001 xbh to triple 2025-02-16 17:12:48,994 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.95 2025-02-16 17:12:48,994 - card_creation - INFO - self.hbp: 0 / self.walk: 18.95 2025-02-16 17:12:48,994 - card_creation - INFO - hbp value candidate: 8.0 / all_other_ob: 28.25 2025-02-16 17:12:48,994 - card_creation - INFO - self.hbp: 8.0 / self.walk: 20.25 2025-02-16 17:12:48,994 - card_creation - INFO - vL: All other OB: 18.95 / HBP: 0 / BB: 18.95 / Total Chances: 76.5 2025-02-16 17:12:48,994 - card_creation - INFO - vR: All other OB: 28.25 / HBP: 8.0 / BB: 20.25 / Total Chances: 71.25 2025-02-16 17:12:48,994 - card_creation - INFO - vL: All Outs: 60.5 / Ks: 8.000000000000002 / Current Outs: 37.0 2025-02-16 17:12:48,994 - card_creation - INFO - vR: All Outs: 66.0 / Ks: 25.700000000000003 / Current Outs: 54.7 2025-02-16 17:12:48,994 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,994 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,995 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:48,995 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:48,995 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,995 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,995 - card_creation - INFO - vL - All Hits: 21.55 / Other OB: 13.3 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:48,995 - card_creation - INFO - vR - All Hits: 18.1 / Other OB: 8.65 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:48,995 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 7.300000000000001 2025-02-16 17:12:48,995 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 5.4 2025-02-16 17:12:48,995 - card_creation - INFO - vL: All Hits: 21.55 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:48,995 - card_creation - INFO - vR: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:48,995 - card_creation - INFO - hr%: 0.25 / tr%: 0.05 / do%: 0.75 2025-02-16 17:12:48,995 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:48,995 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.6000000000000005 2025-02-16 17:12:48,995 - card_creation - INFO - Triple: 0 / rem xbh: 1.6 2025-02-16 17:12:48,995 - card_creation - INFO - raw hr chances: 1.6 2025-02-16 17:12:48,995 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.6 2025-02-16 17:12:48,995 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,996 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:48,996 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:48,996 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.1500000000000004 2025-02-16 17:12:48,996 - card_creation - INFO - Triple: 0 / rem xbh: 2.15 2025-02-16 17:12:48,996 - card_creation - INFO - raw hr chances: 2.15 2025-02-16 17:12:48,996 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.15 2025-02-16 17:12:48,996 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,996 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.3 2025-02-16 17:12:48,996 - card_creation - INFO - self.hbp: 0 / self.walk: 13.3 2025-02-16 17:12:48,996 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 8.65 2025-02-16 17:12:48,996 - card_creation - INFO - self.hbp: 3.0 / self.walk: 5.65 2025-02-16 17:12:48,996 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 0 / BB: 13.3 / Total Chances: 63.85 2025-02-16 17:12:48,996 - card_creation - INFO - vR: All other OB: 8.65 / HBP: 3.0 / BB: 5.65 / Total Chances: 55.75 2025-02-16 17:12:48,996 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-16 17:12:48,996 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 17.299999999999997 / Current Outs: 46.3 2025-02-16 17:12:48,996 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,996 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,996 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,996 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,996 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,996 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,997 - card_creation - INFO - vL - All Hits: 15.7 / Other OB: 10.35 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:48,997 - card_creation - INFO - vR - All Hits: 23.55 / Other OB: 21.85 / All Outs: 62.5 / Total: 29.0 2025-02-16 17:12:48,997 - card_creation - INFO - remaining singles: -0.3000000000000007 / total xbh: 4.300000000000001 2025-02-16 17:12:48,997 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 11.0 2025-02-16 17:12:48,997 - card_creation - INFO - vL: All Hits: 15.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:48,997 - card_creation - INFO - vR: All Hits: 23.55 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:48,997 - card_creation - INFO - hr%: 0.60 / tr%: 0.00 / do%: 0.40 2025-02-16 17:12:48,997 - card_creation - INFO - raw do chances: 1.7 2025-02-16 17:12:48,997 - card_creation - INFO - Double**: 1.7 / Double(cf): 0.0 / rem xbh: 2.6000000000000005 2025-02-16 17:12:48,997 - card_creation - INFO - Triple: 0 / rem xbh: 2.6 2025-02-16 17:12:48,997 - card_creation - INFO - raw hr chances: 2.6 2025-02-16 17:12:48,997 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.6 2025-02-16 17:12:48,997 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,997 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:48,997 - card_creation - INFO - raw do chances: 6.05 2025-02-16 17:12:48,997 - card_creation - INFO - Double**: 6.05 / Double(cf): 0.0 / rem xbh: 4.95 2025-02-16 17:12:48,997 - card_creation - INFO - Triple: 0 / rem xbh: 4.95 2025-02-16 17:12:48,997 - card_creation - INFO - raw hr chances: 4.95 2025-02-16 17:12:48,997 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.95 2025-02-16 17:12:48,997 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,997 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.35 2025-02-16 17:12:48,997 - card_creation - INFO - self.hbp: 0 / self.walk: 10.35 2025-02-16 17:12:48,997 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 21.85 2025-02-16 17:12:48,997 - card_creation - INFO - self.hbp: 1.0 / self.walk: 20.85 2025-02-16 17:12:48,997 - card_creation - INFO - vL: All other OB: 10.35 / HBP: 0 / BB: 10.35 / Total Chances: 55.05 2025-02-16 17:12:48,997 - card_creation - INFO - vR: All other OB: 21.85 / HBP: 1.0 / BB: 20.85 / Total Chances: 74.4 2025-02-16 17:12:48,997 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 32.6 / Current Outs: 61.6 2025-02-16 17:12:48,997 - card_creation - INFO - vR: All Outs: 62.5 / Ks: 10.099999999999998 / Current Outs: 39.1 2025-02-16 17:12:48,997 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,997 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,998 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,998 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,998 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,998 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,998 - card_creation - INFO - vL - All Hits: 29.7 / Other OB: 2.75 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:48,998 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 20.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:48,998 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.5000000000000018 2025-02-16 17:12:48,998 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 1.0 2025-02-16 17:12:48,998 - card_creation - INFO - vL: All Hits: 29.7 / BP Singles: 5.0 / Single 2: 11.6 / Single 1: 11.6 / Single CF: 0 2025-02-16 17:12:48,998 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:48,998 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:48,998 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,998 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5000000000000018 2025-02-16 17:12:48,998 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:48,998 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:48,998 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:48,998 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:48,998 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:48,998 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:48,998 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 17:12:48,999 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:48,999 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:48,999 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:48,999 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:48,999 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:48,999 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:48,999 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 20.45 2025-02-16 17:12:48,999 - card_creation - INFO - self.hbp: 1.0 / self.walk: 19.45 2025-02-16 17:12:48,999 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 61.95 2025-02-16 17:12:48,999 - card_creation - INFO - vR: All other OB: 20.45 / HBP: 1.0 / BB: 19.45 / Total Chances: 59.25 2025-02-16 17:12:48,999 - card_creation - INFO - vL: All Outs: 75.5 / Ks: 29.199999999999996 / Current Outs: 58.2 2025-02-16 17:12:48,999 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 5.500000000000002 / Current Outs: 34.5 2025-02-16 17:12:48,999 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:48,999 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:48,999 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:48,999 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:48,999 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:48,999 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:48,999 - card_creation - INFO - vL - All Hits: 10.25 / Other OB: 5.7 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:49,000 - card_creation - INFO - vR - All Hits: 7.45 / Other OB: 14.05 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:49,000 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 4.050000000000001 2025-02-16 17:12:49,000 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.55 2025-02-16 17:12:49,000 - card_creation - INFO - vL: All Hits: 10.25 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:49,000 - card_creation - INFO - vR: All Hits: 7.45 / BP Singles: 0.0 / Single 2: 1.95 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:49,000 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:49,000 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:49,000 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.9500000000000006 2025-02-16 17:12:49,000 - card_creation - INFO - Triple: 0 / rem xbh: 1.95 2025-02-16 17:12:49,000 - card_creation - INFO - raw hr chances: 1.95 2025-02-16 17:12:49,000 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,000 - card_creation - INFO - excess xbh: -0.050000000000000044 2025-02-16 17:12:49,000 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:49,000 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:49,000 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 0.34999999999999964 2025-02-16 17:12:49,000 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:49,000 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:49,000 - card_creation - INFO - BP HR: 0 / ND HR: 0.35 2025-02-16 17:12:49,000 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,000 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:49,000 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:49,000 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 14.05 2025-02-16 17:12:49,000 - card_creation - INFO - self.hbp: 2.0 / self.walk: 12.05 2025-02-16 17:12:49,000 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 45.0 2025-02-16 17:12:49,000 - card_creation - INFO - vR: All other OB: 14.05 / HBP: 2.0 / BB: 12.05 / Total Chances: 50.5 2025-02-16 17:12:49,000 - card_creation - INFO - vL: All Outs: 92.0 / Ks: 14.25 / Current Outs: 43.25 2025-02-16 17:12:49,000 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 16.9 / Current Outs: 45.9 2025-02-16 17:12:49,000 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,000 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,000 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,000 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,000 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,000 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,001 - card_creation - INFO - vL - All Hits: 14.65 / Other OB: 10.75 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:49,001 - card_creation - INFO - vR - All Hits: 17.85 / Other OB: 5.1 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:49,001 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.15 2025-02-16 17:12:49,001 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.800000000000001 2025-02-16 17:12:49,001 - card_creation - INFO - vL: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:49,001 - card_creation - INFO - vR: All Hits: 17.85 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:49,001 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:49,001 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:49,001 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 1.4000000000000004 2025-02-16 17:12:49,001 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:49,001 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:49,001 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.4 2025-02-16 17:12:49,001 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,001 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,002 - card_creation - INFO - raw do chances: 6.25 2025-02-16 17:12:49,002 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 1.5500000000000007 2025-02-16 17:12:49,002 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:49,002 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:49,002 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 17:12:49,002 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,002 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.75 2025-02-16 17:12:49,002 - card_creation - INFO - self.hbp: 0 / self.walk: 10.75 2025-02-16 17:12:49,002 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:49,002 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:49,002 - card_creation - INFO - vL: All other OB: 10.75 / HBP: 0 / BB: 10.75 / Total Chances: 54.4 2025-02-16 17:12:49,002 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 51.95 2025-02-16 17:12:49,002 - card_creation - INFO - vL: All Outs: 82.5 / Ks: 20.2 / Current Outs: 49.2 2025-02-16 17:12:49,002 - card_creation - INFO - vR: All Outs: 85.0 / Ks: 28.85 / Current Outs: 57.85 2025-02-16 17:12:49,002 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,002 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,002 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,002 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,002 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,002 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,003 - card_creation - INFO - vL - All Hits: 7.8 / Other OB: 6.5 / All Outs: 93.5 / Total: 29.0 2025-02-16 17:12:49,003 - card_creation - INFO - vR - All Hits: 28.3 / Other OB: 0.0 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:49,003 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 6.4 2025-02-16 17:12:49,003 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.9999999999999982 2025-02-16 17:12:49,003 - card_creation - INFO - vL: All Hits: 7.8 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.4 / Single CF: 0 2025-02-16 17:12:49,003 - card_creation - INFO - vR: All Hits: 28.3 / BP Singles: 5.0 / Single 2: 11.15 / Single 1: 11.15 / Single CF: 0 2025-02-16 17:12:49,003 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:49,003 - card_creation - INFO - raw do chances: 3.9 2025-02-16 17:12:49,003 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 2.5000000000000004 2025-02-16 17:12:49,003 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:49,003 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:49,003 - card_creation - INFO - BP HR: 1.0 / ND HR: 1.5 2025-02-16 17:12:49,003 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,003 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,003 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,003 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.9999999999999982 2025-02-16 17:12:49,003 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:49,003 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:49,003 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,003 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,003 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.5 2025-02-16 17:12:49,003 - card_creation - INFO - self.hbp: 0 / self.walk: 6.5 2025-02-16 17:12:49,003 - card_creation - INFO - vL: All other OB: 6.5 / HBP: 0 / BB: 6.5 / Total Chances: 43.3 2025-02-16 17:12:49,003 - card_creation - INFO - vR: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 57.3 2025-02-16 17:12:49,003 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 62.45 / Current Outs: 91.45 2025-02-16 17:12:49,003 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 15.95 / Current Outs: 44.95 2025-02-16 17:12:49,003 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,003 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,003 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,003 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,003 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,003 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,004 - card_creation - INFO - vL - All Hits: 27.4 / Other OB: 12.1 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:49,004 - card_creation - INFO - vR - All Hits: 10.3 / Other OB: 8.85 / All Outs: 89.0 / Total: 29.0 2025-02-16 17:12:49,004 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.849999999999998 2025-02-16 17:12:49,004 - card_creation - INFO - remaining singles: 0.9500000000000002 / total xbh: 5.300000000000001 2025-02-16 17:12:49,004 - card_creation - INFO - vL: All Hits: 27.4 / BP Singles: 5.0 / Single 2: 6.8 / Single 1: 6.75 / Single CF: 0 2025-02-16 17:12:49,004 - card_creation - INFO - vR: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:49,004 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:49,004 - card_creation - INFO - raw do chances: 6.65 2025-02-16 17:12:49,004 - card_creation - INFO - Double**: 6.65 / Double(cf): 0.0 / rem xbh: 2.1999999999999975 2025-02-16 17:12:49,004 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:49,004 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:49,004 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:49,004 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,004 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:49,004 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:49,004 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 2.0500000000000007 2025-02-16 17:12:49,004 - card_creation - INFO - Triple: 0 / rem xbh: 2.05 2025-02-16 17:12:49,004 - card_creation - INFO - raw hr chances: 2.05 2025-02-16 17:12:49,004 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.05 2025-02-16 17:12:49,005 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,005 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.1 2025-02-16 17:12:49,005 - card_creation - INFO - self.hbp: 0 / self.walk: 12.1 2025-02-16 17:12:49,005 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 8.85 2025-02-16 17:12:49,005 - card_creation - INFO - self.hbp: 4.0 / self.walk: 4.85 2025-02-16 17:12:49,005 - card_creation - INFO - vL: All other OB: 12.1 / HBP: 0 / BB: 12.1 / Total Chances: 68.5 2025-02-16 17:12:49,005 - card_creation - INFO - vR: All other OB: 8.85 / HBP: 4.0 / BB: 4.85 / Total Chances: 48.15 2025-02-16 17:12:49,005 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 24.849999999999998 / Current Outs: 53.85 2025-02-16 17:12:49,005 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 13.100000000000001 / Current Outs: 42.1 2025-02-16 17:12:49,005 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,005 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,005 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,005 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,005 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,005 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,006 - card_creation - INFO - vL - All Hits: 32.8 / Other OB: 4.2 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:49,006 - card_creation - INFO - vR - All Hits: 14.65 / Other OB: 14.65 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:49,006 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.599999999999996 2025-02-16 17:12:49,006 - card_creation - INFO - remaining singles: -0.04999999999999938 / total xbh: 2.3000000000000007 2025-02-16 17:12:49,006 - card_creation - INFO - vL: All Hits: 32.8 / BP Singles: 5.0 / Single 2: 10.1 / Single 1: 10.1 / Single CF: 0 2025-02-16 17:12:49,006 - card_creation - INFO - vR: All Hits: 14.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.6 / Single CF: 0 2025-02-16 17:12:49,006 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:49,006 - card_creation - INFO - raw do chances: 7.2 2025-02-16 17:12:49,006 - card_creation - INFO - Double**: 7.2 / Double(cf): 0.0 / rem xbh: 0.3999999999999959 2025-02-16 17:12:49,006 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:49,006 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:49,006 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,006 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:49,006 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:49,006 - card_creation - INFO - hr%: 0.60 / tr%: 0.20 / do%: 0.20 2025-02-16 17:12:49,006 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,006 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 17:12:49,006 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:49,006 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:49,006 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:49,006 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,006 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:49,006 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:49,006 - card_creation - INFO - hbp value candidate: 6.0 / all_other_ob: 14.65 2025-02-16 17:12:49,006 - card_creation - INFO - self.hbp: 6.0 / self.walk: 8.65 2025-02-16 17:12:49,006 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 66.0 2025-02-16 17:12:49,006 - card_creation - INFO - vR: All other OB: 14.65 / HBP: 6.0 / BB: 8.65 / Total Chances: 58.3 2025-02-16 17:12:49,006 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 15.749999999999998 / Current Outs: 44.75 2025-02-16 17:12:49,006 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 31.3 / Current Outs: 60.3 2025-02-16 17:12:49,006 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,006 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,006 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:49,007 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:49,007 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,007 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,007 - card_creation - INFO - vL - All Hits: 37.1 / Other OB: 10.0 / All Outs: 61.0 / Total: 29.0 2025-02-16 17:12:49,007 - card_creation - INFO - vR - All Hits: 17.7 / Other OB: 8.7 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:49,007 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.9 2025-02-16 17:12:49,007 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.449999999999999 2025-02-16 17:12:49,007 - card_creation - INFO - vL: All Hits: 37.1 / BP Singles: 5.0 / Single 2: 12.6 / Single 1: 12.6 / Single CF: 0 2025-02-16 17:12:49,007 - card_creation - INFO - vR: All Hits: 17.7 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 17:12:49,007 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,007 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:49,007 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 1.2000000000000002 2025-02-16 17:12:49,007 - card_creation - INFO - Triple: 0 / rem xbh: 1.2 2025-02-16 17:12:49,007 - card_creation - INFO - raw hr chances: 1.2 2025-02-16 17:12:49,007 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,007 - card_creation - INFO - excess xbh: 0.19999999999999996 2025-02-16 17:12:49,007 - card_creation - INFO - Passing 0.19999999999999996 xbh to double** 2025-02-16 17:12:49,008 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:49,008 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:49,008 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 5.549999999999999 2025-02-16 17:12:49,008 - card_creation - INFO - Triple: 0 / rem xbh: 5.55 2025-02-16 17:12:49,008 - card_creation - INFO - raw hr chances: 5.55 2025-02-16 17:12:49,008 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.55 2025-02-16 17:12:49,008 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,008 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.0 2025-02-16 17:12:49,008 - card_creation - INFO - self.hbp: 0 / self.walk: 10.0 2025-02-16 17:12:49,008 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 8.7 2025-02-16 17:12:49,008 - card_creation - INFO - self.hbp: 2.0 / self.walk: 6.7 2025-02-16 17:12:49,008 - card_creation - INFO - vL: All other OB: 10.0 / HBP: 0 / BB: 10.0 / Total Chances: 76.1 2025-02-16 17:12:49,008 - card_creation - INFO - vR: All other OB: 8.7 / HBP: 2.0 / BB: 6.7 / Total Chances: 55.4 2025-02-16 17:12:49,008 - card_creation - INFO - vL: All Outs: 61.0 / Ks: 13.95 / Current Outs: 42.95 2025-02-16 17:12:49,008 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 33.25 / Current Outs: 62.25 2025-02-16 17:12:49,008 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:49,008 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:49,008 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,008 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,008 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,008 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,009 - card_creation - INFO - vL - All Hits: 13.1 / Other OB: 13.2 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:49,009 - card_creation - INFO - vR - All Hits: 5.4 / Other OB: 4.2 / All Outs: 98.5 / Total: 29.0 2025-02-16 17:12:49,009 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.1000000000000005 2025-02-16 17:12:49,009 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 2.1500000000000004 2025-02-16 17:12:49,009 - card_creation - INFO - vL: All Hits: 13.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.8 / Single CF: 0 2025-02-16 17:12:49,009 - card_creation - INFO - vR: All Hits: 5.4 / BP Singles: 0.0 / Single 2: 1.65 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:49,009 - card_creation - INFO - hr%: 0.50 / tr%: 0.25 / do%: 0.25 2025-02-16 17:12:49,009 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,009 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.1000000000000005 2025-02-16 17:12:49,009 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:49,009 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:49,009 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,009 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:49,009 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-16 17:12:49,009 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:49,009 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:49,009 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 0.7500000000000004 2025-02-16 17:12:49,009 - card_creation - INFO - Triple: 0 / rem xbh: 0.75 2025-02-16 17:12:49,009 - card_creation - INFO - raw hr chances: 0.75 2025-02-16 17:12:49,009 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,009 - card_creation - INFO - excess xbh: 0.75 2025-02-16 17:12:49,009 - card_creation - INFO - Passing 0.75 xbh to double** 2025-02-16 17:12:49,009 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.2 2025-02-16 17:12:49,009 - card_creation - INFO - self.hbp: 0 / self.walk: 13.2 2025-02-16 17:12:49,009 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:49,009 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:49,009 - card_creation - INFO - vL: All other OB: 13.2 / HBP: 0 / BB: 13.2 / Total Chances: 55.3 2025-02-16 17:12:49,009 - card_creation - INFO - vR: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 38.6 2025-02-16 17:12:49,009 - card_creation - INFO - vL: All Outs: 81.5 / Ks: 32.75000000000001 / Current Outs: 61.75 2025-02-16 17:12:49,009 - card_creation - INFO - vR: All Outs: 98.5 / Ks: 25.75 / Current Outs: 54.75 2025-02-16 17:12:49,010 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,010 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,010 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,010 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,010 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,010 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,010 - card_creation - INFO - vL - All Hits: 21.7 / Other OB: 5.7 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:49,010 - card_creation - INFO - vR - All Hits: 26.0 / Other OB: 3.75 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:49,010 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 7.199999999999999 2025-02-16 17:12:49,010 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 7.849999999999998 2025-02-16 17:12:49,010 - card_creation - INFO - vL: All Hits: 21.7 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:49,010 - card_creation - INFO - vR: All Hits: 26.0 / BP Singles: 5.0 / Single 2: 6.55 / Single 1: 6.6 / Single CF: 0 2025-02-16 17:12:49,010 - card_creation - INFO - hr%: 0.15 / tr%: 0.35 / do%: 0.55 2025-02-16 17:12:49,011 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:49,011 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 2.999999999999999 2025-02-16 17:12:49,011 - card_creation - INFO - Triple: 1.1 / rem xbh: 1.9 2025-02-16 17:12:49,011 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:49,011 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,011 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 17:12:49,011 - card_creation - INFO - hr%: 0.20 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:49,011 - card_creation - INFO - raw do chances: 6.3 2025-02-16 17:12:49,011 - card_creation - INFO - Double**: 6.3 / Double(cf): 0.0 / rem xbh: 1.549999999999998 2025-02-16 17:12:49,011 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:49,011 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:49,011 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,011 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 17:12:49,011 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.7 2025-02-16 17:12:49,011 - card_creation - INFO - self.hbp: 0 / self.walk: 5.7 2025-02-16 17:12:49,011 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 3.75 2025-02-16 17:12:49,011 - card_creation - INFO - self.hbp: 1.0 / self.walk: 2.75 2025-02-16 17:12:49,011 - card_creation - INFO - vL: All other OB: 5.7 / HBP: 0 / BB: 5.7 / Total Chances: 56.5 2025-02-16 17:12:49,011 - card_creation - INFO - vR: All other OB: 3.75 / HBP: 1.0 / BB: 2.75 / Total Chances: 59.2 2025-02-16 17:12:49,011 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 25.25 / Current Outs: 54.25 2025-02-16 17:12:49,011 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 14.2 / Current Outs: 43.2 2025-02-16 17:12:49,011 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,011 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,011 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,011 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,011 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,011 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,012 - card_creation - INFO - vL - All Hits: 18.45 / Other OB: 11.6 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:49,012 - card_creation - INFO - vR - All Hits: 15.5 / Other OB: 7.2 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:49,012 - card_creation - INFO - remaining singles: 0.0 / total xbh: 1.9499999999999993 2025-02-16 17:12:49,012 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.25 2025-02-16 17:12:49,012 - card_creation - INFO - vL: All Hits: 18.45 / BP Singles: 5.0 / Single 2: 5.75 / Single 1: 5.75 / Single CF: 0 2025-02-16 17:12:49,012 - card_creation - INFO - vR: All Hits: 15.5 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.55 / Single CF: 0 2025-02-16 17:12:49,012 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,012 - card_creation - INFO - raw do chances: 1.95 2025-02-16 17:12:49,012 - card_creation - INFO - Double**: 1.95 / Double(cf): 0.0 / rem xbh: -6.661338147750939e-16 2025-02-16 17:12:49,012 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:49,012 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:49,012 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,012 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,012 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:49,012 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:49,012 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.85 2025-02-16 17:12:49,012 - card_creation - INFO - Triple: 0 / rem xbh: 1.85 2025-02-16 17:12:49,012 - card_creation - INFO - raw hr chances: 1.85 2025-02-16 17:12:49,012 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.85 2025-02-16 17:12:49,012 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,012 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 11.6 2025-02-16 17:12:49,012 - card_creation - INFO - self.hbp: 2.0 / self.walk: 9.6 2025-02-16 17:12:49,012 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.2 2025-02-16 17:12:49,012 - card_creation - INFO - self.hbp: 0 / self.walk: 7.2 2025-02-16 17:12:49,012 - card_creation - INFO - vL: All other OB: 11.6 / HBP: 2.0 / BB: 9.6 / Total Chances: 59.05 2025-02-16 17:12:49,012 - card_creation - INFO - vR: All other OB: 7.2 / HBP: 0 / BB: 7.2 / Total Chances: 51.7 2025-02-16 17:12:49,012 - card_creation - INFO - vL: All Outs: 78.0 / Ks: 65.35000000000001 / Current Outs: 94.35 2025-02-16 17:12:49,012 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 43.75 / Current Outs: 72.75 2025-02-16 17:12:49,012 - card_creation - INFO - Remaining outs: -16.400000000000006 2025-02-16 17:12:49,012 - card_creation - INFO - Passing -16.400000000000006 outs to strikeouts 2025-02-16 17:12:49,012 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,012 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,013 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,013 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,013 - card_creation - INFO - vL - All Hits: 42.9 / Other OB: 15.45 / All Outs: 49.5 / Total: 29.0 2025-02-16 17:12:49,013 - card_creation - INFO - vR - All Hits: 10.3 / Other OB: 2.1 / All Outs: 95.5 / Total: 29.0 2025-02-16 17:12:49,013 - card_creation - INFO - remaining singles: -3.552713678800501e-15 / total xbh: 10.1 2025-02-16 17:12:49,013 - card_creation - INFO - remaining singles: 0.40000000000000036 / total xbh: 5.300000000000001 2025-02-16 17:12:49,013 - card_creation - INFO - vL: All Hits: 42.9 / BP Singles: 5.0 / Single 2: 13.9 / Single 1: 0.0 / Single CF: 13.9 2025-02-16 17:12:49,013 - card_creation - INFO - vR: All Hits: 10.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:49,013 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:49,013 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:49,013 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.5 / rem xbh: 7.6 2025-02-16 17:12:49,013 - card_creation - INFO - Triple: 0 / rem xbh: 7.6 2025-02-16 17:12:49,013 - card_creation - INFO - raw hr chances: 7.6 2025-02-16 17:12:49,013 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.6 2025-02-16 17:12:49,013 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,013 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:49,013 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:49,013 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 1.1000000000000005 2025-02-16 17:12:49,013 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:49,014 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:49,014 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 17:12:49,014 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,014 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.45 2025-02-16 17:12:49,014 - card_creation - INFO - self.hbp: 0 / self.walk: 15.45 2025-02-16 17:12:49,014 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.1 2025-02-16 17:12:49,014 - card_creation - INFO - self.hbp: 0 / self.walk: 2.1 2025-02-16 17:12:49,014 - card_creation - INFO - vL: All other OB: 15.45 / HBP: 0 / BB: 15.45 / Total Chances: 87.35 2025-02-16 17:12:49,014 - card_creation - INFO - vR: All other OB: 2.1 / HBP: 0 / BB: 2.1 / Total Chances: 41.4 2025-02-16 17:12:49,014 - card_creation - INFO - vL: All Outs: 49.5 / Ks: 15.5 / Current Outs: 44.5 2025-02-16 17:12:49,014 - card_creation - INFO - vR: All Outs: 95.5 / Ks: 32.85 / Current Outs: 61.85 2025-02-16 17:12:49,014 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:49,014 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:49,014 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,014 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,014 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,014 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,014 - card_creation - INFO - vL - All Hits: 8.4 / Other OB: 5.1 / All Outs: 94.5 / Total: 29.0 2025-02-16 17:12:49,014 - card_creation - INFO - vR - All Hits: 19.45 / Other OB: 18.3 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:49,015 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 1.5 2025-02-16 17:12:49,015 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 16.650000000000002 2025-02-16 17:12:49,015 - card_creation - INFO - vL: All Hits: 8.4 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:49,015 - card_creation - INFO - vR: All Hits: 19.45 / BP Singles: 0.0 / Single 2: 1.4 / Single 1: 0.0 / Single CF: 1.4 2025-02-16 17:12:49,015 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 17:12:49,015 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,015 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.5 2025-02-16 17:12:49,015 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:49,015 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:49,015 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,015 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:49,015 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:49,015 - card_creation - INFO - raw do chances: 12.5 2025-02-16 17:12:49,015 - card_creation - INFO - Double**: 0.0 / Double(cf): 12.5 / rem xbh: 4.150000000000002 2025-02-16 17:12:49,015 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 17:12:49,015 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:49,015 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.15 2025-02-16 17:12:49,015 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,015 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.1 2025-02-16 17:12:49,015 - card_creation - INFO - self.hbp: 0 / self.walk: 5.1 2025-02-16 17:12:49,015 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.3 2025-02-16 17:12:49,015 - card_creation - INFO - self.hbp: 0 / self.walk: 18.3 2025-02-16 17:12:49,015 - card_creation - INFO - vL: All other OB: 5.1 / HBP: 0 / BB: 5.1 / Total Chances: 43.0 2025-02-16 17:12:49,015 - card_creation - INFO - vR: All other OB: 18.3 / HBP: 0 / BB: 18.3 / Total Chances: 66.75 2025-02-16 17:12:49,015 - card_creation - INFO - vL: All Outs: 94.5 / Ks: 27.85 / Current Outs: 56.85 2025-02-16 17:12:49,015 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 23.649999999999995 / Current Outs: 52.65 2025-02-16 17:12:49,015 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,015 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,015 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,015 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,015 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,015 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,016 - card_creation - INFO - vL - All Hits: 29.0 / Other OB: 6.25 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:49,016 - card_creation - INFO - vR - All Hits: 18.15 / Other OB: 3.25 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:49,016 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.799999999999999 2025-02-16 17:12:49,016 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 8.499999999999998 2025-02-16 17:12:49,016 - card_creation - INFO - vL: All Hits: 29.0 / BP Singles: 5.0 / Single 2: 8.1 / Single 1: 8.1 / Single CF: 0 2025-02-16 17:12:49,016 - card_creation - INFO - vR: All Hits: 18.15 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:49,016 - card_creation - INFO - hr%: 0.10 / tr%: 0.10 / do%: 0.80 2025-02-16 17:12:49,016 - card_creation - INFO - raw do chances: 6.25 2025-02-16 17:12:49,016 - card_creation - INFO - Double**: 6.25 / Double(cf): 0.0 / rem xbh: 1.549999999999999 2025-02-16 17:12:49,016 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:49,016 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:49,016 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,016 - card_creation - INFO - excess xbh: -0.44999999999999996 2025-02-16 17:12:49,016 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:49,016 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:49,016 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.799999999999998 2025-02-16 17:12:49,016 - card_creation - INFO - Triple: 0 / rem xbh: 2.8 2025-02-16 17:12:49,016 - card_creation - INFO - raw hr chances: 2.8 2025-02-16 17:12:49,016 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.8 2025-02-16 17:12:49,016 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,016 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.25 2025-02-16 17:12:49,016 - card_creation - INFO - self.hbp: 0 / self.walk: 6.25 2025-02-16 17:12:49,016 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.25 2025-02-16 17:12:49,016 - card_creation - INFO - self.hbp: 0 / self.walk: 3.25 2025-02-16 17:12:49,016 - card_creation - INFO - vL: All other OB: 6.25 / HBP: 0 / BB: 6.25 / Total Chances: 64.7 2025-02-16 17:12:49,016 - card_creation - INFO - vR: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 50.4 2025-02-16 17:12:49,016 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 17:12:49,016 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 33.7 / Current Outs: 62.7 2025-02-16 17:12:49,017 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:49,017 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:49,017 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,017 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,017 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,017 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,017 - card_creation - INFO - vL - All Hits: 18.95 / Other OB: 4.2 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:49,017 - card_creation - INFO - vR - All Hits: 15.0 / Other OB: 17.55 / All Outs: 75.5 / Total: 29.0 2025-02-16 17:12:49,017 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 11.349999999999998 2025-02-16 17:12:49,017 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 4.050000000000001 2025-02-16 17:12:49,017 - card_creation - INFO - vL: All Hits: 18.95 / BP Singles: 5.0 / Single 2: 1.35 / Single 1: 1.25 / Single CF: 0 2025-02-16 17:12:49,017 - card_creation - INFO - vR: All Hits: 15.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:49,017 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:49,017 - card_creation - INFO - raw do chances: 10.2 2025-02-16 17:12:49,018 - card_creation - INFO - Double**: 10.2 / Double(cf): 0.0 / rem xbh: 1.1499999999999986 2025-02-16 17:12:49,018 - card_creation - INFO - Triple: 0 / rem xbh: 1.15 2025-02-16 17:12:49,018 - card_creation - INFO - raw hr chances: 1.15 2025-02-16 17:12:49,018 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,018 - card_creation - INFO - excess xbh: 0.1499999999999999 2025-02-16 17:12:49,018 - card_creation - INFO - Passing 0.1499999999999999 xbh to double** 2025-02-16 17:12:49,018 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.90 2025-02-16 17:12:49,018 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:49,018 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 0.3000000000000007 2025-02-16 17:12:49,018 - card_creation - INFO - Triple: 0 / rem xbh: 0.3 2025-02-16 17:12:49,018 - card_creation - INFO - raw hr chances: 0.3 2025-02-16 17:12:49,018 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,018 - card_creation - INFO - excess xbh: 0.3 2025-02-16 17:12:49,018 - card_creation - INFO - Passing 0.3 xbh to double** 2025-02-16 17:12:49,018 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:49,018 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:49,018 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 17.55 2025-02-16 17:12:49,018 - card_creation - INFO - self.hbp: 3.0 / self.walk: 14.55 2025-02-16 17:12:49,018 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 52.15 2025-02-16 17:12:49,018 - card_creation - INFO - vR: All other OB: 17.55 / HBP: 3.0 / BB: 14.55 / Total Chances: 61.55 2025-02-16 17:12:49,018 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 32.75 / Current Outs: 61.75 2025-02-16 17:12:49,018 - card_creation - INFO - vR: All Outs: 75.5 / Ks: 23.399999999999995 / Current Outs: 52.4 2025-02-16 17:12:49,018 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,018 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,018 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,018 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,018 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,018 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,019 - card_creation - INFO - vL - All Hits: 24.15 / Other OB: 7.1 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:49,019 - card_creation - INFO - vR - All Hits: 20.95 / Other OB: 5.7 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:49,019 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 8.349999999999998 2025-02-16 17:12:49,019 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 6.449999999999999 2025-02-16 17:12:49,019 - card_creation - INFO - vL: All Hits: 24.15 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,019 - card_creation - INFO - vR: All Hits: 20.95 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:49,019 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:49,019 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:49,019 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 3.599999999999998 2025-02-16 17:12:49,019 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 17:12:49,019 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 17:12:49,019 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.6 2025-02-16 17:12:49,019 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,019 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:49,019 - card_creation - INFO - raw do chances: 3.6 2025-02-16 17:12:49,019 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.849999999999999 2025-02-16 17:12:49,019 - card_creation - INFO - Triple: 0 / rem xbh: 2.85 2025-02-16 17:12:49,019 - card_creation - INFO - raw hr chances: 2.85 2025-02-16 17:12:49,019 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.85 2025-02-16 17:12:49,019 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,019 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 7.1 2025-02-16 17:12:49,019 - card_creation - INFO - self.hbp: 1.0 / self.walk: 6.1 2025-02-16 17:12:49,019 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 5.7 2025-02-16 17:12:49,019 - card_creation - INFO - self.hbp: 3.0 / self.walk: 2.7 2025-02-16 17:12:49,019 - card_creation - INFO - vL: All other OB: 7.1 / HBP: 1.0 / BB: 6.1 / Total Chances: 60.25 2025-02-16 17:12:49,019 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 3.0 / BB: 2.7 / Total Chances: 55.65 2025-02-16 17:12:49,019 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 13.85 / Current Outs: 42.85 2025-02-16 17:12:49,019 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 17:12:49,019 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,019 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,020 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,020 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,020 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,020 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,020 - card_creation - INFO - vL - All Hits: 10.75 / Other OB: 6.85 / All Outs: 90.5 / Total: 29.0 2025-02-16 17:12:49,020 - card_creation - INFO - vR - All Hits: 25.75 / Other OB: 10.25 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:49,020 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.25 2025-02-16 17:12:49,020 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.25 2025-02-16 17:12:49,020 - card_creation - INFO - vL: All Hits: 10.75 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:49,020 - card_creation - INFO - vR: All Hits: 25.75 / BP Singles: 5.0 / Single 2: 6.75 / Single 1: 6.75 / Single CF: 0 2025-02-16 17:12:49,020 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:49,020 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,020 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.25 2025-02-16 17:12:49,020 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:49,020 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:49,020 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,020 - card_creation - INFO - excess xbh: 0.25 2025-02-16 17:12:49,020 - card_creation - INFO - Passing 0.25 xbh to single** 2025-02-16 17:12:49,020 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:49,020 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:49,021 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.05 2025-02-16 17:12:49,021 - card_creation - INFO - Triple: 0 / rem xbh: 3.05 2025-02-16 17:12:49,021 - card_creation - INFO - raw hr chances: 3.05 2025-02-16 17:12:49,021 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.05 2025-02-16 17:12:49,021 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,021 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.85 2025-02-16 17:12:49,021 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.85 2025-02-16 17:12:49,021 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.25 2025-02-16 17:12:49,021 - card_creation - INFO - self.hbp: 0 / self.walk: 10.25 2025-02-16 17:12:49,021 - card_creation - INFO - vL: All other OB: 6.85 / HBP: 1.0 / BB: 5.85 / Total Chances: 46.6 2025-02-16 17:12:49,021 - card_creation - INFO - vR: All other OB: 10.25 / HBP: 0 / BB: 10.25 / Total Chances: 65.0 2025-02-16 17:12:49,021 - card_creation - INFO - vL: All Outs: 90.5 / Ks: 31.1 / Current Outs: 60.1 2025-02-16 17:12:49,021 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 16.7 / Current Outs: 45.7 2025-02-16 17:12:49,021 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,021 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,021 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,021 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,021 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,021 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,022 - card_creation - INFO - vL - All Hits: 14.5 / Other OB: 21.45 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:49,022 - card_creation - INFO - vR - All Hits: 23.5 / Other OB: 18.2 / All Outs: 66.5 / Total: 29.0 2025-02-16 17:12:49,022 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 8.3 2025-02-16 17:12:49,022 - card_creation - INFO - remaining singles: -4.440892098500626e-16 / total xbh: 10.799999999999999 2025-02-16 17:12:49,022 - card_creation - INFO - vL: All Hits: 14.5 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:49,022 - card_creation - INFO - vR: All Hits: 23.5 / BP Singles: 5.0 / Single 2: 3.9 / Single 1: 0.0 / Single CF: 3.8 2025-02-16 17:12:49,022 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:49,022 - card_creation - INFO - raw do chances: 7.9 2025-02-16 17:12:49,022 - card_creation - INFO - Double**: 7.9 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 17:12:49,022 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:49,022 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:49,022 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,022 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:49,022 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:49,022 - card_creation - INFO - hr%: 0.50 / tr%: 0.05 / do%: 0.45 2025-02-16 17:12:49,022 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:49,022 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.1 / rem xbh: 5.699999999999999 2025-02-16 17:12:49,022 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-16 17:12:49,022 - card_creation - INFO - raw hr chances: 5.7 2025-02-16 17:12:49,022 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.7 2025-02-16 17:12:49,022 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,022 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 21.45 2025-02-16 17:12:49,022 - card_creation - INFO - self.hbp: 0 / self.walk: 21.45 2025-02-16 17:12:49,022 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 18.2 2025-02-16 17:12:49,022 - card_creation - INFO - self.hbp: 0 / self.walk: 18.2 2025-02-16 17:12:49,022 - card_creation - INFO - vL: All other OB: 21.45 / HBP: 0 / BB: 21.45 / Total Chances: 64.95 2025-02-16 17:12:49,022 - card_creation - INFO - vR: All other OB: 18.2 / HBP: 0 / BB: 18.2 / Total Chances: 70.7 2025-02-16 17:12:49,022 - card_creation - INFO - vL: All Outs: 72.0 / Ks: 20.5 / Current Outs: 49.5 2025-02-16 17:12:49,022 - card_creation - INFO - vR: All Outs: 66.5 / Ks: 18.75 / Current Outs: 47.75 2025-02-16 17:12:49,022 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,022 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,023 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,023 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,023 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,023 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,023 - card_creation - INFO - vL - All Hits: 14.85 / Other OB: 18.25 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:49,023 - card_creation - INFO - vR - All Hits: 17.4 / Other OB: 7.3 / All Outs: 83.5 / Total: 29.0 2025-02-16 17:12:49,023 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.4499999999999993 2025-02-16 17:12:49,023 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.799999999999997 2025-02-16 17:12:49,023 - card_creation - INFO - vL: All Hits: 14.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:49,023 - card_creation - INFO - vR: All Hits: 17.4 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.3 / Single CF: 0 2025-02-16 17:12:49,023 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,023 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:49,023 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 17:12:49,024 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:49,024 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:49,024 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,024 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:49,024 - card_creation - INFO - hr%: 0.20 / tr%: 0.35 / do%: 0.45 2025-02-16 17:12:49,024 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:49,024 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 3.099999999999997 2025-02-16 17:12:49,024 - card_creation - INFO - Triple: 1.2 / rem xbh: 1.9 2025-02-16 17:12:49,024 - card_creation - INFO - raw hr chances: 1.9 2025-02-16 17:12:49,024 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,024 - card_creation - INFO - excess xbh: -0.10000000000000009 2025-02-16 17:12:49,024 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 18.25 2025-02-16 17:12:49,024 - card_creation - INFO - self.hbp: 2.0 / self.walk: 16.25 2025-02-16 17:12:49,024 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.3 2025-02-16 17:12:49,024 - card_creation - INFO - self.hbp: 0 / self.walk: 7.3 2025-02-16 17:12:49,024 - card_creation - INFO - vL: All other OB: 18.25 / HBP: 2.0 / BB: 16.25 / Total Chances: 62.15 2025-02-16 17:12:49,024 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 53.8 2025-02-16 17:12:49,024 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 18.7 / Current Outs: 47.7 2025-02-16 17:12:49,024 - card_creation - INFO - vR: All Outs: 83.5 / Ks: 25.650000000000002 / Current Outs: 54.65 2025-02-16 17:12:49,024 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,024 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,024 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,024 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,024 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,024 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,025 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 26.5 / All Outs: 65.5 / Total: 29.0 2025-02-16 17:12:49,025 - card_creation - INFO - vR - All Hits: 26.05 / Other OB: 4.75 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:49,025 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 7.800000000000001 2025-02-16 17:12:49,025 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.850000000000003 2025-02-16 17:12:49,025 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 1.7 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:49,025 - card_creation - INFO - vR: All Hits: 26.05 / BP Singles: 5.0 / Single 2: 9.1 / Single 1: 9.1 / Single CF: 0 2025-02-16 17:12:49,025 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:49,025 - card_creation - INFO - raw do chances: 7.4 2025-02-16 17:12:49,025 - card_creation - INFO - Double**: 7.4 / Double(cf): 0.0 / rem xbh: 0.40000000000000036 2025-02-16 17:12:49,025 - card_creation - INFO - Triple: 0 / rem xbh: 0.4 2025-02-16 17:12:49,025 - card_creation - INFO - raw hr chances: 0.4 2025-02-16 17:12:49,025 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,025 - card_creation - INFO - excess xbh: 0.4 2025-02-16 17:12:49,025 - card_creation - INFO - Passing 0.4 xbh to double** 2025-02-16 17:12:49,025 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,025 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:49,025 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 0.4500000000000033 2025-02-16 17:12:49,025 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:49,025 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:49,025 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,025 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:49,025 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:49,025 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 26.5 2025-02-16 17:12:49,025 - card_creation - INFO - self.hbp: 0 / self.walk: 26.5 2025-02-16 17:12:49,025 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.75 2025-02-16 17:12:49,025 - card_creation - INFO - self.hbp: 0 / self.walk: 4.75 2025-02-16 17:12:49,025 - card_creation - INFO - vL: All other OB: 26.5 / HBP: 0 / BB: 26.5 / Total Chances: 71.7 2025-02-16 17:12:49,025 - card_creation - INFO - vR: All other OB: 4.75 / HBP: 0 / BB: 4.75 / Total Chances: 59.8 2025-02-16 17:12:49,026 - card_creation - INFO - vL: All Outs: 65.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 17:12:49,026 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 39.2 / Current Outs: 68.2 2025-02-16 17:12:49,026 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:49,026 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:49,026 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:49,026 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:49,026 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,026 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,026 - card_creation - INFO - vL - All Hits: 27.1 / Other OB: 13.35 / All Outs: 67.5 / Total: 29.0 2025-02-16 17:12:49,026 - card_creation - INFO - vR - All Hits: 9.8 / Other OB: 11.65 / All Outs: 86.5 / Total: 29.0 2025-02-16 17:12:49,026 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 10.650000000000002 2025-02-16 17:12:49,027 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 1.0 2025-02-16 17:12:49,027 - card_creation - INFO - vL: All Hits: 27.1 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.75 / Single CF: 0 2025-02-16 17:12:49,027 - card_creation - INFO - vR: All Hits: 9.8 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:49,027 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:49,027 - card_creation - INFO - raw do chances: 4.8 2025-02-16 17:12:49,027 - card_creation - INFO - Double**: 4.8 / Double(cf): 0.0 / rem xbh: 5.850000000000002 2025-02-16 17:12:49,027 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 17:12:49,027 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 17:12:49,027 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.8499999999999996 2025-02-16 17:12:49,027 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,027 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,027 - card_creation - INFO - raw do chances: 1.05 2025-02-16 17:12:49,027 - card_creation - INFO - Double**: 1.05 / Double(cf): 0.0 / rem xbh: -0.050000000000000044 2025-02-16 17:12:49,027 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:49,027 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:49,027 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,027 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:49,027 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 13.35 2025-02-16 17:12:49,027 - card_creation - INFO - self.hbp: 1.0 / self.walk: 12.35 2025-02-16 17:12:49,027 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 11.65 2025-02-16 17:12:49,027 - card_creation - INFO - self.hbp: 3.0 / self.walk: 8.65 2025-02-16 17:12:49,027 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 1.0 / BB: 12.35 / Total Chances: 69.45 2025-02-16 17:12:49,027 - card_creation - INFO - vR: All other OB: 11.65 / HBP: 3.0 / BB: 8.65 / Total Chances: 50.5 2025-02-16 17:12:49,027 - card_creation - INFO - vL: All Outs: 67.5 / Ks: 19.599999999999998 / Current Outs: 48.6 2025-02-16 17:12:49,027 - card_creation - INFO - vR: All Outs: 86.5 / Ks: 22.299999999999997 / Current Outs: 51.3 2025-02-16 17:12:49,027 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,027 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,027 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,027 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,027 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,027 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,028 - card_creation - INFO - vL - All Hits: 6.5 / Other OB: 7.95 / All Outs: 93.5 / Total: 29.0 2025-02-16 17:12:49,028 - card_creation - INFO - vR - All Hits: 15.35 / Other OB: 4.5 / All Outs: 88.0 / Total: 29.0 2025-02-16 17:12:49,028 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 2.2 2025-02-16 17:12:49,028 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 1.0999999999999996 2025-02-16 17:12:49,028 - card_creation - INFO - vL: All Hits: 6.5 / BP Singles: 0.0 / Single 2: 2.2 / Single 1: 2.1 / Single CF: 0 2025-02-16 17:12:49,028 - card_creation - INFO - vR: All Hits: 15.35 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:49,028 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,028 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:49,028 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: -0.04999999999999982 2025-02-16 17:12:49,028 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:49,028 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:49,028 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,028 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:49,028 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,028 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,028 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 17:12:49,029 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:49,029 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:49,029 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,029 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:49,029 - card_creation - INFO - Passing 0.10000000000000009 xbh to single** 2025-02-16 17:12:49,029 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.95 2025-02-16 17:12:49,029 - card_creation - INFO - self.hbp: 0 / self.walk: 7.95 2025-02-16 17:12:49,029 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:49,029 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:49,029 - card_creation - INFO - vL: All other OB: 7.95 / HBP: 0 / BB: 7.95 / Total Chances: 43.5 2025-02-16 17:12:49,029 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 48.85 2025-02-16 17:12:49,029 - card_creation - INFO - vL: All Outs: 93.5 / Ks: 31.999999999999996 / Current Outs: 61.0 2025-02-16 17:12:49,029 - card_creation - INFO - vR: All Outs: 88.0 / Ks: 24.45 / Current Outs: 53.45 2025-02-16 17:12:49,029 - card_creation - INFO - Remaining outs: -0.15000000000000568 2025-02-16 17:12:49,029 - card_creation - INFO - Passing -0.15000000000000568 outs to strikeouts 2025-02-16 17:12:49,029 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,029 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,029 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,029 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,029 - card_creation - INFO - vL - All Hits: 19.95 / Other OB: 6.2 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:49,030 - card_creation - INFO - vR - All Hits: 7.85 / Other OB: 8.05 / All Outs: 92.0 / Total: 29.0 2025-02-16 17:12:49,030 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 1.4999999999999991 2025-02-16 17:12:49,030 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 2.8499999999999996 2025-02-16 17:12:49,030 - card_creation - INFO - vL: All Hits: 19.95 / BP Singles: 5.0 / Single 2: 6.7 / Single 1: 6.75 / Single CF: 0 2025-02-16 17:12:49,030 - card_creation - INFO - vR: All Hits: 7.85 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:49,030 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,030 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,030 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.4999999999999991 2025-02-16 17:12:49,030 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:49,030 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:49,030 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,030 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:49,030 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:49,030 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:49,030 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 0.6499999999999995 2025-02-16 17:12:49,030 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:49,030 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:49,030 - card_creation - INFO - BP HR: 0 / ND HR: 0.65 2025-02-16 17:12:49,030 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,030 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.2 2025-02-16 17:12:49,030 - card_creation - INFO - self.hbp: 0 / self.walk: 6.2 2025-02-16 17:12:49,030 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.05 2025-02-16 17:12:49,030 - card_creation - INFO - self.hbp: 0 / self.walk: 8.05 2025-02-16 17:12:49,030 - card_creation - INFO - vL: All other OB: 6.2 / HBP: 0 / BB: 6.2 / Total Chances: 55.65 2025-02-16 17:12:49,030 - card_creation - INFO - vR: All other OB: 8.05 / HBP: 0 / BB: 8.05 / Total Chances: 44.9 2025-02-16 17:12:49,030 - card_creation - INFO - vL: All Outs: 82.0 / Ks: 21.75 / Current Outs: 50.75 2025-02-16 17:12:49,030 - card_creation - INFO - vR: All Outs: 92.0 / Ks: 64.9 / Current Outs: 93.9 2025-02-16 17:12:49,030 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,030 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,030 - card_creation - INFO - Remaining outs: -1.7999999999999972 2025-02-16 17:12:49,030 - card_creation - INFO - Passing -1.7999999999999972 outs to strikeouts 2025-02-16 17:12:49,030 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,030 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,031 - card_creation - INFO - vL - All Hits: 23.25 / Other OB: 11.8 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:49,031 - card_creation - INFO - vR - All Hits: 20.55 / Other OB: 15.95 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:49,031 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.749999999999998 2025-02-16 17:12:49,031 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.45 2025-02-16 17:12:49,031 - card_creation - INFO - vL: All Hits: 23.25 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,031 - card_creation - INFO - vR: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 2.55 / Single 1: 0.0 / Single CF: 2.55 2025-02-16 17:12:49,031 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,031 - card_creation - INFO - raw do chances: 3.9 2025-02-16 17:12:49,031 - card_creation - INFO - Double**: 3.9 / Double(cf): 0.0 / rem xbh: 3.8499999999999983 2025-02-16 17:12:49,031 - card_creation - INFO - Triple: 0 / rem xbh: 3.85 2025-02-16 17:12:49,031 - card_creation - INFO - raw hr chances: 3.85 2025-02-16 17:12:49,031 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.85 2025-02-16 17:12:49,031 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,031 - card_creation - INFO - hr%: 0.70 / tr%: 0.05 / do%: 0.25 2025-02-16 17:12:49,031 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:49,031 - card_creation - INFO - Double**: 0.0 / Double(cf): 2.7 / rem xbh: 7.749999999999999 2025-02-16 17:12:49,031 - card_creation - INFO - Triple: 0 / rem xbh: 7.75 2025-02-16 17:12:49,031 - card_creation - INFO - raw hr chances: 7.75 2025-02-16 17:12:49,031 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.75 2025-02-16 17:12:49,031 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,031 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.8 2025-02-16 17:12:49,031 - card_creation - INFO - self.hbp: 0 / self.walk: 11.8 2025-02-16 17:12:49,032 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.95 2025-02-16 17:12:49,032 - card_creation - INFO - self.hbp: 0 / self.walk: 15.95 2025-02-16 17:12:49,032 - card_creation - INFO - vL: All other OB: 11.8 / HBP: 0 / BB: 11.8 / Total Chances: 64.05 2025-02-16 17:12:49,032 - card_creation - INFO - vR: All other OB: 15.95 / HBP: 0 / BB: 15.95 / Total Chances: 65.5 2025-02-16 17:12:49,032 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 7.1499999999999995 / Current Outs: 36.15 2025-02-16 17:12:49,032 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 25.0 / Current Outs: 54.0 2025-02-16 17:12:49,032 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,032 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,032 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,032 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,032 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,032 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,032 - card_creation - INFO - vL - All Hits: 14.25 / Other OB: 2.75 / All Outs: 91.0 / Total: 29.0 2025-02-16 17:12:49,032 - card_creation - INFO - vR - All Hits: 17.35 / Other OB: 9.1 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:49,032 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 4.449999999999999 2025-02-16 17:12:49,033 - card_creation - INFO - remaining singles: 2.220446049250313e-16 / total xbh: 8.200000000000003 2025-02-16 17:12:49,033 - card_creation - INFO - vL: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:49,033 - card_creation - INFO - vR: All Hits: 17.35 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 1.95 / Single CF: 0 2025-02-16 17:12:49,033 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:49,033 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:49,033 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.2499999999999991 2025-02-16 17:12:49,033 - card_creation - INFO - Triple: 0 / rem xbh: 1.25 2025-02-16 17:12:49,033 - card_creation - INFO - raw hr chances: 1.25 2025-02-16 17:12:49,033 - card_creation - INFO - BP HR: 0 / ND HR: 1.25 2025-02-16 17:12:49,033 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,033 - card_creation - INFO - hr%: 0.65 / tr%: 0.05 / do%: 0.30 2025-02-16 17:12:49,033 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:49,033 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 5.700000000000003 2025-02-16 17:12:49,033 - card_creation - INFO - Triple: 0 / rem xbh: 5.7 2025-02-16 17:12:49,033 - card_creation - INFO - raw hr chances: 5.7 2025-02-16 17:12:49,033 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.7 2025-02-16 17:12:49,033 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,033 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:49,033 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:49,033 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.1 2025-02-16 17:12:49,033 - card_creation - INFO - self.hbp: 0 / self.walk: 9.1 2025-02-16 17:12:49,033 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 46.0 2025-02-16 17:12:49,033 - card_creation - INFO - vR: All other OB: 9.1 / HBP: 0 / BB: 9.1 / Total Chances: 55.45 2025-02-16 17:12:49,033 - card_creation - INFO - vL: All Outs: 91.0 / Ks: 21.2 / Current Outs: 50.2 2025-02-16 17:12:49,033 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 30.85 / Current Outs: 59.85 2025-02-16 17:12:49,033 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,033 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,033 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,033 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,033 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,033 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,034 - card_creation - INFO - vL - All Hits: 38.9 / Other OB: 4.2 / All Outs: 65.0 / Total: 29.0 2025-02-16 17:12:49,034 - card_creation - INFO - vR - All Hits: 14.25 / Other OB: 10.55 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:49,034 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.0 2025-02-16 17:12:49,034 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 4.850000000000001 2025-02-16 17:12:49,034 - card_creation - INFO - vL: All Hits: 38.9 / BP Singles: 5.0 / Single 2: 9.95 / Single 1: 0.0 / Single CF: 9.95 2025-02-16 17:12:49,034 - card_creation - INFO - vR: All Hits: 14.25 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:49,034 - card_creation - INFO - hr%: 0.35 / tr%: 0.05 / do%: 0.60 2025-02-16 17:12:49,034 - card_creation - INFO - raw do chances: 8.4 2025-02-16 17:12:49,034 - card_creation - INFO - Double**: 0.0 / Double(cf): 8.4 / rem xbh: 5.6 2025-02-16 17:12:49,034 - card_creation - INFO - Triple: 0 / rem xbh: 5.6 2025-02-16 17:12:49,034 - card_creation - INFO - raw hr chances: 5.6 2025-02-16 17:12:49,034 - card_creation - INFO - BP HR: 4.0 / ND HR: 1.6 2025-02-16 17:12:49,034 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,034 - card_creation - INFO - hr%: 0.30 / tr%: 0.05 / do%: 0.65 2025-02-16 17:12:49,034 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:49,034 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 1.6500000000000012 2025-02-16 17:12:49,034 - card_creation - INFO - Triple: 0 / rem xbh: 1.65 2025-02-16 17:12:49,034 - card_creation - INFO - raw hr chances: 1.65 2025-02-16 17:12:49,034 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,034 - card_creation - INFO - excess xbh: -0.3500000000000001 2025-02-16 17:12:49,034 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.2 2025-02-16 17:12:49,034 - card_creation - INFO - self.hbp: 0 / self.walk: 4.2 2025-02-16 17:12:49,034 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.55 2025-02-16 17:12:49,034 - card_creation - INFO - self.hbp: 0 / self.walk: 10.55 2025-02-16 17:12:49,034 - card_creation - INFO - vL: All other OB: 4.2 / HBP: 0 / BB: 4.2 / Total Chances: 72.1 2025-02-16 17:12:49,034 - card_creation - INFO - vR: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 54.15 2025-02-16 17:12:49,034 - card_creation - INFO - vL: All Outs: 65.0 / Ks: 15.75 / Current Outs: 44.75 2025-02-16 17:12:49,034 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 20.4 / Current Outs: 49.4 2025-02-16 17:12:49,035 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,035 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,035 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,035 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,035 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,035 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,035 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 7.9 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:49,035 - card_creation - INFO - vR - All Hits: 17.75 / Other OB: 12.45 / All Outs: 78.0 / Total: 29.0 2025-02-16 17:12:49,035 - card_creation - INFO - remaining singles: -0.10000000000000009 / total xbh: 9.299999999999999 2025-02-16 17:12:49,035 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.25 2025-02-16 17:12:49,035 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:49,035 - card_creation - INFO - vR: All Hits: 17.75 / BP Singles: 5.0 / Single 2: 4.25 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:49,035 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:49,035 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:49,036 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 5.049999999999999 2025-02-16 17:12:49,036 - card_creation - INFO - Triple: 0 / rem xbh: 5.05 2025-02-16 17:12:49,036 - card_creation - INFO - raw hr chances: 5.05 2025-02-16 17:12:49,036 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.05 2025-02-16 17:12:49,036 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,036 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,036 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:49,036 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 0.8500000000000001 2025-02-16 17:12:49,036 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:49,036 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:49,036 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,036 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:49,036 - card_creation - INFO - Passing 0.85 xbh to double** 2025-02-16 17:12:49,036 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 7.9 2025-02-16 17:12:49,036 - card_creation - INFO - self.hbp: 1.0 / self.walk: 6.9 2025-02-16 17:12:49,036 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 12.45 2025-02-16 17:12:49,036 - card_creation - INFO - self.hbp: 2.0 / self.walk: 10.45 2025-02-16 17:12:49,036 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 1.0 / BB: 6.9 / Total Chances: 53.1 2025-02-16 17:12:49,036 - card_creation - INFO - vR: All other OB: 12.45 / HBP: 2.0 / BB: 10.45 / Total Chances: 59.2 2025-02-16 17:12:49,036 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 25.05 / Current Outs: 54.05 2025-02-16 17:12:49,036 - card_creation - INFO - vR: All Outs: 78.0 / Ks: 16.5 / Current Outs: 45.5 2025-02-16 17:12:49,036 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,036 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,036 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,036 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,036 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,036 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,037 - card_creation - INFO - vL - All Hits: 2.1 / Other OB: 1.9 / All Outs: 104.0 / Total: 29.0 2025-02-16 17:12:49,037 - card_creation - INFO - vR - All Hits: 27.95 / Other OB: 7.5 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:49,037 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.4500000000000002 2025-02-16 17:12:49,037 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.0 2025-02-16 17:12:49,037 - card_creation - INFO - vL: All Hits: 2.1 / BP Singles: 0.0 / Single 2: 0 / Single 1: 1.65 / Single CF: 0 2025-02-16 17:12:49,037 - card_creation - INFO - vR: All Hits: 27.95 / BP Singles: 5.0 / Single 2: 9.5 / Single 1: 9.45 / Single CF: 0 2025-02-16 17:12:49,037 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,037 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,037 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.4500000000000002 2025-02-16 17:12:49,037 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:49,037 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:49,037 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,037 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:49,037 - card_creation - INFO - Passing 0.45 xbh to single* 2025-02-16 17:12:49,037 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:49,037 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:49,037 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 17:12:49,037 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:49,037 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:49,037 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:49,037 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,037 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.9 2025-02-16 17:12:49,037 - card_creation - INFO - self.hbp: 0 / self.walk: 1.9 2025-02-16 17:12:49,037 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.5 2025-02-16 17:12:49,037 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.5 2025-02-16 17:12:49,037 - card_creation - INFO - vL: All other OB: 1.9 / HBP: 0 / BB: 1.9 / Total Chances: 33.0 2025-02-16 17:12:49,037 - card_creation - INFO - vR: All other OB: 7.5 / HBP: 2.0 / BB: 5.5 / Total Chances: 64.45 2025-02-16 17:12:49,037 - card_creation - INFO - vL: All Outs: 104.0 / Ks: 33.050000000000004 / Current Outs: 62.05 2025-02-16 17:12:49,037 - card_creation - INFO - vR: All Outs: 72.5 / Ks: 48.45 / Current Outs: 77.45 2025-02-16 17:12:49,037 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,037 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,037 - card_creation - INFO - Remaining outs: -4.900000000000006 2025-02-16 17:12:49,037 - card_creation - INFO - Passing -4.900000000000006 outs to strikeouts 2025-02-16 17:12:49,037 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,038 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,038 - card_creation - INFO - vL - All Hits: 22.4 / Other OB: 11.7 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:49,038 - card_creation - INFO - vR - All Hits: 25.75 / Other OB: 11.25 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:49,038 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.899999999999997 2025-02-16 17:12:49,038 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.350000000000001 2025-02-16 17:12:49,038 - card_creation - INFO - vL: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,038 - card_creation - INFO - vR: All Hits: 25.75 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:49,038 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:49,038 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:49,038 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 1.4999999999999964 2025-02-16 17:12:49,038 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:49,038 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:49,038 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,038 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:49,038 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:49,038 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:49,039 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 3.950000000000001 2025-02-16 17:12:49,039 - card_creation - INFO - Triple: 0 / rem xbh: 3.95 2025-02-16 17:12:49,039 - card_creation - INFO - raw hr chances: 3.95 2025-02-16 17:12:49,039 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.95 2025-02-16 17:12:49,039 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,039 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 11.7 2025-02-16 17:12:49,039 - card_creation - INFO - self.hbp: 1.0 / self.walk: 10.7 2025-02-16 17:12:49,039 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.25 2025-02-16 17:12:49,039 - card_creation - INFO - self.hbp: 0 / self.walk: 11.25 2025-02-16 17:12:49,039 - card_creation - INFO - vL: All other OB: 11.7 / HBP: 1.0 / BB: 10.7 / Total Chances: 63.6 2025-02-16 17:12:49,039 - card_creation - INFO - vR: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 66.0 2025-02-16 17:12:49,039 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 19.25 / Current Outs: 48.25 2025-02-16 17:12:49,039 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 15.7 / Current Outs: 44.7 2025-02-16 17:12:49,039 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,039 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,039 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,039 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,039 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,039 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,040 - card_creation - INFO - vL - All Hits: 13.75 / Other OB: 8.4 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:49,040 - card_creation - INFO - vR - All Hits: 23.55 / Other OB: 7.65 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:49,040 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.3000000000000007 2025-02-16 17:12:49,040 - card_creation - INFO - remaining singles: 0.0 / total xbh: 5.550000000000001 2025-02-16 17:12:49,040 - card_creation - INFO - vL: All Hits: 13.75 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:49,040 - card_creation - INFO - vR: All Hits: 23.55 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.5 / Single CF: 0 2025-02-16 17:12:49,040 - card_creation - INFO - hr%: 0.35 / tr%: 0.10 / do%: 0.55 2025-02-16 17:12:49,040 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:49,040 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 1.4000000000000008 2025-02-16 17:12:49,040 - card_creation - INFO - Triple: 0 / rem xbh: 1.4 2025-02-16 17:12:49,040 - card_creation - INFO - raw hr chances: 1.4 2025-02-16 17:12:49,040 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,040 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:49,040 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 17:12:49,040 - card_creation - INFO - hr%: 0.75 / tr%: 0.00 / do%: 0.25 2025-02-16 17:12:49,040 - card_creation - INFO - raw do chances: 1.4 2025-02-16 17:12:49,040 - card_creation - INFO - Double**: 1.4 / Double(cf): 0.0 / rem xbh: 4.15 2025-02-16 17:12:49,040 - card_creation - INFO - Triple: 0 / rem xbh: 4.15 2025-02-16 17:12:49,040 - card_creation - INFO - raw hr chances: 4.15 2025-02-16 17:12:49,040 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.15 2025-02-16 17:12:49,040 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,040 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.4 2025-02-16 17:12:49,040 - card_creation - INFO - self.hbp: 0 / self.walk: 8.4 2025-02-16 17:12:49,040 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.65 2025-02-16 17:12:49,040 - card_creation - INFO - self.hbp: 0 / self.walk: 7.65 2025-02-16 17:12:49,040 - card_creation - INFO - vL: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 51.15 2025-02-16 17:12:49,040 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 0 / BB: 7.65 / Total Chances: 60.2 2025-02-16 17:12:49,040 - card_creation - INFO - vL: All Outs: 86.0 / Ks: 8.549999999999999 / Current Outs: 37.55 2025-02-16 17:12:49,040 - card_creation - INFO - vR: All Outs: 77.0 / Ks: 11.299999999999997 / Current Outs: 40.3 2025-02-16 17:12:49,040 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,040 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,040 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,040 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,040 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,040 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,041 - card_creation - INFO - vL - All Hits: 20.6 / Other OB: 12.6 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:49,041 - card_creation - INFO - vR - All Hits: 21.05 / Other OB: 8.3 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:49,041 - card_creation - INFO - remaining singles: -0.2500000000000009 / total xbh: 4.5 2025-02-16 17:12:49,041 - card_creation - INFO - remaining singles: -0.15000000000000036 / total xbh: 6.550000000000001 2025-02-16 17:12:49,041 - card_creation - INFO - vL: All Hits: 20.6 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:49,041 - card_creation - INFO - vR: All Hits: 21.05 / BP Singles: 5.0 / Single 2: 4.75 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:49,041 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:49,041 - card_creation - INFO - raw do chances: 3.4 2025-02-16 17:12:49,041 - card_creation - INFO - Double**: 3.4 / Double(cf): 0.0 / rem xbh: 1.1 2025-02-16 17:12:49,041 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:49,041 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:49,041 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,041 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:49,041 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:49,041 - card_creation - INFO - hr%: 0.05 / tr%: 0.05 / do%: 0.95 2025-02-16 17:12:49,041 - card_creation - INFO - raw do chances: 6.2 2025-02-16 17:12:49,041 - card_creation - INFO - Double**: 6.2 / Double(cf): 0.0 / rem xbh: 0.35000000000000053 2025-02-16 17:12:49,041 - card_creation - INFO - Triple: 0 / rem xbh: 0.35 2025-02-16 17:12:49,041 - card_creation - INFO - raw hr chances: 0.35 2025-02-16 17:12:49,041 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,042 - card_creation - INFO - excess xbh: 0.35 2025-02-16 17:12:49,042 - card_creation - INFO - Passing 0.35 xbh to double** 2025-02-16 17:12:49,042 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 12.6 2025-02-16 17:12:49,042 - card_creation - INFO - self.hbp: 4.0 / self.walk: 8.6 2025-02-16 17:12:49,042 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.3 2025-02-16 17:12:49,042 - card_creation - INFO - self.hbp: 0 / self.walk: 8.3 2025-02-16 17:12:49,042 - card_creation - INFO - vL: All other OB: 12.6 / HBP: 4.0 / BB: 8.6 / Total Chances: 62.2 2025-02-16 17:12:49,042 - card_creation - INFO - vR: All other OB: 8.3 / HBP: 0 / BB: 8.3 / Total Chances: 58.35 2025-02-16 17:12:49,042 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 19.349999999999998 / Current Outs: 48.35 2025-02-16 17:12:49,042 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 20.65 / Current Outs: 49.65 2025-02-16 17:12:49,042 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,042 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,042 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,042 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,042 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,042 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,042 - card_creation - INFO - vL - All Hits: 29.2 / Other OB: 6.3 / All Outs: 72.5 / Total: 29.0 2025-02-16 17:12:49,042 - card_creation - INFO - vR - All Hits: 22.85 / Other OB: 10.85 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:49,043 - card_creation - INFO - remaining singles: -0.20000000000000018 / total xbh: 13.099999999999998 2025-02-16 17:12:49,043 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 9.100000000000001 2025-02-16 17:12:49,043 - card_creation - INFO - vL: All Hits: 29.2 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.4 2025-02-16 17:12:49,043 - card_creation - INFO - vR: All Hits: 22.85 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:49,043 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:49,043 - card_creation - INFO - raw do chances: 7.2 2025-02-16 17:12:49,043 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.2 / rem xbh: 5.899999999999998 2025-02-16 17:12:49,043 - card_creation - INFO - Triple: 0 / rem xbh: 5.9 2025-02-16 17:12:49,043 - card_creation - INFO - raw hr chances: 5.9 2025-02-16 17:12:49,043 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.9 2025-02-16 17:12:49,043 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,043 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:49,043 - card_creation - INFO - raw do chances: 7.75 2025-02-16 17:12:49,043 - card_creation - INFO - Double**: 7.75 / Double(cf): 0.0 / rem xbh: 1.3500000000000014 2025-02-16 17:12:49,043 - card_creation - INFO - Triple: 0 / rem xbh: 1.35 2025-02-16 17:12:49,043 - card_creation - INFO - raw hr chances: 1.35 2025-02-16 17:12:49,043 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,043 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:49,043 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:49,043 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.3 2025-02-16 17:12:49,043 - card_creation - INFO - self.hbp: 0 / self.walk: 6.3 2025-02-16 17:12:49,043 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 10.85 2025-02-16 17:12:49,043 - card_creation - INFO - self.hbp: 2.0 / self.walk: 8.85 2025-02-16 17:12:49,043 - card_creation - INFO - vL: All other OB: 6.3 / HBP: 0 / BB: 6.3 / Total Chances: 64.5 2025-02-16 17:12:49,043 - card_creation - INFO - vR: All other OB: 10.85 / HBP: 2.0 / BB: 8.85 / Total Chances: 62.7 2025-02-16 17:12:49,043 - card_creation - INFO - vL: All Outs: 72.5 / Ks: 13.65 / Current Outs: 42.65 2025-02-16 17:12:49,043 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 12.100000000000001 / Current Outs: 41.1 2025-02-16 17:12:49,043 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,043 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,043 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,043 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,043 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,043 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,044 - card_creation - INFO - vL - All Hits: 12.8 / Other OB: 10.55 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:49,044 - card_creation - INFO - vR - All Hits: 12.55 / Other OB: 9.85 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:49,044 - card_creation - INFO - remaining singles: 0.7000000000000002 / total xbh: 7.800000000000001 2025-02-16 17:12:49,044 - card_creation - INFO - remaining singles: 0.09999999999999964 / total xbh: 7.550000000000001 2025-02-16 17:12:49,044 - card_creation - INFO - vL: All Hits: 12.8 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:49,044 - card_creation - INFO - vR: All Hits: 12.55 / BP Singles: 5.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:49,044 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 17:12:49,044 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:49,044 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 4.6000000000000005 2025-02-16 17:12:49,044 - card_creation - INFO - Triple: 0 / rem xbh: 4.6 2025-02-16 17:12:49,044 - card_creation - INFO - raw hr chances: 4.6 2025-02-16 17:12:49,044 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.5999999999999996 2025-02-16 17:12:49,044 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,044 - card_creation - INFO - hr%: 0.70 / tr%: 0.00 / do%: 0.30 2025-02-16 17:12:49,044 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:49,044 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 5.300000000000001 2025-02-16 17:12:49,044 - card_creation - INFO - Triple: 0 / rem xbh: 5.3 2025-02-16 17:12:49,044 - card_creation - INFO - raw hr chances: 5.3 2025-02-16 17:12:49,044 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.3 2025-02-16 17:12:49,044 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,044 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.55 2025-02-16 17:12:49,044 - card_creation - INFO - self.hbp: 0 / self.walk: 10.55 2025-02-16 17:12:49,044 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 9.85 2025-02-16 17:12:49,045 - card_creation - INFO - self.hbp: 3.0 / self.walk: 6.85 2025-02-16 17:12:49,045 - card_creation - INFO - vL: All other OB: 10.55 / HBP: 0 / BB: 10.55 / Total Chances: 52.35 2025-02-16 17:12:49,045 - card_creation - INFO - vR: All other OB: 9.85 / HBP: 3.0 / BB: 6.85 / Total Chances: 51.4 2025-02-16 17:12:49,045 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 21.399999999999995 / Current Outs: 50.4 2025-02-16 17:12:49,045 - card_creation - INFO - vR: All Outs: 85.5 / Ks: 28.1 / Current Outs: 57.1 2025-02-16 17:12:49,045 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,045 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,045 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,045 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,045 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,045 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,045 - card_creation - INFO - vL - All Hits: 15.4 / Other OB: 11.85 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:49,045 - card_creation - INFO - vR - All Hits: 11.2 / Other OB: 6.55 / All Outs: 90.0 / Total: 29.0 2025-02-16 17:12:49,045 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 5.9 2025-02-16 17:12:49,046 - card_creation - INFO - remaining singles: -2.220446049250313e-16 / total xbh: 2.5999999999999996 2025-02-16 17:12:49,046 - card_creation - INFO - vL: All Hits: 15.4 / BP Singles: 5.0 / Single 2: 2.25 / Single 1: 2.25 / Single CF: 0 2025-02-16 17:12:49,046 - card_creation - INFO - vR: All Hits: 11.2 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.7 / Single CF: 0 2025-02-16 17:12:49,046 - card_creation - INFO - hr%: 0.20 / tr%: 0.35 / do%: 0.45 2025-02-16 17:12:49,046 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:49,046 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 3.2 2025-02-16 17:12:49,046 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.0 2025-02-16 17:12:49,046 - card_creation - INFO - raw hr chances: 2.0 2025-02-16 17:12:49,046 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,046 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,046 - card_creation - INFO - hr%: 0.05 / tr%: 0.00 / do%: 0.95 2025-02-16 17:12:49,046 - card_creation - INFO - raw do chances: 2.5 2025-02-16 17:12:49,046 - card_creation - INFO - Double**: 2.5 / Double(cf): 0.0 / rem xbh: 0.09999999999999964 2025-02-16 17:12:49,046 - card_creation - INFO - Triple: 0 / rem xbh: 0.1 2025-02-16 17:12:49,046 - card_creation - INFO - raw hr chances: 0.1 2025-02-16 17:12:49,046 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,046 - card_creation - INFO - excess xbh: 0.1 2025-02-16 17:12:49,046 - card_creation - INFO - Passing 0.1 xbh to double** 2025-02-16 17:12:49,046 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.85 2025-02-16 17:12:49,046 - card_creation - INFO - self.hbp: 0 / self.walk: 11.85 2025-02-16 17:12:49,046 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 6.55 2025-02-16 17:12:49,046 - card_creation - INFO - self.hbp: 1.0 / self.walk: 5.55 2025-02-16 17:12:49,046 - card_creation - INFO - vL: All other OB: 11.85 / HBP: 0 / BB: 11.85 / Total Chances: 56.25 2025-02-16 17:12:49,046 - card_creation - INFO - vR: All other OB: 6.55 / HBP: 1.0 / BB: 5.55 / Total Chances: 46.75 2025-02-16 17:12:49,046 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 39.1 / Current Outs: 68.1 2025-02-16 17:12:49,046 - card_creation - INFO - vR: All Outs: 90.0 / Ks: 48.400000000000006 / Current Outs: 77.4 2025-02-16 17:12:49,046 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:49,046 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:49,046 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:49,046 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:49,046 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,046 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,047 - card_creation - INFO - vL - All Hits: 20.0 / Other OB: 7.9 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:49,047 - card_creation - INFO - vR - All Hits: 32.0 / Other OB: 5.7 / All Outs: 70.5 / Total: 29.0 2025-02-16 17:12:49,047 - card_creation - INFO - remaining singles: -0.25 / total xbh: 8.600000000000001 2025-02-16 17:12:49,047 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.799999999999997 2025-02-16 17:12:49,047 - card_creation - INFO - vL: All Hits: 20.0 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:49,047 - card_creation - INFO - vR: All Hits: 32.0 / BP Singles: 5.0 / Single 2: 7.6 / Single 1: 7.6 / Single CF: 0 2025-02-16 17:12:49,047 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:49,048 - card_creation - INFO - raw do chances: 6.9 2025-02-16 17:12:49,048 - card_creation - INFO - Double**: 6.9 / Double(cf): 0.0 / rem xbh: 1.700000000000001 2025-02-16 17:12:49,048 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:49,048 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:49,048 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,048 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 17:12:49,048 - card_creation - INFO - hr%: 0.15 / tr%: 0.05 / do%: 0.80 2025-02-16 17:12:49,048 - card_creation - INFO - raw do chances: 9.45 2025-02-16 17:12:49,048 - card_creation - INFO - Double**: 9.45 / Double(cf): 0.0 / rem xbh: 2.349999999999998 2025-02-16 17:12:49,048 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:49,048 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:49,048 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 17:12:49,048 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,048 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.9 2025-02-16 17:12:49,048 - card_creation - INFO - self.hbp: 0 / self.walk: 7.9 2025-02-16 17:12:49,048 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 5.7 2025-02-16 17:12:49,048 - card_creation - INFO - self.hbp: 1.0 / self.walk: 4.7 2025-02-16 17:12:49,048 - card_creation - INFO - vL: All other OB: 7.9 / HBP: 0 / BB: 7.9 / Total Chances: 57.2 2025-02-16 17:12:49,048 - card_creation - INFO - vR: All other OB: 5.7 / HBP: 1.0 / BB: 4.7 / Total Chances: 66.7 2025-02-16 17:12:49,048 - card_creation - INFO - vL: All Outs: 80.0 / Ks: 16.05 / Current Outs: 45.05 2025-02-16 17:12:49,048 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 20.25 / Current Outs: 49.25 2025-02-16 17:12:49,048 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,048 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,048 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,048 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,048 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,048 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,049 - card_creation - INFO - vL - All Hits: 31.5 / Other OB: 2.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:49,049 - card_creation - INFO - vR - All Hits: 23.6 / Other OB: 5.1 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:49,049 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 15.7 2025-02-16 17:12:49,049 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.449999999999999 2025-02-16 17:12:49,049 - card_creation - INFO - vL: All Hits: 31.5 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,049 - card_creation - INFO - vR: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 6.05 / Single 1: 6.1 / Single CF: 0 2025-02-16 17:12:49,049 - card_creation - INFO - hr%: 0.00 / tr%: 0.15 / do%: 0.85 2025-02-16 17:12:49,049 - card_creation - INFO - raw do chances: 13.35 2025-02-16 17:12:49,049 - card_creation - INFO - Double**: 13.35 / Double(cf): 0.0 / rem xbh: 2.3499999999999996 2025-02-16 17:12:49,049 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:49,049 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:49,049 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,049 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:49,049 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:49,049 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:49,049 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:49,049 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 4.199999999999999 2025-02-16 17:12:49,049 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 17:12:49,049 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 17:12:49,049 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.2 2025-02-16 17:12:49,049 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,049 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 2.75 2025-02-16 17:12:49,049 - card_creation - INFO - self.hbp: 0 / self.walk: 2.75 2025-02-16 17:12:49,050 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 5.1 2025-02-16 17:12:49,050 - card_creation - INFO - self.hbp: 3.0 / self.walk: 2.1 2025-02-16 17:12:49,050 - card_creation - INFO - vL: All other OB: 2.75 / HBP: 0 / BB: 2.75 / Total Chances: 63.25 2025-02-16 17:12:49,050 - card_creation - INFO - vR: All other OB: 5.1 / HBP: 3.0 / BB: 2.1 / Total Chances: 57.7 2025-02-16 17:12:49,050 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-16 17:12:49,050 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 30.85 / Current Outs: 59.85 2025-02-16 17:12:49,050 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,050 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,050 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,050 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,050 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,050 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,050 - card_creation - INFO - vL - All Hits: 15.05 / Other OB: 6.15 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:49,050 - card_creation - INFO - vR - All Hits: 17.8 / Other OB: 18.5 / All Outs: 71.5 / Total: 29.0 2025-02-16 17:12:49,050 - card_creation - INFO - remaining singles: 0.0 / total xbh: 6.050000000000001 2025-02-16 17:12:49,051 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.300000000000001 2025-02-16 17:12:49,051 - card_creation - INFO - vL: All Hits: 15.05 / BP Singles: 5.0 / Single 2: 2.1 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:49,051 - card_creation - INFO - vR: All Hits: 17.8 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.75 / Single CF: 0 2025-02-16 17:12:49,051 - card_creation - INFO - hr%: 0.15 / tr%: 0.00 / do%: 0.85 2025-02-16 17:12:49,051 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:49,051 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 0.6500000000000004 2025-02-16 17:12:49,051 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:49,051 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:49,051 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,051 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:49,051 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:49,051 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:49,051 - card_creation - INFO - raw do chances: 4.5 2025-02-16 17:12:49,051 - card_creation - INFO - Double**: 4.5 / Double(cf): 0.0 / rem xbh: 0.8000000000000007 2025-02-16 17:12:49,051 - card_creation - INFO - Triple: 0 / rem xbh: 0.8 2025-02-16 17:12:49,051 - card_creation - INFO - raw hr chances: 0.8 2025-02-16 17:12:49,051 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,051 - card_creation - INFO - excess xbh: 0.8 2025-02-16 17:12:49,051 - card_creation - INFO - Passing 0.8 xbh to double** 2025-02-16 17:12:49,051 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.15 2025-02-16 17:12:49,051 - card_creation - INFO - self.hbp: 0 / self.walk: 6.15 2025-02-16 17:12:49,051 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 18.5 2025-02-16 17:12:49,051 - card_creation - INFO - self.hbp: 4.0 / self.walk: 14.5 2025-02-16 17:12:49,051 - card_creation - INFO - vL: All other OB: 6.15 / HBP: 0 / BB: 6.15 / Total Chances: 50.2 2025-02-16 17:12:49,051 - card_creation - INFO - vR: All other OB: 18.5 / HBP: 4.0 / BB: 14.5 / Total Chances: 65.3 2025-02-16 17:12:49,051 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 23.8 / Current Outs: 52.8 2025-02-16 17:12:49,051 - card_creation - INFO - vR: All Outs: 71.5 / Ks: 25.45 / Current Outs: 54.45 2025-02-16 17:12:49,051 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,051 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,051 - card_creation - INFO - Remaining outs: -0.09999999999999432 2025-02-16 17:12:49,051 - card_creation - INFO - Passing -0.09999999999999432 outs to strikeouts 2025-02-16 17:12:49,051 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,051 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,052 - card_creation - INFO - vL - All Hits: 22.65 / Other OB: 15.25 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:49,052 - card_creation - INFO - vR - All Hits: 17.65 / Other OB: 4.5 / All Outs: 86.0 / Total: 29.0 2025-02-16 17:12:49,052 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 10.149999999999999 2025-02-16 17:12:49,052 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 5.499999999999998 2025-02-16 17:12:49,052 - card_creation - INFO - vL: All Hits: 22.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 0.0 / Single CF: 3.75 2025-02-16 17:12:49,052 - card_creation - INFO - vR: All Hits: 17.65 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:49,052 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:49,052 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:49,052 - card_creation - INFO - Double**: 0.0 / Double(cf): 4.75 / rem xbh: 5.399999999999999 2025-02-16 17:12:49,052 - card_creation - INFO - Triple: 0 / rem xbh: 5.4 2025-02-16 17:12:49,052 - card_creation - INFO - raw hr chances: 5.4 2025-02-16 17:12:49,052 - card_creation - INFO - BP HR: 2.0 / ND HR: 3.4000000000000004 2025-02-16 17:12:49,052 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,052 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:49,052 - card_creation - INFO - raw do chances: 3.3 2025-02-16 17:12:49,052 - card_creation - INFO - Double**: 3.3 / Double(cf): 0.0 / rem xbh: 2.1999999999999984 2025-02-16 17:12:49,052 - card_creation - INFO - Triple: 0 / rem xbh: 2.2 2025-02-16 17:12:49,052 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:49,052 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.2 2025-02-16 17:12:49,052 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,052 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 15.25 2025-02-16 17:12:49,052 - card_creation - INFO - self.hbp: 1.0 / self.walk: 14.25 2025-02-16 17:12:49,052 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 4.5 2025-02-16 17:12:49,052 - card_creation - INFO - self.hbp: 2.0 / self.walk: 2.5 2025-02-16 17:12:49,053 - card_creation - INFO - vL: All other OB: 15.25 / HBP: 1.0 / BB: 14.25 / Total Chances: 66.9 2025-02-16 17:12:49,053 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 51.15 2025-02-16 17:12:49,053 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 11.7 / Current Outs: 40.7 2025-02-16 17:12:49,053 - card_creation - INFO - vR: All Outs: 86.0 / Ks: 18.45 / Current Outs: 47.45 2025-02-16 17:12:49,053 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,053 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,053 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,053 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,053 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,053 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,053 - card_creation - INFO - vL - All Hits: 18.1 / Other OB: 5.4 / All Outs: 84.5 / Total: 29.0 2025-02-16 17:12:49,053 - card_creation - INFO - vR - All Hits: 29.3 / Other OB: 7.7 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:49,053 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.200000000000003 2025-02-16 17:12:49,053 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 9.75 2025-02-16 17:12:49,054 - card_creation - INFO - vL: All Hits: 18.1 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 0.0 / Single CF: 2.7 2025-02-16 17:12:49,054 - card_creation - INFO - vR: All Hits: 29.3 / BP Singles: 5.0 / Single 2: 7.3 / Single 1: 7.25 / Single CF: 0 2025-02-16 17:12:49,054 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:49,054 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,054 - card_creation - INFO - Double**: 0.0 / Double(cf): 0.0 / rem xbh: 7.200000000000003 2025-02-16 17:12:49,054 - card_creation - INFO - Triple: 0 / rem xbh: 7.2 2025-02-16 17:12:49,054 - card_creation - INFO - raw hr chances: 7.2 2025-02-16 17:12:49,054 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.2 2025-02-16 17:12:49,054 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,054 - card_creation - INFO - hr%: 0.35 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:49,054 - card_creation - INFO - raw do chances: 6.35 2025-02-16 17:12:49,054 - card_creation - INFO - Double**: 6.35 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-16 17:12:49,054 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 17:12:49,054 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 17:12:49,054 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.4 2025-02-16 17:12:49,054 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,054 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.4 2025-02-16 17:12:49,054 - card_creation - INFO - self.hbp: 0 / self.walk: 5.4 2025-02-16 17:12:49,054 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 7.7 2025-02-16 17:12:49,054 - card_creation - INFO - self.hbp: 4.0 / self.walk: 3.7 2025-02-16 17:12:49,054 - card_creation - INFO - vL: All other OB: 5.4 / HBP: 0 / BB: 5.4 / Total Chances: 52.5 2025-02-16 17:12:49,054 - card_creation - INFO - vR: All other OB: 7.7 / HBP: 4.0 / BB: 3.7 / Total Chances: 66.0 2025-02-16 17:12:49,054 - card_creation - INFO - vL: All Outs: 84.5 / Ks: 60.550000000000004 / Current Outs: 89.55 2025-02-16 17:12:49,054 - card_creation - INFO - vR: All Outs: 71.0 / Ks: 14.25 / Current Outs: 43.25 2025-02-16 17:12:49,054 - card_creation - INFO - Remaining outs: -5.049999999999997 2025-02-16 17:12:49,054 - card_creation - INFO - Passing -5.049999999999997 outs to strikeouts 2025-02-16 17:12:49,054 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,054 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,054 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,054 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,055 - card_creation - INFO - vL - All Hits: 14.6 / Other OB: 16.6 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:49,055 - card_creation - INFO - vR - All Hits: 12.3 / Other OB: 7.3 / All Outs: 88.5 / Total: 29.0 2025-02-16 17:12:49,055 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.881784197001252e-16 2025-02-16 17:12:49,055 - card_creation - INFO - remaining singles: -0.0499999999999996 / total xbh: 6.100000000000001 2025-02-16 17:12:49,055 - card_creation - INFO - vL: All Hits: 14.6 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 17:12:49,055 - card_creation - INFO - vR: All Hits: 12.3 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.2 / Single CF: 0 2025-02-16 17:12:49,055 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:49,055 - card_creation - INFO - raw do chances: 3.75 2025-02-16 17:12:49,055 - card_creation - INFO - Double**: 3.75 / Double(cf): 0.0 / rem xbh: 2.3500000000000014 2025-02-16 17:12:49,055 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:49,055 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:49,055 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.35 2025-02-16 17:12:49,055 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,055 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.6 2025-02-16 17:12:49,055 - card_creation - INFO - self.hbp: 0 / self.walk: 16.6 2025-02-16 17:12:49,055 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 7.3 2025-02-16 17:12:49,055 - card_creation - INFO - self.hbp: 0 / self.walk: 7.3 2025-02-16 17:12:49,055 - card_creation - INFO - vL: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 60.2 2025-02-16 17:12:49,055 - card_creation - INFO - vR: All other OB: 7.3 / HBP: 0 / BB: 7.3 / Total Chances: 48.6 2025-02-16 17:12:49,055 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 5.35 / Current Outs: 34.35 2025-02-16 17:12:49,055 - card_creation - INFO - vR: All Outs: 88.5 / Ks: 13.649999999999999 / Current Outs: 42.65 2025-02-16 17:12:49,055 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,055 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,055 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,055 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,055 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,055 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,056 - card_creation - INFO - vL - All Hits: 25.45 / Other OB: 13.95 / All Outs: 68.5 / Total: 29.0 2025-02-16 17:12:49,056 - card_creation - INFO - vR - All Hits: 16.0 / Other OB: 12.65 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:49,056 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 6.349999999999998 2025-02-16 17:12:49,056 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.800000000000001 2025-02-16 17:12:49,056 - card_creation - INFO - vL: All Hits: 25.45 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-16 17:12:49,056 - card_creation - INFO - vR: All Hits: 16.0 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:49,056 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:49,056 - card_creation - INFO - raw do chances: 3.2 2025-02-16 17:12:49,056 - card_creation - INFO - Double**: 3.2 / Double(cf): 0.0 / rem xbh: 3.1499999999999977 2025-02-16 17:12:49,056 - card_creation - INFO - Triple: 0 / rem xbh: 3.15 2025-02-16 17:12:49,056 - card_creation - INFO - raw hr chances: 3.15 2025-02-16 17:12:49,056 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.15 2025-02-16 17:12:49,056 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,056 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:49,056 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:49,056 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.3000000000000007 2025-02-16 17:12:49,056 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:49,056 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:49,056 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:49,056 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,056 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.95 2025-02-16 17:12:49,056 - card_creation - INFO - self.hbp: 0 / self.walk: 13.95 2025-02-16 17:12:49,057 - card_creation - INFO - hbp value candidate: 3.0 / all_other_ob: 12.65 2025-02-16 17:12:49,057 - card_creation - INFO - self.hbp: 3.0 / self.walk: 9.65 2025-02-16 17:12:49,057 - card_creation - INFO - vL: All other OB: 13.95 / HBP: 0 / BB: 13.95 / Total Chances: 68.4 2025-02-16 17:12:49,057 - card_creation - INFO - vR: All other OB: 12.65 / HBP: 3.0 / BB: 9.65 / Total Chances: 57.65 2025-02-16 17:12:49,057 - card_creation - INFO - vL: All Outs: 68.5 / Ks: 8.0 / Current Outs: 37.0 2025-02-16 17:12:49,057 - card_creation - INFO - vR: All Outs: 79.5 / Ks: 19.299999999999997 / Current Outs: 48.3 2025-02-16 17:12:49,057 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,057 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,057 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,057 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,057 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,057 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,057 - card_creation - INFO - vL - All Hits: 12.4 / Other OB: 8.85 / All Outs: 87.0 / Total: 29.0 2025-02-16 17:12:49,057 - card_creation - INFO - vR - All Hits: 37.3 / Other OB: 1.25 / All Outs: 69.5 / Total: 29.0 2025-02-16 17:12:49,058 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 0.8500000000000005 2025-02-16 17:12:49,058 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.799999999999997 2025-02-16 17:12:49,058 - card_creation - INFO - vL: All Hits: 12.4 / BP Singles: 5.0 / Single 2: 3.3 / Single 1: 3.25 / Single CF: 0 2025-02-16 17:12:49,058 - card_creation - INFO - vR: All Hits: 37.3 / BP Singles: 5.0 / Single 2: 11.75 / Single 1: 11.75 / Single CF: 0 2025-02-16 17:12:49,058 - card_creation - INFO - hr%: 0.50 / tr%: 0.50 / do%: 0.00 2025-02-16 17:12:49,058 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,058 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.8500000000000005 2025-02-16 17:12:49,058 - card_creation - INFO - Triple: 0 / rem xbh: 0.85 2025-02-16 17:12:49,058 - card_creation - INFO - raw hr chances: 0.85 2025-02-16 17:12:49,058 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,058 - card_creation - INFO - excess xbh: 0.85 2025-02-16 17:12:49,058 - card_creation - INFO - Passing 0.85 xbh to single** 2025-02-16 17:12:49,058 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,058 - card_creation - INFO - raw do chances: 7.05 2025-02-16 17:12:49,058 - card_creation - INFO - Double**: 7.05 / Double(cf): 0.0 / rem xbh: 1.7499999999999973 2025-02-16 17:12:49,058 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:49,058 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:49,058 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 17:12:49,058 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,058 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.85 2025-02-16 17:12:49,058 - card_creation - INFO - self.hbp: 0 / self.walk: 8.85 2025-02-16 17:12:49,058 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 1.25 2025-02-16 17:12:49,058 - card_creation - INFO - self.hbp: 0 / self.walk: 1.25 2025-02-16 17:12:49,058 - card_creation - INFO - vL: All other OB: 8.85 / HBP: 0 / BB: 8.85 / Total Chances: 50.25 2025-02-16 17:12:49,058 - card_creation - INFO - vR: All other OB: 1.25 / HBP: 0 / BB: 1.25 / Total Chances: 67.55 2025-02-16 17:12:49,058 - card_creation - INFO - vL: All Outs: 87.0 / Ks: 11.1 / Current Outs: 40.1 2025-02-16 17:12:49,058 - card_creation - INFO - vR: All Outs: 69.5 / Ks: 26.7 / Current Outs: 55.7 2025-02-16 17:12:49,058 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,058 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,058 - card_creation - INFO - Remaining outs: -0.25 2025-02-16 17:12:49,058 - card_creation - INFO - Passing -0.25 outs to strikeouts 2025-02-16 17:12:49,058 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,058 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,059 - card_creation - INFO - vL - All Hits: 22.35 / Other OB: 0.0 / All Outs: 85.5 / Total: 29.0 2025-02-16 17:12:49,059 - card_creation - INFO - vR - All Hits: 29.55 / Other OB: 13.5 / All Outs: 65.0 / Total: 29.0 2025-02-16 17:12:49,059 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.450000000000001 2025-02-16 17:12:49,059 - card_creation - INFO - remaining singles: -0.29999999999999893 / total xbh: 13.150000000000002 2025-02-16 17:12:49,059 - card_creation - INFO - vL: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 4.8 / Single CF: 0 2025-02-16 17:12:49,059 - card_creation - INFO - vR: All Hits: 29.55 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 0.0 / Single CF: 5.7 2025-02-16 17:12:49,059 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:49,059 - card_creation - INFO - raw do chances: 2.7 2025-02-16 17:12:49,059 - card_creation - INFO - Double**: 2.7 / Double(cf): 0.0 / rem xbh: 4.750000000000001 2025-02-16 17:12:49,059 - card_creation - INFO - Triple: 0 / rem xbh: 4.75 2025-02-16 17:12:49,059 - card_creation - INFO - raw hr chances: 4.75 2025-02-16 17:12:49,059 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.75 2025-02-16 17:12:49,059 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,059 - card_creation - INFO - hr%: 0.40 / tr%: 0.20 / do%: 0.40 2025-02-16 17:12:49,059 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:49,059 - card_creation - INFO - Double**: 0.0 / Double(cf): 5.4 / rem xbh: 7.750000000000002 2025-02-16 17:12:49,059 - card_creation - INFO - Triple: 1.6 / rem xbh: 6.15 2025-02-16 17:12:49,059 - card_creation - INFO - raw hr chances: 6.15 2025-02-16 17:12:49,059 - card_creation - INFO - BP HR: 2.0 / ND HR: 4.15 2025-02-16 17:12:49,059 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,059 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.5 2025-02-16 17:12:49,059 - card_creation - INFO - self.hbp: 0 / self.walk: 13.5 2025-02-16 17:12:49,059 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 51.35 2025-02-16 17:12:49,059 - card_creation - INFO - vR: All other OB: 13.5 / HBP: 0 / BB: 13.5 / Total Chances: 72.05 2025-02-16 17:12:49,060 - card_creation - INFO - vL: All Outs: 85.5 / Ks: 34.95 / Current Outs: 63.95 2025-02-16 17:12:49,060 - card_creation - INFO - vR: All Outs: 65.0 / Ks: 25.45 / Current Outs: 54.45 2025-02-16 17:12:49,060 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,060 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,060 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,060 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,060 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,060 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,060 - card_creation - INFO - vL - All Hits: 21.8 / Other OB: 6.95 / All Outs: 79.0 / Total: 29.0 2025-02-16 17:12:49,060 - card_creation - INFO - vR - All Hits: 15.1 / Other OB: 9.7 / All Outs: 83.0 / Total: 29.0 2025-02-16 17:12:49,060 - card_creation - INFO - remaining singles: 0.0 / total xbh: 4.600000000000001 2025-02-16 17:12:49,060 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 1.0999999999999996 2025-02-16 17:12:49,060 - card_creation - INFO - vL: All Hits: 21.8 / BP Singles: 5.0 / Single 2: 6.1 / Single 1: 6.1 / Single CF: 0 2025-02-16 17:12:49,060 - card_creation - INFO - vR: All Hits: 15.1 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:49,060 - card_creation - INFO - hr%: 0.55 / tr%: 0.00 / do%: 0.45 2025-02-16 17:12:49,061 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:49,061 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 2.5000000000000013 2025-02-16 17:12:49,061 - card_creation - INFO - Triple: 0 / rem xbh: 2.5 2025-02-16 17:12:49,061 - card_creation - INFO - raw hr chances: 2.5 2025-02-16 17:12:49,061 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.5 2025-02-16 17:12:49,061 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,061 - card_creation - INFO - hr%: 1.00 / tr%: 0.00 / do%: 0.00 2025-02-16 17:12:49,061 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,061 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 1.0999999999999996 2025-02-16 17:12:49,061 - card_creation - INFO - Triple: 0 / rem xbh: 1.1 2025-02-16 17:12:49,061 - card_creation - INFO - raw hr chances: 1.1 2025-02-16 17:12:49,061 - card_creation - INFO - BP HR: 0 / ND HR: 1.1 2025-02-16 17:12:49,061 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,061 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.95 2025-02-16 17:12:49,061 - card_creation - INFO - self.hbp: 0 / self.walk: 6.95 2025-02-16 17:12:49,061 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 9.7 2025-02-16 17:12:49,061 - card_creation - INFO - self.hbp: 2.0 / self.walk: 7.7 2025-02-16 17:12:49,061 - card_creation - INFO - vL: All other OB: 6.95 / HBP: 0 / BB: 6.95 / Total Chances: 57.75 2025-02-16 17:12:49,061 - card_creation - INFO - vR: All other OB: 9.7 / HBP: 2.0 / BB: 7.7 / Total Chances: 53.8 2025-02-16 17:12:49,061 - card_creation - INFO - vL: All Outs: 79.0 / Ks: 22.0 / Current Outs: 51.0 2025-02-16 17:12:49,061 - card_creation - INFO - vR: All Outs: 83.0 / Ks: 15.25 / Current Outs: 44.25 2025-02-16 17:12:49,061 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,061 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,061 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,061 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,061 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,061 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,062 - card_creation - INFO - vL - All Hits: 16.7 / Other OB: 15.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:49,062 - card_creation - INFO - vR - All Hits: 24.05 / Other OB: 10.4 / All Outs: 73.5 / Total: 29.0 2025-02-16 17:12:49,062 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 5.75 2025-02-16 17:12:49,062 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 6.400000000000002 2025-02-16 17:12:49,062 - card_creation - INFO - vL: All Hits: 16.7 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:49,062 - card_creation - INFO - vR: All Hits: 24.05 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.35 / Single CF: 0 2025-02-16 17:12:49,062 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,062 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:49,062 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 1.0 2025-02-16 17:12:49,062 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:49,062 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:49,062 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,062 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,062 - card_creation - INFO - hr%: 0.10 / tr%: 0.00 / do%: 0.90 2025-02-16 17:12:49,062 - card_creation - INFO - raw do chances: 5.75 2025-02-16 17:12:49,062 - card_creation - INFO - Double**: 5.75 / Double(cf): 0.0 / rem xbh: 0.6500000000000021 2025-02-16 17:12:49,062 - card_creation - INFO - Triple: 0 / rem xbh: 0.65 2025-02-16 17:12:49,062 - card_creation - INFO - raw hr chances: 0.65 2025-02-16 17:12:49,062 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,062 - card_creation - INFO - excess xbh: 0.65 2025-02-16 17:12:49,062 - card_creation - INFO - Passing 0.65 xbh to double** 2025-02-16 17:12:49,062 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.3 2025-02-16 17:12:49,062 - card_creation - INFO - self.hbp: 0 / self.walk: 15.3 2025-02-16 17:12:49,062 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.4 2025-02-16 17:12:49,062 - card_creation - INFO - self.hbp: 0 / self.walk: 10.4 2025-02-16 17:12:49,062 - card_creation - INFO - vL: All other OB: 15.3 / HBP: 0 / BB: 15.3 / Total Chances: 61.0 2025-02-16 17:12:49,062 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 0 / BB: 10.4 / Total Chances: 63.45 2025-02-16 17:12:49,062 - card_creation - INFO - vL: All Outs: 76.0 / Ks: 15.649999999999999 / Current Outs: 44.65 2025-02-16 17:12:49,062 - card_creation - INFO - vR: All Outs: 73.5 / Ks: 23.55 / Current Outs: 52.55 2025-02-16 17:12:49,062 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,062 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,062 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,062 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,063 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,063 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,063 - card_creation - INFO - vL - All Hits: 30.6 / Other OB: 10.3 / All Outs: 67.0 / Total: 29.0 2025-02-16 17:12:49,063 - card_creation - INFO - vR - All Hits: 19.1 / Other OB: 7.65 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:49,063 - card_creation - INFO - remaining singles: 0.0 / total xbh: 10.4 2025-02-16 17:12:49,063 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 9.700000000000003 2025-02-16 17:12:49,063 - card_creation - INFO - vL: All Hits: 30.6 / BP Singles: 5.0 / Single 2: 7.6 / Single 1: 7.6 / Single CF: 0 2025-02-16 17:12:49,063 - card_creation - INFO - vR: All Hits: 19.1 / BP Singles: 5.0 / Single 2: 2.2 / Single 1: 2.2 / Single CF: 0 2025-02-16 17:12:49,063 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.65 2025-02-16 17:12:49,063 - card_creation - INFO - raw do chances: 6.75 2025-02-16 17:12:49,063 - card_creation - INFO - Double**: 6.75 / Double(cf): 0.0 / rem xbh: 3.6500000000000004 2025-02-16 17:12:49,063 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-16 17:12:49,063 - card_creation - INFO - raw hr chances: 3.65 2025-02-16 17:12:49,063 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-16 17:12:49,063 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,063 - card_creation - INFO - hr%: 0.40 / tr%: 0.05 / do%: 0.55 2025-02-16 17:12:49,063 - card_creation - INFO - raw do chances: 5.4 2025-02-16 17:12:49,063 - card_creation - INFO - Double**: 5.4 / Double(cf): 0.0 / rem xbh: 4.3000000000000025 2025-02-16 17:12:49,063 - card_creation - INFO - Triple: 0 / rem xbh: 4.3 2025-02-16 17:12:49,064 - card_creation - INFO - raw hr chances: 4.3 2025-02-16 17:12:49,064 - card_creation - INFO - BP HR: 2.0 / ND HR: 2.3 2025-02-16 17:12:49,064 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,064 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.3 2025-02-16 17:12:49,064 - card_creation - INFO - self.hbp: 0 / self.walk: 10.3 2025-02-16 17:12:49,064 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 7.65 2025-02-16 17:12:49,064 - card_creation - INFO - self.hbp: 2.0 / self.walk: 5.65 2025-02-16 17:12:49,064 - card_creation - INFO - vL: All other OB: 10.3 / HBP: 0 / BB: 10.3 / Total Chances: 69.9 2025-02-16 17:12:49,064 - card_creation - INFO - vR: All other OB: 7.65 / HBP: 2.0 / BB: 5.65 / Total Chances: 55.75 2025-02-16 17:12:49,064 - card_creation - INFO - vL: All Outs: 67.0 / Ks: 8.65 / Current Outs: 37.65 2025-02-16 17:12:49,064 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 22.299999999999997 / Current Outs: 51.3 2025-02-16 17:12:49,064 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,064 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,064 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,064 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,064 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,064 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,064 - card_creation - INFO - vL - All Hits: 25.1 / Other OB: 8.65 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:49,064 - card_creation - INFO - vR - All Hits: 27.3 / Other OB: 6.75 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:49,065 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.050000000000001 2025-02-16 17:12:49,065 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 12.100000000000001 2025-02-16 17:12:49,065 - card_creation - INFO - vL: All Hits: 25.1 / BP Singles: 5.0 / Single 2: 6.5 / Single 1: 6.55 / Single CF: 0 2025-02-16 17:12:49,065 - card_creation - INFO - vR: All Hits: 27.3 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,065 - card_creation - INFO - hr%: 0.10 / tr%: 0.05 / do%: 0.85 2025-02-16 17:12:49,065 - card_creation - INFO - raw do chances: 6.0 2025-02-16 17:12:49,065 - card_creation - INFO - Double**: 6.0 / Double(cf): 0.0 / rem xbh: 1.0500000000000007 2025-02-16 17:12:49,065 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:49,065 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:49,065 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,065 - card_creation - INFO - excess xbh: 0.050000000000000044 2025-02-16 17:12:49,065 - card_creation - INFO - Passing 0.050000000000000044 xbh to double** 2025-02-16 17:12:49,065 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.65 2025-02-16 17:12:49,065 - card_creation - INFO - raw do chances: 7.85 2025-02-16 17:12:49,065 - card_creation - INFO - Double**: 7.85 / Double(cf): 0.0 / rem xbh: 4.250000000000002 2025-02-16 17:12:49,065 - card_creation - INFO - Triple: 0 / rem xbh: 4.25 2025-02-16 17:12:49,065 - card_creation - INFO - raw hr chances: 4.25 2025-02-16 17:12:49,065 - card_creation - INFO - BP HR: 3.0 / ND HR: 1.25 2025-02-16 17:12:49,065 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,065 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.65 2025-02-16 17:12:49,065 - card_creation - INFO - self.hbp: 0 / self.walk: 8.65 2025-02-16 17:12:49,065 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.75 2025-02-16 17:12:49,065 - card_creation - INFO - self.hbp: 0 / self.walk: 6.75 2025-02-16 17:12:49,065 - card_creation - INFO - vL: All other OB: 8.65 / HBP: 0 / BB: 8.65 / Total Chances: 62.75 2025-02-16 17:12:49,065 - card_creation - INFO - vR: All other OB: 6.75 / HBP: 0 / BB: 6.75 / Total Chances: 63.05 2025-02-16 17:12:49,065 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 15.299999999999999 / Current Outs: 44.3 2025-02-16 17:12:49,065 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 17.2 / Current Outs: 46.2 2025-02-16 17:12:49,065 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,065 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,065 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,065 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,065 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,065 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,066 - card_creation - INFO - vL - All Hits: 25.15 / Other OB: 6.0 / All Outs: 77.0 / Total: 29.0 2025-02-16 17:12:49,066 - card_creation - INFO - vR - All Hits: 21.45 / Other OB: 4.5 / All Outs: 82.0 / Total: 29.0 2025-02-16 17:12:49,066 - card_creation - INFO - remaining singles: 0.0 / total xbh: 8.399999999999997 2025-02-16 17:12:49,066 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.699999999999999 2025-02-16 17:12:49,066 - card_creation - INFO - vL: All Hits: 25.15 / BP Singles: 5.0 / Single 2: 5.9 / Single 1: 5.85 / Single CF: 0 2025-02-16 17:12:49,066 - card_creation - INFO - vR: All Hits: 21.45 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.25 / Single CF: 0 2025-02-16 17:12:49,066 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,066 - card_creation - INFO - raw do chances: 6.7 2025-02-16 17:12:49,066 - card_creation - INFO - Double**: 6.7 / Double(cf): 0.0 / rem xbh: 1.6999999999999966 2025-02-16 17:12:49,066 - card_creation - INFO - Triple: 0 / rem xbh: 1.7 2025-02-16 17:12:49,066 - card_creation - INFO - raw hr chances: 1.7 2025-02-16 17:12:49,066 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,066 - card_creation - INFO - excess xbh: -0.30000000000000004 2025-02-16 17:12:49,066 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,066 - card_creation - INFO - raw do chances: 6.15 2025-02-16 17:12:49,066 - card_creation - INFO - Double**: 6.15 / Double(cf): 0.0 / rem xbh: 1.549999999999999 2025-02-16 17:12:49,066 - card_creation - INFO - Triple: 0 / rem xbh: 1.55 2025-02-16 17:12:49,066 - card_creation - INFO - raw hr chances: 1.55 2025-02-16 17:12:49,066 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.55 2025-02-16 17:12:49,066 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,066 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 6.0 2025-02-16 17:12:49,066 - card_creation - INFO - self.hbp: 0 / self.walk: 6.0 2025-02-16 17:12:49,066 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.5 2025-02-16 17:12:49,066 - card_creation - INFO - self.hbp: 0 / self.walk: 4.5 2025-02-16 17:12:49,066 - card_creation - INFO - vL: All other OB: 6.0 / HBP: 0 / BB: 6.0 / Total Chances: 60.45 2025-02-16 17:12:49,067 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 0 / BB: 4.5 / Total Chances: 54.95 2025-02-16 17:12:49,067 - card_creation - INFO - vL: All Outs: 77.0 / Ks: 22.95 / Current Outs: 51.95 2025-02-16 17:12:49,067 - card_creation - INFO - vR: All Outs: 82.0 / Ks: 17.45 / Current Outs: 46.45 2025-02-16 17:12:49,067 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,067 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,067 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,067 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,067 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,067 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,067 - card_creation - INFO - vL - All Hits: 20.55 / Other OB: 9.05 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:49,067 - card_creation - INFO - vR - All Hits: 19.75 / Other OB: 8.4 / All Outs: 80.0 / Total: 29.0 2025-02-16 17:12:49,067 - card_creation - INFO - remaining singles: 4.440892098500626e-16 / total xbh: 8.400000000000002 2025-02-16 17:12:49,068 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 6.350000000000001 2025-02-16 17:12:49,068 - card_creation - INFO - vL: All Hits: 20.55 / BP Singles: 5.0 / Single 2: 3.75 / Single 1: 3.4 / Single CF: 0 2025-02-16 17:12:49,068 - card_creation - INFO - vR: All Hits: 19.75 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:49,068 - card_creation - INFO - hr%: 0.15 / tr%: 0.10 / do%: 0.75 2025-02-16 17:12:49,068 - card_creation - INFO - raw do chances: 6.3 2025-02-16 17:12:49,068 - card_creation - INFO - Double**: 6.3 / Double(cf): 0.0 / rem xbh: 2.1000000000000023 2025-02-16 17:12:49,068 - card_creation - INFO - Triple: 0 / rem xbh: 2.1 2025-02-16 17:12:49,068 - card_creation - INFO - raw hr chances: 2.1 2025-02-16 17:12:49,068 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,068 - card_creation - INFO - excess xbh: 0.10000000000000009 2025-02-16 17:12:49,068 - card_creation - INFO - Passing 0.10000000000000009 xbh to double** 2025-02-16 17:12:49,068 - card_creation - INFO - hr%: 0.45 / tr%: 0.05 / do%: 0.50 2025-02-16 17:12:49,068 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:49,068 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 3.1000000000000014 2025-02-16 17:12:49,068 - card_creation - INFO - Triple: 0 / rem xbh: 3.1 2025-02-16 17:12:49,068 - card_creation - INFO - raw hr chances: 3.1 2025-02-16 17:12:49,068 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.1 2025-02-16 17:12:49,068 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,068 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.05 2025-02-16 17:12:49,068 - card_creation - INFO - self.hbp: 0 / self.walk: 9.05 2025-02-16 17:12:49,068 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 8.4 2025-02-16 17:12:49,068 - card_creation - INFO - self.hbp: 0 / self.walk: 8.4 2025-02-16 17:12:49,068 - card_creation - INFO - vL: All other OB: 9.05 / HBP: 0 / BB: 9.05 / Total Chances: 58.6 2025-02-16 17:12:49,068 - card_creation - INFO - vR: All other OB: 8.4 / HBP: 0 / BB: 8.4 / Total Chances: 57.15 2025-02-16 17:12:49,068 - card_creation - INFO - vL: All Outs: 78.5 / Ks: 25.900000000000002 / Current Outs: 54.9 2025-02-16 17:12:49,068 - card_creation - INFO - vR: All Outs: 80.0 / Ks: 16.55 / Current Outs: 45.55 2025-02-16 17:12:49,068 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,068 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,068 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,068 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,068 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,068 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,069 - card_creation - INFO - vL - All Hits: 8.7 / Other OB: 0.0 / All Outs: 99.5 / Total: 29.0 2025-02-16 17:12:49,069 - card_creation - INFO - vR - All Hits: 22.4 / Other OB: 4.25 / All Outs: 81.5 / Total: 29.0 2025-02-16 17:12:49,069 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: -0.10000000000000142 2025-02-16 17:12:49,069 - card_creation - INFO - remaining singles: -0.049999999999998934 / total xbh: 6.0 2025-02-16 17:12:49,069 - card_creation - INFO - vL: All Hits: 8.7 / BP Singles: 5.0 / Single 2: 1.9 / Single 1: 1.9 / Single CF: 0 2025-02-16 17:12:49,069 - card_creation - INFO - vR: All Hits: 22.4 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.7 / Single CF: 0 2025-02-16 17:12:49,069 - card_creation - INFO - hr%: 0.30 / tr%: 0.00 / do%: 0.70 2025-02-16 17:12:49,069 - card_creation - INFO - raw do chances: 4.25 2025-02-16 17:12:49,069 - card_creation - INFO - Double**: 4.25 / Double(cf): 0.0 / rem xbh: 1.75 2025-02-16 17:12:49,069 - card_creation - INFO - Triple: 0 / rem xbh: 1.75 2025-02-16 17:12:49,069 - card_creation - INFO - raw hr chances: 1.75 2025-02-16 17:12:49,069 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.75 2025-02-16 17:12:49,069 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,069 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.25 2025-02-16 17:12:49,069 - card_creation - INFO - self.hbp: 0 / self.walk: 4.25 2025-02-16 17:12:49,069 - card_creation - INFO - vL: All other OB: 0.0 / HBP: 0.0 / BB: 0.0 / Total Chances: 37.8 2025-02-16 17:12:49,069 - card_creation - INFO - vR: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 55.65 2025-02-16 17:12:49,069 - card_creation - INFO - vL: All Outs: 99.5 / Ks: 25.95 / Current Outs: 54.95 2025-02-16 17:12:49,069 - card_creation - INFO - vR: All Outs: 81.5 / Ks: 24.7 / Current Outs: 53.7 2025-02-16 17:12:49,069 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,069 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,069 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,069 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,069 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,070 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,070 - card_creation - INFO - vL - All Hits: 13.4 / Other OB: 10.65 / All Outs: 84.0 / Total: 29.0 2025-02-16 17:12:49,070 - card_creation - INFO - vR - All Hits: 14.5 / Other OB: 4.5 / All Outs: 89.0 / Total: 29.0 2025-02-16 17:12:49,070 - card_creation - INFO - remaining singles: -0.25 / total xbh: 1.9999999999999991 2025-02-16 17:12:49,070 - card_creation - INFO - remaining singles: -0.050000000000000044 / total xbh: 7.200000000000001 2025-02-16 17:12:49,070 - card_creation - INFO - vL: All Hits: 13.4 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:49,070 - card_creation - INFO - vR: All Hits: 14.5 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 1.1 / Single CF: 0 2025-02-16 17:12:49,070 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,070 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:49,070 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: -0.10000000000000098 2025-02-16 17:12:49,070 - card_creation - INFO - Triple: 0 / rem xbh: -0.1 2025-02-16 17:12:49,070 - card_creation - INFO - raw hr chances: -0.1 2025-02-16 17:12:49,070 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,070 - card_creation - INFO - excess xbh: -0.1 2025-02-16 17:12:49,070 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:49,070 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:49,070 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.000000000000001 2025-02-16 17:12:49,071 - card_creation - INFO - Triple: 0 / rem xbh: 3.0 2025-02-16 17:12:49,071 - card_creation - INFO - raw hr chances: 3.0 2025-02-16 17:12:49,071 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.0 2025-02-16 17:12:49,071 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,071 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 10.65 2025-02-16 17:12:49,071 - card_creation - INFO - self.hbp: 2.0 / self.walk: 8.65 2025-02-16 17:12:49,071 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 4.5 2025-02-16 17:12:49,071 - card_creation - INFO - self.hbp: 2.0 / self.walk: 2.5 2025-02-16 17:12:49,071 - card_creation - INFO - vL: All other OB: 10.65 / HBP: 2.0 / BB: 8.65 / Total Chances: 53.15 2025-02-16 17:12:49,071 - card_creation - INFO - vR: All other OB: 4.5 / HBP: 2.0 / BB: 2.5 / Total Chances: 48.0 2025-02-16 17:12:49,071 - card_creation - INFO - vL: All Outs: 84.0 / Ks: 26.3 / Current Outs: 55.3 2025-02-16 17:12:49,071 - card_creation - INFO - vR: All Outs: 89.0 / Ks: 19.45 / Current Outs: 48.45 2025-02-16 17:12:49,071 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,071 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,071 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,071 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,071 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,071 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,071 - card_creation - INFO - vL - All Hits: 23.4 / Other OB: 9.7 / All Outs: 75.0 / Total: 29.0 2025-02-16 17:12:49,071 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 14.15 / All Outs: 72.0 / Total: 29.0 2025-02-16 17:12:49,072 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 5.849999999999998 2025-02-16 17:12:49,072 - card_creation - INFO - remaining singles: -0.10000000000000053 / total xbh: 10.150000000000002 2025-02-16 17:12:49,072 - card_creation - INFO - vL: All Hits: 23.4 / BP Singles: 5.0 / Single 2: 6.3 / Single 1: 6.25 / Single CF: 0 2025-02-16 17:12:49,072 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 3.2 / Single CF: 0 2025-02-16 17:12:49,072 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:49,072 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:49,072 - card_creation - INFO - Double**: 3.5 / Double(cf): 0.0 / rem xbh: 2.349999999999998 2025-02-16 17:12:49,072 - card_creation - INFO - Triple: 0 / rem xbh: 2.35 2025-02-16 17:12:49,072 - card_creation - INFO - raw hr chances: 2.35 2025-02-16 17:12:49,072 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,072 - card_creation - INFO - excess xbh: 0.3500000000000001 2025-02-16 17:12:49,072 - card_creation - INFO - Passing 0.3500000000000001 xbh to double** 2025-02-16 17:12:49,072 - card_creation - INFO - hr%: 0.45 / tr%: 0.10 / do%: 0.45 2025-02-16 17:12:49,072 - card_creation - INFO - raw do chances: 4.75 2025-02-16 17:12:49,072 - card_creation - INFO - Double**: 4.75 / Double(cf): 0.0 / rem xbh: 5.400000000000002 2025-02-16 17:12:49,072 - card_creation - INFO - Triple: 0 / rem xbh: 5.4 2025-02-16 17:12:49,072 - card_creation - INFO - raw hr chances: 5.4 2025-02-16 17:12:49,072 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.4 2025-02-16 17:12:49,072 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,072 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.7 2025-02-16 17:12:49,072 - card_creation - INFO - self.hbp: 0 / self.walk: 9.7 2025-02-16 17:12:49,072 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 14.15 2025-02-16 17:12:49,072 - card_creation - INFO - self.hbp: 1.0 / self.walk: 13.15 2025-02-16 17:12:49,072 - card_creation - INFO - vL: All other OB: 9.7 / HBP: 0 / BB: 9.7 / Total Chances: 62.1 2025-02-16 17:12:49,072 - card_creation - INFO - vR: All other OB: 14.15 / HBP: 1.0 / BB: 13.15 / Total Chances: 64.75 2025-02-16 17:12:49,072 - card_creation - INFO - vL: All Outs: 75.0 / Ks: 15.249999999999998 / Current Outs: 44.25 2025-02-16 17:12:49,072 - card_creation - INFO - vR: All Outs: 72.0 / Ks: 19.799999999999997 / Current Outs: 48.8 2025-02-16 17:12:49,072 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,072 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,072 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,072 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,072 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,072 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,073 - card_creation - INFO - vL - All Hits: 36.4 / Other OB: 12.5 / All Outs: 59.0 / Total: 29.0 2025-02-16 17:12:49,073 - card_creation - INFO - vR - All Hits: 20.85 / Other OB: 11.3 / All Outs: 76.0 / Total: 29.0 2025-02-16 17:12:49,073 - card_creation - INFO - remaining singles: 0.0 / total xbh: 2.299999999999997 2025-02-16 17:12:49,073 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 9.900000000000002 2025-02-16 17:12:49,073 - card_creation - INFO - vL: All Hits: 36.4 / BP Singles: 5.0 / Single 2: 14.55 / Single 1: 14.55 / Single CF: 0 2025-02-16 17:12:49,073 - card_creation - INFO - vR: All Hits: 20.85 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:49,073 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 17:12:49,073 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,073 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 2.299999999999997 2025-02-16 17:12:49,073 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:49,073 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:49,073 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,073 - card_creation - INFO - excess xbh: 0.2999999999999998 2025-02-16 17:12:49,073 - card_creation - INFO - Passing 0.2999999999999998 xbh to single** 2025-02-16 17:12:49,073 - card_creation - INFO - hr%: 0.45 / tr%: 0.00 / do%: 0.55 2025-02-16 17:12:49,073 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:49,073 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 4.200000000000002 2025-02-16 17:12:49,073 - card_creation - INFO - Triple: 0 / rem xbh: 4.2 2025-02-16 17:12:49,073 - card_creation - INFO - raw hr chances: 4.2 2025-02-16 17:12:49,073 - card_creation - INFO - BP HR: 0.0 / ND HR: 4.2 2025-02-16 17:12:49,073 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,074 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.5 2025-02-16 17:12:49,074 - card_creation - INFO - self.hbp: 0 / self.walk: 12.5 2025-02-16 17:12:49,074 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.3 2025-02-16 17:12:49,074 - card_creation - INFO - self.hbp: 0 / self.walk: 11.3 2025-02-16 17:12:49,074 - card_creation - INFO - vL: All other OB: 12.5 / HBP: 0 / BB: 12.5 / Total Chances: 77.9 2025-02-16 17:12:49,074 - card_creation - INFO - vR: All other OB: 11.3 / HBP: 0 / BB: 11.3 / Total Chances: 61.15 2025-02-16 17:12:49,074 - card_creation - INFO - vL: All Outs: 59.0 / Ks: 19.45 / Current Outs: 48.45 2025-02-16 17:12:49,074 - card_creation - INFO - vR: All Outs: 76.0 / Ks: 41.650000000000006 / Current Outs: 70.65 2025-02-16 17:12:49,074 - card_creation - INFO - Remaining outs: -0.04999999999999716 2025-02-16 17:12:49,074 - card_creation - INFO - Passing -0.04999999999999716 outs to strikeouts 2025-02-16 17:12:49,074 - card_creation - INFO - Remaining outs: -0.20000000000000284 2025-02-16 17:12:49,074 - card_creation - INFO - Passing -0.20000000000000284 outs to strikeouts 2025-02-16 17:12:49,074 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,074 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,074 - card_creation - INFO - vL - All Hits: 18.7 / Other OB: 4.25 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:49,074 - card_creation - INFO - vR - All Hits: 16.6 / Other OB: 10.4 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:49,075 - card_creation - INFO - remaining singles: -0.25 / total xbh: 3.5 2025-02-16 17:12:49,075 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 2.0500000000000016 2025-02-16 17:12:49,075 - card_creation - INFO - vL: All Hits: 18.7 / BP Singles: 5.0 / Single 2: 5.1 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,075 - card_creation - INFO - vR: All Hits: 16.6 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:49,075 - card_creation - INFO - hr%: 0.20 / tr%: 0.20 / do%: 0.60 2025-02-16 17:12:49,075 - card_creation - INFO - raw do chances: 2.2 2025-02-16 17:12:49,075 - card_creation - INFO - Double**: 2.2 / Double(cf): 0.0 / rem xbh: 1.2999999999999998 2025-02-16 17:12:49,075 - card_creation - INFO - Triple: 0 / rem xbh: 1.3 2025-02-16 17:12:49,075 - card_creation - INFO - raw hr chances: 1.3 2025-02-16 17:12:49,075 - card_creation - INFO - BP HR: 0 / ND HR: 1.3 2025-02-16 17:12:49,075 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,075 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:49,075 - card_creation - INFO - raw do chances: 1.6 2025-02-16 17:12:49,075 - card_creation - INFO - Double**: 1.6 / Double(cf): 0.0 / rem xbh: 0.4500000000000015 2025-02-16 17:12:49,075 - card_creation - INFO - Triple: 0 / rem xbh: 0.45 2025-02-16 17:12:49,075 - card_creation - INFO - raw hr chances: 0.45 2025-02-16 17:12:49,075 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,075 - card_creation - INFO - excess xbh: 0.45 2025-02-16 17:12:49,075 - card_creation - INFO - Passing 0.45 xbh to double** 2025-02-16 17:12:49,075 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 4.25 2025-02-16 17:12:49,075 - card_creation - INFO - self.hbp: 0 / self.walk: 4.25 2025-02-16 17:12:49,075 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.4 2025-02-16 17:12:49,075 - card_creation - INFO - self.hbp: 0 / self.walk: 10.4 2025-02-16 17:12:49,075 - card_creation - INFO - vL: All other OB: 4.25 / HBP: 0 / BB: 4.25 / Total Chances: 51.95 2025-02-16 17:12:49,075 - card_creation - INFO - vR: All other OB: 10.4 / HBP: 0 / BB: 10.4 / Total Chances: 56.0 2025-02-16 17:12:49,075 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 11.699999999999998 / Current Outs: 40.7 2025-02-16 17:12:49,075 - card_creation - INFO - vR: All Outs: 81.0 / Ks: 34.550000000000004 / Current Outs: 63.55 2025-02-16 17:12:49,075 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,075 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,075 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,075 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,075 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,075 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,076 - card_creation - INFO - vL - All Hits: 24.0 / Other OB: 9.6 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:49,076 - card_creation - INFO - vR - All Hits: 20.0 / Other OB: 17.5 / All Outs: 70.5 / Total: 29.0 2025-02-16 17:12:49,076 - card_creation - INFO - remaining singles: -0.20000000000000107 / total xbh: 10.600000000000001 2025-02-16 17:12:49,076 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 17.75 2025-02-16 17:12:49,076 - card_creation - INFO - vL: All Hits: 24.0 / BP Singles: 5.0 / Single 2: 4.2 / Single 1: 4.2 / Single CF: 0 2025-02-16 17:12:49,076 - card_creation - INFO - vR: All Hits: 20.0 / BP Singles: 0.0 / Single 2: 1.2 / Single 1: 1.05 / Single CF: 0 2025-02-16 17:12:49,076 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,076 - card_creation - INFO - raw do chances: 10.6 2025-02-16 17:12:49,076 - card_creation - INFO - Double**: 10.6 / Double(cf): 0.0 / rem xbh: 1.7763568394002505e-15 2025-02-16 17:12:49,076 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,076 - card_creation - INFO - raw do chances: 17.75 2025-02-16 17:12:49,076 - card_creation - INFO - Double**: 17.75 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,076 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 9.6 2025-02-16 17:12:49,076 - card_creation - INFO - self.hbp: 0 / self.walk: 9.6 2025-02-16 17:12:49,076 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 17.5 2025-02-16 17:12:49,076 - card_creation - INFO - self.hbp: 0 / self.walk: 17.5 2025-02-16 17:12:49,076 - card_creation - INFO - vL: All other OB: 9.6 / HBP: 0 / BB: 9.6 / Total Chances: 62.6 2025-02-16 17:12:49,076 - card_creation - INFO - vR: All other OB: 17.5 / HBP: 0 / BB: 17.5 / Total Chances: 66.5 2025-02-16 17:12:49,077 - card_creation - INFO - vL: All Outs: 74.5 / Ks: 27.349999999999998 / Current Outs: 56.35 2025-02-16 17:12:49,077 - card_creation - INFO - vR: All Outs: 70.5 / Ks: 23.450000000000003 / Current Outs: 52.45 2025-02-16 17:12:49,077 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,077 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,077 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,077 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,077 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,077 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,077 - card_creation - INFO - vL - All Hits: 29.15 / Other OB: 25.2 / All Outs: 53.5 / Total: 29.0 2025-02-16 17:12:49,077 - card_creation - INFO - vR - All Hits: 25.8 / Other OB: 15.75 / All Outs: 66.5 / Total: 29.0 2025-02-16 17:12:49,077 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.549999999999997 2025-02-16 17:12:49,077 - card_creation - INFO - remaining singles: 8.881784197001252e-16 / total xbh: 7.949999999999999 2025-02-16 17:12:49,077 - card_creation - INFO - vL: All Hits: 29.15 / BP Singles: 5.0 / Single 2: 4.8 / Single 1: 4.8 / Single CF: 0 2025-02-16 17:12:49,077 - card_creation - INFO - vR: All Hits: 25.8 / BP Singles: 5.0 / Single 2: 6.45 / Single 1: 6.4 / Single CF: 0 2025-02-16 17:12:49,077 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:49,077 - card_creation - INFO - raw do chances: 10.9 2025-02-16 17:12:49,078 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.9 / rem xbh: 3.649999999999997 2025-02-16 17:12:49,078 - card_creation - INFO - Triple: 0 / rem xbh: 3.65 2025-02-16 17:12:49,078 - card_creation - INFO - raw hr chances: 3.65 2025-02-16 17:12:49,078 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.65 2025-02-16 17:12:49,078 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,078 - card_creation - INFO - hr%: 0.25 / tr%: 0.25 / do%: 0.50 2025-02-16 17:12:49,078 - card_creation - INFO - raw do chances: 4.2 2025-02-16 17:12:49,078 - card_creation - INFO - Double**: 4.2 / Double(cf): 0.0 / rem xbh: 3.749999999999999 2025-02-16 17:12:49,078 - card_creation - INFO - Triple: 0 / rem xbh: 3.75 2025-02-16 17:12:49,078 - card_creation - INFO - raw hr chances: 3.75 2025-02-16 17:12:49,078 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.75 2025-02-16 17:12:49,078 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,078 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 25.2 2025-02-16 17:12:49,078 - card_creation - INFO - self.hbp: 0 / self.walk: 25.2 2025-02-16 17:12:49,078 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 15.75 2025-02-16 17:12:49,078 - card_creation - INFO - self.hbp: 2.0 / self.walk: 13.75 2025-02-16 17:12:49,078 - card_creation - INFO - vL: All other OB: 25.2 / HBP: 0 / BB: 25.2 / Total Chances: 83.35 2025-02-16 17:12:49,078 - card_creation - INFO - vR: All other OB: 15.75 / HBP: 2.0 / BB: 13.75 / Total Chances: 70.55 2025-02-16 17:12:49,078 - card_creation - INFO - vL: All Outs: 53.5 / Ks: 3.750000000000001 / Current Outs: 32.75 2025-02-16 17:12:49,078 - card_creation - INFO - vR: All Outs: 66.5 / Ks: 5.200000000000001 / Current Outs: 34.2 2025-02-16 17:12:49,078 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,078 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,078 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,078 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,078 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,078 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,079 - card_creation - INFO - vL - All Hits: 27.0 / Other OB: 11.25 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:49,079 - card_creation - INFO - vR - All Hits: 13.0 / Other OB: 16.6 / All Outs: 78.5 / Total: 29.0 2025-02-16 17:12:49,079 - card_creation - INFO - remaining singles: 0.0 / total xbh: 14.399999999999999 2025-02-16 17:12:49,079 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 3.1999999999999993 2025-02-16 17:12:49,079 - card_creation - INFO - vL: All Hits: 27.0 / BP Singles: 5.0 / Single 2: 3.8 / Single 1: 3.8 / Single CF: 0 2025-02-16 17:12:49,079 - card_creation - INFO - vR: All Hits: 13.0 / BP Singles: 5.0 / Single 2: 2.4 / Single 1: 2.4 / Single CF: 0 2025-02-16 17:12:49,079 - card_creation - INFO - hr%: 0.25 / tr%: 0.00 / do%: 0.75 2025-02-16 17:12:49,079 - card_creation - INFO - raw do chances: 10.8 2025-02-16 17:12:49,079 - card_creation - INFO - Double**: 0.0 / Double(cf): 10.8 / rem xbh: 3.599999999999998 2025-02-16 17:12:49,079 - card_creation - INFO - Triple: 0 / rem xbh: 3.6 2025-02-16 17:12:49,079 - card_creation - INFO - raw hr chances: 3.6 2025-02-16 17:12:49,079 - card_creation - INFO - BP HR: 1.0 / ND HR: 2.6 2025-02-16 17:12:49,079 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,079 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,079 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:49,079 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: -0.05000000000000071 2025-02-16 17:12:49,079 - card_creation - INFO - Triple: 0 / rem xbh: -0.05 2025-02-16 17:12:49,079 - card_creation - INFO - raw hr chances: -0.05 2025-02-16 17:12:49,079 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,079 - card_creation - INFO - excess xbh: -0.05 2025-02-16 17:12:49,079 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.25 2025-02-16 17:12:49,079 - card_creation - INFO - self.hbp: 0 / self.walk: 11.25 2025-02-16 17:12:49,079 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 16.6 2025-02-16 17:12:49,079 - card_creation - INFO - self.hbp: 0 / self.walk: 16.6 2025-02-16 17:12:49,079 - card_creation - INFO - vL: All other OB: 11.25 / HBP: 0 / BB: 11.25 / Total Chances: 67.25 2025-02-16 17:12:49,079 - card_creation - INFO - vR: All other OB: 16.6 / HBP: 0 / BB: 16.6 / Total Chances: 58.65 2025-02-16 17:12:49,079 - card_creation - INFO - vL: All Outs: 70.0 / Ks: 20.7 / Current Outs: 49.7 2025-02-16 17:12:49,079 - card_creation - INFO - vR: All Outs: 78.5 / Ks: 25.349999999999998 / Current Outs: 54.35 2025-02-16 17:12:49,079 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,079 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,080 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,080 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,080 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,080 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,080 - card_creation - INFO - vL - All Hits: 16.2 / Other OB: 6.75 / All Outs: 85.0 / Total: 29.0 2025-02-16 17:12:49,080 - card_creation - INFO - vR - All Hits: 27.45 / Other OB: 10.8 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:49,080 - card_creation - INFO - remaining singles: -0.09999999999999964 / total xbh: 5.300000000000001 2025-02-16 17:12:49,080 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 15.650000000000002 2025-02-16 17:12:49,080 - card_creation - INFO - vL: All Hits: 16.2 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:49,080 - card_creation - INFO - vR: All Hits: 27.45 / BP Singles: 5.0 / Single 2: 3.4 / Single 1: 0.0 / Single CF: 3.4 2025-02-16 17:12:49,080 - card_creation - INFO - hr%: 0.35 / tr%: 0.35 / do%: 0.35 2025-02-16 17:12:49,080 - card_creation - INFO - raw do chances: 1.9 2025-02-16 17:12:49,080 - card_creation - INFO - Double**: 1.9 / Double(cf): 0.0 / rem xbh: 3.400000000000001 2025-02-16 17:12:49,080 - card_creation - INFO - Triple: 1.2 / rem xbh: 2.2 2025-02-16 17:12:49,080 - card_creation - INFO - raw hr chances: 2.2 2025-02-16 17:12:49,080 - card_creation - INFO - BP HR: 0 / ND HR: 2.2 2025-02-16 17:12:49,080 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,080 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,081 - card_creation - INFO - raw do chances: 7.85 2025-02-16 17:12:49,081 - card_creation - INFO - Double**: 0.0 / Double(cf): 7.85 / rem xbh: 7.8000000000000025 2025-02-16 17:12:49,081 - card_creation - INFO - Triple: 0 / rem xbh: 7.8 2025-02-16 17:12:49,081 - card_creation - INFO - raw hr chances: 7.8 2025-02-16 17:12:49,081 - card_creation - INFO - BP HR: 0.0 / ND HR: 7.8 2025-02-16 17:12:49,081 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,081 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 6.75 2025-02-16 17:12:49,081 - card_creation - INFO - self.hbp: 2.0 / self.walk: 4.75 2025-02-16 17:12:49,081 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 10.8 2025-02-16 17:12:49,081 - card_creation - INFO - self.hbp: 0 / self.walk: 10.8 2025-02-16 17:12:49,081 - card_creation - INFO - vL: All other OB: 6.75 / HBP: 2.0 / BB: 4.75 / Total Chances: 51.95 2025-02-16 17:12:49,081 - card_creation - INFO - vR: All other OB: 10.8 / HBP: 0 / BB: 10.8 / Total Chances: 67.25 2025-02-16 17:12:49,081 - card_creation - INFO - vL: All Outs: 85.0 / Ks: 22.2 / Current Outs: 51.2 2025-02-16 17:12:49,081 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 13.149999999999999 / Current Outs: 42.15 2025-02-16 17:12:49,081 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,081 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,081 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,081 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,081 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,081 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,082 - card_creation - INFO - vL - All Hits: 10.95 / Other OB: 15.8 / All Outs: 81.0 / Total: 29.0 2025-02-16 17:12:49,082 - card_creation - INFO - vR - All Hits: 21.6 / Other OB: 12.0 / All Outs: 74.5 / Total: 29.0 2025-02-16 17:12:49,082 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 4.35 2025-02-16 17:12:49,082 - card_creation - INFO - remaining singles: 0.0 / total xbh: 7.600000000000001 2025-02-16 17:12:49,082 - card_creation - INFO - vL: All Hits: 10.95 / BP Singles: 5.0 / Single 2: 0 / Single 1: 1.6 / Single CF: 0 2025-02-16 17:12:49,082 - card_creation - INFO - vR: All Hits: 21.6 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.5 / Single CF: 0 2025-02-16 17:12:49,082 - card_creation - INFO - hr%: 0.00 / tr%: 0.50 / do%: 0.50 2025-02-16 17:12:49,082 - card_creation - INFO - raw do chances: 2.25 2025-02-16 17:12:49,082 - card_creation - INFO - Double**: 2.25 / Double(cf): 0.0 / rem xbh: 2.0999999999999996 2025-02-16 17:12:49,082 - card_creation - INFO - Triple: 1.1 / rem xbh: 1.0 2025-02-16 17:12:49,082 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:49,082 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,082 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,082 - card_creation - INFO - hr%: 0.65 / tr%: 0.15 / do%: 0.15 2025-02-16 17:12:49,082 - card_creation - INFO - raw do chances: 1.2 2025-02-16 17:12:49,082 - card_creation - INFO - Double**: 1.2 / Double(cf): 0.0 / rem xbh: 6.400000000000001 2025-02-16 17:12:49,082 - card_creation - INFO - Triple: 0 / rem xbh: 6.4 2025-02-16 17:12:49,082 - card_creation - INFO - raw hr chances: 6.4 2025-02-16 17:12:49,082 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.4 2025-02-16 17:12:49,083 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,083 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.8 2025-02-16 17:12:49,083 - card_creation - INFO - self.hbp: 0 / self.walk: 15.8 2025-02-16 17:12:49,083 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 12.0 2025-02-16 17:12:49,083 - card_creation - INFO - self.hbp: 2.0 / self.walk: 10.0 2025-02-16 17:12:49,083 - card_creation - INFO - vL: All other OB: 15.8 / HBP: 0 / BB: 15.8 / Total Chances: 55.75 2025-02-16 17:12:49,083 - card_creation - INFO - vR: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 62.6 2025-02-16 17:12:49,083 - card_creation - INFO - vL: All Outs: 81.0 / Ks: 19.15 / Current Outs: 48.15 2025-02-16 17:12:49,083 - card_creation - INFO - vR: All Outs: 74.5 / Ks: 4.950000000000001 / Current Outs: 33.95 2025-02-16 17:12:49,083 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,083 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,083 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,083 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,083 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,083 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,083 - card_creation - INFO - vL - All Hits: 21.75 / Other OB: 5.9 / All Outs: 80.5 / Total: 29.0 2025-02-16 17:12:49,083 - card_creation - INFO - vR - All Hits: 21.95 / Other OB: 12.05 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:49,084 - card_creation - INFO - remaining singles: 0.0 / total xbh: 11.25 2025-02-16 17:12:49,084 - card_creation - INFO - remaining singles: -0.25 / total xbh: 6.149999999999997 2025-02-16 17:12:49,084 - card_creation - INFO - vL: All Hits: 21.75 / BP Singles: 5.0 / Single 2: 2.75 / Single 1: 2.75 / Single CF: 0 2025-02-16 17:12:49,084 - card_creation - INFO - vR: All Hits: 21.95 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.4 / Single CF: 0 2025-02-16 17:12:49,084 - card_creation - INFO - hr%: 0.05 / tr%: 0.25 / do%: 0.70 2025-02-16 17:12:49,084 - card_creation - INFO - raw do chances: 7.85 2025-02-16 17:12:49,084 - card_creation - INFO - Double**: 7.85 / Double(cf): 0.0 / rem xbh: 3.4000000000000004 2025-02-16 17:12:49,084 - card_creation - INFO - Triple: 0 / rem xbh: 3.4 2025-02-16 17:12:49,084 - card_creation - INFO - raw hr chances: 3.4 2025-02-16 17:12:49,084 - card_creation - INFO - BP HR: 3.0 / ND HR: 0.0 2025-02-16 17:12:49,084 - card_creation - INFO - excess xbh: 0.3999999999999999 2025-02-16 17:12:49,084 - card_creation - INFO - Passing 0.3999999999999999 xbh to double** 2025-02-16 17:12:49,084 - card_creation - INFO - hr%: 0.20 / tr%: 0.00 / do%: 0.80 2025-02-16 17:12:49,084 - card_creation - INFO - raw do chances: 5.1 2025-02-16 17:12:49,084 - card_creation - INFO - Double**: 5.1 / Double(cf): 0.0 / rem xbh: 1.0499999999999972 2025-02-16 17:12:49,084 - card_creation - INFO - Triple: 0 / rem xbh: 1.05 2025-02-16 17:12:49,084 - card_creation - INFO - raw hr chances: 1.05 2025-02-16 17:12:49,084 - card_creation - INFO - BP HR: 0 / ND HR: 1.05 2025-02-16 17:12:49,084 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,084 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 5.9 2025-02-16 17:12:49,084 - card_creation - INFO - self.hbp: 0 / self.walk: 5.9 2025-02-16 17:12:49,084 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 12.05 2025-02-16 17:12:49,084 - card_creation - INFO - self.hbp: 0 / self.walk: 12.05 2025-02-16 17:12:49,084 - card_creation - INFO - vL: All other OB: 5.9 / HBP: 0 / BB: 5.9 / Total Chances: 56.65 2025-02-16 17:12:49,084 - card_creation - INFO - vR: All other OB: 12.05 / HBP: 0 / BB: 12.05 / Total Chances: 63.0 2025-02-16 17:12:49,084 - card_creation - INFO - vL: All Outs: 80.5 / Ks: 10.049999999999997 / Current Outs: 39.05 2025-02-16 17:12:49,084 - card_creation - INFO - vR: All Outs: 74.0 / Ks: 16.9 / Current Outs: 45.9 2025-02-16 17:12:49,084 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,084 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,084 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,084 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,084 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,084 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,085 - card_creation - INFO - vL - All Hits: 25.05 / Other OB: 3.25 / All Outs: 79.5 / Total: 29.0 2025-02-16 17:12:49,085 - card_creation - INFO - vR - All Hits: 28.8 / Other OB: 20.35 / All Outs: 59.0 / Total: 29.0 2025-02-16 17:12:49,085 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 13.600000000000001 2025-02-16 17:12:49,085 - card_creation - INFO - remaining singles: 0.0 / total xbh: 9.100000000000003 2025-02-16 17:12:49,085 - card_creation - INFO - vL: All Hits: 25.05 / BP Singles: 5.0 / Single 2: 3.25 / Single 1: 0.0 / Single CF: 3.2 2025-02-16 17:12:49,085 - card_creation - INFO - vR: All Hits: 28.8 / BP Singles: 5.0 / Single 2: 7.35 / Single 1: 7.35 / Single CF: 0 2025-02-16 17:12:49,085 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,085 - card_creation - INFO - raw do chances: 6.8 2025-02-16 17:12:49,085 - card_creation - INFO - Double**: 0.0 / Double(cf): 6.8 / rem xbh: 6.800000000000002 2025-02-16 17:12:49,085 - card_creation - INFO - Triple: 0 / rem xbh: 6.8 2025-02-16 17:12:49,085 - card_creation - INFO - raw hr chances: 6.8 2025-02-16 17:12:49,085 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.8 2025-02-16 17:12:49,085 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,085 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:49,085 - card_creation - INFO - raw do chances: 3.25 2025-02-16 17:12:49,085 - card_creation - INFO - Double**: 3.25 / Double(cf): 0.0 / rem xbh: 5.850000000000003 2025-02-16 17:12:49,085 - card_creation - INFO - Triple: 0 / rem xbh: 5.85 2025-02-16 17:12:49,085 - card_creation - INFO - raw hr chances: 5.85 2025-02-16 17:12:49,085 - card_creation - INFO - BP HR: 0.0 / ND HR: 5.85 2025-02-16 17:12:49,085 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,085 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.25 2025-02-16 17:12:49,085 - card_creation - INFO - self.hbp: 0 / self.walk: 3.25 2025-02-16 17:12:49,085 - card_creation - INFO - hbp value candidate: 6.0 / all_other_ob: 20.35 2025-02-16 17:12:49,085 - card_creation - INFO - self.hbp: 6.0 / self.walk: 14.35 2025-02-16 17:12:49,085 - card_creation - INFO - vL: All other OB: 3.25 / HBP: 0 / BB: 3.25 / Total Chances: 57.3 2025-02-16 17:12:49,085 - card_creation - INFO - vR: All other OB: 20.35 / HBP: 6.0 / BB: 14.35 / Total Chances: 78.15 2025-02-16 17:12:49,086 - card_creation - INFO - vL: All Outs: 79.5 / Ks: 29.7 / Current Outs: 58.7 2025-02-16 17:12:49,086 - card_creation - INFO - vR: All Outs: 59.0 / Ks: 12.6 / Current Outs: 41.6 2025-02-16 17:12:49,086 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,086 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,086 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,086 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,086 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,086 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,086 - card_creation - INFO - vL - All Hits: 23.6 / Other OB: 13.3 / All Outs: 71.0 / Total: 29.0 2025-02-16 17:12:49,086 - card_creation - INFO - vR - All Hits: 19.95 / Other OB: 11.5 / All Outs: 76.5 / Total: 29.0 2025-02-16 17:12:49,086 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 8.1 2025-02-16 17:12:49,086 - card_creation - INFO - remaining singles: -0.1999999999999993 / total xbh: 5.699999999999999 2025-02-16 17:12:49,086 - card_creation - INFO - vL: All Hits: 23.6 / BP Singles: 5.0 / Single 2: 5.4 / Single 1: 5.1 / Single CF: 0 2025-02-16 17:12:49,086 - card_creation - INFO - vR: All Hits: 19.95 / BP Singles: 5.0 / Single 2: 4.5 / Single 1: 4.75 / Single CF: 0 2025-02-16 17:12:49,087 - card_creation - INFO - hr%: 0.20 / tr%: 0.10 / do%: 0.70 2025-02-16 17:12:49,087 - card_creation - INFO - raw do chances: 5.7 2025-02-16 17:12:49,087 - card_creation - INFO - Double**: 5.7 / Double(cf): 0.0 / rem xbh: 2.3999999999999995 2025-02-16 17:12:49,087 - card_creation - INFO - Triple: 0 / rem xbh: 2.4 2025-02-16 17:12:49,087 - card_creation - INFO - raw hr chances: 2.4 2025-02-16 17:12:49,087 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.4 2025-02-16 17:12:49,087 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,087 - card_creation - INFO - hr%: 0.50 / tr%: 0.10 / do%: 0.40 2025-02-16 17:12:49,087 - card_creation - INFO - raw do chances: 2.4 2025-02-16 17:12:49,087 - card_creation - INFO - Double**: 2.4 / Double(cf): 0.0 / rem xbh: 3.2999999999999994 2025-02-16 17:12:49,087 - card_creation - INFO - Triple: 0 / rem xbh: 3.3 2025-02-16 17:12:49,087 - card_creation - INFO - raw hr chances: 3.3 2025-02-16 17:12:49,087 - card_creation - INFO - BP HR: 2.0 / ND HR: 1.3 2025-02-16 17:12:49,087 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,087 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.3 2025-02-16 17:12:49,087 - card_creation - INFO - self.hbp: 0 / self.walk: 13.3 2025-02-16 17:12:49,087 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 11.5 2025-02-16 17:12:49,087 - card_creation - INFO - self.hbp: 0 / self.walk: 11.5 2025-02-16 17:12:49,087 - card_creation - INFO - vL: All other OB: 13.3 / HBP: 0 / BB: 13.3 / Total Chances: 65.9 2025-02-16 17:12:49,087 - card_creation - INFO - vR: All other OB: 11.5 / HBP: 0 / BB: 11.5 / Total Chances: 60.45 2025-02-16 17:12:49,087 - card_creation - INFO - vL: All Outs: 71.0 / Ks: 18.65 / Current Outs: 47.65 2025-02-16 17:12:49,087 - card_creation - INFO - vR: All Outs: 76.5 / Ks: 21.45 / Current Outs: 50.45 2025-02-16 17:12:49,087 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,087 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,087 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,087 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,087 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,087 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,088 - card_creation - INFO - vL - All Hits: 24.1 / Other OB: 13.35 / All Outs: 70.5 / Total: 29.0 2025-02-16 17:12:49,088 - card_creation - INFO - vR - All Hits: 0.0 / Other OB: 15.0 / All Outs: 93.0 / Total: 29.0 2025-02-16 17:12:49,088 - card_creation - INFO - remaining singles: 0.0 / total xbh: 3.1000000000000014 2025-02-16 17:12:49,088 - card_creation - INFO - remaining singles: 0.0 / total xbh: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - vL: All Hits: 24.1 / BP Singles: 5.0 / Single 2: 8.0 / Single 1: 8.0 / Single CF: 0 2025-02-16 17:12:49,088 - card_creation - INFO - vR: All Hits: 0.0 / BP Singles: 0.0 / Single 2: 0 / Single 1: 0 / Single CF: 0 2025-02-16 17:12:49,088 - card_creation - INFO - hr%: 0.15 / tr%: 0.15 / do%: 0.65 2025-02-16 17:12:49,088 - card_creation - INFO - raw do chances: 2.1 2025-02-16 17:12:49,088 - card_creation - INFO - Double**: 2.1 / Double(cf): 0.0 / rem xbh: 1.0000000000000013 2025-02-16 17:12:49,088 - card_creation - INFO - Triple: 0 / rem xbh: 1.0 2025-02-16 17:12:49,088 - card_creation - INFO - raw hr chances: 1.0 2025-02-16 17:12:49,088 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,088 - card_creation - INFO - raw do chances: 0 2025-02-16 17:12:49,088 - card_creation - INFO - Double**: 0 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 13.35 2025-02-16 17:12:49,088 - card_creation - INFO - self.hbp: 0 / self.walk: 13.35 2025-02-16 17:12:49,088 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 15.0 2025-02-16 17:12:49,088 - card_creation - INFO - self.hbp: 0 / self.walk: 15.0 2025-02-16 17:12:49,088 - card_creation - INFO - vL: All other OB: 13.35 / HBP: 0 / BB: 13.35 / Total Chances: 66.45 2025-02-16 17:12:49,088 - card_creation - INFO - vR: All other OB: 15.0 / HBP: 0 / BB: 15.0 / Total Chances: 44.0 2025-02-16 17:12:49,088 - card_creation - INFO - vL: All Outs: 70.5 / Ks: 5.600000000000001 / Current Outs: 34.6 2025-02-16 17:12:49,088 - card_creation - INFO - vR: All Outs: 93.0 / Ks: 22.949999999999996 / Current Outs: 51.95 2025-02-16 17:12:49,088 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,088 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,088 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,088 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,088 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,089 - card_creation - INFO - vL - All Hits: 22.05 / Other OB: 12.0 / All Outs: 74.0 / Total: 29.0 2025-02-16 17:12:49,089 - card_creation - INFO - vR - All Hits: 22.35 / Other OB: 3.2 / All Outs: 82.5 / Total: 29.0 2025-02-16 17:12:49,089 - card_creation - INFO - remaining singles: 1.7763568394002505e-15 / total xbh: 2.95 2025-02-16 17:12:49,089 - card_creation - INFO - remaining singles: -8.881784197001252e-16 / total xbh: 5.900000000000002 2025-02-16 17:12:49,089 - card_creation - INFO - vL: All Hits: 22.05 / BP Singles: 5.0 / Single 2: 7.05 / Single 1: 7.05 / Single CF: 0 2025-02-16 17:12:49,089 - card_creation - INFO - vR: All Hits: 22.35 / BP Singles: 5.0 / Single 2: 5.7 / Single 1: 5.75 / Single CF: 0 2025-02-16 17:12:49,089 - card_creation - INFO - hr%: 0.50 / tr%: 0.00 / do%: 0.50 2025-02-16 17:12:49,089 - card_creation - INFO - raw do chances: 1.5 2025-02-16 17:12:49,089 - card_creation - INFO - Double**: 1.5 / Double(cf): 0.0 / rem xbh: 1.4500000000000002 2025-02-16 17:12:49,089 - card_creation - INFO - Triple: 0 / rem xbh: 1.45 2025-02-16 17:12:49,089 - card_creation - INFO - raw hr chances: 1.45 2025-02-16 17:12:49,089 - card_creation - INFO - BP HR: 1.0 / ND HR: 0.0 2025-02-16 17:12:49,089 - card_creation - INFO - excess xbh: 0.44999999999999996 2025-02-16 17:12:49,089 - card_creation - INFO - Passing 0.44999999999999996 xbh to double** 2025-02-16 17:12:49,089 - card_creation - INFO - hr%: 0.40 / tr%: 0.00 / do%: 0.60 2025-02-16 17:12:49,089 - card_creation - INFO - raw do chances: 3.6 2025-02-16 17:12:49,089 - card_creation - INFO - Double**: 3.6 / Double(cf): 0.0 / rem xbh: 2.300000000000002 2025-02-16 17:12:49,089 - card_creation - INFO - Triple: 0 / rem xbh: 2.3 2025-02-16 17:12:49,089 - card_creation - INFO - raw hr chances: 2.3 2025-02-16 17:12:49,089 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.3 2025-02-16 17:12:49,089 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,089 - card_creation - INFO - hbp value candidate: 2.0 / all_other_ob: 12.0 2025-02-16 17:12:49,090 - card_creation - INFO - self.hbp: 2.0 / self.walk: 10.0 2025-02-16 17:12:49,090 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 3.2 2025-02-16 17:12:49,090 - card_creation - INFO - self.hbp: 0 / self.walk: 3.2 2025-02-16 17:12:49,090 - card_creation - INFO - vL: All other OB: 12.0 / HBP: 2.0 / BB: 10.0 / Total Chances: 63.05 2025-02-16 17:12:49,090 - card_creation - INFO - vR: All other OB: 3.2 / HBP: 0 / BB: 3.2 / Total Chances: 54.55 2025-02-16 17:12:49,090 - card_creation - INFO - vL: All Outs: 74.0 / Ks: 7.950000000000002 / Current Outs: 36.95 2025-02-16 17:12:49,090 - card_creation - INFO - vR: All Outs: 82.5 / Ks: 12.749999999999998 / Current Outs: 41.75 2025-02-16 17:12:49,090 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,090 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,090 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,090 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,090 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,090 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,090 - card_creation - INFO - vL - All Hits: 54.35 / Other OB: 14.9 / All Outs: 39.0 / Total: 29.0 2025-02-16 17:12:49,090 - card_creation - INFO - vR - All Hits: 17.2 / Other OB: 20.85 / All Outs: 70.0 / Total: 29.0 2025-02-16 17:12:49,090 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 46.1 2025-02-16 17:12:49,091 - card_creation - INFO - remaining singles: -0.050000000000000266 / total xbh: 9.8 2025-02-16 17:12:49,091 - card_creation - INFO - vL: All Hits: 54.35 / BP Singles: 5.0 / Single 2: 1.65 / Single 1: 0.0 / Single CF: 1.6 2025-02-16 17:12:49,091 - card_creation - INFO - vR: All Hits: 17.2 / BP Singles: 5.0 / Single 2: 1.2 / Single 1: 0.0 / Single CF: 1.2 2025-02-16 17:12:49,091 - card_creation - INFO - hr%: 0.20 / tr%: 0.15 / do%: 0.65 2025-02-16 17:12:49,091 - card_creation - INFO - raw do chances: 29.95 2025-02-16 17:12:49,091 - card_creation - INFO - Double**: 0.0 / Double(cf): 29.95 / rem xbh: 16.150000000000002 2025-02-16 17:12:49,091 - card_creation - INFO - Triple: 2.4 / rem xbh: 13.75 2025-02-16 17:12:49,091 - card_creation - INFO - raw hr chances: 13.75 2025-02-16 17:12:49,091 - card_creation - INFO - BP HR: 0.0 / ND HR: 13.75 2025-02-16 17:12:49,091 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,091 - card_creation - INFO - hr%: 0.65 / tr%: 0.00 / do%: 0.35 2025-02-16 17:12:49,091 - card_creation - INFO - raw do chances: 3.5 2025-02-16 17:12:49,091 - card_creation - INFO - Double**: 0.0 / Double(cf): 3.5 / rem xbh: 6.300000000000001 2025-02-16 17:12:49,091 - card_creation - INFO - Triple: 0 / rem xbh: 6.3 2025-02-16 17:12:49,091 - card_creation - INFO - raw hr chances: 6.3 2025-02-16 17:12:49,091 - card_creation - INFO - BP HR: 0.0 / ND HR: 6.3 2025-02-16 17:12:49,091 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,091 - card_creation - INFO - hbp value candidate: 0 / all_other_ob: 14.9 2025-02-16 17:12:49,091 - card_creation - INFO - self.hbp: 0 / self.walk: 14.9 2025-02-16 17:12:49,091 - card_creation - INFO - hbp value candidate: 8.0 / all_other_ob: 20.85 2025-02-16 17:12:49,091 - card_creation - INFO - self.hbp: 8.0 / self.walk: 12.85 2025-02-16 17:12:49,091 - card_creation - INFO - vL: All other OB: 14.9 / HBP: 0 / BB: 14.9 / Total Chances: 98.25 2025-02-16 17:12:49,091 - card_creation - INFO - vR: All other OB: 20.85 / HBP: 8.0 / BB: 12.85 / Total Chances: 67.05 2025-02-16 17:12:49,091 - card_creation - INFO - vL: All Outs: 39.0 / Ks: 26.05 / Current Outs: 55.05 2025-02-16 17:12:49,091 - card_creation - INFO - vR: All Outs: 70.0 / Ks: 23.099999999999998 / Current Outs: 52.1 2025-02-16 17:12:49,091 - card_creation - INFO - Remaining outs: -16.299999999999997 2025-02-16 17:12:49,091 - card_creation - INFO - Passing -16.299999999999997 outs to strikeouts 2025-02-16 17:12:49,091 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,091 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,091 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,091 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,092 - card_creation - INFO - vL - All Hits: 23.7 / Other OB: 11.15 / All Outs: 73.0 / Total: 29.0 2025-02-16 17:12:49,092 - card_creation - INFO - vR - All Hits: 18.35 / Other OB: 12.1 / All Outs: 77.5 / Total: 29.0 2025-02-16 17:12:49,092 - card_creation - INFO - remaining singles: -0.04999999999999982 / total xbh: 13.5 2025-02-16 17:12:49,092 - card_creation - INFO - remaining singles: -0.05000000000000071 / total xbh: 7.450000000000003 2025-02-16 17:12:49,092 - card_creation - INFO - vL: All Hits: 23.7 / BP Singles: 5.0 / Single 2: 2.7 / Single 1: 2.5 / Single CF: 0 2025-02-16 17:12:49,092 - card_creation - INFO - vR: All Hits: 18.35 / BP Singles: 5.0 / Single 2: 3.2 / Single 1: 2.7 / Single CF: 0 2025-02-16 17:12:49,092 - card_creation - INFO - hr%: 0.00 / tr%: 0.00 / do%: 1.00 2025-02-16 17:12:49,092 - card_creation - INFO - raw do chances: 13.5 2025-02-16 17:12:49,092 - card_creation - INFO - Double**: 13.5 / Double(cf): 0.0 / rem xbh: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - Triple: 0 / rem xbh: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - raw hr chances: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - BP HR: 0 / ND HR: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - excess xbh: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - hr%: 0.00 / tr%: 0.20 / do%: 0.80 2025-02-16 17:12:49,092 - card_creation - INFO - raw do chances: 5.95 2025-02-16 17:12:49,092 - card_creation - INFO - Double**: 5.95 / Double(cf): 0.0 / rem xbh: 1.5000000000000027 2025-02-16 17:12:49,092 - card_creation - INFO - Triple: 0 / rem xbh: 1.5 2025-02-16 17:12:49,092 - card_creation - INFO - raw hr chances: 1.5 2025-02-16 17:12:49,092 - card_creation - INFO - BP HR: 2.0 / ND HR: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - excess xbh: -0.5 2025-02-16 17:12:49,092 - card_creation - INFO - hbp value candidate: 4.0 / all_other_ob: 11.15 2025-02-16 17:12:49,092 - card_creation - INFO - self.hbp: 4.0 / self.walk: 7.15 2025-02-16 17:12:49,092 - card_creation - INFO - hbp value candidate: 1.0 / all_other_ob: 12.1 2025-02-16 17:12:49,092 - card_creation - INFO - self.hbp: 1.0 / self.walk: 11.1 2025-02-16 17:12:49,092 - card_creation - INFO - vL: All other OB: 11.15 / HBP: 4.0 / BB: 7.15 / Total Chances: 63.85 2025-02-16 17:12:49,092 - card_creation - INFO - vR: All other OB: 12.1 / HBP: 1.0 / BB: 11.1 / Total Chances: 59.95 2025-02-16 17:12:49,092 - card_creation - INFO - vL: All Outs: 73.0 / Ks: 40.800000000000004 / Current Outs: 69.8 2025-02-16 17:12:49,092 - card_creation - INFO - vR: All Outs: 77.5 / Ks: 14.850000000000001 / Current Outs: 43.85 2025-02-16 17:12:49,092 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,092 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,093 - card_creation - INFO - Remaining outs: 0.0 2025-02-16 17:12:49,093 - card_creation - INFO - Passing 0.0 outs to strikeouts 2025-02-16 17:12:49,093 - card_creation - INFO - vL: Total chances: 108.0 2025-02-16 17:12:49,093 - card_creation - INFO - vR: Total chances: 108.0 2025-02-16 17:12:49,100 - card_creation - INFO - get: players id: None params: [('bbref_id', 'finlech01'), ('cardset_id', 20)] 2025-02-16 17:12:49,238 - card_creation - INFO - session info: 2025-02-16 17:12:49,238 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 652, 'image': 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37565, 'team': 33, 'player': 10785, 'created': 1731963342653}, {'id': 37694, 'team': 47, 'player [ S N I P P E D ] 2025-02-16 17:12:49,238 - card_creation - INFO - patch: players [('cost', '652'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:49,367 - card_creation - INFO - return: {'player_id': 10785, 'p_name': 'Chuck Finley', 'cost': 652, 'image': 'https://pddev.manticorum.com/api/v2/players/10785/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 384, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b178e258_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'finlech01', 'fangr_id': '384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3823, 'first_name': 'Chuck', 'last_name': 'Finley', 'key_fangraphs': 384, 'key_bbref': 'finlech01', 'key_retro': 'finlc001', 'key_mlbam': 114133, 'offense_col': 1}} 2025-02-16 17:12:49,367 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pettian01'), ('cardset_id', 20)] 2025-02-16 17:12:49,480 - card_creation - INFO - session info: 2025-02-16 17:12:49,480 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 109, 'image': 'https://pddev.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pettian01', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36427, 'team': 69, 'player': 10786, 'created': 1730920176630}, {'id': 37002, 'team': 47, ' [ S N I P P E D ] 2025-02-16 17:12:49,480 - card_creation - INFO - patch: players [('cost', '109'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10786/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:49,822 - card_creation - INFO - return: {'player_id': 10786, 'p_name': 'Andy Pettitte', 'cost': 109, 'image': 'https://pddev.manticorum.com/api/v2/players/10786/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 840, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e8c2df3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pettian01', 'fangr_id': '840', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1944, 'first_name': 'Andy', 'last_name': 'Pettitte', 'key_fangraphs': 840, 'key_bbref': 'pettian01', 'key_retro': 'petta001', 'key_mlbam': 120485, 'offense_col': 1}} 2025-02-16 17:12:49,823 - card_creation - INFO - get: players id: None params: [('bbref_id', 'holmeda01'), ('cardset_id', 20)] 2025-02-16 17:12:49,942 - card_creation - INFO - session info: 2025-02-16 17:12:49,943 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 335, 'image': 'https://pddev.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'holmeda01', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:49,943 - card_creation - INFO - patch: players [('cost', '335'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11218/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:50,079 - card_creation - INFO - return: {'player_id': 11218, 'p_name': 'Darren Holmes', 'cost': 335, 'image': 'https://pddev.manticorum.com/api/v2/players/11218/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 95, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'holmeda01', 'fangr_id': '95', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4176, 'first_name': 'Darren', 'last_name': 'Holmes', 'key_fangraphs': 95, 'key_bbref': 'holmeda01', 'key_retro': 'holmd001', 'key_mlbam': 116100, 'offense_col': 2}} 2025-02-16 17:12:50,080 - card_creation - INFO - get: players id: None params: [('bbref_id', 'percitr01'), ('cardset_id', 20)] 2025-02-16 17:12:50,222 - card_creation - INFO - session info: 2025-02-16 17:12:50,222 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 413, 'image': 'https://pddev.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'percitr01', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:50,222 - card_creation - INFO - patch: players [('cost', '413'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11219/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:50,326 - card_creation - INFO - return: {'player_id': 11219, 'p_name': 'Troy Percival', 'cost': 413, 'image': 'https://pddev.manticorum.com/api/v2/players/11219/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 29, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9c60d06e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'percitr01', 'fangr_id': '29', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2835, 'first_name': 'Troy', 'last_name': 'Percival', 'key_fangraphs': 29, 'key_bbref': 'percitr01', 'key_retro': 'perct001', 'key_mlbam': 120401, 'offense_col': 1}} 2025-02-16 17:12:50,327 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hillke01'), ('cardset_id', 20)] 2025-02-16 17:12:50,406 - card_creation - INFO - session info: 2025-02-16 17:12:50,406 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillke01', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35583, 'team': 69, 'player': 10787, 'created': 1730616941189}, {'id': 35710, 'team': 47 [ S N I P P E D ] 2025-02-16 17:12:50,406 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10787/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:50,554 - card_creation - INFO - return: {'player_id': 10787, 'p_name': 'Ken Hill', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10787/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005827, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e599cae2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hillke01', 'fangr_id': '1005827', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3824, 'first_name': 'Ken', 'last_name': 'Hill', 'key_fangraphs': 1005827, 'key_bbref': 'hillke01', 'key_retro': 'hillk001', 'key_mlbam': 115941, 'offense_col': 1}} 2025-02-16 17:12:50,555 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsda01'), ('cardset_id', 20)] 2025-02-16 17:12:50,691 - card_creation - INFO - session info: 2025-02-16 17:12:50,691 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10788, 'p_name': 'David Wells', 'cost': 257, 'image': 'https://pddev.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35405, 'team': 33, 'player': 10788, 'created': 1730616941189}, {'id': 35961, 'team': 55, 'pla [ S N I P P E D ] 2025-02-16 17:12:50,691 - card_creation - INFO - patch: players [('cost', '257'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10788/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:50,817 - card_creation - INFO - return: {'player_id': 10788, 'p_name': 'David Wells', 'cost': 257, 'image': 'https://pddev.manticorum.com/api/v2/players/10788/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 855, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9230b963_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsda01', 'fangr_id': '855', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3825, 'first_name': 'David', 'last_name': 'Wells', 'key_fangraphs': 855, 'key_bbref': 'wellsda01', 'key_retro': 'welld001', 'key_mlbam': 124071, 'offense_col': 1}} 2025-02-16 17:12:50,817 - card_creation - INFO - get: players id: None params: [('bbref_id', 'delucri01'), ('cardset_id', 20)] 2025-02-16 17:12:50,955 - card_creation - INFO - session info: 2025-02-16 17:12:50,955 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 36, 'image': 'https://pddev.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delucri01', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38324, 'team': 47, 'player': 10989, 'created': 1735336764577}]}}]} 2025-02-16 17:12:50,956 - card_creation - INFO - patch: players [('cost', '36'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10989/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:51,096 - card_creation - INFO - return: {'player_id': 10989, 'p_name': 'Rich DeLucia', 'cost': 36, 'image': 'https://pddev.manticorum.com/api/v2/players/10989/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003185, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1fdad0a0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'delucri01', 'fangr_id': '1003185', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3979, 'first_name': 'Rich', 'last_name': 'DeLucia', 'key_fangraphs': 1003185, 'key_bbref': 'delucri01', 'key_retro': 'delur001', 'key_mlbam': 113247, 'offense_col': 3}} 2025-02-16 17:12:51,096 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nelsoje01'), ('cardset_id', 20)] 2025-02-16 17:12:51,234 - card_creation - INFO - session info: 2025-02-16 17:12:51,235 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nelsoje01', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35973, 'team': 33, 'player': 10789, 'created': 1730785303487}, {'id': 38820, 'team': 38, [ S N I P P E D ] 2025-02-16 17:12:51,235 - card_creation - INFO - patch: players [('cost', '11'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10789/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:51,361 - card_creation - INFO - return: {'player_id': 10789, 'p_name': 'Jeff Nelson', 'cost': 11, 'image': 'https://pddev.manticorum.com/api/v2/players/10789/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1092, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/96b1fbef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nelsoje01', 'fangr_id': '1092', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3826, 'first_name': 'Jeff', 'last_name': 'Nelson', 'key_fangraphs': 1092, 'key_bbref': 'nelsoje01', 'key_retro': 'nelsj001', 'key_mlbam': 119704, 'offense_col': 1}} 2025-02-16 17:12:51,361 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bankswi01'), ('cardset_id', 20)] 2025-02-16 17:12:51,489 - card_creation - INFO - session info: 2025-02-16 17:12:51,489 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:51,489 - card_creation - INFO - patch: players [('cost', '382'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:51,632 - card_creation - INFO - return: {'player_id': 11461, 'p_name': 'Willie Banks', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11461/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1434, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/ef67e6d6_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bankswi01', 'fangr_id': '1434', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4261, 'first_name': 'Willie', 'last_name': 'Banks', 'key_fangraphs': 1434, 'key_bbref': 'bankswi01', 'key_retro': 'bankw001', 'key_mlbam': 110536, 'offense_col': 3}} 2025-02-16 17:12:51,632 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcdowja01'), ('cardset_id', 20)] 2025-02-16 17:12:51,771 - card_creation - INFO - session info: 2025-02-16 17:12:51,771 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdowja01', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35545, 'team': 38, 'player': 10790, 'created': 1730616941189}, {'id': 35640, ' [ S N I P P E D ] 2025-02-16 17:12:51,771 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10790/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:51,874 - card_creation - INFO - return: {'player_id': 10790, 'p_name': 'Jack McDowell', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10790/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1fdff4ef_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcdowja01', 'fangr_id': '1008473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3827, 'first_name': 'Jack', 'last_name': 'McDowell', 'key_fangraphs': 1008473, 'key_bbref': 'mcdowja01', 'key_retro': 'mcdoj001', 'key_mlbam': 118656, 'offense_col': 2}} 2025-02-16 17:12:51,874 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burbada01'), ('cardset_id', 20)] 2025-02-16 17:12:52,014 - card_creation - INFO - session info: 2025-02-16 17:12:52,014 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burbada01', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36136, 'team': 55, 'player': 10791, 'created': 1730920177137}, {'id': 36994, 'team': 47, [ S N I P P E D ] 2025-02-16 17:12:52,015 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10791/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:52,145 - card_creation - INFO - return: {'player_id': 10791, 'p_name': 'Dave Burba', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10791/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1239, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8abeb317_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burbada01', 'fangr_id': '1239', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3828, 'first_name': 'Dave', 'last_name': 'Burba', 'key_fangraphs': 1239, 'key_bbref': 'burbada01', 'key_retro': 'burbd001', 'key_mlbam': 111692, 'offense_col': 1}} 2025-02-16 17:12:52,145 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olivaom01'), ('cardset_id', 20)] 2025-02-16 17:12:52,293 - card_creation - INFO - session info: 2025-02-16 17:12:52,293 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 102, 'image': 'https://pddev.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivaom01', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:52,293 - card_creation - INFO - patch: players [('cost', '102'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10990/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:52,428 - card_creation - INFO - return: {'player_id': 10990, 'p_name': 'Omar Olivares', 'cost': 102, 'image': 'https://pddev.manticorum.com/api/v2/players/10990/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009771, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/21e66774_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olivaom01', 'fangr_id': '1009771', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3980, 'first_name': 'Omar', 'last_name': 'Olivares', 'key_fangraphs': 1009771, 'key_bbref': 'olivaom01', 'key_retro': 'olivo001', 'key_mlbam': 119982, 'offense_col': 2}} 2025-02-16 17:12:52,428 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mesajo01'), ('cardset_id', 20)] 2025-02-16 17:12:52,580 - card_creation - INFO - session info: 2025-02-16 17:12:52,581 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 426, 'image': 'https://pddev.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mesajo01', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36992, 'team': 47, 'player': 10792, 'created': 1731602870133}, {'id': 37345, 'team': 38, ' [ S N I P P E D ] 2025-02-16 17:12:52,581 - card_creation - INFO - patch: players [('cost', '426'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10792/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:52,717 - card_creation - INFO - return: {'player_id': 10792, 'p_name': 'Jose Mesa', 'cost': 426, 'image': 'https://pddev.manticorum.com/api/v2/players/10792/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 961, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8223c156_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mesajo01', 'fangr_id': '961', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3829, 'first_name': 'Jose', 'last_name': 'Mesa', 'key_fangraphs': 961, 'key_bbref': 'mesajo01', 'key_retro': 'mesaj001', 'key_mlbam': 118986, 'offense_col': 1}} 2025-02-16 17:12:52,718 - card_creation - INFO - get: players id: None params: [('bbref_id', 'watsoal01'), ('cardset_id', 20)] 2025-02-16 17:12:52,858 - card_creation - INFO - session info: 2025-02-16 17:12:52,858 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watsoal01', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35403, 'team': 33, 'player': 10793, 'created': 1730616941189}, {'id': 36989, ' [ S N I P P E D ] 2025-02-16 17:12:52,858 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10793/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:53,007 - card_creation - INFO - return: {'player_id': 10793, 'p_name': 'Allen Watson', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10793/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013675, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a00c3396_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'watsoal01', 'fangr_id': '1013675', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3830, 'first_name': 'Allen', 'last_name': 'Watson', 'key_fangraphs': 1013675, 'key_bbref': 'watsoal01', 'key_retro': 'watsa001', 'key_mlbam': 123982, 'offense_col': 1}} 2025-02-16 17:12:53,007 - card_creation - INFO - get: players id: None params: [('bbref_id', 'colonba01'), ('cardset_id', 20)] 2025-02-16 17:12:53,155 - card_creation - INFO - session info: 2025-02-16 17:12:53,155 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'colonba01', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35751, 'team': 38, 'player': 10794, 'created': 1730616941189}, {'id': 36030, 'team': 55 [ S N I P P E D ] 2025-02-16 17:12:53,156 - card_creation - INFO - patch: players [('cost', '87'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10794/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:53,290 - card_creation - INFO - return: {'player_id': 10794, 'p_name': 'Bartolo Colon', 'cost': 87, 'image': 'https://pddev.manticorum.com/api/v2/players/10794/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 375, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1625da35_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'colonba01', 'fangr_id': '375', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1597, 'first_name': 'Bartolo', 'last_name': 'Colon', 'key_fangraphs': 375, 'key_bbref': 'colonba01', 'key_retro': 'colob001', 'key_mlbam': 112526, 'offense_col': 1}} 2025-02-16 17:12:53,291 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hasegsh01'), ('cardset_id', 20)] 2025-02-16 17:12:53,405 - card_creation - INFO - session info: 2025-02-16 17:12:53,405 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hasegsh01', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36985, 'team': 47, 'player': 11071, 'created': 1731602869923}, {'id': 3742 [ S N I P P E D ] 2025-02-16 17:12:53,406 - card_creation - INFO - patch: players [('cost', '382'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11071/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:53,521 - card_creation - INFO - return: {'player_id': 11071, 'p_name': 'Shigetoshi Hasegawa', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11071/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1082, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a6db0499_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hasegsh01', 'fangr_id': '1082', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4050, 'first_name': 'Shigetoshi', 'last_name': 'Hasegawa', 'key_fangraphs': 1082, 'key_bbref': 'hasegsh01', 'key_retro': 'hases001', 'key_mlbam': 115586, 'offense_col': 2}} 2025-02-16 17:12:53,521 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dicksja01'), ('cardset_id', 20)] 2025-02-16 17:12:53,655 - card_creation - INFO - session info: 2025-02-16 17:12:53,655 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dicksja01', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37585, 'team': 33, 'player': 10991, 'created': 1731963342633}]}}]} 2025-02-16 17:12:53,655 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10991/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:53,778 - card_creation - INFO - return: {'player_id': 10991, 'p_name': 'Jason Dickson', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10991/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003278, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe13c0e8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dicksja01', 'fangr_id': '1003278', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3981, 'first_name': 'Jason', 'last_name': 'Dickson', 'key_fangraphs': 1003278, 'key_bbref': 'dicksja01', 'key_retro': 'dickj001', 'key_mlbam': 113344, 'offense_col': 2}} 2025-02-16 17:12:53,778 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nagych01'), ('cardset_id', 20)] 2025-02-16 17:12:53,911 - card_creation - INFO - session info: 2025-02-16 17:12:53,911 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nagych01', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37412, 'team': 31, 'player': 10795, 'created': 1731963342633}, {'id': 37597, 'team': 33, [ S N I P P E D ] 2025-02-16 17:12:53,911 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10795/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:54,027 - card_creation - INFO - return: {'player_id': 10795, 'p_name': 'Charles Nagy', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10795/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 397, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/46498185_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nagych01', 'fangr_id': '397', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3831, 'first_name': 'Charles', 'last_name': 'Nagy', 'key_fangraphs': 397, 'key_bbref': 'nagych01', 'key_retro': 'nagyc001', 'key_mlbam': 119640, 'offense_col': 1}} 2025-02-16 17:12:54,027 - card_creation - INFO - get: players id: None params: [('bbref_id', 'assenpa01'), ('cardset_id', 20)] 2025-02-16 17:12:54,150 - card_creation - INFO - session info: 2025-02-16 17:12:54,150 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 4028, 'image': 'https://pddev.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'assenpa01', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:54,150 - card_creation - INFO - patch: players [('cost', '4028'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11220/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:54,224 - card_creation - INFO - return: {'player_id': 11220, 'p_name': 'Paul Assenmacher', 'cost': 4028, 'image': 'https://pddev.manticorum.com/api/v2/players/11220/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000344, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'assenpa01', 'fangr_id': '1000344', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4177, 'first_name': 'Paul', 'last_name': 'Assenmacher', 'key_fangraphs': 1000344, 'key_bbref': 'assenpa01', 'key_retro': 'assep001', 'key_mlbam': 110358, 'offense_col': 2}} 2025-02-16 17:12:54,224 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jacksmi02'), ('cardset_id', 20)] 2025-02-16 17:12:54,316 - card_creation - INFO - session info: 2025-02-16 17:12:54,316 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksmi02', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37653, 'team': 33, 'player': 11177, 'created': 1731963342633}]}}]} 2025-02-16 17:12:54,317 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11177/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:54,411 - card_creation - INFO - return: {'player_id': 11177, 'p_name': 'Michael Jackson', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11177/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 732, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2b07c225_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jacksmi02', 'fangr_id': '732', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4142, 'first_name': 'Michael', 'last_name': 'Jackson', 'key_fangraphs': 732, 'key_bbref': 'jacksmi02', 'key_retro': 'jackm001', 'key_mlbam': 116436, 'offense_col': 1}} 2025-02-16 17:12:54,411 - card_creation - INFO - get: players id: None params: [('bbref_id', 'martipe02'), ('cardset_id', 20)] 2025-02-16 17:12:54,555 - card_creation - INFO - session info: 2025-02-16 17:12:54,555 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 818, 'image': 'https://pddev.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35511, 'team': 47, 'player': 10796, 'created': 1730616941189}, {'id': 35969, 'team': 55, 'player': [ S N I P P E D ] 2025-02-16 17:12:54,556 - card_creation - INFO - patch: players [('cost', '818'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10796/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:54,687 - card_creation - INFO - return: {'player_id': 10796, 'p_name': 'Pedro Martinez', 'cost': 818, 'image': 'https://pddev.manticorum.com/api/v2/players/10796/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 200, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a9ba2c91_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'martipe02', 'fangr_id': '200', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2769, 'first_name': 'Pedro', 'last_name': 'Martinez', 'key_fangraphs': 200, 'key_bbref': 'martipe02', 'key_retro': 'martp001', 'key_mlbam': 118377, 'offense_col': 3}} 2025-02-16 17:12:54,688 - card_creation - INFO - get: players id: None params: [('bbref_id', 'averyst01'), ('cardset_id', 20)] 2025-02-16 17:12:54,836 - card_creation - INFO - session info: 2025-02-16 17:12:54,836 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 328, 'image': 'https://pddev.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'averyst01', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:54,836 - card_creation - INFO - patch: players [('cost', '328'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11258/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:54,991 - card_creation - INFO - return: {'player_id': 11258, 'p_name': 'Steve Avery', 'cost': 328, 'image': 'https://pddev.manticorum.com/api/v2/players/11258/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1706, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'averyst01', 'fangr_id': '1706', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4209, 'first_name': 'Steve', 'last_name': 'Avery', 'key_fangraphs': 1706, 'key_bbref': 'averyst01', 'key_retro': 'avers001', 'key_mlbam': 110397, 'offense_col': 3}} 2025-02-16 17:12:54,992 - card_creation - INFO - get: players id: None params: [('bbref_id', 'eckerde01'), ('cardset_id', 20)] 2025-02-16 17:12:55,106 - card_creation - INFO - session info: 2025-02-16 17:12:55,106 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 428, 'image': 'https://pddev.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eckerde01', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:55,106 - card_creation - INFO - patch: players [('cost', '428'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11140/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:55,236 - card_creation - INFO - return: {'player_id': 11140, 'p_name': 'Dennis Eckersley', 'cost': 428, 'image': 'https://pddev.manticorum.com/api/v2/players/11140/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003660, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/98aaf620_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'eckerde01', 'fangr_id': '1003660', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4110, 'first_name': 'Dennis', 'last_name': 'Eckersley', 'key_fangraphs': 1003660, 'key_bbref': 'eckerde01', 'key_retro': 'ecked001', 'key_mlbam': 113726, 'offense_col': 3}} 2025-02-16 17:12:55,236 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gordoto01'), ('cardset_id', 20)] 2025-02-16 17:12:55,375 - card_creation - INFO - session info: 2025-02-16 17:12:55,375 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 3988, 'image': 'https://pddev.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gordoto01', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:55,376 - card_creation - INFO - patch: players [('cost', '3988'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11141/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:55,498 - card_creation - INFO - return: {'player_id': 11141, 'p_name': 'Tom Gordon', 'cost': 3988, 'image': 'https://pddev.manticorum.com/api/v2/players/11141/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 282, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7ca4573b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gordoto01', 'fangr_id': '282', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3164, 'first_name': 'Tom', 'last_name': 'Gordon', 'key_fangraphs': 282, 'key_bbref': 'gordoto01', 'key_retro': 'gordt001', 'key_mlbam': 114971, 'offense_col': 1}} 2025-02-16 17:12:55,498 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wakefti01'), ('cardset_id', 20)] 2025-02-16 17:12:55,635 - card_creation - INFO - session info: 2025-02-16 17:12:55,635 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wakefti01', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37707, 'team': 47, 'player': 10797, 'created': 1731963342639}]}}]} 2025-02-16 17:12:55,635 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10797/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:55,727 - card_creation - INFO - return: {'player_id': 10797, 'p_name': 'Tim Wakefield', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10797/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 219, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0aa525a1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wakefti01', 'fangr_id': '219', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2823, 'first_name': 'Tim', 'last_name': 'Wakefield', 'key_fangraphs': 219, 'key_bbref': 'wakefti01', 'key_retro': 'waket001', 'key_mlbam': 123801, 'offense_col': 1}} 2025-02-16 17:12:55,727 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wasdijo01'), ('cardset_id', 20)] 2025-02-16 17:12:55,817 - card_creation - INFO - session info: 2025-02-16 17:12:55,817 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wasdijo01', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38839, 'team': 38, 'player': 11142, 'created': 1738533340064}]}}]} 2025-02-16 17:12:55,818 - card_creation - INFO - patch: players [('cost', '41'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11142/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:55,928 - card_creation - INFO - return: {'player_id': 11142, 'p_name': 'John Wasdin', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/11142/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1768, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3ec736d8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wasdijo01', 'fangr_id': '1768', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4111, 'first_name': 'John', 'last_name': 'Wasdin', 'key_fangraphs': 1768, 'key_bbref': 'wasdijo01', 'key_retro': 'wasdj001', 'key_mlbam': 123955, 'offense_col': 3}} 2025-02-16 17:12:55,928 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lowede01'), ('cardset_id', 20)] 2025-02-16 17:12:56,046 - card_creation - INFO - session info: 2025-02-16 17:12:56,047 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 3766, 'image': 'https://pddev.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lowede01', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:56,047 - card_creation - INFO - patch: players [('cost', '3766'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10798/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:56,168 - card_creation - INFO - return: {'player_id': 10798, 'p_name': 'Derek Lowe', 'cost': 3766, 'image': 'https://pddev.manticorum.com/api/v2/players/10798/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 199, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/27433c62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lowede01', 'fangr_id': '199', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2203, 'first_name': 'Derek', 'last_name': 'Lowe', 'key_fangraphs': 199, 'key_bbref': 'lowede01', 'key_retro': 'lowed001', 'key_mlbam': 117955, 'offense_col': 3}} 2025-02-16 17:12:56,168 - card_creation - INFO - get: players id: None params: [('bbref_id', 'corsiji01'), ('cardset_id', 20)] 2025-02-16 17:12:56,246 - card_creation - INFO - session info: 2025-02-16 17:12:56,246 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 430, 'image': 'https://pddev.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corsiji01', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:56,246 - card_creation - INFO - patch: players [('cost', '430'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11072/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:56,397 - card_creation - INFO - return: {'player_id': 11072, 'p_name': 'Jim Corsi', 'cost': 430, 'image': 'https://pddev.manticorum.com/api/v2/players/11072/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002644, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fe1b043c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'corsiji01', 'fangr_id': '1002644', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4051, 'first_name': 'Jim', 'last_name': 'Corsi', 'key_fangraphs': 1002644, 'key_bbref': 'corsiji01', 'key_retro': 'corsj001', 'key_mlbam': 112704, 'offense_col': 1}} 2025-02-16 17:12:56,398 - card_creation - INFO - get: players id: None params: [('bbref_id', 'saundto01'), ('cardset_id', 20)] 2025-02-16 17:12:56,480 - card_creation - INFO - session info: 2025-02-16 17:12:56,480 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saundto01', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36960, 'team': 47, 'player': 10799, 'created': 1731602869923}]}}]} 2025-02-16 17:12:56,481 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10799/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:56,604 - card_creation - INFO - return: {'player_id': 10799, 'p_name': 'Tony Saunders', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/10799/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011463, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/42fec007_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saundto01', 'fangr_id': '1011463', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3832, 'first_name': 'Tony', 'last_name': 'Saunders', 'key_fangraphs': 1011463, 'key_bbref': 'saundto01', 'key_retro': 'saunt001', 'key_mlbam': 121711, 'offense_col': 1}} 2025-02-16 17:12:56,604 - card_creation - INFO - get: players id: None params: [('bbref_id', 'yanes01'), ('cardset_id', 20)] 2025-02-16 17:12:56,724 - card_creation - INFO - session info: 2025-02-16 17:12:56,724 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 138, 'image': 'https://pddev.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yanes01', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:56,724 - card_creation - INFO - patch: players [('cost', '138'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11073/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:56,855 - card_creation - INFO - return: {'player_id': 11073, 'p_name': 'Esteban Yan', 'cost': 138, 'image': 'https://pddev.manticorum.com/api/v2/players/11073/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1236, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'yanes01', 'fangr_id': '1236', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3939, 'first_name': 'Esteban', 'last_name': 'Yan', 'key_fangraphs': 1236, 'key_bbref': 'yanes01', 'key_retro': 'yan-e001', 'key_mlbam': 124643, 'offense_col': 2}} 2025-02-16 17:12:56,855 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mecirji01'), ('cardset_id', 20)] 2025-02-16 17:12:56,992 - card_creation - INFO - session info: 2025-02-16 17:12:56,992 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 150, 'image': 'https://pddev.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mecirji01', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37875, 'team': 47, 'player': 11221, 'created': 1733700057282}]}}]} 2025-02-16 17:12:56,992 - card_creation - INFO - patch: players [('cost', '150'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11221/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:57,114 - card_creation - INFO - return: {'player_id': 11221, 'p_name': 'Jim Mecir', 'cost': 150, 'image': 'https://pddev.manticorum.com/api/v2/players/11221/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 930, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a7142559_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mecirji01', 'fangr_id': '930', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4178, 'first_name': 'Jim', 'last_name': 'Mecir', 'key_fangraphs': 930, 'key_bbref': 'mecirji01', 'key_retro': 'mecij001', 'key_mlbam': 118898, 'offense_col': 1}} 2025-02-16 17:12:57,115 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaro01'), ('cardset_id', 20)] 2025-02-16 17:12:57,257 - card_creation - INFO - session info: 2025-02-16 17:12:57,257 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 4126, 'image': 'https://pddev.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaro01', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:57,257 - card_creation - INFO - patch: players [('cost', '4126'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11178/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:57,397 - card_creation - INFO - return: {'player_id': 11178, 'p_name': 'Roberto Hernandez', 'cost': 4126, 'image': 'https://pddev.manticorum.com/api/v2/players/11178/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 605, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaro01', 'fangr_id': '605', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4143, 'first_name': 'Roberto', 'last_name': 'Hernandez', 'key_fangraphs': 605, 'key_bbref': 'hernaro01', 'key_retro': 'hernr001', 'key_mlbam': 115832, 'offense_col': 2}} 2025-02-16 17:12:57,397 - card_creation - INFO - get: players id: None params: [('bbref_id', 'lopezal02'), ('cardset_id', 20)] 2025-02-16 17:12:57,527 - card_creation - INFO - session info: 2025-02-16 17:12:57,527 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 125, 'image': 'https://pddev.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezal02', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37715, 'team': 47, 'player': 11074, 'created': 1733172010978}]}}]} 2025-02-16 17:12:57,527 - card_creation - INFO - patch: players [('cost', '125'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11074/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:57,642 - card_creation - INFO - return: {'player_id': 11074, 'p_name': 'Albie Lopez', 'cost': 125, 'image': 'https://pddev.manticorum.com/api/v2/players/11074/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 102, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/9/94b93149_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'lopezal02', 'fangr_id': '102', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4052, 'first_name': 'Albie', 'last_name': 'Lopez', 'key_fangraphs': 102, 'key_bbref': 'lopezal02', 'key_retro': 'lopea002', 'key_mlbam': 117913, 'offense_col': 1}} 2025-02-16 17:12:57,642 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carlsda01'), ('cardset_id', 20)] 2025-02-16 17:12:57,766 - card_creation - INFO - session info: 2025-02-16 17:12:57,766 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pddev.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carlsda01', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36974, 'team': 47, 'player': 11075, 'created': 1731602869923}]}}]} 2025-02-16 17:12:57,766 - card_creation - INFO - patch: players [('cost', '17'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11075/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:57,885 - card_creation - INFO - return: {'player_id': 11075, 'p_name': 'Dan Carlson', 'cost': 17, 'image': 'https://pddev.manticorum.com/api/v2/players/11075/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001959, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bb95a55_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carlsda01', 'fangr_id': '1001959', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4053, 'first_name': 'Dan', 'last_name': 'Carlson', 'key_fangraphs': 1001959, 'key_bbref': 'carlsda01', 'key_retro': 'carld001', 'key_mlbam': 112004, 'offense_col': 1}} 2025-02-16 17:12:57,885 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alvarwi01'), ('cardset_id', 20)] 2025-02-16 17:12:58,021 - card_creation - INFO - session info: 2025-02-16 17:12:58,021 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 96, 'image': 'https://pddev.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarwi01', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35637, 'team': 47, 'player': 10800, 'created': 1730616941935}, {'id': 35733, 'team' [ S N I P P E D ] 2025-02-16 17:12:58,021 - card_creation - INFO - patch: players [('cost', '96'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10800/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:58,143 - card_creation - INFO - return: {'player_id': 10800, 'p_name': 'Wilson Alvarez', 'cost': 96, 'image': 'https://pddev.manticorum.com/api/v2/players/10800/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1193, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/acfbad07_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alvarwi01', 'fangr_id': '1193', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3833, 'first_name': 'Wilson', 'last_name': 'Alvarez', 'key_fangraphs': 1193, 'key_bbref': 'alvarwi01', 'key_retro': 'alvaw001', 'key_mlbam': 110209, 'offense_col': 2}} 2025-02-16 17:12:58,143 - card_creation - INFO - get: players id: None params: [('bbref_id', 'arrojro01'), ('cardset_id', 20)] 2025-02-16 17:12:58,274 - card_creation - INFO - session info: 2025-02-16 17:12:58,274 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'arrojro01', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:58,274 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10801/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:58,408 - card_creation - INFO - return: {'player_id': 10801, 'p_name': 'Rolando Arrojo', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10801/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 174, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e89e91c8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'arrojro01', 'fangr_id': '174', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3834, 'first_name': 'Rolando', 'last_name': 'Arrojo', 'key_fangraphs': 174, 'key_bbref': 'arrojro01', 'key_retro': 'arror001', 'key_mlbam': 134361, 'offense_col': 2}} 2025-02-16 17:12:58,409 - card_creation - INFO - get: players id: None params: [('bbref_id', 'drabedo01'), ('cardset_id', 20)] 2025-02-16 17:12:58,560 - card_creation - INFO - session info: 2025-02-16 17:12:58,560 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'drabedo01', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:58,561 - card_creation - INFO - patch: players [('cost', '27'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10802/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:58,693 - card_creation - INFO - return: {'player_id': 10802, 'p_name': 'Doug Drabek', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10802/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003473, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/52b89aef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'drabedo01', 'fangr_id': '1003473', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3835, 'first_name': 'Doug', 'last_name': 'Drabek', 'key_fangraphs': 1003473, 'key_bbref': 'drabedo01', 'key_retro': 'drabd001', 'key_mlbam': 113538, 'offense_col': 1}} 2025-02-16 17:12:58,693 - card_creation - INFO - get: players id: None params: [('bbref_id', 'millsal01'), ('cardset_id', 20)] 2025-02-16 17:12:58,825 - card_creation - INFO - session info: 2025-02-16 17:12:58,825 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 1379, 'image': 'https://pddev.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millsal01', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:58,826 - card_creation - INFO - patch: players [('cost', '1379'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11179/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:58,955 - card_creation - INFO - return: {'player_id': 11179, 'p_name': 'Alan Mills', 'cost': 1379, 'image': 'https://pddev.manticorum.com/api/v2/players/11179/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008949, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'millsal01', 'fangr_id': '1008949', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4144, 'first_name': 'Alan', 'last_name': 'Mills', 'key_fangraphs': 1008949, 'key_bbref': 'millsal01', 'key_retro': 'milla001', 'key_mlbam': 119142, 'offense_col': 2}} 2025-02-16 17:12:58,956 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oroscje01'), ('cardset_id', 20)] 2025-02-16 17:12:59,056 - card_creation - INFO - session info: 2025-02-16 17:12:59,056 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 4369, 'image': 'https://pddev.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oroscje01', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37869, 'team': 47, 'player': 11259, 'created': 1733700057282}]}}]} 2025-02-16 17:12:59,056 - card_creation - INFO - patch: players [('cost', '4369'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11259/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:59,196 - card_creation - INFO - return: {'player_id': 11259, 'p_name': 'Jesse Orosco', 'cost': 4369, 'image': 'https://pddev.manticorum.com/api/v2/players/11259/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 667, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/8/806d48b3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oroscje01', 'fangr_id': '667', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4210, 'first_name': 'Jesse', 'last_name': 'Orosco', 'key_fangraphs': 667, 'key_bbref': 'oroscje01', 'key_retro': 'orosj001', 'key_mlbam': 120051, 'offense_col': 3}} 2025-02-16 17:12:59,196 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benitar01'), ('cardset_id', 20)] 2025-02-16 17:12:59,343 - card_creation - INFO - session info: 2025-02-16 17:12:59,343 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 1154, 'image': 'https://pddev.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitar01', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:59,344 - card_creation - INFO - patch: players [('cost', '1154'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11222/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:59,441 - card_creation - INFO - return: {'player_id': 11222, 'p_name': 'Armando Benitez', 'cost': 1154, 'image': 'https://pddev.manticorum.com/api/v2/players/11222/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 865, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benitar01', 'fangr_id': '865', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4179, 'first_name': 'Armando', 'last_name': 'Benitez', 'key_fangraphs': 865, 'key_bbref': 'benitar01', 'key_retro': 'benia001', 'key_mlbam': 110859, 'offense_col': 1}} 2025-02-16 17:12:59,441 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsdo04'), ('cardset_id', 20)] 2025-02-16 17:12:59,576 - card_creation - INFO - session info: 2025-02-16 17:12:59,576 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 122, 'image': 'https://pddev.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsdo04', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37720, 'team': 47, 'player': 11143, 'created': 1733172010978}]}}]} 2025-02-16 17:12:59,577 - card_creation - INFO - patch: players [('cost', '122'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11143/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:59,663 - card_creation - INFO - return: {'player_id': 11143, 'p_name': 'Doug Johns', 'cost': 122, 'image': 'https://pddev.manticorum.com/api/v2/players/11143/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006449, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/1d3d4fe0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsdo04', 'fangr_id': '1006449', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4112, 'first_name': 'Doug', 'last_name': 'Johns', 'key_fangraphs': 1006449, 'key_bbref': 'johnsdo04', 'key_retro': 'johnd003', 'key_mlbam': 116552, 'offense_col': 2}} 2025-02-16 17:12:59,663 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ponsosi01'), ('cardset_id', 20)] 2025-02-16 17:12:59,763 - card_creation - INFO - session info: 2025-02-16 17:12:59,763 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ponsosi01', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:12:59,763 - card_creation - INFO - patch: players [('cost', '244'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10992/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:12:59,860 - card_creation - INFO - return: {'player_id': 10992, 'p_name': 'Sidney Ponson', 'cost': 244, 'image': 'https://pddev.manticorum.com/api/v2/players/10992/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 161, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7a8e734b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ponsosi01', 'fangr_id': '161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2817, 'first_name': 'Sidney', 'last_name': 'Ponson', 'key_fangraphs': 161, 'key_bbref': 'ponsosi01', 'key_retro': 'ponss001', 'key_mlbam': 132260, 'offense_col': 3}} 2025-02-16 17:12:59,860 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rhodear01'), ('cardset_id', 20)] 2025-02-16 17:12:59,951 - card_creation - INFO - session info: 2025-02-16 17:12:59,951 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pddev.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rhodear01', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37722, 'team': 47, 'player': 10993, 'created': 1733172010978}]}}]} 2025-02-16 17:12:59,951 - card_creation - INFO - patch: players [('cost', '448'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10993/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:00,095 - card_creation - INFO - return: {'player_id': 10993, 'p_name': 'Arthur Rhodes', 'cost': 448, 'image': 'https://pddev.manticorum.com/api/v2/players/10993/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1097, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/6f98bef3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rhodear01', 'fangr_id': '1097', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3171, 'first_name': 'Arthur', 'last_name': 'Rhodes', 'key_fangraphs': 1097, 'key_bbref': 'rhodear01', 'key_retro': 'rhoda001', 'key_mlbam': 121125, 'offense_col': 2}} 2025-02-16 17:13:00,095 - card_creation - INFO - get: players id: None params: [('bbref_id', 'charlno01'), ('cardset_id', 20)] 2025-02-16 17:13:00,216 - card_creation - INFO - session info: 2025-02-16 17:13:00,216 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'charlno01', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37588, 'team': 33, 'player': 11076, 'created': 1731963342633}]}}]} 2025-02-16 17:13:00,217 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11076/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:00,343 - card_creation - INFO - return: {'player_id': 11076, 'p_name': 'Norm Charlton', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11076/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002160, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/3/3053092c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'charlno01', 'fangr_id': '1002160', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4054, 'first_name': 'Norm', 'last_name': 'Charlton', 'key_fangraphs': 1002160, 'key_bbref': 'charlno01', 'key_retro': 'charn001', 'key_mlbam': 112213, 'offense_col': 1}} 2025-02-16 17:13:00,344 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ericksc01'), ('cardset_id', 20)] 2025-02-16 17:13:00,477 - card_creation - INFO - session info: 2025-02-16 17:13:00,477 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ericksc01', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36097, 'team': 31, 'player': 10803, 'created': 1730785303729}, {'id': 36663, 'team': 33 [ S N I P P E D ] 2025-02-16 17:13:00,477 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10803/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:00,602 - card_creation - INFO - return: {'player_id': 10803, 'p_name': 'Scott Erickson', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10803/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 137, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5ad830ce_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ericksc01', 'fangr_id': '137', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3836, 'first_name': 'Scott', 'last_name': 'Erickson', 'key_fangraphs': 137, 'key_bbref': 'ericksc01', 'key_retro': 'erics001', 'key_mlbam': 113884, 'offense_col': 2}} 2025-02-16 17:13:00,602 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathete01'), ('cardset_id', 20)] 2025-02-16 17:13:00,733 - card_creation - INFO - session info: 2025-02-16 17:13:00,733 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pddev.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathete01', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38848, 'team': 38, 'player': 11462, 'created': 1738297241556}]}}]} 2025-02-16 17:13:00,733 - card_creation - INFO - patch: players [('cost', '46'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11462/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:00,851 - card_creation - INFO - return: {'player_id': 11462, 'p_name': 'Terry Mathews', 'cost': 46, 'image': 'https://pddev.manticorum.com/api/v2/players/11462/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008241, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/e/efd0dc27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathete01', 'fangr_id': '1008241', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4262, 'first_name': 'Terry', 'last_name': 'Mathews', 'key_fangraphs': 1008241, 'key_bbref': 'mathete01', 'key_retro': 'matht001', 'key_mlbam': 118420, 'offense_col': 3}} 2025-02-16 17:13:00,851 - card_creation - INFO - get: players id: None params: [('bbref_id', 'baldwja01'), ('cardset_id', 20)] 2025-02-16 17:13:00,953 - card_creation - INFO - session info: 2025-02-16 17:13:00,953 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baldwja01', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35716, 'team': 47, 'player': 10804, 'created': 1730616941189}, {'id': 37620, 'team': 3 [ S N I P P E D ] 2025-02-16 17:13:00,953 - card_creation - INFO - patch: players [('cost', '86'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10804/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:01,089 - card_creation - INFO - return: {'player_id': 10804, 'p_name': 'James Baldwin', 'cost': 86, 'image': 'https://pddev.manticorum.com/api/v2/players/10804/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1064, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d0a02198_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'baldwja01', 'fangr_id': '1064', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3837, 'first_name': 'James', 'last_name': 'Baldwin', 'key_fangraphs': 1064, 'key_bbref': 'baldwja01', 'key_retro': 'baldj002', 'key_mlbam': 110503, 'offense_col': 1}} 2025-02-16 17:13:01,089 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castito02'), ('cardset_id', 20)] 2025-02-16 17:13:01,196 - card_creation - INFO - session info: 2025-02-16 17:13:01,196 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castito02', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36993, 'team': 47, 'player': 11077, 'created': 1731602870133}, {'id': 374 [ S N I P P E D ] 2025-02-16 17:13:01,196 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11077/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:01,346 - card_creation - INFO - return: {'player_id': 11077, 'p_name': 'Tony Castillo', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11077/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002069, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/60274c0b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castito02', 'fangr_id': '1002069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4055, 'first_name': 'Tony', 'last_name': 'Castillo', 'key_fangraphs': 1002069, 'key_bbref': 'castito02', 'key_retro': 'castt001', 'key_mlbam': 112109, 'offense_col': 1}} 2025-02-16 17:13:01,346 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fordhto01'), ('cardset_id', 20)] 2025-02-16 17:13:01,490 - card_creation - INFO - session info: 2025-02-16 17:13:01,490 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordhto01', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36970, 'team': 47, 'player': 11078, 'created': 1731602869923}]}}]} 2025-02-16 17:13:01,490 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11078/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:01,631 - card_creation - INFO - return: {'player_id': 11078, 'p_name': 'Tom Fordham', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11078/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004222, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/f/fecda1bb_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fordhto01', 'fangr_id': '1004222', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4056, 'first_name': 'Tom', 'last_name': 'Fordham', 'key_fangraphs': 1004222, 'key_bbref': 'fordhto01', 'key_retro': 'fordt001', 'key_mlbam': 114308, 'offense_col': 1}} 2025-02-16 17:13:01,632 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castica02'), ('cardset_id', 20)] 2025-02-16 17:13:01,765 - card_creation - INFO - session info: 2025-02-16 17:13:01,765 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 366, 'image': 'https://pddev.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castica02', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:01,765 - card_creation - INFO - patch: players [('cost', '366'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10994/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:01,854 - card_creation - INFO - return: {'player_id': 10994, 'p_name': 'Carlos Castillo', 'cost': 366, 'image': 'https://pddev.manticorum.com/api/v2/players/10994/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002060, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0755bb75_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castica02', 'fangr_id': '1002060', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3982, 'first_name': 'Carlos', 'last_name': 'Castillo', 'key_fangraphs': 1002060, 'key_bbref': 'castica02', 'key_retro': 'castc002', 'key_mlbam': 112111, 'offense_col': 2}} 2025-02-16 17:13:01,854 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sirotmi01'), ('cardset_id', 20)] 2025-02-16 17:13:01,992 - card_creation - INFO - session info: 2025-02-16 17:13:01,993 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sirotmi01', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35556, 'team': 69, 'player': 10805, 'created': 1730616941189}, {'id': 3568 [ S N I P P E D ] 2025-02-16 17:13:01,993 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10805/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:02,100 - card_creation - INFO - return: {'player_id': 10805, 'p_name': 'Mike Sirotka', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/10805/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012015, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3a69d2b7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sirotmi01', 'fangr_id': '1012015', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3838, 'first_name': 'Mike', 'last_name': 'Sirotka', 'key_fangraphs': 1012015, 'key_bbref': 'sirotmi01', 'key_retro': 'sirom001', 'key_mlbam': 122276, 'offense_col': 1}} 2025-02-16 17:13:02,100 - card_creation - INFO - get: players id: None params: [('bbref_id', 'simasbi01'), ('cardset_id', 20)] 2025-02-16 17:13:02,195 - card_creation - INFO - session info: 2025-02-16 17:13:02,195 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'simasbi01', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:02,195 - card_creation - INFO - patch: players [('cost', '42'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11260/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:02,310 - card_creation - INFO - return: {'player_id': 11260, 'p_name': 'Bill Simas', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/11260/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011977, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/d/d037f054_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'simasbi01', 'fangr_id': '1011977', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4211, 'first_name': 'Bill', 'last_name': 'Simas', 'key_fangraphs': 1011977, 'key_bbref': 'simasbi01', 'key_retro': 'simab001', 'key_mlbam': 122239, 'offense_col': 2}} 2025-02-16 17:13:02,310 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bereja01'), ('cardset_id', 20)] 2025-02-16 17:13:02,421 - card_creation - INFO - session info: 2025-02-16 17:13:02,422 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bereja01', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35501, 'team': 47, 'player': 10806, 'created': 1730616941189}, {'id': 35928, 'team': 55, 'player': 10 [ S N I P P E D ] 2025-02-16 17:13:02,422 - card_creation - INFO - patch: players [('cost', '94'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10806/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:02,543 - card_creation - INFO - return: {'player_id': 10806, 'p_name': 'Jason Bere', 'cost': 94, 'image': 'https://pddev.manticorum.com/api/v2/players/10806/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cincinnati Reds', 'franchise': 'Cincinnati Reds', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 266, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/39ce255d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bereja01', 'fangr_id': '266', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3839, 'first_name': 'Jason', 'last_name': 'Bere', 'key_fangraphs': 266, 'key_bbref': 'bereja01', 'key_retro': 'berej002', 'key_mlbam': 110891, 'offense_col': 1}} 2025-02-16 17:13:02,544 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cadargr01'), ('cardset_id', 20)] 2025-02-16 17:13:02,676 - card_creation - INFO - session info: 2025-02-16 17:13:02,676 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 1199, 'image': 'https://pddev.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cadargr01', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:02,676 - card_creation - INFO - patch: players [('cost', '1199'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11261/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:02,807 - card_creation - INFO - return: {'player_id': 11261, 'p_name': 'Greg Cadaret', 'cost': 1199, 'image': 'https://pddev.manticorum.com/api/v2/players/11261/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001810, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cadargr01', 'fangr_id': '1001810', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4212, 'first_name': 'Greg', 'last_name': 'Cadaret', 'key_fangraphs': 1001810, 'key_bbref': 'cadargr01', 'key_retro': 'cadag001', 'key_mlbam': 111854, 'offense_col': 2}} 2025-02-16 17:13:02,807 - card_creation - INFO - get: players id: None params: [('bbref_id', 'foulkke01'), ('cardset_id', 20)] 2025-02-16 17:13:02,913 - card_creation - INFO - session info: 2025-02-16 17:13:02,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 4906, 'image': 'https://pddev.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foulkke01', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:02,913 - card_creation - INFO - patch: players [('cost', '4906'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11144/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:03,054 - card_creation - INFO - return: {'player_id': 11144, 'p_name': 'Keith Foulke', 'cost': 4906, 'image': 'https://pddev.manticorum.com/api/v2/players/11144/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 231, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a29f6b2c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'foulkke01', 'fangr_id': '231', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3162, 'first_name': 'Keith', 'last_name': 'Foulke', 'key_fangraphs': 231, 'key_bbref': 'foulkke01', 'key_retro': 'foulk001', 'key_mlbam': 114342, 'offense_col': 1}} 2025-02-16 17:13:03,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'karchma01'), ('cardset_id', 20)] 2025-02-16 17:13:03,178 - card_creation - INFO - session info: 2025-02-16 17:13:03,178 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 119, 'image': 'https://pddev.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karchma01', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:03,179 - card_creation - INFO - patch: players [('cost', '119'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11223/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:03,268 - card_creation - INFO - return: {'player_id': 11223, 'p_name': 'Matt Karchner', 'cost': 119, 'image': 'https://pddev.manticorum.com/api/v2/players/11223/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006697, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'karchma01', 'fangr_id': '1006697', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4180, 'first_name': 'Matt', 'last_name': 'Karchner', 'key_fangraphs': 1006697, 'key_bbref': 'karchma01', 'key_retro': 'karcm001', 'key_mlbam': 116840, 'offense_col': 2}} 2025-02-16 17:13:03,268 - card_creation - INFO - get: players id: None params: [('bbref_id', 'navarja01'), ('cardset_id', 20)] 2025-02-16 17:13:03,365 - card_creation - INFO - session info: 2025-02-16 17:13:03,365 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'navarja01', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35415, 'team': 33, 'player': 10807, 'created': 1730616942106}, {'id': 3564 [ S N I P P E D ] 2025-02-16 17:13:03,366 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10807/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:03,483 - card_creation - INFO - return: {'player_id': 10807, 'p_name': 'Jaime Navarro', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10807/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009465, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ff8ddc9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'navarja01', 'fangr_id': '1009465', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3840, 'first_name': 'Jaime', 'last_name': 'Navarro', 'key_fangraphs': 1009465, 'key_bbref': 'navarja01', 'key_retro': 'navaj001', 'key_mlbam': 119667, 'offense_col': 1}} 2025-02-16 17:13:03,483 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guzmaju01'), ('cardset_id', 20)] 2025-02-16 17:13:03,614 - card_creation - INFO - session info: 2025-02-16 17:13:03,614 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 296, 'image': 'https://pddev.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guzmaju01', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35812, 'team': 31, 'player': 10808, 'created': 1730616941189}]}}]} 2025-02-16 17:13:03,614 - card_creation - INFO - patch: players [('cost', '296'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10808/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:03,697 - card_creation - INFO - return: {'player_id': 10808, 'p_name': 'Juan Guzman', 'cost': 296, 'image': 'https://pddev.manticorum.com/api/v2/players/10808/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005162, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4604df9d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guzmaju01', 'fangr_id': '1005162', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3841, 'first_name': 'Juan', 'last_name': 'Guzman', 'key_fangraphs': 1005162, 'key_bbref': 'guzmaju01', 'key_retro': 'guzmj003', 'key_mlbam': 115267, 'offense_col': 1}} 2025-02-16 17:13:03,697 - card_creation - INFO - get: players id: None params: [('bbref_id', 'harripe01'), ('cardset_id', 20)] 2025-02-16 17:13:03,831 - card_creation - INFO - session info: 2025-02-16 17:13:03,831 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 377, 'image': 'https://pddev.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harripe01', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:03,831 - card_creation - INFO - patch: players [('cost', '377'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11463/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:03,960 - card_creation - INFO - return: {'player_id': 11463, 'p_name': 'Pep Harris', 'cost': 377, 'image': 'https://pddev.manticorum.com/api/v2/players/11463/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005427, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/7027d719_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'harripe01', 'fangr_id': '1005427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4263, 'first_name': 'Pep', 'last_name': 'Harris', 'key_fangraphs': 1005427, 'key_bbref': 'harripe01', 'key_retro': 'harrp001', 'key_mlbam': 115524, 'offense_col': 3}} 2025-02-16 17:13:03,961 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rislebi01'), ('cardset_id', 20)] 2025-02-16 17:13:04,106 - card_creation - INFO - session info: 2025-02-16 17:13:04,106 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rislebi01', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:04,106 - card_creation - INFO - patch: players [('cost', '41'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10809/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:04,206 - card_creation - INFO - return: {'player_id': 10809, 'p_name': 'Bill Risley', 'cost': 41, 'image': 'https://pddev.manticorum.com/api/v2/players/10809/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010986, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d5fb18_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rislebi01', 'fangr_id': '1010986', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3842, 'first_name': 'Bill', 'last_name': 'Risley', 'key_fangraphs': 1010986, 'key_bbref': 'rislebi01', 'key_retro': 'rislb001', 'key_mlbam': 121231, 'offense_col': 2}} 2025-02-16 17:13:04,206 - card_creation - INFO - get: players id: None params: [('bbref_id', 'plesada01'), ('cardset_id', 20)] 2025-02-16 17:13:04,345 - card_creation - INFO - session info: 2025-02-16 17:13:04,345 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 115, 'image': 'https://pddev.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plesada01', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:04,345 - card_creation - INFO - patch: players [('cost', '115'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11464/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:04,466 - card_creation - INFO - return: {'player_id': 11464, 'p_name': 'Dan Plesac', 'cost': 115, 'image': 'https://pddev.manticorum.com/api/v2/players/11464/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1319, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'plesada01', 'fangr_id': '1319', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4264, 'first_name': 'Dan', 'last_name': 'Plesac', 'key_fangraphs': 1319, 'key_bbref': 'plesada01', 'key_retro': 'plesd001', 'key_mlbam': 120624, 'offense_col': 3}} 2025-02-16 17:13:04,466 - card_creation - INFO - get: players id: None params: [('bbref_id', 'quantpa01'), ('cardset_id', 20)] 2025-02-16 17:13:04,616 - card_creation - INFO - session info: 2025-02-16 17:13:04,616 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 455, 'image': 'https://pddev.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'quantpa01', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37693, 'team': 47, 'player': 10995, 'created': 1733172010978}, {'id': 37787, 'team': [ S N I P P E D ] 2025-02-16 17:13:04,617 - card_creation - INFO - patch: players [('cost', '455'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10995/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:04,783 - card_creation - INFO - return: {'player_id': 10995, 'p_name': 'Paul Quantrill', 'cost': 455, 'image': 'https://pddev.manticorum.com/api/v2/players/10995/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 669, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c1df708f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'quantpa01', 'fangr_id': '669', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3983, 'first_name': 'Paul', 'last_name': 'Quantrill', 'key_fangraphs': 669, 'key_bbref': 'quantpa01', 'key_retro': 'quanp001', 'key_mlbam': 120824, 'offense_col': 2}} 2025-02-16 17:13:04,783 - card_creation - INFO - get: players id: None params: [('bbref_id', 'myersra01'), ('cardset_id', 20)] 2025-02-16 17:13:04,920 - card_creation - INFO - session info: 2025-02-16 17:13:04,920 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersra01', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 38319, 'team': 47, 'player': 11224, 'created': 1736205194812}, {'id': 38501, 'team': 38, 'player': 11224, ' [ S N I P P E D ] 2025-02-16 17:13:04,920 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11224/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:05,030 - card_creation - INFO - return: {'player_id': 11224, 'p_name': 'Randy Myers', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11224/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009427, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/8/888a7c21_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'myersra01', 'fangr_id': '1009427', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4181, 'first_name': 'Randy', 'last_name': 'Myers', 'key_fangraphs': 1009427, 'key_bbref': 'myersra01', 'key_retro': 'myerr001', 'key_mlbam': 119626, 'offense_col': 1}} 2025-02-16 17:13:05,030 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hansoer01'), ('cardset_id', 20)] 2025-02-16 17:13:05,140 - card_creation - INFO - session info: 2025-02-16 17:13:05,140 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hansoer01', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35572, 'team': 69, 'player': 10810, 'created': 1730616941189}, {'id': 35639, ' [ S N I P P E D ] 2025-02-16 17:13:05,140 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10810/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:05,247 - card_creation - INFO - return: {'player_id': 10810, 'p_name': 'Erik Hanson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10810/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005333, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/78347bf3_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hansoer01', 'fangr_id': '1005333', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3843, 'first_name': 'Erik', 'last_name': 'Hanson', 'key_fangraphs': 1005333, 'key_bbref': 'hansoer01', 'key_retro': 'hanse001', 'key_mlbam': 115446, 'offense_col': 1}} 2025-02-16 17:13:05,247 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moehlbr01'), ('cardset_id', 20)] 2025-02-16 17:13:05,366 - card_creation - INFO - session info: 2025-02-16 17:13:05,366 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 99, 'image': 'https://pddev.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moehlbr01', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35752, 'team': 38, 'player': 10811, 'created': 1730616941189}]}}]} 2025-02-16 17:13:05,366 - card_creation - INFO - patch: players [('cost', '99'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10811/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:05,482 - card_creation - INFO - return: {'player_id': 10811, 'p_name': 'Brian Moehler', 'cost': 99, 'image': 'https://pddev.manticorum.com/api/v2/players/10811/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 480, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/bed20de7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moehlbr01', 'fangr_id': '480', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2547, 'first_name': 'Brian', 'last_name': 'Moehler', 'key_fangraphs': 480, 'key_bbref': 'moehlbr01', 'key_retro': 'moehb001', 'key_mlbam': 119215, 'offense_col': 2}} 2025-02-16 17:13:05,482 - card_creation - INFO - get: players id: None params: [('bbref_id', 'runyase01'), ('cardset_id', 20)] 2025-02-16 17:13:05,623 - card_creation - INFO - session info: 2025-02-16 17:13:05,623 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'runyase01', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:05,624 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11465/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:05,715 - card_creation - INFO - return: {'player_id': 11465, 'p_name': 'Sean Runyan', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11465/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011305, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'runyase01', 'fangr_id': '1011305', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4265, 'first_name': 'Sean', 'last_name': 'Runyan', 'key_fangraphs': 1011305, 'key_bbref': 'runyase01', 'key_retro': 'runys001', 'key_mlbam': 132784, 'offense_col': 3}} 2025-02-16 17:13:05,715 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bochtdo01'), ('cardset_id', 20)] 2025-02-16 17:13:05,812 - card_creation - INFO - session info: 2025-02-16 17:13:05,812 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bochtdo01', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:05,813 - card_creation - INFO - patch: players [('cost', '18'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11225/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:05,943 - card_creation - INFO - return: {'player_id': 11225, 'p_name': 'Doug Bochtler', 'cost': 18, 'image': 'https://pddev.manticorum.com/api/v2/players/11225/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001107, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bochtdo01', 'fangr_id': '1001107', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4182, 'first_name': 'Doug', 'last_name': 'Bochtler', 'key_fangraphs': 1001107, 'key_bbref': 'bochtdo01', 'key_retro': 'bochd001', 'key_mlbam': 111135, 'offense_col': 2}} 2025-02-16 17:13:05,943 - card_creation - INFO - get: players id: None params: [('bbref_id', 'castifr01'), ('cardset_id', 20)] 2025-02-16 17:13:06,081 - card_creation - INFO - session info: 2025-02-16 17:13:06,081 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castifr01', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37780, 'team': 33, 'player': 11145, 'created': 1731963342639}, {'id': 38655, 'team': 69, 'pl [ S N I P P E D ] 2025-02-16 17:13:06,081 - card_creation - INFO - patch: players [('cost', '108'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11145/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:06,171 - card_creation - INFO - return: {'player_id': 11145, 'p_name': 'Frank Castillo', 'cost': 108, 'image': 'https://pddev.manticorum.com/api/v2/players/11145/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 180, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/6/63d6877e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'castifr01', 'fangr_id': '180', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4113, 'first_name': 'Frank', 'last_name': 'Castillo', 'key_fangraphs': 180, 'key_bbref': 'castifr01', 'key_retro': 'castf001', 'key_mlbam': 112113, 'offense_col': 2}} 2025-02-16 17:13:06,172 - card_creation - INFO - get: players id: None params: [('bbref_id', 'floribr01'), ('cardset_id', 20)] 2025-02-16 17:13:06,287 - card_creation - INFO - session info: 2025-02-16 17:13:06,287 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 137, 'image': 'https://pddev.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floribr01', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37673, 'team': 47, 'player': 11079, 'created': 1731963342633}, {'id': 37789, 'team': [ S N I P P E D ] 2025-02-16 17:13:06,287 - card_creation - INFO - patch: players [('cost', '137'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11079/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:06,424 - card_creation - INFO - return: {'player_id': 11079, 'p_name': 'Bryce Florie', 'cost': 137, 'image': 'https://pddev.manticorum.com/api/v2/players/11079/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004172, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/5/507c5059_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'floribr01', 'fangr_id': '1004172', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4057, 'first_name': 'Bryce', 'last_name': 'Florie', 'key_fangraphs': 1004172, 'key_bbref': 'floribr01', 'key_retro': 'florb001', 'key_mlbam': 114255, 'offense_col': 2}} 2025-02-16 17:13:06,424 - card_creation - INFO - get: players id: None params: [('bbref_id', 'worreti01'), ('cardset_id', 20)] 2025-02-16 17:13:06,534 - card_creation - INFO - session info: 2025-02-16 17:13:06,534 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37476, 'team': 33, 'player': 10996, 'created': 1731963342633}, {'id': 38832, 'team': 3 [ S N I P P E D ] 2025-02-16 17:13:06,535 - card_creation - INFO - patch: players [('cost', '20'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:06,623 - card_creation - INFO - return: {'player_id': 10996, 'p_name': 'Tim Worrell', 'cost': 20, 'image': 'https://pddev.manticorum.com/api/v2/players/10996/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1139, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/3/3b58af04_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'worreti01', 'fangr_id': '1139', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3984, 'first_name': 'Tim', 'last_name': 'Worrell', 'key_fangraphs': 1139, 'key_bbref': 'worreti01', 'key_retro': 'worrt002', 'key_mlbam': 124580, 'offense_col': 2}} 2025-02-16 17:13:06,623 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sagera.01'), ('cardset_id', 20)] 2025-02-16 17:13:06,723 - card_creation - INFO - session info: 2025-02-16 17:13:06,723 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sagera.01', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 37540, 'team': 33, 'player': 11146, 'created': 1731963342653}, {'id': 37993, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 17:13:06,723 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11146/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:06,895 - card_creation - INFO - return: {'player_id': 11146, 'p_name': 'AJ Sager', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11146/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011369, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/20ffc454_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sagera.01', 'fangr_id': '1011369', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4114, 'first_name': 'AJ', 'last_name': 'Sager', 'key_fangraphs': 1011369, 'key_bbref': 'sagera.01', 'key_retro': 'sagea001', 'key_mlbam': 121619, 'offense_col': 1}} 2025-02-16 17:13:06,896 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rogerke01'), ('cardset_id', 20)] 2025-02-16 17:13:07,029 - card_creation - INFO - session info: 2025-02-16 17:13:07,030 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 330, 'image': 'https://pddev.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rogerke01', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35570, 'team': 69, 'player': 10812, 'created': 1730616941189}, {'id': 36128, 'team': 3 [ S N I P P E D ] 2025-02-16 17:13:07,030 - card_creation - INFO - patch: players [('cost', '330'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10812/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:07,166 - card_creation - INFO - return: {'player_id': 10812, 'p_name': 'Kenny Rogers', 'cost': 330, 'image': 'https://pddev.manticorum.com/api/v2/players/10812/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1277, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/714be946_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rogerke01', 'fangr_id': '1277', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2714, 'first_name': 'Kenny', 'last_name': 'Rogers', 'key_fangraphs': 1277, 'key_bbref': 'rogerke01', 'key_retro': 'rogek001', 'key_mlbam': 121386, 'offense_col': 1}} 2025-02-16 17:13:07,166 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mathet.01'), ('cardset_id', 20)] 2025-02-16 17:13:07,302 - card_creation - INFO - session info: 2025-02-16 17:13:07,302 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 1032, 'image': 'https://pddev.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathet.01', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:07,302 - card_creation - INFO - patch: players [('cost', '1032'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11080/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:07,382 - card_creation - INFO - return: {'player_id': 11080, 'p_name': 'TJ Mathews', 'cost': 1032, 'image': 'https://pddev.manticorum.com/api/v2/players/11080/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 567, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/7/7d8c398c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mathet.01', 'fangr_id': '567', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4058, 'first_name': 'TJ', 'last_name': 'Mathews', 'key_fangraphs': 567, 'key_bbref': 'mathet.01', 'key_retro': 'matht002', 'key_mlbam': 118421, 'offense_col': 1}} 2025-02-16 17:13:07,382 - card_creation - INFO - get: players id: None params: [('bbref_id', 'taylobi04'), ('cardset_id', 20)] 2025-02-16 17:13:07,522 - card_creation - INFO - session info: 2025-02-16 17:13:07,522 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 130, 'image': 'https://pddev.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taylobi04', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:07,523 - card_creation - INFO - patch: players [('cost', '130'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11147/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:07,760 - card_creation - INFO - return: {'player_id': 11147, 'p_name': 'Billy Taylor', 'cost': 130, 'image': 'https://pddev.manticorum.com/api/v2/players/11147/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012859, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c6bcf8c1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'taylobi04', 'fangr_id': '1012859', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4115, 'first_name': 'Billy', 'last_name': 'Taylor', 'key_fangraphs': 1012859, 'key_bbref': 'taylobi04', 'key_retro': 'taylb001', 'key_mlbam': 123163, 'offense_col': 2}} 2025-02-16 17:13:07,760 - card_creation - INFO - get: players id: None params: [('bbref_id', 'oquismi01'), ('cardset_id', 20)] 2025-02-16 17:13:07,874 - card_creation - INFO - session info: 2025-02-16 17:13:07,874 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oquismi01', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:07,874 - card_creation - INFO - patch: players [('cost', '7'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10813/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:08,004 - card_creation - INFO - return: {'player_id': 10813, 'p_name': 'Mike Oquist', 'cost': 7, 'image': 'https://pddev.manticorum.com/api/v2/players/10813/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009828, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/c/c2404b33_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'oquismi01', 'fangr_id': '1009828', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3844, 'first_name': 'Mike', 'last_name': 'Oquist', 'key_fangraphs': 1009828, 'key_bbref': 'oquismi01', 'key_retro': 'oquim001', 'key_mlbam': 120039, 'offense_col': 1}} 2025-02-16 17:13:08,005 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mohlemi01'), ('cardset_id', 20)] 2025-02-16 17:13:08,144 - card_creation - INFO - session info: 2025-02-16 17:13:08,144 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mohlemi01', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:08,145 - card_creation - INFO - patch: players [('cost', '9'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11226/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:08,252 - card_creation - INFO - return: {'player_id': 11226, 'p_name': 'Mike Mohler', 'cost': 9, 'image': 'https://pddev.manticorum.com/api/v2/players/11226/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009033, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mohlemi01', 'fangr_id': '1009033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4183, 'first_name': 'Mike', 'last_name': 'Mohler', 'key_fangraphs': 1009033, 'key_bbref': 'mohlemi01', 'key_retro': 'mohlm001', 'key_mlbam': 119228, 'offense_col': 1}} 2025-02-16 17:13:08,253 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smallaa01'), ('cardset_id', 20)] 2025-02-16 17:13:08,328 - card_creation - INFO - session info: 2025-02-16 17:13:08,328 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 412, 'image': 'https://pddev.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smallaa01', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38838, 'team': 38, 'player': 11081, 'created': 1738533340064}]}}]} 2025-02-16 17:13:08,328 - card_creation - INFO - patch: players [('cost', '412'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11081/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:08,417 - card_creation - INFO - return: {'player_id': 11081, 'p_name': 'Aaron Small', 'cost': 412, 'image': 'https://pddev.manticorum.com/api/v2/players/11081/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/a72a24f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smallaa01', 'fangr_id': '1477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4059, 'first_name': 'Aaron', 'last_name': 'Small', 'key_fangraphs': 1477, 'key_bbref': 'smallaa01', 'key_retro': 'smala001', 'key_mlbam': 122332, 'offense_col': 2}} 2025-02-16 17:13:08,418 - card_creation - INFO - get: players id: None params: [('bbref_id', 'steinbl01'), ('cardset_id', 20)] 2025-02-16 17:13:08,538 - card_creation - INFO - session info: 2025-02-16 17:13:08,538 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 266, 'image': 'https://pddev.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f9846d7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinbl01', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38963, 'team': 47, 'player': 11148, 'created': 1739121114674}]}}]} 2025-02-16 17:13:08,538 - card_creation - INFO - patch: players [('cost', '266'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11148/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:08,643 - card_creation - INFO - return: {'player_id': 11148, 'p_name': 'Blake Stein', 'cost': 266, 'image': 'https://pddev.manticorum.com/api/v2/players/11148/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 632, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/f/f9846d7a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'steinbl01', 'fangr_id': '632', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4116, 'first_name': 'Blake', 'last_name': 'Stein', 'key_fangraphs': 632, 'key_bbref': 'steinbl01', 'key_retro': 'steib002', 'key_mlbam': 133121, 'offense_col': 1}} 2025-02-16 17:13:08,644 - card_creation - INFO - get: players id: None params: [('bbref_id', 'groombu01'), ('cardset_id', 20)] 2025-02-16 17:13:08,752 - card_creation - INFO - session info: 2025-02-16 17:13:08,752 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1192, 'image': 'https://pddev.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'groombu01', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38855, 'team': 38, 'player': 11227, 'created': 1738297182021}]}}]} 2025-02-16 17:13:08,752 - card_creation - INFO - patch: players [('cost', '1192'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11227/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:08,866 - card_creation - INFO - return: {'player_id': 11227, 'p_name': 'Buddy Groom', 'cost': 1192, 'image': 'https://pddev.manticorum.com/api/v2/players/11227/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 143, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/741a10ef_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'groombu01', 'fangr_id': '143', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4184, 'first_name': 'Buddy', 'last_name': 'Groom', 'key_fangraphs': 143, 'key_bbref': 'groombu01', 'key_retro': 'groob001', 'key_mlbam': 115183, 'offense_col': 2}} 2025-02-16 17:13:08,866 - card_creation - INFO - get: players id: None params: [('bbref_id', 'telghda01'), ('cardset_id', 20)] 2025-02-16 17:13:09,006 - card_creation - INFO - session info: 2025-02-16 17:13:09,006 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telghda01', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:09,006 - card_creation - INFO - patch: players [('cost', '402'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11228/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:09,823 - card_creation - INFO - return: {'player_id': 11228, 'p_name': 'Dave Telgheder', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11228/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012906, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'telghda01', 'fangr_id': '1012906', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4185, 'first_name': 'Dave', 'last_name': 'Telgheder', 'key_fangraphs': 1012906, 'key_bbref': 'telghda01', 'key_retro': 'telgd001', 'key_mlbam': 123178, 'offense_col': 2}} 2025-02-16 17:13:09,823 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tewksbo01'), ('cardset_id', 20)] 2025-02-16 17:13:09,958 - card_creation - INFO - session info: 2025-02-16 17:13:09,959 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tewksbo01', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37674, 'team': 47, 'player': 10814, 'created': 1731963342633}, {'id': 38812, 't [ S N I P P E D ] 2025-02-16 17:13:09,959 - card_creation - INFO - patch: players [('cost', '241'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10814/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:10,048 - card_creation - INFO - return: {'player_id': 10814, 'p_name': 'Bob Tewksbury', 'cost': 241, 'image': 'https://pddev.manticorum.com/api/v2/players/10814/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012941, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/0/0c7e8d4a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tewksbo01', 'fangr_id': '1012941', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3845, 'first_name': 'Bob', 'last_name': 'Tewksbury', 'key_fangraphs': 1012941, 'key_bbref': 'tewksbo01', 'key_retro': 'tewkb001', 'key_mlbam': 123213, 'offense_col': 1}} 2025-02-16 17:13:10,049 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carrahe01'), ('cardset_id', 20)] 2025-02-16 17:13:10,183 - card_creation - INFO - session info: 2025-02-16 17:13:10,184 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 361, 'image': 'https://pddev.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carrahe01', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:10,184 - card_creation - INFO - patch: players [('cost', '361'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11180/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:10,269 - card_creation - INFO - return: {'player_id': 11180, 'p_name': 'Hector Carrasco', 'cost': 361, 'image': 'https://pddev.manticorum.com/api/v2/players/11180/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1240, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c436e710_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carrahe01', 'fangr_id': '1240', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4145, 'first_name': 'Hector', 'last_name': 'Carrasco', 'key_fangraphs': 1240, 'key_bbref': 'carrahe01', 'key_retro': 'carrh001', 'key_mlbam': 112031, 'offense_col': 2}} 2025-02-16 17:13:10,269 - card_creation - INFO - get: players id: None params: [('bbref_id', 'naultda01'), ('cardset_id', 20)] 2025-02-16 17:13:10,413 - card_creation - INFO - session info: 2025-02-16 17:13:10,413 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'naultda01', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:10,414 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11303/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:10,502 - card_creation - INFO - return: {'player_id': 11303, 'p_name': 'Dan Naulty', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/11303/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009464, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'naultda01', 'fangr_id': '1009464', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4239, 'first_name': 'Dan', 'last_name': 'Naulty', 'key_fangraphs': 1009464, 'key_bbref': 'naultda01', 'key_retro': 'nauld001', 'key_mlbam': 119665, 'offense_col': 2}} 2025-02-16 17:13:10,502 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hawkila01'), ('cardset_id', 20)] 2025-02-16 17:13:10,631 - card_creation - INFO - session info: 2025-02-16 17:13:10,631 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hawkila01', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:10,631 - card_creation - INFO - patch: players [('cost', '27'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10815/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:10,770 - card_creation - INFO - return: {'player_id': 10815, 'p_name': 'LaTroy Hawkins', 'cost': 27, 'image': 'https://pddev.manticorum.com/api/v2/players/10815/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 729, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/ffa6d9cc_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hawkila01', 'fangr_id': '729', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1941, 'first_name': 'Latroy', 'last_name': 'Hawkins', 'key_fangraphs': 729, 'key_bbref': 'hawkila01', 'key_retro': 'hawkl001', 'key_mlbam': 115629, 'offense_col': 2}} 2025-02-16 17:13:10,770 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guarded01'), ('cardset_id', 20)] 2025-02-16 17:13:10,893 - card_creation - INFO - session info: 2025-02-16 17:13:10,894 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 143, 'image': 'https://pddev.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guarded01', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37884, 'team': 47, 'player': 11229, 'created': 1733700057396}, {'id': 38854, 'team': 38, ' [ S N I P P E D ] 2025-02-16 17:13:10,894 - card_creation - INFO - patch: players [('cost', '143'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11229/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:10,987 - card_creation - INFO - return: {'player_id': 11229, 'p_name': 'Eddie Guardado', 'cost': 143, 'image': 'https://pddev.manticorum.com/api/v2/players/11229/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 727, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a8e84654_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guarded01', 'fangr_id': '727', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2603, 'first_name': 'Eddie', 'last_name': 'Guardado', 'key_fangraphs': 727, 'key_bbref': 'guarded01', 'key_retro': 'guare001', 'key_mlbam': 115216, 'offense_col': 2}} 2025-02-16 17:13:10,988 - card_creation - INFO - get: players id: None params: [('bbref_id', 'trombmi01'), ('cardset_id', 20)] 2025-02-16 17:13:11,122 - card_creation - INFO - session info: 2025-02-16 17:13:11,122 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 15, 'image': 'https://pddev.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trombmi01', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:11,123 - card_creation - INFO - patch: players [('cost', '15'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10816/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:11,216 - card_creation - INFO - return: {'player_id': 10816, 'p_name': 'Mike Trombley', 'cost': 15, 'image': 'https://pddev.manticorum.com/api/v2/players/10816/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 758, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b8ad0e6c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'trombmi01', 'fangr_id': '758', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3846, 'first_name': 'Mike', 'last_name': 'Trombley', 'key_fangraphs': 758, 'key_bbref': 'trombmi01', 'key_retro': 'tromm001', 'key_mlbam': 123472, 'offense_col': 1}} 2025-02-16 17:13:11,216 - card_creation - INFO - get: players id: None params: [('bbref_id', 'swindgr01'), ('cardset_id', 20)] 2025-02-16 17:13:11,291 - card_creation - INFO - session info: 2025-02-16 17:13:11,291 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swindgr01', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36494, 'team': 47, 'player': 10997, 'created': 1730920176625}]}}]} 2025-02-16 17:13:11,291 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10997/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:11,396 - card_creation - INFO - return: {'player_id': 10997, 'p_name': 'Greg Swindell', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/10997/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 76, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/a/aeb72497_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swindgr01', 'fangr_id': '76', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3985, 'first_name': 'Greg', 'last_name': 'Swindell', 'key_fangraphs': 76, 'key_bbref': 'swindgr01', 'key_retro': 'swing001', 'key_mlbam': 123057, 'offense_col': 2}} 2025-02-16 17:13:11,396 - card_creation - INFO - get: players id: None params: [('bbref_id', 'radkebr01'), ('cardset_id', 20)] 2025-02-16 17:13:11,495 - card_creation - INFO - session info: 2025-02-16 17:13:11,495 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 2106, 'image': 'https://pddev.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radkebr01', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36347, 'team': 53, 'player': 10817, 'created': 1730920176630}, {'id': 36572, 'team': 33, 'p [ S N I P P E D ] 2025-02-16 17:13:11,495 - card_creation - INFO - patch: players [('cost', '2106'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10817/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:11,645 - card_creation - INFO - return: {'player_id': 10817, 'p_name': 'Brad Radke', 'cost': 2106, 'image': 'https://pddev.manticorum.com/api/v2/players/10817/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 748, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/407bcd77_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radkebr01', 'fangr_id': '748', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3847, 'first_name': 'Brad', 'last_name': 'Radke', 'key_fangraphs': 748, 'key_bbref': 'radkebr01', 'key_retro': 'radkb001', 'key_mlbam': 120878, 'offense_col': 1}} 2025-02-16 17:13:11,646 - card_creation - INFO - get: players id: None params: [('bbref_id', 'belchti01'), ('cardset_id', 20)] 2025-02-16 17:13:11,778 - card_creation - INFO - session info: 2025-02-16 17:13:11,778 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 321, 'image': 'https://pddev.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belchti01', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37000, 'team': 47, 'player': 10818, 'created': 1731602869923}]}}]} 2025-02-16 17:13:11,778 - card_creation - INFO - patch: players [('cost', '321'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10818/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:11,863 - card_creation - INFO - return: {'player_id': 10818, 'p_name': 'Tim Belcher', 'cost': 321, 'image': 'https://pddev.manticorum.com/api/v2/players/10818/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000789, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4e8a38d_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'belchti01', 'fangr_id': '1000789', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3848, 'first_name': 'Tim', 'last_name': 'Belcher', 'key_fangraphs': 1000789, 'key_bbref': 'belchti01', 'key_retro': 'belct001', 'key_mlbam': 110809, 'offense_col': 2}} 2025-02-16 17:13:11,863 - card_creation - INFO - get: players id: None params: [('bbref_id', 'montgje01'), ('cardset_id', 20)] 2025-02-16 17:13:12,004 - card_creation - INFO - session info: 2025-02-16 17:13:12,005 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 1414, 'image': 'https://pddev.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'montgje01', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:12,005 - card_creation - INFO - patch: players [('cost', '1414'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11230/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:12,126 - card_creation - INFO - return: {'player_id': 11230, 'p_name': 'Jeff Montgomery', 'cost': 1414, 'image': 'https://pddev.manticorum.com/api/v2/players/11230/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009071, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'montgje01', 'fangr_id': '1009071', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4186, 'first_name': 'Jeff', 'last_name': 'Montgomery', 'key_fangraphs': 1009071, 'key_bbref': 'montgje01', 'key_retro': 'montj002', 'key_mlbam': 119266, 'offense_col': 2}} 2025-02-16 17:13:12,126 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rosadjo01'), ('cardset_id', 20)] 2025-02-16 17:13:12,237 - card_creation - INFO - session info: 2025-02-16 17:13:12,238 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2163, 'image': 'https://pddev.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosadjo01', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35538, 'team': 38, 'player': 10819, 'created': 1730616941060}]}}]} 2025-02-16 17:13:12,238 - card_creation - INFO - patch: players [('cost', '2163'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10819/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:12,326 - card_creation - INFO - return: {'player_id': 10819, 'p_name': 'Jose Rosado', 'cost': 2163, 'image': 'https://pddev.manticorum.com/api/v2/players/10819/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011192, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b2f189f7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rosadjo01', 'fangr_id': '1011192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3849, 'first_name': 'Jose', 'last_name': 'Rosado', 'key_fangraphs': 1011192, 'key_bbref': 'rosadjo01', 'key_retro': 'rosaj001', 'key_mlbam': 121443, 'offense_col': 1}} 2025-02-16 17:13:12,327 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesbo04'), ('cardset_id', 20)] 2025-02-16 17:13:12,429 - card_creation - INFO - session info: 2025-02-16 17:13:12,429 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 881, 'image': 'https://pddev.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo04', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:12,429 - card_creation - INFO - patch: players [('cost', '881'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10998/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:12,568 - card_creation - INFO - return: {'player_id': 10998, 'p_name': 'Bobby Jones', 'cost': 881, 'image': 'https://pddev.manticorum.com/api/v2/players/10998/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1454, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5b5accaf_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesbo04', 'fangr_id': '1454', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3986, 'first_name': 'Bobby', 'last_name': 'Jones', 'key_fangraphs': 1454, 'key_bbref': 'jonesbo04', 'key_retro': 'joneb004', 'key_mlbam': 116718, 'offense_col': 3}} 2025-02-16 17:13:12,568 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dejeami01'), ('cardset_id', 20)] 2025-02-16 17:13:12,707 - card_creation - INFO - session info: 2025-02-16 17:13:12,707 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dejeami01', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36463, 'team': 47, 'player': 10820, 'created': 1730920177283}, {'id': 37150, 'team': 33, 'playe [ S N I P P E D ] 2025-02-16 17:13:12,707 - card_creation - INFO - patch: players [('cost', '42'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10820/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:12,842 - card_creation - INFO - return: {'player_id': 10820, 'p_name': 'Mike DeJean', 'cost': 42, 'image': 'https://pddev.manticorum.com/api/v2/players/10820/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 682, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e7905b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dejeami01', 'fangr_id': '682', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3850, 'first_name': 'Mike', 'last_name': 'DeJean', 'key_fangraphs': 682, 'key_bbref': 'dejeami01', 'key_retro': 'dejem001', 'key_mlbam': 113211, 'offense_col': 1}} 2025-02-16 17:13:12,842 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcelrch01'), ('cardset_id', 20)] 2025-02-16 17:13:12,980 - card_creation - INFO - session info: 2025-02-16 17:13:12,980 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 364, 'image': 'https://pddev.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcelrch01', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36959, 'team': 47, 'player': 10999, 'created': 1731602869923}, {'id': 37403, [ S N I P P E D ] 2025-02-16 17:13:12,981 - card_creation - INFO - patch: players [('cost', '364'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10999/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:13,121 - card_creation - INFO - return: {'player_id': 10999, 'p_name': 'Chuck McElroy', 'cost': 364, 'image': 'https://pddev.manticorum.com/api/v2/players/10999/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008477, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7cffb4c6_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcelrch01', 'fangr_id': '1008477', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3987, 'first_name': 'Chuck', 'last_name': 'McElroy', 'key_fangraphs': 1008477, 'key_bbref': 'mcelrch01', 'key_retro': 'mcelc001', 'key_mlbam': 118660, 'offense_col': 2}} 2025-02-16 17:13:13,121 - card_creation - INFO - get: players id: None params: [('bbref_id', 'leskacu01'), ('cardset_id', 20)] 2025-02-16 17:13:13,223 - card_creation - INFO - session info: 2025-02-16 17:13:13,223 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 409, 'image': 'https://pddev.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leskacu01', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36489, 'team': 47, 'player': 11000, 'created': 1730920177283}]}}]} 2025-02-16 17:13:13,223 - card_creation - INFO - patch: players [('cost', '409'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11000/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:13,321 - card_creation - INFO - return: {'player_id': 11000, 'p_name': 'Curt Leskanic', 'cost': 409, 'image': 'https://pddev.manticorum.com/api/v2/players/11000/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 694, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/87818bc8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'leskacu01', 'fangr_id': '694', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3988, 'first_name': 'Curt', 'last_name': 'Leskanic', 'key_fangraphs': 694, 'key_bbref': 'leskacu01', 'key_retro': 'leskc001', 'key_mlbam': 117710, 'offense_col': 2}} 2025-02-16 17:13:13,321 - card_creation - INFO - get: players id: None params: [('bbref_id', 'kileda01'), ('cardset_id', 20)] 2025-02-16 17:13:13,419 - card_creation - INFO - session info: 2025-02-16 17:13:13,419 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 26, 'image': 'https://pddev.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kileda01', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36968, 'team': 47, 'player': 10821, 'created': 1731602869923}]}}]} 2025-02-16 17:13:13,419 - card_creation - INFO - patch: players [('cost', '26'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10821/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:13,557 - card_creation - INFO - return: {'player_id': 10821, 'p_name': 'Darryl Kile', 'cost': 26, 'image': 'https://pddev.manticorum.com/api/v2/players/10821/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1163, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/764a489a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'kileda01', 'fangr_id': '1163', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3851, 'first_name': 'Darryl', 'last_name': 'Kile', 'key_fangraphs': 1163, 'key_bbref': 'kileda01', 'key_retro': 'kiled001', 'key_mlbam': 117046, 'offense_col': 1}} 2025-02-16 17:13:13,557 - card_creation - INFO - get: players id: None params: [('bbref_id', 'washbja01'), ('cardset_id', 20)] 2025-02-16 17:13:13,646 - card_creation - INFO - session info: 2025-02-16 17:13:13,646 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 763, 'image': 'https://pddev.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'washbja01', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:13,647 - card_creation - INFO - patch: players [('cost', '763'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11466/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:13,749 - card_creation - INFO - return: {'player_id': 11466, 'p_name': 'Jarrod Washburn', 'cost': 763, 'image': 'https://pddev.manticorum.com/api/v2/players/11466/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 40, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'washbja01', 'fangr_id': '40', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2656, 'first_name': 'Jarrod', 'last_name': 'Washburn', 'key_fangraphs': 40, 'key_bbref': 'washbja01', 'key_retro': 'washj001', 'key_mlbam': 132220, 'offense_col': 3}} 2025-02-16 17:13:13,749 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wrighja01'), ('cardset_id', 20)] 2025-02-16 17:13:13,851 - card_creation - INFO - session info: 2025-02-16 17:13:13,851 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja01', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35619, 'team': 69, 'player': 10822, 'created': 1730616941935}, {'id': 35670, 'team': 38, 'play [ S N I P P E D ] 2025-02-16 17:13:13,851 - card_creation - INFO - patch: players [('cost', '110'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10822/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:13,960 - card_creation - INFO - return: {'player_id': 10822, 'p_name': 'Jamey Wright', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/10822/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 715, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2e30844c_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja01', 'fangr_id': '715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1939, 'first_name': 'Jamey', 'last_name': 'Wright', 'key_fangraphs': 715, 'key_bbref': 'wrighja01', 'key_retro': 'wrigj001', 'key_mlbam': 124604, 'offense_col': 3}} 2025-02-16 17:13:13,960 - card_creation - INFO - get: players id: None params: [('bbref_id', 'dipotje01'), ('cardset_id', 20)] 2025-02-16 17:13:14,125 - card_creation - INFO - session info: 2025-02-16 17:13:14,125 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 374, 'image': 'https://pddev.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dipotje01', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38953, 'team': 47, 'player': 11082, 'created': 1739121114674}]}}]} 2025-02-16 17:13:14,125 - card_creation - INFO - patch: players [('cost', '374'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11082/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:14,228 - card_creation - INFO - return: {'player_id': 11082, 'p_name': 'Jerry DiPoto', 'cost': 374, 'image': 'https://pddev.manticorum.com/api/v2/players/11082/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1003321, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4fa9632c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'dipotje01', 'fangr_id': '1003321', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4060, 'first_name': 'Jerry', 'last_name': 'DiPoto', 'key_fangraphs': 1003321, 'key_bbref': 'dipotje01', 'key_retro': 'dipoj001', 'key_mlbam': 113386, 'offense_col': 2}} 2025-02-16 17:13:14,228 - card_creation - INFO - get: players id: None params: [('bbref_id', 'swiftbi02'), ('cardset_id', 20)] 2025-02-16 17:13:14,371 - card_creation - INFO - session info: 2025-02-16 17:13:14,371 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swiftbi02', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35858, 'team': 53, 'player': 10823, 'created': 1730616940558}, {'id': 36491, 'team': [ S N I P P E D ] 2025-02-16 17:13:14,372 - card_creation - INFO - patch: players [('cost', '31'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10823/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:14,512 - card_creation - INFO - return: {'player_id': 10823, 'p_name': 'Bill Swift', 'cost': 31, 'image': 'https://pddev.manticorum.com/api/v2/players/10823/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012788, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a6c63772_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'swiftbi02', 'fangr_id': '1012788', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3852, 'first_name': 'Bill', 'last_name': 'Swift', 'key_fangraphs': 1012788, 'key_bbref': 'swiftbi02', 'key_retro': 'swifb001', 'key_mlbam': 123053, 'offense_col': 1}} 2025-02-16 17:13:14,512 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wellsbo01'), ('cardset_id', 20)] 2025-02-16 17:13:14,651 - card_creation - INFO - session info: 2025-02-16 17:13:14,651 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 4779, 'image': 'https://pddev.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsbo01', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:14,651 - card_creation - INFO - patch: players [('cost', '4779'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11181/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:14,732 - card_creation - INFO - return: {'player_id': 11181, 'p_name': 'Bob Wells', 'cost': 4779, 'image': 'https://pddev.manticorum.com/api/v2/players/11181/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 760, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/5/53f5aa25_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wellsbo01', 'fangr_id': '760', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4146, 'first_name': 'Bob', 'last_name': 'Wells', 'key_fangraphs': 760, 'key_bbref': 'wellsbo01', 'key_retro': 'wellb002', 'key_mlbam': 124077, 'offense_col': 1}} 2025-02-16 17:13:14,733 - card_creation - INFO - get: players id: None params: [('bbref_id', 'spoljpa01'), ('cardset_id', 20)] 2025-02-16 17:13:14,839 - card_creation - INFO - session info: 2025-02-16 17:13:14,839 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spoljpa01', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35576, 'team': 69, 'player': 10824, 'created': 1730616941189}, {'id': 357 [ S N I P P E D ] 2025-02-16 17:13:14,839 - card_creation - INFO - patch: players [('cost', '19'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10824/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:14,937 - card_creation - INFO - return: {'player_id': 10824, 'p_name': 'Paul Spoljaric', 'cost': 19, 'image': 'https://pddev.manticorum.com/api/v2/players/10824/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012349, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d96f6a62_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'spoljpa01', 'fangr_id': '1012349', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3853, 'first_name': 'Paul', 'last_name': 'Spoljaric', 'key_fangraphs': 1012349, 'key_bbref': 'spoljpa01', 'key_retro': 'spolp001', 'key_mlbam': 122605, 'offense_col': 2}} 2025-02-16 17:13:14,938 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fasseje01'), ('cardset_id', 20)] 2025-02-16 17:13:15,074 - card_creation - INFO - session info: 2025-02-16 17:13:15,074 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasseje01', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:15,074 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11083/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:15,155 - card_creation - INFO - return: {'player_id': 11083, 'p_name': 'Jeff Fassero', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/11083/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 279, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/13b7bcf4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fasseje01', 'fangr_id': '279', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4061, 'first_name': 'Jeff', 'last_name': 'Fassero', 'key_fangraphs': 279, 'key_bbref': 'fasseje01', 'key_retro': 'fassj001', 'key_mlbam': 114032, 'offense_col': 1}} 2025-02-16 17:13:15,155 - card_creation - INFO - get: players id: None params: [('bbref_id', 'timlimi01'), ('cardset_id', 20)] 2025-02-16 17:13:15,278 - card_creation - INFO - session info: 2025-02-16 17:13:15,278 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 121, 'image': 'https://pddev.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'timlimi01', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36738, 'team': 33, 'player': 11001, 'created': 1731602869923}]}}]} 2025-02-16 17:13:15,278 - card_creation - INFO - patch: players [('cost', '121'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11001/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:15,369 - card_creation - INFO - return: {'player_id': 11001, 'p_name': 'Mike Timlin', 'cost': 121, 'image': 'https://pddev.manticorum.com/api/v2/players/11001/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1187, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/1e978114_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'timlimi01', 'fangr_id': '1187', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2753, 'first_name': 'Mike', 'last_name': 'Timlin', 'key_fangraphs': 1187, 'key_bbref': 'timlimi01', 'key_retro': 'timlm001', 'key_mlbam': 123348, 'offense_col': 3}} 2025-02-16 17:13:15,370 - card_creation - INFO - get: players id: None params: [('bbref_id', 'moyerja01'), ('cardset_id', 20)] 2025-02-16 17:13:15,509 - card_creation - INFO - session info: 2025-02-16 17:13:15,509 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moyerja01', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35406, 'team': 33, 'player': 10825, 'created': 1730616941189}, {'id': 35646, 'team': 47, 'pl [ S N I P P E D ] 2025-02-16 17:13:15,509 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10825/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:15,598 - card_creation - INFO - return: {'player_id': 10825, 'p_name': 'Jamie Moyer', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10825/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1091, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2485e17a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'moyerja01', 'fangr_id': '1091', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2276, 'first_name': 'Jamie', 'last_name': 'Moyer', 'key_fangraphs': 1091, 'key_bbref': 'moyerja01', 'key_retro': 'moyej001', 'key_mlbam': 119469, 'offense_col': 3}} 2025-02-16 17:13:15,598 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ayalabo01'), ('cardset_id', 20)] 2025-02-16 17:13:15,723 - card_creation - INFO - session info: 2025-02-16 17:13:15,723 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 129, 'image': 'https://pddev.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ayalabo01', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36065, 'team': 47, 'player': 10826, 'created': 1730785303497}, {'id': 36130, 'team [ S N I P P E D ] 2025-02-16 17:13:15,723 - card_creation - INFO - patch: players [('cost', '129'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10826/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:15,840 - card_creation - INFO - return: {'player_id': 10826, 'p_name': 'Bobby Ayala', 'cost': 129, 'image': 'https://pddev.manticorum.com/api/v2/players/10826/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000384, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/1c2f8821_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ayalabo01', 'fangr_id': '1000384', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3854, 'first_name': 'Bobby', 'last_name': 'Ayala', 'key_fangraphs': 1000384, 'key_bbref': 'ayalabo01', 'key_retro': 'ayalb002', 'key_mlbam': 110402, 'offense_col': 1}} 2025-02-16 17:13:15,840 - card_creation - INFO - get: players id: None params: [('bbref_id', 'helliri01'), ('cardset_id', 20)] 2025-02-16 17:13:15,912 - card_creation - INFO - session info: 2025-02-16 17:13:15,913 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'helliri01', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36428, 'team': 69, 'player': 10827, 'created': 1730920177283}, {'id': 36430, 'team': 33, 'player': 108 [ S N I P P E D ] 2025-02-16 17:13:15,913 - card_creation - INFO - patch: players [('cost', '89'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10827/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:15,990 - card_creation - INFO - return: {'player_id': 10827, 'p_name': 'Rick Helling', 'cost': 89, 'image': 'https://pddev.manticorum.com/api/v2/players/10827/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 58, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/58ebb108_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'helliri01', 'fangr_id': '58', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3855, 'first_name': 'Rick', 'last_name': 'Helling', 'key_fangraphs': 58, 'key_bbref': 'helliri01', 'key_retro': 'hellr001', 'key_mlbam': 115727, 'offense_col': 1}} 2025-02-16 17:13:15,990 - card_creation - INFO - get: players id: None params: [('bbref_id', 'patteda04'), ('cardset_id', 20)] 2025-02-16 17:13:16,103 - card_creation - INFO - session info: 2025-02-16 17:13:16,103 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 454, 'image': 'https://pddev.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patteda04', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:16,103 - card_creation - INFO - patch: players [('cost', '454'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11231/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:16,188 - card_creation - INFO - return: {'player_id': 11231, 'p_name': 'Danny Patterson', 'cost': 454, 'image': 'https://pddev.manticorum.com/api/v2/players/11231/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 485, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/6/634f4942_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'patteda04', 'fangr_id': '485', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4187, 'first_name': 'Danny', 'last_name': 'Patterson', 'key_fangraphs': 485, 'key_bbref': 'patteda04', 'key_retro': 'pattd001', 'key_mlbam': 120285, 'offense_col': 2}} 2025-02-16 17:13:16,189 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wettejo01'), ('cardset_id', 20)] 2025-02-16 17:13:16,318 - card_creation - INFO - session info: 2025-02-16 17:13:16,318 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 4686, 'image': 'https://pddev.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wettejo01', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38266, 'team': 69, 'player': 11262, 'created': 1735337233607}]}}]} 2025-02-16 17:13:16,318 - card_creation - INFO - patch: players [('cost', '4686'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11262/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:16,454 - card_creation - INFO - return: {'player_id': 11262, 'p_name': 'John Wetteland', 'cost': 4686, 'image': 'https://pddev.manticorum.com/api/v2/players/11262/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013815, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/56f0b8c4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wettejo01', 'fangr_id': '1013815', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4213, 'first_name': 'John', 'last_name': 'Wetteland', 'key_fangraphs': 1013815, 'key_bbref': 'wettejo01', 'key_retro': 'wettj001', 'key_mlbam': 124123, 'offense_col': 2}} 2025-02-16 17:13:16,454 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sparkst01'), ('cardset_id', 20)] 2025-02-16 17:13:16,555 - card_creation - INFO - session info: 2025-02-16 17:13:16,555 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 855, 'image': 'https://pddev.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sparkst01', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:16,555 - card_creation - INFO - patch: players [('cost', '855'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11467/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:16,652 - card_creation - INFO - return: {'player_id': 11467, 'p_name': 'Steve Sparks', 'cost': 855, 'image': 'https://pddev.manticorum.com/api/v2/players/11467/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 499, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sparkst01', 'fangr_id': '499', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4266, 'first_name': 'Steve', 'last_name': 'Sparks', 'key_fangraphs': 499, 'key_bbref': 'sparkst01', 'key_retro': 'spars001', 'key_mlbam': 122562, 'offense_col': 3}} 2025-02-16 17:13:16,653 - card_creation - INFO - get: players id: None params: [('bbref_id', 'vanpoto01'), ('cardset_id', 20)] 2025-02-16 17:13:16,745 - card_creation - INFO - session info: 2025-02-16 17:13:16,745 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vanpoto01', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:16,745 - card_creation - INFO - patch: players [('cost', '13'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11496/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:16,870 - card_creation - INFO - return: {'player_id': 11496, 'p_name': 'Todd Van Poppel', 'cost': 13, 'image': 'https://pddev.manticorum.com/api/v2/players/11496/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1284, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'vanpoto01', 'fangr_id': '1284', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4292, 'first_name': 'Todd', 'last_name': 'Van Poppel', 'key_fangraphs': 1284, 'key_bbref': 'vanpoto01', 'key_retro': 'vanpt001', 'key_mlbam': 123650, 'offense_col': 3}} 2025-02-16 17:13:16,870 - card_creation - INFO - get: players id: None params: [('bbref_id', 'levinal01'), ('cardset_id', 20)] 2025-02-16 17:13:16,996 - card_creation - INFO - session info: 2025-02-16 17:13:16,996 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pddev.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'levinal01', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:16,996 - card_creation - INFO - patch: players [('cost', '384'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11263/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:17,091 - card_creation - INFO - return: {'player_id': 11263, 'p_name': 'Al Levine', 'cost': 384, 'image': 'https://pddev.manticorum.com/api/v2/players/11263/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 20, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/b/bd5c0cc5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'levinal01', 'fangr_id': '20', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4214, 'first_name': 'Al', 'last_name': 'Levine', 'key_fangraphs': 20, 'key_bbref': 'levinal01', 'key_retro': 'levia001', 'key_mlbam': 117722, 'offense_col': 2}} 2025-02-16 17:13:17,091 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crabtti01'), ('cardset_id', 20)] 2025-02-16 17:13:17,232 - card_creation - INFO - session info: 2025-02-16 17:13:17,232 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crabtti01', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:17,232 - card_creation - INFO - patch: players [('cost', '402'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11149/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:17,329 - card_creation - INFO - return: {'player_id': 11149, 'p_name': 'Tim Crabtree', 'cost': 402, 'image': 'https://pddev.manticorum.com/api/v2/players/11149/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002715, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/9/929b0bed_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crabtti01', 'fangr_id': '1002715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4117, 'first_name': 'Tim', 'last_name': 'Crabtree', 'key_fangraphs': 1002715, 'key_bbref': 'crabtti01', 'key_retro': 'crabt001', 'key_mlbam': 112775, 'offense_col': 1}} 2025-02-16 17:13:17,329 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bailesc01'), ('cardset_id', 20)] 2025-02-16 17:13:17,446 - card_creation - INFO - session info: 2025-02-16 17:13:17,446 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bailesc01', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 38962, 'team': 47, 'player': 11232, 'created': 1739121113929}]}}]} 2025-02-16 17:13:17,447 - card_creation - INFO - patch: players [('cost', '10'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11232/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:17,587 - card_creation - INFO - return: {'player_id': 11232, 'p_name': 'Scott Bailes', 'cost': 10, 'image': 'https://pddev.manticorum.com/api/v2/players/11232/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000430, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/2/2c152872_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bailesc01', 'fangr_id': '1000430', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4188, 'first_name': 'Scott', 'last_name': 'Bailes', 'key_fangraphs': 1000430, 'key_bbref': 'bailesc01', 'key_retro': 'bails001', 'key_mlbam': 110438, 'offense_col': 2}} 2025-02-16 17:13:17,587 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gundeer01'), ('cardset_id', 20)] 2025-02-16 17:13:17,682 - card_creation - INFO - session info: 2025-02-16 17:13:17,682 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gundeer01', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:17,683 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11084/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:17,766 - card_creation - INFO - return: {'player_id': 11084, 'p_name': 'Eric Gunderson', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11084/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005144, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c218f933_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gundeer01', 'fangr_id': '1005144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4062, 'first_name': 'Eric', 'last_name': 'Gunderson', 'key_fangraphs': 1005144, 'key_bbref': 'gundeer01', 'key_retro': 'gunde001', 'key_mlbam': 115249, 'offense_col': 2}} 2025-02-16 17:13:17,766 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaxa01'), ('cardset_id', 20)] 2025-02-16 17:13:17,904 - card_creation - INFO - session info: 2025-02-16 17:13:17,904 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 4389, 'image': 'https://pddev.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaxa01', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:17,904 - card_creation - INFO - patch: players [('cost', '4389'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11304/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:18,002 - card_creation - INFO - return: {'player_id': 11304, 'p_name': 'Xavier Hernandez', 'cost': 4389, 'image': 'https://pddev.manticorum.com/api/v2/players/11304/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1005715, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaxa01', 'fangr_id': '1005715', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4240, 'first_name': 'Xavier', 'last_name': 'Hernandez', 'key_fangraphs': 1005715, 'key_bbref': 'hernaxa01', 'key_retro': 'hernx001', 'key_mlbam': 115820, 'offense_col': 3}} 2025-02-16 17:13:18,002 - card_creation - INFO - get: players id: None params: [('bbref_id', 'valdeis01'), ('cardset_id', 20)] 2025-02-16 17:13:18,098 - card_creation - INFO - session info: 2025-02-16 17:13:18,098 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 273, 'image': 'https://pddev.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdeis01', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35620, 'team': 69, 'player': 10828, 'created': 1730616941935}, {'id': 35631, 'te [ S N I P P E D ] 2025-02-16 17:13:18,098 - card_creation - INFO - patch: players [('cost', '273'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10828/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:18,233 - card_creation - INFO - return: {'player_id': 10828, 'p_name': 'Ismael Valdez', 'cost': 273, 'image': 'https://pddev.manticorum.com/api/v2/players/10828/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1283, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/511f9a6d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'valdeis01', 'fangr_id': '1283', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3856, 'first_name': 'Ismael', 'last_name': 'Valdez', 'key_fangraphs': 1283, 'key_bbref': 'valdeis01', 'key_retro': 'valdi001', 'key_mlbam': 123595, 'offense_col': 1}} 2025-02-16 17:13:18,234 - card_creation - INFO - get: players id: None params: [('bbref_id', 'radinsc01'), ('cardset_id', 20)] 2025-02-16 17:13:18,343 - card_creation - INFO - session info: 2025-02-16 17:13:18,343 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 3859, 'image': 'https://pddev.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radinsc01', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:18,343 - card_creation - INFO - patch: players [('cost', '3859'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11182/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:18,479 - card_creation - INFO - return: {'player_id': 11182, 'p_name': 'Scott Radinsky', 'cost': 3859, 'image': 'https://pddev.manticorum.com/api/v2/players/11182/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010641, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'radinsc01', 'fangr_id': '1010641', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4147, 'first_name': 'Scott', 'last_name': 'Radinsky', 'key_fangraphs': 1010641, 'key_bbref': 'radinsc01', 'key_retro': 'radis001', 'key_mlbam': 120877, 'offense_col': 1}} 2025-02-16 17:13:18,479 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mcmicgr01'), ('cardset_id', 20)] 2025-02-16 17:13:18,573 - card_creation - INFO - session info: 2025-02-16 17:13:18,573 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcmicgr01', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37710, 'team': 47, 'player': 11085, 'created': 1731963342639}]}}]} 2025-02-16 17:13:18,573 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11085/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:18,714 - card_creation - INFO - return: {'player_id': 11085, 'p_name': 'Greg McMichael', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11085/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008640, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/d9838e04_br.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mcmicgr01', 'fangr_id': '1008640', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4063, 'first_name': 'Greg', 'last_name': 'McMichael', 'key_fangraphs': 1008640, 'key_bbref': 'mcmicgr01', 'key_retro': 'mcmig001', 'key_mlbam': 118825, 'offense_col': 2}} 2025-02-16 17:13:18,715 - card_creation - INFO - get: players id: None params: [('bbref_id', 'guthrma01'), ('cardset_id', 20)] 2025-02-16 17:13:18,827 - card_creation - INFO - session info: 2025-02-16 17:13:18,827 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 3661, 'image': 'https://pddev.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guthrma01', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37882, 'team': 47, 'player': 11264, 'created': 1733700057396}]}}]} 2025-02-16 17:13:18,827 - card_creation - INFO - patch: players [('cost', '3661'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11264/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:18,927 - card_creation - INFO - return: {'player_id': 11264, 'p_name': 'Mark Guthrie', 'cost': 3661, 'image': 'https://pddev.manticorum.com/api/v2/players/11264/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 876, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/e518479b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'guthrma01', 'fangr_id': '876', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4215, 'first_name': 'Mark', 'last_name': 'Guthrie', 'key_fangraphs': 876, 'key_bbref': 'guthrma01', 'key_retro': 'guthm001', 'key_mlbam': 115260, 'offense_col': 2}} 2025-02-16 17:13:18,927 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bruskji01'), ('cardset_id', 20)] 2025-02-16 17:13:19,038 - card_creation - INFO - session info: 2025-02-16 17:13:19,038 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 117, 'image': 'https://pddev.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bruskji01', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37558, 'team': 33, 'player': 11086, 'created': 1731963342653}]}}]} 2025-02-16 17:13:19,038 - card_creation - INFO - patch: players [('cost', '117'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11086/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:19,125 - card_creation - INFO - return: {'player_id': 11086, 'p_name': 'Jim Bruske', 'cost': 117, 'image': 'https://pddev.manticorum.com/api/v2/players/11086/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001598, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/b/b49d892b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bruskji01', 'fangr_id': '1001598', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4064, 'first_name': 'Jim', 'last_name': 'Bruske', 'key_fangraphs': 1001598, 'key_bbref': 'bruskji01', 'key_retro': 'brusj001', 'key_mlbam': 111636, 'offense_col': 2}} 2025-02-16 17:13:19,125 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mlickda01'), ('cardset_id', 20)] 2025-02-16 17:13:19,209 - card_creation - INFO - session info: 2025-02-16 17:13:19,209 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mlickda01', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35601, 'team': 47, 'player': 10829, 'created': 1730616941189}, {'id': 35949, 'team': 55, [ S N I P P E D ] 2025-02-16 17:13:19,210 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10829/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:19,307 - card_creation - INFO - return: {'player_id': 10829, 'p_name': 'Dave Mlicki', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10829/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Los Angeles Dodgers', 'franchise': 'Los Angeles Dodgers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 569, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7403d6e0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mlickda01', 'fangr_id': '569', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3857, 'first_name': 'Dave', 'last_name': 'Mlicki', 'key_fangraphs': 569, 'key_bbref': 'mlickda01', 'key_retro': 'mlicd001', 'key_mlbam': 119211, 'offense_col': 1}} 2025-02-16 17:13:19,307 - card_creation - INFO - get: players id: None params: [('bbref_id', 'estessh01'), ('cardset_id', 20)] 2025-02-16 17:13:19,455 - card_creation - INFO - session info: 2025-02-16 17:13:19,455 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pddev.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'estessh01', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 35688, 'team': 47, 'player': 10830, 'created': 1730616941189}]}}]} 2025-02-16 17:13:19,455 - card_creation - INFO - patch: players [('cost', '312'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10830/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:19,541 - card_creation - INFO - return: {'player_id': 10830, 'p_name': 'Shawn Estes', 'cost': 312, 'image': 'https://pddev.manticorum.com/api/v2/players/10830/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 873, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7e496ca0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'estessh01', 'fangr_id': '873', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3169, 'first_name': 'Shawn', 'last_name': 'Estes', 'key_fangraphs': 873, 'key_bbref': 'estessh01', 'key_retro': 'estes001', 'key_mlbam': 113915, 'offense_col': 3}} 2025-02-16 17:13:19,541 - card_creation - INFO - get: players id: None params: [('bbref_id', 'tavarju01'), ('cardset_id', 20)] 2025-02-16 17:13:19,664 - card_creation - INFO - session info: 2025-02-16 17:13:19,664 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pddev.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tavarju01', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 37492, 'team': 33, 'player': 11002, 'created': 1731963342633}, {'id': 37709, 'te [ S N I P P E D ] 2025-02-16 17:13:19,665 - card_creation - INFO - patch: players [('cost', '127'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11002/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:19,761 - card_creation - INFO - return: {'player_id': 11002, 'p_name': 'Julian Tavarez', 'cost': 127, 'image': 'https://pddev.manticorum.com/api/v2/players/11002/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 541, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/7/7bc04168_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'tavarju01', 'fangr_id': '541', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2704, 'first_name': 'Julian', 'last_name': 'Tavarez', 'key_fangraphs': 541, 'key_bbref': 'tavarju01', 'key_retro': 'tavaj001', 'key_mlbam': 123118, 'offense_col': 3}} 2025-02-16 17:13:19,761 - card_creation - INFO - get: players id: None params: [('bbref_id', 'darwida01'), ('cardset_id', 20)] 2025-02-16 17:13:19,901 - card_creation - INFO - session info: 2025-02-16 17:13:19,901 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darwida01', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35559, 'team': 69, 'player': 10831, 'created': 1730616941390}, {'id': 355 [ S N I P P E D ] 2025-02-16 17:13:19,901 - card_creation - INFO - patch: players [('cost', '90'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10831/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:20,021 - card_creation - INFO - return: {'player_id': 10831, 'p_name': 'Danny Darwin', 'cost': 90, 'image': 'https://pddev.manticorum.com/api/v2/players/10831/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002996, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/10a7ad10_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darwida01', 'fangr_id': '1002996', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3858, 'first_name': 'Danny', 'last_name': 'Darwin', 'key_fangraphs': 1002996, 'key_bbref': 'darwida01', 'key_retro': 'darwd001', 'key_mlbam': 113060, 'offense_col': 2}} 2025-02-16 17:13:20,022 - card_creation - INFO - get: players id: None params: [('bbref_id', 'johnsjo07'), ('cardset_id', 20)] 2025-02-16 17:13:20,167 - card_creation - INFO - session info: 2025-02-16 17:13:20,167 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 139, 'image': 'https://pddev.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsjo07', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 36611, 'team': 49, 'player': 10832, 'created': 1731297998536}, {'id' [ S N I P P E D ] 2025-02-16 17:13:20,167 - card_creation - INFO - patch: players [('cost', '139'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10832/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:20,263 - card_creation - INFO - return: {'player_id': 10832, 'p_name': 'John Johnstone', 'cost': 139, 'image': 'https://pddev.manticorum.com/api/v2/players/10832/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006475, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/8/8ad9aa59_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'johnsjo07', 'fangr_id': '1006475', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3859, 'first_name': 'John', 'last_name': 'Johnstone', 'key_fangraphs': 1006475, 'key_bbref': 'johnsjo07', 'key_retro': 'johnj006', 'key_mlbam': 116651, 'offense_col': 3}} 2025-02-16 17:13:20,263 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodriri02'), ('cardset_id', 20)] 2025-02-16 17:13:20,398 - card_creation - INFO - session info: 2025-02-16 17:13:20,399 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 126, 'image': 'https://pddev.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriri02', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:20,399 - card_creation - INFO - patch: players [('cost', '126'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11265/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:20,495 - card_creation - INFO - return: {'player_id': 11265, 'p_name': 'Rich Rodriguez', 'cost': 126, 'image': 'https://pddev.manticorum.com/api/v2/players/11265/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1276, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/5/5ab8afc2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodriri02', 'fangr_id': '1276', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4216, 'first_name': 'Rich', 'last_name': 'Rodriguez', 'key_fangraphs': 1276, 'key_bbref': 'rodriri02', 'key_retro': 'rodrr004', 'key_mlbam': 121363, 'offense_col': 3}} 2025-02-16 17:13:20,495 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reedst01'), ('cardset_id', 20)] 2025-02-16 17:13:20,580 - card_creation - INFO - session info: 2025-02-16 17:13:20,581 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 1166, 'image': 'https://pddev.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedst01', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36493, 'team': 47, 'player': 11003, 'created': 1731272300483}, {'id': 36559, 'team': 33, 'pl [ S N I P P E D ] 2025-02-16 17:13:20,581 - card_creation - INFO - patch: players [('cost', '1166'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11003/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:20,679 - card_creation - INFO - return: {'player_id': 11003, 'p_name': 'Steve Reed', 'cost': 1166, 'image': 'https://pddev.manticorum.com/api/v2/players/11003/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1053, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/2058dac5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reedst01', 'fangr_id': '1053', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3989, 'first_name': 'Steve', 'last_name': 'Reed', 'key_fangraphs': 1053, 'key_bbref': 'reedst01', 'key_retro': 'reeds001', 'key_mlbam': 121002, 'offense_col': 2}} 2025-02-16 17:13:20,680 - card_creation - INFO - get: players id: None params: [('bbref_id', 'pooleji02'), ('cardset_id', 20)] 2025-02-16 17:13:20,821 - card_creation - INFO - session info: 2025-02-16 17:13:20,822 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pddev.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pooleji02', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:20,822 - card_creation - INFO - patch: players [('cost', '48'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11183/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:20,964 - card_creation - INFO - return: {'player_id': 11183, 'p_name': 'Jim Poole', 'cost': 48, 'image': 'https://pddev.manticorum.com/api/v2/players/11183/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010435, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/4/4d201d27_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'pooleji02', 'fangr_id': '1010435', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4148, 'first_name': 'Jim', 'last_name': 'Poole', 'key_fangraphs': 1010435, 'key_bbref': 'pooleji02', 'key_retro': 'poolj001', 'key_mlbam': 120666, 'offense_col': 1}} 2025-02-16 17:13:20,964 - card_creation - INFO - get: players id: None params: [('bbref_id', 'nenro01'), ('cardset_id', 20)] 2025-02-16 17:13:21,091 - card_creation - INFO - session info: 2025-02-16 17:13:21,092 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 3786, 'image': 'https://pddev.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nenro01', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:21,092 - card_creation - INFO - patch: players [('cost', '3786'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11087/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:21,221 - card_creation - INFO - return: {'player_id': 11087, 'p_name': 'Robb Nen', 'cost': 3786, 'image': 'https://pddev.manticorum.com/api/v2/players/11087/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1123, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'nenro01', 'fangr_id': '1123', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4065, 'first_name': 'Robb', 'last_name': 'Nen', 'key_fangraphs': 1123, 'key_bbref': 'nenro01', 'key_retro': 'nen-r001', 'key_mlbam': 119718, 'offense_col': 2}} 2025-02-16 17:13:21,221 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rueteki01'), ('cardset_id', 20)] 2025-02-16 17:13:21,373 - card_creation - INFO - session info: 2025-02-16 17:13:21,374 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 313, 'image': 'https://pddev.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rueteki01', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:21,374 - card_creation - INFO - patch: players [('cost', '313'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10833/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:21,459 - card_creation - INFO - return: {'player_id': 10833, 'p_name': 'Kirk Rueter', 'cost': 313, 'image': 'https://pddev.manticorum.com/api/v2/players/10833/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1128, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5efa510_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rueteki01', 'fangr_id': '1128', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3860, 'first_name': 'Kirk', 'last_name': 'Rueter', 'key_fangraphs': 1128, 'key_bbref': 'rueteki01', 'key_retro': 'ruetk001', 'key_mlbam': 121541, 'offense_col': 1}} 2025-02-16 17:13:21,459 - card_creation - INFO - get: players id: None params: [('bbref_id', 'candito01'), ('cardset_id', 20)] 2025-02-16 17:13:21,628 - card_creation - INFO - session info: 2025-02-16 17:13:21,628 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'candito01', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36497, 'team': 47, 'player': 10834, 'created': 1730920176625}, {'id': 3750 [ S N I P P E D ] 2025-02-16 17:13:21,628 - card_creation - INFO - patch: players [('cost', '288'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10834/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:21,736 - card_creation - INFO - return: {'player_id': 10834, 'p_name': 'Tom Candiotti', 'cost': 288, 'image': 'https://pddev.manticorum.com/api/v2/players/10834/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001911, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d4d890f1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'candito01', 'fangr_id': '1001911', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3861, 'first_name': 'Tom', 'last_name': 'Candiotti', 'key_fangraphs': 1001911, 'key_bbref': 'candito01', 'key_retro': 'candt001', 'key_mlbam': 111954, 'offense_col': 2}} 2025-02-16 17:13:21,736 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hayneji01'), ('cardset_id', 20)] 2025-02-16 17:13:21,831 - card_creation - INFO - session info: 2025-02-16 17:13:21,831 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayneji01', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35407, 'team': 33, 'player': 10835, 'created': 1730616941189}, {'id': 35820, 'team': 31, 'p [ S N I P P E D ] 2025-02-16 17:13:21,832 - card_creation - INFO - patch: players [('cost', '32'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10835/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:21,970 - card_creation - INFO - return: {'player_id': 10835, 'p_name': 'Jimmy Haynes', 'cost': 32, 'image': 'https://pddev.manticorum.com/api/v2/players/10835/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Oakland Athletics', 'franchise': 'Oakland Athletics', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 329, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/fc8f73b7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hayneji01', 'fangr_id': '329', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3862, 'first_name': 'Jimmy', 'last_name': 'Haynes', 'key_fangraphs': 329, 'key_bbref': 'hayneji01', 'key_retro': 'haynj001', 'key_mlbam': 115649, 'offense_col': 2}} 2025-02-16 17:13:21,970 - card_creation - INFO - get: players id: None params: [('bbref_id', 'fettemi01'), ('cardset_id', 20)] 2025-02-16 17:13:22,088 - card_creation - INFO - session info: 2025-02-16 17:13:22,088 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 5209, 'image': 'https://pddev.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fettemi01', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:22,089 - card_creation - INFO - patch: players [('cost', '5209'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11233/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:22,229 - card_creation - INFO - return: {'player_id': 11233, 'p_name': 'Mike Fetters', 'cost': 5209, 'image': 'https://pddev.manticorum.com/api/v2/players/11233/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'None', 'franchise': 'None', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 988, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/d/d96c5ca5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'fettemi01', 'fangr_id': '988', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4189, 'first_name': 'Mike', 'last_name': 'Fetters', 'key_fangraphs': 988, 'key_bbref': 'fettemi01', 'key_retro': 'fettm001', 'key_mlbam': 114097, 'offense_col': 2}} 2025-02-16 17:13:22,229 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whiteri01'), ('cardset_id', 20)] 2025-02-16 17:13:22,336 - card_creation - INFO - session info: 2025-02-16 17:13:22,337 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11305, 'p_name': 'Rick White', 'cost': 1116, 'image': 'https://pddev.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whiteri01', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:22,337 - card_creation - INFO - patch: players [('cost', '1116'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11305/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:22,455 - card_creation - INFO - return: {'player_id': 11305, 'p_name': 'Rick White', 'cost': 1116, 'image': 'https://pddev.manticorum.com/api/v2/players/11305/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Tampa Bay Devil Rays', 'franchise': 'Tampa Bay Rays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 456, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/97887424_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whiteri01', 'fangr_id': '456', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4241, 'first_name': 'Rick', 'last_name': 'White', 'key_fangraphs': 456, 'key_bbref': 'whiteri01', 'key_retro': 'whitr002', 'key_mlbam': 124184, 'offense_col': 2}} 2025-02-16 17:13:22,455 - card_creation - INFO - get: players id: None params: [('bbref_id', 'smithpe02'), ('cardset_id', 20)] 2025-02-16 17:13:22,610 - card_creation - INFO - session info: 2025-02-16 17:13:22,610 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithpe02', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36988, 'team': 47, 'player': 11004, 'created': 1731602869923}]}}]} 2025-02-16 17:13:22,611 - card_creation - INFO - patch: players [('cost', '145'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11004/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:22,713 - card_creation - INFO - return: {'player_id': 11004, 'p_name': 'Pete Smith', 'cost': 145, 'image': 'https://pddev.manticorum.com/api/v2/players/11004/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012191, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0168f830_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'smithpe02', 'fangr_id': '1012191', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3990, 'first_name': 'Pete', 'last_name': 'Smith', 'key_fangraphs': 1012191, 'key_bbref': 'smithpe02', 'key_retro': 'smitp001', 'key_mlbam': 122443, 'offense_col': 2}} 2025-02-16 17:13:22,713 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mussimi01'), ('cardset_id', 20)] 2025-02-16 17:13:22,848 - card_creation - INFO - session info: 2025-02-16 17:13:22,848 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 3721, 'image': 'https://pddev.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mussimi01', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35581, 'team': 69, 'player': 10836, 'created': 1730616941189}, {'id': 38313, 'team' [ S N I P P E D ] 2025-02-16 17:13:22,848 - card_creation - INFO - patch: players [('cost', '3721'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10836/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:22,981 - card_creation - INFO - return: {'player_id': 10836, 'p_name': 'Mike Mussina', 'cost': 3721, 'image': 'https://pddev.manticorum.com/api/v2/players/10836/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Baltimore Orioles', 'franchise': 'Baltimore Orioles', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 837, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d79f7a98_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mussimi01', 'fangr_id': '837', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2751, 'first_name': 'Mike', 'last_name': 'Mussina', 'key_fangraphs': 837, 'key_bbref': 'mussimi01', 'key_retro': 'mussm001', 'key_mlbam': 119608, 'offense_col': 2}} 2025-02-16 17:13:22,982 - card_creation - INFO - get: players id: None params: [('bbref_id', 'coneda01'), ('cardset_id', 20)] 2025-02-16 17:13:23,089 - card_creation - INFO - session info: 2025-02-16 17:13:23,089 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10837, 'p_name': 'David Cone', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coneda01', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36005, 'team': 53, 'player': 10837, 'created': 1730785303873}, {'id': 36965, 'team': 47, 'play [ S N I P P E D ] 2025-02-16 17:13:23,090 - card_creation - INFO - patch: players [('cost', '246'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10837/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:23,183 - card_creation - INFO - return: {'player_id': 10837, 'p_name': 'David Cone', 'cost': 246, 'image': 'https://pddev.manticorum.com/api/v2/players/10837/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1680, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/1/191828e7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'coneda01', 'fangr_id': '1680', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3863, 'first_name': 'David', 'last_name': 'Cone', 'key_fangraphs': 1680, 'key_bbref': 'coneda01', 'key_retro': 'coned001', 'key_mlbam': 112552, 'offense_col': 1}} 2025-02-16 17:13:23,183 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stantmi02'), ('cardset_id', 20)] 2025-02-16 17:13:23,283 - card_creation - INFO - session info: 2025-02-16 17:13:23,283 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 5518, 'image': 'https://pddev.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stantmi02', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37994, 'team': 47, 'player': 11005, 'created': 1733700057396}]}}]} 2025-02-16 17:13:23,283 - card_creation - INFO - patch: players [('cost', '5518'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11005/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:23,362 - card_creation - INFO - return: {'player_id': 11005, 'p_name': 'Mike Stanton', 'cost': 5518, 'image': 'https://pddev.manticorum.com/api/v2/players/11005/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 849, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/1/17797360_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stantmi02', 'fangr_id': '849', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3991, 'first_name': 'Mike', 'last_name': 'Stanton', 'key_fangraphs': 849, 'key_bbref': 'stantmi02', 'key_retro': 'stanm003', 'key_mlbam': 122681, 'offense_col': 2}} 2025-02-16 17:13:23,363 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernaor01'), ('cardset_id', 20)] 2025-02-16 17:13:23,473 - card_creation - INFO - session info: 2025-02-16 17:13:23,473 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 3469, 'image': 'https://pddev.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaor01', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:23,473 - card_creation - INFO - patch: players [('cost', '3469'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11468/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:23,575 - card_creation - INFO - return: {'player_id': 11468, 'p_name': 'Orlando Hernandez', 'cost': 3469, 'image': 'https://pddev.manticorum.com/api/v2/players/11468/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 823, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'hernaor01', 'fangr_id': '823', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4267, 'first_name': 'Orlando', 'last_name': 'Hernandez', 'key_fangraphs': 823, 'key_bbref': 'hernaor01', 'key_retro': 'herno001', 'key_mlbam': 133340, 'offense_col': 3}} 2025-02-16 17:13:23,575 - card_creation - INFO - get: players id: None params: [('bbref_id', 'buddimi01'), ('cardset_id', 20)] 2025-02-16 17:13:23,669 - card_creation - INFO - session info: 2025-02-16 17:13:23,669 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11564, 'p_name': 'Mike Buddie', 'cost': 341, 'image': 'https://pddev.manticorum.com/api/v2/players/11564/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 678, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buddimi01', 'fangr_id': '678', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4338, 'first_name': 'Mike', 'last_name': 'Buddie', 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001', 'key_mlbam': 133322, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:23,669 - card_creation - INFO - patch: players [('cost', '341'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11564/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:23,805 - card_creation - INFO - return: {'player_id': 11564, 'p_name': 'Mike Buddie', 'cost': 341, 'image': 'https://pddev.manticorum.com/api/v2/players/11564/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 678, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'buddimi01', 'fangr_id': '678', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4338, 'first_name': 'Mike', 'last_name': 'Buddie', 'key_fangraphs': 678, 'key_bbref': 'buddimi01', 'key_retro': 'buddm001', 'key_mlbam': 133322, 'offense_col': 2}} 2025-02-16 17:13:23,806 - card_creation - INFO - get: players id: None params: [('bbref_id', 'mendora01'), ('cardset_id', 20)] 2025-02-16 17:13:23,907 - card_creation - INFO - session info: 2025-02-16 17:13:23,908 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mendora01', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}, 'paperdex': {'count': 5, 'paperdex': [{'id': 35544, 'team': 38, 'player': 10838, 'created': 1730616941189}, {'id': 35548, 'team': 69, [ S N I P P E D ] 2025-02-16 17:13:23,908 - card_creation - INFO - patch: players [('cost', '124'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10838/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:24,000 - card_creation - INFO - return: {'player_id': 10838, 'p_name': 'Ramiro Mendoza', 'cost': 124, 'image': 'https://pddev.manticorum.com/api/v2/players/10838/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 836, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d2a7f979_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'mendora01', 'fangr_id': '836', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3864, 'first_name': 'Ramiro', 'last_name': 'Mendoza', 'key_fangraphs': 836, 'key_bbref': 'mendora01', 'key_retro': 'mendr001', 'key_mlbam': 118947, 'offense_col': 1}} 2025-02-16 17:13:24,000 - card_creation - INFO - get: players id: None params: [('bbref_id', 'riverma01'), ('cardset_id', 20)] 2025-02-16 17:13:24,089 - card_creation - INFO - session info: 2025-02-16 17:13:24,089 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 3711, 'image': 'https://pddev.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverma01', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:24,089 - card_creation - INFO - patch: players [('cost', '3711'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11306/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:24,245 - card_creation - INFO - return: {'player_id': 11306, 'p_name': 'Mariano Rivera', 'cost': 3711, 'image': 'https://pddev.manticorum.com/api/v2/players/11306/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Yankees', 'franchise': 'New York Yankees', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 844, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'riverma01', 'fangr_id': '844', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 1945, 'first_name': 'Mariano', 'last_name': 'Rivera', 'key_fangraphs': 844, 'key_bbref': 'riverma01', 'key_retro': 'rivem002', 'key_mlbam': 121250, 'offense_col': 3}} 2025-02-16 17:13:24,245 - card_creation - INFO - get: players id: None params: [('bbref_id', 'saberbr01'), ('cardset_id', 20)] 2025-02-16 17:13:24,357 - card_creation - INFO - session info: 2025-02-16 17:13:24,357 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 747, 'image': 'https://pddev.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saberbr01', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37857, 'team': 47, 'player': 11006, 'created': 1733700057449}]}}]} 2025-02-16 17:13:24,358 - card_creation - INFO - patch: players [('cost', '747'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11006/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:24,494 - card_creation - INFO - return: {'player_id': 11006, 'p_name': 'Bret Saberhagen', 'cost': 747, 'image': 'https://pddev.manticorum.com/api/v2/players/11006/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011355, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/8/8f00b9b0_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'saberbr01', 'fangr_id': '1011355', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3992, 'first_name': 'Bret', 'last_name': 'Saberhagen', 'key_fangraphs': 1011355, 'key_bbref': 'saberbr01', 'key_retro': 'sabeb001', 'key_mlbam': 121604, 'offense_col': 2}} 2025-02-16 17:13:24,494 - card_creation - INFO - get: players id: None params: [('bbref_id', 'garceri01'), ('cardset_id', 20)] 2025-02-16 17:13:24,582 - card_creation - INFO - session info: 2025-02-16 17:13:24,582 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garceri01', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37782, 'team': 33, 'player': 11150, 'created': 1733172010978}]}}]} 2025-02-16 17:13:24,583 - card_creation - INFO - patch: players [('cost', '40'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11150/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:24,674 - card_creation - INFO - return: {'player_id': 11150, 'p_name': 'Rich Garces', 'cost': 40, 'image': 'https://pddev.manticorum.com/api/v2/players/11150/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 189, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a58f4d4e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'garceri01', 'fangr_id': '189', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4118, 'first_name': 'Rich', 'last_name': 'Garces', 'key_fangraphs': 189, 'key_bbref': 'garceri01', 'key_retro': 'garcr001', 'key_mlbam': 114581, 'offense_col': 3}} 2025-02-16 17:13:24,675 - card_creation - INFO - get: players id: None params: [('bbref_id', 'reyesca01'), ('cardset_id', 20)] 2025-02-16 17:13:24,765 - card_creation - INFO - session info: 2025-02-16 17:13:24,765 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 1299, 'image': 'https://pddev.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesca01', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:24,766 - card_creation - INFO - patch: players [('cost', '1299'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11184/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:24,858 - card_creation - INFO - return: {'player_id': 11184, 'p_name': 'Carlos Reyes', 'cost': 1299, 'image': 'https://pddev.manticorum.com/api/v2/players/11184/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Boston Red Sox', 'franchise': 'Boston Red Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1721, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/c/c257d335_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'reyesca01', 'fangr_id': '1721', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4149, 'first_name': 'Carlos', 'last_name': 'Reyes', 'key_fangraphs': 1721, 'key_bbref': 'reyesca01', 'key_retro': 'reyec001', 'key_mlbam': 121095, 'offense_col': 1}} 2025-02-16 17:13:24,859 - card_creation - INFO - get: players id: None params: [('bbref_id', 'wrighja02'), ('cardset_id', 20)] 2025-02-16 17:13:24,974 - card_creation - INFO - session info: 2025-02-16 17:13:24,975 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja02', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35811, 'team': 31, 'player': 10839, 'created': 1730616941189}, {'id': 36479, 'team': 47 [ S N I P P E D ] 2025-02-16 17:13:24,975 - card_creation - INFO - patch: players [('cost', '33'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10839/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:25,097 - card_creation - INFO - return: {'player_id': 10839, 'p_name': 'Jaret Wright', 'cost': 33, 'image': 'https://pddev.manticorum.com/api/v2/players/10839/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 415, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f79aa347_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'wrighja02', 'fangr_id': '415', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3865, 'first_name': 'Jaret', 'last_name': 'Wright', 'key_fangraphs': 415, 'key_bbref': 'wrighja02', 'key_retro': 'wrigj002', 'key_mlbam': 124605, 'offense_col': 3}} 2025-02-16 17:13:25,097 - card_creation - INFO - get: players id: None params: [('bbref_id', 'jonesdo01'), ('cardset_id', 20)] 2025-02-16 17:13:25,229 - card_creation - INFO - session info: 2025-02-16 17:13:25,229 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesdo01', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37426, 'team': 31, 'player': 11007, 'created': 1731963342633}, {'id': 37867, [ S N I P P E D ] 2025-02-16 17:13:25,229 - card_creation - INFO - patch: players [('cost', '110'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11007/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:25,334 - card_creation - INFO - return: {'player_id': 11007, 'p_name': 'Doug Jones', 'cost': 110, 'image': 'https://pddev.manticorum.com/api/v2/players/11007/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006552, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/094f0c23_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'jonesdo01', 'fangr_id': '1006552', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3993, 'first_name': 'Doug', 'last_name': 'Jones', 'key_fangraphs': 1006552, 'key_bbref': 'jonesdo01', 'key_retro': 'joned001', 'key_mlbam': 116682, 'offense_col': 2}} 2025-02-16 17:13:25,334 - card_creation - INFO - get: players id: None params: [('bbref_id', 'villoro01'), ('cardset_id', 20)] 2025-02-16 17:13:25,467 - card_creation - INFO - session info: 2025-02-16 17:13:25,467 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'villoro01', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:25,467 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11469/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:25,565 - card_creation - INFO - return: {'player_id': 11469, 'p_name': 'Ron Villone', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11469/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'villoro01', 'fangr_id': '1010', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2787, 'first_name': 'Ron', 'last_name': 'Villone', 'key_fangraphs': 1010, 'key_bbref': 'villoro01', 'key_retro': 'villr001', 'key_mlbam': 123725, 'offense_col': 1}} 2025-02-16 17:13:25,565 - card_creation - INFO - get: players id: None params: [('bbref_id', 'shueypa01'), ('cardset_id', 20)] 2025-02-16 17:13:25,712 - card_creation - INFO - session info: 2025-02-16 17:13:25,712 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 436, 'image': 'https://pddev.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shueypa01', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:25,712 - card_creation - INFO - patch: players [('cost', '436'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11518/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:25,797 - card_creation - INFO - return: {'player_id': 11518, 'p_name': 'Paul Shuey', 'cost': 436, 'image': 'https://pddev.manticorum.com/api/v2/players/11518/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Cleveland Guardians', 'franchise': 'Cleveland Guardians', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 406, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'shueypa01', 'fangr_id': '406', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4312, 'first_name': 'Paul', 'last_name': 'Shuey', 'key_fangraphs': 406, 'key_bbref': 'shueypa01', 'key_retro': 'shuep001', 'key_mlbam': 122201, 'offense_col': 3}} 2025-02-16 17:13:25,798 - card_creation - INFO - get: players id: None params: [('bbref_id', 'parquji01'), ('cardset_id', 20)] 2025-02-16 17:13:25,900 - card_creation - INFO - session info: 2025-02-16 17:13:25,900 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parquji01', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:25,900 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11266/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:25,999 - card_creation - INFO - return: {'player_id': 11266, 'p_name': 'Jim Parque', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11266/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 250, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'parquji01', 'fangr_id': '250', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4217, 'first_name': 'Jim', 'last_name': 'Parque', 'key_fangraphs': 250, 'key_bbref': 'parquji01', 'key_retro': 'parqj001', 'key_mlbam': 133220, 'offense_col': 3}} 2025-02-16 17:13:25,999 - card_creation - INFO - get: players id: None params: [('bbref_id', 'snydejo02'), ('cardset_id', 20)] 2025-02-16 17:13:26,091 - card_creation - INFO - session info: 2025-02-16 17:13:26,091 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11519, 'p_name': 'John Snyder', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snydejo02', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:26,092 - card_creation - INFO - patch: players [('cost', '8'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11519/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:26,185 - card_creation - INFO - return: {'player_id': 11519, 'p_name': 'John Snyder', 'cost': 8, 'image': 'https://pddev.manticorum.com/api/v2/players/11519/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012253, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'snydejo02', 'fangr_id': '1012253', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4313, 'first_name': 'John', 'last_name': 'Snyder', 'key_fangraphs': 1012253, 'key_bbref': 'snydejo02', 'key_retro': 'snydj001', 'key_mlbam': 122511, 'offense_col': 3}} 2025-02-16 17:13:26,186 - card_creation - INFO - get: players id: None params: [('bbref_id', 'howrybo01'), ('cardset_id', 20)] 2025-02-16 17:13:26,294 - card_creation - INFO - session info: 2025-02-16 17:13:26,294 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howrybo01', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:26,294 - card_creation - INFO - patch: players [('cost', '43'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11497/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:26,387 - card_creation - INFO - return: {'player_id': 11497, 'p_name': 'Bob Howry', 'cost': 43, 'image': 'https://pddev.manticorum.com/api/v2/players/11497/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago White Sox', 'franchise': 'Chicago White Sox', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 237, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'howrybo01', 'fangr_id': '237', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2524, 'first_name': 'Bob', 'last_name': 'Howry', 'key_fangraphs': 237, 'key_bbref': 'howrybo01', 'key_retro': 'howrb001', 'key_mlbam': 133982, 'offense_col': 3}} 2025-02-16 17:13:26,388 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thompju02'), ('cardset_id', 20)] 2025-02-16 17:13:26,484 - card_creation - INFO - session info: 2025-02-16 17:13:26,484 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompju02', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36466, 'team': 47, 'player': 10840, 'created': 1731272300483}, {'id': 37468, 'team': 33 [ S N I P P E D ] 2025-02-16 17:13:26,485 - card_creation - INFO - patch: players [('cost', '105'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10840/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:26,592 - card_creation - INFO - return: {'player_id': 10840, 'p_name': 'Justin Thompson', 'cost': 105, 'image': 'https://pddev.manticorum.com/api/v2/players/10840/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 8217, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b875e1be_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thompju02', 'fangr_id': '8217', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3866, 'first_name': 'Justin', 'last_name': 'Thompson', 'key_fangraphs': 8217, 'key_bbref': 'thompju02', 'key_retro': 'thomj003', 'key_mlbam': 123294, 'offense_col': 2}} 2025-02-16 17:13:26,592 - card_creation - INFO - get: players id: None params: [('bbref_id', 'powelbr01'), ('cardset_id', 20)] 2025-02-16 17:13:26,695 - card_creation - INFO - session info: 2025-02-16 17:13:26,695 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 2524, 'image': 'https://pddev.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelbr01', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:26,695 - card_creation - INFO - patch: players [('cost', '2524'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11498/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:26,805 - card_creation - INFO - return: {'player_id': 11498, 'p_name': 'Brian Powell', 'cost': 2524, 'image': 'https://pddev.manticorum.com/api/v2/players/11498/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 490, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelbr01', 'fangr_id': '490', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4293, 'first_name': 'Brian', 'last_name': 'Powell', 'key_fangraphs': 490, 'key_bbref': 'powelbr01', 'key_retro': 'poweb001', 'key_mlbam': 150064, 'offense_col': 3}} 2025-02-16 17:13:26,805 - card_creation - INFO - get: players id: None params: [('bbref_id', 'crowde01'), ('cardset_id', 20)] 2025-02-16 17:13:26,905 - card_creation - INFO - session info: 2025-02-16 17:13:26,905 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crowde01', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:26,905 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11470/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:27,007 - card_creation - INFO - return: {'player_id': 11470, 'p_name': 'Dean Crow', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11470/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002821, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'crowde01', 'fangr_id': '1002821', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4268, 'first_name': 'Dean', 'last_name': 'Crow', 'key_fangraphs': 1002821, 'key_bbref': 'crowde01', 'key_retro': 'crowd001', 'key_mlbam': 133223, 'offense_col': 3}} 2025-02-16 17:13:27,008 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderma01'), ('cardset_id', 20)] 2025-02-16 17:13:27,116 - card_creation - INFO - session info: 2025-02-16 17:13:27,116 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11565, 'p_name': 'Matt Anderson', 'cost': 3426, 'image': 'https://pddev.manticorum.com/api/v2/players/11565/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 459, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderma01', 'fangr_id': '459', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4339, 'first_name': 'Matt', 'last_name': 'Anderson', 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002', 'key_mlbam': 150183, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:27,116 - card_creation - INFO - patch: players [('cost', '3426'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11565/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:27,229 - card_creation - INFO - return: {'player_id': 11565, 'p_name': 'Matt Anderson', 'cost': 3426, 'image': 'https://pddev.manticorum.com/api/v2/players/11565/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Detroit Tigers', 'franchise': 'Detroit Tigers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 459, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderma01', 'fangr_id': '459', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4339, 'first_name': 'Matt', 'last_name': 'Anderson', 'key_fangraphs': 459, 'key_bbref': 'anderma01', 'key_retro': 'andem002', 'key_mlbam': 150183, 'offense_col': 3}} 2025-02-16 17:13:27,229 - card_creation - INFO - get: players id: None params: [('bbref_id', 'judenje01'), ('cardset_id', 20)] 2025-02-16 17:13:27,325 - card_creation - INFO - session info: 2025-02-16 17:13:27,325 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'judenje01', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35924, 'team': 55, 'player': 10841, 'created': 1730748268221}, {'id': 36421, 'team': [ S N I P P E D ] 2025-02-16 17:13:27,325 - card_creation - INFO - patch: players [('cost', '24'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10841/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:27,424 - card_creation - INFO - return: {'player_id': 10841, 'p_name': 'Jeff Juden', 'cost': 24, 'image': 'https://pddev.manticorum.com/api/v2/players/10841/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Anaheim Angels', 'franchise': 'Los Angeles Angels', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1006643, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/22ae6f3a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'judenje01', 'fangr_id': '1006643', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3867, 'first_name': 'Jeff', 'last_name': 'Juden', 'key_fangraphs': 1006643, 'key_bbref': 'judenje01', 'key_retro': 'judej001', 'key_mlbam': 116785, 'offense_col': 2}} 2025-02-16 17:13:27,424 - card_creation - INFO - get: players id: None params: [('bbref_id', 'carpech01'), ('cardset_id', 20)] 2025-02-16 17:13:27,521 - card_creation - INFO - session info: 2025-02-16 17:13:27,521 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carpech01', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37860, 'team': 47, 'player': 11008, 'created': 1733700057449}]}}]} 2025-02-16 17:13:27,521 - card_creation - INFO - patch: players [('cost', '12'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11008/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:27,653 - card_creation - INFO - return: {'player_id': 11008, 'p_name': 'Chris Carpenter', 'cost': 12, 'image': 'https://pddev.manticorum.com/api/v2/players/11008/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1292, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/4/4e3f3f8f_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'carpech01', 'fangr_id': '1292', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3174, 'first_name': 'Chris', 'last_name': 'Carpenter', 'key_fangraphs': 1292, 'key_bbref': 'carpech01', 'key_retro': 'carpc002', 'key_mlbam': 112020, 'offense_col': 3}} 2025-02-16 17:13:27,653 - card_creation - INFO - get: players id: None params: [('bbref_id', 'williwo02'), ('cardset_id', 20)] 2025-02-16 17:13:27,762 - card_creation - INFO - session info: 2025-02-16 17:13:27,762 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'williwo02', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36964, 'team': 47, 'player': 10842, 'created': 1731602869931}]}}]} 2025-02-16 17:13:27,763 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10842/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:27,877 - card_creation - INFO - return: {'player_id': 10842, 'p_name': 'Woody Williams', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10842/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Toronto Blue Jays', 'franchise': 'Toronto Blue Jays', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1190, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a5053056_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'williwo02', 'fangr_id': '1190', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3868, 'first_name': 'Woody', 'last_name': 'Williams', 'key_fangraphs': 1190, 'key_bbref': 'williwo02', 'key_retro': 'willw001', 'key_mlbam': 124315, 'offense_col': 3}} 2025-02-16 17:13:27,878 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rapppa01'), ('cardset_id', 20)] 2025-02-16 17:13:28,004 - card_creation - INFO - session info: 2025-02-16 17:13:28,004 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rapppa01', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35607, 'team': 69, 'player': 10843, 'created': 1730616941189}, {'id': 35643, 'team': 47 [ S N I P P E D ] 2025-02-16 17:13:28,004 - card_creation - INFO - patch: players [('cost', '30'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10843/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:28,095 - card_creation - INFO - return: {'player_id': 10843, 'p_name': 'Pat Rapp', 'cost': 30, 'image': 'https://pddev.manticorum.com/api/v2/players/10843/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1010700, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/98676c20_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rapppa01', 'fangr_id': '1010700', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3869, 'first_name': 'Pat', 'last_name': 'Rapp', 'key_fangraphs': 1010700, 'key_bbref': 'rapppa01', 'key_retro': 'rappp001', 'key_mlbam': 120933, 'offense_col': 3}} 2025-02-16 17:13:28,096 - card_creation - INFO - get: players id: None params: [('bbref_id', 'haneych01'), ('cardset_id', 20)] 2025-02-16 17:13:28,187 - card_creation - INFO - session info: 2025-02-16 17:13:28,187 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haneych01', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36565, 'team': 33, 'player': 11009, 'created': 1731297998536}]}}]} 2025-02-16 17:13:28,187 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11009/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:28,267 - card_creation - INFO - return: {'player_id': 11009, 'p_name': 'Chris Haney', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/11009/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 192, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/22d1b065_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'haneych01', 'fangr_id': '192', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3994, 'first_name': 'Chris', 'last_name': 'Haney', 'key_fangraphs': 192, 'key_bbref': 'haneych01', 'key_retro': 'hanec001', 'key_mlbam': 115415, 'offense_col': 2}} 2025-02-16 17:13:28,267 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bevilbr01'), ('cardset_id', 20)] 2025-02-16 17:13:28,354 - card_creation - INFO - session info: 2025-02-16 17:13:28,354 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bevilbr01', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36455, 'team': 47, 'player': 11010, 'created': 1731272300483}, {'id': 36520, 't [ S N I P P E D ] 2025-02-16 17:13:28,354 - card_creation - INFO - patch: players [('cost', '47'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11010/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:28,456 - card_creation - INFO - return: {'player_id': 11010, 'p_name': 'Brian Bevil', 'cost': 47, 'image': 'https://pddev.manticorum.com/api/v2/players/11010/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000939, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f85a056c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bevilbr01', 'fangr_id': '1000939', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3995, 'first_name': 'Brian', 'last_name': 'Bevil', 'key_fangraphs': 1000939, 'key_bbref': 'bevilbr01', 'key_retro': 'bevib001', 'key_mlbam': 110966, 'offense_col': 2}} 2025-02-16 17:13:28,456 - card_creation - INFO - get: players id: None params: [('bbref_id', 'bonesri01'), ('cardset_id', 20)] 2025-02-16 17:13:28,548 - card_creation - INFO - session info: 2025-02-16 17:13:28,548 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonesri01', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:28,548 - card_creation - INFO - patch: players [('cost', '45'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11499/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:28,644 - card_creation - INFO - return: {'player_id': 11499, 'p_name': 'Ricky Bones', 'cost': 45, 'image': 'https://pddev.manticorum.com/api/v2/players/11499/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001161, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/7/72471ce9_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'bonesri01', 'fangr_id': '1001161', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4294, 'first_name': 'Ricky', 'last_name': 'Bones', 'key_fangraphs': 1001161, 'key_bbref': 'bonesri01', 'key_retro': 'boner001', 'key_mlbam': 111191, 'offense_col': 3}} 2025-02-16 17:13:28,645 - card_creation - INFO - get: players id: None params: [('bbref_id', 'servisc01'), ('cardset_id', 20)] 2025-02-16 17:13:28,731 - card_creation - INFO - session info: 2025-02-16 17:13:28,731 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10844, 'p_name': 'Scott Service', 'cost': 1223, 'image': 'https://pddev.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servisc01', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36193, 'team': 33, 'player': 10844, 'created': 1730920177137}]}}]} 2025-02-16 17:13:28,731 - card_creation - INFO - patch: players [('cost', '1223'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10844/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:28,832 - card_creation - INFO - return: {'player_id': 10844, 'p_name': 'Scott Service', 'cost': 1223, 'image': 'https://pddev.manticorum.com/api/v2/players/10844/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1684, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4c116b8f_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'servisc01', 'fangr_id': '1684', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3870, 'first_name': 'Scott', 'last_name': 'Service', 'key_fangraphs': 1684, 'key_bbref': 'servisc01', 'key_retro': 'servs001', 'key_mlbam': 122012, 'offense_col': 3}} 2025-02-16 17:13:28,832 - card_creation - INFO - get: players id: None params: [('bbref_id', 'whisema01'), ('cardset_id', 20)] 2025-02-16 17:13:28,933 - card_creation - INFO - session info: 2025-02-16 17:13:28,933 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 1259, 'image': 'https://pddev.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whisema01', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:28,933 - card_creation - INFO - patch: players [('cost', '1259'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11267/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:29,026 - card_creation - INFO - return: {'player_id': 11267, 'p_name': 'Matt Whisenant', 'cost': 1259, 'image': 'https://pddev.manticorum.com/api/v2/players/11267/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1013843, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/9ee36167_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'whisema01', 'fangr_id': '1013843', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4218, 'first_name': 'Matt', 'last_name': 'Whisenant', 'key_fangraphs': 1013843, 'key_bbref': 'whisema01', 'key_retro': 'whism001', 'key_mlbam': 124150, 'offense_col': 1}} 2025-02-16 17:13:29,026 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrifr02'), ('cardset_id', 20)] 2025-02-16 17:13:29,166 - card_creation - INFO - session info: 2025-02-16 17:13:29,166 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11566, 'p_name': 'Frankie Rodriguez', 'cost': 3346, 'image': 'https://pddev.manticorum.com/api/v2/players/11566/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011106, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrifr02', 'fangr_id': '1011106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4340, 'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001', 'key_mlbam': 121355, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:29,166 - card_creation - INFO - patch: players [('cost', '3346'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11566/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:29,298 - card_creation - INFO - return: {'player_id': 11566, 'p_name': 'Frankie Rodriguez', 'cost': 3346, 'image': 'https://pddev.manticorum.com/api/v2/players/11566/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1011106, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrifr02', 'fangr_id': '1011106', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4340, 'first_name': 'Frankie', 'last_name': 'Rodriguez', 'key_fangraphs': 1011106, 'key_bbref': 'rodrifr02', 'key_retro': 'rodrf001', 'key_mlbam': 121355, 'offense_col': 3}} 2025-02-16 17:13:29,298 - card_creation - INFO - get: players id: None params: [('bbref_id', 'serafda01'), ('cardset_id', 20)] 2025-02-16 17:13:29,393 - card_creation - INFO - session info: 2025-02-16 17:13:29,394 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'serafda01', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:29,394 - card_creation - INFO - patch: players [('cost', '39'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11482/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:29,528 - card_creation - INFO - return: {'player_id': 11482, 'p_name': 'Dan Serafini', 'cost': 39, 'image': 'https://pddev.manticorum.com/api/v2/players/11482/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Minnesota Twins', 'franchise': 'Minnesota Twins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1812, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'serafda01', 'fangr_id': '1812', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4279, 'first_name': 'Dan', 'last_name': 'Serafini', 'key_fangraphs': 1812, 'key_bbref': 'serafda01', 'key_retro': 'serad001', 'key_mlbam': 122007, 'offense_col': 2}} 2025-02-16 17:13:29,528 - card_creation - INFO - get: players id: None params: [('bbref_id', 'cloudke01'), ('cardset_id', 20)] 2025-02-16 17:13:29,628 - card_creation - INFO - session info: 2025-02-16 17:13:29,628 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 322, 'image': 'https://pddev.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cloudke01', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35697, 'team': 47, 'player': 10845, 'created': 1730616941189}, {'id': 35732, 'team [ S N I P P E D ] 2025-02-16 17:13:29,628 - card_creation - INFO - patch: players [('cost', '322'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10845/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:29,732 - card_creation - INFO - return: {'player_id': 10845, 'p_name': 'Ken Cloude', 'cost': 322, 'image': 'https://pddev.manticorum.com/api/v2/players/10845/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1002362, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/ab313649_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'cloudke01', 'fangr_id': '1002362', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3871, 'first_name': 'Ken', 'last_name': 'Cloude', 'key_fangraphs': 1002362, 'key_bbref': 'cloudke01', 'key_retro': 'clouk001', 'key_mlbam': 112415, 'offense_col': 3}} 2025-02-16 17:13:29,733 - card_creation - INFO - get: players id: None params: [('bbref_id', 'slocuhe01'), ('cardset_id', 20)] 2025-02-16 17:13:29,866 - card_creation - INFO - session info: 2025-02-16 17:13:29,867 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 443, 'image': 'https://pddev.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'slocuhe01', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37079, 'team': 33, 'player': 11088, 'created': 1731602870133}, {'id [ S N I P P E D ] 2025-02-16 17:13:29,867 - card_creation - INFO - patch: players [('cost', '443'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11088/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:29,964 - card_creation - INFO - return: {'player_id': 11088, 'p_name': 'Heathcliff Slocumb', 'cost': 443, 'image': 'https://pddev.manticorum.com/api/v2/players/11088/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Seattle Mariners', 'franchise': 'Seattle Mariners', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012069, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/0/0750088e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'slocuhe01', 'fangr_id': '1012069', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4066, 'first_name': 'Heathcliff', 'last_name': 'Slocumb', 'key_fangraphs': 1012069, 'key_bbref': 'slocuhe01', 'key_retro': 'sloch001', 'key_mlbam': 122329, 'offense_col': 1}} 2025-02-16 17:13:29,964 - card_creation - INFO - get: players id: None params: [('bbref_id', 'stottto01'), ('cardset_id', 20)] 2025-02-16 17:13:30,059 - card_creation - INFO - session info: 2025-02-16 17:13:30,059 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 295, 'image': 'https://pddev.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stottto01', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:30,059 - card_creation - INFO - patch: players [('cost', '295'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10846/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:30,172 - card_creation - INFO - return: {'player_id': 10846, 'p_name': 'Todd Stottlemyre', 'cost': 295, 'image': 'https://pddev.manticorum.com/api/v2/players/10846/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 75, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/6/6aaa6df8_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'stottto01', 'fangr_id': '75', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3872, 'first_name': 'Todd', 'last_name': 'Stottlemyre', 'key_fangraphs': 75, 'key_bbref': 'stottto01', 'key_retro': 'stott001', 'key_mlbam': 122840, 'offense_col': 1}} 2025-02-16 17:13:30,172 - card_creation - INFO - get: players id: None params: [('bbref_id', 'burkejo03'), ('cardset_id', 20)] 2025-02-16 17:13:30,308 - card_creation - INFO - session info: 2025-02-16 17:13:30,308 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10847, 'p_name': 'John Burkett', 'cost': 269, 'image': 'https://pddev.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burkejo03', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35857, 'team': 33, 'player': 10847, 'created': 1730616941189}, {'id': 37691, 'team': 47, 'player' [ S N I P P E D ] 2025-02-16 17:13:30,308 - card_creation - INFO - patch: players [('cost', '269'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10847/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:30,445 - card_creation - INFO - return: {'player_id': 10847, 'p_name': 'John Burkett', 'cost': 269, 'image': 'https://pddev.manticorum.com/api/v2/players/10847/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Texas Rangers', 'franchise': 'Texas Rangers', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 179, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/9b31a3e2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'burkejo03', 'fangr_id': '179', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3873, 'first_name': 'John', 'last_name': 'Burkett', 'key_fangraphs': 179, 'key_bbref': 'burkejo03', 'key_retro': 'burkj001', 'key_mlbam': 111734, 'offense_col': 1}} 2025-02-16 17:13:30,445 - card_creation - INFO - get: players id: None params: [('bbref_id', 'benesan01'), ('cardset_id', 20)] 2025-02-16 17:13:30,546 - card_creation - INFO - session info: 2025-02-16 17:13:30,546 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 658, 'image': 'https://pddev.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benesan01', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}, 'paperdex': {'count': 6, 'paperdex': [{'id': 35400, 'team': 33, 'player': 10848, 'created': 1730616941935}, {'id': 35526, 'team': 38, [ S N I P P E D ] 2025-02-16 17:13:30,546 - card_creation - INFO - patch: players [('cost', '658'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10848/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:30,660 - card_creation - INFO - return: {'player_id': 10848, 'p_name': 'Andy Benes', 'cost': 658, 'image': 'https://pddev.manticorum.com/api/v2/players/10848/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1144, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/4e017011_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'benesan01', 'fangr_id': '1144', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3874, 'first_name': 'Andy', 'last_name': 'Benes', 'key_fangraphs': 1144, 'key_bbref': 'benesan01', 'key_retro': 'benea001', 'key_mlbam': 110854, 'offense_col': 1}} 2025-02-16 17:13:30,660 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sodowcl01'), ('cardset_id', 20)] 2025-02-16 17:13:30,755 - card_creation - INFO - session info: 2025-02-16 17:13:30,755 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 148, 'image': 'https://pddev.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sodowcl01', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37661, 'team': 33, 'player': 11089, 'created': 1731963342633}, {'id' [ S N I P P E D ] 2025-02-16 17:13:30,755 - card_creation - INFO - patch: players [('cost', '148'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/11089/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:30,861 - card_creation - INFO - return: {'player_id': 11089, 'p_name': 'Clint Sodowsky', 'cost': 148, 'image': 'https://pddev.manticorum.com/api/v2/players/11089/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012262, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/1/135a771b_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sodowcl01', 'fangr_id': '1012262', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4067, 'first_name': 'Clint', 'last_name': 'Sodowsky', 'key_fangraphs': 1012262, 'key_bbref': 'sodowcl01', 'key_retro': 'sodoc001', 'key_mlbam': 122519, 'offense_col': 2}} 2025-02-16 17:13:30,862 - card_creation - INFO - get: players id: None params: [('bbref_id', 'browsc01'), ('cardset_id', 20)] 2025-02-16 17:13:30,962 - card_creation - INFO - session info: 2025-02-16 17:13:30,962 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pddev.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'browsc01', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:30,962 - card_creation - INFO - patch: players [('cost', '4026'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11185/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:31,054 - card_creation - INFO - return: {'player_id': 11185, 'p_name': 'Scott Brow', 'cost': 4026, 'image': 'https://pddev.manticorum.com/api/v2/players/11185/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001570, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'browsc01', 'fangr_id': '1001570', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4150, 'first_name': 'Scott', 'last_name': 'Brow', 'key_fangraphs': 1001570, 'key_bbref': 'browsc01', 'key_retro': 'brows002', 'key_mlbam': 111526, 'offense_col': 2}} 2025-02-16 17:13:31,054 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sprinru01'), ('cardset_id', 20)] 2025-02-16 17:13:31,166 - card_creation - INFO - session info: 2025-02-16 17:13:31,166 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 1189, 'image': 'https://pddev.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinru01', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:31,166 - card_creation - INFO - patch: players [('cost', '1189'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11151/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:31,259 - card_creation - INFO - return: {'player_id': 11151, 'p_name': 'Russ Springer', 'cost': 1189, 'image': 'https://pddev.manticorum.com/api/v2/players/11151/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Atlanta Braves', 'franchise': 'Atlanta Braves', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1652, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/b/b353cc43_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sprinru01', 'fangr_id': '1652', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2792, 'first_name': 'Russ', 'last_name': 'Springer', 'key_fangraphs': 1652, 'key_bbref': 'sprinru01', 'key_retro': 'sprir001', 'key_mlbam': 122620, 'offense_col': 3}} 2025-02-16 17:13:31,260 - card_creation - INFO - get: players id: None params: [('bbref_id', 'blairwi01'), ('cardset_id', 20)] 2025-02-16 17:13:31,358 - card_creation - INFO - session info: 2025-02-16 17:13:31,358 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blairwi01', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35594, 'team': 47, 'player': 10849, 'created': 1730616941189}, {'id': 35742, 'team': 38 [ S N I P P E D ] 2025-02-16 17:13:31,358 - card_creation - INFO - patch: players [('cost', '34'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10849/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:31,485 - card_creation - INFO - return: {'player_id': 10849, 'p_name': 'Willie Blair', 'cost': 34, 'image': 'https://pddev.manticorum.com/api/v2/players/10849/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'New York Mets', 'franchise': 'New York Mets', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1001033, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/2/2ae117c2_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'blairwi01', 'fangr_id': '1001033', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3875, 'first_name': 'Willie', 'last_name': 'Blair', 'key_fangraphs': 1001033, 'key_bbref': 'blairwi01', 'key_retro': 'blaiw001', 'key_mlbam': 111060, 'offense_col': 1}} 2025-02-16 17:13:31,485 - card_creation - INFO - get: players id: None params: [('bbref_id', 'thomsjo01'), ('cardset_id', 20)] 2025-02-16 17:13:31,571 - card_creation - INFO - session info: 2025-02-16 17:13:31,571 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10850, 'p_name': 'John Thomson', 'cost': 884, 'image': 'https://pddev.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomsjo01', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37502, 'team': 33, 'player': 10850, 'created': 1731963342633}, {'id': 38265, 'team': 69, 'player [ S N I P P E D ] 2025-02-16 17:13:31,571 - card_creation - INFO - patch: players [('cost', '884'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10850/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:31,660 - card_creation - INFO - return: {'player_id': 10850, 'p_name': 'John Thomson', 'cost': 884, 'image': 'https://pddev.manticorum.com/api/v2/players/10850/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 453, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5183416e_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'thomsjo01', 'fangr_id': '453', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3876, 'first_name': 'John', 'last_name': 'Thomson', 'key_fangraphs': 453, 'key_bbref': 'thomsjo01', 'key_retro': 'thomj005', 'key_mlbam': 123307, 'offense_col': 1}} 2025-02-16 17:13:31,660 - card_creation - INFO - get: players id: None params: [('bbref_id', 'olsongr01'), ('cardset_id', 20)] 2025-02-16 17:13:31,782 - card_creation - INFO - session info: 2025-02-16 17:13:31,782 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1307, 'image': 'https://pddev.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olsongr01', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37677, 'team': 47, 'player': 11186, 'created': 1733172010978}]}}]} 2025-02-16 17:13:31,782 - card_creation - INFO - patch: players [('cost', '1307'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11186/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:31,871 - card_creation - INFO - return: {'player_id': 11186, 'p_name': 'Gregg Olson', 'cost': 1307, 'image': 'https://pddev.manticorum.com/api/v2/players/11186/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009791, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/e/ea79311c_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'olsongr01', 'fangr_id': '1009791', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4151, 'first_name': 'Gregg', 'last_name': 'Olson', 'key_fangraphs': 1009791, 'key_bbref': 'olsongr01', 'key_retro': 'olsog001', 'key_mlbam': 120002, 'offense_col': 1}} 2025-02-16 17:13:31,871 - card_creation - INFO - get: players id: None params: [('bbref_id', 'daalom01'), ('cardset_id', 20)] 2025-02-16 17:13:31,955 - card_creation - INFO - session info: 2025-02-16 17:13:31,955 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 2436, 'image': 'https://pddev.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daalom01', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:31,956 - card_creation - INFO - patch: players [('cost', '2436'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11090/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:32,049 - card_creation - INFO - return: {'player_id': 11090, 'p_name': 'Omar Daal', 'cost': 2436, 'image': 'https://pddev.manticorum.com/api/v2/players/11090/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 646, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/2/2fe091e1_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'daalom01', 'fangr_id': '646', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4068, 'first_name': 'Omar', 'last_name': 'Daal', 'key_fangraphs': 646, 'key_bbref': 'daalom01', 'key_retro': 'daalo001', 'key_mlbam': 112984, 'offense_col': 1}} 2025-02-16 17:13:32,049 - card_creation - INFO - get: players id: None params: [('bbref_id', 'anderbr02'), ('cardset_id', 20)] 2025-02-16 17:13:32,135 - card_creation - INFO - session info: 2025-02-16 17:13:32,135 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 638, 'image': 'https://pddev.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr02', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35910, 'team': 55, 'player': 10851, 'created': 1730748267374}, {'id': 36967, 'team': 47 [ S N I P P E D ] 2025-02-16 17:13:32,135 - card_creation - INFO - patch: players [('cost', '638'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10851/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:32,219 - card_creation - INFO - return: {'player_id': 10851, 'p_name': 'Brian Anderson', 'cost': 638, 'image': 'https://pddev.manticorum.com/api/v2/players/10851/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 44, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/5/5bba5d0a_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'anderbr02', 'fangr_id': '44', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3877, 'first_name': 'Brian', 'last_name': 'Anderson', 'key_fangraphs': 44, 'key_bbref': 'anderbr02', 'key_retro': 'andeb002', 'key_mlbam': 110230, 'offense_col': 2}} 2025-02-16 17:13:32,219 - card_creation - INFO - get: players id: None params: [('bbref_id', 'astacpe01'), ('cardset_id', 20)] 2025-02-16 17:13:32,352 - card_creation - INFO - session info: 2025-02-16 17:13:32,352 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 25, 'image': 'https://pddev.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'astacpe01', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}, 'paperdex': {'count': 4, 'paperdex': [{'id': 36131, 'team': 38, 'player': 10852, 'created': 1730785303729}, {'id': 36282, 'team': 55, 'p [ S N I P P E D ] 2025-02-16 17:13:32,352 - card_creation - INFO - patch: players [('cost', '25'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10852/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:32,446 - card_creation - INFO - return: {'player_id': 10852, 'p_name': 'Pedro Astacio', 'cost': 25, 'image': 'https://pddev.manticorum.com/api/v2/players/10852/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 862, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/7/7eef9a1d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'astacpe01', 'fangr_id': '862', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3878, 'first_name': 'Pedro', 'last_name': 'Astacio', 'key_fangraphs': 862, 'key_bbref': 'astacpe01', 'key_retro': 'astap001', 'key_mlbam': 110359, 'offense_col': 2}} 2025-02-16 17:13:32,446 - card_creation - INFO - get: players id: None params: [('bbref_id', 'veresda01'), ('cardset_id', 20)] 2025-02-16 17:13:32,565 - card_creation - INFO - session info: 2025-02-16 17:13:32,565 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'veresda01', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36563, 'team': 33, 'player': 11011, 'created': 1731297998536}, {'id': 37252, 'team': 49, 'pl [ S N I P P E D ] 2025-02-16 17:13:32,565 - card_creation - INFO - patch: players [('cost', '382'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11011/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:32,656 - card_creation - INFO - return: {'player_id': 11011, 'p_name': 'Dave Veres', 'cost': 382, 'image': 'https://pddev.manticorum.com/api/v2/players/11011/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Colorado Rockies', 'franchise': 'Colorado Rockies', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1188, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/d/db2cefd7_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'veresda01', 'fangr_id': '1188', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3996, 'first_name': 'Dave', 'last_name': 'Veres', 'key_fangraphs': 1188, 'key_bbref': 'veresda01', 'key_retro': 'vered001', 'key_mlbam': 123707, 'offense_col': 2}} 2025-02-16 17:13:32,656 - card_creation - INFO - get: players id: None params: [('bbref_id', 'manueba01'), ('cardset_id', 20)] 2025-02-16 17:13:32,782 - card_creation - INFO - session info: 2025-02-16 17:13:32,782 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11567, 'p_name': 'Barry Manuel', 'cost': 3561, 'image': 'https://pddev.manticorum.com/api/v2/players/11567/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008084, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manueba01', 'fangr_id': '1008084', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4341, 'first_name': 'Barry', 'last_name': 'Manuel', 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001', 'key_mlbam': 118260, 'offense_col': 3}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:32,782 - card_creation - INFO - patch: players [('cost', '3561'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11567/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:32,874 - card_creation - INFO - return: {'player_id': 11567, 'p_name': 'Barry Manuel', 'cost': 3561, 'image': 'https://pddev.manticorum.com/api/v2/players/11567/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008084, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'manueba01', 'fangr_id': '1008084', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4341, 'first_name': 'Barry', 'last_name': 'Manuel', 'key_fangraphs': 1008084, 'key_bbref': 'manueba01', 'key_retro': 'manub001', 'key_mlbam': 118260, 'offense_col': 3}} 2025-02-16 17:13:32,874 - card_creation - INFO - get: players id: None params: [('bbref_id', 'rodrife01'), ('cardset_id', 20)] 2025-02-16 17:13:33,001 - card_creation - INFO - session info: 2025-02-16 17:13:33,001 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrife01', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:33,001 - card_creation - INFO - patch: players [('cost', '21'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11187/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:33,095 - card_creation - INFO - return: {'player_id': 11187, 'p_name': 'Felix Rodriguez', 'cost': 21, 'image': 'https://pddev.manticorum.com/api/v2/players/11187/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1127, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202412180/images/headshots/9/900f6463_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'rodrife01', 'fangr_id': '1127', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4152, 'first_name': 'Felix', 'last_name': 'Rodriguez', 'key_fangraphs': 1127, 'key_bbref': 'rodrife01', 'key_retro': 'rodrf002', 'key_mlbam': 121353, 'offense_col': 1}} 2025-02-16 17:13:33,096 - card_creation - INFO - get: players id: None params: [('bbref_id', 'suppaje01'), ('cardset_id', 20)] 2025-02-16 17:13:33,190 - card_creation - INFO - session info: 2025-02-16 17:13:33,190 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pddev.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'suppaje01', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}, 'paperdex': {'count': 2, 'paperdex': [{'id': 35600, 'team': 47, 'player': 10853, 'created': 1730616940558}, {'id': 35740, 'team': 38, ' [ S N I P P E D ] 2025-02-16 17:13:33,191 - card_creation - INFO - patch: players [('cost', '106'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10853/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:33,295 - card_creation - INFO - return: {'player_id': 10853, 'p_name': 'Jeff Suppan', 'cost': 106, 'image': 'https://pddev.manticorum.com/api/v2/players/10853/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Kansas City Royals', 'franchise': 'Kansas City Royals', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 633, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/b/b60c9b61_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'suppaje01', 'fangr_id': '633', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 2281, 'first_name': 'Jeff', 'last_name': 'Suppan', 'key_fangraphs': 633, 'key_bbref': 'suppaje01', 'key_retro': 'suppj001', 'key_mlbam': 122987, 'offense_col': 3}} 2025-02-16 17:13:33,295 - card_creation - INFO - get: players id: None params: [('bbref_id', 'gardnma01'), ('cardset_id', 20)] 2025-02-16 17:13:33,403 - card_creation - INFO - session info: 2025-02-16 17:13:33,403 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gardnma01', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35507, 'team': 47, 'player': 10854, 'created': 1730616941189}, {'id': 361 [ S N I P P E D ] 2025-02-16 17:13:33,403 - card_creation - INFO - patch: players [('cost', '92'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10854/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:33,527 - card_creation - INFO - return: {'player_id': 10854, 'p_name': 'Mark Gardner', 'cost': 92, 'image': 'https://pddev.manticorum.com/api/v2/players/10854/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'San Francisco Giants', 'franchise': 'San Francisco Giants', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1004529, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a3803daa_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'gardnma01', 'fangr_id': '1004529', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3879, 'first_name': 'Mark', 'last_name': 'Gardner', 'key_fangraphs': 1004529, 'key_bbref': 'gardnma01', 'key_retro': 'gardm001', 'key_mlbam': 114610, 'offense_col': 1}} 2025-02-16 17:13:33,527 - card_creation - INFO - get: players id: None params: [('bbref_id', 'adamsjo02'), ('cardset_id', 20)] 2025-02-16 17:13:33,609 - card_creation - INFO - session info: 2025-02-16 17:13:33,609 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamsjo02', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}, 'paperdex': {'count': 4, 'paperdex': [{'id': 35821, 'team': 31, 'player': 10855, 'created': 1730616941935}, {'id': 36 [ S N I P P E D ] 2025-02-16 17:13:33,609 - card_creation - INFO - patch: players [('cost', '35'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/10855/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:33,697 - card_creation - INFO - return: {'player_id': 10855, 'p_name': 'Joel Adamson', 'cost': 35, 'image': 'https://pddev.manticorum.com/api/v2/players/10855/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Arizona Diamondbacks', 'franchise': 'Arizona Diamondbacks', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1000056, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/4/47fe08f7_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'adamsjo02', 'fangr_id': '1000056', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3880, 'first_name': 'Joel', 'last_name': 'Adamson', 'key_fangraphs': 1000056, 'key_bbref': 'adamsjo02', 'key_retro': 'adamj001', 'key_mlbam': 110069, 'offense_col': 1}} 2025-02-16 17:13:33,697 - card_creation - INFO - get: players id: None params: [('bbref_id', 'medinra01'), ('cardset_id', 20)] 2025-02-16 17:13:33,776 - card_creation - INFO - session info: 2025-02-16 17:13:33,776 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'medinra01', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36283, 'team': 55, 'player': 10856, 'created': 1730920176630}]}}]} 2025-02-16 17:13:33,777 - card_creation - INFO - patch: players [('cost', '2'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/10856/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:33,880 - card_creation - INFO - return: {'player_id': 10856, 'p_name': 'Rafael Medina', 'cost': 2, 'image': 'https://pddev.manticorum.com/api/v2/players/10856/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1008716, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/d/d5ff1594_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'medinra01', 'fangr_id': '1008716', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3881, 'first_name': 'Rafael', 'last_name': 'Medina', 'key_fangraphs': 1008716, 'key_bbref': 'medinra01', 'key_retro': 'medir001', 'key_mlbam': 133241, 'offense_col': 1}} 2025-02-16 17:13:33,880 - card_creation - INFO - get: players id: None params: [('bbref_id', 'sanchje01'), ('cardset_id', 20)] 2025-02-16 17:13:33,971 - card_creation - INFO - session info: 2025-02-16 17:13:33,971 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 2261, 'image': 'https://pddev.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchje01', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}, 'paperdex': {'count': 3, 'paperdex': [{'id': 35712, 'team': 47, 'player': 10857, 'created': 1730616941189}, {'id': 36278, 'team': [ S N I P P E D ] 2025-02-16 17:13:33,971 - card_creation - INFO - patch: players [('cost', '2261'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/10857/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:34,063 - card_creation - INFO - return: {'player_id': 10857, 'p_name': 'Jesus Sanchez', 'cost': 2261, 'image': 'https://pddev.manticorum.com/api/v2/players/10857/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1476, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/a/a804eea5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'sanchje01', 'fangr_id': '1476', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3882, 'first_name': 'Jesus', 'last_name': 'Sanchez', 'key_fangraphs': 1476, 'key_bbref': 'sanchje01', 'key_retro': 'sancj001', 'key_mlbam': 133260, 'offense_col': 2}} 2025-02-16 17:13:34,063 - card_creation - INFO - get: players id: None params: [('bbref_id', 'ojalaki01'), ('cardset_id', 20)] 2025-02-16 17:13:34,161 - card_creation - INFO - session info: 2025-02-16 17:13:34,161 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ojalaki01', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36464, 'team': 47, 'player': 11012, 'created': 1730920177283}, {'id': 36526, 'team': 38, [ S N I P P E D ] 2025-02-16 17:13:34,161 - card_creation - INFO - patch: players [('cost', '44'), ('rarity_id', 4), ('image', 'https://pddev.manticorum.com/api/v2/players/11012/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:34,246 - card_creation - INFO - return: {'player_id': 11012, 'p_name': 'Kirt Ojala', 'cost': 44, 'image': 'https://pddev.manticorum.com/api/v2/players/11012/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1009755, 'rarity': {'id': 4, 'value': 1, 'name': 'Reserve', 'color': 'CD7F32'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/2/23a419ec_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'ojalaki01', 'fangr_id': '1009755', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3997, 'first_name': 'Kirt', 'last_name': 'Ojala', 'key_fangraphs': 1009755, 'key_bbref': 'ojalaki01', 'key_retro': 'ojalk001', 'key_mlbam': 119963, 'offense_col': 2}} 2025-02-16 17:13:34,247 - card_creation - INFO - get: players id: None params: [('bbref_id', 'henrios01'), ('cardset_id', 20)] 2025-02-16 17:13:34,336 - card_creation - INFO - session info: 2025-02-16 17:13:34,336 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pddev.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrios01', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:34,336 - card_creation - INFO - patch: players [('cost', '14'), ('rarity_id', 5), ('image', 'https://pddev.manticorum.com/api/v2/players/11188/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:34,414 - card_creation - INFO - return: {'player_id': 11188, 'p_name': 'Oscar Henriquez', 'cost': 14, 'image': 'https://pddev.manticorum.com/api/v2/players/11188/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1540, 'rarity': {'id': 5, 'value': 0, 'name': 'Replacement', 'color': '454545'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'henrios01', 'fangr_id': '1540', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4153, 'first_name': 'Oscar', 'last_name': 'Henriquez', 'key_fangraphs': 1540, 'key_bbref': 'henrios01', 'key_retro': 'henro001', 'key_mlbam': 115780, 'offense_col': 2}} 2025-02-16 17:13:34,414 - card_creation - INFO - get: players id: None params: [('bbref_id', 'darenvi01'), ('cardset_id', 20)] 2025-02-16 17:13:34,487 - card_creation - INFO - session info: 2025-02-16 17:13:34,487 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1191, 'image': 'https://pddev.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darenvi01', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36558, 'team': 33, 'player': 11013, 'created': 1731297998536}, {'id': 36707, 'team': 47, 'pla [ S N I P P E D ] 2025-02-16 17:13:34,487 - card_creation - INFO - patch: players [('cost', '1191'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11013/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:34,582 - card_creation - INFO - return: {'player_id': 11013, 'p_name': 'Vic Darensbourg', 'cost': 1191, 'image': 'https://pddev.manticorum.com/api/v2/players/11013/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 516, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e578ef01_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'darenvi01', 'fangr_id': '516', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3998, 'first_name': 'Vic', 'last_name': 'Darensbourg', 'key_fangraphs': 516, 'key_bbref': 'darenvi01', 'key_retro': 'darev001', 'key_mlbam': 133240, 'offense_col': 2}} 2025-02-16 17:13:34,582 - card_creation - INFO - get: players id: None params: [('bbref_id', 'larkian01'), ('cardset_id', 20)] 2025-02-16 17:13:34,680 - card_creation - INFO - session info: 2025-02-16 17:13:34,680 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 114, 'image': 'https://pddev.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkian01', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37716, 'team': 47, 'player': 10858, 'created': 1733172010978}]}}]} 2025-02-16 17:13:34,680 - card_creation - INFO - patch: players [('cost', '114'), ('rarity_id', 3), ('image', 'https://pddev.manticorum.com/api/v2/players/10858/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:34,775 - card_creation - INFO - return: {'player_id': 10858, 'p_name': 'Andy Larkin', 'cost': 114, 'image': 'https://pddev.manticorum.com/api/v2/players/10858/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1007345, 'rarity': {'id': 3, 'value': 2, 'name': 'Starter', 'color': 'C0C0C0'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/e/e0b0d1e1_davis.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'larkian01', 'fangr_id': '1007345', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3883, 'first_name': 'Andy', 'last_name': 'Larkin', 'key_fangraphs': 1007345, 'key_bbref': 'larkian01', 'key_retro': 'larka001', 'key_mlbam': 117500, 'offense_col': 2}} 2025-02-16 17:13:34,775 - card_creation - INFO - get: players id: None params: [('bbref_id', 'alfonan01'), ('cardset_id', 20)] 2025-02-16 17:13:34,881 - card_creation - INFO - session info: 2025-02-16 17:13:34,881 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 1028, 'image': 'https://pddev.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfonan01', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}, 'paperdex': {'count': 0, 'paperdex': []}}]} 2025-02-16 17:13:34,881 - card_creation - INFO - patch: players [('cost', '1028'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/11091/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:35,010 - card_creation - INFO - return: {'player_id': 11091, 'p_name': 'Antonio Alfonseca', 'cost': 1028, 'image': 'https://pddev.manticorum.com/api/v2/players/11091/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 260, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': None, 'vanity_card': None, 'strat_code': None, 'bbref_id': 'alfonan01', 'fangr_id': '260', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4069, 'first_name': 'Antonio', 'last_name': 'Alfonseca', 'key_fangraphs': 260, 'key_bbref': 'alfonan01', 'key_retro': 'alfoa001', 'key_mlbam': 110134, 'offense_col': 1}} 2025-02-16 17:13:35,010 - card_creation - INFO - get: players id: None params: [('bbref_id', 'heredfe01'), ('cardset_id', 20)] 2025-02-16 17:13:35,108 - card_creation - INFO - session info: 2025-02-16 17:13:35,108 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 1314, 'image': 'https://pddev.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heredfe01', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}, 'paperdex': {'count': 1, 'paperdex': [{'id': 36990, 'team': 47, 'player': 10859, 'created': 1731602869923}]}}]} 2025-02-16 17:13:35,108 - card_creation - INFO - patch: players [('cost', '1314'), ('rarity_id', 1), ('image', 'https://pddev.manticorum.com/api/v2/players/10859/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:35,209 - card_creation - INFO - return: {'player_id': 10859, 'p_name': 'Felix Heredia', 'cost': 1314, 'image': 'https://pddev.manticorum.com/api/v2/players/10859/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Chicago Cubs', 'franchise': 'Chicago Cubs', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1304, 'rarity': {'id': 1, 'value': 5, 'name': 'MVP', 'color': '56f1fa'}, 'pos_1': 'RP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/9/957a995d_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'heredfe01', 'fangr_id': '1304', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3884, 'first_name': 'Felix', 'last_name': 'Heredia', 'key_fangraphs': 1304, 'key_bbref': 'heredfe01', 'key_retro': 'heref001', 'key_mlbam': 115803, 'offense_col': 2}} 2025-02-16 17:13:35,209 - card_creation - INFO - get: players id: None params: [('bbref_id', 'meadobr01'), ('cardset_id', 20)] 2025-02-16 17:13:35,314 - card_creation - INFO - session info: 2025-02-16 17:13:35,314 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 270, 'image': 'https://pddev.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'meadobr01', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}, 'paperdex': {'count': 2, 'paperdex': [{'id': 36126, 'team': 38, 'player': 10860, 'created': 1730785303729}, {'id': 38407, 'team': 42, 'pla [ S N I P P E D ] 2025-02-16 17:13:35,314 - card_creation - INFO - patch: players [('cost', '270'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/10860/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:35,400 - card_creation - INFO - return: {'player_id': 10860, 'p_name': 'Brian Meadows', 'cost': 270, 'image': 'https://pddev.manticorum.com/api/v2/players/10860/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 998, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'SP', 'pos_2': None, 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202410300/images/headshots/f/f0ae4461_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'meadobr01', 'fangr_id': '998', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3885, 'first_name': 'Brian', 'last_name': 'Meadows', 'key_fangraphs': 998, 'key_bbref': 'meadobr01', 'key_retro': 'meadb001', 'key_mlbam': 132785, 'offense_col': 1}} 2025-02-16 17:13:35,400 - card_creation - INFO - get: players id: None params: [('bbref_id', 'powelja04'), ('cardset_id', 20)] 2025-02-16 17:13:35,492 - card_creation - INFO - session info: 2025-02-16 17:13:35,492 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4403, 'image': 'https://pddev.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelja04', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}, 'paperdex': {'count': 2, 'paperdex': [{'id': 37784, 'team': 33, 'player': 11014, 'created': 1733172010978}, {'id': 37864, 'team': 47, ' [ S N I P P E D ] 2025-02-16 17:13:35,492 - card_creation - INFO - patch: players [('cost', '4403'), ('rarity_id', 99), ('image', 'https://pddev.manticorum.com/api/v2/players/11014/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:35,587 - card_creation - INFO - return: {'player_id': 11014, 'p_name': 'Jay Powell', 'cost': 4403, 'image': 'https://pddev.manticorum.com/api/v2/players/11014/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Houston Astros', 'franchise': 'Houston Astros', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1271, 'rarity': {'id': 99, 'value': 8, 'name': 'Hall of Fame', 'color': '751cea'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411050/images/headshots/6/64e040b4_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'powelja04', 'fangr_id': '1271', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 3999, 'first_name': 'Jay', 'last_name': 'Powell', 'key_fangraphs': 1271, 'key_bbref': 'powelja04', 'key_retro': 'powej001', 'key_mlbam': 120717, 'offense_col': 2}} 2025-02-16 17:13:35,587 - card_creation - INFO - get: players id: None params: [('bbref_id', 'staniro01'), ('cardset_id', 20)] 2025-02-16 17:13:35,679 - card_creation - INFO - session info: 2025-02-16 17:13:35,679 - card_creation - INFO - return: {'count': 1, 'players': [{'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 462, 'image': 'https://pddev.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'staniro01', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}, 'paperdex': {'count': 1, 'paperdex': [{'id': 37702, 'team': 47, 'player': 11152, 'created': 1733172010978}]}}]} 2025-02-16 17:13:35,679 - card_creation - INFO - patch: players [('cost', '462'), ('rarity_id', 2), ('image', 'https://pddev.manticorum.com/api/v2/players/11152/pitchingcard%3Fd%3D2025-2-16')] 2025-02-16 17:13:35,780 - card_creation - INFO - return: {'player_id': 11152, 'p_name': 'Rob Stanifer', 'cost': 462, 'image': 'https://pddev.manticorum.com/api/v2/players/11152/pitchingcard?d=2025-2-16', 'image2': None, 'mlbclub': 'Florida Marlins', 'franchise': 'Miami Marlins', 'cardset': {'id': 20, 'name': '1998 Live', 'description': 'Cards based on the 1998 MLB season', 'event': None, 'for_purchase': False, 'total_cards': 1, 'in_packs': True, 'ranked_legal': True}, 'set_num': 1012403, 'rarity': {'id': 2, 'value': 3, 'name': 'All-Star', 'color': 'FFD700'}, 'pos_1': 'RP', 'pos_2': 'CP', 'pos_3': None, 'pos_4': None, 'pos_5': None, 'pos_6': None, 'pos_7': None, 'pos_8': None, 'headshot': 'https://www.baseball-reference.com/req/202411210/images/headshots/a/a79512a5_sabr.jpg', 'vanity_card': None, 'strat_code': None, 'bbref_id': 'staniro01', 'fangr_id': '1012403', 'description': 'Live', 'quantity': 999, 'mlbplayer': {'id': 4119, 'first_name': 'Rob', 'last_name': 'Stanifer', 'key_fangraphs': 1012403, 'key_bbref': 'staniro01', 'key_retro': 'stanr001', 'key_mlbam': 122662, 'offense_col': 1}} 2025-02-16 17:13:35,780 - card_creation - INFO - get: players id: None params: [('bbref_id', 'hernali01'), ('cardset_id', 20)] 2025-02-16 17:13:35,895 - card_creation - INFO - session info: